/* ==========================================================================
   Captavi Custom Frontend Code v1.0
   	Author: lwhittington
   	Origin Date: 12-21-2018
	Requirements: 
   		Feature.css v1.0 
   		Style.css (Any)
	
	Client: TEAM Inc.

   v5.x Captavi Platform
   ========================================================================== */

/* Client Specific - Sitewide
   ========================================================================== */
  body{
    background-color: #7f939f;
  }
  div[data-blocktitle="Body Copy"] a{
    text-decoration: underline;
  }
  .calEvent {
    display: block;
    padding-bottom: 25px;
  }
  .calEvent a, .eventDay, .day,.currentDay,.day a,.nextmonth a{
    font-size: 14px;
    line-height: 16px;
    color: #434343;
    padding-left: 4px;
  }
  .nextmonth a{
    color:#999;
  }
  .eventDay a{
    color: #db6c22;
  }
  #calendarBig th{
    font-size: 14px;
  }
  #calendarHeadTable a{
    font-size:14px;
    padding-bottom: 8px;
  }
  #mobileMenu{
    display: none;
  }
  .secondLevel:not(.Contact) .landingInsert {
    min-height: 350px !important;
  }
  .defaultContent{
    margin:60px 45px;
    width: calc(100% - 90px);
  }
  .container.container-fluid{
    width:100% !important;
  }
  .main-container{
    max-width: 1200px;
    background-color: #fff;
    padding: 0;
  }
  .topMenu{
   background-color: #4A585E; 
  }
  .topMenu .menuContainer{
    max-width: 1230px;
  }
  .topMenu .fa.fa-phone{    
    color: #db6c22;
    font-size: 20px;
    display: block;
    margin-top: 3px;
    float: left;
    margin-right: 5px;
  }
  .topMenu a{
    color: #fff;
    font-size:13px;
  }
  .topMenu p{
    padding:10px 5px 0 0;
    font-size: 11px;
    margin-left: 15px;
  }
  .leftColumn{
    padding:0;
    margin:0;
    position: relative;
  }
  .rightColumn{
    background-color: #fff;
    display: block;
    padding:0;
    margin:0;
    position: relative;
  }
  .logo{
    display: block;
    padding:9px 15px 5px 35px;
    float: left;
  }
  .logo a{
    font-weight: 300;
    font-size: 10px;
    color: #6d6e71;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.8px;
    text-decoration: none;
  }
  .logo img{
    display: block;
    width:100%;
    margin-bottom: -12px;
  }
  .searchWrapper{
    display: block;
    margin: 10px 0px 45px 24px;
    position: relative;
  }
  .searchWrapper input{
    border:1px solid #667177;
    color: #fff;
    background-color: #667177;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding:12px 10px 12px 10px;
    width:85%;
    float: left;
    border-radius: 0px;
  }
  .searchWrapper input.search-query{
    height: 26px; 
  }
  .searchWrapper input::-webkit-input-placeholder{
    color: #fff;
  }
  .searchWrapper button, .searchWrapper button:hover{
    display: inline-block;
    float: right;
    background: unset;
    text-shadow: none;
    border-top: 0px;
    border: 1px solid #5f696f;
    color: #fff;
    background-color: #555e63;
    font-size: 10px;
    padding: 0px 8px 0px 8px;
    border-radius: 0px;
    outline: 0px;
    float: left;
  }
  .searchWrapper button:hover,.searchWrapper input:hover,.searchWrapper button:focus,.searchWrapper input:focus{
    border: 1px solid #2e2b2c;
    color: #434343;
    background-color: #fff;

  }
  .mainContent{
    display: block;
    /*margin-top:-30px;*/
  }
  .mainContent .captaviStructureBand > .row{
    padding: 0 5px;
  }
  .toTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  .toTop a {
    border: 1px solid #231f20;
    padding: 0px 6px 4px 6px;
    display: block;
    border-radius: 50px;
    color: #231f20;
    font-size: 30px;

  }
  .footer{}
  .footerLogo{
    padding: 10px 10px 14px 20px;
    margin: 10px 10px 20px 10px;
    float: left;
  }
  .footer p{
    font-size: 12px;
    padding: 32px 10px 30px 20px;
    color:#7f939f;
  }
  footer{}
  #captavi{
    display: block;
    background-color: #7F939F;
    margin: -10px -15px 0 -15px;
    padding: 15px;
  }
  #captavi svg{}
  #captavi svg path{}
  #captavi a{
    color: #666666;
  }
  .whiteHeading h2{
    color: #fff;
  }
  div[data-editor="image"] img{
    width: 100% !important;
    height: auto !important;
  }

/* Client Specific - Captavi Slider
  ============================================== */
  #captavi-slider-navigation{
    position: absolute;
    display: block;
    width:90%;
    z-index: 999;
    margin:4% auto 0px auto;
    padding:0;
    left: 2%;
  }
  #captavi-slider-navigation li{
    display: block;
    padding: 0;
    margin:0;
    float: left;
    margin: 25px 6%;
    padding: 0 2% 15px 2%;
    width: 21%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 1px solid #6d6e71;
    font-weight: bold;
  }
  #captavi-slider-navigation li.current{
    color: #09a0c4;
  }
  #custom1_mod{
    display: block;
    margin:0;
    padding:0;
    position: relative;
  }
  #custom1_mod li {
    display: block;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #custom1_mod li a{
    cursor: pointer;
    display: block;
  }
  #custom1_mod li a.btn{
    cursor: pointer;
  }
  @keyframes fadeInBottomBig {
    0% {
        opacity: 1;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
  }
  #custom1_mod li img{
    display: block;
    width:100%;
  }
  #custom1_mod li span {
      height: 75%;
      overflow: hidden;
      position: absolute;
      left: 0px;
      text-overflow: ellipsis;
      top: 100%;
      white-space: nowrap;
      width: 100%;
  }
  #custom1_mod li span.animation {
      animation-duration: 3s;
      animation-fill-mode: both;
      animation-name: fadeInBottomBig;
      height: 75%;
      overflow: hidden;
      position: absolute;
      left: 0px;
      text-overflow: ellipsis;
      top: 25%;
      white-space: nowrap;
      width: 100%;
  }
  #custom1_mod li.lastSlide{
      animation-duration: 0s;
  }
  #captavi-slider{
    position: relative;
    background: none repeat scroll 0 0 #fff;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #eee;
  }
  #captavi-slider ul li.current{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
  }
  #captavi-slider ul li.hide{
    -webkit-animation: fadeout 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 1s; /* Firefox < 16 */
        -ms-animation: fadeout 1s; /* Internet Explorer */
         -o-animation: fadeout 1s; /* Opera < 12.1 */
            animation: fadeout 1s;
  }
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}
  #captavi-slider .slide-right, #captavi-slider .slide-left{
    position: absolute;
    top: 545px;
    z-index: 999;
    display: inline-block;
    background: #09a0c4;
    color: #fff;
    opacity: 0.8;
    height: 55px;
    width: 55px;
    transition: all 0.5s ease;
  }
  #captavi-slider .slide-right i, #captavi-slider .slide-left i{
    padding: 20px;
    font-size: 20px;
    font-weight: normal;
  }
  #captavi-slider .slide-right{
    right: 0;
  }
  #captavi-slider .slide-right:hover{
    opacity: 1;
  }
  #captavi-slider .slide-left{
    right: 55px;
  }
  #captavi-slider .slide-left:hover{
    opacity: 1;
  }
  .slider-content{
    position: absolute;
    left: 8%;
    width: 50%;
    display: none;
  }
  .current .slider-content{
    display: block;
  }
  .slider-content h1{
    color: #72bc23;    
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: bold;
    line-height: 48px;
    position: absolute;
    bottom: 70px;
  }
  .slider-content h2{
    color: #db6c22;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
  }
  .slider-content p{
    color:#fff;
    font-size: 16px;
    margin-bottom:25px;
  }
  .slider-content a{
    margin-top: 10px;
    color: #fff;
    padding: 15px 12px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: bold;
    display: inline-block;
  }

  #custom2_mod {
    display: block;
    position:absolute;
    bottom: -170px;
    z-index:2;
    padding:0;
    margin:0 50px;
    background-color: rgba(255,255,255,.8);
  }
  #custom2_mod li{
    position:relative;
    display: block;
    padding: 0 30px 40px 30px;
    border-right: 1px solid #eee;
    transition:all 0.5s ease;
    top:0;
    cursor:pointer;
  }
  #custom2_mod li.hover{
    background-color:#fff;
    top:-125px;
  }
  #custom2_mod li img{
    padding-top:30px;
    padding-bottom:20px;
    width:auto !important;
    height: auto !important;
  }
  #custom2_mod li h3{
    margin-bottom:40px;
    transition:all 0.5s ease;
    font-size:18px;
    line-height: 22px;
  }
  #custom2_mod li.hover h3{
    margin-bottom:15px;
  }
  #custom2_mod li p{
    font-size:14px;
    line-height: 20px;
  }
  #custom2_mod li a{
    font-size:11px;
    color:#7f939f;
    text-decoration: underline;
  }
  .lighterBlueBg .col-md-3 h3{
    font-size:18px;
    line-height: 22px;
  }
/* ============================================= */

/* Client Specific - Banner.html
  ============================================== */
  .fullWidthBanner div[data-editor="image"] img {
    width: calc(100% + 40px) !important;
    margin: 0 -20px !important;
    position:relative;
  }
  .fullWidthBanner .bannerTextCenter{
    position:absolute;
    bottom: 30px;
    left:calc(28%);
    width:28%;
    min-width: 250px;
    max-width: 550px;

  }
  .fullWidthBanner .bannerTextLeft{
    position:absolute;
    bottom: 10%;
    left:12%;
    min-width: 250px;
    max-width: 475px;

  }
  .fullWidthBanner .bannerTextRight{
    position:absolute;
    bottom: 10%;
    right:12%;
    min-width: 250px;
    max-width: 475px;

  }
  .fullWidthBanner h1{
    color:#72bc23;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
  }
  .fullWidthBanner p{
    font-size:16px;
    line-height: 20px;
  }
/* ============================================= */

/* Client Specific - In-page-menu.html
  ============================================== */
  .inpageMenu ul{
    position:relative;
    display: block;
    margin: 0 0 15px 0;
    text-align:center;
    padding: 0;
    z-index:9;
  }
  .inpageMenu ul li{
    display: inline-block;
    position:relative;
  }
  .inpageMenu ul li a{
    display: block;
    font-size:14px;
    padding:8px 15px;
    position:relative;
    color: #fff;
  }
  .inpageMenu ul li a:after{
    content: "|";
    color:#7f939f;
    position: absolute;
    right: -2px;
    font-weight: normal;
  }
  .inpageMenu ul li.current a{
    font-weight: bold;
    color:#5aad1a;
  }
  .inpageMenu ul li:last-of-type{
    margin-right: 0;
  }
  .inpageMenu ul li:last-of-type a:after{
    content: " ";
  }
  .inpageMenu ul li ul{
    display: none;
  }
  .inpageMenu ul li.parent:hover:before{
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccd4d8;
    margin-left: -8px;
  }
  .inpageMenu ul li.parent a{
    padding-right: 22px;
  }
  .inpageMenu ul li.parent:after{
    content:" ";
    border: solid #5aad1a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position:absolute;
    right: 8px;
    top:16px;
  }
  .inpageMenu ul li.parent ul{
    max-height: 0px;
    height: 0px;
    display: none;
    position: relative;
    transition: all 2s ease;
    background: #d8dfe4;
    top:0;
    left: 0;
    padding: 5px;
    margin-top: 0;
    border-top: 1px solid #d8dfe4;
    opacity: 0;
  }
  .inpageMenu ul li.parent:hover ul{
    display: block;
    max-height: 200px;
    height: auto;
    position: absolute;
    top: unset;
    background: #f4fafa;
    border-top: 1px solid #ccd4d8;
    margin-top: 0;
    width: 150%;
    left: 0;
    text-align: center;
    transition: all 2s ease;
    left: -25%;
    opacity: 1;
  }
  .inpageMenu ul li.parent:hover ul li a{
    color:#434343;
  }
  .inpageMenu ul li.parent ul li{
    display: block;
  }
  .inpageMenu ul li.parent ul li a:after{
    content: " ";
  }
  .inpageBreadCrumbs{
    margin: 20px 40px -10px 40px;
    color:#a49d9f;
    font-size: 12px;
  }
  .inpageBreadCrumbs a{
    color:#231f20;
    font-size: 12px;
  }
  .mobileInpageMenu .menuName{
    font-weight: bold;
  }
  .mobileInpageMenu .downCaret{
    border: solid #5aad1a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
  }
  .mobileInpageMenu .upCaret{
    border: solid #5aad1a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    position: absolute;
    right: 8px;
    top: 20px;
    width: 15px;
    height: 15px;
  }
  .mobileInpageMenu ul li.parent:after{
    border-width: 0 0 0 0;
  }
  .mobileInpageMenu ul li.parent:hover ul{
    display: none;
  }
/* ============================================= */

/* Client Specific - In-page-block-menu.html
  ============================================== */
  .inpageBlockMenu ul{
    display: block;
    margin:10px 0 0 0;
    padding:0;
    width:100%;
  }
  .inpageBlockMenu li {
    display: block;
    float: left;
    width:calc(25% - 10px);
    margin:5px;
  }
  .inpageBlockMenu li a {
    display: block;
    width:100%;
    padding:25px 30px;
    background-color: #ed7422;
    color:#fff;
    font-size:17px;
    font-weight: bold;
    height: 100px;
  }
  .inpageBlockMenu li a:hover {
    background-color: #B5C2CA;
    background-image: url(../../../assets/images/content-images/block-menu-background.png);
    color:#fff;
    text-decoration: none;
  }
/* ============================================= */

/* Client Specific - InvestorsTicker.html
  ============================================== */
  .investorsTicker{
    
  }  
  .investorsTicker .lightGrey{
    background-color:#f1f7f9;
    padding:35px 0 15px 30px;
  }
  .investorsTicker .lightGrey h3{
    color:#020d25;
    font-weight: bold;

  }
  .mainContent .container .investorsTicker .lightBlueBg{
    background-color:#0074c7 !important;
    padding:30px 10% 20px 10%;
    margin:0;
  }
  .investorsTicker .lightBlueBg p{
    color:#fff;
  }
  .investorsTicker .lightBlueBg p .sharePrice{
    font-size:36px;
    font-weight: bold;
    display: inline-block;
    padding:0 5px;
  }
  .investorsTicker .lightBlueBg p .todaysChange{
    font-weight: bold;
    position:relative;
    display: inline-block;
  }
  .investorsTicker .gainLossArrow{
    margin-left:5px;
  }
  .investorsTicker .gain{
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #4ca357;
  }
  .investorsTicker .loss{
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #f00;
  }
  .investorsTicker a.btn.ButtonStyle {
    background-image: unset;
    background-color:#0074c7 !important;
    border:1px solid #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size:11px;
    margin-top:15px;
    color:#fff !important;
  }
  .investorsTicker small{
    font-size:90%;
  }
  .homepage div[data-bandtitle="3 Column | 25-25-50"] > .row{
    margin-left:12px;
    margin-right:12px;
  }
  .homepage h3, .investorsTicker h3, .investorsRecentReleases h3, .investorsMaterials h3, .shareholderTools h3 {
    font-size:20px;
    line-height: 35px;
  }
/* ============================================= */

/* Client Specific - InvestorsEvents.html
  ============================================== */
  .investorsEvents, .investorsNews {}
  .investorsEvents h3, .investorsNews h3 {
    margin-top: 38px;
  }
  .investorsEvents h3 + p, .investorsNews h3 + p{
    line-height: 4px;
  }
  .investorsEvents ul, .investorsNews ul{
    display: block;
    margin:0;
    padding: 0;
    border-top: 1px solid #bbb;
  }
  .investorsEvents ul li, .investorsNews ul li{
    display: block;
    margin:0;
    padding: 0;
  }
  .investorsEvents ul li a, .investorsNews ul li a{
    color:#ed7422;
    font-size:14px;
    text-decoration: none;
  }
  .investorsEvents ul li p.itemTitle, .investorsNews ul li p.itemTitle{
    line-height: 18px;
    margin:12px 0 0 0;
  }
  .investorsEvents ul li p .itemDated, .investorsNews ul li p .itemDated{
    color:#231f20;
  }
  .homepage .col-md-6 .investorsEvents h3, .homepage .col-md-6 .investorsNews h3{
    display: none;
  }
  .homepage .col-md-6 .investorsEvents h3 + p, .homepage .col-md-6 .investorsNews h3 + p{
    display: none;
  }
  .homepage .col-md-6 .investorsEvents ul, .homepage .col-md-6 .investorsNews ul{
    border-top:0px solid #fff;
  }
/* ============================================= */

/* Client Specific - RecentReleases.html
  ============================================== */
  .investorsRecentReleases h3{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:12px 0;
  }
  .investorsRecentReleases ul{
    display: block;
    margin:0 0 10px 0;
    padding:0;
  }
  .investorsRecentReleases ul li{
    display: inline-block;
    width:100%;
    margin:0 0 15px 0;
  }
  .investorsRecentReleases .itemTitle{
    text-decoration: none;
  }
  .investorsRecentReleases p.itemTitle {
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    margin-bottom: 0;
  }
  .investorsRecentReleases .itemTitle a{
    color:#db6c22;
    text-decoration: none;
  }
  .investorsRecentReleases .itemDated{
    color:#434343;
    font-weight: normal;
  }

/* ============================================= */

/* Client Specific - Investor and Shareholder tools.html
  ============================================== */
  .investorsMaterials{
    background-color:#d8dfe4;
    padding: 20px 15px;
  }
  .investorsMaterials h3{
    margin:8px 12px 15px 12px;
  }
  .investorsMaterials ul{
    display: block;
    margin:8px 0 0 35px;
    padding:0;
  }
  .investorsMaterials ul li{
    display: block;
    width:100%;
    margin:12px 0;
    position:relative;
  }
  .investorsMaterials ul li:after{
    position:absolute;
    left: -20px;
    top: 0px;
    content:" ";
    background-image:url('../../../../assets/images/content-images/icons/doc.png');
    background-repeat: none;
    height: 24px;
    width:20px;
  }
  .investorsMaterials ul li.doc:after{
    background-image:url('../../../../assets/images/content-images/icons/doc.png');
  }
  .investorsMaterials ul li.pdf:after{
    background-image:url('../../../../assets/images/content-images/icons/pdf.png');
  }
  .investorsMaterials ul li.media:after{
    background-image:url('../../../../assets/images/content-images/icons/media.png');
  }
  .investorsMaterials ul li a{
    color:#434343;
    text-decoration: none;
    font-size:14px;
    padding:4px 10px;
    line-height: 24px;
  }

  .shareholderTools{
    background-color:#ED7422;
    padding: 20px 15px;
    position:relative;
  }
  .shareholderTools h3{
    color:#fff;
    margin:8px 12px 15px 12px;
  }
  .shareholderTools ul{
    display: block;
    margin:0 0 45px 0;
    padding:0;
  }
  .shareholderTools ul li{
    display: block;
    width:33%;
    text-align:center;
    float: left;
  }
  .mainContent .captaviStructureBand .captaviContentArea .shareholderTools img{
    width: auto !important;
  }
  .shareholderTools ul li a{
    text-align: center;
    display: block;
    width: 30%;
    padding: 0 55px;
  }
  .shareholderTools .searchInvestorRelations input{}
  .shareholderTools .searchInvestorRelations button{}
  .searchInvestorRelations{
    position:absolute;
    bottom: 45px;
    display: block;
    margin:0 0 0 20px;
    background-image:url('../../../../assets/images/content-images/icons/search.png');
    height: 27px;
    width:206px;
    color:#D8DFE4;
    font-size:1px;
  }

/* ============================================= */

/* Client Specific - Heading.html
  ============================================== */
/*.heading-block:after{
  content: " ";
  width: 50px;
  margin: 20px auto 40px auto;
  background-color: #db6c22;
  display: block;
  position: relative;
  height: 4px;
}*/
/* ============================================= */

/* Client Specific - quickLinks
  ============================================== */
  .container.container-fluid.quickLinks{
    padding:30px 30px;
    margin: 0px !important;
  }  
  .container.container-fluid.quickLinks h5{
    color:#db6c22;
    font-weight: bold;
    margin:0;
  }
/* ============================================= */

/* Client Specific - Parallax.html
  ============================================== */
  .parallax{
    padding:35px 30px;
  }
  .parallax h1{
    font-size:28px;
    margin:15px 0;
  }
  .parallax p{
    color:#fff;
    font-size:15px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .secondLevel .parallax p{
    font-size:24px !important;
    line-height: 28px !important;
  }
  .parallax a{
    color:#ff8a0c !important;
    font-size:16px;
    letter-spacing: 0px;
    font-weight: normal;
    border:1px solid #fff;
    background:unset !important;
    background-image:unset !important;
    background-color:unset !important;
    box-shadow: none !important;
    position:relative;
    padding-right: 35px;
    margin-left: 12px;
  }
  .parallax a:after{
    content: "→";
    position:absolute;
    color: #fff;
    right: 12px;
  }
  .parallax a.btn.ButtonStyle{
    color:#db6c22 !important;
    text-shadow: none;
    background-color: transparent !important;
  }
  .parallax a.leftButtonStyle,.parallax a.rightButtonStyle{
    border-top-color:#fff !important;
    text-transform: none;
  }
  .parallax div[data-title="Image"] a{
    border:0px;
  }
  .parallax div[data-title="Image"] a:after{
    content:"";
  }
  .parallax .col-md-12.martop{
    margin-top: 10px;
    margin-left: -12px;
  }
  .parallax h2{
    color:#db6c22;
    font-size:26px;
  }
/* ============================================= */

/* Client Specific - Image.html
  ============================================== */
img.fullWidth{
  width: 100% !important;
  height: auto !important;
  display: block;
}
.imagePadded img.fullWidth{
  padding: 0px 8px 0 50px;
}
.container-fluid.whiteBg .col-md-12 img.fullWidth{
  max-height: 205px;
}
/* ============================================= */

/* Client Specific - Homepage
  ============================================== */
  .homepage a.btn{
    padding-right: 34px;
  }
  .homepage .captaviContentArea a.btn:after{
    content: "→";
    position:absolute;
    color: #aaa;
    right: 12px;
  }
  .homepage .lightBlueBg{
    padding-left: 60px;
    padding-right: 60px;
  }
  .homepage .lightBlueBg .col-md-3{
    border-right: 3px solid #D8DFE4;
    border-left: 3px solid #D8DFE4;
  }
  .homepage .lightBlueBg .col-md-3:last-of-type{
    border-right: 0px solid #d8dfe4;
    border-left: 3px solid #D8DFE4;
  }
  .homepage .lightBlueBg .col-md-3:first-of-type{
    border-right: 3px solid #d8dfe4;
    border-left: 0px solid #D8DFE4;
  }
  .homepage .lightBlueBg .col-md-3 a{
    color:#acb9c1;
    /*text-decoration: underline;*/
    font-weight: bold;
    letter-spacing: 0px;
    font-size:12px;
  }
  .homepage .captaviContentArea .lighterBlueBg a.ButtonStyle{
    background-color:#fff !important;
  }
  .homepage .lightBlueBg .col-md-3 div[data-blocktitle='Icon Top | Body Copy'] .col-md-12 h3{
    font-size:18px;
    line-height: 22px;
  }
  .homepage .lightBlueBg .col-md-3 div[data-blocktitle='Icon Top | Body Copy'] .col-md-12 p{
    font-size:14px;
    line-height: 18px;
    margin-bottom:0;
  }
  .homepage div[data-blocktitle='Investors - Blue Ticker'] a.ButtonStyle:after{
    content:"";
  }
  .orangeBox{
    background-color:#ed7422;
  }
  .captaviContentArea .orangeBox a.ButtonStyle:after{
    content: "→";
    position: absolute;
    color: #fff;
    right: 12px;
  }
  .captaviContentArea .orangeBox a.ButtonStyle{
    background-color: #ed7422 !important;
    border:1px solid #fff;
    box-shadow: none;
    position:relative;
    text-shadow: unset;
    padding-right: 40px;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .captaviContentArea .lighterBlueBg a.ButtonStyle{
    background-color: #f1f7f9 !important;
  }
  .captaviContentArea .hover .lighterBlueBg a.ButtonStyle{
    background-color: #72bc23 !important;
    border:1px solid #fff;
    box-shadow: none;
  }
  .captaviContentArea .lighterBlueBox a.ButtonStyle:after{
    content: "→";
    position: absolute;
    color: #aaa;
    right: 12px;
  }
  .col-md-3 div[data-blocktitle="Image Top | Body Copy"]{
    margin:0 -15px !important;
  }
  .col-md-3 div[data-blocktitle="Image Top | Body Copy"] img{
    max-height: 158px !important;
  }
  div[data-blocktitle="Image Top | Body Copy"] .lighterBlueBg{
    overflow:hidden;
    padding:0 20px;
  }
  div[data-blocktitle="Image Top | Body Copy"] .lighterBlueBg.padtop{
    padding-top: 0px;
  }
  div[data-blocktitle="Image Top | Body Copy"] .lighterBlueBg a{
    margin:0 10px 20px 10px;
  }
  .homepage .parallax span{
    line-height: 18px;
    font-size: 16px;
  }
  div[data-blocktitle="Image Top | Body Copy"] h3{
    font-size:18px;
    line-height: 22px;
    margin:18px 10px 12px 10px;
  }
  .captaviContentArea .lighterBlueBox a.ButtonStyle{
    background-color: #f1f7f9 !important;
    border:1px solid #bbb;
    box-shadow: none;
    color:#231f20 !important;
    box-shadow: none;
    text-shadow: unset;
    position: relative;
    padding-right: 40px;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .lighterBlueBox p, .orangeBox p{
    font-size: 14px;
    line-height: 18px;
  }
  .captaviContentArea .hover .lighterBlueBg a.ButtonStyle:after{
    color:#fff;
  }
  .lighterBlueBox{
    background-color:#f1f7f9;
  }
  .tightPadding {
    margin: 0px 40px;
    width: calc(100% - 80px);
  }
  .tightPadding .lighterBlueBox, .tightPadding .orangeBox{
    padding:45px !important;
  }
  .tightPadding .orangeBox p{
    color:#fff;
  }
  .tightPadding .orangeBox h3{
    color:#fff;
  }
  .tightPadding div.col-md-3, .tightPadding div.col-md-6, .tightPadding div.col-md-12 {
    padding:0;
  }
  .tightPadding div[data-title="Image"]{
    overflow: hidden;
    height: auto;
  }
/* ============================================= */

/* Client Specific - Image-read-more-left/right.html
  ============================================== */
.imageReadMore{
  position: relative;
}
.secondLevel .col-md-4:nth-of-type(2) .imageReadMore img.fullWidth{
  border-left:1px solid #fff;
}
.secondLevel .col-md-4:nth-of-type(3) .imageReadMore img.fullWidth{
  border-left:1px solid #fff;
}
.secondLevel .blackBg .col-md-4:nth-of-type(2) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .blackBg .col-md-4:nth-of-type(3) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .greyBg .col-md-4:nth-of-type(2) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .greyBg .col-md-4:nth-of-type(3) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .whiteBg .col-md-4:nth-of-type(2) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .whiteBg .col-md-4:nth-of-type(3) .imageReadMore img.fullWidth{
  border-left:0px solid #fff;
}
.secondLevel .imageContent h2{
  position: absolute;
  bottom: 65%;
  color: #fff;
  text-transform: capitalize;
}
.secondLevel .imageContent p{
  position: absolute;
  top: 38%;
  color: #fff;
  padding-right: 15px;
  text-align: left;
}
.secondLevel .imageContent ul{
  position: absolute;
  top: 38%;
  color: #fff;
  padding-right: 15px;
  text-align: left;
}
.secondLevel .imageContent .plusBox{
  position: absolute;
  bottom: 33px;
  right: 0;
}
.secondLevel .imageContent .readMoreBox{
  position: absolute;
  bottom: 0;
  right: 0;
}
.secondLevel div[data-bandtitle="Rotator & Read More"] .col-md-4 .imageContent:hover div[data-editor="image"]:after, .secondLevel div[data-bandtitle="Rotator & Read More | Flipped"] .col-md-4 .imageContent:hover div[data-editor="image"]:after{
  display: block;
  position: absolute;
  top: 7px;
  left:-7px;
  content: " ";
  width: 303px;
  height: 320px;
  background-color: #f5821f;
  opacity: 0.8;
}
.secondLevel div[data-bandtitle="Rotator & Read More"]  p, .secondLevel div[data-bandtitle="Rotator & Read More | Flipped"]  p{
  color: #444;
}
.secondLevel div[data-bandtitle="Rotator & Read More"] .imageContent ul, .secondLevel div[data-bandtitle="Rotator & Read More | Flipped"] .imageContent ul{
  list-style: none;
}
.secondLevel div[data-bandtitle="Rotator & Read More"] .imageContent ul li, .secondLevel div[data-bandtitle="Rotator & Read More | Flipped"] .imageContent ul li{
  position: relative;
  color: #444;
  padding-bottom: 8px;
}
.secondLevel div[data-bandtitle="Rotator & Read More"] .imageContent ul li:before, .secondLevel div[data-bandtitle="Rotator & Read More | Flipped"] .imageContent ul li:before{
  content: '';
  position: absolute;
  border-right:2px solid #9b9b9b;
  border-bottom:2px solid #9b9b9b;
  width:7px;
  height:7px;
  top: calc(50% - 4px);
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}
.secondLevel div[data-bandtitle="Rotator & Read More"] .imageContent div[data-editor="image"] img,
.secondLevel div[data-bandtitle="Rotator & Read More | Flipped"]  .imageContent div[data-editor="image"] img{
  height: 335px !important;
  width: calc( 100% + 61px ) !important;
  display: block;
  margin: 0 -30px !important;
  object-fit: cover;
  max-width: 333px;
  padding: 8px;
  border-left: 0px !important;
}
.imageReadMore .plusBox i{
  font-weight: lighter;
  line-height: 18px;
}
.imageReadMore .readMoreBox{
  position: absolute;
  bottom: 0px;
}
.imageReadMore .readMoreBox a{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding-top: 45px;
  text-decoration: none; 
}
.imageReadMore .readMoreBox span{
  display: inline-block;
  background-color: #db6c22;
  opacity: 0.8;
  padding: 9px 12px 6px 12px;
}
.imageReadMore .plusBox{  
  position: absolute;
  bottom: 33px;
  color: #fff;
  background-color: #2eaecd;
  display: inline-block;
  padding: 6px 10px;
}
.imageReadMore.right .plusBox{
  right: -15px;  
}
.imageReadMore.right .readMoreBox{
  right: -15px;
}
.imageReadMore.left .plusBox{
  left: -15px;
}
.imageReadMore.left .readMoreBox{
  left: -15px;
}

    /* Rotator Section - Overrides and Addons to above
    ============================================== */
    .rotatorReadMore {
      padding-right: 40px;
      padding-left: 35px;
    }
    .rotatorReadMore .rotatorNav{
      position: absolute;
      right: 15px;
      top: 10px;
      z-index: 10;
      font-size:24px;
      line-height: 70px;
      color: #000;
      display: none;
    }
    .rotatorReadMore .rotatorNav .arrowLeft{
      display: block;
      float: left;
      padding-right:5px;
      font-size:60px;
     line-height: 60px;
     cursor: pointer;
      -webkit-user-select: none; /* Chrome/Safari */        
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE10+ */
      -o-user-select: none;
      user-select: none;
    }
    .rotatorReadMore .rotatorNav .arrowRight{
      display: block;
      float: left;
      padding-left:5px;
      font-size:60px;
     line-height: 60px;
     cursor: pointer;
      -webkit-user-select: none; /* Chrome/Safari */        
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE10+ */
      -o-user-select: none;
      user-select: none;
    }
    .rotatorReadMore .rotatorNav .currentSlide{
      display: block;
      float: left;
      color: #e67311;
    }
    .rotatorReadMore .rotatorNav .totalSlides{
      display: block;
      float: left;
      font-size: 16px;
     line-height: 60px;
    }
    .rotatorReadMore .rotatorData ul {
      display: block;
      margin:0;
      padding:0;
      width:100%;
      height: 100%;
    }
    .rotatorReadMore .rotatorData ul li {
      position: relative;
      display: block;
      margin:0;
      padding:0;
      width:100%;
      height: 100%;
      z-index: 0;
    }
    .rotatorReadMore .rotatorData ul li.active {
      z-index: 1;
    }
    .rotatorReadMore .rotatorData ul li img{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-clip-path: polygon(0 0, 0 100%, 93% 100%, 93% 54%, 97% 50%, 93% 46%, 93% 0);
      clip-path: polygon(0 0, 0 100%, 93% 100%, 93% 54%, 97% 50%, 93% 46%, 93% 0);
      height: 670px !important;
      width: 330px !important;
    }
    .rotatorReadMore .rotatorData.flipped ul li img{
      -webkit-clip-path: polygon(7% 0, 7% 54%, 2% 50%, 7% 46%, 7% 100%, 100% 100%, 100% 0);
      clip-path: polygon(7% 0, 7% 54%, 3% 50%, 7% 46%, 7% 100%, 100% 100%, 100% 0);
    }
    .rotatorReadMore .rotatorData ul li span{
      position: absolute;
      top: 312px;
      left: 0;
      width: 100%;
      display: block;
    }
    div[data-bandtitle="Rotator & Read More | Flipped"].rotatorReadMore .rotatorData ul li span{
      left:10px;
    }
    .rotatorReadMore .rotatorData ul li > span > h2{
      color: #fff;
      text-align: center;
      font-size: 27px;
      font-weight:bold;
      text-transform: uppercase;
    }
    .rotatorReadMore img.fullWidth{
      padding:8px;
      border-left: 0px !important;
    }
    .rotatorReadMore .imageReadMore .plusBox{
      bottom: 40px;
    }
    .rotatorReadMore .imageReadMore.right .plusBox{
      right: -8px;  
    }
    .rotatorReadMore .imageReadMore .readMoreBox{
      bottom: 8px;
    }
    .rotatorReadMore .imageReadMore.right .readMoreBox{
      right: -8px;
    }
    .rotatorReadMore .imageReadMore.left .plusBox{
      left: -8px;
    }
    .rotatorReadMore .imageReadMore.left .readMoreBox{
      left: -8px;
    }

/* ============================================= */

/* Client Specific - Bread Crumbs
/* ============================================= */
  #breadCrumb{    
    color: #bababa;
    font-size: 11px;
    padding: 17px 35px 17px 0;
    text-align: right;
  }
  #breadCrumb a{
    color:#292929;
  }
  #breadCrumb a:last-of-type{
    color:#fff;
  }

/* ============================================= */

/* Client Specific - Logo Menu
  ============================================== */
  .logoMenu ul{
    display: block;
    padding:0;
    margin:0;
  }
  .logoMenu ul li{
    display: block;
    padding:15px;
    margin:0;
  }
  .logoMenu ul li a{
    display: block;
    width:100%;
    max-width: 100%;
    height: 150px;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.15);
    box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.15);
  }
  .logoMenu ul li img, .logoMenu ul li img.fullWidth{
    display: block;
    object-fit: contain !important;
    width:100% !important;
    margin:0 !important;
    height: 150px !important;
  }
  .logoMenu ul li span{
    display: none;
  }


/* ============================================= */

/* Client Specific - Background Colors
  ============================================== */

.greyBand{
  background-color:#ededed;
  border-top:1px solid #eaeaea;
  padding-top:20px;
  padding-bottom:20px;
}
.whiteBg{
  background-color:#fff;
  padding: 10px 15px 10px 20px;
  margin: 30px 0;
}
.secondLevel .whiteBg, .secondLevel div[data-bandtitle="4 Column"]{
  padding:10px 30px 10px 30px;
}
.whiteBg:first-of-type{
  margin-top:0px;
  margin-bottom:-20px;
}
.whiteBg img.fullWidth{
  width: calc( 100% + 30px ) !important;
  height: auto !important;
  display: block;
  margin: 0 -15px !important; 
  object-fit: cover;
}
.greyBg{
  background-color:#dbdadc;
  padding: 60px 10% 40px 10%;
}
.secondLevel .blueBg.first {
  background-color:#2eaecd;
}
.secondLevel div[data-blocktitle='InPage - Block Menu']{
  margin-top:-49px;
}
.darkBlueBg{
  background-color: #006bb7;
}
.lightBlueBg, .blueBg{
  background-color:#d8dfe4;
  padding: 40px 30px 40px 30px;
}
.secondLevel .lightBlueBg{
  background-color:#f1f7f9;
  padding: 40px 30px 40px 30px !important;
  margin: 40px 0;
}
.secondLevel .lightBlueBg + .lightBlueBg, .secondLevel .lightBlueBg + .parallax {
  margin:-60px 0 0 0;

}
div[data-bandtitle="2 Column"] .col-md-6 img{
  width: calc(100% + 0px) !important;
  margin-left: 15px !important;
}
div[data-bandtitle="2 Column"] .col-md-6 + .col-md-6 img{
  width: calc(100% + 0px) !important;
  margin-left: -30px !important;
}
div.lighterBlueBg[data-editor="image"] img{
  margin: -10px -20px !important;
  width: calc(100% + 40px) !important;
}
.hover .lighterBlueBg{
  background-color: #72bc23;
}
.lightBlueBg:not(.quickLinks) .row .col-md-3{
  background-color: #fff;
}
.lightBlueBg .row .col-md-3 div[data-blocktitle="Icon Top | Body Copy"] {
  padding: 30px 0;
}
.orangeBg{
  background-color:#d36d15;
  padding: 60px 10% 40px 10%;
}
.orangeBg .negativeMarginTop{
  margin-top: -100%;
}
.container.container-fluid.blackBg{
  background-color:#191919;
}
.blackBg p{
  color: #fff;
}
.blackBg img.fullWidth, .col-md-4 img.fullWidth, .greyBg .col-md-3 img.fullWidth, .col-md-4 .imageReadMore img{
  width: calc( 100% + 61px ) !important;
  height: auto !important;
  display: block;
  margin: 0 -30px !important; 
  object-fit: cover;
  max-width: 333px;
}
.col-md-4 .imageReadMore img.fullWidth, .col-md-4 .imageReadMore img{
  height: 335px !important;
}
.blackBg .col-md-4.col-sm-12{
  overflow:hidden;
}
.blackBg .hoverOne, .blackB .hoverTwo{
  min-height: 333px;
  height: 333px
}
.seoFooterWrapper{
  background-color: #8c898f;
  padding-bottom: 40px;
}
.container.smallPadding, .container-fluid.smallPadding{
  padding: 0;
}
.container.noPadding, .container-fluid.noPadding{
  padding: 0 15px 0px 15px;
}

/* ============================================= */

/* Client Specific - Black 3 col
  ============================================== */
  .blackBg .col-md-4 h2{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .blackBg .col-md-4 p{
    font-size: 12px;
  }
  .blackBg .col-md-4 h2,  .blackBg .col-md-4 p{
    padding: 0 8px;
  }
  .blackBg > div.row{
    max-height: 332px;
    overflow: hidden;
  }
  .blackBg .hoverOne .imageReadMore:after,  .blackBg .hoverTwo .imageReadMore:after, .blackBg .hoverThree .imageReadMore:after{
    opacity: 0;
  }

/* ============================================= */

/* Client Specific - Grey 3 col
  ============================================== */
  .Testimonials .greyBg .col-md-4 h2{
    margin-top: 35px;
  }
  .blackBg .col-md-4 h2{
    position: absolute;
    top: 75px;
  }
  .blackBg .col-md-4 .imageContent img {
    max-height: 333px;
  }
  .greyBg .col-md-4 h2{
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fff;
    /*padding: 0 8px; Purvi change request*/
    padding: 0px;
  }
  .greyBg .col-md-3 h2{
    font-size:18px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 8px;
  }
  .blackBg .col-md-4 p{
    display: none;
  }
  .greyBg .col-md-4 p{
    font-size: 12px;
    color: #000;
  }
  .greyBg .col-md-3 p{
    font-size: 11px;
    color: #000;
  }
  .hoverOne, .hoverTwo{
    min-height: 335px;
  }
  .hoverOne:hover, .hoverTwo:hover, .hoverOne.hover, .hoverTwo.hover, .hoverThree:hover, .hoverThree.hover{
    background-color: #e67311;
  } 
  .hoverOne .imageReadMore:after,  .hoverTwo .imageReadMore:after, .hoverThree .imageReadMore:after{
    content: " ";
    display: block;
    height: 100%;
    width: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #cac8cd;
    opacity: .8;
    pointer-events: none;
  }
  .hoverOne:hover .imageReadMore:after, .hoverTwo:hover .imageReadMore:after, .hoverOne.hover .imageReadMore:after, .hoverTwo.hover .imageReadMore:after{
    opacity:0;
  } 
  .hoverOne{
    position: relative;
  }
  .hoverOne + .hoverOne:after{
    content: "  ";
    position: absolute;
    top: calc(50% - 10px);
    left: -10px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #cac8cd; 
  }
  .hoverOne + .hoverOne:hover:after, .hoverOne + .hoverOne.hover:after{
    border-right:10px solid #e67311 
  }
  .hoverTwo{
    position: relative;
  }
  .greybg:nth-child(odd) .hoverTwo:after{
    content: "  ";
    position: absolute;
    top: 0px;
    left: calc(50% - 12px);
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; 
    border-top: 10px solid #cac8cd; 
  }
  .greybg:nth-child(odd) .hoverTwo:hover:after, .greybg:nth-child(odd) .hoverTwo.hover:after{ 
    border-top: 10px solid #e67311; 
  }
  .blackBg .hoverOne:hover, .blackBg .hoverTwo:hover, .blackBg .hoverOne.hover, .blackBg .hoverTwo.hover, .blackBg .hoverThree:hover, .blackBg .hoverThree.hover {
    background-color: #191919;
  } 
  .blackBg .hoverOne .imageReadMore:after,  .blackBg .hoverTwo .imageReadMore:after, .blackBg .hoverThree .imageReadMore:after{
    background-color: #191919;
  }
  .blackBg .hoverOne img, .blackBg .hoverTwo img{
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: all 0.5s ease;
  }
  .blackBg .hoverOne.hover img, .blackBg .hoverTwo.hover img, .blackBg .hoverOne:hover img, .blackBg .hoverTwo:hover img{
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
  }

  /* ============================================= */

  /* Client Specific - Section Heading Text
    ============================================== */
  .sectionTitle{
    padding: 20px 10% 10px 10%;
    margin: 0 -30px;
  }
  .smallPadding .sectionTitle{
    padding: 20px 5% 10px 5%;
    margin: 0;
  }
  .sectionTitle h3{
    text-transform: uppercase;
  }
  .sectionTitle h3, .blueBg.lightBlueBg .sectionTitle h3 {
    color: #000;
  }
  .blueBg .sectionTitle h3{
    color: #fff;
  }
  .sectionTitle h3 a {
    color: #000;
    text-decoration: underline;
  }
  /* ============================================= */

  /* Client Specific - Feeds
    ============================================== */
  .feedTitle{
    background-color: #dbdadc;
    text-align: center;
  }
  .feedBlue{
    background-color: #2eaecd;
    padding: 20px 15px 10px 15px;
    margin: 0 -30px;
    height: 280px;
  }
  .feed{
    text-align: center;
  }
  .feed i{}
  /* ============================================= */

  /* Client Specific - Icon Menu
    ============================================== */
  .iconMenu ul{
    display: block;
    padding:0;
    margin:15px 0 0 0;
  }
  .iconMenu ul li{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .iconMenu ul li a{
    color:#fff;
    margin-bottom: 10px;
    display: block;
  }
  .iconMenu ul li i{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .iconMenu ul li i.fa-mobile{
    font-size: 32px;
    margin-bottom: 7px;
  }
  .iconMenu ul li p{
    color: #000;
    display: none;
  }

  /* ============================================= */

  /* Client Specific - Divider
    ============================================== */
  .divider{
    display: block;
    width:calc(100% - 30px);
    margin:5px 15px 40px 15px;
    height: 2px;
    background-color:#768692;
    position:relative;
  }
  .divider i{
    position:absolute;
    top:-5px;
    left:calc(50% - 4px);
    color:#768692;
  }

  /* ============================================= */

  /* Client Specific - Accordion Menu
    ============================================== */
  .accordion > ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .accordion > ul > li{
    display: inline-block;
    width: 100%;
    padding: 0px;
    transition: all 0.3s ease;
    background-color: #d7e8f5;
    margin:5px 0;
    position:relative;
    color:#7f939e;
    cursor: pointer;
  }
  .accordion > ul > li:after{
    position:absolute;
    content:"+";
    right: 30px;
    color: #7f939e;
    top: 15px;
    font-size: 20px;
  }  
  .accordion > ul > li:hover:after{
    color:#fff;
  }
  .accordion > ul > li.current:after{
    position:absolute;
    content:"-";
    right: 30px;
    color: #fff;
    top: 15px;
    font-size: 20px;
  }  
  .accordion > ul > li:hover, .accordion > ul > li.current{    
    background-color: #259ad9;
    box-shadow: 0px;
  }
  .accordion > ul > li:hover a, .accordion > ul > li.current a{ 
    color:#fff;
  }  
  .accordion > ul > li a{
    text-decoration: none;
    text-transform: none;
    color: #7f939e;
    font-weight: bold;
    font-size:18px;
    display: block;
    padding: 15px 20px;
  }
  .accordion > ul > li .row{
    background-color:#fff;
    cursor: default;
  }
  .accordion > ul > li span{
    display: block;
    margin:15px 0 0 30px;
    color:#434343;
  }
  .accordion > ul > li img{
    max-width: calc(100% - 30px);
    display: block;
    margin:15px 30px 0 0;
  }
  .accordion .col-md-8 > span > ul{
    margin:0;
    padding:0;
    list-style: none;
  }
  .accordion .col-md-8 > span > ul > li{
    margin:0;
    padding:0;
    list-style: none;
  }
  .accordion .col-md-8 > span > ul > li{
    position: relative;
    width:100%;
    list-style: none;
    margin:0 0 0 15px;
    padding:0;
  }
  .accordion .col-md-8 > span > ul > li:before{
    content:"+";
    position: absolute;
    left: -15px;
    top: 0px;
  }
  .accordion ul > li.current .col-md-8 span a{
    color:#434343;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
  }
  .accordion ul > li.current .col-md-8 span a:hover{
    color:#db6c22;
  }
  .accordion h1{
    font-size:18px;
  }

  .accordion hr{
    border-top: 1px solid #444;
  }
  .accordion.accordionRight {}
  .accordion.accordionRight .col-md-8 > ul{
    border:1px solid #f0f2f1;
    border-right:0px;
    display: block;
    margin:0;
    padding:0;
    position:relative;
  }
  .accordion.accordionRight .col-md-8 > ul > li{
    display: block;
    margin:0;
    padding:0;
    position:relative;
    min-height: 375px;
    background-repeat: repeat-x;
    background-color:#fff;
    background-position: bottom;
    background-image: url(../../../../../assets/images/content-images/accordion-background-default.png) !important;
  }
  .accordion.accordionRight .col-md-8 > ul > li > a{
    display: none;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span{
    position:absolute;
    top: 0px;
    padding:23px 40px;
    display: block;
    width:100%;
    font-size:16px;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span a{
    display: inline-block;
    background-image: none;
    background-color:#fff !important;
    color:#000 !important;
    border:1px solid #aaa;
    box-shadow: unset;
    text-transform: uppercase;
    font-weight: 300;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span h1{
    font-size:18px;
    line-height: 36px;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span p{
    font-size:16px;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span > ul{
    margin:0;
    padding:0;
    list-style: none;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span > ul li{
    position: relative;
    width:100%;
    list-style: none;
    margin:0 0 0 15px;
    padding:0;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span > ul li:before{
    content:"+";
    position: absolute;
    left: -15px;
    top: 0px;
  }
  .accordion.accordionRight .accordionRightMenu{
    margin-left: -30px;
  }
  .accordion.accordionRight .accordionRightMenu ul{
    width: calc(100% + 30px);
    display: block;
    margin:0;
    padding:0;
    position:relative;
    border:1px solid #f0f2f1;
    border-left:0px;
  }
  .accordion.accordionRight .accordionRightMenu ul li{
    display: block;
    margin:0;
    position:relative;
    font-size:18px;
    line-height: 60px;
    background-color:hsl(89, 53%, 53%);
    padding: 10px 50px;
    height: 75px;
    overflow:hidden;
    color:#fff;
    font-weight: bold;
    cursor:pointer;
  }
  .accordion.accordionRight .accordionRightMenu ul li.current, .accordion.accordionRight .accordionRightMenu ul li:hover{
    background-color:#f5faf4 !important;
    color:#020d25;
    padding-left:60px;
    position:relative;
  }
  .accordion.accordionRight .accordionRightMenu ul li.current:before, .accordion.accordionRight .accordionRightMenu ul li:hover:before{
    content: " ";
    position: absolute;
    left: 35px;
    top: 27px;
    background-image: url(../../assets/images/content-images/icons/previous-arrow-blue.png);
    height: 25px;
    width: 20px; 
  }
  .accordionContent{
    width: 45%;
    float: right;
    overflow: hidden;
    max-height:auto;
    transition: 1s all ease;
  }
  .accordionContent ul{
    padding-left:15px;
  }
  .accordionMore{
    display: block;
    float: right;
    clear: right;
    width: 300px;
  }
  .accordionMore a{
    color: #2eaecd;
  }
  .videoModal{
    cursor: pointer
  }

/* ============================================= */

/* Client Specific - Darkend Images - Hover to light
  ============================================== */
 /* .tabs li img, .col-md-6 img, .col-md-4 img{
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
  }
  .tabs li img:hover, .col-md-6 img:hover, .col-md-4 img:hover, .parallax img, .shareholderTools img, .homepage img{
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
  }*/

/* ============================================= */

/* Client Specific - Tabs
  ============================================== */
  div[data-bandtitle="1 Column"] .tabs{
    width: calc(100% + 65px);
    margin-left: -35px;
    margin-top:-40px;
  }
  div[data-bandtitle="Full Width"] .tabs{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -30px;
  }
  .tabs{
    min-height: 475px;
  }
  .tabs > ul{
    display: block;
    padding:0;
    margin:0;
  }
  .tabs > ul > li{
    display: block;
    padding:0;
    margin:0;
    float: left;
    background-color: #7f939f;
    position:relative;
  }
  .tabs > ul > li:hover,.tabs > ul > li.current{
    background-color: #ed7422;
  }
  .tabs > ul > li:hover:after,.tabs > ul > li.current:after{
    content:" ";  
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ed7422;
    position:absolute;
    bottom:-15px;
    left:calc(50% - 20px);
  }
  .tabs > ul > li > a{
    display: block;
    font-size:18px;
    font-weight: bold;
    text-align:center;
    padding:25px;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
  }
  .tabs > ul > li > span{}
  .tabs > ul > li > ul{
    position:absolute;
    display: block;
    padding:0;
    margin:0 25px;
    top:110px;
    background-color:#fff;
    height: 330px;
  }
  .tabs > ul > li > ul > li{
    display: block;
    padding:0;
    float: left;
    width:20%;
    margin:10px 2.5%;
  }
  .tabs > ul > li > ul > li > a{
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color:#231f20;
    text-decoration: none;
  }
  .tabs > ul > li > ul > li img, .Brochures div[data-title="Image"] img{
    max-width:100%;
    outline:1px solid #434343 !important;
    width: 100%;
  }
  .tabs > ul > li > ul > li > span{}
  .tabs .carouselLeft{
    position:absolute;
    left:0;
    top:100px;
    font-size:35px;
    font-weight: lighter;
    color:#dee4e8;
  }
  .tabs .carouselRight{
    position:absolute;
    right:0;
    top:100px;
    font-size:35px;
    font-weight: lighter;
    color:#dee4e8;
  }
  .tabs .carouselLeft:hover{
    color:#231f20;
  }
  .tabs .carouselRight:hover{
    color:#231f20;
  }
  .Brochures div[data-title="Image"]{
    margin-bottom: 8px;
  }
  .Brochures div[data-title="Image"] a{
    float: none !important;
  }
/* ============================================= */

/* Client Specific - Articles
  ============================================== */
  #articlesGrid {
    margin: 50px 30px;
  }
  #articlesGrid .item{
    display: block;
    margin: 20px 0px 0px 0px;
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
  }
  #articlesGrid .item .title{
    float: left;
    width: calc(100% - 120px);
    margin-bottom: 8px;
  }
  #articlesGrid .item .title a{
    /*color: #8C898F;*/
  }
  #articlesGrid .item .thumb{
    display: inline-block;
    float: left;
  }
  #articlesGrid .item .thumb img{
    width: 100px;
    margin: 0px 15px 15px 0;
    /*-webkit-filter: grayscale(100%); */
    /*filter: grayscale(100%);*/
    transition: all 0.5s ease;
    border:1px solid #434343;
  }
  #articlesGrid .item:hover .thumb img{
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
  }
  #articlesGrid .item .hint{
    color: #8C898F;
    float: left;
    width: calc(100% - 120px);
    clear: right;
  }
  #articlesGrid .item .readMore{
    display: none;
  }
  #articlesGrid .item .social{
    display: none;
  }
  #articlesGrid .articlesHr{
    display: block;
    width: 100%;
    float: none;
    clear: both;
    margin: 15px 0;
    border-top: 1px solid #eee;
  }
  #articlesGrid .footerPageLinks {
    display: none; 
  }
/* ============================================= */

/* Client Specific - Feeds
  ============================================== */
  .feedBlue {}
  .feed i{
    margin: 35px 0;
  }
  .itemFeature {
    margin: 5px 0px 20px 0px;
  }
  .itemTitle {
    display: inline-block;
    float: left;
    /*text-decoration: underline;*/
    text-align: left;
    font-weight:bold;
  }
  .itemTitle a {
    /*color: #fff;*/
  }
  .itemDated {
    display: inline-block;
    float: left;
    text-align: left;
    /*color: #fff;*/
  }
  .hint {
    clear: both;
    /*color: #fff;*/
    text-align: left;
  }
  .featuredArticles{}
  .featuredArticles a.btn.ButtonStyle{
    display: block;
    width: 110px;
    margin: -22px auto 0 auto;
  }
  .featuredArticles hr{
    border-top: 1px solid #bbb;
    margin: 50px 35px 0 35px;
  }
  .featuredArticles .selectBoxes{}
  .featuredArticles .selectForms{
    float: left;
    display: inline-block;
    margin-left: 155px;
  }
  .featuredArticles .selectForms + .selectForms{
    display: block;
    margin-left: 50px;
  }
  .featuredArticles .selectForms + .selectForms::before{
    content: "or";
    position: relative;
    left: -25px;
    top: 2px;
  }
  .featuredArticles select{
    background-color: #dbdadc;
  }
  .featuredArticles select option{
    font-weight: bold;
    color: #8C898F;
  }
  .featuredArticles h3{
    font-size: 18px;
  }
  .featuredArticles p{
    margin-bottom:0;
  }
  .eventRecord{
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .eventRecord .hint{
    padding-bottom: 15px;
    width: 80%;
    float: left;
    clear: left;
  }
  .Events .mainContent.defaultContent, .News .mainContent.defaultContent{
    margin-top: 0px;
  }
  .newsHr{
    clear: both;
  }
  .News .social{
    margin-bottom: 10px;
  }
  .footerPageLinks{
    width:100%;
  }
  .News .mainContent .mainContent{
    margin-left: 12px;
    margin-right: 0;
    margin-top: -5px;
    padding-right: 45px;
  }
   .News .defaultContent{
    width:100%;
   }
/* ============================================= */

/* Client Specific - FeaturBox Media
  ============================================== */
  .featureBoxMedia iframe{
    width:calc(100% - 80px) !important;
    min-height: 350px;
  }

/* ============================================= */

/* Client Specific - In-Page Gallery
  ============================================== */
  .galleryBand {
    overflow:hidden;
  }
  .galleryBand .arrowLeft{
    position: absolute;
    left:15px;
    top: 90px;
    cursor: pointer;
    z-index: 9999;
  }  
  .galleryBand .arrowLeft i{
    font-size:24px;
  }  
  .galleryBand .arrowRight{
    position: absolute;
    right:15px;
    top: 90px;
    cursor: pointer;
    z-index: 9999;
  }  
  .galleryBand .arrowRight i{
    font-size:24px;
  } 
  .galleryData{
    position: relative;
    overflow:hidden;
    margin:0 55px;
  } 
  .galleryData ul{
    display: block;
    padding:0;
    margin:15px 50px;
    height: 200px;
    overflow:hidden;
    position: relative;
    left:0;
    transition: 0.5s all ease;
  }
  .galleryData ul li{
    display: block;
    padding:0;
    margin:0;
    height: 185px;
    width:185px;
    margin:0 8px;
    float: left;
  }
  .galleryData ul li a{
    cursor: default;
  }
  .galleryData ul li img{
    max-height: 185px;
    height: 185px;
    object-fit:cover;
  }


  /* ============================================= */

  /* Client Specific - News Resources Grey Thumbnail boxes
    ============================================== */
  .newsResourcesThumbBox{
    padding: 0;
    height: 95px;
    margin: 4px -6px;
    margin-right:-6px;
    margin-left:50px;
    transition: all 0.5s ease;
    background-color:#b0b0b2;
  }
  .newsResourcesThumbBox:hover{
    background-color: #f5821f;
  }
  .col-md-6 + .col-md-6 .newsResourcesThumbBox{
    margin-right:50px;
    margin-left:-6px;
  }
  .newsResourcesThumbBox img{
    transition: all 0.5s ease;
    margin: 0 -15px !important;
    /*-webkit-filter: grayscale(100%); */
    /*filter: grayscale(100%);*/
    width:auto !important;
    border:1px solid #434343;
  }
  .newsResourcesThumbBox:hover img{
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
  }
  .newsResourcesThumbBox p{
    padding: 37px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
  }
  .newsResourcesThumbBox p a{
    color: #fff;
    text-decoration:none;
  }

/* ============================================= */

/* Client Specific - Location Map Accordion Section
  ============================================== */
  #LocationMap h2, #LocationMapResults h2{
    margin-top: 15px;
  }
  #LocationMapResults table td{
    padding:15px;
  }
/*.map-search{
  display: none;
}
table.location-results tr:hover td{
  background-color: #EDEDED;
}
#LocationMap{
  display: block;
  margin: 0px -30px 0 -35px;
  padding: 0;
  border: 0px;
  overflow:hidden;
  border: 0;
  outline:0px;
}
#LocationMap .location_map_alias.displayNone{
  display: none;
}
#LocationMap .ButtonStyle{
  width:100%;
}
.accordionLocationMap table.location-results .col1+td{
  display: none;
}
.accordionLocationMap .col-md-12 .whiteBg:first-of-type{
  display: none;
}
.map-box{
  width:115%;
  left:-2px;
}
.accordionContents{
  padding: 0 20px;
}
.accordionContents .countries{
  display: block;
  padding: 0;
  margin: 0;
}
.accordionContents .countries li {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 0;
}
.accordionContents .countries li span {
  background-color: #e6e6e6;
  color: #464646;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  width: 100%;
}
.accordionContents .countries li .accordionContents2 h2, .accordionContents .countries li .accordionContents2 .footerPageLinks{
  display: none;
}
.accordionContents .countries li .accordionContents2 .location-results{
  margin-top:20px;
  border-top: 1px solid #ccc;
}

.accordionLocationMap #custom4_mod {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.accordionLocationMap #custom4_mod li{
  display: block;
  width:100%;
}
.accordionLocationMap #custom4_mod li a{
  display: block;
  width:100%;
  background-color: #ededed;
  border: 1px solid #eaeaea;
  margin:15px 0;
  padding:15px;
  text-decoration: none;
  color: #434343;
  transition: all 0.5s ease;
  font-weight: bold;
}
.accordionLocationMap #custom4_mod li a:hover{
  background-color: #8C898F;
}
.location-results img.location-icon {
  display: none !important;
}
.accordionLocationMap table.location-results {
  background-color: #ededed;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px -30px 20px -35px;
  width: 1000px;
  max-width: unset;
  padding: 20px 30px;
  display: block; 
}
.accordionLocationMap #custom4_mod #LocationMapResults table.location-results {
  margin: 0px -30px 20px -20px;
  width: 935px;
}
.accordionLocationMap #custom4_mod #LocationMapResults table.location-results td{
  padding: 20px 0;
  border-top:1px solid #d6d6d6;
}
.accordionLocationMap #custom4_mod #LocationMapResults table.location-results tr:nth-of-type(2) td{
  border-top:0px;
}
.accordionLocationMap table.location-results tr,
.accordionLocationMap table.location-results td{
  border: 0px;
  outline: 0px;
}
.accordionLocationMap h1{
  display: none;
}
.accordionLocationMap .footerPageLinks{
  display: none;
}
.location-name{
  color: #2EAECD;
  text-transform: uppercase;
}*/
/* ============================================= */
/*.secondLevel .captaviStructureBand .col-md-8 div[data-title="Body Copy"]:first-of-type > p:first-of-type {
  font-weight: bold;
}*/

.spacer {
  margin: 30px 0;
}
.social img, .socialBookmarks img{
  max-width:32px;
}
/* ========================================================================== */


/* QixSuite - Template Tags
   ========================================================================== */
.eventRecord > a > img, .socialbookmarks img{
  max-width: 25px;
}
.menuWrapper{
  float: right;
  display: block;
  /*width:calc(100% - );*/
}
.footer{
  background-color:#231f20;
}

/**
 * These are default QixSuite tags
 */

#menu_main {
  display: block;
  margin:12px 15px 0 0;
  padding:0;
  width:100%;
  position:relative;
  z-index: 9999;
}
#menu_main > li {
  display: inline-block;
  position: relative;
}
#menu_main > li a {
  display: block;
  color: #231f20;
  padding: 27px 12px 8px 12px;
  font-size: 14px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  position:relative;
  font-weight: bold;
}
#menu_main li:hover > a{
  /*font-weight: bold;*/
}
#menu_main > li.current >  a {
  color:#db6c22 !important;
}
#menu_main > li.current >  a:after, #menu_main > li:hover >  a:after {
  content:" ";
  position:absolute;
  bottom: 0px;
  left: 12px;
  width:45px;
  background-color: #db6c22;
  height: 5px;
  font-weight:bold;
}
#menu_main > li.investors:hover > ul > li {
  padding: 10px;
}
#menu_main > li.investors:hover > ul > li > a{
  padding: 7px 0;
  margin: 0 18px;
  font-weight: bold;
}
#menu_main span {
  display: none;
}
#menu_main > li > ul > li > a{
  font-weight:normal;
}
#menu_main > li > ul > li  a{
  font-size:12px;
}
#menu_main > li > ul > li > a{
  font-size:14px;
}
#menu_main > li > ul{
  display: none;
  height: 0px;
  transition:all 1s ease;
}
#menu_main > li:hover ul{
  display: block;
  width:300px;
  position:absolute;
  margin:0;
  padding:0;
  float: left;
  background-color: #F4FAFA;
  height: auto;
  border:1px solid #7f939f;
}
#menu_main > li.mega:hover{
  box-shadow: unset;
}
#menu_main > li.mega:hover > ul{
  position: absolute;
  width: 940px;
  left: 0;
  top: 58px;
  background-color: #F4FAFA;
  box-shadow: 1px 3px 3px #bccdd8;
}
#menu_main > li.mega.left:hover > ul{
  position: absolute;
  left: -674px;
}
#menu_main > li.mega:hover > ul > li {
  display: block;
  width: 25%;
  text-align: left;
  position: relative;
  float: left;
  background-color:#F4FAFA;
  box-shadow: unset;
}
#menu_main > li.mega:hover > ul > li:hover {
  background-color:#F4FAFA;
  box-shadow: unset;
}
#menu_main > li.mega:hover > ul > li.parent{
    padding:10px;
}
#menu_main > li.mega:hover > ul > li.parent > a{
  border-bottom: 1px solid #999;
  padding: 7px 0;
  margin: 0 18px;
  color:#db6c22;
  font-weight:bold;
}
#menu_main > li.mega:hover > ul > li > a{
  background-color:#F4FAFA;
  box-shadow: unset;
}
#menu_main > li.mega:hover > ul > li > ul, #menu_main > li.mega:hover > ul > li:hover > ul {
  display: block;
  width: 100%;
  text-align: left;
  position: unset;
  float: none;
  border:0px;
  background-color:unset;
  box-shadow: unset;
  margin: 10px 20px;
}
#menu_main > li.mega:hover > ul > li > ul li {
  display: block;
  width: calc(100% - 10px);
  text-align: left;
  position: unset;
  float: none;
  font-size: 12px;
  line-height: 18px;
  background-color:#F4FAFA;
  box-shadow: unset;
}
#menu_main > li.mega:hover > ul > li > ul li a {
  font-weight: bold;
  padding:4px 0;
  background-color:#F4FAFA;
  box-shadow: unset;
  position:relative;
}
#menu_main > li.mega:hover > ul > li > ul li.parent{
  position:relative;
}
#menu_main > li.mega:hover > ul > li > ul > li.parent > a {
  font-weight: bold;
}
#menu_main > li.mega > ul > li > ul li.parent > .plus {
  position:absolute;
  right: 10px;
  top: 0px;
  color:#006bb7;
  padding:4px 8px;
}
#menu_main li.noTopPadding{
  padding-top:0 !important;
}
#menu_main li.noBottomPadding{
  padding-bottom:8px !important;
}
#menu_main > li.mega:hover > ul > li > ul > li > ul{
  /*display: none;*/
  display: block;
  width: 100%;
  text-align: left;
  position: unset;
  float: none;
  border:0px;
  background-color:#F4FAFA;
  box-shadow: unset;
  height: 0px;
  opacity:0;
  transition:all 0.5s ease;
}
#menu_main > li.mega:hover > ul > li > ul > li.hover > ul{
  height: 100%;
  opacity: 1;
  transition:all 0.5s ease;
}

#menu_main > li.mega:hover > ul > li > ul > li > ul a{
  font-weight: normal;
  padding:2px 0 2px 8px;
  background-color:#F4FAFA;
  box-shadow: unset;
}
#menu_main > li:not(.mega) > ul{
  padding:20px 0;
}
#menu_main > li:hover > ul {
  left: 0%;
}
#menu_main > li:hover ul > li{
  display: block;
  width:100%;
  text-align: left;
  position:relative;
}
#menu_main > li:hover ul > li:hover{
  /*background-color:#F4FAFA;
  box-shadow:2px 1px 5px #bccdd8;*/
}
#menu_main > li.left:hover ul > li:hover{
  background-color:#F4FAFA;
  /*box-shadow:-2px 1px 5px #bccdd8;*/
}
#menu_main > li:hover ul > li > a{
  padding:0px 30px;
  font-size: 12px;
  font-weight: bold;
}
#menu_main > li ul > li.current > a{
  color:#db6c22;
}
#menu_main > li ul > li > ul > li.current > a{
  color:#db6c22;
}

#menu_main > li:hover > ul > li > ul{
  display: none;
}
#menu_main > li:hover > ul > li:hover > ul{
  display: block;
  position:absolute;
  left: 100%;
  top:0px;
  border:0;
  /*box-shadow:3px 1px 4px #bccdd8;*/
}
#menu_main > li:hover > ul > li:hover > ul > li:hover{
}
#menu_main > li.left:hover > ul > li:hover > ul{
  left: -100%;
  /*box-shadow:-3px 1px 4px #bccdd8;*/
}

#menu_main > li:hover > ul > li > ul > li > ul{
  display: none;
}
/*#menu_main > li:hover > ul > li > ul > li:hover > ul{
  display: block;
  position:absolute;
  left: 100%;
  top:0px;
}*/
#menu_main > li.left > ul {
  left: unset;
  right: 0px;
}




#menu_header, #menu_footer {
  display: block;
  padding:0;
  margin:4px 0 0 0;
  float: right;
}
#menu_header{
  margin-top: -3px;
}
#menu_header li, #menu_footer li {
  display: block;
  padding:0;
  float: left;
  margin:8px 10px;
  position: relative;
}
#menu_header li:after, #menu_footer li:after {
  position: absolute;
  left: -15px;
  content:"+";
  top:4px;
  font-size: 14px;
  color:#1e86b2;
}
/*#menu_header li:last-of-type:after {
  content:" ";
}*/
#menu_header li a, #menu_footer li a {
  color: #fff;
  font-size: 13px;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  padding: 5px;
  display: block;
  letter-spacing: 1px;
  text-decoration:none;
}
#menu_footer {
  float: left;
  margin-left: 10px;
  margin-bottom:15px;
}
#menu_footer li a{
  color:#434343;
  font-size:12px;
  font-weight: normal;
}
#menu_header li span {}

#menu_page {}
#menu_page li {}
#menu_page li a {}
#menu_page li span {}

#menu_extra {
  display: block;
  padding:0;
  margin:0;
  float: right;
}
#menu_extra li {
  display: block;
  padding:0;
  margin:8px 16px;
  float: left;
}
#menu_extra li a {
  color: #db6c22;
  display: block;
  padding: 5px;
  font-size:16px;
}
#menu_extra li span {}

#menu_subfooter {
  display: block;
  padding:0;
  margin:26px 22px 0 0;
  float:right;

}
#menu_subfooter li {
  display: block;
  padding:0;
  margin:0;
  position: relative;
  float: left;
}
#menu_subfooter li:after{    
  /*content: "|";*/
  content: " ";
  font-size: 16px;
  position: absolute;
  right: -2px;
  top: 7px;
}
#menu_subfooter li:last-of-type:after{
  content:" ";
}
#menu_subfooter li a {
  color: #7f939f;
  display: block;
  padding: 8px;
  font-size: 12px;
}
#menu_subfooter li span {}

/*#menu_footer{
  display: block;
  padding:0;
  margin:25px 0 0 45px;
}
#menu_footer li {
  display: block;
  padding:0 3px 0 0;
  margin:0;
  clear:right;
}
#menu_footer li a {
  display: inline-block;
  color: #fff;
  min-height: 20px;
  line-height: 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
#menu_footer li.spacer > a {
  color: #8c898f;
  cursor: default;
}
#menu_footer li span {}
#menu_footer ul {
  display: block;
  padding:0;
  margin:0;
}
#menu_footer ul > li.parent > a{
  font-weight: bold;
}
#menu_footer > li > ul > li.parent > a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  min-height: 32px;
  font-weight: bold;
}
*/
#custom1_mod {}
#custom2_mod {}
#custom3_mod {}
#custom4_mod {}
#custom5_mod {}

#content_block_left {}
#content_block_right {}
#content_block_top {}
#content_block_bottom {}
#content_block_extra {}

/**
 * Typical Inquiry Form Tags
 */
fieldset {
  border: 1px solid;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 4px;
}
legend {
  border-radius: 4px;
  background-color: #5F5F5F;
  color: white;
  font-size: 98%;
  text-align: center; 
  margin-bottom: 0;
}

/* ========================================================================== */

/* QixSuite - QixClasses
   ========================================================================== */

/**
 * These are default QixStyling tags used by LW on all implementations as common shorthand reusable classes.
 */
.nopad{
  padding: 0px;
}
.padleft-smallest{
  padding-left: 5px;
}
.padleft-smaller{
  padding-left: 10px;
}
.padleft-small{
  padding-left: 15px;
}
.padleft{
  padding-left: 20px;
}
.padleft-large{
  padding-left: 25px;
}
.padleft-larger{
  padding-left: 30px;
}
.padleft-largest{
  padding-left: 35px;
}
.padright-smallest{
  padding-right: 5px;
}
.padright-smaller{
  padding-right: 10px;
}
.padright-small{
  padding-right: 15px;
}
.padright{
  padding-right: 20px;
}
.padright-large{
  padding-right: 25px;
}
.padright-larger{
  padding-right: 30px;
}
.padright-largest{
  padding-right: 35px;
}
.padtop-smallest{
  padding-top: 5px;
}
.padtop-smaller{
  padding-top: 10px;
}
.padtop-small{
  padding-top: 15px;
}
.padtop{
  padding-top: 20px;
}
.padtop-large{
  padding-top: 25px;
}
.padtop-larger{
  padding-top: 30px;
}
.padtop-largest{
  padding-top: 35px;
}
.padbot-smallest{
  padding-bottom: 5px;
}
.padbot-smaller{
  padding-bottom: 10px;
}
.padbot-small{
  padding-bottom: 15px;
}
.padbot{
  padding-bottom: 20px;
}
.padbot-large{
  padding-bottom: 25px;
}
.padbot-larger{
  padding-bottom: 30px;
}
.padbot-largest{
  padding-bottom: 35px;
}
.marleft-smallest{
  margin-left: 5px;
}
.marleft-smaller{
  margin-left: 10px;
}
.marleft-small{
  margin-left: 15px;
}
.marleft{
  margin-left: 20px;
}
.marleft-large{
  margin-left: 25px;
}
.marleft-larger{
  margin-left: 30px;
}
.marleft-largest{
  margin-left: 35px;
}
.marright-smallest{
  margin-right: 5px;
}
.marright-smaller{
  margin-right: 10px;
}
.marright-small{
  margin-right: 15px;
}
.marright{
  margin-right: 20px;
}
.marright-large{
  margin-right: 25px;
}
.marright-larger{
  margin-right: 30px;
}
.marright-largest{
  margin-right: 35px;
}
.martop-smallest{
  margin-top: 5px;
}
.martop-smaller{
  margin-top: 10px;
}
.martop-small{
  margin-top: 15px;
}
.martop{
  margin-top: 20px;
}
.martop-large{
  margin-top: 25px;
}
.martop-larger{
  margin-top: 30px;
}
.martop-largest{
  margin-top: 35px;
}
.marbot-smallest{
  margin-bottom: 5px;
}
.marbot-smaller{
  margin-bottom: 10px;
}
.marbot-small{
  margin-bottom: 15px;
}
.marbot{
  margin-bottom: 20px;
}
.marbot-large{
  margin-bottom: 25px;
}
.marbot-larger{
  margin-bottom: 30px;
}
.marbot-largest{
  margin-bottom: 35px;
}
.marall-smallest{
  margin: 5px;
}
.marall-smaller{
  margin: 10px;
}
.marall-small{
  margin: 15px;
}
.marall{
  margin: 20px;
}
.marall-large{
  margin: 25px;
}
.marall-larger{
  margin: 30px;
}
.marall-largest{
  margin: 35px;
}
.nomar{
  margin: 0px;
}
.textleft{
  text-align: left;
}
.textright{
  text-align: right;
}
.textcenter{
  text-align: center;
}
.minheight-400{
  min-height: 400px;
}
.minheight-500{
  min-height: 500px;
}
.block{
  display: block;
}
.relative{
  display: relative;
}
.absolute{
  display: absolute;
}
.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis; /* Required for IE8 */
  -o-text-overflow: ellipsis; /* Required for Opera */
  text-overflow: ellipsis;
}
/* ========================================================================== */

/* Bootstrap - Overwrites (Remove if not using Bootstrap!)
   ========================================================================== */

/**
 * These are default bootstrap settings that are typically overwritten
 */

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../../assets/images/site-images/glyphicons-halflings.png");
 }
.icon-white {
  background-image: url("../../assets/images/site-images/glyphicons-halflings-white.png");
}
.btn {
  padding: 12px 16px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #db6c22, #db6c22);
  background-image: -ms-linear-gradient(top, #db6c22, #db6c22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db6c22), to(#db6c22));
  background-image: -webkit-linear-gradient(top, #db6c22, #db6c22);
  background-image: -o-linear-gradient(top, #db6c22, #db6c22);
  background-image: linear-gradient(top, #db6c22, #db6c22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6c22', endColorstr='#db6c22', GradientType=0);
  border-color: #db6c22 #db6c22 #db6c22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #db6c22;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0px solid #db6c22;
  *border: 0;
  border-bottom-color: #db6c22;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-radius: 0px;
  letter-spacing: 1px;

}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 0 !important;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.captaviContentArea .btn{
  display: inline-block;
  background-image: none;
  background-color:#fff !important;
  color:#000 !important;
  border:1px solid #aaa;
  box-shadow: unset;
  text-transform: uppercase;
  font-weight: 300;
  position:relative;
}
.container {
  position: relative;
}
.dropdown{
  border: 1px solid #BBBBBB;
  border-radius: 4px;
    height: 28px;
    line-height: 28px;
    color: #E61938;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 9px;
    padding-left: 10px;

    background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 56%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(56%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 56%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9f9f9 0%,#ffffff 56%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#ffffff 56%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 56%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.dropdown .caret {    
  margin: 12px 8px 0;
}
.dropdown-menu{
  min-width: 218px;
} 
.input-prepend  .add-on, .input-append .add-on {
    background-color: #FDFDFD;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  height: 30px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #f5821f;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(33, 20, 99,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(33, 20, 99,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(33, 20, 99,.6);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* ========================================================================== */

/* Style - Prewrites 
   ========================================================================== */

/**
 * This is ideal for custom or psudeo elements that are not appropriate for Style.css
 * Style.css currenty displays all of it's elements as selectable options in the editor
 * This can creats an awquard experience for novice users
 * Please use this section to keep Style.css as clean as possible
 */
form {
	margin: 0px; padding: 0px; text-align: left;
}
.leftButtonStyle:hover {
   border-top-color: #185893;
   background: #185893;
   color: #ccc;
   }
.leftButtonStyle:active {
   border-top-color: #0e5696;
   background: #0e5696;
   }

.rightButtonStyle:hover {
   border-top-color: #185893;
   background: #185893;
   color: #ccc;
   }
.rightButtonStyle:active {
   border-top-color: #0e5696;
   background: #0e5696;
   } 

.cleanForm form{}
.cleanForm p{
  color:#fff;
  font-size:16px;
}
.cleanForm form div.control-group{
  width: 33%;
  float: left;
}
.cleanForm form div.control-group .control-label{}
.cleanForm form div.control-group .controls{
  padding-left: 0;
  margin-left:0;
}
.cleanForm form div.control-group .controls input,.cleanForm form div.control-group .controls select, .cleanForm .captcha input{
  border-radius: 0px;
  min-height: 40px;
  width: 98%;
  margin:5px 0;
}
.cleanForm form div#control-group--2.control-group{
  width: 100%;
}
.cleanForm form div#control-group--2.control-group .controls textarea{
  width: 98%;
  margin:5px 0;  
  border-radius: 0px;
  min-height: 40px;
}
.cleanForm .captcha{
    color: #fff;
    width: 50%;
    float: left;
}
.cleanForm .form-actions{
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}
.cleanForm .form-actions input.btn.ButtonStyle{
  width: 98%;
  margin: 65px 0;
  background-image: unset;
  background-color: #72bc23 !important;
  display: block;
  text-transform: uppercase;
  margin:65px 20px 0 0px;
}
/* ========================================================================== */
  div[data-bandtitle="2 Column - 30/70"] img, div[data-bandtitle="2 Column - 70/30"] img {
    width: calc( 100% + 61px ) !important;
    height: auto !important;
    display: block;
    margin: 0 -30px !important;
    object-fit: cover;
    max-width: 333px;
    padding: 0px 8px 0 50px; 
  }
  div[data-bandtitle="2 Column - 70/30"] img {  
    padding: 0px 50px 0 8px; 
  }  

  .mobileMenu{
    display: none;
    border-top: 1px solid #eee;
  }
  #Explicit_Consent_Notice {
      background-color: rgba(100,100,100,0.9);
      position: fixed;
      top: unset !important;
      bottom: 0px;
      padding: 1% 10%;
      width:100%;
      color: #fff;
      text-align: center;
      z-index: 999999;
      font-size:14px;
  }
  #Explicit_Consent_Notice .btn{
    padding:4px 12px 4px;
  }

  div[data-bandtitle="3 Column | Boxed"] .container{
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .location-icon{
    margin-right: 8px;
  }
  /*Revision 4*/
  .darkBlueBg{
    background-color: #d8dfe4;
  }
  .inpageMenu ul li a{
    color: #434343;
  }
  .inpageMenu ul li:hover a, .inpageMenu ul li.current a{
    color: #ed7422;
  }
  .accordion.accordionRight .col-md-8 > ul > li > span h1{
    color:#72bc33;
  }

  /*Revision 5 -- Blue Box*/
  .bluebox{
    background-color: #003ca5;
    color:#fff;
    padding: 40px;
  }
  .bluebox h3{
    color:#fff;
    font-size:20px;
    margin-bottom: 15px;
  }
  .bluebox p{
    color:#fff;
  }
  .bluebox a{
    background-color: #db6c22;
    display: block;
    text-align: center;
    width: 100%;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 0px;
    margin: 25px 0 -5px 0;
  }

@media (max-width: 1170px){
  #menu_main li a, #menu_header li a, .topMenu a, .searchWrapper input{
    font-size: 10px;
  } 
  .searchWrapper input{
    height: 18px;
  }
  a.ButtonStyle{
    font-size: 10px;
  }
  div[data-blocktitle="Image Top | Body Copy"] h3{
    font-size: 16px;
  }
  .homepage .orangeBox{
    min-height: 293px;
  }
  .featuredArticles select{
    max-width: 175px;
  }
  .hoverOne .imageReadMore:after, .hoverTwo .imageReadMore:after, .hoverThree .imageReadMore:after{
    width: calc(100% + 31px);
  }
  #breadCrumb{
    font-size: 8px;
  }
  .rotatorReadMore .rotatorData ul li img{
    width: 280px !important;
  }
  .secondLevel .imageContent h2{
    font-size: 18px;
  }
  .rotatorReadMore .rotatorData ul li > span > h2{
    font-size: 28px;
  }
  #captavi {
      display: block;
      background-color: #BCBBBE;
      width: calc(100% + 32px);
      margin-left: -16px;
  }
  .rightColumn{
    overflow-x: hidden;
  }
}
@media (max-width: 768px){
  body{
    font-size: 14px; 
  }
  .blackBg .col-sm-12, div[data-bandtitle="3 Column"] div.row > div.col-sm-12{
      width: 33.333%;
      margin-right: 0;
  }
  div[data-bandtitle="3 Column"] > div.row > div.col-sm-12 img.fullWidth{
    width: calc( 100% + 68px ) !important;
  }
  div[data-bandtitle="2 Column - 30/70"] > div.row > div.col-md-4.col-sm-12{
    width: 33.333%;
  }
  div[data-bandtitle="2 Column - 30/70"] > div.row > div.col-md-8.col-sm-12{
    width: 66.66%;
  }
  div[data-bandtitle="3 Column | Grey (1+2)"] img.fullWidth, div[data-bandtitle="3 Column | Grey (2+1)"] img.fullWidth{
    width: 100%;
    height: auto !important;
    max-height: auto;
    max-width: unset;
  }
  div.rotatorReadMore > div.row > div.col-md-4.col-sm-12{
    width: 33.333%;
  }
  .rotatorReadMore .rotatorData ul li img{
    width: 250px !important;
  }
  .secondLevel .imageContent h2{
    font-size: 16px;
  }
  .rotatorReadMore .rotatorData ul li > span > h2{
    font-size: 25px;
  }
  .greyBg .hoverOne:hover, .greyBg .hoverTwo:hover, .greyBg .hoverOne.hover, .greyBg .hoverTwo.hover, .greyBg .hoverThree:hover, .greyBg .hoverThree.hover{
    background-color: unset;
    background-color: none;
  }
  .greyBg .hoverOne .imageReadMore:after, .greyBg .hoverTwo .imageReadMore:after, .greyBg .hoverThree .imageReadMore:after{
    background-color: unset;
    background-color: none;
  }
  .featuredArticles select{
    max-width: 140px;
  }
  #breadCrumb {
    display: none;
  }
  .col-md-9 .heading-block{
    margin-top: 25px;
  }
  /*.accordionLocationMap table.location-results{
    width:calc(100% + 65px);
  }*/
  .footer{
    padding-bottom: 20px;
    color:#7f939f;
  }
  .footer .textleft p {
    color:#7f939f !important;
  }
  .rightColumn{
    overflow-x: hidden;
  }
  .logo{
    float: left;
    max-width: 50%;
    padding: 10px 15px;
  }
  .logo img{
    width:auto;
    height:70px;
  }
  .logo a{
    font-size: 9px;
  }
  .menuToggle {
    width:48%;
    font-size: 50px;
    float: right;
    text-align: right;
    padding:10px 45px;
  }
  .searchWrapper{
    margin: 0 25px 10px 25px;
    width:100%;
    position:absolute;
    top: 10px;
  }
  .searchWrapper input{
    width:90%;
  }
  #menu_mobile_main{
    display: block;
    width:100%;
    margin:25px 20px 25px 20px;
    padding:0;
  }
  #menu_mobile_main li {
    display: block;
    margin:0;
    padding: 0;
    width:94%;
    position:relative;
  }
  #menu_mobile_main li ul{
    display: block;
    margin: 4px 0;
    padding:0;
  }
  /*#menu_mobile_main li.parent:after{
    content: "+";
    float: right;
    font-size:22px;
    color:#1e86b2;
    font-weight:bold;
    top: -3px;
    position: relative;
  }*/
  #menu_mobile_main li.parent > div.plus{
    float: right;
    font-size:15px;
    color:#1e86b2;
    font-weight:bold;
    top: 0px;
    right: 15px;
    position: absolute;
  }
  #menu_mobile_main > li > a{
    font-weight: bold;
    font-size:16px;
    color:#434343;
  }
  #menu_mobile_main > li.current > a{
    color:#db6c22;
  }
  #menu_mobile_main > li > ul{
    display: none;
  }
  #menu_mobile_main > li.selected > ul, #menu_mobile_main > li.current > ul{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:10px 0 10px 8px;
    width:100%;
    display: block;
  }
  #menu_mobile_main > li > ul > li > a{
    font-weight: bold;
    color:#434343;
  }
  #menu_mobile_main > li > ul > li.current > a{
    color:#db6c22;
  }
  #menu_mobile_main > li > ul > li > ul {
    display: none;
  }
  #menu_mobile_main > li > ul > li.selected > ul, #menu_mobile_main > li > ul > li.current > ul {
    padding-bottom:8px;
    border-bottom:1px solid #eee;
    display: block;
  }
  #menu_mobile_main > li > ul > li > ul > li > a {
    font-weight: normal;
    color:#434343;
  }
  #menu_mobile_main > li > ul > li> ul> li.current > a{
    color:#db6c22;
  }
  #menu_mobile_main > li > ul > li > ul > li .plus {
    display: none;
  }
  #menu_mobile_main > li > ul > li > ul > li > ul {
    display: none;
  }
  #menu_main {
    position: absolute;
    left:unset;
    right: 0px;
    top: 70px;
    z-index: 9999;
    background-color:#fff;
    display: none;
  }
  #menu_main > li {
    width:50%;
    display: block;
    float: left;
  }
  #menu_main > li > a{
    display: block;
    font-size:14px;
    text-align: center;
    padding-top: 20px;
  }
  .menuWrapper {
    width: 170%;
    clear: both;
    position: relative;
  }
  #captavi-slider{
    height: 545px;
    max-height: unset;
    margin-bottom: 40px;
  }
  #custom2_mod{
    bottom:0px;
  }
  #custom2_mod li{
    padding: 10px 20px;
    border-left: 1px solid #eee;
  }
  #custom2_mod li img{
    float:left;
    padding-right: 20px;
  }
  #custom2_mod li h3{
    margin-top: 24px;
    margin-bottom: 20px;
  }
  #custom2_mod li.hover{
    top: unset;
    background-color:inherit;
  }
  #custom2_mod li.hover h3{
    margin-bottom:20px;
  }
  #captavi-slider .slide-right, #captavi-slider .slide-left{
    top: 515px;
  }
  .blackBg img.fullWidth, .col-md-4 img.fullWidth, .greyBg .col-md-3 img.fullWidth, .col-md-4 .imageReadMore img{
    width:calc( 100% + 140px ) !important;
  }
  .homepage .lightBlueBg .col-md-3:first-of-type {
      border-right: 1px solid #d8dfe4;
      border-left: 0px solid #D8DFE4;
  }
  .homepage .lightBlueBg .col-md-3:last-of-type {
      border-right: 0px solid #d8dfe4;
      border-left: 1px solid #D8DFE4;
  }
  .homepage .lightBlueBg .col-md-3 {
      border-right: 0px solid #D8DFE4;
      border-left: 0px solid #D8DFE4;
  }
  .sm-marbot{
    margin-bottom: 20px;
  }
  #menu_subfooter li a{
    font-size: 8px;
  }
  .inpageBlockMenu ul{
    margin: 10px -5% 0 -5%;
    width:110%;
  }
  .inpageBlockMenu li a{
    font-size: 14px;
    line-height: 18px;
  }
  .parallax a.btn.ButtonStyle{
    font-size: 12px;
  }
  .featuredArticles .selectForms {
      float: left;
      display: block;
      margin: 0 10px 0 54px;
  }
  .featuredArticles .selectBoxes {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      height: 30px;
      margin: 0 auto;
  }
  .secondLevel:not(.Contact) .landingInsert {
      min-height: 545px !important;
      overflow-x:hidden;
  }
  div[data-bandtitle="2 Column"] .col-md-6 + .col-md-6 img, div[data-bandtitle="2 Column"] .col-md-6 img {
    margin-left: 0 !important;
  }
  .News .mainContent{
    margin:20px 45px;
  }
  .Articles .socialBookmarks{
    clear: both;
    display: block;
    margin: 24px;
  }
  .RightMenuAccordion ul li .col-md-4{
    display: none;
  }
  div[data-bandtitle="Full Width"] .tabs{
    margin-bottom: -55px;
  }
  .News .mainContent .mainContent{
    margin-left: 0px;
    margin-right: 0;
    margin-top: -5px;
    padding-right: 15px;
  }
  div[data-bandtitle="3 Column | Boxed"] .col-md-4 div[data-editor="image"] img{
    margin-bottom: 25px !important;
  }
  div[data-bandtitle="3 Column | Boxed"] .col-md-4:last-of-type div[data-editor="image"] img{
    margin-bottom: 0px !important;
  }
  div[data-bandtitle="3 Column - Light Blue"] .col-md-4 div[data-editor="image"] img{
    margin-bottom: 25px !important;
  }
  div[data-bandtitle="3 Column - Light Blue"] .col-md-4:last-of-type div[data-editor="image"] img{
    margin-bottom: 0px !important;
  }
}
@media (max-width: 450px){
  .News .mainContent .mainContent{
    margin-left: -10px;
    margin-right: 0;
    margin-top: -5px;
    padding-right: 0px;
  }
  .News .social img{
    width:16px;
  }
  .form{
    width:100%;
  }
  .form-horizontal .control-label, .form-horizontal .controls{
    width:100%;
    margin-left:0;
    margin-right: 0;
    text-align:left;
  }
  .container.container-fluid.quickLinks h5{
    height: 18px;
  }
  .slider-content {
    top:5%;
    width:78%;
  }
  #captavi-slider-navigation{
    display: none;
  }
  .slider-content h1{
    font-size: 25px;
    line-height: 28px;
  }
  .slider-content h2{
    font-size: 14px;
    line-height: 14px
  }
  .slider-content p{
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 16px
  }
  .slider-content a{
    margin-top: 0px;
    font-size: 12px;
  }
  #captavi-slider{
    height: 890px;
  }
  .rightColumn{
    overflow-x: hidden;
  }
  #menu_header li a{
    font-size: 10px;
  }
  #menu_extra {
    display: none;
  }
  .menuToggle {
    text-align: center;
    padding:10px 0;
  }
  .blackBg .col-sm-12, div[data-bandtitle="3 Column"] div.row > div.col-sm-12,.blackBg img.fullWidth, .col-md-4 img.fullWidth, .greyBg .col-md-3 img.fullWidth, .col-md-4 .imageReadMore img{
    width:100% !important;
    max-width:100% !important;
  }
  .blackBg img.fullWidth, .col-md-4 img.fullWidth, .greyBg .col-md-3 img.fullWidth, .col-md-4 .imageReadMore img{
    width:calc(100% + 60px) !important;
    max-width:unset !important;
  }
  .featuredArticles .selectForms{
    margin-left:0;
    float: none;
    margin-bottom:20px;
    display: block;
  }
  .featuredArticles select{
    width: 100%;
    max-width: 100%;
  }
  .featuredArticles .selectForms + .selectForms::before{
    left:0;
    top:-10px;
    width:100%;
    text-align: center;
    display: block;
  }
  .featuredArticles .selectForms + .selectForms{
    margin-left: 0;
  }
  div[data-bandtitle="2 Column - 30/70"] > div.row > div.col-md-4.col-sm-12, div[data-bandtitle="2 Column - 30/70"] > div.row > div.col-md-8.col-sm-12{
    width:calc(100% - 40px);
  }
  .imagePadded{
    padding-bottom:20px;
  }
  .secondLevel .col-md-4:nth-of-type(2) .imageReadMore img.fullWidth, .secondLevel .col-md-4:nth-of-type(3) .imageReadMore img.fullWidth{
    border-left: 0;
  }
  .accordionData > ul{
    width:100%;
  }
  .accordionContent, .accordionImage {
    width: 100%;
    margin:15px 0;
  }
  .accordionMore{
    width:100%;
  }
  .rotatorReadMore .rotatorData ul li img{
    width:100% !important;
  }
  div.rotatorReadMore > div.row > div.col-md-4.col-sm-12{
    width:100% !important;
  }
  .rotatorReadMore .rotatorData ul li img{
    position: unset;
    width: calc(100% + 60px) !important;
  }
  h3{
    margin:10px 0;
    line-height: 34px;
  }
  #pardot-form input.text, select, textarea{
    width:100% !important;
    max-width:100% !important;
  }
  .newsResourcesThumbBox,.col-md-6 + .col-md-6 .newsResourcesThumbBox{
    margin-left:0;
    margin-right:0;
  }
  .newsResourcesThumbBox p{
    padding: 20px 0 20px 105px;
  }
  .newsResourcesThumbBox div[data-title="Thumbnail"]{
    min-height:15px;
  }
  .iconMenu ul li{
    width:50%;
  }
  .blackBg .col-md-4.col-sm-12{
    overflow:visible;
  }
  .blackBg > div.row{
    max-height: unset;
  }
  .plusBox {
    max-width: 32px;
  }
  .homepage .tightPadding div[data-title="Image"]{
    height: 330px !important;
  }
  .topMenu .fa.fa-phone{
    float: none;
    font-size: 30px;
  }
  .topMenu p a{
    font-size: 12px;
  }
  #menu_header li, #menu_footer li{
    margin:1px 4px;
  }
  #menu_header li:after, #menu_footer li:after{
    content:" ";
  }
  .parallax a.btn.ButtonStyle{
    font-size: 12px;
  }
  .homepage .parallax span{
    font-size: 14px;
  }
  .searchWrapper{
    margin: 5px 25px 35px 5px;
    width: 100%;
    position: relative;
    top:unset;
  }
  #menu_mobile_main > li > ul > li > a,#menu_mobile_main > li > ul > li > ul > li > a{
    font-size: 12px;
  }
  .secondLevel .fullWidthBanner{
  }
  /*.secondLevel .fullWidthBanner div[data-editor="image"] img{
    opacity: 0.3;
  }*/
  .fullWidthBanner .bannerTextRight, .fullWidthBanner .bannerTextLeft,.fullWidthBanner .bannerTextCenter{
   bottom: unset;
   left: 25px;
   right: unset;
   position: inherit;
   /*position: absolute;*/
   width: 100%;
   padding: 0px;
   top: 15px;
   max-width: 340px;
  }
  .inpageBlockMenu li a{
    padding: 18px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .inpageBlockMenu ul {
      margin: 40px -15% 0 -15%;
      width: 130%;
  }
  .inpageBlockMenu li{
    width:calc(33% - 10px);
  }
  .featuredArticles .selectBoxes{
    height: 200px;
  }
  .secondLevel:not(.Contact) .landingInsert {
      min-height: 575px !important;
      overflow-x: hidden;
  }
  .secondLevel .parallax img{
    margin-top: 40px !important;
  }
  div[data-bandtitle="1 Column | Light Blue"],.inpageMenu{
    margin-top:20px;
  }
  .inpageMenu ul li{
    width:100%;
  }
  .inpageMenu ul li a:after{
    content:" ";
  }
  .tabs > ul > li > ul{
    margin:0 10px;
  }
  .tabs > ul > li > ul > li{
    width:45%;
  }
  .fullWidthBanner h1{
    font-size: 28px;
    line-height: 36px;
  }
}