a:focus {
    text-decoration: underline !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

.q4-preview-open {
    top: 250px !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #1a1a1a;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*overflow: hidden;*/
}

table {
    border-collapse: collapse;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
}

#chart * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webit-box-sizing: content-box;
}

p {
    margin: 10px 0;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 90%;
}

nav {
    display: block;
}

table {
    text-align: left;
}

/* TEXT STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 1.3;
    color: #1e1e1e;
    margin: 30px 0;
    font-weight: 400;
}

/*h2, h3, h4, h5, h6{
  color:#246da0;
}*/
h2 {
    font-size: 24px;
    margin: 20px 0;
}

h2.heading1 {
    font-size: 30px;
    margin: 30px 0;
}

h3 {
    font-size: 22px;
    margin: 20px 0;
}

h4 {
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
}

h5,
h6 {
    font-size: 16px;
    margin: 20px 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a,
.linkColor {
    color: #e51937;
}

a:hover {
    /*color: #000;*/
    text-decoration: underline;
}

img {
    border: 0 none;
    max-width: 100%;
}

.hidden {
    display: none;
}

.noStyleList,
.noStyleList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.toLowercase {
    text-transform: lowercase;
}

.greyArea {
    background: #eee;
}

.noTopMarginTitle,
.noTopMarginTitle h1 {
    margin-top: 0;
}

.space40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottomSpace40 {
    padding-bottom: 40px;
}

.topSpace40 {
    padding-top: 40px;
}

.space20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottomSpace20 {
    padding-bottom: 20px;
}

.topSpace20 {
    padding-top: 20px;
}

.centerContent,
.PaneContent .HtmlTextContainer.centerContent {

    text-align: center;
}

.centerOuter {
    display: table;
}

.centerInner {
    display: table-cell;
    vertical-align: middle;
}

.dashBeforeLink:before {
    content: "\e604";
    margin-right: 5px;
    font-family: "Q4-Default-Icons";
    font-size: 9px;
    vertical-align: middle;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

@media (max-width: 500px) {
    .floatNone {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.halfMediaToTheRight {
    float: right;
    margin-left: 30px;
    width: 50%;
}

.col3 {
    width: 33.33%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.col2 {
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.col2of3 {
    width: 66.66%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}

.addDivider,
.addHorzDivider {
    position: relative;
}

.addHorzDivider:before {
    content: '';
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    ;
    display: block;
    position: absolute;
    background: url('../design/horz-divider.png') center center no-repeat;
}

.addDivider:before {
    content: '';
    height: 100%;
    top: 0;
    right: 100%;
    width: 15px;
    display: block;
    position: absolute;
    background: url('../design/divider.png') 100% center no-repeat;
}

.addDivider:before:first-child:before {
    display: none;
}

.container {
    width: 100%;
    display: block;
    max-width: 1260px;
    margin: 0 auto;
}

input[type="text"],
textarea {
    border: 1px solid #655f5d;
    border-radius: 5px;
    padding: 0 10px 2px;
    line-height: 26px;
    outline: none;
    font-family: "Open Sans";
    font-size: 14px;
}

input[type="text"] {
    height: 30px;
}

textarea {
    line-height: inherit;
}

.customButton,
input[type='submit'],
button {
    display: inline-block;
    padding: 5px 25px 4px 25px;
    background: transparent;
    font-family: 'Open Sans';
    color: #e51937;
    border: none;
    outline: none;
    cursor: pointer;
    border: 2px solid #e51937;
    border-radius: 100px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

input[type='submit'],
input[type='button'] {
    padding: 5px 25px;
}

/*input[type="text"]{
  padding: 4px 25px 5px;
}*/
.littleborder:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    display: inline-block;
    margin: 40px 0;
}

.sameHeightTable {
    display: table;
    width: 100%;
}

.sameHeightCell {
    display: table-cell;
    width: 50%;
    position: relative;
    background: #eee;
    border-left: 1px solid #fff;
    padding: 20px;
}

.sbHolder {
    position: relative;
    background: #fff;
    width: 100px;
    border: 2px solid #9b9c9e;
    border-radius: 16px;
    font-size: 14px;
}

.sbHolder a {
    color: #9b9c9e;
}

.sbSelector {
    line-height: 30px;
    padding: 0 25px;
    display: block;
}

.sbOptions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #9b9c9e;
    border-radius: 16px;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 10px;
}

.sbOptions a {
    padding: 4px 15px;
    display: block;
    border-top: 1px dotted #e6e7e7;
}

.sbOptions li:first-child a {
    border-top: none;
}

.sbToggle:before {
    content: '\e64a';
    font-family: 'Q4-Default-Icons';
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 7px;
}

.sbToggle.sbToggleOpen:before {
    content: '\e650';
}



.HeaderContainer {
    position: relative;
    z-index: 5;
}

.PaneContentInner {
    position: relative;
    z-index: 1;
}

.PaneFooter {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.PaneContentInner>.container {
    position: relative;
    z-index: 1;
}

.PaneContentInner>.container,
.PaneFooter>.container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.PaneFooter2>.container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.FooterContainer {
    text-align: center;
}

.PaneHeader,
.PaneHeader a,
.PaneHeader2,
.PaneHeader2 a {
    font-family: 'Montserrat';
}

.PaneHeader {
    width: 100%;
    position: relative;
    z-index: 200;
}

.PaneHeader>.container {
    position: relative;
    padding-top: 20px;
    background: #fff;
}

.PaneHeader2>.container {
    position: relative;
}

.PaneLeft {
    float: left;
    width: 24%;
    margin-right: 3%;
    background: #f0f2f2;
}

.PaneContent {
    width: 73%;
    float: right;
}

.LayoutHomePageLayout .PaneLeft,
.LayoutHomePage .PaneLeft,
.LayoutHomePage .PaneContent,
.LayoutOneColumn .PaneContent,
.LayoutOneColumn .PaneLeft {
    float: none;
    width: 100%;
    margin: 0;
}

.Breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

/*header images*/
/*.PaneHeader2 > .container{
  background: url('../design/header_images/header-image-default.jpg');
  background-position: 50%;
}*/
/*end header images*/
.justify {
    text-align: justify;
}

.justify h1,
.justify h2,
.justify h3,
.justify h4,
.justify h5,
.justify h6 {
    text-align: left;
}

.ClientLogo {
    float: left;
    line-height: 0;
}

.ClientLogo img {
    display: block;
    /*-webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;*/
}

.PaneHeader.fixed {
    position: fixed;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.PaneHeader.fixed .ClientLogo img {
    max-width: 100px;
    margin-top: 12px;
}

.PaneHeader.fixed .LanguageSwitch,
.PaneHeader.fixed .LanguageSwitchfr,
.PaneHeader.fixed div.headerQL,
.PaneHeader.fixed .ModuleSearch {
    display: none;
}

.PaneHeader.fixed .LanguageSwitch.mobileMenuLanguage,
.PaneHeader.fixed .LanguageSwitchfr.mobileMenuLanguage,
.PaneHeader.fixed div.headerQL.mobileMenuLinks {
    display: block;
}

.PaneHeader.fixed>.container {
    padding-top: 0;
}

.headerQL li {
    float: left;
}

div.headerQL,
.LanguageSwitch,
.LanguageSwitchfr,
.ModuleSearch {
    float: right;
}

.ModuleSearch.mobileSearch,
.ModuleSearch.mobileSearch .SearchInput {
    display: none;
}

.headerQL.mobileMenuLinks,
.LanguageSwitch.mobileMenuLanguage,
.LanguageSwitchfr.mobileMenuLanguage {
    float: none;
    display: none;
}

.headerQL.mobileMenuLinks a,
.LanguageSwitch.mobileMenuLanguage a,
.LanguageSwitchfr.mobileMenuLanguage a {
    padding: 10px 25px;
    margin-top: 0;
    color: #636262;
}

.headerQL a,
.LanguageSwitch a,
.LanguageSwitchfr a,
.ModuleSearch a {
    color: #636262;
    font-size: 14px;
    margin-right: 25px;
    line-height: 30px;
    display: inline-block;
}

.headerQL a,
.LanguageSwitch a,
.LanguageSwitchfr a {
    line-height: 1.5;
}

.ModuleSearch {
    position: relative;
    margin-right: 40px;
}

.ModuleSearch .ModuleButton {
    padding: 0;
    background: url('../design/searchButIcon.png') center center no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: -1px;
    border: none;
}

.ModuleSearch.mobileSearch .ModuleButton {
    top: -1px;
}

.ModuleSearch.mobileSearch.frSearch .ModuleButton {
    top: -1px;
    /* left: 80px; */
}

.ModuleSearch.mobileSearch .ModuleButton.hasCloseIcon {
    background-image: url('../design/searchButCloseIcon.png');
}

.ModuleSearch .SearchInput {
    padding-right: 30px;
    border-radius: 16px;
    margin: 0;
}

.ModuleSearch .SearchInput {
    line-height: 22px;
    height: 26px;
    padding-bottom: 0;
}

.mobileNav .mobileMenuToggle {
    position: absolute;
    right: 0;
    top: 20px;
}

.mobileMenuToggle {
    display: none;
    position: relative;
    z-index: 99999;
}

.mobileMenuToggle .shell {
    border: 1px solid #e51937;
    border-radius: 5px;
    width: 30px;
    height: 28px;
    position: absolute;
    right: 20px;
    z-index: 1;
    padding: 1px;
    cursor: pointer;
    overflow: hidden;
}

.mobileMenuToggle .shell .line {
    width: 14px;
    height: 1px;
    background: #e51937;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.mobileMenuToggle .shell.open .line {
    margin: 5px auto;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

.mobileMenuToggle .shell.open .line+.line,
.mobileMenuToggle .shell.open .line+.line+.line {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobileMenuToggle .shell.close .line {
    width: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    top: 0;
}

.mobileMenuToggle .shell.close .line+.line,
.mobileMenuToggle .shell.close .line+.line+.line {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobileMenuToggle .shell.open .line+.line+.line {
    opacity: 1;
    filter: alpha(opacity=100);
    _filter: alpha(opacity=100);
}

.mobileMenuToggle .shell.close .line+.line+.line {
    opacity: 0;
    filter: alpha(opacity=0);
    _filter: alpha(opacity=0);
}

.mobileSecNav,
.mobileSecNav .level3 {
    display: none;
}

.mobileSecNav .level2 li {
    border-top: 1px solid #fff;
    background-color: rgb(35, 31, 32);
    background-color: rgba(35, 31, 32, 0.8);
    padding: 0 20px;
    display: table;
    width: 100%;
}

.mobileSecNav .level2 li a {
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 1;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.mobileSecNav .level2 li a:after {
    content: "\e64f";
    font-size: 12px;
    margin-left: 10px;
    font-family: "Q4-Default-Icons";
}

.mobileSecNav .level1>li,
.mobileSecNav .level1>li.selected>a {
    display: none;
}

.mobileSecNav .level1>li.selected {
    display: block;
}

.mobileNav {
    display: none;
    position: absolute;
    z-index: 9999;
    top: -66px;
    right: 0;
    width: 250px;
    background: #fff;
    margin: 0;
    padding-top: 66px;
    box-shadow: 0 0 0 2038px rgba(0, 0, 0, .5);
    /*max-height:100%;
  overflow-y:scroll; */

}

.mobileNav .level1 {
    padding: 5px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    /*overflow-x:auto;
  max-height:272px;*/
}

.mobileNav li a {
    color: #e51937;
    font-size: 15px;
    padding: 10px 25px;
    display: block;
    position: relative;
}

.mobileNav .level2>li>a {
    font-size: 12px;
    padding: 8px 35px 8px 35px;
    color: #1e1e1e;
}

.mobileNav .level3>li>a {
    font-size: 12px;
    padding: 5px 25px 5px 45px;
    color: #636262;
}

.mobileNav .level4 {
    background: #ebebeb;
}

.mobileNav .level4 li a {
    font-size: 12px;
    color: #636262;
    padding: 5px 25px 5px 45px;
}

.mobileNav .level2,
.mobileNav .level3 {
    display: none;
}

.mobileNav .level2>li.selected>a,
.mobileNav .level3>li.selected>a {
    color: #1dbeca;
}

.mobileNav .expander {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    display: block;
    text-align: center;
}

.mobileNav .level1 .expander:before {
    margin-top: -8px;
    margin-right: -8px;
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
}

.mobileNav .level2 .expander:before {
    margin-top: -6px;
    margin-right: -6px;
}


.mainNav {
    float: right;
    clear: right;
    margin-top: 2px;
    margin-right: 20px;
}

.mainNav .level2 {
    position: absolute;
    top: 110%;
    left: -9999px;
    background: rgb(30, 30, 30);
    background: rgba(30, 30, 30, 0.60);
    opacity: 0;
    filter: alpha(opacity=0);
    _filter: alpha(opacity=0);
    -webkit-transition: top 0.3s, opacity 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
}

.mainNav li {
    float: left;
}

.mainNav .level1>li.js--hover .level2 {
    opacity: 1;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    _filter: alpha(opacity=100);
}

.mainNav .level1>li>a {
    font-size: 15px;
    line-height: 26px;
    color: #1e1e1e;
    padding: 10px 15px;
    display: block;
}

/*.mainNav .level1 > li > a::after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.mainNav .level1 > li:last-child > a::after {
    display: none;
}*/

.Languagefr-CA .mainNav .level1>li>a {
    font-size: 13px;
    padding: 10px 10px;
}

.mainNav .level1>li:hover>a {
    background: #1e1e1e;
    color: #fff;
    /*  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);*/
}

.mainNav .level2>li:after {
    content: "|";
    display: inline-block;
    margin: 0 25px;
    color: #fff;
}

.mainNav .level2>li.last:after {
    display: none;
}

.mainNav .level2 {
    padding: 15px 40px;
}

.mainNav .level2>li>a {
    font-size: 15px;
    color: #fff;
}

.mainNav .level3 {
    display: none;
}

.headerImage {
    padding-top: 20.6%;
    position: relative;
}

.headerImage img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}

.headerSlider {
    color: #fff;
    background: #fff;
    position: relative;
}

.headerSlider .slider-item {
    width: 100%;
    bottom: 0;
    /*  background-size: cover;
  -ms-behavior: url(../js/backgroundsize-min.htc);
  behavior: url(../js/backgroundsize-min.htc);*/
}

.headerSlider .slider-item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;

}

.headerSlider .slider-item .shade {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url('../design/sliderGradient.png') 0 100% repeat-x;
}

.headerSlider .slider {
    position: relative;
    padding-top: 31%;
    /*overflow: hidden;*/
}

.careers .headerSlider .slider {
    padding-top: 29%;
}

.careers .headerSlider .title {
    display: none;
}

.headerSlider .sliderNav {
    position: relative;
}

.headerSlider .sliderNavW {
    position: absolute;
    bottom: 35px;
    right: 1.5%;
    z-index: 103;
    text-align: right;
}

.headerSlider .slideContent {
    position: absolute;
    bottom: 28px;
    width: 100%;
    z-index: 103;
}

.headerSlider .slideContentW {
    margin-left: 380px;
    margin-left: 420px\9;
    max-width: 51%;
}

.headerSlider .slideContentW:before {
    content: "";
    display: inline-block;
    height: 47px;
    margin-right: -1px;
    vertical-align: middle;
    width: 1px;
}

.Languagefr-CA .headerSlider .slideContentW {
    margin-left: 400px;
    margin-left: 440px\9;
}

.headerSlider .title {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

.headerSlider .cycle-pager {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.headerSlider .cycle-pager>span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.headerSlider .cycle-pager>span.cycle-pager-active {
    background: #fff;
}

.headerSlider .pauseButton {
    vertical-align: middle;
    cursor: pointer;
}

.headerSlider .pauseButton .bar {
    display: inline-block;
    margin-right: 4px;
    width: 0px;
    border-right: 4px solid #fff;
    height: 13px;
    /*  -webkit-transition:border 0.5s;
  -moz-transition:border 0.5s;
  transition:border 0.5s;*/
}

.headerSlider .pauseButton.active .bar {
    border: none;
    margin: 0;
}

.headerSlider .pauseButton.active .bar:first-child {
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    width: 0;
    height: 0;
}

.SqHeader {
    position: absolute;
    bottom: 0;
    font-size: 0;
    color: #636262;
    font-size: 12px;
}

.SqHeader.mobileMenuSQ {
    display: none;
    position: relative;
    border-top: 1px solid #ebebeb;
}

.SqHeader .wrapperBg {
    background: #fff;
    max-width: 300px;
    /*max-width: 260px\9;*/
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 30px;
    left: 2.5%;
    right: 0;
    z-index: 101;
}

.Languagefr-CA .SqHeader .wrapperBg {
    max-width: 325px;
}

.SqHeader.mobileMenuSQ .StockDate {
    line-height: 15px;
    /*display: block;*/
    margin-left: 0;
    /*float: right;*/
}

.SqHeader.mobileMenuSQ .wrapperBg {
    position: static;
    max-width: 100%;
}

.SqHeader .col {
    width: 46%;
    float: left;
}

.SqHeader .col+.col {
    width: 40%;
}

.SqHeader.mobileMenuSQ .col {
    width: 100%;
    float: none;
}

.PaneHeader .SqHeader.mobileMenuSQ.container {
    padding: 0;
    border-top: 1px solid #ebebeb;
}

.SqHeader .col.right {
    text-align: right;
}

.SqHeader.mobileMenuSQ .col.right {
    display: none;
}

.SqHeader .StockDate {
    margin-left: 10px;
}

.SqHeader .stockPageLink {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    font-size: 16px;
    color: #d9d9d9;
}

.SqHeader .stockPageLink i {
    line-height: 34px;
    margin-left: 2px;
}

.SqHeader .StockDescription1 {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.SqHeader.mobileMenuSQ .StockDescription1 {
    /*display: block;
  float:left;*/
}

.SqHeader .StockDescription2 {
    color: #1dbeca;
    font-size: 9px;
    margin-right: -3px;
    vertical-align: top;
}

.SqHeader .StockDescription3 {
    color: #1dbeca;
    vertical-align: middle;
    /*  font-size: 9px;
  margin-right: -3px;
  vertical-align: top;*/
}

.SqHeader.mobileMenuSQ .StockDescription2 {
    font-size: 10px;
}

.SqHeader.mobileMenuSQ .StockDescription3 {
    font-size: 18px;
}

.SqHeader.mobileMenuSQ .StockDescription3.label-fr {
    font-size: 12px;
}

/*.SqHeader.mobileMenuSQ .StockDescription2,
.SqHeader.mobileMenuSQ .StockPrice,
.SqHeader.mobileMenuSQ .StockDescription3{
  color:#636262;
}*/
.SqHeader .StockChange,
.SqHeader .StockVolume,
.SqHeader .StockVolumeText {
    display: none;
}

.SqHeader .StockPrice {
    display: inline-block;
    vertical-align: middle;
    color: #1dbeca;
}

.SqHeader.mobileMenuSQ .StockPrice {
    font-size: 12px;
    color: #1dbeca;
}

.SqHeader .StockPChange {
    margin-left: 7px;
}

.SqHeader.mobileMenuSQ .StockPChange {
    display: inline;
    vertical-align: bottom;
    /*line-height: 30px;*/

}

.SqHeader .StockIndicator {
    border: 1px solid #636262;
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    line-height: 8px;
    margin: 0 3px;
    text-align: center;
    width: 11px;
}

.SqHeader .StockPriceUp .StockIndicator {
    line-height: 10px;
    padding-left: 0;
}

.footerLogos .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4%;
    /*     width: 10%; */
    width: 8%;
}

.feedback {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 10000;
}

.feedback img.simple,
.feedback:hover img.hover {
    display: block;
}

.feedback img.hover,
.feedback:hover img.simple {
    display: none;
}

.FooterLinks {
    margin-bottom: 25px;
}

.FooterLinks li {
    display: inline-block;
}

.FooterLinks li:after,
.Q4FooterContainer:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 16px;
    border-right: 1px solid #ccc;
    margin: 0 25px;
}

.FooterLinks li:last-child:after {
    display: none;
}

.FooterLinks a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.footersmalltext,
.Q4FooterContainer a {
    font-size: 12px !important;
    color: #333 !important;
    line-height: 1;
}

.Q4FooterContainer,
.Copyright {
    display: inline-block;
}

.Q4FooterContainer {
    padding: 0 !important;
}

.footerLinkedinLink {
    position: absolute;
    right: 40px;
    bottom: 20px;
    text-align: left;
}


.secNav li,
.secNav .level1>li>a,
.secNav .level3,
.secNav .level4 {
    display: none;
}

/*.secNav li.selected,
.secNav li.expanded,*/
.secNav .level1>li,
.secNav .level1>li,
.secNav .level1>li.expanded>ul>li,
.secNav .level1>li.selected>ul>li,
.secNav .level3>li.selected ul,
.secNav .level3 li {
    display: block;
}

.secNav .has-children>a>i {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.secNav a {
    color: #1a1a1a;
    padding: 12px 60px 14px 30px;
    display: block;
    position: relative;

}

.secNav .level2>li {
    border-top: 1px solid #d8d9d9;
}

.secNav .level2>li:first-child {
    border-top: none;
}

.secNav .level3 a {
    padding: 8px 40px 8px 30px;
}

.secNav .level4 a {
    padding: 8px 60px;
}

.secNav .selected>a,
.secNav .expanded>a {
    color: #1dbeca;
}

.secNav .level3 {
    padding: 0 0 10px 10px;
}

.thumbShortcuts .ModuleContainerInner {
    margin: -1%;
}

.thumbShortcuts .ModuleItemRow {
    float: left;
    width: 31.33%;
    margin: 1%;
    position: relative;
    height: 240px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize-min.htc);
    behavior: url(../js/backgroundsize-min.htc);
}

.thumbShortcuts img {
    display: block;
    width: 100%;
}

.thumbShortcuts .ModuleHeadlineLink {
    height: 90px;
    line-height: 1;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.thumbShortcuts .ModuleHeadline {
    vertical-align: middle;
    position: relative;
}

.thumbShortcuts .ModuleHeadlineLink i {
    font-size: 12px;
    margin-left: 10px;
}

.thumbShortcuts .ModuleViewMore {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}

.label-fr,
.Languagefr-CA .label-en {

    display: none;
}

.Languagefr-CA .label-fr {
    display: inline;
}

.thumbShortcuts .ModuleFileDescriptionText {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.3;
}

.thumbShortcuts .ModuleItemRow:hover .PanelSlide,
.thumbShortcuts a:focus .PanelSlide {
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
}

.thumbShortcuts .PanelSlide {
    display: block;
    position: absolute;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 30px;
    margin-top: -90px;
    background: rgb(35, 31, 32);
    background: rgba(35, 31, 32, .8);
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s;
}

.thumbShortcuts .PanelSlide .thumbLinkOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.homeContactBox .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #636262;
}

.ModuleEventWebcasts .ModuleYearNavContainer {
    display: none;
    margin-top: 30px;
}

.ModuleEventWebcasts .ModuleLocation {
    display: none;
}

.ModuleEventWebcasts h2 {
    float: left;
    font-size: 30px;
    margin: 30px 0;
}

.ModuleEventWebcasts .ModuleContainerInner {
    background: #1dbeca;
    clear: both;
    display: table;
    width: 100%;
}

.ModuleEventWebcasts .ModuleItemRow {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 30px;
    border-left: 1px solid #4acbd5;
    width: 33.33%;
}

.ModuleEventWebcasts .ModuleItemRow:first-child {
    border-left: none;
}

.ModuleEventWebcasts .ModuleContainerInner a {
    color: #1e1e1e;
}

.ModuleEventWebcasts .ModuleDateContainer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ModuleEventWebcasts .viewAllWebcastsLinkTop,
.ModuleEventWebcasts .viewAllWebcastsLinkBottom {
    margin-top: 30px;
}

.ModuleEventWebcasts .viewAllWebcastsLinkBottom {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.ModuleEventWebcasts .WebcastLink {
    margin-top: 15px;
}

.ModuleEventWebcasts .ModuleHeadlineLink {
    color: #1e1e1e;
    display: block;
    vertical-align: middle;
    line-height: 1.2;
}

.ModuleEventWebcasts .ModuleSpeakers,
.ModuleEventWebcasts .ModuleLocation {
    margin-bottom: 0;
}

.ModuleEventWebcasts .WebcastLink a:after {
    content: "\e647";
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    font-family: "Q4-Default-Icons";
    background: #fff;
    color: #1dbeca;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
}

.ModuleEventWebcasts.webcastsWidget .ModuleItemRow {
    background: #F2F2F2;
    border-left: none;
    display: block;
    margin-bottom: 2px;
    padding: 20px;
    width: 100%;
}

.ModuleEventWebcasts.webcastsWidget .items {
    clear: both;
}

.ModuleEventWebcasts.webcastsWidget .yearsWrap {
    float: right;
    margin-top: 32px;
    margin-bottom: 20px;
}

.ModuleEventWebcasts.webcastsWidget .ModuleHeadlineLink {
    display: inline-block;
    margin: 10px 0;
    width: 85%;
}

.ModuleEventWebcasts.webcastsWidget .WebcastLink {
    margin-top: 0;
    margin-right: 15px;
    float: left;
}

.ModuleEventWebcasts .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleYearNavContainer {
    /*border-bottom: 1px solid #f2f2f2;*/
    display: block;
    position: relative;
    width: 100%;
}

.ModuleEvent .ModuleYearNavContainer a {
    background-color: #f2f2f2;
    border-radius: 6px 6px 0 0;
    color: #636262;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-right: 3px;
    padding: 6px 10px;
    position: relative;
}

.ModuleEvent .ModuleYearNavContainer a:hover {
    margin-top: -4px;
    padding-bottom: 10px;
}

.ModuleEvent .ModuleYearNavContainer a.selected {
    background-color: #f2f2f2;
    border-top: 3px solid #1dbeca;
    margin-top: -5px;
    padding-bottom: 8px;
}

.ModuleEvent .ModuleContainerInner {
    border: 1px solid #f2f2f2;
}

.ModuleEvent .ModuleItemRow,
.ModuleEvent .ModuleNotFound {
    padding: 22px 30px;
}

.ModuleEvent .ModuleItemRow.alt {
    background: #f2f2f2;
}

.ModuleEvent .ModuleDate,
.ModuleEvent .ModuleTime,
.ModuleEventDetails .ModuleDate,
.ModuleEventDetails .ModuleTime {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventDetails .ModuleDetailHeadline {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

.ModuleEvent h3,
.ModuleEventDetails h3 {
    display: none;
}

.ModuleEvent h3 {
    font-size: 14px;
    margin: 0;
}

.ModuleSpeakers,
.ModuleLocation {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.ModuleEvent .WebcastLink a:before,
.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails .ModuleLinks .Document.alt a:before,
.q4-atc-wrapper a:before,
.RelatedDocuments a:before {
    content: '\e629';
    font-family: 'Q4-Default-Icons';
    color: #dd2a2a;
    font-size: 20px;
    margin-right: 7px;
}

.ModuleEvent .WebcastLink a:before,
.ModuleEventDetails .WebcastLink a:before {
    content: '\e62c';
}

.q4-atc-wrapper a:before {
    content: '\e624';
}


.RelatedDocuments a[href*=".pdf"]:before,
.RelatedDocuments a[href*=".PDF"]:before,
.ModuleFile[href*=".pdf"]:before,
.ModuleFile[href*=".PDF"]:before {
    font-family: 'Q4-Default-Icons';
    content: '\e62a';
    font-size: 20px;
    margin-right: 4px;
}

.RelatedDocuments a[href*=".txt"]:before,
.RelatedDocuments a[href*=".rtf"]:before,
.RelatedDocuments a[href*=".doc"]:before {
    content: '\e62d';
    margin-right: 4px;
}

.RelatedDocuments a[href*=".zip"]:before {
    content: '\e62e';
    margin-right: 4px;
}

.RelatedDocuments a[href*=".xls"]:before {
    content: '\e921';
    margin-right: 4px;
    color: #207347;
}

.RelatedDocuments a[href*=".mp3"]:before,
.RelatedDocuments a[href*=".MP3"]:before,
.ModuleFile[href*=".mp3"]:before,
.ModuleFile[href*=".MP3"]:before {
    font-family: 'Q4-Default-Icons';
    content: '\e629';
    font-size: 20px;
    margin-right: 4px;
}

.futureEventsModule .ModuleYearNavContainer {
    display: none;
}

.futureEventsModule .Document,
.futureEventsModule .WebcastLink {
    padding-bottom: 10px;
}

.pastEventsWidget h2 {
    float: left;
}

.pastEventsWidget .yearsWrap {
    float: right;
    margin: 32px 0 20px;
}

.pastEventsWidget .PresentationThumbnail {
    float: left;
    display: inline-block;
    width: 20%;
}

.pastEventsWidget .rightSide {
    float: left;
    width: 80%;
}

.pastEventsWidget .PresentationThumbnail img {
    display: block;
    width: 85%;
    margin-right: 20px;
}


/*search page*/
.ModuleSearch.contentPaneSearch {
    margin-right: 0;
    float: none;
    display: inline-block;
}

.SearchResultsContainer .results {
    border: 1px solid #F2F2F2;
}

.SearchSummary {
    margin-bottom: 20px;
}

.SearchResultsContainer br,
.SearchResultsContainer .SearchResultsUrl,
.SearchResultsContainer .searchItemText {
    display: none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    padding: 20px;
}

.SearchResultsContainer .TabTableItemAlt {
    background: #F2F2F2;
}

.SearchResultsContainer .TabTableItem a,
.SearchResultsContainer .TabTableItemAlt a {
    display: block;
}

.SearchResultsContainer .SearchResultsPaging {
    padding-top: 15px;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a[href] {
    font-weight: normal;
}


.ModulePresentation .ModuleHeadlineLink.irLandingPresentations .ModuleHeadline {
    margin-bottom: 0;
}

.ModulePresentation.irLandingPresentations .ModuleItemRow {
    background: transparent;
    margin-bottom: 25px;
}

.ModulePresentation .ModuleItemRow {
    background: #f2f2f2;
    margin-bottom: 2px;
    padding: 20px;
}


.ModulePresentation .ModuleThumbnailLink {
    float: left;
    display: inline-block;
    width: 20%;
}

.ModulePresentation h2 {
    float: left;
}

.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .selYear {
    float: right;
    margin-bottom: 20px;
    margin-top: 32px;
}

.ModulePresentation .ModuleContainerInnerTop {
    clear: both;
}

.ModulePresentation .rightSide {
    float: left;
    width: 80%;
}

.ModulePresentation .ModuleThumbnailLink img {
    display: block;
    width: 85%;
    margin-right: 20px;
}

.ModulePresentation .ModuleDate {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #333333;
    margin-bottom: 10px;
}

.ModulePresentation .ModuleHeadlineLink {
    display: inline-block;
}

.ModulePresentation .ModuleHeadline {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

.ModulePresentation .PresentationLinks a:before {
    content: '\e913';
    display: inline;
    vertical-align: middle;
    font-family: 'Q4-Default-Icons';
    font-size: 24px;
    margin-right: 10px;
}

.ModuleDownloadListWithTags .ModuleHeaderText1,
.ModuleDownloadListWithTags .ModuleDate {
    display: inline-block;
    width: 24%;
}

.ModuleDownloadListWithTags a:after,
.ModuleDownloadListWithTags .ModuleFileTypeHeader {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.ModuleDownloadListWithTags .ModuleHeaderText2,
.ModuleDownloadListWithTags .ModuleHeadline {
    display: inline-block;
    width: 73%;
}

.ModuleDownloadListWithTags .ModuleItemRow,
.ModuleDownloadListWithTags .ModuleHeader {
    padding: 22px 30px;
}

.ModuleDownloadListWithTags .ModuleHeader {
    color: #636262;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.ModuleDownloadListWithTags .ModuleItemRow.ModuleItem {
    background: #f2f2f2;
}

.ModuleDownloadListWithTags .ModuleContainerInner {
    border: 1px solid #f2f2f2;
}

.ModuleDownloadListWithTags .ModuleIcon,
.ModuleDownloadListWithTags .ModuleFileSizeText {
    display: none;
}

.ModuleDownloadListWithTags a:after {
    content: '\e629';
    font-family: 'Q4-Default-Icons';
    color: #dd2a2a;
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
}

.ModuleDownloadListWithTags a[href*=".pdf"]:after {
    content: '\e62a';
}

.ModuleDownloadListWithTags a[href*=".xls"]:after {
    content: '\e921';
    color: #207347;
}

.ModuleDownloadListWithTags a[href*=".doc"]:after,
.ModuleDownloadListWithTags a[href*=".rtf"]:after {
    content: '\e62d';
}

.ModuleDownloadListWithTags a[href*=".zip"]:after {
    content: '\e62e';
}

.presDownload .ModuleHeader {
    display: none;
}

.presDownload a:before {
    content: '\e62a';
    font-family: 'Q4-Default-Icons';
    color: #dd2a2a;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}

.presDownload a[href*=".pdf"]:after {
    content: none;
}

.presDownload .ModuleItemRow.ModuleItem {
    background: none;
}

.presDownload .ModuleContainerInner {
    border: none;
}

.presDownload .ModuleItemRow {
    padding: 15px 0;
}

.irLandingPresentations {
    padding-right: 0;
}

.irLandingPresentations h1 {
    float: left;
}

.irLandingPresentations .viewAll {
    float: right;
    margin-top: 32px;
    margin-bottom: 15px;
}

.irLandingPresentations .rightSide {
    float: none;
    width: 100%;
}

.irLandingPresentations .ModuleItemRow {
    padding: 0;
}

.irCalendar {
    background: url('../design/dividerBig.png') 100% 100% no-repeat;
    background-size: 15px 77%;
    padding-left: 0;
}

.investor .PaneRight {
    clear: both;
}

.pressAndKeyInfo {
    clear: both;
}

.irPress .iconPress,
.keyInformation .keyInfoIcon {
    display: block;
    font-size: 55px;
    line-height: 1;
}

.irPress h2,
.keyInformation h2 {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.irPress .ModuleDate,
.keyInformation .ModuleDate,
.keyInformation .ModuleHeaderText {
    display: none;
}

.irPress .ModuleHeadlineLink,
.keyInformation .ModuleHeadlineLink {
    color: #1e1e1e;
    line-height: 1.3;
    margin-bottom: 10px;
    display: inline-block;
}

.irPress .ShowAllLink,
.keyInformation .ShowAllLink {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 30px;
    border: 2px solid #333;
    color: #333;
    border-radius: 50%;
    margin-top: 20px;
}

.analystLinksWrap {
    border-top: 1px solid #e6e6e6
}

.analystLinksWrap .link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 16%;
}

.analystLinksWrap .text {
    color: #636262;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.analystLinksWrap i {
    font-size: 55px;
    width: 150px;
    height: 150px;
    border: 1px solid #1dbeca;
    border-radius: 50%;
    line-height: 150px;
    color: #1dbeca;
    display: block;
    margin: 0 auto 25px;
}

.shareThisModule {
    position: absolute;
    bottom: 20px;
    left: 40px;
    text-align: left;
}

.shareThisModule .stBTNWrap {
    font-size: 0;
}

.shareThisModule .stButton {
    margin: 0 !important;
}

.shareThisModule .stButton:after {
    font-size: 20px;
    font-family: 'Q4-Default-Icons';
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.shareThisModule .stBTN:first-child .stButton:after {
    border-left: 1px solid #d9d9d9;
}

.shareThisModule .stButton>span {
    display: none;
}

.shareThisModule .sh-twitter .stButton:after {
    content: '\e645';
    color: #65ccef;
}

.shareThisModule .sh-fb .stButton:after {
    content: '\e635';
    color: #517cbe;
}

.shareThisModule .sh-in .stButton:after {
    content: '\e63c';
    color: #1187c9;
}

.shareThisModule .sh-gplus .stButton:after {
    content: '\e637';
    color: #dd4b39;
}

/*persons*/
.PersonGenericContainer .PersonDescription,
.PersonGenericContainer .commaName,
.PersonGenericContainer .suffixName,
.PersonGenericContainer .commaSuffix,
.PersonGenericContainer .PersonComma,
.fancybox-wrap .name .PersonComma,
.PersonGenericContainer .PersonSuffixText {
    display: none;
}

.PersonContainer {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0px 2% 20px 0;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.PersonPhoto {
    position: relative;
}

.PersonPhoto img,
.PersonDetailsImageContainer img {
    border: 1px solid #cccccc;
    max-width: 75px;
    width: 100%;
    display: block;
}

.PersonDetailsImageContainer {
    margin-right: 20px;
    float: left;
}

.PersonDetailsNameContainer {
    font-weight: 700;

}

.PersonDetailsNameContainer .PersonName {
    font-size: 22px;
}

.PersonDetailsContainerW {
    border: 1px solid transparent;
    padding: 20px;
}

.PersonDetailsContainerW:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
    _filter: alpha(opacity=30);
    border: 1px solid #ccc;
}

.PersonGenericDetailsContainer {
    text-align: justify;
}

.PersonGenericContainer h3 {
    margin: 0;
    font-size: 16px;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 77%;
    margin-left: 10px;
}

.PersonGenericContainer .PersonDetailsContainer {
    width: 17%;
    display: inline-block;
    vertical-align: bottom;
}

.PersonGenericContainer .PersonName2,
.PersonGenericContainer .PersonName {
    display: block;
    font-weight: bold;
    text-transform: none;
}

.PersonGenericContainer .PersonName2 {
    color: #344558;
    font-size: 12px;
}

.PersonGenericContainer .PersonName2:hover {}

.PersonGenericContainer .PersonTitle,
.fancybox-wrap .PersonTitle {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.fancybox-wrap {
    text-align: justify;
}

.fancybox-wrap .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.fancybox-wrap .since {
    display: block;
}

.fancybox-wrap .name>span {
    display: block;
    text-transform: none;
    font-weight: normal;
}

.fancybox-wrap .fancybox-skin {
    padding: 20px !important;
}

.fancybox-wrap .fancyPhotoWrapper {
    float: left;
    padding: 0 20px 0 0;
}

.fancybox-wrap .fancyPhotoWrapper img {
    display: block;
    border: 1px solid #ccc;
}


.CustomTable {
    border: 1px solid #f2f2f2;
    color: #636262;
    min-width: 600px;
}

.CustomTable th {
    font-size: 14px;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    background-color: #f2f2f2;
}

.CustomTable td {
    padding: 10px 20px;
}

.CustomTable .alt td {
    background-color: #f2f2f2;
}

i.chair {
    color: #1dbeca;
}

.CommitteeTableHeader {
    margin: 20px 0;
}

.CommitteeTableHeader td {
    padding: 0 20px;
}

.committee-mobile {}

.committee-mobile .trigger {
    display: block;
    padding: 12px 40px 14px 30px;
    position: relative;
    border-top: 1px solid #d8d9d9;
    background: #F0F2F2;
    cursor: pointer;
}

.committee-mobile .trigger.active {
    color: #1dbeca;
}

.committee-mobile .trigger:first-child {
    border-top: none;
}

.committee-mobile .trigger i {
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: -17px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 35px;
}

.committee-mobile .trigger i.q4-rounded-downchevon,
.committee-mobile .trigger.active i.q4-rounded-rightchevon {
    display: none;
}

.committee-mobile .trigger.active i.q4-rounded-downchevon {
    display: block;
}

.committee-mobile .item-group {
    display: none;
    padding: 15px 30px;
    /*background: #F0F2F2;*/
}

.item-person {
    padding: 5px 0;
}

.underwriterLinkTo {
    border: 1px solid #f0f2f2;
    padding: 10px 20px;
    display: inline-block;
    color: #655f5d;
    margin-bottom: 20px;
}

.underwriterLinkTo i {
    margin-right: 10px;
}

.latestAnnual .linksWrap {
    display: inline-block;
    width: 70%;
}

.latestAnnual .linksWrap a {
    width: 100%;
}

.latestAnnual h2,
.latestQuarter h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.latestAnnual .thumbnail {
    margin-right: 4%;
    width: 25%;
}

.latestAnnual .thumbnail img {
    width: 100%;
    border: 1px solid #f0f2f2;
}

.latestAnnual .thumbnail {
    clear: both;
}

.latestAnnual h4,
.latestQuarter h4 {
    float: left;
}

.latestQuarter .viewAll {
    float: right;
    margin-bottom: 15px;
    margin-top: -7px;
}

.latestAnnual .viewAll {
    float: right;
    margin-bottom: 25px;
    margin-top: 10px;
}

.latestQuarter .tblcell {
    display: table;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 33.33%;
    background: #1dbeca;
    height: 100px;
    float: left;
}

.latestQuarter .tblcell a {
    color: #1e1e1e;
    font-weight: 700;
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
}

.latestQuarter .tblcell:hover {
    background: #f0f2f2;

}

.latestQuarter .tblcell:hover .visible {
    display: none;
}

.latestQuarter .tblcell:hover .hidden {
    display: block;
}

.latestQuarter .tileButton i {
    font-size: 40px;
    line-height: 1;
    color: #1dbeca;
}

.latestQuarter .text {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    padding-left: 7px;
}

.latestQuarter i {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
}

.latestAIFandProxy .docTitle {
    font-size: 18px;
}

.latestAIFandProxy .boxTitle {
    font-size: 18px;
    font-weight: 700;
}

.latestAIFandProxy .sameHeightCell {
    position: relative;
    padding-bottom: 80px;
}

.latestAIFandProxy .sameHeightCell .buttonholder {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;

}

.latestAIFandProxy .sameHeightCell .customButton {}

.AnnualReports .linksWrap {
    display: inline-block;
}

.AnnualReports .linksWrap a {
    width: 100%;
}

.AnnualReports .yearsWrap {
    float: right;
    margin: 32px 0 20px;
}

.AnnualReports .thumbnail {
    max-width: 240px;
    width: 26%;
    vertical-align: top;
}

.AnnualReports .thumbnail img {
    width: 100%;
    max-width: 240px;

}

.AnnualReports .docs {
    width: 71%;
    vertical-align: top;
}

/*quarterly table*/
#financials .sbHolder {
    display: none;
}

#financials .ftYears {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

#financials .ftYears li {
    background-color: #f2f2f2;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-right: 3px;
    padding: 6px 10px;
    position: relative;
    color: #636262;
    font-weight: 700;
}

#financials .ftYears li:hover {
    border-top: 3px solid #f2f2f2;
}

#financials .ftYears li.selected {
    background-color: #f2f2f2;
    border-top: 3px solid #1dbeca;
}

/*#financials .ftHeader ~ .ftHeader {
    display: none !important;
}*/
#financials .ftHeader {
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    color: #636262;
    text-transform: uppercase;
}

#financials .ftRow {
    font-size: 14px;
    display: block;
    width: 100%;
}

#financials .ftRow.alt {
    background: #f2f2f2;
}

#financials .tableWrap {
    border: 1px solid #f2f2f2;
    clear: both;
}

/*#financials .loadingMsg{
  clear: both;
}*/
#financials .ftRow li,
#financials .ftHeader>li {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 50px;
    width: 64%;
}

#financials .ftRow li:first-child,
#financials .ftHeader li:first-child {
    padding: 22px 30px;
    width: 36%;
}

#financials .ftRow li .quarter-group,
#financials .quarterLabels span {
    display: inline-block;
    width: 24%;
    text-align: center;
}

a i.icon:before {
    content: '\e629';
    font-family: 'Q4-Default-Icons';
    color: #dd2a2a;
    font-size: 20px;
}

a.PDF i.icon:before {
    content: '\e62a';
}

a.Excel i.icon:before,
a.XLSM i.icon:before {
    content: '\e921';
    color: #207347;
}

a.DOC i.icon:before {
    content: '\e62d';
}

a.ZIP i.icon:before {
    content: '\e62e';
}

/*Glossary*/

.GlossaryContainer br

/*.GlossaryContainer table tr + tr + tr*/
    {
    display: none;
}

.GlossaryContainer .GlossaryLetters {
    margin-bottom: 30px;
}

.GlossaryContainer .GlossaryLetters td {
    background-color: #F0F2F2;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 1px 1px 0;
    padding: 0;
    width: 34px;
}

.GlossaryLetters table a {
    color: #1a1a1a;
    display: block;
    padding: 6px 0;
}

.GlossaryContainer .GlossaryDivider {
    clear: right;
}

.GlossaryContainer .MiddleColumnContentLarge {
    border-top: 1px solid #9A9A9A;
    padding-top: 11px;
}

.GlossaryContainer .GlossaryTopLink {
    float: right;
}

.mpcaifModule .wrapper {
    border: 1px solid #f2f2f2;
}

.mpcaifModule .header {
    text-transform: uppercase;
    font-size: 14px;
    color: #636262;
    font-weight: 700;
}

.mpcaifModule .header,
.mpcaifModule li {
    padding: 22px 30px;
}

.mpcaifModule li.alt {
    background: #f2f2f2;
}

.mpcaifModule .header .text1,
.mpcaifModule .linktext {
    display: inline-block;
    width: 70%;
}

.mpcaifModule .header .text2,
.mpcaifModule .icon {
    display: inline-block;
    width: 29%;
    text-align: center;
}

.mpcaifModule a>* {
    display: inline-block;
    vertical-align: middle;
}

.calendar {
    background-color: #f2f2f2;
}

.calendar .closeButton {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 17px;
    /*border:1px solid #1a1a1a;*/
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.calendar .controls {
    background-color: #1e1e1e;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
}

.calendar .headers {
    background-color: #eaeaea;
    font-size: 18px;
}

.calendar .headers .day-header,
.calendar .days .day {
    width: 14.28571428571429%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #eaeaea;
}

.calendar .headers .day-header {
    padding: 7px 0;
}

.calendar .day .daynr {
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 50%;
    padding: 7px 1px 7px 0;
    width: 46px;
    height: 46px;
    vertical-align: top;
}

.calendar .day.event .daynr {
    border-color: #1dbeca;
    cursor: pointer;
    position: relative;
}

.calendar .day.active .daynr {
    font-weight: 700;
    color: white;
    background-color: #1dbeca;
    width: 44px;
}

.calendar .clndr-previous-button {
    padding: 0;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 100%;
    margin-left: 30px;
    cursor: pointer;
}

.calendar .clndr-previous-button:before {
    content: '';
    margin: 6px;
    display: block;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 10px solid white;
    width: 0px;
    height: 0px;
}

.calendar .clndr-next-button {
    padding: 0;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 100%;
    margin-right: 30px;
    cursor: pointer;
}

.calendar .clndr-next-button:before {
    content: '';
    margin: 6px 10px;
    display: block;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 10px solid white;
    width: 0px;
    height: 0px;
}

.calendar .clndr-previous-button:focus,
.calendar .clndr-prev-button:focus {
    outline: 1px dotted;
}

.calendarDetails {
    display: none;
    background: #ffffff none repeat scroll 0 0;
    padding: 25px 30px;
    position: absolute;
    width: 340px;
    top: 50%;
    left: 100%;
    color: #1e1e1e;
    text-align: left;
    z-index: 1;
}

.calendar .calendar-dow-3~.day .calendarDetails {
    left: auto;
    right: 100%;
}

.calendarDetails:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -8px;
}

.calendar .calendar-dow-3~.day .calendarDetails:before {
    left: 100%;
    right: auto;
    border-right: 0 none;
    border-left: 8px solid white;
}

.calendarDetails .ModuleItemRow+.ModuleItemRow {
    margin-top: 20px;
}

.calendarDetails .ModuleDate {
    font-size: 14px;
    text-transform: uppercase;
}

.calendarDetails .ModuleHeadlineLink {
    font-size: 24px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: bold;
}

/*--- stock quote and historical ---*/

.StockQuoteContainer {
    width: 50%;
    float: left;
}

.StockQuoteContainer,
.historical-calc,
.calculator {
    color: #636262;
}

.historical-calc .stock-table {
    max-width: 360px;
}

/*.historical-calc .stock-selects .month+.sbHolder{
  width:140px;
}*/
.StockQuoteContainer h1.StockPage {
    display: none;
}

.StockQuoteContainer .StockTableItem,
.stock-historical .list-group-item {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.StockQuoteContainer .StockTableItem p,
.stock-historical .list-group-item span {
    float: left;
    margin: 0;
}

.StockQuoteContainer .StockTableItem p+p,
.stock-historical .list-group-item span+span {
    float: right;
    font-weight: 600;
}

.StockQuoteContainer .StockTableItem.noBorder,
.stock-historical .list-group-item.noBorder {
    border-left: 0;
    padding-left: 0;
}

.StockQuoteContainer .StockPriceDown,
.StockQuoteContainer .StockPriceDown+.bracket,
.StockQuoteContainer .StockPriceDown+.bracket+span+.bracket {
    color: red;
}

.StockQuoteContainer .StockPriceUp,
.StockQuoteContainer .StockPriceUp+.bracket,
.StockQuoteContainer .StockPriceUp+.bracket+span+.bracket {
    color: green;
}

.StockQuoteContainer .StockTableText {
    clear: both;
    padding-top: 10px;
    font-size: small;
}

.stock-historical .stock-selects {
    margin-bottom: 15px;
}

.stock-historical .stock-selects .text {
    display: block;
    margin-bottom: 10px;
}

.stock-historical .stock-selects .sbHolder {
    display: inline-block;
    margin: 0 5px 0 0;
}

/*.stock-historical .stock-selects button.lookup {
    margin-left: 10px;
}*/

.stockChartColumn {
    float: left;
    width: 65%;
    padding-left: 10px;
}

.StockQuoteContainer {
    float: left;
    width: 35%;
    padding-right: 15px;
    padding-top: 55px;
}

/*--- dividend history ---*/

.Dividends {
    position: relative;
    clear: both;
}

.DividendBtn {
    float: right;
    margin: 32px 0 20px 0;
}

.Dividends h2 {
    float: left;
}

/*--- table to card ---*/

.CardTable {
    border: 1px solid #f2f2f2;
    color: #636262;
    clear: both;
}

.CardTable th {
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.CardTable td {
    padding: 20px 10px 20px 10px;
}

.CardTable .alt {
    background-color: #f2f2f2;
}

/*--- boxes ---*/

.Info-boxes {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.Info-boxes .sameHeight-box {
    display: table-cell;
    width: 50%;
    padding: 20px 40px 50px 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    /*font-family: 'Montserrat';*/
    font-size: 18px;
    position: relative;
}

.Info-boxes .sameHeight-box .customButton {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.Info-boxes .sameHeight-box .heading {
    display: block;
    font-weight: 700;
}

.Info-boxes .sameHeight-box p {
    margin: 10px 0 20px 0;
}

/*--- lists ---*/

.dashType {
    margin: 0 0 10px 0;
    padding: 0;
}

.dashType li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.dashType li:before {
    content: '-';
    padding-right: 5px;
    position: absolute;
    left: 0;
}

.video-with-thumb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize-min.htc);
    behavior: url(../js/backgroundsize-min.htc);
    background-position: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.video-with-thumb.ratio16-9 {
    padding-top: 56%;
}

.video-with-thumb:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -10px;
    border: 16px solid transparent;
    border-left: 25px solid #fff;

}

.video-with-thumb:after {
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -45px;
    margin-top: -45px;

}

.video-with-thumb.careers {
    min-height: 280px;
}

.video-with-thumb iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.responsive-video-16-9 {
    /*display: inline-block;*/
    padding-top: 56%;
    position: relative;
}

.responsive-video-16-9 iframe,
.responsive-video-16-9 object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* Email Alerts */
.MailingListSignupContainer {
    width: 100%;
}

.MailingListSignupContainer .wrapper {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.MailingListSignupContainer h1 {}

.MailingListSignupContainer input[type="text"],
.MailingListUnsubscribeContainer input[type="text"] {
    width: 250px !important;
}

.MailingListSignupContainer .MailingListTable,
.MailingListUnsubscribeContainer .MailingListUnsubscribeTable {
    width: 100%;
}

.MailingListSignupContainer input[type="text"],
.MailingListUnsubscribeContainer input[type="text"] {
    outline: none;
    border: 1px solid #666;
    width: 100%;
}

.MailingListSignupContainer .icheckbox_flat-grey {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #666;
    cursor: pointer;
}

.MailingListSignupContainer .icheckbox_flat-grey.checked {
    background: url('../design/checked.png') center center no-repeat;
}

.MailingListSignupContainer .icheckbox_flat-grey,
.MailingListSignupContainer .icheckbox_flat-grey+label {
    display: inline-block;
    vertical-align: middle;
}

.MailingListSignupContainer .icheckbox_flat-grey+label {
    margin-left: 10px;
}

.MailingListSignupContainer table {
    border-spacing: 0px !important;
}

.MailingListSignupContainer .MailingListListTable>tbody>tr {
    padding: 10px 0;
    /*display: inline-block;*/
}

.MailingListSignupContainer .GridActions {
    margin-top: 20px;
}

.MailingListSignupContainer .CaptchaContainer input+span {
    display: inline !important;
    color: red;
    margin-left: 5px;
}

.ErrorContainer {
    color: red;
    font-weight: bold;
    font-weight: 700;
    font-style: italic;
}

.NoBr {
    display: none;
}

.MailingListSignupContainer {
    margin-bottom: 40px;
}

.MailingListTable .MailingListCol1,
.MailingListTable .MailingListCol2,
.MailingListUnsubscribeTable .MailingListCol1,
.MailingListUnsubscribeTable .MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListTable .MailingListCol1:after,
.MailingListUnsubscribeTable .MailingListCol1:after {
    content: "*";
    color: red;
}

.MailingListTable .RequiredField,
.MailingListUnsubscribeTable .RequiredField {
    display: none;
}

.MailingListSignupContainer .wrapper {
    max-width: 100%;
}

.MailingListSignupContainer .MailingListCol2,
.MailingListSignupContainer .MailingListListTable,
.MailingListSignupContainer .MailingListListTable>tbody>tr,
.MailingListUnsubscribeContainer .MailingListCol1 {
    margin: 0;
}

.mailing-list-unsubscribe-link {
    display: none;
}

.MailingListSignupContainer .MailingListListTable {
    margin: 20px 0 0;
}

.MailingListUnsubscribeContainer .ButtonCell {
    padding: 20px 0;
}

.EditSubscriberConfirmation {
    font-weight: 800;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information Request */

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer .ItemClassRequestType1 span:first-child,
.FormBuilderContainer .ItemClassRequestType2 span:first-child {
    display: none;
}

.FormBuilderContainer {
    margin-bottom: 30px;
}

.FormBuilderContainer .ItemClassRequestType .Label {
    display: none !important;
}

.FormBuilderContainer h2+span {
    margin-bottom: 20px;
    display: block;
}

.FormBuilderContainer .ItemClass .labelWrapper {
    width: 125px;
    display: inline-block;
}

.FormBuilderContainer input[type="text"] {
    width: 200px;
}

.FormBuilderContainer .ItemClass .Label {
    padding-top: 5px;
}

.FormBuilderContainer .FormTextArea {
    width: 79% !important;
    min-height: 120px;
    padding: 0 5px;
}

.RedStar,
.RequiredField {
    color: red;
}

.FormBuilderContainer .text {
    line-height: 20px;
}

/*.FormBuilderContainer .SubmitButton {
    margin-top: 20px;
}*/
.FormBuilderContainer .ErrorMessage {
    color: red;
}

/*.FormBuilderContainer .ErrorMessage[style~=hidden]{
  display: none !important;
}*/
.FormBuilderContainer .sbHolder {
    display: inline-block;
    width: 200px;
}

.MessageSent,
.MailingListActivationMessage,
.EditSubscriberConfirmation,
.MailingListUnsubscribeAction,
.MailingListUnsubscribeMessage {
    font-weight: 700;
    color: green;
}

/* .FormBuilderContainer .CaptchaContainer input+span {
    color: red;
    margin-left: 5px;
    display: inline !important;
}  */

/* 230894 */
.FormBuilderContainer .CaptchaContainer input+span {
    color: red;
    margin-left: 5px;
    display: none;
}

/** FAQ **/
.FaqDetailList .FaqAnswer,
.FaqDetailList .btt,
.FaqQuestionList {
    display: none;
}

/*.FaqDetailList .item {
  padding-bottom: 20px;
}*/
.FaqContainer .FaqAnswer {
    padding: 15px 30px;
    text-align: justify;
}

.FaqContainer h3 {
    position: relative;
    margin: 0px;
    cursor: pointer;
    background: #f0f2f2;
    padding: 12px 40px 14px 30px;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #d8d9d9;
    font-family: 'Open Sans';
}

.FaqContainer .item:first-child h3 {
    border-top: none;
}

.FaqContainer h3 i {
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: -17px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 35px;
}

.FaqContainer h3.expanded {
    color: #1dbeca;
}

.ModulePressRelease .ModuleYearNavContainer a.selected {
    background-color: #f2f2f2;
    border-top: 3px solid #1dbeca;
    margin-top: -5px;
    padding-bottom: 8px;
}

.ModulePressRelease .ModuleYearNavContainer .ModuleYearNavContainerInner a {
    background-color: #f2f2f2;
    border-radius: 6px 6px 0 0;
    color: #636262;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-right: 3px;
    padding: 6px 10px;
    position: relative;
}

.ModulePressRelease .ModuleYearNavContainerInner {
    display: none;
}

.ModulePressRelease .ModuleContainerInnerTop {
    clear: both;
    /*border: 1px solid #f2f2f2;*/
}

.ModulePressRelease .selYear {
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
}

.ModulePressRelease h1 {
    float: left;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseDetails .ModuleDate {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ModulePressRelease .ModuleItemRow {
    padding: 22px 30px;
}

.ModulePressRelease .ModuleItemRow.ModuleItemAlt {
    background: #f2f2f2;
}

/******specific to change request feb 2017******/
.ModulePressRelease.widget .ModuleItemRow {
    font-size: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.ModulePressRelease.widget .ModuleItemRow>* {
    font-size: 16px;
}

.ModulePressRelease.widget .ModuleItemRow:nth-child(2n+2) .background {
    background: #f2f2f2;
}

.ModulePressRelease.widget .ModuleItemRow .background {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
    padding-left: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.ModulePressRelease.widget .ModuleItemRow .logo {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    text-align: right;
}

.ModulePressRelease.widget .ModuleItemRow .logo img {
    max-width: 100px;
}

.ModulePressRelease.widget .years+.sbHolder {
    width: 105px;
}

.ModulePressRelease.widget .categories+.sbHolder {
    width: 250px;
}

.ModulePressRelease.widget .ModuleYearNavContainer {
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    .ModulePressRelease.widget .ModuleItemRow:nth-child(2n+2) .background {
        background: transparent;
    }

    .ModulePressRelease.widget .ModuleItemRow:nth-child(2n+2) {
        background: #f2f2f2;
    }

    .ModulePressRelease.widget .ModuleItemRow .logo,
    .ModulePressRelease.widget .ModuleItemRow .background {
        display: block;
        width: 100%;
        padding-left: 30px;
        padding-bottom: 22px;
        text-align: left;
    }
}


.rightImageWrapper {
    float: right;
    margin: 0 0 0 20px;
    max-width: 60%
}

.rightImageWrapper img {
    width: 100%;
    display: block;
}

.leftImageWrapper {
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 60%
}

.leftImageWrapper img {
    width: 100%;
    display: block;
}

.careerOvervewIntro .awards {
    float: right;
    padding-right: 0;
}

.careerOvervewIntro .awards img {
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 59%;
}

.careerOvervewIntro .awards img:first-child {
    width: 36%;
}

h1.careerh1 {
    float: left;
}

.searchJobs {
    float: right;
    margin: 1px 0 20px;
}

iframe.fullWidth {
    width: 100% !important;
}

.employeePage h1 {
    margin: 0;
}

// .employeePage .col span {
//     display: block;
// }

.employeePage .col {
    display: inline-block;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    width: 48%;
    margin-bottom: 40px;
    min-width: 280px;
    vertical-align: middle;
}

.employeePage .customButton {
    margin: 16px 60px;
}

.employeePage .title {
    font-weight: 700;
    margin-bottom: 20px;
    vertical-align: middle;
}

.employeePage .divider {
    border-bottom: 1px solid #e6e6e6;
}

.aboutUsLogo {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.calculator input[type="text"] {
    border: 2px solid #9b9c9e;
    border-radius: 16px;
    color: #9b9c9e;
    height: 34px;
    line-height: 30px;
    padding: 0 25px 2px;
    font-size: 14px;
    width: 190px;
}

.calculator .calcrow {
    margin: 5px 0;
}

.calculator .calcrow .label {
    min-width: 90px;
    padding-right: 10px;
    display: inline-block;
}

.calculator input[type="button"] {
    margin-top: 10px;
}

.calc-info table {
    width: 100%;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px !important;
}

.ui-datepicker .ui-widget-header {
    background: #1E1E1E !important;
    border: none;
}

.ui-datepicker .ui-datepicker-next:before {
    border-bottom: 7px solid transparent;
    border-left: 10px solid white;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin: 10px;
    width: 0;
}

.ui-datepicker .ui-datepicker-prev:before {
    border-bottom: 7px solid transparent;
    border-right: 10px solid white;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin: 10px;
    width: 0;

}

.ui-datepicker .ui-state-hover {
    border: 1px solid transparent;
    background: transparent;
}

.ui-datepicker .ui-state-highlight {
    background: transparent;
    border: 1px solid #dcf9f9;
    color: #dcf9f9;
}

.ui-datepicker .ui-state-default.ui-state-active {
    color: #1dbeca;
    border: 1px solid #1dbeca;
}

.ui-datepicker .ui-state-default {
    color: #1a1a1a;
}

.ui-datepicker .ui-datepicker-calendar thead {
    background: #EAEAEA;
}

.ui-datepicker .ui-datepicker-calendar tbody {
    background: #F2F2F2;
}

.virtualPcHelp .beforeStart {
    padding: 20px;
    margin-bottom: 20px;
}

.slideshare .slideshow {
    padding-top: 84%;
    position: relative;
}

.slideshare iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.SiteMapList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.SiteMap-Level2 {}

.SiteMap-Level3 {
    padding-left: 20px;
}

.SiteMap-Level4 {
    padding-left: 40px;
}

.SiteMap-Level5 {
    padding-left: 60px;
}

.graphicTables .sameHeightCell {
    vertical-align: middle;
}

.graphicTables .sameHeightCell p {
    font-size: 20px;
    line-height: 1.1;
}

.graphicTables .sameHeightCell+.sameHeightCell p {
    font-size: 16px;
}

.graphicTables .sameHeightCell.redbg {
    background: #c60c30;
}

.graphicTables .sameHeightCell.bluebg {
    background: #00b3be;
}

.graphicTables .sameHeightCell.blackbg {
    background: #000;
    color: #fff;
}

.graphicTables .sameHeightCell .labelImage {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.graphicTables .sameHeightCell .labelImage img {
    width: 100%;
    max-width: 90px;
    float: right;
    display: block;
}

.graphicTables .sameHeightCell .labelText {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

/*.graphicTables .sameHeightCell.redbg .labelImage{

}
.graphicTables .sameHeightCell.bluebg .labelImage{

}
.graphicTables .sameHeightCell.blackbg .labelImage{

}*/

@media only screen and (min-width:1260px) and (max-width: 1330px) {

    .container,
    .PaneContentInner>.container,
    .PaneFooter>.container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1260px) {
    .mainNav .level1>li>a {
        font-size: 15px;
    }

    .PaneHeader {
        position: relative;
    }

    .container,
    .PaneContentInner>.container,
    .PaneFooter>.container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .headerSlider .container {
        padding: 0;
    }

    .secNav a {
        font-size: 14px;
        padding: 10px 30px 10px 10px;
    }

    .secNav .level3 a {
        padding: 8px 10px;
    }

    .secNav .has-children>a>i {
        font-size: 12px;
        width: 30px;
    }

    /*  .LayoutHomePage .PaneContentInner > .container,*/
    .PaneHeader>.container,
    .PaneHeader2>.container {
        padding-left: 0;
        padding-right: 0;
    }

    /*.ModuleEventWebcasts .viewAllWebcastsLinkTop,
  .ModuleEventWebcasts h2{
    margin-right:20px;
    margin-left:20px;
  }*/
    /*.irCalendar {
    padding-left: 30px;
  }*/
    .irCalendar .day.event .daynr {
        position: static;
    }

    .irCalendar .days {
        position: relative;
    }

    .irCalendar .calendar .calendar-dow-3~.day .calendarDetails {
        left: 0;
    }

    .irCalendar .calendarDetails {
        width: 100%;
        border: 1px solid #f2f2f2;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: 0 !important;
        /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);*/
    }

    .irCalendar .calendarDetails:before {
        border: none;
    }

    .latestQuarter .text {
        font-size: 14px;
    }

    .latestQuarter .tileButton i {
        font-size: 30px;
    }

    .latestQuarter i {
        width: 18%;
    }

    .latestQuarter .tblcell {
        height: 80px;
        width: 33.33%;
    }

    .latestQuarter .tblcell a {
        padding: 10px 20px;
    }

    .ModulePresentation .ModuleItemRow {
        padding: 10px 20px;
    }

    .irLandingPresentations .ModuleItemRow {
        padding: 0;
    }

    .ModulePresentation .ModuleHeadline,
    .ModuleEvent .ModuleHeadlineLink {
        font-size: 18px;
        margin-bottom: 0;
    }

    .shareThisModule .stButton:after {
        padding: 6px;
    }

    .thumbShortcuts .ModuleHeadlineLink {
        font-size: 14px;
        height: 60px;
    }

    .thumbShortcuts .PanelSlide {
        margin-top: -60px;
    }

    .thumbShortcuts .ModuleItemRow:hover .PanelSlide {
        top: 60px;
    }

    .highcharts-input-group {
        display: none;
    }

    .ClientLogo {
        margin-left: 40px;
    }


}

@media screen and (max-width: 884px) {

    .irLandingPresentations .viewAll,
    .irLandingPresentations h1 {
        float: none;
    }

    .irLandingPresentations .viewAll {
        margin-top: 0;
    }
}

@media screen and (max-width: 1010px) {

    .PaneLeft,
    .PaneContent {
        float: none;
        width: 100%
    }

    .SqHeader,
    div.headerQL,
    .LanguageSwitch,
    .LanguageSwitchfr,
    .secNav {
        display: none;
    }

    .ModuleSearch {
        margin-right: 70px;
    }

    .PaneHeader.fixed .ClientLogo img {
        margin-top: 0;
    }

    .PaneHeader.fixed>.container {
        padding-top: 20px;
    }

    .PaneHeader>.container {
        padding-bottom: 20px;
    }

    .PaneHeader2>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .ClientLogo {
        margin-left: 40px;
    }

    .ClientLogo img {
        max-width: 100px;
    }

    .mobileSecNav {
        display: block;
    }

    .mainNav {
        display: none;
    }

    .SqHeader.mobileMenuSQ,
    .headerQL.mobileMenuLinks,
    .LanguageSwitch.mobileMenuLanguage,
    .LanguageSwitchfr.mobileMenuLanguage,
    .mobileMenuToggle {
        display: block;
    }

    .headerSlider {
        border-top: 1px solid #ebebeb;
    }

    .headerSlider .container {
        padding: 0 40px;
    }

    .headerSlider .cycle-pager>span {
        height: 10px;
        margin-right: 7px;
        width: 10px;
    }

    .headerSlider .pauseButton .bar {
        border-right: 3px solid #fff;
        height: 10px;
        margin-right: 3px;
    }

    .headerSlider .pauseButton.active .bar:first-child {
        border: 6px solid transparent;
        border-left: 6px solid #fff;
    }

    .headerSlider .cycle-pager {
        margin-right: 10px;
    }

    .headerSlider .slideContent {
        bottom: 20px;
    }

    .headerSlider .title {
        font-size: 18px;
        line-height: 1.2;
    }

    .thumbShortcuts .ModuleHeadlineLink {
        font-size: 14px;
        height: 70px;
    }

    .thumbShortcuts .ModuleFileDescriptionText {
        font-size: 14px;
    }

    .thumbShortcuts .ModuleItemRow {
        height: 160px;
    }

    .thumbShortcuts .ModuleItemRow:hover .PanelSlide {
        top: 100%;
    }

    .thumbShortcuts .PanelSlide {
        margin-top: -70px;
    }

    .headerSlider .slideContentW,
    .Languagefr-CA .headerSlider .slideContentW {
        margin-left: 0;
        max-width: 50%;
    }

    .ModuleEventWebcasts .WebcastLink {
        display: inline-block;
        width: 45px;
    }

    .ModuleEventWebcasts .WebcastLink a:after {
        height: 34px;
        line-height: 34px;
        width: 34px;
    }

    .ModuleEventWebcasts .ModuleItemRow {
        padding: 20px;
    }

    .ModuleEventWebcasts.webcastsWidget .ModuleItemRow {
        border-top: none;
    }

    .ModuleEventWebcasts .ModuleHeadlineLink {
        /*    width: 73%;*/
        font-weight: 700;
    }

    .ModuleEventWebcasts.webcastsWidget .ModuleHeadlineLink {
        font-size: 16px;
        font-weight: 400;
    }

    .ModuleEventWebcasts .ModuleDateContainer {
        margin-bottom: 10px;
    }

    .ModuleEventWebcasts.webcastsWidget .ModuleDateContainer {
        font-size: 14px;
    }

    .homeContactBox .title {
        font-size: 12px;
    }

    .homeContactBox a {
        display: inline-block;
    }

    .footerLinkedinLink {
        position: static;
        text-align: center;
        margin: 10px 0 25px;
    }

    .shareThisModule {
        margin-bottom: 10px;
        position: static;
        text-align: center;
    }

    .shareThisModule .stBTNWrap,
    .shareThisModule p {
        display: inline-block;
        vertical-align: middle;
    }

    .shareThisModule p {
        margin-right: 30px;
    }

    .footerLinkedinLink .ContentContainer>span {
        margin-right: 30px;
    }

    .footerLinkedinLink .ContentContainer>a {
        display: inline-block;
        vertical-align: middle;
    }

    .footerLinkedinLink .ContentContainer br {
        display: none;
    }

    .PaneContentInner .CardTable th {
        padding: 15px 20px;
    }

    .PaneContentInner .CardTable td {
        padding: 13px 20px;
    }

    .highcharts-input-group {
        display: block;
    }
}

@media screen and (max-width: 910px) {
    .committee-mobile.hidden {
        display: block;
    }

    .committee-desktop {
        display: none;
    }

    .StockQuoteContainer {
        padding-right: 0;
        padding-top: 0;
        width: 100%;
    }

    .stockChartColumn {
        border-left: none;
        padding-left: 0;
        width: 100%;
    }

    .StockQuoteContainer .StockTableItem,
    .stock-historical .list-group-item {
        float: none;
        width: 100%;
        padding: 3px 0;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media screen and (max-width: 860px) {
    .PersonGenericContainer .PersonDetailsContainerW {
        display: table;
        width: 100%;
    }

    .PersonGenericContainer .PersonDetailsContainer,
    .PersonGenericContainer h3 {
        width: auto;
        display: table-cell;
        vertical-align: bottom;
    }

    .PersonGenericContainer .PersonDetailsContainer {
        min-width: 90px;
    }

    .PersonGenericContainer h3 {
        width: 100%;
    }

    .PersonContainer {
        margin: 0 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 24px;
        margin: 15px 0;
        line-height: 1.2;

    }

    h2 {
        font-size: 22px;
    }

    h2.heading1 {
        font-size: 24px;
        margin: 15px 0;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5,
    h6 {
        font-size: 16px;
    }

    .space40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bottomSpace40 {
        padding-bottom: 20px;
    }

    .topSpace40 {
        padding-top: 20px;
    }

    .space20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bottomSpace20 {
        padding-bottom: 10px;
    }

    .topSpace20 {
        padding-top: 10px;
    }

    .ClientLogo {
        margin-left: 20px;
    }

    .irLandingPresentations h1 {
        float: left;
    }

    .irLandingPresentations .viewAll {
        float: right;
    }

    .ModulePresentation .selYear,
    .ModulePressRelease .selYear,
    .ModuleEventWebcasts.webcastsWidget .yearsWrap,
    .underwriterLinkTo,
    .pastEventsWidget .yearsWrap,
    .AnnualReports .yearsWrap,
    .irLandingPresentations .viewAll {
        margin: 15px 0;
    }

    .searchJobs {
        margin: 1px 0 20px;
    }

    .container,
    .PaneContentInner>.container,
    .PaneFooter>.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .PaneContentInner>.container,
    .PaneFooter>.container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .headerSlider .container {
        padding: 0 20px;
    }

    .halfMediaToTheRight {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .Breadcrumb {
        display: none;
    }

    .mobileBottomSpace20 {
        padding-bottom: 20px;
    }

    .mobileBottomSpace20:before,
    .mobileBottomSpace20:after {
        content: '';
        display: table;
        clear: both;
    }

    .col3,
    .col2,
    .col2of3 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sameHeightCell {
        border-bottom: 1px solid #fff;
        display: block;
        padding: 25px 15px;
        width: 100%;
    }

    .addDivider:before {
        background: url('../design/divider-small-horz.png') no-repeat center center;
        height: 15px;
        position: static;
        width: 100%;
        top: 0;
        left: 0;
        background-size: contain;
        margin: 20px 0 0;
    }

    .ModuleSearch.mobileSearch .SearchInput {
        width: 140px;
        height: 26px;
    }

    .footersmalltext,
    .Q4FooterContainer a {
        line-height: 1.5;
    }

    .footersmalltext {
        margin-bottom: 20px;
    }

    .footersmalltext.Copyright {
        margin-bottom: 0;
    }

    .FooterLinks li::before,
    .Q4FooterContainer::before {
        display: none;
    }

    .FooterLinks li {
        display: block;
        margin: 0 auto;
    }

    .FooterLinks li a {
        display: block;
        text-align: center;
    }

    .FooterLinks li:after {
        height: 0;
    }

    .footerLogos .logo {
        width: 20%;
        margin: 0 2%;
    }

    .headerSlider .slider-item {
        /*padding-top: 0;*/
        overflow: hidden;
    }

    .headerSlider .slideContentW,
    .Languagefr-CA .headerSlider .slideContentW {
        max-width: 100%;
    }

    .headerSlider .sliderNav {
        display: none;
    }

    .thumbShortcuts .ModuleContainerInner {
        margin: 0;
    }

    .thumbShortcuts .ModuleItemRow {
        height: auto;
        margin: 0;
        width: 100%;
        background-image: none !important;
        background: rgb(35, 31, 32);
        background: rgba(35, 31, 32, .8);
        border-top: 1px solid #fff;
    }

    /*  .thumbShortcuts img {
    position: absolute;
  }*/
    .thumbShortcuts .PanelSlide {
        position: relative;
        margin-top: 0;
        top: 0;
        padding: 0 20px;
        background: none;
    }

    .thumbShortcuts .ModuleHeadlineLink {
        /*    color: #1a1a1a; */

    }

    .thumbShortcuts .ModuleFileDescriptionText,
    .thumbShortcuts .ModuleViewMore {
        display: none;
    }

    .thumbShortcuts .ModuleItemRow:hover .PanelSlide {
        top: 0;
    }

    .thumbShortcuts .centerOuter {
        width: 100%;
    }

    .ModuleEventWebcasts h2 {
        font-size: 24px;
        line-height: 1.2;
        margin: 15px 0;
    }

    .ModuleEventWebcasts .ModuleItemRow {
        border-top: 2px solid #fff;
        width: 100%;
        display: block;
    }

    .ModuleEventWebcasts .viewAllWebcastsLinkTop {
        display: none
    }

    .ModuleEventWebcasts .viewAllWebcastsLinkBottom {
        display: inline-block;
    }

    .analystLinksWrap i {
        font-size: 40px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto 13px;
        width: 100px;
    }

    .latestAnnual .thumbnail {
        float: none;
        margin-right: 0;
        display: inline-block;
        width: 100%;
        max-width: 240px;
    }

    .latestAnnual .linksWrap {
        width: 100%;
    }

    .latestQuarter .linksWrap,
    .latestQuarter .tblrow,
    .latestQuarter .tblcell {
        display: block;
        height: auto;
        width: 100%;
    }

    .uwtModule img {
        margin-bottom: 20px;
    }

    .AnnualReports .thumbnail,
    .AnnualReports .docs {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .Info-boxes .sameHeight-box {
        display: block;
        width: 100%;
        border: none;
        border-top: 2px solid #fff;
        padding: 20px 20px 50px;
    }

    .Info-boxes .sameHeight-box .customButton {
        left: 20px;
    }

    .table-responsive {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .table-responsive table {
        width: 800px;
    }

    .PaneContentInner .CardTable th {
        border: none;
        display: none;
    }

    .PaneContentInner .CardTable td {
        display: block;
        width: 100%;
        float: left;
        padding: 0 10px;
    }

    .PaneContentInner .CardTable td:first-child {
        padding-top: 5px;
    }

    .PaneContentInner .CardTable td:first-child {
        border-top: 1px solid #f2f2f2;
    }

    .PaneContentInner .CardTable td:last-child {
        padding-bottom: 5px;
        text-align: left;
    }

    .CardTable tbody td:before {
        content: attr(data-heading);
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .CardTable tbody td>span {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .ModulePresentation.irLandingPresentations .ModuleItemRow {
        margin-bottom: 0px;
    }

    .ModulePresentation .ModuleThumbnailLink,
    .pastEventsWidget .PresentationThumbnail {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .ModulePresentation .rightSide,
    .pastEventsWidget .rightSide {
        float: none;
        width: 100%;
    }

    .calendar .day .daynr {
        height: 42px;
        padding: 7px 1px 7px 0;
        width: 44px;
    }

    .pastEventsWidget .PresentationThumbnail {
        margin-bottom: 5px;
    }

    .graphicTables .sameHeightCell p {
        font-size: 18px;
    }

    .graphicTables .sameHeightCell+.sameHeightCell p {
        font-size: 16px;
    }

    .desktopThumbShortcuts,
    .irCalendar h2 {
        display: none;
    }

    .feedback {
        bottom: 50%;
        margin-bottom: -50px;
        position: absolute;
    }

    .mobileThumbShortcuts {
        display: block;
    }

}

@media screen and (max-width: 640px) {
    .analystLinksWrap .link {
        width: 49%;
    }

    #financials .ftYears {
        display: none;
    }

    #financials .sbHolder {
        display: block;
        float: right;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #financials h1 {
        float: left;
    }

    #financials .ftRow li,
    #financials .ftHeader>li,
    #financials .ftRow li:first-child,
    #financials .ftHeader li:first-child {
        padding: 10px;
    }

    #financials .ftRow li:first-child,
    #financials .ftHeader li:first-child {
        width: 40%;
    }

    #financials .ftRow li,
    #financials .ftHeader>li {
        width: 60%;
    }

    .mpcaifModule .header,
    .mpcaifModule li {
        padding: 10px;
    }

    .highcharts-input-group {
        display: none;
    }

    .stock-historical .stock-selects .text {
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #financials .docLink {
        display: block;
    }

    iframe {
        width: 100%;
    }


}

@media screen and (max-width: 480px) {
    .ModuleSearch {
        display: none;
    }

    .ModuleSearch.mobileSearch {
        margin-right: 55px;
        display: inline-block;
    }

    .ModuleSearch.mobileSearch.open {
        /*right: 70px;*/
    }

    .ModuleSearch.mobileSearch.open label {
        display: none;
    }

    .ModuleSearch.mobileSearch.open .ModuleButton {
        /*left: 110px;*/
    }

    .ModuleSearch.contentPaneSearch {
        display: inline-block;
    }

    .analystLinksWrap .link {
        width: 100%;
    }

    .analystLinksWrap i {
        font-size: 50px;
        height: 120px;
        line-height: 120px;
        margin: 0 auto 13px;
        width: 120px;
    }

    .DividendBtn,
    .Dividends h2,
    .ModuleEventWebcasts.webcastsWidget h1,
    .ModulePressRelease h1,
    h1.careerh1,
    .pastEventsWidget h2,
    .AnnualReports h1,
    .ModulePresentation h2,
    .latestQuarter h4,
    .irLandingPresentations h1 {
        float: none;
    }

    .DividendBtn {
        margin-top: 0;
    }

    .ModulePresentation .selYear,
    .ModulePressRelease .selYear,
    .ModuleEventWebcasts.webcastsWidget .yearsWrap,
    .searchJobs,
    .underwriterLinkTo,
    .pastEventsWidget .yearsWrap,
    .AnnualReports .yearsWrap,
    .latestQuarter .viewAll,
    .irLandingPresentations .viewAll {
        float: none;
        margin-top: 0;
    }

    .rightImageWrapper,
    .leftImageWrapper {
        float: none;
        margin: 10px 0;
        max-width: 100%
    }

    .stock-historical .stock-selects button.lookup,
    .stock-historical .stock-selects .sbHolder {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .headerSlider .title {
        font-size: 14px;
    }

    /*.headerSlider .slider-item img {
    margin-left: -25%;
    max-width: 150%;
    min-height: 150px;
  }*/
    .slideshare .slideshow {
        padding-top: 89%;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 320px) {
    .headerSlider .title {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .mobileThumbShortcuts {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobileThumbShortcuts {
        display: none;
    }
}

.skipLinks a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 45%;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

.skipLinks a:focus,
.skipLinks a:active,
.skipLinks a:hover {
    position: absolute;
    left: 45%;
    top: 0px;
    background: #e51937;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

#maincontent:focus {
    outline: 0px;
}

.level4.expanded {
    display: block;
}

.PageInvestorsShareholderInformationDividendsCommonShares .CardTable td,
.PageInvestorsShareholderInformationDividendsCommonShares .CardTable th {
    text-align: center;
}

.about-overview .aboutUsLogo img {
    max-width: 180px;
}

.PageAboutUsIntactVentures .PartLogo span {
    display: none;
}

.PageAboutUsIntactVentures .PartLogo:hover span {
    display: block;
    position: fixed;
    overflow: hiden;
    max-width: 500px;
    background-color: #fff;
    padding: 10px;
    border: solid #CECECE 1px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px #CECECE;
}

/* cr-143 */
.posRelative {
    position: relative;
}

.posRelative .customButton {
    position: absolute;
    top: 0;
    right: 0;
}

.imgFloatRight {
    float: right;
    padding-left: 30px;
    max-width: 400px;
    margin-bottom: 20px;
}

.background-light-blue {
    background-color: #F0F2F2;
    padding: 75px 40px;
}

@media (max-width: 768px) {
    .posRelative .customButton {
        position: static;
    }
}

@media (max-width: 680px) {
    .imgFloatRight {
        float: none;
        max-width: none;
    }
}

.ceoletter .headerSlider .sliderNav {
    display: none;
}


.module-feature-report .tblcell {
    /* display: table; */
    /* vertical-align: middle; */
    border: 1px solid #fff;
    width: 33.33%;
    background: #1dbeca;
    /* height: 100px; */
    float: left;
}

.module-feature-report .tblcell .visible {
    display: table;
    height: 100px;
}

.module-feature-report .tblcell:hover {
    background: #f0f2f2;
}

.module-feature-report .tblcell .links {
    color: #1e1e1e;
    font-weight: 700;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    min-width: 120px;
}

.module-feature-report i {
    display: inline-block;
    vertical-align: middle;
}

.module-feature-report .tileButton {
    display: inline-block;
    width: 40px;
}

.module-feature-report .tileButton i {
    font-size: 40px;
    line-height: 1;
    color: #1dbeca;
}

.module-feature-report .text {
    /* display: inline-block; */
    vertical-align: middle;
    /* width: 82%; */
    padding-left: 7px;
    display: table-cell;
    color: #1e1e1e;
    font-weight: 700;
    padding-right: 15px;
}

.module-feature-report .link-box {
    display: inline-block;
    padding: 5px;
}

.module-feature-report .link-box .tileButton i {
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.module-feature-report .link-box a:hover i:first-child {
    display: none;
}

.module-feature-report .link-box i.hidden {
    display: none;
    font-size: 40px;
    background-color: unset;
    height: auto;
    border-radius: unset;
    width: auto;
}

.module-feature-report .link-box a:hover i.hidden {
    display: inline-block;
}

@media (max-width: 1024px) {
    .module-feature-report .tblcell {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .module-feature-report .tblcell {
        width: 100%;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.module-financial-year .customButton {
    width: 100%;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--no-gutter {
    list-style: none;
    margin-left: 0;
}

.grid_col--1-of-3 {
    width: 33.3333%;
}

.grid_col--1-of-4 {
    width: 25%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid--no-gutter .grid_col {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .grid_col--md-1-of-2 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/*==================================
 ----------- TOAST GRID -----------
==================================*/
.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid--flex_column {
    flex-direction: column;
}

.grid--flex_row-reverse {
    flex-direction: row-reverse;
}

.grid--flex_column-reverse {
    flex-direction: column-reverse;
}

.grid--flex_justify-start {
    justify-content: flex-start;
    text-align: start;
}

.grid--flex_justify-center {
    justify-content: center;
    text-align: center;
}

.grid--flex_justify-end {
    justify-content: flex-end;
    text-align: end;
}

.grid--flex_align-top {
    align-items: flex-start;
}

.grid--flex_align-middle {
    align-items: center;
}

.grid--flex_align-bottom {
    align-items: flex-end;
}

.grid--flex_space-around {
    justify-content: space-around;
}

.grid--flex_space-between {
    justify-content: space-between;
}

.grid--flex .grid_col {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--7-of-7,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid--flex .grid_col--1-of-1,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--12-of-12 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--1-of-2,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--6-of-12 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--1-of-3,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--4-of-12 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.grid--flex .grid_col--2-of-3,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--8-of-12 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.grid--flex .grid_col--1-of-4,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--3-of-12 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--3-of-4,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--9-of-12 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-7-of-7,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-7-of-7,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid--flex .grid_col--1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid--flex .grid_col--2-of-5 {
    width: auto;
    flex-basis: 40%;
    max-width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid--flex .grid_col--3-of-5 {
    width: auto;
    flex-basis: 60%;
    max-width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid--flex .grid_col--4-of-5 {
    width: auto;
    flex-basis: 80%;
    max-width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-7 {
    width: 14.28571%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.28571%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.28571%;
}

.grid_col--2-of-7 {
    width: 28.57143%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.57143%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.57143%;
}

.grid_col--3-of-7 {
    width: 42.85714%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.85714%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.85714%;
}

.grid_col--4-of-7 {
    width: 57.14286%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.14286%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.14286%;
}

.grid_col--5-of-7 {
    width: 71.42857%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.42857%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.42857%;
}

.grid_col--6-of-7 {
    width: 85.71429%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.71429%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.71429%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
    width: auto;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
    width: auto;
    flex-basis: 37.5%;
    max-width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
    width: auto;
    flex-basis: 62.5%;
    max-width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
    width: auto;
    flex-basis: 87.5%;
    max-width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lg-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-2,
    .grid--flex .grid_col.grid_col--lg-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lg-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--lc-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-2,
    .grid--flex .grid_col.grid_col--lc-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--lc-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--md-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-2,
    .grid--flex .grid_col.grid_col--md-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--md-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }

    .grid--flex .grid_col[class*="grid_col--sm-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-2,
    .grid--flex .grid_col.grid_col--sm-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }

    .grid--flex .grid_col.grid_col--sm-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid--flex .grid_col {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid--flex .grid_col--d-first {
    float: none;
    order: -1;
}

.grid_col--d-last {
    float: right;
}

.grid--flex .grid_col--d-last {
    float: none;
    order: 1;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--gutter {
    margin-left: 20px;
}

.grid--gutter .grid_col {
    padding-left: 20px;
}

.grid--gutter-40 {
    margin-left: -40px;
}

.grid--gutter-40 .grid_col {
    padding-left: 40px;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}



.cta-container {
    position: relative;
}

.cta-text {
    position: absolute;
    bottom: 0;
    line-height: 1;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 30px;
    width: 100%;
    background: rgba(35, 31, 32, .8);
}

.cta-thumb {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
}

.cta-thumb-ceo {
    background-image: url(../images/CEO.jpg);
}

.cta-thumb-chairman {
    background-image: url(../images/Chairman.jpg);
}

@media (max-width: 680px) {
    .cta-text {
        font-size: 20px;
    }
}

.footer-signature {
    margin-top: 40px;
}

.footer-signature h5 {
    color: #454554;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
}

@media (max-width: 480px) {
    .module-cta-boxes-item+.module-cta-boxes-item {
        margin-top: 20px;
    }
}

.module-feature-report h2 {
    font-size: 14px;
    color: #636262;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.PageCorporateGovernanceExecutiveManagement .fancybox-inner p {
    margin: 10px 20px !important;
}

.fancybox-inner span p {
    padding-right: 20px;
}

.fancybox-wrap .fancybox-skin {
    padding: 20px 0 20px 20px !important;
}

/* .fancybox-wrap .fancybox-outer {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}
 .fancybox-wrap .fancybox-skin  .fancybox-inner span[id$="Description"]  {
    width: calc(100% - 30px) !important;
    display: block;
} */

.float-left-img {
    padding-top: 15px;
}

.float-left-img img {
    padding: 10px 25px 10px 0;
}

.fancybox-type-iframe.fancybox-wrap .fancybox-skin {
    padding: 0 !important;
}

.banner-details {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.newsroom-agm-speech_header {
    text-align: right;
    margin-bottom: 61px;
}

.newsroom-agm-speech_header h1 {
    text-transform: capitalize;
}

/** Start Intact Ventures Page **/

.module-banner-text {
    position: relative;
    overflow: hidden;
}

.module-banner-text::before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.module-banner-text img {
    vertical-align: top;
    width: 100%;
}

.module-banner-text h1 {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .module-banner-text h1 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .module-banner-text h1 {
        font-size: 18px;
    }
}

div.portfolio-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.portfolio-grid p {
    display: none;
}

@media (max-width: 767px) {
    div.portfolio-grid {
        margin-top: 70px;
    }
}

div.pg-large {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    /* & .pg-item */

    /*   &:nth-child(2) */
    /*     & .pg-target */
    /*       transition-delay: 100ms */

    /*   &:nth-child(3) */
    /*     & .pg-target */
    /*       transition-delay: 200ms */

    /*   &:nth-child(4) */
    /*     & .pg-target */
    /*       transition-delay: 300ms */
}

@media (max-width: 767px) {
    div.pg-large {
        width: 66.6666%;
    }
}

@media screen and (max-width: 540px) {
    div.pg-large {
        width: 100%;
    }
}

div.pg-rail {
    width: 25%;
}

div.pg-rail .pg-target {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

div.pg-rail .pg-item {
    display: block;
    position: relative;
}

div.pg-rail .pg-item:first-child {
    width: 100%;
}

div.pg-rail .pg-item:first-child::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 200%;
}

@media screen and (max-width: 540px) {
    div.pg-rail .pg-item:first-child::before {
        padding-top: 100%;
    }
}

div.pg-rail .pg-item {
    /* & .pg-target */
    /* transition-delay: 400ms */
}

@media (max-width: 767px) {
    div.pg-rail {
        width: 33.3333%;
    }
}

@media screen and (max-width: 540px) {
    div.pg-rail {
        width: 100%;
    }
}

.pg-item {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #dddddd;
    cursor: pointer;
    overflow: hidden;
}

.pg-item:first-child {
    width: 33.3333%;
}

.pg-item:first-child::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 100%;
}

@media (max-width: 767px) {
    .pg-item:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .pg-item:first-child {
        width: 100%;
    }
}

.pg-item:nth-child(2) {
    width: 66.6666%;
}

.pg-item:nth-child(2) .pg-target {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.pg-item:nth-child(2)::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 50%;
}

@media (max-width: 767px) {
    .pg-item:nth-child(2) {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .pg-item:nth-child(2) {
        width: 100%;
    }

    .pg-item:nth-child(2)::before {
        padding-top: 100%;
    }
}

.pg-item:nth-child(3) {
    width: 66.6666%;
}

.pg-item:nth-child(3) .pg-target {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.pg-item:nth-child(3)::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 50%;
}

@media (max-width: 767px) {
    .pg-item:nth-child(3) {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .pg-item:nth-child(3) {
        width: 100%;
    }

    .pg-item:nth-child(3)::before {
        padding-top: 100%;
    }
}

.pg-item:nth-child(4) {
    width: 33.3333%;
}

.pg-item:nth-child(4) .pg-target {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.pg-item:nth-child(4)::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 100%;
}

@media (max-width: 767px) {
    .pg-item:nth-child(4) {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .pg-item:nth-child(4) {
        width: 100%;
    }
}

.pg-item img {
    width: 20px;
}

.pg-item div {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pg-item figure.gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(14deg, #000000 0, rgba(0, 0, 0, 0) 32%);
}

.pg-item p {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    margin: 30px 0;
    padding-left: 30px;
}

.pg-item span {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 10px;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

@media (max-width: 767px) {
    .pg-item p {
        font-size: 16px;
    }
}

.portfolio-copy-wrap {
    padding: 50px 0 80px;
    border-bottom: solid 1px #D1CFCF;
}

.portfolio-copy-wrap p {
    font-size: 20px;
    font-weight: 800;
    padding: 0 5%;
    font-size: 14px;
}

.portfolio-cta-wrap {
    padding: 40px 5% 60px;
    text-align: center;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.pg-target {
    position: absolute;
    top: 0;
    left: -50%;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    cursor: default;
}

.pg-target div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pg-target:hover::after {
    opacity: 1;
}

.pg-target:hover img.grid-logo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pg-target.is-active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.pg-target img.grid-logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
    ;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    z-index: 15;
    opacity: 0;
}

@media (max-width: 767px) {
    .pg-target img.grid-logo {
        bottom: 20px;
    }
}

.pg-target::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(14deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
}

/** End Intact Ventures Page **/

/* Start Page About Us */

.text-center {
    text-align: center;
}

.margin-thin-top {
    padding-top: 20px;
}

.margin-thin-bottom {
    padding-bottom: 20px;
}

.strong-text {
    margin: 10px 0;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.module-our-investment-area .grid_col {
    margin-bottom: 20px;
}

/* End Page About Us */

/* Start Portofolio Page */

.module-portofolio {
    margin-top: 30px;
    background-color: #ECECEC;
}

.module-portofolio .module_container--widget {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.module_item-exited {
    display: none;
}

.module_item-AlertLabs .module_item-exited {
    display: block;
}

.module_item-exited {
    position: absolute;
    top: 25px;
    right: 20px;
    text-transform: uppercase;
    color: #fff;
}

.module_item-exited span {
    border: 1px solid #fff;
    padding: 5px;
}

.module-portofolio .module_description-popup {
    display: none;
}

.fancybox-inner .module_description-popup {
    display: block;
    padding-right: 20px;
}

.module-portofolio .module_item {
    position: relative;
    min-height: 270px;
}

.module_item-Metromile {
    background-color: #25CDD5;
}

.module_item-Minuto.Seguros {
    background-color: #2FC7C6;
}

.module_item-Fontinalis {
    background-color: #00A1DE;
}

.module_item-Turo {
    background-color: #59D389;
}

.module_item-portag3 {
    background-color: #3093FF;
}

.module_item-Renovo {
    background-color: #083181;
}

.module_item-AlertLabs {
    background-color: #FC853F;
}

.module_item-Algolux {
    background-color: #76BE43;
}

.module_item-Voyage {
    background-color: #0B4FFF;
}

.module_item-Humatics {
    background-color: #FFCE01;
}

.module_item-Snapsheet {
    background-color: #349FC6;
}

.module_item-Hangar {
    background-color: #C20721;
}

.module_item-Acko {
    background-color: #9448FF;
}

.module_item-ClimaCell {
    background-color: #009CEC;
}

.module-portofolio .module_item-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.module-portofolio .module_item {
    cursor: pointer;
}

.fancybox-overlay {
    background: none;
}

.fancybox-portofolio .fancybox-skin {
    margin: 0 auto;
    background-color: #333333;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 !important;
}

.fancybox-portofolio .fancybox-inner {
    padding: 74px;
}

.module-portofolio_links {
    padding-top: 35px;
}

.module-portofolio_quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
    text-align: left;
}

.fancybox-portofolio .fancybox-close {
    background-image: url('../images/intact_ventures/portfolio/close.svg');
    background-repeat: no-repeat;
    top: 36px;
    right: 36px;
    background-size: inherit;
}

.module-portofolio_uppercase {
    text-transform: uppercase;
    font-size: 14px;
}

.module-portofolio_links .button {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    text-align: center;
    min-width: 169px;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    display: inline-block;
    padding: 6px 10px;
}

.module-portofolio_links img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.module-portofolio .module_item .module_item-wrap {
    padding: 17px;
}

.module-portofolio .module_item .module_item-container {
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.module-portofolio .module_item:hover .module_item-container {
    border: 1px solid #fff;
}

.module-portofolio .module_image img {
    padding: 20px;
}

@media (min-width: 1140px) {
    .fancybox-portofolio {
        width: 1135px !important;
    }

    .fancybox-portofolio .fancybox-inner {
        width: 1135px !important;
    }

}

@media (max-width: 1140px) {
    .fancybox-portofolio .fancybox-inner {
        width: 100% !important;
        padding: 20px;
    }

    .fancybox-portofolio {
        width: 80% !important;
    }

    .fancybox-portofolio .fancybox-close {
        right: 0;
    }
}

/* End Portofolio Page */

/* start contact us page */

.module--left {
    float: left;
    width: 55%;
}

.module--right {
    width: 45%;
    float: left;
}

#gmap_canvas {
    width: 100%;
    padding-right: 15px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 700px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 700px;
    width: 100%;
}

@media (max-width: 768px) {

    .module--right,
    .module--left {
        width: 100%;
    }

    .module-map {
        margin-bottom: 30px;
    }

    .gmap_canvas,
    .mapouter {
        height: 400px;
    }
}

.PaneHeader2 iframe {
    vertical-align: middle;
    /*     height: 540px; */
    height: 709px;
    margin-top: -80px;
    margin-bottom: -80px;
}

@media screen and (max-width: 640px) {
    .PaneHeader2 iframe {
        height: 380px;
    }
}

.module-intact-banner.module-banner-text::before {
    background: none;
}

.ventures-team .PersonContainer {
    pointer-events: none;
}

/*end contact us page*/

.module-intact-ventures-persons .PersonDetailsContainerW:hover {
    opacity: 1;
    filter: none;
    _filter: none;
    border: 1px solid transparent;
    cursor: initial;
}

/*.page--intact-ventures .PaneHeader2 > .container {
    max-width: 100%;
}*/

/*News Section*/

.module-box-news .ModuleInnerContainer {
    font-size: 0;
    text-align: center;
}

.module-box-news_item {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.module-box-news_item-wrap {
    display: inline-block;
    position: relative;
}

.module-box-news_item-wrap h3 {
    margin: 0;
    color: #fff;
}

.module-box-news_item-wrap a {
    align-items: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgb(35, 31, 32);
    background: rgba(35, 31, 32, .8);
    left: 0;
    right: 0;
    color: #fff;
    padding: 25px;
    transition: all .3s;
    top: 68%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.module-box-news_item-wrap:hover a {
    top: 0;
}

@media(max-width: 768px) {
    .module-box-news_item {
        width: 100%;
        padding: 0;
    }
}

.page-speeches .PaneLeft .noStyleList {
    display: none;
}

/*Speeches and Letters*/

.module-page-title {
    height: 390px;
    /*background: url('../design/header_images/Press_Desktop_1260x390.jpg');*/
    background: url('../design/header_images/intactFC-web-headers-1260x392-speeches.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.module-page-newsroom.module-page-title {
    background: url('../design/header_images/intactFC-web-headers-1260x392-newsroom.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.module-page-title .ContentContainer,
.module-page-title .ModuleOuterContainer {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.module-page-title h2.module-title {
    color: #fff;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 700;
}

.module-letters-slider .module-title {
    font-weight: 700;


}

.module-letters-slider .module-title a {
    color: #1a1a1a;
}

.page-consumer-alert .module-page-title {
    background: url('../design/header_images/intactFC-web-headers-1260x392-fraud.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*Stories*/
.page-stories .module-page-title {
    background: url('../design/header_images/intactFC-web-headers-1260x392-stories.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-media-center .module-page-title {
    background: url(../design/header_images/intactFC-web-headers-1260x392-media.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.page-media-center .module-page-title h2.module-title {
    text-shadow: 2px -1px #000;
}*/
.page-social-media .module-page-title {
    background: url('../design/header_images/intactFC-web-headers-1260x392-socialmedia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.module-stories--list .module_item {
    padding: 20px;
}

.module-stories--list .ModuleDate {
    margin-bottom: 5px;
}

.module-stories--list .module_item:nth-child(even) {
    background: #f2f2f2;
}

.module-stories .slick-slide img {
    display: block;
    width: 100%;
}

.widget--stories h3 {
    color: #e51937;
    font-weight: 700;
}

.module-stories .module-storie-image {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.module-stories .module-border-wrap {
    padding: 0 10px;

}

.module-stories .module_item-wrap {
    position: relative;
}

.module-stories .module_item-wrap h5 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.module-stories .module_item-wrap .module-title {
    margin: 0;
    align-items: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgb(35, 31, 32);
    background: rgba(35, 31, 32, .8);
    left: 0;
    right: 0;
    color: #fff;
    padding: 25px;
    transition: all .3s;
    top: 68%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.module-stories .module_item-wrap:hover .module-title {
    top: 0;
}

/*Media center*/
.page-media-center .PaneLeft {
    background: #fff;
}


/*Consumer Alert*/
.module-consumer .module-consumer_boxes>div {
    margin-top: 20px;
}


.module-consumer .module-item_wrap {
    border: 2px solid #e51937;
    height: 100%;
    padding: 0 20px;
}

.module-consumer_boxes h4 {
    text-transform: none;
    font-weight: 700;
    color: #e51937;
}

@media(min-width: 769px) {
    .module-consumer .module-consumer_boxes {
        display: flex;
        width: 100%;
    }
}

/*Social Media*/
.module-social-media h5 {
    /* text-align: center;*/
    font-weight: 700;
}

.module-speeches .ModuleHeader {
    display: flex;
    flex-wrap: wrap;
}

.module-speeches .ModuleHeaderText2 {
    order: 2;
    width: 25%;
    text-align: center;
}

.module-speeches .ModuleHeaderDescription {
    order: 1;
    width: 75%;
}

.module-social-media .socialMedia {
    text-align: center;
}

.module-social-media .socialMedia {
    /*text-align: center;*/
}

.socialMedia-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    /*position: absolute;
    bottom: 21px;*/
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    /*    margin: 0 5px;*/
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #2296bc;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.50;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 3px solid #2296bc;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    color: #2296bc;
    opacity: 0.75;
}

.slick-arrow {
    font-size: 0;
    margin: 0;
    border: 0 none;
    padding: 0;
    background: transparent;
    color: #e51937;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 110;
}

.slick-arrow:before {
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-prev {
    left: -15px;

}

.slick-prev:before {
    content: "\edc6";
    font-size: 20px;
}

.slick-next {
    right: -15px;

}

.slick-next:before {
    content: "\edbe";
    font-size: 20px;
}


/* Ticket 270335 */

.fancyBoxPersonTitle {
    padding-right: 20px;
}
.text-left{
    text-align: left;
}

.module-media-contact .color--red {
    color: #e51937;
}

/* Ticket 284685 */
span.icon {
    margin: 16px;
    vertical-align: middle;
}

.q4-icon-link.js--pdf:before {
    content: "\e90e";
}

/*-------------297848-------------------*/

.module_item-Lunewave {
    background-color: #59D389;
}

.module_item-Airmap {
    background-color: #9448FF;
}

.module_item-MSA {
    background-color: #0B4FFF;
}


.mow-image1{
    float: right;
    padding: 20px;
    
}

.mow-image2 {
    float: right;  
    padding: 20px;
     height: fit-content;
}


.module_item-Flinks{
    background-color: #76BE43;
}

.module_item-Gatik{
  background-color:     #2FC7C6;
    
}

.employeePage span.button {
    vertical-align: middle;
}