#c9198495 .c9432968 .inline-text .icon:before {
    background: #09e073;
}

#c9198495 .c9432968 .inline-text .icon:after {
    background: #09e073;
}

#campaign-form .wizard-footer-right,
#campaign-form .wizard-footer-left {
    display: block;
    border: none;
    width: 100%;
    margin: auto;
    font-weight: bold;
    color: #fff;
    background: #16c60c !important;
}

.need-share-button_dropdown {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

@font-face {
    font-family: social-icons;
    font-weight: 400;
    font-style: normal;
    src: url(../font/social.eot?44259375);
    src: url(../font/social.eot?44259375#iefix) format('embedded-opentype'), url(../font/social.woff?44259375) format('woff'), url(../font/social.ttf?44259375) format('truetype'), url(../font/social.svg?44259375#social) format('svg')
}

.share-button-container {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.share-button-container .custom-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.share-button-container .custom-button>span {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 8px;
}

.share-button-container .custom-button>img {
    width: 18px;
}

#campaign-form {
    padding-bottom: 0;
}

.news-brief-cont {
    margin: 50px auto;
}

.news-brief-cont ul {
    display: flex;
    justify-content: space-around;
}

.news-brief-cont ul li {
    list-style: none;
    flex: 0 0 auto;
    max-width: 30%;
}

.news-brief-cont ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.news-brief-cont ul li a:hover {
    text-decoration: none;
    color: #09e073;
}

.news-brief-cont ul li a .img-cont {
    width: 100%;
    display: flex;
    min-height: 50px;
    justify-content: center;
    margin-bottom: 24px;
}

.news-brief-cont ul li a .img-cont img {
    max-width: 50%;
    width: auto;
    max-height: 50px;
}

.news-brief-cont ul li a q {
    text-align: center;
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.heading-2 {
    color: #454545 !important;
}

.subheading {
    margin-bottom: 24px;
}

.bg-gradient-hero,
#c3267965 .bg-gradient-hero {
    background-image: linear-gradient(135deg, #92FFC0 10%, #002661 100%);
    background-image: linear-gradient(120deg, #536976 50%, #1E497F 100%);
    background: rgb(30, 72, 126);
    background: -moz-linear-gradient(60deg, rgba(30, 72, 126, 1) 0%, rgba(39, 89, 136, 1) 34%, rgba(47, 105, 146, 1) 63%, rgba(61, 131, 162, 1) 81%, rgba(74, 156, 178, 1) 91%, rgba(96, 200, 206, 1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(30, 72, 126, 1) 0%, rgba(39, 89, 136, 1) 34%, rgba(47, 105, 146, 1) 63%, rgba(61, 131, 162, 1) 81%, rgba(74, 156, 178, 1) 91%, rgba(96, 200, 206, 1) 100%);
    background: linear-gradient(60deg, rgba(30, 72, 126, 1) 0%, rgba(39, 89, 136, 1) 34%, rgba(47, 105, 146, 1) 63%, rgba(61, 131, 162, 1) 81%, rgba(74, 156, 178, 1) 91%, rgba(96, 200, 206, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E487E", endColorstr="#60C8CE", GradientType=1);
}

.accordion .faq-section-header {
    margin: 24px 0;
    font-size: 24px;
}

.live-counter {
    display: none;
    color: #fff;
    margin: 24px 0;
}

.live-counter.loaded {
    display: flex;
}

.live-counter .counter {
    display: inline-flex;
    align-items: flex-start;
}

.live-counter .counter b {
    background: #fff;
    color: #000;
    text-align: center;
    margin-right: 5px;
    line-height: 20px;
    border-radius: 4px;
    padding: 5px 7px;
    font-family: monospace, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
}

.live-counter .counter b:last-child {
    margin-right: 0;
}

.live-counter .texts {
    padding-left: 10px;
}

.live-counter .texts p {
    line-height: 30px;
}

#c9198495 ul {
    color: #FFF;
    list-style-position: inside;
    padding-left: 22px;
    margin-top: 10px;
}

#c9198495 ul li {
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.3px;
}

#c4427116 h3.inline-text {
    font-size: 0.8em;
    margin-top: 20px;
    text-transform: capitalize;
    max-width: 90%;
    color: #fff;
    opacity: 0.8;
    line-height: 1.4em;
}

#c4427116 h1 {
    font-size: 1em;
}

#c9198495 .c9432968 p.inline-text {
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .live-counter {
        flex-direction: column;
    }

    .live-counter .texts {
        margin-left: 0;
        text-align: center;
    }

    .live-counter .counter {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .live-counter .counter b {
        line-height: 140%;
        font-size: 2em;
    }
}