@charset "utf-8";

ul.custom1,ul.custom2{
    font-size: 16px;
}
ul.custom1>li,ul.custom2>li{
    list-style: none;
}
ul.custom1>li.last,ul.custom2>li.last{
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 300;
}
ul.custom1>li:before{
    content: ' ';
    margin: 0px 10px 3px 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(237,125,49);
    display: inline-block;
}
ul.custom1>li.last:before{
    content: '>';
    margin: 0px 8px 3px 1px;
    width:auto;
    height:auto;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    color: rgb(237,49,49);
    text-shadow: 5px 0px 0px rgb(237,125,49);
    display: inline-block;
    background-color:transparent;
}
ul.custom2>li:before{
    content: ' ';
    margin: 0px 10px 3px 1px;
    width: 6px;
    height: 6px;
    background-color: rgb(237,125,49);
    display: inline-block;
}
.help-block{
    color: rgb(237,125,49);
    font-size: 11px;
}

.cryptedmail {
    cursor: pointer;
}
.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.pin{}
.pin:before{
    content: '>';
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    color: rgb(237,49,49);
    text-shadow: 5px 0px 0px rgb(237,125,49);
}
.img-xs{
    width: 30px;
    height: 30px;
}

.is-transparent .banner-fs {
    min-height: 90vh;
}

@media (min-width: 992px) {
    .menu-mega-3clmn {
        min-width: 1100px;
        max-width: 1100px;
    }

    .menu-mega {
        position: absolute;
        left: 0%;
        background: #fff;
        padding: 15px 10px;
        top: 100%;
        display: block !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        border-radius: 4px;
        box-shadow: 0 3px 12px 0 rgb(18 24 58 / 8%);
        transform: translateX(-50%) translateY(-8px);
    }

    li.custom1:before {
        content: ' ';
        margin: 0px 10px 3px 1px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgb(237,125,49);
        display: inline-block;
    }

    .chevron:before {
        content: '>';
        margin: 0px 8px 3px 1px;
        width: auto;
        height: auto;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        color: rgb(237,49,49);
        text-shadow: 5px 0px 0px rgb(237 125 49);
        display: inline-block;
        background-color: transparent;
    }

    .chevron {
        font-weight: 600;
    }
}


@media (min-width: 576px) { p { font-size: 17px; line-height: 23px; } }


p {
    font-family: "Poppins", sans-serif;
    color: #28344c;
    line-height: 1.86;
}

.lead, .lead-light {
    font-weight: 400;
}
@media (min-width: 1024px) {
    .tableau-info {
        padding-top: 100px;
    }
}

.menu-mega-h1 {
    text-transform: uppercase;
    font-size: 16px;
}

.banner_top {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.banner_top_content {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.banner_top p {
    color: inherit !important;
}
.header-main {
    padding-top: 0px !important;
}

.has-fixed.is-shrink .header-main {
    padding-top: 0px !important;
}
@media (min-width: 480px) {
    .banner-fs .banner-wrap {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
  }
  .ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  }
  .ticker-wrap .ticker__item {
    display: inline-block;
  }

  .ticker:hover {
    animation-play-state: paused;
}