.q4-preview-open {
    top: auto !important;
    bottom: 20px !important;
}

/* To remove on live! */
.PreviewToolBar {
    position: fixed !important;
}

/* ------------------- */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
.sbHolder,
.sbOptions {
    border: 1px solid #ebebeb !important;
}
input[type='submit'],
button {
    -webkit-appearance: none;
}
input[type="text"],
textarea {
    font-family: "Chubb Publico Text Web";
}
body {
    font-family: "Chubb Publico Text Web";
    font-weight: 300;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    outline: none;
    min-width: 319px;
    -webkit-text-size-adjust:none;
}
p {
    padding-bottom: 10px;
}
a {
    cursor:pointer;
    text-decoration:none;
    color: #150f96;
}
a:hover {
    color: #23527c;
    text-decoration: underline;
}
.mainNavigation .level2 li a:hover,
.mainNavigation .level2 .level3 li a:hover,
.mobileNav .level2 li.has-children > a:hover,
.mobileNav .level3 a:hover,
.secondary_navbar a:hover {
    text-decoration: none;
}
img {
    border:0 none;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
h1,h2,h3,h4,h5 {
    margin:0;
    padding:0;
    font-family: 'Chubb Publico Web';
    font-weight: 300;
}
ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 10px;
}
ul.level1,
ul.level2,
ul.level3,
ul.list-group,
ul.Level1,
ul.Level2 {
    list-style: none;
    padding-left: 0;
}
li {
    padding: 5px 0;
}
input[type="submit"]{
    cursor: pointer;
}
select{
    outline:none;
    display:none;
}
.PageDefaultInner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.sbToggle {
    color: #333;
}
.sbToggle:hover {
    color: #333;
    text-decoration: none;
}
.PageTitle a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 40px;
    margin-bottom: 30px;
}
.PageTitle,
.pageTitle {
    position: relative;
}
.irTitle,
.PageTitle a.BreadcrumbHomeLink,
.BreadcrumbSeparator {
    display: none;
}


/************ Secondary Nav **************/
.secondary_navbar ul {
    list-style: none;
    padding-left: 0;
}

.secondary_navbar .level1 > li,
.secondary_navbar .level1 > li.expanded > a,
.secondary_navbar .level1 > li.expanded > a,
.secondary_navbar .level2 > li {
    display: none;
}
.secondary_navbar .level1 > li.expanded,
.secondary_navbar .level2 > li.selected,
.secondary_navbar .level2 > li.expanded {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}
.secondary_navbar .level2 {
    background-color: #f4f4f4;
    padding: 45px 30px;
}
.secondary_navbar .level3 li {
    padding-top: 18px;
    padding-bottom: 0;
}
.secondary_navbar .level2 > li.selected > a,
.secondary_navbar .level3 li.selected > a {
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ff0198;
}
.secondary_navbar a {
    font-size: 18px;
    color: #333;
}
.secondary_navbar a {
    display: block;
    position: relative;
}
.secondary_navbar a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    left: 50%;
    height: 2px;
    position: absolute;
    background: #ff0198;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.secondary_navbar a:hover:after {
    width: 100%;
    left: 0;
}
.PaneLeft {
    float: left;
    width: 284px;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (max-width: 768px) {
    .PaneLeft {
        padding: 50px 0px;
    }
}
.LayoutTwoColumn .PaneContent {
    float: left;
    width: 70%;
}
.LayoutTwoColumn .PaneLeft:after,
.LayoutTwoColumn .PaneContent:after,
.LayoutTwoColumn .PaneRight:after {
    content: "";
    display: block;
    clear: both;
}
@media all and (max-width: 963px) {
    .LayoutTwoColumn .PaneContent {
        width: 65%;
    }
}

@media all and (max-width: 850px) {
    .LayoutTwoColumn .PaneContent {
        width: 100%;
    }
}


/*** Header ***/
.headerLinks {
    background-color: #090640;
}
.headerLinks ul {
    float: right;
    padding: 10px 0;
    padding-right: 30px;
}
.headerLinks:after {
    content: "";
    display: block;
    clear: both;
}
.headerLinks ul li {
    display: inline-block;
    padding: 0 10px;
}
.headerLinks ul li:first-child {
    padding-left: 0;
}
.headerLinks ul li:last-child {
    padding-right: 0;
}
.headerLinks ul li:nth-child(4) {
    border-right: 1px solid #c5c5c5;
}
.headerLinks ul li a {
    color: #c5c5c5;
    font-size: 14px;
    position: relative;
}
.headerLinks ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    background: #c5c5c5;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.headerLinks ul li a:hover:after {
    width: 100%;
    left: 0;
}
.headerLinks ul li a:hover {
    text-decoration: none;
}

.ClientLogo,
.Breadcrumb {
    background-color: #150f96;
}
.Breadcrumb {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    padding-left: 50px;
    font-family: 'Chubb Publico Web';
    font-weight: 300;
}
.Breadcrumb a {
    color: #fff;
    display: block;
    padding-top: 40px;
    margin-bottom: 30px;
}
.Breadcrumb a:first-child,
.Breadcrumb a + span + a + span + a + span + a {
    display: none;
}
.LayoutTwoColumn .Breadcrumb {
    padding-bottom: 0;
}
.PaneBreadcrumb {
    position: relative;
}
.Breadcrumb a {
    font-size: 14px;
    font-family: 'Chubb Publico Text Web';
}
.Breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}
.ClientLogo img {
    margin-left: 30px;
    margin-top: 31px;
    margin-bottom: 31px;
    width: 180px;
}
.Breadcrumb a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    vertical-align: top;
    padding-right: 10px;
    font-size: 20px;
}
.Breadcrumb {
    font-size: 0;
}
.PageInvestorRelationsSearchResults .Breadcrumb {
  font-size: 54px;
}
.Breadcrumb a + span + a + span + a {
    font-size: 54px;
    line-height: 54px;
    font-family: 'Chubb Publico Web';
    font-weight: 300;
    padding-top: 0;
}
.Breadcrumb a + span + a + span + a:before {
    content: "";
    padding-right: 0;
}
.LayoutTwoColumn .mainNavigation {
    padding-bottom: 0;
}
.headerIcons ul {
    list-style: none;
}

.headerIcons .headerIcon-mail:after {
    content: "\e90e";
    font-family: 'q4icons';
    color: #8a87cb;
}
.headerIcons .headerIcon-in:after {
    content: "\e90d";
    font-family: 'q4icons';
    color: #8a87cb;
}
.headerIcons .headerIcon-share:after {
    content: "\e90f";
    font-family: 'q4icons';
    font-size: 17px;
    color: #8a87cb;
    font-style: normal;
    font-weight: normal;
}
.ClientLogo {
    position: relative;
}
.headerIcon-search {
    position: absolute;
    top: 29px;
    right: 30px;
    color: #8a87cb;
    z-index: 999;
    cursor: pointer;
    display: none;
}
.mobileIcon-search {
    display: none;
    top: -3px;
    position: absolute;
    right: 30px;
    color: #8a87cb;
    cursor: pointer;
}
.headerIcons .headerIcon-mail,
.headerIcons .headerIcon-share {
    cursor: pointer;
}
.headerIcon-search:after,
.mobileIcon-search:after {
    content: "\e643";
    font-family: 'q4icons';
}
.headerIcon-search.exit:after,
.mobileIcon-search.exit:after,
.mobileIcon2-search.exit:after {
    content: "\e602";
}
/* Special Search */
.ModuleSearch {
    position: absolute;
    height: 28px;
    width: 300px;
    top: 74px;
    right: 56px;
    z-index: 999;
}
.ModuleSearch input {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 2px solid #8a87cb;
    border-radius: 50%;
    background: none;
    color: #8a87cb;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: height 1s, width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: height 1s, width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -ms-transition: height 1s, width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -moz-transition: height 1s, width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -o-transition: height 1s, width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    position: absolute;
    right: -18px;
    top: 0px;
}

.search {
    background: url('../images/1px.png') transparent;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms--webkit-transition: 0.2s ease-in-out;
    -moz--webkit-transition: 0.2s ease-in-out;
    -o--webkit-transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -moz--ms-transform: translate(-100%, -50%);
    -o--moz--ms-transform: translate(-100%, -50%);
    position: absolute;
    right: -33px;
    top: 7px;
    cursor: pointer;
}

.search:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #8a87cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz--webkit-transform: rotate(45deg);
    -o--webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 26px;
    margin-left: 17px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    bottom: -3px;
    right: -7px;
}

.close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.close:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #8a87cb;
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    margin-top: 26px;
    margin-left: 17px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    bottom: -2px;
    right: 6px;
}
.close:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #8a87cb;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    right: 6px;
    bottom: -2px;
}
.ModuleSearch input.square {
    box-sizing: border-box;
    padding: 0px 40px 0px 10px;
    width: 300px;
    height: 30px;
    border: 2px solid #8a87cb;
    border-radius: 0;
    background: none;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    outline: 0;
    -webkit-transition: height 0.2s, width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: height 0.2s, width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -moz-transition: height 0.2s, width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -ms-transition: height 0.2s, width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -o-transition: height 0.2s, width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.2s, 0.4s, 0s, 0.4s;
    transition-delay: 0.2s, 0.4s, 0s, 0.4s;
    -moz-transition-delay: 0.2s, 0.4s, 0s, 0.4s;
    -ms-transition-delay: 0.2s, 0.4s, 0s, 0.4s;
    -o-transition-delay: 0.2s, 0.4s, 0s, 0.4s;
    right: -18px;
}
.SearchButton {
    display: none;
}
/* -- end of Special Search --*/
.headerIcons {
    position: absolute;
    top: 254px;
    right: 30px;
    z-index: 99;
}
.mobileSearch {
    display: none;
}
/* @media all and (max-width: 700px) { */
@media all and (max-width: 1023px) {
    .mobileNav .level2 > li > a {
        color: #fff;
        font-size: 18px;
        line-height: 40px;
    }
    .ClientLogo.newColor {
        background-color: #171636;
    }
    .ModuleSearch {
        display: none;
    }
    .mobileSearch {
        display: block;
        left: 30px;
        right: 0;
        width: 50%;
        top: 3px;
    }
    .mobileSearch input,
    .mobileSearch input.square {
        right: 0;
        left: 0;
    }
    .mobileSearch input {
        border-radius: 0;
        width: 100%;
        padding-left: 5px;
        height: 36px !important;
    }
    .mobileSearch .search {
        display: none;
    }
}
@media all and (max-width: 460px) {
    .mobileSearch {
        width: 80%;
    }
}
@media all and (max-width: 350px) {
    .SearchInput.open {
        width: 210px;
    }
}
.headerIcons a {
    color: #8a87cb;
}
.headerIcons li {
    padding-bottom: 10px;
}
.headerStock .StockPChange .StockIndicator,
.headerStock .StockDate {
    display: none;
}
.headerStock .StockPChange:before {
    content: "(";
}
.headerStock .StockPChange:after {
    content: ")";
}
.headerStock .StockPrice:before {
    content: "$";
}
.headerStock {
    background-color: #6e27c5;
    color: #fff;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
.headerStock a {
    color: #fff;
    text-decoration: none;
}
.headerStock .StockDescription1,
.headerStock .StockPrice,
.headerStock .StockPChange {
    padding-right: 10px;
}
span.ModuleTitle {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Chubb Publico Web';
    font-weight: 300;
    padding-bottom: 18px;
    display: block;
    margin-bottom: 12px;
}
.StockDescription1 span {
    padding-left: 4px;
}
span.mobileVolume {
    position: relative;
}
a.linkToStockInfo {
    display: inline-block;
    padding-left: 1px;
    vertical-align: text-bottom;
}
a.linkToStockInfo:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #a87ddc;
}


/*** Stock/Dividend Information ***/
.StockQuotePage .StockPage,
.StockQuotePage .border .StockLabel:first-child,
.StockQuotePage .border .StockLabel.PChangeLabel {
    display: none;
}
.StockQuotePage .border .StockLabel.PChangeLabel.StockPriceUp,
.StockQuotePage .border .StockLabel.PChangeLabel.StockPriceDown {
    display: inline-block;
}
.StockQuotePage .StockHeader p,
.StockQuotePage .StockRow p,
.StockQuotePage .StockRowAlt p {
    /*float: left;*/
    width: 33%;
    display: table-cell;
}
.StockQuotePage .StockHeader p,
.StockQuotePage .StockRowAlt p {
    padding-bottom: 35px;
}
.StockQuotePage .StockRow p {
    padding-bottom: 25px;
}
.StockQuotePage .StockTableItem {
    display: table;
    width: 100%;
}
.StockQuotePage .StockTableItem span {
    color: #333;
    font-weight: 300;
}
.StockQuotePage .StockTableItem a {
    text-decoration: none;
    cursor: auto;
}
.StockQuotePage .StockHeader span {
    font-size: 22px;
    line-height: 25px;
}
.StockQuotePage .StockHeader span.StockPriceDown,
.StockQuotePage .StockHeader span.StockPriceUp,
.StockQuotePage .StockHeader span.PChangeLabel,
.StockQuotePage .StockHeader span.bracket,
.StockQuotePage .StockHeader span.StockIndicator {
    color: #6e27c5;
}
.StockRow .TodaysOpenLabel,
.StockRow .WeekHighLabel,
.StockRow .HighLabel,
.StockRowAlt .PreviousCloseLabel,
.StockRowAlt .WeekLowLabel,
.StockRowAlt .LowLabel {
    display: block;
}
.StockQuotePage .StockTableItem:after {
    content: "";
    display: block;
    clear: both;
}
.StockQuotePage .StockTableText span + span + span {
    float: right;
    margin-right: 8%;
}
@media all and (max-width: 1000px) {
    .StockQuotePage .StockTableText span + span + span {
        margin-right: 6%;
    }
}
@media all and (max-width: 1000px) {
    .StockQuotePage .StockTableText span + span + span {
        margin-right: 11%;
    }
}
.StockQuotePage .StockTableFeed {
    border: 3px solid #ebebeb;
    border-top-color: #01d1c6;
    padding: 25px 15px 25px 25px;
    margin-top: 20px;
}
.StockQuotePage .stockQuoteHeading {
    padding-bottom: 18px;
}
.StockQuotePage .StockTableText {
    font-size: 12px;
}
.StockQuotePage {
    padding-bottom: 20px !important;
}
.divInfo span.ModuleTitle {
    border-bottom: 2px solid #7acb00;
}
.divInfo .ContentContainer {
    padding-top: 28px;
}
.divInfo {
    font-size: 17px;
}
.divInfo p:first-child,
.divInfo p:nth-child(4) {
    padding-bottom: 18px;
}
.divInfo .accordion h2 {
    padding-bottom: 12px;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}
.divInfo .accordion p {
    padding-top: 20px;
}
.divInfo .accordion {
    display: none;
}
.orangeBorder {
    border-bottom: 2px solid #ff6600;
}
.purpleBorder {
    border-bottom: 2px solid #6e27c5;
    margin-top: 15px;
}
.viewBtn,
.showBtn {
    padding: 10px 15px;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #333;
}
.viewBtn:hover,
.showBtn:hover {
    text-decoration: none;
    color: #333;
}
.viewBtn {
    padding-top: 11px;
    padding-bottom: 11px;
}
.showBtn {
    margin-right: 10px;
}
.viewBtn:after {
    content: "\f105";
    font-size: 23px;
    vertical-align: top;
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.showBtn:after {
    content: "\e64e";
    font-family: 'q4icons';
    padding-left: 10px;
    font-size: 12px;
}
.showBtn.hideBtn:after {
    content: "\e64d";
}
.stockDisclaimer {
    padding-bottom: 0 !important;
}
.smallTop {
    padding-top: 0 !important;
}
@media all and (max-width: 580px) {
    .StockQuotePage .StockTableItem span {
        font-size: 14px;
    }
    .StockQuotePage .StockHeader span {
        font-size: 18px;
    }
}
@media all and (max-width: 500px) {
    .StockQuotePage .StockTableFeed {
        padding: 25px 15px;
    }
    .StockQuotePage .StockHeader p,
    .StockQuotePage .StockRow p,
    .StockQuotePage .StockRowAlt p {
        width: 100%;
        display: block;
    }
    .StockQuotePage .StockHeader p,
    .StockQuotePage .StockRowAlt p {
        padding-bottom: 15px;
    }
    .StockRow .TodaysOpenLabel,
    .StockRow .WeekHighLabel,
    .StockRow .HighLabel,
    .StockRowAlt .PreviousCloseLabel,
    .StockRowAlt .WeekLowLabel,
    .StockRowAlt .LowLabel {
        display: inline-block;
    }
    .StockQuotePage .StockTableText span + span + span {
        float: none;
        display: block;width: 100%;
    }
    .StockQuotePage .StockTableText {
        font-size: 10px;
    }
    .StockQuotePage .StockHeader span {
        font-size: 16px;
    }
    .divInfo p {
        font-size: 16px;
    }
    span.ModuleTitle {
        font-size: 30px;
        line-height: 36px;
    }
    .StockQuotePage .dollar {
        display: none;
    }
    .StockQuotePage .StockData:before {
        content: "$";
    }
    .StockQuotePage .StockData {
        float: right;
    }
}

@media all and (max-width: 365px) {
    .showBtn,
    .viewBtn {
        display: block;
        width: 145px;
    }
    .showBtn.hvr-wobble-horizontal,
    .viewBtn.hvr-wobble-horizontal {
        display: block;
    }
    .showBtn {
        margin-right: 0;
        margin-bottom: 16px;
    }
}


/*** Footer ***/
.footerContact {
    background-image: url('../images/chubbFooter.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.footerContact:after,
.contactContainer:after {
    content: "";
    display: block;
    clear: both;
}
.contactContainer {
    width: 75%;
    background-color: #150F96;
    float: right;
    padding: 40px 60px;
    color: #fff;
}
.contactContainer p {
    padding-bottom: 15px;
}
.contactContainer a,
.contactContainer span {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Chubb Publico Web';
}
.contactContainer span {
    display: block;
}
.contactContainer h2 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 60px;
}
.ir {
    float: left;
    width: 40%;
}
.computerShare {
    float: left;
    width: 60%;
}
a.mailBtn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 0;
    font-size: 26px;
    position: absolute;
    top: -4.5px;
}
a.mailBtn {
    position: relative;
    padding-right: 20px;
}
span.mailBtn {
    display: inline-block;
    border-bottom: 1px solid transparent;
}
span.mailBtn:hover {
    border-bottom: 1px solid #fff;
}
a.mailBtn:hover {
    text-decoration: none;
    color: #fff;
}
.in-icon,
.fb-icon,
.tw-icon {
    height: 51px;
    width: 51px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.in-icon {
    background-image: url('../images/linkedin.jpg');
}
.fb-icon {
    background-image: url('../images/facebook.jpg');
    margin: 0 5px;
}
.tw-icon {
    background-image: url('../images/twitter.jpg');
}
.alertBtn {
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid #fff;
    margin-left: 45px;
    color: #fff;
    position: relative;
}
.alertBtn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 10px;
    vertical-align: text-bottom;
}
.alertBtn:hover {
    text-decoration: none;
    color: #fff;
}
.socialContainer {
    background-color: #ebebeb;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 100px;
}
.PaneQ4Footer {
    background-color: #EBEBEB;
    color: #000;
}
.footerLinks {
    padding-top: 45px;
}
.copyright,
.f-link {
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-right: 5px;
}
.f-link {
    text-decoration: underline;
}
.tabletContact {
    display: none;
}
.f-link:hover {
    color: #fff;
}
@media all and (max-width: 865px) {
    .computerShare {
        border-left: 10px solid #7acb00;
    }
}
@media all and (max-width: 800px) {
    .tabletContact {
        display: table;
        width: 100%;
    }
    .desktopContact {
        display: none;
    }
    .footerContact {
        background: #ebebeb;
        padding: 45px 30px;
    }
    .shareHolders,
    .contactT {
        display: table-cell;
        width: 50%;
        padding: 30px 15px;
    }
    .shareHolders {
        background-color: #fff;
        border-top: 3px solid #7acb00;
    }
    .contactT {
        background-color: #71cb00;
        border-left: 20px solid #ebebeb;
        color: #fff;
    }
    .tabletContact p {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .shareHolders > span {
        display: block;
        margin-bottom: 20px;
    }
    .shareHolders a {
        font-size: 16px;
        color: #333;
        cursor: pointer;
        vertical-align: bottom;
    }
    .contactT a {
        color: #fff;
        padding: 10px 15px;
        border: 1px solid;
        cursor: pointer;
    }
    .contactT p {
        margin-bottom: 40px;
    }
    .shareHolders > span span:after {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 22px;
        padding-left: 10px;
        color: #2a2a2a;
    }
    .footerLearn:after {
        content: "\f105";
        font-family: 'FontAwesome';
        padding-left: 10px;
        vertical-align: middle;
    }
    .footerLearn:hover {
        text-decoration: none;
    }
    .socialContainer {
        padding-left: 30px;
    }
}
@media all and (max-width: 670px) {
    .shareHolders,
    .contactT {
        display: block;
        width: 100%;
    }
    .contactT {
        border-left: 0 none;
        margin-top: 20px;
        min-height: 200px;
    }
    .contactT p {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 396px) {
    .alertBtn {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        width: 162px;
    }
}
@media all and (max-width: 377px) {
    .shareHolders a:after {
        font-size: 19px;
        top: 0;
    }
    .shareHolders a {
        font-size: 14px;
    }
}
@media all and (max-width: 339px) {
    .shareNotice a:after {
        top: 21px;
    }
}


/*** Investor Relations ***/
.SectionHome .ClientLogo {
    padding-bottom: 70px;
}
.SectionHome .Breadcrumb {
    padding-bottom: 25px;
}
.SectionHome .Breadcrumb {
  font-size: 54px;
}
nav.mainNavigation {
    background-color: #150f96;
    padding-bottom: 40px;
    position: relative;
    display:block;
}
.mainNavigation .level1 {
    padding-left: 54px;
    position: relative;
}
.mainNavigation .level2 li a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    cursor: pointer;
}
.mainNavigation .level2 .level3 li a {
    font-size: 18px;
    line-height: 20px;
    display: block;
}
.mainNavigation .level2 > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.mainNavigation .level2 > li a:hover:after,
.mainNavigation .level2 > li a:active:after,
.mainNavigation .level2 > li a:focus:after {
    width: 100%;
    left: 0;
}
.mainNavigation .level3 a {
    position: relative;
}
.mainNavigation .level2 li.has-children {
    padding-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.mainNavigation .level3 a:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #01c1d6;
    width: 100%;
}
.mainNavigation  .level1 > li,
.mainNavigation  .level1 > li.selected > a,
.mainNavigation  .level3 {
    display: none;
}
.mainNavigation .level2 {
    display: table;
}
.mainNavigation .level1 > li.selected,
.mainNavigation .level2 > li {
    display: table-cell;
}
.mainNavigation .level2 > li {
    /* vertical-align: top;*/
    width: 96px;
    padding-right: 25px;
}
.mainNavigation .level2 > li:last-child,
.mainNavigation .level3 li {
    padding-right: 0;
}
.mainNavigation .level2,
.mainNavigation .level3 {
    padding-right: 20px;
    padding-bottom: 0;
}
.mainNavigation .level2 > li:first-child {
    padding-left: 0;
}
.mainNavigation  .level3 {
    position: absolute;
    z-index: 99;
    background: #171636;
    right: 0;
    left: 0;
    padding-left: 90px;
    padding-top: 45px;
    padding-bottom: 45px;
    top: 70px;
    min-height: 300px;
}
.mainNavigation .Financials .level3 li {
    width: 210px
}
.mainNavigation .Information .level3 li {
    width: 290px
}
.mainNavigation .Governance .level3 li {
    width: 410px
}
.mainNavigation .Presentations .level3 li,
.mainNavigation .Media .level3 li {
    width: 150px
}
.mainNavigation .Resources .level3 li {
    width: 340px;
}
.mainNavigation .level3 li {
    padding-right: 20px;
    vertical-align: top;
    float: left;
    padding-bottom: 20px;
}
.hamburger-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.button_container {
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container:hover {
    opacity: .7;
}
.button_container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 9px;
}
.button_container span:nth-of-type(3) {
    top: 18px;
}
.mobileNav ul {
    list-style: none;
    padding-left: 0;
}
.mobileNav li {
    padding-top: 0;
    padding-bottom: 0;
}
.mobileNav .level1 > li,
.mobileNav .level1 > li.selected > a {
    display: none;
}
.mobileNav .level3 {
    visibility: hidden;
}
.mobileNav .level1 > li.selected {
    display: block;
}
.mobileNav {
    position: absolute;
    z-index: 99;
    background-color: #171636;
    top: 80px;
    right: 0;
    left: 0;
    display: none;
}
.mobileNav .level2 li.has-children > a {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 250px;
    display: block;
    position: relative;
    cursor: pointer;
}
.mobileNav .level2 li.has-children {
    white-space: nowrap;
}
.mobileNav .level2 li.has-children > a.specialBorder {
    border-bottom: 2px solid #01c1d6;
}
.mobileLinks a {
    width: 250px;
    display: block;
    position: relative;
}
.mobileNav .level2 li.mobileQLinks .mobileLinks li a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}
ul.mobileLinks {
    padding-top: 36px;
    padding-bottom: 20px;
}
.mobileNav .level2 {
    padding-left: 30px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 0;
}
.mobileNav .level2 > li.has-children.hide {
    visibility: hidden;
}
.mobileNav {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.mobileNav .level3 {
    position: absolute;
    left: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.mobileNav .level3.show {
    visibility: visible;
    left: 30px;
    padding-bottom: 0;
}
.mobileNav .visible > a {
    visibility: visible;
}
.mobileNav .level2 li.has-children.block {
    position: relative;
    visibility: visible;
}
.mobile_btn span:before {
    content: "\f104";
    font-family: "FontAwesome";
    padding-right: 10px;
    font-size: 22px;
    vertical-align: bottom;
}
.mobile_btn span {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.mobile_btn {
    display: none;
}
.mobile_btn.block,
.mobile_btn.block .mobileBtn {
    display: block;
}
.mobileNav .level3 a {
    font-size: 14px;
    color: #c5c5c5;
    word-wrap: break-word;
    height: 30px;
    overflow: hidden;
}
.mobileNav .level3.show a {
    height: auto;
    max-width: 250px;
    white-space: normal;
}
.mobileNav .level3 li {
    padding: 6px 0;
    overflow: hidden;
}
.PaneContent > span >span > div {
    padding: 60px;
}
.PaneContent > span >span > div.pressReleaseBack{
    padding-bottom:0;
}
.PaneContent > span >span > div.pressReleaseBackBottom{
    padding-top:0;
}
.pressReleaseBackBottom i,
.pressReleaseBack i{
    font-size:12px;
}
.pressReleaseBack a,
.pressReleaseBackBottom a {
    color: #333;
}
.pressReleaseBack a:hover,
.pressReleaseBackBottom a:hover {
    color: #333;
}
.PaneContent > span >span > div.pressDetails{
    padding-top:30px;
}
.no-space-top {
    padding-top:0!important;
}
.SectionHome .PaneLeft {
    display: none;
}
.section1 {
    background-color: #ebebeb;
}
.section2 {
    background-color: #fff;
}
.sections > div {
    display: inline-block;
    width: 48%;
    min-height: 307px;
    vertical-align: bottom;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 40px 30px;
}
.sections > div:first-child,
.sections > .div3,
.sections > .div7 {
    margin-right: 10px;
margin-bottom: 30px;
}
.sections > .div2,
.sections > .div6,
.sections > .div4,
.sections > .div8 {
    margin-left: 10px;
margin-bottom: 30px;
}
.sections > div:first-child,
.sections > .div2,
.sections > .div6 {
    margin-bottom: 30px;
}
.sections:after {
    content: "";
    display: block;
    clear: both;
}
.sections h2 {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
}
.sections p {
    color: #333;
    padding-bottom: 25px;
    display: block;
}
.irButton {
    padding: 10px 18px;
    border: 1px solid #000;
    display: inline-block;
    color: #333;
}
.irButton:hover {
    text-decoration: none;
    color: #333;
}
.irButton:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 19px;
    vertical-align: middle;
}
li.closeLevel {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 10px !important;
    cursor: pointer;
}
li.closeLevel:after {
    content: "\e602";
    font-family: 'q4icons';
    color: #8a87cb;
}
.section1-wrapper > .div5.div9 {
    border-top: 4px solid #01c1d6;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% { -webkit-transform: translateX(8px); }
    33.3% { -webkit-transform: translateX(-6px); }
    49.95% { -webkit-transform: translateX(4px); }
    66.6% { -webkit-transform: translateX(-2px); }
    83.25% { -webkit-transform: translateX(1px); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes hvr-wobble-horizontal {
    16.65% { -moz-transform: translateX(8px); }
    33.3% { -moz-transform: translateX(-6px); }
    49.95% { -moz-transform: translateX(4px); }
    66.6% { -moz-transform: translateX(-2px); }
    83.25% { -moz-transform: translateX(1px); }
    100% { -moz-transform: translateX(0); }
}/*
@-ms-keyframes hvr-wobble-horizontal {
  16.65% { -ms-transform: translateX(8px); }
  33.3% { -ms-transform: translateX(-6px); }
  49.95% { -ms-transform: translateX(4px); }
  66.6% { -ms-transform: translateX(-2px); }
  83.25% { -ms-transform: translateX(1px); }
  100% { -ms-transform: translateX(0); }
}*/
@-o-keyframes hvr-wobble-horizontal {
    16.65% { -o-transform: translateX(8px); }
    33.3% { -o-transform: translateX(-6px); }
    49.95% { -o-transform: translateX(4px); }
    66.6% { -o-transform: translateX(-2px); }
    83.25% { -o-transform: translateX(1px); }
    100% { -o-transform: translateX(0); }
}
@keyframes hvr-wobble-horizontal {
    16.65% { transform: translateX(8px); }
    33.3% { transform: translateX(-6px); }
    49.95% { transform: translateX(4px); }
    66.6% { transform: translateX(-2px); }
    83.25% { transform: translateX(1px); }
    100% { transform: translateX(0); }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;/*
  -ms-animation-name: hvr-wobble-horizontal;*/
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;/*
  -ms-animation-timing-function: ease-in-out;*/
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;/*
  -ms-animation-iteration-count: 1;*/
    animation-iteration-count: 1;
    z-index: 10;
}
/* -- end of Wobble -- */
.section1-wrapper > .div1 {
    border-top: 4px solid #01c1d6;
}
.section1-wrapper > .div2 {
    border-top: 4px solid #7acb00;
}
.section1-wrapper > .div3 {
    border-top: 4px solid #6e27c5;
}
.section1-wrapper > .div4 {
    border-top: 4px solid #150f96;
}
.section1-wrapper > .div5 {
    border-top: 4px solid #ffb617;
    /* https://q4websystems.zendesk.com/agent/tickets/206697 */
    margin-right: 10px;
}
.section1-wrapper > .div6 {
    border-top: 4px solid #f1352b;
}
.section1-wrapper > .div7 {
    border-top: 4px solid #ff6600;
}
.section1-wrapper > .div8 {
    border-top: 4px solid #ff0198;
}
.tabletEvent {
    display: none;
}
.homeEvent {
    border: 0 none;
}
@media all and (max-width: 888px) {
    .sections > div {
        min-height: 325px;
    }
}
@media all and (max-width: 840px) {
    .headerIcons {
        display: none;
    }
}
@media all and (max-width: 800px) {
    .PaneContent > span >span > div {
        padding: 50px 30px;
    }
    .sections > div {
        padding: 30px 15px;
    }
    .section1-wrapper > .div3,
    .section1-wrapper > .div4 {
        border: 0 none;
        padding: 0;
    }
    .homeEvent,
    .tabletEvent,
    .homeStock {
        padding: 30px 15px;
    }
    .homeEvent,
    .homeStock {
        min-height: 300px;
    }
    .tabletEvent {
        display: block;
        position: relative;
        padding-top: 100px;
        background-color: #150f96;
        height: 213px
    }
    .tabletEvent img {
        display: inline-block;
        width: 20%;
        vertical-align: text-top;
    }
    .tabletTitle {
        display: inline-block;
        width: 65%;
        margin-left: 30px;
    }
    .tabletTitle p {
        color: #fff;
        padding-bottom: 0;
    }
    .tabletLine {
        display: block;
        position: absolute;
        top: 18px;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #7775c2;
    }
    .tabletStock {
        padding: 0;
        background-image: url('../images/Layer-16.jpg');
        height: 213px;
    }
    .section1-wrapper > .div5 {
        border-top: 3px solid #150f96;
    }
    .section1-wrapper > .div6 {
        border: 0 none;
        background-color: #6e27c5;
    }
    .section1-wrapper > .div7 {
        border: 0 none;
        background-color: #150f96;
    }
    .section1-wrapper > .div8 {
        border-top: 3px solid #01c1d6;
    }
    .section1-wrapper > .div6 h2,
    .section1-wrapper > .div7 h2,
    .section1-wrapper > .div6 p,
    .section1-wrapper > .div7 p,
    .section1-wrapper > .div6 .irButton,
    .section1-wrapper > .div7 .irButton {
        color: #fff;
    }
    .section1-wrapper > .div6 .irButton,
    .section1-wrapper > .div7 .irButton {
        border-color: #fff;
    }
    .mainNavigation ul {
        padding-left: 0;
        list-style: none;
    }
    .Breadcrumb,
    .mainNavigation .level1,
    .mainNavigation .level3,
    .headerStock {
        padding-left: 30px;
    }
}
.mobileLinks,
.mobile_search,
.mobile_btn,
.mobileBtn {
    display: none;
}
/* #239788 */
/* @media all and (min-width: 701px) { */
@media all and (min-width: 1024px) {
    .mobileNav,
    .hamburger-menu {
        display: none !important;
    }
}
/* @media all and (max-width: 700px) { */
@media all and (max-width: 1024px) {
    .mobileLinks,
    .mobile_search {
        display: block;
    }
    .headerLinks,
    nav.mainNavigation {
        display: none;
    }
    .LayoutTwoColumn .mobileNav .level1 > li.expanded {
        display: block;
    }
    .LayoutTwoColumn .mobileNav .level1 > li.expanded > a {
        display: none;
    }
    .LayoutTwoColumn .ClientLogo {
        padding-bottom: 20px;
    }
    .hamburger-menu {
        display: block;
    }
    .Breadcrumb a + span + a + span + a,
    .SectionHome .Breadcrumb,
    .PageInvestorRelationsSearchResults .Breadcrumb {
        font-size: 26px;
        line-height: 26px;
    }
    .Breadcrumb a + span + a + span + a {
      margin-bottom: 0;
    }
    .SectionHome .ClientLogo {
        padding-bottom: 18px;
    }
    .SectionHome .Breadcrumb {
        padding-bottom: 48px;
    }
    .PageTitle a {
        padding-top: 0;
    }
}
@media all and (max-width: 680px) {
    .sections > div {
        width: 47%;
    }
    .sections > div:nth-child(2),
    .sections > div:last-child {
        margin-left: 15px;
    }
    .homeEvent,
    .homeStock {
        min-height: 320px;
    }
}
@media all and (max-width: 660px) {
    .tabletTitle {
        width: 60%;
    }
}
@media all and (max-width: 570px) {
    .sections > div {
        width: 100%;
        min-height: 1px;
        margin-bottom: 30px;
    }
    .sections > div:nth-child(2),
    .sections > div:last-child {
        margin-left: 0;
    }
    .tabletEvent span,
    .tabletEvent img {
        display: none;
    }
    .tabletEvent,
    .tabletStock {
        height: 160px;
    }
    .tabletStock {
        background: #01c1d6;
    }
    .homeEvent,
    .homeStock {
        min-height: 1px;
    }
    a.linkToStockInfo {
        right: inherit;
        top: -1px;
    }
    .linkToStockInfo i {
        padding-left: 10px;
    }
}
@media all and (max-width: 445px) {
    .mobileVolume {
        display: none;
    }
    .mobileVolume.block {
        display: block;
        margin-top: 8px;
    }
    .headerStock .StockDescription3 {
        /*position: absolute;*/
        cursor: pointer;
    }
    .headerStock .StockDescription3:after {
        content: "\e64e";
        font-family: 'q4icons';
        font-size: 13px;
        cursor: pointer;
        left: 4px;
    }
    .headerStock .StockDescription3.closing:after {
        content: "\e64d";
    }
}
@media all and (max-width: 350px) {
    .Breadcrumb a + span + a + span + a,
    .SectionHome .Breadcrumb,
    .PageInvestorRelationsSearchResults .Breadcrumb {
        font-size: 24px;
    }
}


/*** Stock Chart ***/
.highcharts-title,
.highcharts-subtitle {
    display: none;
}
@media all and (max-width: 957px) {
    .highcharts-input-group {
        display: none;
    }
}
@media all and (max-width: 850px) {
    .highcharts-input-group {
        display: block;
    }
}
@media all and (max-width: 570px) {
    .highcharts-input-group {
        display: none;
    }
}
.StockChart {
    padding-bottom: 20px !important;
}


/*** Historical Lookup Price ***/
.stockHistorical .sbHolder {
    display: inline-block;
    width: 110px !important;
    margin-right: 10px;
    vertical-align: middle;
    height: 44px;
}
.stockHistorical .sbSelector {
    line-height: 40px;
    font-size: 16px;
}
.stockHistorical .sbToggle {
    top: 10px;
}
.stockHistorical .sbSelector,
.stockHistorical .sbOptions {
    width: 110px !important;
}
.stockHistorical .sbOptions {
    top: 38px !important;
}
.stockHistorical .stock-selects {
    padding-bottom: 30px;
}
.stockHistorical .stock-selects .text {
    padding-right: 10px;
    vertical-align: middle;
}
.lookup {
    height: 44px;
    background: transparent;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    cursor: pointer;
    font-family: 'Chubb Publico Text Web';
    font-size: 16px;
}
.stockHistorical .list-group-item {
    float: left;
    width: 50%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.stockHistorical .list-group:after {
    content: "";
    display: block;
    clear: both;
}
.stockHistorical .badge {
    float: right;
    color: #000;
}
.stockHistorical .list-group-item .text {
    color: #4c4e53;
}
.list-group-item .badge {
    padding-right: 20px;
}
.list-group-item.alt .badge {
    padding-right: 0;
}
@media all and (max-width: 963px) {
    .stockHistorical .sbHolder,
    .stockHistorical .sbSelector,
    .stockHistorical .sbOptions {
        width: 90px !important;
    }
}
@media all and (max-width: 930px) {
    .stockHistorical .sbHolder,
    .stockHistorical .sbSelector,
    .stockHistorical .sbOptions {
        width: 70px !important;
    }
}
@media all and (max-width: 810px) {
    .stockHistorical .sbHolder,
    .stockHistorical .sbSelector,
    .stockHistorical .sbOptions {
        width: 110px !important;
    }
}
@media all and (max-width: 610px) {
    .stockHistorical .sbHolder,
    .stockHistorical .sbSelector,
    .stockHistorical .sbOptions {
        width: 90px !important;
    }
}
@media all and (max-width: 550px) {
    .stockHistorical .stock-selects .text {
        margin-bottom: 15px;
        display: block;
    }
}
@media all and (max-width: 500px) {
    .stockHistorical .list-group-item {
        width: 100%;
    }
    .list-group-item .badge {
        padding-right: 0px;
    }
}
@media all and (max-width: 450px) {
    .stockHistorical .sbHolder {
        margin-bottom: 10px;
        vertical-align: top;
    }
    .lookup {
        padding: 0 13px;
    }
}


/*** Investment Calculator ***/
.calc-left, .calc-right {
    display: inline-block;
    width: 49%;
}
.calc-row {
    margin-bottom: 15px;
}
.calc-label {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.calc-widget-investment-calculator input[type=text] {
    border: 1px solid #000;
    padding: 10px !important;
    margin: 3px 0;
    width: 200px;
}
.cal-startDate,
.calc-endDate {
    cursor: pointer;
}
.calc-widget-investment-calculator input.hasDatepicker {
    background-image: url('../images/calendar-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
}
.calc-widget-investment-calculator input.hasDatepicker:hover {
    background-color: #ebebeb;
    border-color: #c5c5c5;
}
.calc-widget-investment-calculator input.hasDatepicker:focus,
.calc-widget-investment-calculator input.hasDatepicker.focused {
    background-image: url('../images/calendar-icon-o.png');
    background-color: #01c1d6;
    border-color: #01c1d6;
    color: #fff;
    cursor: pointer;
}
#ui-datepicker-div {
    background-color: #ededed;
    display: none;
    width: 285px;
}
#ui-datepicker-div {
    border: 0;
    background: #ededed;
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#ui-datepicker-div, .ui-corner-all {
    border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    background-color: #ededed;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-top: 2px;
}
#ui-datepicker-div .ui-datepicker-title select {
    border: 0;
    padding: 6px;
    width: 66%;
    margin: 0;
    display:inline-block;
}
#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    width: 32%;
    margin-left: 5px;
}
.ui-icon.ui-icon-circle-triangle-w,
.ui-icon.ui-icon-circle-triangle-e {
    display: none !important;
}
#ui-datepicker-div,
#ui-datepicker-div * {
    box-sizing: border-box;
}
#ui-datepicker-div .ui-widget-header {
    border: 0;
    background: none;
    font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-header {
    padding: 0;
    position: static;
}
.ui-datepicker-title:after {
    content: "";
    display: block;
    clear: both;
}
.calc-widget-investment-calculator table,
.ui-datepicker table,
#calculator-popup-container table {
    border-collapse: collapse;
    border-spacing: 0;
}
#ui-datepicker-div table {
    font-size: inherit;
    margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    background-color: #ededed;
}
#ui-datepicker-div .ui-datepicker-calendar th {
    background-color: #c5c5c5;
    padding: 16px 0;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    background: #01c1d6;
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
    padding: 2px 0;
    text-align: center;
    width: 14.2857%;
}
#ui-datepicker-div .ui-datepicker-calendar a {
    padding: 0;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
    color: #888;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    color: #888;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: none;
    background-color: #01c1d6;
    border: none;
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
    background-color: #01c1d6;
}
.iradio, .icheckbox, .iradio_flat-grey {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}
.icheckbox {
    background: transparent url('../images/check6.png') no-repeat scroll 0 0;
    margin-right: 8px;
}
.iradio.checked, .icheckbox.checked {
    background-position: 0 -22px;
}
.calc-widget-investment-calculator .compare input[type=text]{
    display: none;
    /*margin-left: 4px;*/
    padding: 4px 10px;
    margin-top:15px;
}
.calc-widget-investment-calculator .compare .calc-input.other .checked ~ input[type=text]{
    display:block;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
.calc-loadingMessage {
    display: none;
}
.calc-button {
    color: #333;
    padding: 10px;
    width: 200px;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    display: block;
    border: 1px solid #000;
    background: transparent;
    margin: 0 auto;
    cursor: pointer;
    margin-left: 0;
    font-family: 'Chubb Publico Text Web';
}
.calc-input {
    margin-right: 10px;
}
.calc-input.other{
    margin-right:0;
}
.investmentCalc {
    padding-bottom: 20px !important;
}
@media all and (max-width: 850px) {
    .calc-widget-investment-calculator input[type=text],
    #ui-datepicker-div {
        width: 285px;
    }
    .calc-button {
        width: 284px;
    }
}
@media all and (max-width: 670px) {
    .calc-widget-investment-calculator input[type=text] {
        width: 100%;
    }
    .calc-left,
    .calc-right {
        display: block;
        width: 100%;
    }
    .calc-button {
        width: 200px;
        margin-left: auto;
    }
}
@media all and (max-width: 475px) {
    .calc-input {
        display: block;
    }
    .calc-button {
        width: 100%;
    }
}
@media all and (max-width: 360px) {
    #ui-datepicker-div .ui-datepicker-title select {
        width: 57%;
        border-radius: 0;
    }
    #ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
        width: 40%;
        margin-left: 5px;
    }
    #ui-datepicker-div {
        width: 205px;
    }
}


/*** Dividend Information ***/
.DividendInformation th {
    padding: 15px 5px;
    border-bottom: 2px solid #150f96;
    text-align: left;
}
.DividendInformation td {
    padding: 10px 5px;
}
.DividendInformation tr.alt {
    background: #ebebeb !important;
}
.historicalDividend tr.alt{
    background:#fff !important;
}
.DividendInformation.historicalDividend .dividendYear{
    background: #ebebeb !important;
}
.divInformation table a:hover {
    text-decoration: underline;
}
@media all and (max-width: 580px) {
    .DividendInformation td,
    .DividendInformation tr {
        width: 100%;
        display: block;
    }
    .DividendInformation th {
        display: none;
    }
    .DividendInformation td:before {
        font-weight: 600;
        padding-right: 10px;
    }
    .divInformation .row td:first-child:before {
        content: "Declared:";
    }
    .divInformation .row td:nth-child(2):before {
        content: "Record:";
    }
    .divInformation .row td:nth-child(3):before {
        content: "Payable:";
    }
    .divInformation .row td:nth-child(4):before {
        content: "Amount (US$):";
    }
    .divInformation .row td:nth-child(5):before {
        content: "Type:";
    }
}


/*** Historical Dividend Information ***/
@media all and (max-width: 580px) {
    .historicalDividend td:first-child:before {
        content: "Fiscal Year:";
    }
    .historicalDividend td:nth-child(2):before {
        content: "Closing High Price Range (US$):";
    }
    .historicalDividend td:nth-child(3):before {
        content: "Closing Low Price Range (US$):";
    }
    .historicalDividend td:nth-child(4):before {
        content: "Cash Dividend (US$):";
    }
    .historicalDividend tr:first-child,
    .historicalDividend tr:nth-child(2) {
        display: none;
    }
    .historicalDividend .dividendYear td:first-child:before {
        content: "";
    }
}


/*** Quarterly Reports ***/
.Sectionfinancials .secondary_navbar .level2 li.expanded > a {
    display: none;
}
.widget-years span {
    float: left;
    display: block;
    text-align: right;
    width: 64%;
    padding-top: 10px;
    border-right: 10px solid #fff;
}
.widget-years .sbHolder {
    float: right;
    width: 190px !important;
    height: 44px !important;
    border: 1px solid #ebebeb !important;
}
.widget-years .sbOptions {
    top: 42px !important;
    width: 190px !important;
    border-color: #ebebeb !important;
}
.widget-years .sbSelector {
    line-height: 40px;
    font-size: 16px;
}
.widget-years .sbToggle {
    top: 11px;
}
.widget-years:after {
    content: "";
    display: block;
    clear: both;
}
.widget-container ul,
.widget-container-annual ul {
    list-style: none;
    padding-left: 0;
}
.widget-container {
    margin-top: 34px;
    border: 1px solid #ebebeb;
}
.widget-container .row {
    padding: 10px 25px;
}
.widget-container h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    padding: 10px 0;
}
.widget-container .trigger.open h2 {
    margin-bottom: 30px;

}
.widget-container .trigger h2 {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.widget-container li {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.widget-container li a,
.widget-container li a span {
    display: block;
    position: relative;
}
.widget-container li a span {
    padding-right: 27px;
}
.widget-container li a,
.widget-container-annual li a {
    font-size: 20px;
    color: #333;
}
.widget-container li a:hover {
    text-decoration: underline;
}
.widget-container .row:first-child {
    border-top: 2px solid #150f96;
}
.widget-container .row:nth-child(2) {
    border-top: 2px solid #7acb00;
}
.widget-container .row:nth-child(3) {
    border-top: 2px solid #01c1d6;
}
.widget-container .row:nth-child(4) {
    border-top: 2px solid #f1352b;
}
.widget-container .container-docs span:after {
    content: "\e628";
    font-family: 'q4icons';
    position: absolute;
    right: 0;
    color: #01c1d6;
    font-size: 30px;
}
.widget-container .container-docs span.PDF:after {
    content: "\e62a";
    color: #f1352b;
}
.widget-container .container-docs span.XLSM:after,
.widget-container .container-docs span.Excel:after {
    content: "\e627";
    color: #7acb00;
}
.quarterlyReports .sbOptions li:last-child a {
    border-bottom: 0 none !important;
}
@media all and (max-width: 450px) {
    .widget-container li a,
    .widget-container-annual li a {
        font-size: 16px;
    }
    .widget-container .container-docs span:after {
        font-size: 22px;
    }
}
.widget-container .row {
    background-color: #fff;
}
.widget-container .row.openColor {
    background-color: #ebebeb;
}
.widget-container .trigger .title:after {
    content: "\e64e";
    font-family: 'q4icons';
    font-size: 22px;
    position: absolute;
    right: 0;
}
.widget-container .trigger.open .title:after {
    content: "\e64d";
}
.widget-container .container-docs {
    display: none;
}
.widget-container .openColor .container-docs {
    display: block;
}
@media all and (max-width: 965px) {
    .widget-years span {
        width: 60%;
    }
}
@media all and (max-width: 955px) {
    .widget-years span {
        width: 56%;
    }
}
@media all and (max-width: 885px) {
    .widget-years span {
        width: 52%;
    }
}
@media all and (max-width: 850px) {
    .widget-years span {
        width: 70%;
    }
}
@media all and (max-width: 710px) {
    .widget-years span {
        width: 68%;
    }
}
@media all and (max-width: 670px) {
    .widget-years span {
        width: 65%;
    }
}
@media all and (max-width: 620px) {
    .widget-years span {
        width: 62%;
    }
}
@media all and (max-width: 580px) {
    .widget-years span {
        width: 100%;
        float: none;
        text-align: left;
    }
    .widget-years .sbHolder {
        float: none;
        margin-top: 10px;
    }
    .widget-container h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .widget-container li {
        padding: 20px;
        margin-bottom: 20px;
    }
    .widget-container .trigger .title:after {
        font-size: 16px;
    }
    span.ModuleTitle,
    .tabsGov h1 {
        font-size: 30px;
        line-height: 38px;
    }
}
@media all and (max-width: 400px) {
    .widget-container .row {
        padding: 20px 0;
    }
    .widget-container .trigger h2 {
        padding: 0 8px;
    }
    .widget-container .trigger .title:after {
        right: 8px;
    }
    .widget-years .sbSelector {
        font-size: 14px;
    }
    .widget-container .row.openColor {
        padding-bottom: 0;
    }
    .widget-container .row.openColor li:last-child {
        margin-bottom: 0;
    }
}


/*** Chubb Profile ***/
.chubbProfile h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}
.chubbProfile h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 5px;
}
.profile2 h3,
.profile11 h3 {
    border-bottom: 2px solid #01c1d6;
}
.profile3 h3,
.profile12 .northA h3 {
    border-bottom: 2px solid #7acb00;
}
.profile4 h3,
.profile12 .int h3 {
    border-bottom: 2px solid #f1352b;
}
.profile5 h3,
.profile10 h3,
.profile12 .life h3 {
    border-bottom: 2px solid #6e27c5;
}
.profile1 h3,
.profile6 h3,
.profile12 .reins h3 {
    border-bottom: 2px solid #ff6600;
}
.profile7 h3 {
    border-bottom: 2px solid #150f96;
}
.profile8 h3 {
    border-bottom: 2px solid #ff0198;
}
.profile12 p {
    float: left;
    width: 50%;
}
.profile11 p {
    float: left;
    width: 50%;
    border-right: 10px solid #fff;
    min-height: 115px;
}
.profile12 div:after,
.profile11:after {
    content: "";
    display: block;
    clear: both;
}
.profile1 img {
    width: 100%;
    margin: 30px 0;
}
@media all and (max-width: 450px) {
    .profile12 p {
        width: 100%;
    }
    .profile11 p {
        width: 100%;
        border-right: 0 none;
        min-height: 1px;
    }
}
.chubbProfile table {
    margin-bottom: 20px;
    margin-top: 20px;
}
.chubbProfile td {
    padding: 10px 4px;
}
.chubbProfile tr.alt {
    background-color: #ebebeb;
}
.chubbProfile th {
    padding-bottom: 10px;
}
.chubbProfile tspan,
.highcharts-axis-labels text {
    font-size: 14px !important;
    font-weight: 600;
    font-family: "Chubb Publico Text Web";
}
.chubbProfile .highcharts-container {
    height: 380px !important;
}
@media all and (max-width: 580px) {
    .chubbProfile td {
        padding: 10px 15px;
        width: 100%;
        display: block;
        text-align: left;
    }
    .chubbProfile .CustomTable td:before {
        font-weight: 600;
        padding-right: 10px;
    }
    .chubbProfile .CustomTable td:first-child:before {
        content: "Rating Agency Ratings:";
    }
    .chubbProfile .CustomTable td:nth-child(2):before {
        content: "Financial Strength Rating:";
    }
    .chubbProfile .CustomTable td:nth-child(3):before {
        content: "Outlook:";
    }
    .chubbProfile .CustomTable td:nth-child(4):before {
        content: "ERM:";
    }
    .chubbProfile .CustomTable tr.alt:first-child {
        display: none;
    }
    .chubbProfile h2 {
        font-size: 30px;
        line-height: 38px;
    }
}


/*** Annual Reports ***/
.annualReports .items li {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.annualReports .items:after {
    content: "";
    display: block;
    clear: both;
}
.widget-container-annual {
    margin-top: 30px;
}
.annualReports .sbOptions {
    top: 28px !important;
}
.widget-container-annual li > a:hover {
    text-decoration: underline;
}
@media all and (max-width: 500px) {
    .annualReports .items li  {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*** Global Loss Triangles ***/
.GovernanceDocuments .title1,
.CommitteeCharters .title1 {
    float: left;
    width: 50%;
    padding: 15px 5px;
    font-size: 17px;
    font-weight: 600;
}
.GovernanceDocuments .title2,
.CommitteeCharters .title2 {
    float: right;
    width: 50%;
    text-align: right;
    padding: 15px 5px;
    font-size: 17px;
    font-weight: 600;
}
.GovernanceDocuments .ModuleHeader:after,
.CommitteeCharters .ModuleHeader:after {
    content: "";
    display: block;
    clear: both;
}
.GovernanceDocuments .ModuleHeader,
.CommitteeCharters .ModuleHeader {
    border-bottom: 2px solid #000;
    display: none;
}
.GovernanceDocuments .ModuleItemRow .ModuleIcon,
.GovernanceDocuments .ModuleItemRow .ModuleFileSizeText,
.CommitteeCharters .ModuleItemRow .ModuleIcon,
.CommitteeCharters .ModuleItemRow .ModuleFileSizeText {
    display: none;
}
.GovernanceDocuments .ModuleItemRow .ModuleHeadlineLink,
.CommitteeCharters .ModuleItemRow .ModuleHeadlineLink {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #333;
}
.GovernanceDocuments .ModuleItemRow .ModuleHeadlineLink:hover,
.CommitteeCharters .ModuleItemRow .ModuleHeadlineLink:hover {
    color: #333;
}
.GovernanceDocuments .ModuleItemRow,
.CommitteeCharters .ModuleItemRow {
    padding: 10px 5px;
}
.GovernanceDocuments .ModuleItemRow .ModuleHeadlineLink:before,
.CommitteeCharters .ModuleItemRow .ModuleHeadlineLink:before {
    font-family: 'q4icons';
    position: absolute;
    left: 0;
}
.GovernanceDocuments .ModuleItem .ModuleHeadlineLink:before,
.CommitteeCharters .ModuleItemRow .ModuleHeadlineLink:before {
    content: "\e62a";
    color: #f1352b;
    font-size: 22px;
}
.GovernanceDocuments .ModuleItemAlt .ModuleHeadlineLink:before {
    content: "\e62a";
    color: #f1352b;
    font-size: 22px;
}
.GovernanceDocuments2 .ModuleItemAlt .ModuleHeadlineLink:before {
    content: "\e627";
    color: #7acb00;
    font-size: 22px;
}
.GovernanceDocuments .ModuleHeadline:hover,
.CommitteeCharters .ModuleHeadline:hover {
    text-decoration: underline;
}
@media all and (max-width: 505px) {
    .GovernanceDocuments .ModuleHeader,
    .CommitteeCharters .ModuleHeader {
        display: none;
    }
}


/*** Sec Filings ***/
.secFilings .YearNavContainer {
    display: none;
}
.RegulatoryFilingContainer .MiddleColumnContentLarge {
    display: table;
    width: 100%;
    position: relative;
}
.RegulatoryFilingContainer .ModuleNotFound {
    position: absolute;
    bottom: -40px;
}
.RegulatoryFilingContainer .ModuleHeader,
.RegulatoryFilingContainer .ModuleItemRow {
    display: table-row;
}
.RegulatoryFilingContainer .ModuleHeader .Date {
    width: 17%;
}
.RegulatoryFilingContainer .ModuleHeader .Filing {
    width: 16%;
    text-align: center;
}
.RegulatoryFilingContainer .ModuleHeader span,
.RegulatoryFilingContainer .ModuleItemRow > * {
    display: table-cell;
}
.RegulatoryFilingContainer .ModuleItemRow > * {
    line-height: 24px;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 16px;
}
.RegulatoryFilingContainer .ModuleHeader span {
    border-bottom: 2px solid #7acb00;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 5px;
}
.RegulatoryFilingContainer .Icons {
    white-space: nowrap;
}
.RegulatoryFilingContainer .Icons li {
    display: inline-block;
}
.RegulatoryFilingContainer .Icons li a:hover{
    text-decoration:none;
}
.RegulatoryFilingContainer .ItemHref {
    cursor: pointer;
    text-align: center;
}
.RegulatoryFilingContainer .ItemHref:hover {
    text-decoration: underline;
}
.secFilings .ModuleItemRow.ModuleItem {
    background: #ebebeb;
}
.q4i-doc-pdf {
    color: #f1352b;
    font-size: 22px;
}
.q4i-doc-graph {
    color: #7acb00;
    font-size: 22px;
}
.q4i-doc-word {
    color: #01c1d6;
    font-size: 22px;
}
.q4i-doc-zip {
    color: #150f96;
    font-size: 22px;
}
.q4i-doc-html {
    color: #6e27c5;
    font-size: 22px;
}
.secFilings .ModuleContainerInnerTop {
    margin-top: 20px;
}
.secFilings .FormGroupsContainer:after {
    content: "";
    display: block;
    clear: both;
}
.secFilings .sbHolder {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.secFilings .RssLinkTopContainer {
    padding-top: 14px;
}
.secFilings .FormGroupsContainer .sbHolder:nth-child(2) {
    width: 120px;
    height: 44px;
}
.secFilings .FormGroupsContainer .sbHolder:nth-child(2) .sbOptions {
    top: 38px !important;
    width: 120px;
}
@media all and (max-width: 406px) {
    .secFilings .FormGroupsContainer .sbHolder:nth-child(2),
    .secFilings .FormGroupsContainer .sbHolder:nth-child(2) .sbOptions {
        width: 190px;
    }
}
.secFilings .FormGroupsContainer .sbHolder:last-child {
    width: 190px;
    height: 44px;
}
.secFilings .FormGroupsContainer .sbHolder:last-child .sbOptions {
    top: 38px !important;
    width: 190px;
}
.secFilings .FormGroupsContainer .sbSelector {
    font-size: 16px;
    line-height: 40px;
    width: 120px;
}
.secFilings .FormGroupsContainer .sbToggle {
    top: 10px;
}
.sbOptions li:last-child a {
    border-bottom:  0 none;
}
@media all and (max-width: 520px) {
    .RegulatoryFilingContainer .ModuleItemRow > * {
        display: block;
        padding: 5px;
    }
    .RegulatoryFilingContainer .ItemHref {
        text-align: left;
        position: relative;
        padding-left: 5px;
    }
    .RegulatoryFilingContainer .ModuleItemRow {
        display: block;
    }
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;;
    }
    .secFilings .ItemDate:before {
        content: "Date:";
        font-weight: 600;
        padding-right: 10px;
        display: none;
    }
    .secFilings .ItemHref:before {
        content: "Filing Type:";
        font-weight: 600;
        left: 5px;
        position: absolute;
        display: none;
    }
    .secFilings .ItemDescription:before {
        content: "Filing Description:";
        font-weight: 600;
        padding-right: 10px;
        display: none;
    }
    .secFilings .Icons:before {
        content: "Download/View:";
        font-weight: 600;
        padding-right: 10px;
        display: none;
    }
}
.ModuleSECFilingDetails .ModuleLinks .label,
.ModuleSECFilingDetails .ModuleLinks .Icons {
    float: left;
}
.ModuleSECFilingDetails .ModuleLinks .Icons {
    padding-top: 5px;
    cursor: pointer;
}
.ModuleSECFilingDetails .ModuleLinks .label {
    padding-top: 8px;
    padding-right: 5px;
}
.ModuleSECFilingDetails .ModuleLinks .Icons li {
    display: inline-block;
    padding-right: 5px;
}
.ModuleSECFilingDetails .ModuleLinks .Icons li img {
    display: none;
}
.IconLink a:after {
    font-family: 'q4icons';
    font-size: 22px;
}
.ModuleSECFilingDetails .PdfIcon a:after {
    content: "\e62a";
    color: #f1352b;
}
.ModuleSECFilingDetails .WordIcon a:after {
    content: "\e62d";
    color: #01c1d6;
}
.ModuleSECFilingDetails .ExcelIcon a:after {
    content: "\e627";
    color: #7acb00;
}
.ModuleSECFilingDetails .XBRLIcon a:after {
    content: "\e62e";
    color: #150f96;
}
.ModuleSECFilingDetails .XBRL_HTMLIcon a:after {
    content: "\e628";
    color: #6e27c5;
}
.ModuleSECFilingDetails .ModuleContainerInner div {
    padding-bottom: 8px;
}
.ModuleSECFilingDetails .ModuleLinks:after {
    content: "";
    display: block;
    clear: both;
}

/*** Corporate Governance ***/
.LayoutTwoColumn .secondary_navbar .level2 > li.expanded > a {
    display: none;
}
.LayoutTwoColumn .secondary_navbar .level3 li:first-child {
    padding-top: 0;
}
.PageInvestorRelationsCorporateGovernance .secondary_navbar .level3 li:first-child,
.PageInvestorRelationsStockDividendInformation .secondary_navbar .level3 li:first-child {
    padding-top: 18px;
}
.tabsGov h1 {
    line-height: 42px;
    margin-bottom: 14px;
}
.tabsGov {
    display: none;
}
.tabLinks ul li {
    padding: 8px 0;
}
.tabLinks ul li a {
    font-size: 18px;
    position: relative;
}
.tabLinks ul li a:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #4c4e53;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.tabLinks ul li a:hover:before {
    width: 100%;
}
.tabLinks ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 20px;
}
.CommitteeComposition,
div.tabsGov {
    padding-top: 0 !important;
}
.CommitteeComposition table,
.mobileCommittee table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.CommitteeComposition .second .alt {
    background-color: #ebebeb;
}
.CommitteeComposition .second {
    margin-top: 0;
}
.CommitteeComposition .subtitle {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 5px;
    display: block;
}
.CommitteeComposition .second th {
    padding: 15px 5px;
    border-bottom: 2px solid #6e27c5;
}
.CommitteeComposition .second th a {
    color: #333;
}
.CommitteeComposition .second th a:hover {
    color: #333;
}
i.q4-icon-member:before,
i.q4-circle-chair:before {
    content: "\e63d";
    font-family: 'q4icons';
    font-style: normal;
}
i.q4-circle-chair:before {
    color: #6e27c5;
}
.CommitteeComposition table td {
    padding: 10px 5px;
}
.CommitteeComposition .first td,
.mobileCommittee .third td {
    display: inline-block;
    padding-right: 30px;
}
.mobileCommittee .third td {
    border-top: 0 none;
}
.CommitteeComposition.second tr:first-child td {
    border-bottom: 2px solid #000;
}
.mobileCommittee  {
    display: none;
}
@media all and (max-width: 990px) {
    .tableResponsive {
        overflow-x: scroll;
    }
}
@media all and (max-width: 850px) {
    .tableResponsive {
        overflow-x: visible;
    }
}
@media all and (max-width: 680px) {
    .tableResponsive {
        overflow-x: scroll;
    }
}
@media all and (max-width: 635px) {
    .CommitteeComposition .subtitle {
        border-bottom: 1px solid;
    }
    .CommitteeComposition table.first,
    .CommitteeComposition table.second {
        display: none;
    }
    .tableResponsive {
        overflow-x: visible;
    }
    .mobileCommittee {
        display: block;
        margin-top: 20px;
    }
    .mobileCommittee .Level1 > li > p {
        padding: 15px 15px 15px 0px;
        position: relative;
        float: left;
        width: 100%;
        cursor: pointer;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .mobileCommittee .Level1 > li > p a {
        color: #333;
    }
    .mobileCommittee .Level1 > li > p a:hover {
        color: #333;
    }
    .mobileCommittee .Level1 > li > p:after {
        content: "\e64a";
        position: absolute;
        font-family: 'q4icons';
        font-size: 16px;
        right: 0;
        top: 15px;
    }
    .mobileCommittee .Level1 > li > p.open:after {
        content: "\e650";
    }
    .mobileCommittee .Level1 > li ul {
        list-style: none;
        display: none;
        padding-bottom: 20px;
    }
    .mobileCommittee ul.Level2 li span {
        padding: 7px 0;
        display: block;
    }
}
.ContactBoard h2 {
    padding: 20px 0 8px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.ContactBoard h2:first-child {
    padding-top: 0;
}
.ContactBoard p {
    margin-bottom: 10px;
}
.ContactBoard .firstH2,
.highlightsDoc span.ModuleTitle {
    border-bottom: 2px solid #ff6600;
}
.ContactBoard .secondH2{
    border-bottom: 2px solid #6e27c5;
}
.highlightsDoc2 span.ModuleTitle {
    border-bottom: 2px solid #ff0198;
}
.highlightsTxt {
    padding-bottom: 0 !important;
}
.highlightsDoc .ModuleContainerInnerTop,
.highlightsDoc2 .ModuleContainerInnerTop {
    margin-top: 20px;
}
.highlightsDoc2 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}


/*** Events ***/
.upcomingEvent {
    position: relative;
}
.eventsSection .ModuleDateContainer span {
    display: block;
}
.eventsSection .ModuleDateContainer,
.eventHead span:first-child,
.ModulePresentation .ModuleDate {
    float: left;
    width: 30%;
    border-right: 5px solid #fff;
}
.eventsSection .ModuleDateContainer {
    font-size: 14px;
    /*color: #afafaf;*/
}
.eventsSection .right,
.eventHead span + span,
.ModulePresentation .right {
    float: left;
    width: 70%;
}
.eventsSection .itemOuter,
.eventsSection .item,
.ModulePresentation .ModuleItemRow {
    padding: 0px 5px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.eventsSection .itemOuter:last-child {
    margin-bottom: 15px;
}
.eventHead {
    padding: 15px 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.upcomingEvent .eventHead {
    border-bottom: 2px solid #150f96;
}
.presentationHead .eventHead {
    border-bottom: 2px solid #6e27c5;
}
.upcomingEvent .itemOuter:after,
.archivedEvent .item:after,
.eventHead:after,
.ModulePresentation .ModuleItemRow:after {
    content: "";
    display: block;
    clear: both;
}
.upcomingEvent .ModuleHeadlineLink,
.archivedEvent .eventTitle {
    padding-bottom: 15px;
    display: block;
    position: relative;
    color: #333;
}
.upcomingEvent .ModuleHeadlineLink:hover,
.archivedEvent .eventTitle:hover {
    text-decoration: underline;
    color: #333;
}
.q4-atc-button {
    font-family: "Chubb Publico Text Web";
    font-weight: 300;
    color: #333;
    background: transparent;
    border: 0 none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.q4-atc-button:before {
    content: "\e630";
    font-family: 'q4icons';
    position: absolute;
    left: 0;
}
.q4-atc-button:hover {
    text-decoration: underline;
}
.q4-atc-title {
    font-size: 16px;
    font-weight: 600;
}
.calendarList.q4-atc-links a span {
    color: #fff;
}
.datesChange {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.upcomingEvent {
    padding-bottom: 30px !important;
}
.archivedEvent .eventHead {
    border-bottom: 2px solid #6e27c5;
}
.yearsContainer .sbHolder {
    width: 120px;
    margin-top: 10px;
    float: right;
    height: 40px;
}
.yearsContainer .sbSelector {
    font-size: 16px;
    line-height: 40px;
    width: 120px;
}
.yearsContainer .sbToggle {
    top: 10px;
}
.yearsContainer .sbOptions {
    width: 120px;
    top: 38px !important;
}
.yearsContainer:after {
    content: "";
    display: block;
    clear: both;
}
.archivedEvent .webcast,
.eventDetails .WebcastLink a,
.archivedEvent .presentation a,
.eventDetails li.Presentation a {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.upcomingEvent .webcast,
.upcomingEvent .q4-atc-button {
    font-size: 14px !important;
}
.presentation a:before {
    content: "\e62a";
    font-family: 'q4icons';
    color: #f1352b;
    font-size: 18px;
    position: absolute;
    left: 0;
}
.archivedEvent .webcast:hover,
.eventDetails .WebcastLink a:hover,
.eventDetails li.Presentation a:hover {
    text-decoration: underline;
}
.archivedEvent .WebcastLink {
    padding-bottom: 5px;
}
.webcast:before,
.eventDetails .WebcastLink a:before {
    content: "\e62c";
    font-family: 'q4icons';
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #150f96;
}
.eventDetails .WebcastLink {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
}
.eventDetails li.Presentation a {
    position: relative;
    padding-left: 20px;
}
.eventDetails li.Presentation a:before {
    content: "\e62a";
    font-family: 'q4icons';
    color: #f1352b;
    font-size: 18px;
    position: absolute;
    left: 0;
    vertical-align: middle;
}
.eventDetails .ModuleDateContainer span,
.ModulePresentationDetails .ModuleDateContainer span {
    display: block;
}
.eventDetails .ModuleDateContainer,
.ModulePresentationDetails .ModuleDateContainer {
    padding-bottom: 15px;
}
.eventDetails .ModuleDateContainer span,
.ModulePresentationDetails .ModuleDateContainer span {
    display: block;
    font-size: 14px;
}
.eventDetails .ModuleDetailHeadline,
.ModulePresentationDetails .ModuleDetailHeadline {
    font-size: 20px;
    padding-bottom: 15px;
}
.PageInvestorRelationsMediaCenterPressReleasesPressReleaseDetails .PaneLeft {
    display: none;
}
.eventsSection {
    padding-bottom: 0 !important;
}
.upcomingEvent a.webcast {
    position: relative;
    padding-left: 21px;
}
.upcomingEvent .WebcastLink {
    margin-top: 5px;
}
.archivedEvent ul,
.eventDetails ul {
    list-style: none;
    padding-left: 0;
}
.eventDetails .ModuleSpeakers ul {
    list-style: none;
    padding-left: 0;
    padding: 0;
}
.eventDetails .ModuleSpeakers li {
    padding: 0;
}
.eventDetails .ModuleSpeakers li span {
    margin-right: -2px;
}
.eventDetails p {
    padding-bottom: 0;
}
.eventDetails .ModuleSpeakers h3 {
    font-size: 16px;
    font-weight: 400;
}
.eventsSection a,
.eventDetails .ModuleFileLink {
    color: #333;
}
.eventsSection a:hover,
.eventDetails .ModuleFileLink:hover,
.eventDetails .q4-atc-button:hover {
    color: #333;
    text-decoration: underline;
}
.eventDetails .q4-atc-button {
    font-size: 14px !important;
}
.eventDetails .RelatedDocuments a {
    color: #333;
}
.eventDetails .RelatedDocuments a:hover {
    color: #333;
}
.eventDetails .ModuleSpeakers {
    padding-top: 15px;
}
@media all and (max-width: 445px) {
    .yearsContainer .sbHolder {
        float: left;
        margin-top: 0;
    }
    .eventHead {
        display: none;
    }
    .eventsSection .ModuleDateContainer,
    .ModulePresentation .ModuleDate {
        width: 100%;
        margin-bottom: 10px;
    }
    .eventsSection .right,
    .ModulePresentation .right {
        width: 100%;
    }
    .yearsContainer .sbHolder {
        float: left;
    }
    .archivedEvent .items {
        padding-top: 40px;
    }
}


/*** Presentation ***/
.ModulePresentation {
    padding-top: 0 !important;
}
.presentationHead {
    padding-bottom: 0 !important;
    position: relative;
}
.ModulePresentation .ModuleItemRow a {
    display: block;
}
.ModulePresentation .ModuleItemRow img {
    margin-bottom: 10px;
    height: 155px;
}
.ModulePresentation .ModuleContainerInner:after {
    content: "";
    display: block;
    clear: both;
}
.ModulePresentation a.ModuleThumbnailLink {
    display: none;
}
.ModulePresentation .ModuleDate {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}
.ModulePresentation .ModuleHeadline {
    padding-bottom: 15px;
    display: block;
    color: #333;
}
.ModulePresentation .DocumentFileLink,
.ModulePresentationDetails .DocumentFileLink {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #333;
}
.ModulePresentation .DocumentFileLink:before,
.ModulePresentationDetails .DocumentFileLink:before {
    content: "\e62a";
    font-family: 'q4icons';
    color: #f1352b;
    font-size: 18px;
    position: absolute;
    left: 0;
    vertical-align: middle;
}
.LatestPresentation iframe {
    width: 100% !important;
}
.LatestPresentation {
    position: relative;
}
.ModulePresentation .ModuleHeadline:hover,
.ModulePresentation .DocumentFileLink:hover,
.ModulePresentationDetails .DocumentFileLink:hover  {
    text-decoration: underline;
    color: #333;
}
@media all and (max-width: 630px) {
    .ModulePresentation .ModuleItemRow {
        width: 100%;
    }
}
@media all and (max-width: 400px) {
    .LatestPresentation iframe {
        height: 300px !important;
    }
}
@media all and (max-width: 340px) {
    .LatestPresentation iframe {
        height: 235px;
    }
}
@media all and (max-width: 350px) {
    .LatestPresentation span.ModuleTitle {
        padding-right: 22px;
    }
}

/*** Media ***/
.pressHead span {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
}
.pressHead {
    border-bottom: 2px solid #ff6600;
    margin-bottom: 50px;
}
.pressHead span:first-child,
.news .ModuleDate {
    float: left;
    width: 30%;
    border-right: 5px solid #fff;
}
.pressHead span:nth-child(2),
.news .newsTitle {
    float: left;
    width: 70%;
}
.pressHead:after,
.news .ModuleItemRow:after {
    content: "";
    display: block;
    clear: both;
}
.news .ModuleItemRow {
    padding: 0px 5px 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}
.ModuleDate {
    font-size: 14px;
}
.news .ModuleDate {
    display: block;
}
.pressRelease {
    position: relative;
}
.news .newsTitle {
    color: #333;
}
.news .newsTitle:hover {
    text-decoration: underline;
    color: #333;
}
@media all and (max-width: 445px) {
    .pressHead {
        display: none;
    }
    .news .ModuleDate {
        width: 100%;
        border-right: 0 none;
        padding-bottom: 10px;
    }
    .news .newsTitle {
        width: 100%;
    }
    .pressRelease .yearsContainer {
        margin-bottom: 20px;
    }
}
.newsRss,
.eventRss,
.presentationRss,
.q4i-icon-rss {
    position: absolute;
    top: 72px;
    right: 60px;
}
.newsRss:after,
.eventRss:after,
.presentationRss:after,
.q4i-icon-rss:after {
    content: "\e642";
    font-family: 'q4icons';
    font-size: 24px;
    color: #ff6600;
}
.q4i-icon-rss:before {
    content: "";
}
.secFilings {
    position: relative;
}
@media all and (max-width: 768px) {
    .newsRss,
    .eventRss,
    .presentationRss,
    .q4i-icon-rss {
        right: 30px;
        top: 64px;
    }
    .newsRss:after,
    .eventRss:after,
    .presentationRss:after,
    .q4i-icon-rss:after {
        font-size: 20px;
    }
}
@media all and (max-width: 580px) {
    .newsRss,
    .eventRss,
    .presentationRss,
    .q4i-icon-rss {
        top: 60px;
    }
}
.pressDetails .ModuleDetailHeadlineText {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding: 30px 0 15px;
    display: block;
}
.pressDetails .ModuleDateContainer {
    padding-bottom: 5px;
}
.pressDetails p,
.pressDetails h4 {
    margin-bottom: 10px;
}
.pressDetails img {
    max-width: 225px !important;
    margin-bottom: 15px;
}
.pressDetails a {
    overflow-wrap: break-word;
}
.pressDetails b {
    font-size: 18px;
    padding: 15px 0 8px;
    display: block;
}
.pressDetails ul {
    font-size: 16.5px;
    padding-bottom: 5px;
    display: block;
}
.pressDetails ul {
    list-style: disc;
    padding-left: 30px;
}
.pressDetails li {
    padding-bottom: 10px;
}
.responsiveTable {
    overflow-x: scroll;
}
@media all and (max-width: 500px) {
    .pressDetails img {
        width: 175px !important;
    }
}
.inNews h2 {
    padding: 15px 0 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ff6600;
}
.inNews p {
    padding-bottom: 10px;
}
.inNews img {
    display: block;
    margin-bottom: 10px;
}
.inNews a {
    text-decoration: underline;
}
@media all and (max-width: 1000px) {
    .inNews img {
        float: none !important;
    }
}
@media all and (max-width: 768px) {
    .inNews img {
        float: right !important;
    }
}
@media all and (max-width: 620px) {
    .inNews img {
        float: none !important;
    }
}


/*** Shareholder Meeting Materials ***/
.MeetingMaterials h2 {
    padding: 15px 0;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6e27c5;
}
.MeetingMaterials p {
    padding-bottom: 10px;
}
.customDownload .ModuleHeader,
.customDownload .ModuleFileSizeText,
.AnnualMeetingMaterials .ModuleHeader,
.AnnualMeetingMaterials .ModuleFileSizeText {
    display: none;
}
.customDownload .ModuleHeadline ,
.AnnualMeetingMaterials .ModuleHeadline {
    position: relative;
    padding-left: 20px;
}
.customDownload .ModuleHeadlineLink ,
.AnnualMeetingMaterials .ModuleHeadlineLink {
    color: #333;
}
.customDownload .ModuleHeadlineLink:hover,
.AnnualMeetingMaterials .ModuleHeadlineLink:hover {
    color: #333;
}
.customDownload .ModuleHeadline:before,
.AnnualMeetingMaterials .ModuleHeadline:before {
    content: "\e62a";
    font-family: 'q4icons';
    color: #f1352b;
    position: absolute;
    left: 0;
}
.AnnualMeetingMaterials .ModuleHeadline:hover {
    text-decoration: underline;
}
.customDownload  .ModuleItemRow ,
.AnnualMeetingMaterials .ModuleItemRow {
    padding: 10px 5px;
}
.MeetingMaterials {
    padding-bottom: 0 !important;
}
.customDownload  {
    margin-bottom:30px;
}
.customDownload  a {
    text-decoration: none;
}
.customDownload  a:hover span {
    text-decoration: underline;
}
.AnnualMeetingMaterials span.ModuleTitle {
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 0px;
    line-height: 22px;
}
.generalMeeting span.ModuleTitle {
    border-bottom: 1px solid #6e27c5;
    margin-bottom: 15px;
}


/*** Analyst Coverage ***/
.AnalystCoverage table th {
    padding: 15px 5px;
    text-align: left;
    border-bottom: 2px solid #ff6600;
}
.AnalystCoverage table td {
    padding: 10px 5px;
}
/*.AnalystCoverage table tr.alt {
    background-color: #ebebeb;
}*/
.AnalystCoverage table tr:nth-child(2n+2) {
    background-color: #ebebeb;
}
.AnalystCoverage table {
    margin-top: 15px;
    margin-bottom: 30px;
}
@media all and (max-width: 500px) {
    .AnalystCoverage table tr:first-child {
        display: none;
    }
    .AnalystCoverage table tr td:first-child:before {
        content: "Firm:";
        padding-right: 8px;
        font-weight: 600;
    }
    .AnalystCoverage table tr td:nth-child(2):before {
        content: "Analyst:";
        padding-right: 8px;
        font-weight: 600;
    }
    .AnalystCoverage table tr td {
        display: block;
    }
}


/*** Contact IR ***/
.ContactInformation p {
    padding-bottom: 10px;
}
.ContactInformation {
    padding-bottom: 20px !important;
}
.MailingListSignupContainer {
    padding-top: 0 !important;
}
.MailingListTable td,
.MailingListUnsubscribeTable td {
    padding: 10px 0;
}
.MailingListTable,
.MailingListUnsubscribeTable {
    width: 80%;
}
.MailingListTable td.IntroTextColumn {
    padding: 15px 0;
    width: 100%;
}
.mailAlerts .MailingListTable td.IntroTextColumn {
    display: none;
}
.MailingListTable select{
    display:inline-block;
    font-family: "Chubb Publico Text Web", serif;
}
.MailingListTable input[type="text"],
.MailingListTable select,
.MailingListUnsubscribeTable input[type="text"] {
    width: 90% !important;
    padding: 5px;
    border-radius: 0;
}
.MailingListTable input[type="text"]:focus,
.MailingListTable select:focus,
.MailingListUnsubscribeTable input[type="text"]:focus {
    border: 1px solid #01c1d6;
}
.RequiredField {
    color: #dc3545;
}
textarea {
    padding: 5px;
}
.GridActions input,
.ButtonCell input {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 0;
}
.ButtonCell input {
    margin-top: 20px;
}
.MailingListListTable {
    padding-top: 15px;
}
.EditSubscriberConfirmation {
    display: none;
}
.MailingListListTable input[type="checkbox"] {
    margin-right: 11px;
    margin: 5px 10px 5px 0;
}
@media all and (max-width: 540px) {
    .MailingListTable td,
    .MailingListUnsubscribeTable td {
        width: 100% !important;
        display: block;
    }
    .MailingListTable input[type="text"],
    .MailingListTable select,
    .MailingListUnsubscribeTable input[type="text]"] {
        width: 95% !important;
    }
    .MailingListTable td.MailingListCol1,
    .MailingListUnsubscribeTable td.MailingListCol1 {
        padding-bottom: 0;
    }
    .MailingListTable,
    .MailingListUnsubscribeTable {
        width: 100%;
    }
}


/*** Email Alerts ***/
.SignUpEmailAlerts {
    padding-bottom: 20px !important;
}
.UnsubscribeEmailAlerts {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.unsubscribeAlerts {
    padding-top: 0 !important;
}
.MailingListUnsubscribeTable tr:first-child {
    display: none;
}
.EditSubscriberConfirmation,
.MailingListUnsubscribeMessage,
.MailingListActivationMessage,
.MailingListUnsubscribeAction {
    color: #7acb00;
    font-weight: 800;
}
.error-container,
.ErrorContainer {
    color: #ff0198;
    font-weight: 800;
}
.ActionButton {
    border: 1px solid #000;
    background: transparent;
    padding: 5px 15px;
}
.CaptchaContainer input[type="text"] {
    padding: 5px !important;
}
.ActionButton,
.SubmitButton {
    font-family: 'Chubb Publico Text Web';
}


/*** Rss Feeds ***/
.RssFeeds img {
    display: none;
}
.RssFeeds a {
    position: relative;
    padding-left: 20px;
    color: #333;
}
.RssFeeds a:hover {
    text-decoration: underline;
}
.RssFeeds a:before {
    content: "\e642";
    font-family: 'q4icons';
    color: #ff6600;
    position: absolute;
    left: 0;
}
.RssFeeds h2 {
    padding: 25px 0 10px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.RssFeeds h2.borderC {
    border-bottom-color: #6e27c5;
}
.RssFeeds h2.borderC2 {
    border-bottom-color: #01c1d6;
}
.RssFeeds h2.borderC3 {
    border-bottom-color: #f1352b;
}
.PageInvestorRelationsSearchResults .mainNavigation {
    display: none;
}
.PageInvestorRelationsSearchResults .Breadcrumb {
    padding-bottom: 60px;
}
.SearchResultsContainer span {
    word-wrap: break-word;
}
.PageInvestorRelationsSearchResults .PaneLeft {
    display: none;
}
.PageInvestorRelationsSearchResults .mobileNav {
    top: 77px;
}
@media all and (max-width: 465px) {
    .SearchResultsContainer table {
        table-layout: fixed;
    }
}


/*** About Chubb ***/
.aboutChubb p {
    padding-bottom: 10px;
}

/*** Site Map ***/
.SiteMapContainer p a {
    text-decoration: underline;
}
.SiteMapContainer p {
    padding-bottom: 10px;
}

.SiteMap-Level2 a,
.SiteMap-Level3 a {
    font-size: 18px;
}
.SiteMap-Level3 {
    padding: 10px 15px;
}
.SiteMap-Level4 {
    padding: 5px 30px;
}
.SiteMapList a:hover {
    text-decoration: underline;
}
.SiteMapContainer .SiteMapList {
    list-style: none;
    padding-left: 0;
}


/*** Chubb Ethics ***/
@media all and (max-width: 395px) {
    .fancybox-wrap {
        left: 4px !important;
        width: 300px !important;
    }
    .fancybox-skin {
        padding: 5px !important;
    }
}
@media all and (max-width: 340px) {
    .fancybox-wrap {
        width: 205px !important;
        left: 50px !important;
    }
    .fancybox-skin {
        padding: 0 !important;
    }
    .q4-atc-wrapper .q4-atc-inner-details {
        min-width: 205px !important;
    }
    .q4-atc-wrapper .q4-atc-links li {
        display: block !important;
    }
    .q4-atc-wrapper .q4-atc-links {
        margin-bottom: 0 !important;
    }
}

/*** Director Committe Links ***/
.tableComposition {
    padding-top: 0 !important;
}
.tableComposition h3 a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 10px;
    display: block;
    position: relative;
    padding-right: 20px;
    color: #333 !important;
}
.tableComposition h3 a:hover {
    color: #333 !important;
    text-decoration: none;
}
.accordionContainer h3 a:after {
    content: "\e64e";
    font-family: 'q4icons';
    font-size: 16px;
    position: absolute;
    right: 0;
}
.accordionContainer.trigger h3 a:after {
    content: "\e64d";
}
.accordionContainer p,
.accordionContainer div {
    display: none;
}
.accordionContainer.trigger p,
.accordionContainer.trigger div {
    display: block;
}
.accordionContainer {
    padding: 20px 10px 10px;
}
.navyBorder {
    border-top: 2px solid #150f96;
}
.greenBorder {
    border-top: 2px solid #7acb00;
}
.blueBorder {
    border-top: 2px solid #01c1d6;
}
.redBorder {
    border-top: 2px solid #f1352b;
}
.purple_border {
    border-top: 2px solid #6e27c5;
}
.orange_border {
    border-top: 2px solid #ff6600;
}
.pinkBorder {
    border-top: 2px solid #ff0198;
}
.docCopy span.ModuleTitle {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
}
.accordionContainer .ModuleHeader,
.accordionContainer.trigger .ModuleHeader {
    display: none;
}
.singleDoc {
    padding-bottom: 25px !important;
}
.singleDoc span.ModuleHeadline {
    font-size: 20px;
}
.PageInvestorRelationsCorporateGovernanceChubbLimitedAuditCommitteeCharter .secondary_navbar .level3 li:first-child,
.PageInvestorRelationsCorporateGovernanceChubbLimitedCompensationCommitteeCharter .secondary_navbar .level3 li:first-child,
.PageInvestorRelationsCorporateGovernanceChubbLimitedNominatingGovernanceCommitteeCharter .secondary_navbar .level3 li:first-child,
.PageInvestorRelationsCorporateGovernanceChubbLimitedExecutiveCommitteeCharter .secondary_navbar .level3 li:first-child,
.PageInvestorRelationsCorporateGovernanceChubbLimitedRiskFinanceCommitteeCharter .secondary_navbar .level3 li:first-child {
    padding-top: 18px;
}
@media all and (max-width: 570px) {
    .tableComposition h3 a {
        font-size: 20px;
    }
    .section2 .sections > .div8 {
        margin-left: 0px;
    }
}
@media all and (max-width: 370px) {
    .singleDoc span.ModuleHeadline {
        font-size: 18px;
    }
}

/*--------------- Annual Reports ---------------*/
.widget-container-annual{
    background:#ebebeb;
    padding:45px 25px 20px;
}
.widget-container-annual li a{
    display: block;
    position: relative;
}
.widget-container-annual li a:after{
    content: "\e628";
    font-family: 'q4icons';
    position: absolute;
    right: 0;
    color: #01c1d6;
    font-size: 30px;
}
.widget-container-annual li a[href$="pdf"]:after,
.widget-container-annual li a[href$="PDF"]:after{
    content: "\e62a";
    color: #f1352b;
}
.annual-widget .sbHolder{
    width: 190px !important;
    height: 44px !important;
    border: 1px solid #ebebeb !important;
}
.annual-widget .sbSelector{
    line-height: 40px;
    font-size: 16px;
}
.annual-widget .sbOptions {
    top: 42px !important;
    width: 190px !important;
    border-color: #ebebeb !important;
}
.annual-widget .sbToggle{
    top: 10px;
}
.annual-widget label{
    padding-top: 10px;
    padding-right: 20px;
    display: inline-block;
}
.annual-widget .years_container{
    text-align: left;
}
.annual-widget .years_container .sbHolder{
    float:right;
    text-align: left;
}
@media all and (max-width: 480px){
    .widget-container-annual li a{
        padding-right: 30px;
    }
    .widget-container-annual li a:after{
        font-size: 22px;
    }
    .annual-widget .years_container:after{
        content: "";
        clear: both;
        display: block;
    }
    .annual-widget .years_container label{
        margin-bottom: 10px;
    }
    .annual-widget .years_container > * {
        float: left !important;
        text-align: left;
        display: block;
        width: 100%;
    }
}
.social_hide{
    display: none;
}
.HistoricalFilings{
    position:relative;
    padding-right: 20px;
}
.HistoricalFilings:after{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 23px;
    top: 3px;
    padding-left: 10px;
    color: #2a2a2a;
}


/*** Search Results ***/
.SearchResultsUrl {
    display: none;
}
.SearchResultsContainer .TabTableItemAlt > span:after,
.SearchResultsContainer .TabTableItem > span:after {
    content: "...";
}
.SearchResultsContainer  br {
    display: none;
}
.SearchResultsContainer .TabTableItemAlt,
.SearchResultsContainer .TabTableItem {
    padding-bottom: 10px;
}
.SearchResultsContainer  strong,
.SearchResultsContainer  span {
    display: block;
}
.SearchResultsContainer .SearchSummary {
    padding-bottom: 20px;
}


/*** Tablet Secondary-Nav ***/
@media all and (min-height: 850px) {
    .secondary_navbar .level2 > li.selected,
    .secondary_navbar .level2 > li.expanded {
        display: block;
    }
}
@media all and (max-width: 849px) {
    .LayoutTwoColumn .secondary_navbar .level2 > li.expanded > a {
        cursor: pointer;
    }
    .LayoutTwoColumn .secondary_navbar .level3 li:first-child {
        padding-top: 18px;
    }
    .secondary_navbar .level2 > li.has-children.selected > a,
    .secondary_navbar .level2 > li.has-children.expanded > a {
        padding-top: 10px;
    }
    .PaneLeft {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .secondary_navbar a:hover:after {
        width: 0;
    }
    .secondary_navbar a {
        display: inline-block;
        padding-bottom: 2px;
        border-bottom: 2px solid #f4f4f4;
    }
    .secondary_navbar a:hover:after {
        width: 0;
    }
    .secondary_navbar a:hover {
        border-bottom: 2px solid #ff0198;
    }
    .secondary_navbar .level2 > li.openLevel a:hover {
        border-bottom: 0 none;
    }
    .secondary_navbar .level2 {
        position: relative;
        padding: 50px 30px 15px 90px;
    }
    .PaneLeft {
        display: block;
    }
    .secondary_navbar .level2 > li.selected > a,
    .secondary_navbar .level3 li.selected > a {
        display: inline-block;
    }
    .secondary_navbar .level2 > li.selected,
    .secondary_navbar .level2 > li.expanded {
        display: none;
    }
    .secondary_navbar .level2 > li.openLevel {
        position: absolute;
        display: block;
        top: 10px;
        left: 103px;
        width: 140px;
        padding: 10px;
        cursor: pointer;
    }
    .secondary_navbar .level2 > li.openLevel:before {
        content: "\e63e";
        font-family: 'q4icons';
        position: absolute;
        left: -15px;
        font-size: 21px;
        top: 11px;
        color: #ff0098;
    }
    .secondary_navbar .level2 > li.close_level:before {
        content: "\e64b";
        font-size: 16px;
    }
    .LayoutTwoColumn .secondary_navbar .level2 > li.selected.topDivider,
    .LayoutTwoColumn .secondary_navbar .level2 > li.expanded.topDivider {
        border-top: 2px solid #c5c5c5;
    }
}
@media all and (max-width: 800px) {
    .secondary_navbar .level2 {
        padding-left: 30px;
    }
    .secondary_navbar .level2 > li.openLevel {
        left: 45px;
    }
    .section1-wrapper > .div10 {
       border: 1px solid #ebebeb;
       border-top: 4px solid #7acb00;
       background-color: #fff;
    }
    .sections .div10 p, .sections .div10 h2 {
       color: #333;
    }
    .section1-wrapper > .div10 .irButton {
       border-color: #333;
       color: #333;
    } 
}
@media all and (max-width: 700px) {
    .PaneLeft {
        display: none;
    }
}
.stButton .stLarge {
    display: none !important;
}
.PagePageNotFound .headerIcons {
    top: 192px;
}
.PagePageNotFound .mobileNav {
    top: 79px;
}
.SearchResultsPaging a {
    font-weight: 300;
}
.SearchResultsPaging a[href] {
    font-weight: 700;
}



/*** Chubb Helpline ***/
.helplineDetails table th {
    padding: 15px 5px;
    text-align: left;
    border-bottom: 2px solid #ff6600;
}
.helplineDetails table tr.alt,
.helplineDetails .mobile_table .alt {
    background-color: #ebebeb;
}
.helplineDetails table td,
.helplineDetails .mobile_table span {
    padding: 10px 5px;
}
.helplineDetails .mobile_table span {
    display: block;
}
.helplineDetails table {
    border-spacing: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
.helplineDetails ol {
    padding-left: 17px;
}
.helplineDetails ul > ul {
    list-style-type: circle;
    padding-left: 30px;
}
.helplineDetails strong {
    display: block;
    padding-top: 15px;
}
.helplineDetails .mobile_table {
    display: none;
}
.helplineDetails .mobile_table span b {
    padding-right: 8px;
}
@media all and (max-width: 486px ) {
    .helplineDetails .mobile_table {
        display: block;
    }
    .helplineDetails table th {
        display: none;
    }
    .helplineDetails table td {
        display: block;
    }
    .helplineDetails table tr td:first-child:before {
        content: "Country:";
        font-weight: 600;
        padding-right: 8px;
    }
    .helplineDetails .CustomTable {
        display: none;
    }
    .helplineDetails table tr td + td:before {
        content: "Phone Number:";
        font-weight: 600;
        padding-right: 8px;
    }
}


/*** Investemnt Calculator popUp ***/
.calc-title h2 {
    padding-bottom: 10px;
    font-weight: 400;
}
.calc-info table {
    width: 99%;
}
.calc-info table th {
    text-align: left;
    padding: 10px 5px;
    border-bottom: 2px solid green;
}
.calc-info table td {
    padding: 10px 5px;
}
.calc-info table td:first-child {
    width: 60%;
}
.calc-info table td +td {
    width: 40%;
}
.calc-info tr td {
    padding: 10px 5px;
    border-bottom: 1px solid;
}
.yearsContainer a:hover {
    text-decoration: none;
}
.AnnualMeetingMaterials {
    padding-top: 0 !important;
}

.mainNavigation .level2 > li:last-child {
    padding: 0;
}
.section1-wrapper > .div10 {
    border-top: 4px solid #7acb00;
}
.SectionHome .sections > div {
    vertical-align: top;
}

.smallHeader {
    padding:5px;
    font-size:0.6em;
}

.socialContainer .alertBtn {
    color: #000;
    border-color: #000;
}

.PaneQ4Footer a {
    color: #000 !important;
}

.highcharts-navigator > rect {
    fill: rgba(21, 15, 150, 0.35) !important;
}

.module_options-am {
    vertical-align: middle;
}

.module_options-select {
    display: inline-block;
    cursor: pointer;
    appearance: none;
}

.module_options-select,
.module_options-label {
    margin-right: 10px;
}

.dropdown {
    background: transparent url("../design/dropdown-arrow.svg") no-repeat right 20px center;
    background-size: 14px 8px;
    padding: 13px 20px;
    padding-right: 44px;
    min-width: 120px;
}

.stockHistorical .dropdown {
    min-width: 100px;
}

.annual-widget .module_options-label {
    padding: 0;
}