.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-checkbox:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-checkbox:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }

.w-embed-youtubevideo {
    width: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

/*body {
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 21px;
}*/

h1 {
    font-size: 38px;
}

/*h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Avenir webfont, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 31px;
}
*/
a {
    color: #373e98;
    text-decoration: none;
}

    a:hover {
        color: #be5927;
    }

    a:active {
        color: #f16775;
    }

img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.navbar {
    height: 70px;
    background-color: #00467f;
}

.navbar-wrapper {
    z-index: 2000;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.container {
    position: relative;
}

    .container.home-intro-container {
        z-index: 20;
        background-color: #f5f5f5;
        margin-top: -100px;
        margin-bottom: 30px;
        padding-bottom: 0;
        position: relative;
    }

        .container.home-intro-container.about {
            margin-top: 0;
        }

    .container.info-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
        position: relative;
    }

        .container.info-container.last {
            margin-bottom: 0;
        }

    .container.with-fixed-block {
        padding-right: 350px;
    }

    .container.pp {
        background-color: #f5f5f5;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 20px 0;
    }

    .container.custnewsroomcont {
        flex-wrap: wrap;
        display: flex;
    }

.logo-container {
    height: 100%;
    padding-left: 0;
    padding-right: 20px;
}

    .logo-container:hover {
        opacity: .7;
    }

    .logo-container.w--current {
        float: left;
        padding-left: 0;
    }


.text-logo {
    color: #fff;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 0;
    font-family: Fjalla One;
    font-size: 32px;
}

    .text-logo.subtitle {
        color: #7c7c7c;
        letter-spacing: 3.2px;
        margin-top: -3px;
        font-size: 9px;
        line-height: 11px;
    }

.home-hero-section {
    height: 700px;
    background-color: #c5c5c5;
}

/*.section {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Avenir webfont, Tahoma, sans-serif;
}*/

.section.white, .section.white.stats {
    background-color: #fff;
}

    .section.white.webcast {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .section.white.webcast._2 {
            background-color: #f5f5f5;
        }

.section.services {
    padding-top: 60px;
}

    .section.services.pricing {
        background-color: #fff;
        padding-top: 140px;
        padding-bottom: 0;
    }

    .section.services.client {
        padding-top: 30px;
    }

    .section.services.webcast {
        background-color: #f5f5f5;
        padding-bottom: 30px;
    }

        .section.services.webcast._2 {
            background-color: #fff;
        }

.section.pricingtable {
    opacity: 1;
    background-color: #fff;
    border-top: 1px #000;
    border-left: 1px #000;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.section.distributipn {
    padding-top: 60px;
}

.section.contacts {
    background-color: #e6e6e6;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.section.testimony {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.pp {
    padding-top: 30px;
}

    .section.pp.intern {
        padding-bottom: 30px;
    }

.section.article {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.careersbox {
    background-color: #ececec;
}

.section.searchresults {
    margin-top: 0;
    padding-top: 30px;
}

.section.about {
    padding-bottom: 1px;
}

.section.newsroom {
    background-color: #fff;
    font-family: Roboto, sans-serif;
}

.section.grey {
    background-color: #fff;
    padding-bottom: 20px;
}

.section.ppcs1 {
    background-color: #00467f;
    background-image: url('../images/PPCS1BG3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.section.ppcs2 {
    background-color: #00467f;
    background-image: linear-gradient(rgba(0, 70, 127, .5), rgba(0, 70, 127, .5)), url('../images/LPBG2b.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
}

.section.light {
    background-color: #fff;
}

.home-intro-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.recent-portfolio-col-left {
    padding-right: 0;
}

.recent-portfolio-col-right {
    padding-left: 0;
    padding-right: 0;
}

.featured-work-block {
    width: 100%;
    height: 500px;
    background-color: #d2d4d6;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    display: block;
    position: relative;
}

.navbar-bg {
    width: 100%;
    height: 70px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-container {
    height: 70px;
    background-color: #00467f;
}

.nav-menu {
    float: right;
}

.hero-slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.home-slider-button {
    width: 50px;
    height: 60px;
    background-color: rgba(0, 0, 0, .3);
    font-size: 18px;
    transition: background-color .2s, width .2s;
}

    .home-slider-button:hover {
        width: 80px;
        background-color: rgba(0, 0, 0, .7);
    }

.hero-slide {
    background-image: url('../images/Photo-1.jpg');
    background-position: 50% 0;
    background-size: cover;
}

    .hero-slide._2 {
        background-image: url('../images/Photo-5.jpg');
        background-position: 50%;
    }

    .hero-slide._3 {
        background-image: url('../images/shutterstock_388954681.jpg');
        background-size: cover;
    }

        .hero-slide._3.pr {
            background-image: linear-gradient(rgba(0, 70, 127, .75), rgba(0, 70, 127, .75)), url('../images/calgary1.jpg');
            background-position: 0 0, 50%;
            background-size: auto, cover;
        }

    .hero-slide._4 {
        background-image: url('../images/Photo-4.jpg');
        background-position: 50% 35%;
    }

    .hero-slide.pr._4 {
        background-image: linear-gradient(rgba(30, 136, 229, .75), rgba(30, 136, 229, .75)), url('../images/PRDistBG.jpg');
        background-position: 0 0, 50% 35%;
        background-size: auto, cover;
    }

.slide-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    padding-top: 210px;
    font-family: Roboto, sans-serif;
}

    .slide-overlay.pr {
        padding-top: 150px;
    }

.slide-container {
    position: relative;
}

.slide-title {
    color: #f5f5f5;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
    font-family: Roboto, sans-serif;
    font-size: 90px;
    line-height: 94px;
}

    .slide-title.subtitle {
        color: #f5f5f5;
        text-transform: none;
        margin-bottom: 30px;
        font-family: Roboto, sans-serif;
        font-size: 19px;
        font-weight: 300;
        line-height: 26px;
    }

    .slide-title.pr {
        font-size: 50px;
        line-height: 60px;
    }

.button {
    text-transform: uppercase;
    background-color: #f77f4b;
    padding-top: 11px;
    padding-left: 21px;
    padding-right: 21px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 27px;
    transition: background-color .2s;
}

    .button:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.home-intro-column {
    padding-left: 0;
    padding-right: 0;
}

    .home-intro-column._1 {
        background-color: #fff;
    }

    .home-intro-column.new {
        padding: 35px 15px 25px 20px;
    }

.home-intro-block {
    height: 300px;
    border-right: 1px #e0e0e0;
    padding: 35px 35px 25px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 21px;
    display: block;
    position: static;
    overflow: visible;
}

    .home-intro-block.last {
        border-right-width: 0;
        border-right-color: #000;
    }

        .home-intro-block.last.right {
            height: auto;
            margin-left: 30px;
            padding-top: 35px;
            padding-left: 0;
            padding-right: 0;
        }

        .home-intro-block.last.about {
            height: auto;
            margin-bottom: 10px;
            padding: 0 30px;
        }

    .home-intro-block.contact {
        height: 175px;
    }

    .home-intro-block.services-block {
        height: 210px;
    }

    .home-intro-block._2 {
        height: auto;
        border-style: none;
        padding: 35px 20px 0;
    }

        .home-intro-block._2.new {
            padding-top: 0;
            padding-right: 0;
        }

.featured-work-block-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .2s;
}

    .featured-work-block-overlay:hover {
        background-color: rgba(0, 0, 0, .3);
    }

.featured-work-title-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 86%, rgba(0, 0, 0, .6) 86%);
    padding: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .featured-work-title-wrapper.small {
        padding-right: 25px;
    }

    .featured-work-title-wrapper.example {
        padding: 25px 15px 25px 25px;
    }

.recent-work-title {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    font-family: Fjalla One;
    font-size: 25px;
    line-height: 25px;
}

    .recent-work-title.subtitle {
        text-transform: none;
        margin-top: 10px;
        font-family: Merriweather, serif;
        font-size: 12px;
        line-height: 16px;
    }

        .recent-work-title.subtitle.smaller {
            margin-top: 5px;
            font-size: 10px;
        }

    .recent-work-title.small {
        font-family: Myriadpro;
        font-size: 19px;
        line-height: 20px;
    }

    .recent-work-title.large {
        font-family: Myriadpro;
        font-size: 28px;
    }

.recent-work-block {
    width: 100%;
    height: 250px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    display: block;
}

.no-featured-items-found {
    width: 100%;
    height: 500px;
    text-align: center;
    padding-top: 235px;
}

.featured-project-block {
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    background-color: #f77f4b;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Myriadpro;
    font-size: 16px;
    line-height: 43px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer {
    color: #9e9e9e;
    background-color: #0e3152;
    padding-top: 25px;
    font-family: Myriadpro;
    font-size: 13px;
}

    .footer.v2 {
        background-color: #00467f;
        padding-top: 20px;
        position: static;
    }

.footer-column {
    font-family: Myriadpro;
}

.footer-title {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
}

    .footer-title.right {
        text-align: right;
    }

.page-header {
    background-color: #545758;
    background-image: url('../images/PRDistBG.jpg');
    background-position: 50%;
    background-size: cover;
}

    .page-header._404 {
        height: 100%;
        background-color: #fff;
        background-image: none;
    }

    .page-header.team {
        background-image: url('../images/Photo-4.jpg');
        background-size: cover;
    }

    .page-header.blog {
        background-image: url('../images/Photo-1.jpg');
        background-position: 50%;
        background-size: cover;
    }

    .page-header.portfolio {
        background-image: url('../images/Photo-6.jpg');
    }

    .page-header.services {
        background-image: url('../images/Photo-4.jpg');
    }

    .page-header.ourstory {
        background-image: url('../images/OurStoryHero.png');
        background-size: cover;
    }

    .page-header.newsroom {
        background-image: url('../images/newsroomHero.png');
        background-size: cover;
    }

    .page-header.article {
        margin-bottom: 0;
    }

    .page-header.searchresults {
        background-image: none;
    }

    .page-header.webcasts {
        background-image: url('../images/webcast_bg.png');
        background-size: cover;
    }

    .page-header.datafeeds {
        background-image: url('../images/dataFeedsBG.png');
        background-size: cover;
    }

    .page-header.customnewsroom {
        background-image: url('../images/cuatomNewsroomBG.png');
        background-size: cover;
    }

    .page-header.compliance {
        background-image: url('../images/complianceBG.png');
        background-size: cover;
    }

    .page-header.privacy, .page-header.terms {
        background-image: url('../images/project_bg.png');
    }

    .page-header.become {
        background-image: url('../images/BecomeClientHero.png');
    }

    .page-header.careers {
        background-image: url('../images/AccesswireTeamPhoto.jpg');
    }

    .page-header.customnewsroomsample {
        background-image: url('../images/customNewsroomSampleHead.jpg');
    }

    .page-header.prdist {
        background-image: url('../images/dataFeedsBG.png');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }

        .page-header.prdist.ppc {
            background-image: url('../images/imageSamplelrg.jpg');
        }

    .page-header.ppcs1 {
        height: 70px;
        background-image: none;
    }

    .page-header.painfree {
        background-image: url('../images/bgfv.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }

    .page-header.testdrive {
        background-image: linear-gradient(2deg, rgba(253, 228, 111, .34), rgba(55, 62, 152, .73) 23%, #373e98 86%), url('../images/student-849825_1920.jpg');
        background-position: 0 0, 50%;
        background-size: auto, cover;
    }

        .page-header.testdrive.exclusive {
            background-image: linear-gradient(2deg, rgba(190, 89, 39, .9), rgba(0, 70, 127, .5) 40%), url('../images/cuatomNewsroomBG.png');
        }

.page-header-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 180px;
    padding-bottom: 140px;
    font-family: Roboto, sans-serif;
}

    .page-header-overlay.blog-post {
        background-color: rgba(0, 0, 0, .6);
        padding-top: 210px;
        padding-bottom: 170px;
        font-family: Avenir webfont, Tahoma, sans-serif;
    }

    .page-header-overlay.default {
        padding-top: 195px;
        padding-bottom: 115px;
    }

    .page-header-overlay._404 {
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        padding-top: 24%;
        padding-bottom: 0;
    }

    .page-header-overlay.services {
        padding-top: 140px;
        padding-bottom: 100px;
    }

.page-header-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 58px;
    line-height: 58px;
}

    .page-header-title.subtitle {
        margin-top: 20px;
        font-size: 24px;
        line-height: 24px;
    }

    .page-header-title.pricing {
        color: #00467f;
        text-align: center;
        text-shadow: none;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

    .page-header-title.justone {
        color: #00467f;
        text-align: center;
        text-shadow: none;
        margin-top: 40px;
        font-size: 45px;
    }

        .page-header-title.justone.faq {
            margin-top: 40px;
            margin-bottom: 60px;
        }

    .page-header-title._5 {
        text-align: left;
    }

    .page-header-title._404 {
        color: #00467f;
        text-shadow: none;
    }

.service-item-block {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 45px 35px;
}

.service-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: Fjalla One;
    font-size: 21px;
    text-decoration: none;
    display: block;
}

    .service-title:hover {
        color: #d11551;
    }

.service-small-icon {
    height: 24px;
    margin-bottom: 16px;
}

.service-description-small {
    color: #858585;
    margin-top: 6px;
    font-family: Merriweather, serif;
    font-size: 12px;
}

.link {
    color: #959ca2;
    text-decoration: none;
}

    .link:hover {
        color: #be5927;
    }

    .link.learn-more {
        color: #f77f4b;
        background-image: url('../images/Icon-arrow-right.png');
        background-position: 118%;
        background-repeat: no-repeat;
        background-size: 9px;
        margin-top: 11px;
        padding-right: 17px;
        font-family: Myriadpro;
        font-size: 16px;
        text-decoration: none;
        transition: background-position .15s;
        display: inline-block;
    }

        .link.learn-more:hover {
            color: #000;
            background-position: 100%;
        }

        .link.learn-more.fixed {
            color: #be5927;
            background-image: none;
            font-family: Roboto, sans-serif;
            font-size: 16px;
            display: flex;
            position: static;
        }

            .link.learn-more.fixed.last {
                color: #be5927;
            }

        .link.learn-more.white {
            color: #fff;
            text-align: left;
            background-image: url('../images/Icon-arrow-right-white.png');
            margin-top: 1px;
            font-family: Roboto, sans-serif;
            font-weight: 700;
        }

            .link.learn-more.white:hover {
                color: #fff;
            }

        .link.learn-more.request-quote {
            margin-top: 0;
            font-family: Roboto, sans-serif;
        }

    .link.footer-link {
        color: #9e9e9e;
    }

        .link.footer-link:hover {
            color: #f77f4b;
        }

        .link.footer-link.color {
            color: #d11551;
        }

            .link.footer-link.color:hover {
                color: #fff;
            }

    .link.sub {
        font-size: 12px;
    }

.intro-block-title {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 21px;
}

    .intro-block-title.contact {
        font-family: Roboto, sans-serif;
        line-height: 25px;
    }

    .intro-block-title._2 {
        color: #fff;
    }

.info-image-block {
    width: 60%;
    height: 300px;
    float: left;
    background-image: url('../images/AccesswireTeamPhoto.jpg');
    background-position: 50%;
    background-size: cover;
    display: inline-block;
}

    .info-image-block.about-us-2 {
        float: right;
        background-image: url('../images/OurWork.jpg');
        background-size: cover;
    }

    .info-image-block.contact {
        height: 550px;
        float: none;
        background-image: none;
    }

    .info-image-block.quote-1 {
        height: 480px;
        background-image: url('../images/Photo-8.jpg');
        background-size: cover;
    }

    .info-image-block.quote-2 {
        height: 600px;
        float: right;
        background-image: url('../images/Photo-2.jpg');
        background-size: cover;
    }

.info-text-block {
    width: 55%;
    height: auto;
    float: right;
    color: #616161;
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px;
    font-size: 13px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

    .info-text-block.left {
        top: 30px;
        left: 0;
        right: auto;
    }

    .info-text-block.contact-form {
        height: auto;
        background-color: #f5f5f5;
        font-family: Roboto, sans-serif;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }

    .info-text-block.quote-block-1 {
        height: 420px;
    }

    .info-text-block.quote-block-2 {
        height: 540px;
        top: 30px;
        left: 0;
        right: auto;
    }

    .info-text-block.comp {
        float: none;
        background-color: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
    }

    .info-text-block._1 {
        top: 0;
        left: auto;
        right: 0;
    }

.stats-block {
    text-align: center;
    border: 2px solid #e4e4e4;
    padding: 45px 15px 35px;
}

.stats-title {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 30px;
}

    .stats-title.description {
        text-transform: uppercase;
        margin-top: 6px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

.dropdown-link {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 13px;
}

    .dropdown-link:hover {
        color: #f77f4b;
    }

    .dropdown-link.w--current {
        color: gray;
    }

.dropdown-list {
    background-color: #000;
}

    .dropdown-list.w--open {
        background-color: rgba(0, 70, 127, .75);
    }

.team-wrapper {
    position: relative;
}

.team-member-image {
    width: 100%;
    height: 280px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
}

.team-member-description-block {
    z-index: 10;
    width: 90%;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    display: block;
    position: relative;
}

.team-member-name {
    text-transform: uppercase;
    font-family: Fjalla One;
    font-size: 18px;
}

    .team-member-name.title {
        text-transform: none;
        margin-top: 7px;
        font-family: Merriweather, serif;
        font-size: 12px;
    }

.portfolio-tabs-menu {
    background-color: #fff;
    margin-top: -106px;
    margin-bottom: 41px;
    padding: 28px 25px 22px 35px;
}

.portfolio-tab-button {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    padding: 0 0 4px;
    font-family: Fjalla One;
    font-size: 14px;
}

    .portfolio-tab-button:hover {
        border-bottom-color: #c5c5c5;
    }

    .portfolio-tab-button.w--current {
        color: #d11551;
        background-color: rgba(170, 131, 131, 0);
        border-bottom-color: #d11551;
    }

.portfolio-item {
    padding-left: 0;
    padding-right: 0;
}

.work-page-header {
    z-index: 900;
    width: 100%;
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.work-header-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    padding-top: 20%;
}

.work-scroll-button {
    z-index: 50;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-container {
    padding-right: 360px;
    position: relative;
}

.dynamic-item-wrapper {
    position: relative;
}

.dynamic-post-image {
    width: 100%;
    height: 316px;
    background-image: url('../images/Photo-2.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.dynamic-item-content-block {
    z-index: 10;
    width: 90%;
    background-color: #f5f5f5;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    display: block;
    position: relative;
}

    .dynamic-item-content-block.blog-author {
        background-color: #fff;
        padding-left: 35px;
    }

    .dynamic-item-content-block.single-page {
        margin-top: 0;
        padding-left: 35px;
    }

.blog-post-link-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: Fjalla One;
    font-size: 30px;
    line-height: 31px;
    text-decoration: none;
    display: block;
}

    .blog-post-link-title:hover {
        color: #d11551;
    }

.fixed-content-block {
    border-top: 1px solid #e6e6e6;
    padding: 35px 35px 25px;
    font-size: 12px;
    line-height: 20px;
}

    .fixed-content-block.contact {
        border-top: 0 #000;
    }

        .fixed-content-block.contact._2 {
            color: #eee;
            background-color: #ddd;
        }

.fixed-block-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 20px;
}

    .fixed-block-title.image-title {
        color: #f77f4b;
        text-align: left;
        text-shadow: 0 0 6px rgba(0, 0, 0, .4);
        margin-bottom: 10px;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 700;
    }

    .fixed-block-title._2 {
        color: #00467f;
    }

.fixed-image-block {
    background-image: url('../images/project_bg2.png');
    background-position: 50%;
    background-size: cover;
    display: block;
}

.fixed-image-block-overlay {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: rgba(14, 14, 14, .3);
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5));
    padding: 90px 35px 25px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.fixed-block-top-wrapper {
    z-index: 800;
    height: 80px;
    display: block;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
}

.fixed-block-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-block-container-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-map {
    height: 540px;
    padding-top: 17px;
}

.contact-map-wrapper {
    height: 520px;
    overflow: hidden;
}

.contact-form {
    margin-bottom: 0;
}

.field {
    height: 50px;
    border: 2px solid #e9e9e9;
    margin-bottom: 8px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    transition: border .2s;
}

    .field:hover {
        border-color: #000;
    }

    .field:focus {
        border-color: #d11551;
    }

    .field.area {
        height: 138px;
        padding-top: 12px;
    }

        .field.area.project-description {
            height: 148px;
        }

    .field.first {
        margin-top: 20px;
    }

.quote-form {
    margin-bottom: 0;
}

.quote-section-wrapper {
    margin-bottom: 60px;
    position: relative;
}

    .quote-section-wrapper.last {
        margin-bottom: 0;
    }

.blog-author-image {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.blog-author-title {
    color: #000;
    text-transform: uppercase;
    font-family: Fjalla One;
    font-size: 22px;
    line-height: 21px;
}

    .blog-author-title.subtitle {
        margin-top: 5px;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 18px;
    }

.blog-post-date-title {
    margin-right: 5px;
    font-family: Merriweather, serif;
    font-size: 12px;
    display: inline-block;
}

.fixed-info-block {
    width: 100%;
    float: none;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 0;
    left: 0;
}

.slider-content-block {
    width: 80%;
    display: inline-block;
}

    .slider-content-block.pr {
        width: 90%;
    }

.recent-blog-post-title {
    color: #a5a5a5;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-family: Myriadpro;
    font-size: 23px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

    .recent-blog-post-title:hover {
        color: #f77f4b;
    }

.recent-work-subtitle {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    margin-top: 10px;
    font-family: Myriadpro;
    font-size: 11px;
    line-height: 16px;
}

    .recent-work-subtitle.large {
        font-family: Myriadpro;
        font-size: 13px;
    }

.bottom-footer-block {
    background-color: #314c64;
    border-top: 1px #333;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .bottom-footer-block.v2 {
        background-color: #00467f;
        margin-top: 10px;
    }

.bottom-footer-text {
    margin-bottom: 0;
    font-size: 11px;
    display: inline-block;
}

.bottom-footer-col-right {
    text-align: right;
}

.intro-block-icon {
    height: 19px;
    float: left;
    margin-right: 13px;
}

.team-some-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
}

.team-social-block {
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #000;
    margin-right: 3px;
    padding-top: 2px;
    transition: background-color .2s;
}

    .team-social-block:hover {
        background-color: #d11551;
    }

.team-social-icon {
    height: 14px;
}

.success-bg {
    background-color: #f3f3f3;
    padding-top: 30px;
}

    .success-bg.dark {
        background-color: #e9e9e9;
    }

.error-bg {
    color: #fff;
    background-color: #d11515;
    padding-top: 5px;
    padding-bottom: 2px;
}

.error-text {
    margin-bottom: 0;
    font-size: 10px;
}

.block-title-color {
    color: #d11551;
}

.blog-post-date-overlay {
    color: #fff;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Fjalla One;
    line-height: 41px;
    position: absolute;
    top: 0;
    right: 0;
}

.contact-us-list-item {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

    .contact-us-list-item.last {
        margin-bottom: 0;
    }

.contact-us-icon {
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-us-text {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.portfolio-list.examples {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-empty-block {
    text-align: center;
    padding-top: 22px;
}

.mouse-icon-block {
    width: 35px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    transition: border .2s;
    display: block;
}

    .mouse-icon-block:hover {
        border-color: #fff;
    }

.mouse-scroll-icon {
    width: 6px;
    height: 15px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
}

.work-image-column {
    padding-left: 0;
    padding-right: 0;
}

.work-block-title {
    color: #b9b9b9;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Fjalla One;
    font-size: 15px;
}

.project-images-row {
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-images-block {
    position: static;
}

.project-image {
    width: 100%;
    height: 200px;
    position: static;
}

.services-list-item {
    padding-left: 30px;
    position: relative;
}

.check-list-icon {
    height: 17px;
    opacity: .2;
    position: absolute;
    top: 1px;
    left: 0;
}

.project-examples-wrapper {
    margin-top: 30px;
    padding-left: 0;
}

.recent-blog-post-info-title {
    margin-right: 4px;
    font-family: Myriadpro;
    display: inline-block;
}

.post-info-wrapper {
    font-family: Myriadpro;
    font-size: 14px;
}

.fixed-block-close-button {
    z-index: 10;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    padding-top: 7px;
    transition: background-color .2s;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .fixed-block-close-button:hover {
        background-color: rgba(0, 0, 0, .8);
    }

.close-icon {
    height: 14px;
}

.instructions-block-wrapper {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 45px 45px 40px;
}

    .instructions-block-wrapper.last {
        margin-bottom: 0;
    }

.instructions-title {
    font-family: Fjalla One;
    font-size: 32px;
    line-height: 34px;
}

    .instructions-title._2 {
        color: #d11551;
        margin-bottom: 13px;
        font-size: 25px;
    }

.instructions-row {
    margin-top: 20px;
}

.instructions-col-right {
    padding-left: 70px;
}

.instructions-image {
    width: 100%;
    border-radius: 3px;
}

.info-title-wrapper {
    margin-bottom: 20px;
}

.licensing-list {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding-left: 0;
}

.licensing-list-item {
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 15px;
    overflow: auto;
}

    .licensing-list-item.first {
        color: #fff;
        background-color: #000;
    }

.licensing-p {
    margin-bottom: 0;
}

.createaccount-btn {
    color: #f5f5f5;
    background-color: #f77f4b;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .createaccount-btn:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.paragraph, .paragraph-2, .paragraph-3 {
    color: #9e9e9e;
    font-family: Myriadpro;
    font-size: 14px;
}

.text-block {
    float: right;
    margin-right: 0;
    font-family: Myriadpro;
}

.link-2 {
    color: #f5f5f5;
    text-decoration: none;
}

    .link-2:hover {
        color: #f77f4b;
    }

.link-3 {
    color: #f5f5f5;
    text-decoration: none;
}

    .link-3:hover {
        color: #f77f4b;
    }

.text-block-2 {
    font-family: Myriadpro;
}

.paragraph-4, .paragraph-5 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.important-text, .important-text-2 {
    font-family: Myriadpro;
}

.important-text-3 {
    font-weight: 400;
}

.text-block-3 {
    float: none;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    display: block;
}

    .text-block-3._3 {
        text-align: center;
    }

.important-text-4 {
    font-weight: 400;
}

.footer-page-link {
    width: 100%;
    color: #f5f5f5;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    text-decoration: none;
}

    .footer-page-link:hover {
        color: #f77f4b;
    }

    .footer-page-link.main {
        text-align: center;
        margin-bottom: 10px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

        .footer-page-link.main.v2 {
            margin-top: 0;
            margin-bottom: 10px;
            font-family: Roboto, sans-serif;
        }

    .footer-page-link.right {
        float: none;
        text-align: center;
        font-size: 16px;
    }

.list-item {
    border-bottom: 1px #000;
}

    .list-item.foot {
        text-align: left;
        margin-bottom: 10px;
    }

    .list-item.footie {
        margin-bottom: 6px;
    }

.column {
    color: #f5f5f5;
}

.unordered-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.column-2 {
    font-family: Myriadpro;
}

.footerlinkmain {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.link-block {
    color: #f5f5f5;
    border-bottom: 1px #000;
}

    .link-block.foot {
        border-style: none;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .link-block.foot:hover {
            color: #f77f4b;
        }

.footerphone {
    float: none;
    color: #f77f4b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Myriadpro;
    font-size: 36px;
    font-weight: 300;
}

    .footerphone.headcontent {
        float: right;
        color: #f5f5f5;
        margin-top: 12px;
        margin-bottom: 6px;
        font-size: 30px;
    }

    .footerphone.headerphone {
        float: right;
        color: #f5f5f5;
        text-align: right;
        margin-top: 18px;
        margin-left: 20px;
        font-size: 25px;
    }

.tollfree {
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Myriadpro;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -8px;
    left: 0;
}

.footeraddress {
    float: none;
    color: #f5f5f5;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Myriadpro;
    display: block;
}

    .footeraddress.rt {
        float: none;
    }

    .footeraddress.left {
        margin-left: 0;
    }

.footercontacts {
    color: #f5f5f5;
    text-align: center;
}

.link-4 {
    color: #f5f5f5;
    text-decoration: none;
}

    .link-4:hover {
        color: #f77f4b;
    }

.link-5 {
    color: #f5f5f5;
    text-decoration: none;
}

    .link-5:hover {
        color: #f77f4b;
    }

.sociallink {
    width: 45px;
    opacity: .75;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
}

    .sociallink:hover {
        opacity: 1;
    }

    .sociallink.test {
        width: 30px;
        opacity: 1;
        margin-bottom: 0;
        margin-left: 10px;
        padding-bottom: 0;
        display: inline-block;
    }

        .sociallink.test:hover {
            opacity: .71;
        }

        .sociallink.test._2 {
            display: inline-block;
        }

        .sociallink.test.left {
            margin-left: 0;
            margin-right: auto;
        }

.image-2 {
    display: block;
}

.twitter {
    width: 40px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .twitter:hover {
        opacity: 1;
    }

.socialdiv {
    max-width: 100%;
    margin-top: -4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.paragraph-6 {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .paragraph-6.webcast {
        margin-bottom: 30px;
    }

    .paragraph-6.wc {
        color: #00467f;
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 700;
    }

    .paragraph-6.customnewsroom {
        margin-bottom: 10px;
    }

    .paragraph-6._2 {
        color: #fff;
    }

.paragraph-7 {
    font-family: Myriadpro;
    font-size: 14px;
}

.paragraph-8 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .paragraph-8.test {
        color: #2f373c;
        text-align: left;
        font-family: Avenir webfont, Tahoma, sans-serif;
    }

        .paragraph-8.test.suite {
            color: #333;
            text-align: center;
            margin-bottom: 10px;
        }

        .paragraph-8.test.herov2 {
            margin-top: 40px;
        }

        .paragraph-8.test.v2 {
            clear: none;
            color: #2f373c;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            font-style: normal;
            line-height: 25px;
        }

            .paragraph-8.test.v2.cetnter {
                text-align: center;
                font-size: 22px;
            }

                .paragraph-8.test.v2.cetnter.white {
                    color: #f77f4b;
                }

                .paragraph-8.test.v2.cetnter.mid {
                    margin-top: 40px;
                }

                .paragraph-8.test.v2.cetnter.ltblue {
                    color: #373e98;
                    margin-top: 40px;
                }

                    .paragraph-8.test.v2.cetnter.ltblue.select {
                        color: #373e98;
                        margin-top: 0;
                    }

                    .paragraph-8.test.v2.cetnter.ltblue.left {
                        text-align: left;
                        margin-left: 0;
                    }

                .paragraph-8.test.v2.cetnter.blie {
                    color: #00467f;
                }

                .paragraph-8.test.v2.cetnter.price {
                    margin-top: 40px;
                    font-size: 56px;
                    line-height: 1em;
                }

                .paragraph-8.test.v2.cetnter.pricer {
                    margin-top: 20px;
                    font-size: 65px;
                    font-weight: 900;
                    line-height: 1em;
                }

                .paragraph-8.test.v2.cetnter._32 {
                    margin-bottom: 20px;
                }

            .paragraph-8.test.v2.cotype {
                color: #f16775;
                font-size: 18px;
            }

                .paragraph-8.test.v2.cotype.anw {
                    color: #f16775;
                }

            .paragraph-8.test.v2.quote {
                float: none;
                margin-left: 20px;
                padding-left: 0;
                font-family: Avenir roman webfont, Tahoma, sans-serif;
                font-size: 20px;
                font-style: italic;
                font-weight: 400;
            }

            .paragraph-8.test.v2.lt-blue {
                color: #1e88e5;
            }

            .paragraph-8.test.v2.titlel {
                margin-bottom: 10px;
            }

            .paragraph-8.test.v2.ltblue {
                color: #00467f;
                margin-top: 20px;
                font-size: 20px;
            }

                .paragraph-8.test.v2.ltblue.anw {
                    color: #373e98;
                }

            .paragraph-8.test.v2.left {
                margin-top: 6px;
                margin-left: 0;
            }

            .paragraph-8.test.v2.artilce-title {
                font-size: 20px;
                line-height: 30px;
            }

            .paragraph-8.test.v2.date._1 {
                color: #959ca2;
                padding-left: 10px;
            }

            .paragraph-8.test.v2.date._2 {
                display: inline-block;
            }

            .paragraph-8.test.v2.space, .paragraph-8.test.v2.space._2 {
                margin-top: 0;
            }

                .paragraph-8.test.v2.space._43 {
                    margin-top: 20px;
                }

            .paragraph-8.test.v2.bold-orange.white {
                color: #f5f5f5;
            }

            .paragraph-8.test.v2.top {
                color: #373e98;
            }

            .paragraph-8.test.v2.grey {
                color: #959ca2;
            }

            .paragraph-8.test.v2.pub {
                margin-bottom: 20px;
            }

            .paragraph-8.test.v2.ordersummary {
                border-bottom: 1px solid #ccc;
            }

            .paragraph-8.test.v2.toggle {
                color: #6c757d;
            }

            .paragraph-8.test.v2.mid {
                margin-bottom: 20px;
            }

            .paragraph-8.test.v2.priv {
                color: #373e98;
                font-size: 18px;
            }

                .paragraph-8.test.v2.priv.space {
                    margin-bottom: 40px;
                }

                    .paragraph-8.test.v2.priv.space.anw {
                        color: #373e98;
                    }

            .paragraph-8.test.v2.testimoinial {
                border-left: 3px #959ca2;
                padding-left: 20px;
                font-family: Avenir roman webfont, Tahoma, sans-serif;
                font-style: italic;
                font-weight: 400;
            }

            .paragraph-8.test.v2.hl {
                margin-bottom: 10px;
                font-size: 16px;
            }

            .paragraph-8.test.v2.right {
                text-align: right;
            }

            .paragraph-8.test.v2.reviewname {
                text-align: center;
                font-weight: 900;
            }

            .paragraph-8.test.v2.middle {
                text-align: center;
                font-size: 12px;
                line-height: 18px;
            }

                .paragraph-8.test.v2.middle.title {
                    clear: none;
                    font-size: 11px;
                }

            .paragraph-8.test.v2.midway {
                text-align: center;
                margin-top: 10px;
            }

            .paragraph-8.test.v2.quot {
                text-align: center;
            }

            .paragraph-8.test.v2.btm {
                margin-bottom: 10px;
            }

            .paragraph-8.test.v2.white {
                color: #f5f5f5;
            }

            .paragraph-8.test.v2.contact {
                text-align: center;
            }

            .paragraph-8.test.v2.quotes {
                font-family: Avenir roman webfont, Tahoma, sans-serif;
                font-style: italic;
                font-weight: 400;
            }

            .paragraph-8.test.v2.topspace {
                margin-top: 20px;
            }

                .paragraph-8.test.v2.topspace.center.custrating {
                    width: 70%;
                    margin-left: auto;
                    margin-right: auto;
                }

            .paragraph-8.test.v2.sspace {
                color: #f16775;
                text-align: left;
                margin-top: 20px;
                font-size: 25px;
                line-height: 30px;
            }

        .paragraph-8.test.extras {
            text-align: center;
            margin-top: 20px;
        }

        .paragraph-8.test.sample {
            color: #be5927;
            font-size: 14px;
        }

        .paragraph-8.test.for {
            text-align: center;
            margin-top: 40px;
        }

        .paragraph-8.test.link {
            color: #6c757d;
        }

    .paragraph-8.newsroomv2 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: .9em;
    }

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

        .paragraph-8.center.white {
            color: #fff;
            font-family: Avenir webfont, Tahoma, sans-serif;
            font-size: 25px;
            font-weight: 400;
        }

            .paragraph-8.center.white.og {
                color: #be5927;
            }

    .paragraph-8.names {
        text-align: left;
        margin: 0 20px 10px auto;
        padding-top: 0;
    }

.paragraph-9 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.paragraph-10 {
    font-family: Myriadpro;
    font-size: 16px;
}

.paragraph-11 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.paragraph-12 {
    font-family: Myriadpro;
    font-size: 14px;
}

.paragraph-13 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.clientsubheader {
    text-align: left;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 32px;
}

.ann {
    color: #339ed8;
}

.text-block-4, .text-block-5 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .text-block-5._2, .text-block-5.cont {
        margin-top: 20px;
    }

.text-block-6 {
    margin-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .text-block-6.topbullet {
        margin-top: 20px;
    }

.latestnewstitle {
    color: #00467f;
    margin-right: 20px;
    font-family: Myriadpro;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

    .latestnewstitle.media {
        color: #00467f;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
    }

.text-span {
    color: #339ed8;
    font-size: 16px;
    font-weight: 400;
}

    .text-span.viewall {
        margin-left: 300px;
    }

.latestsub {
    color: #9e9e9e;
    font-family: Myriadpro;
    font-size: 16px;
}

.horzdivider {
    width: 100%;
    height: 5px;
    color: #00467f;
    background-color: #00467f;
    margin-top: 16px;
    margin-bottom: 20px;
}

    .horzdivider.article {
        margin-bottom: 30px;
    }

.headline {
    color: #339ed8;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
}

.date {
    color: #959ca2;
    font-family: Myriadpro;
    font-size: 12px;
}

.newscont {
    font-family: Myriadpro;
    font-size: 16px;
}

.button-2 {
    background-color: #f77f4b;
    font-family: Myriadpro;
    font-weight: 700;
}

    .button-2:hover {
        color: #f5f5f5;
        background-color: #0e3152;
    }

    .button-2.reddfull {
        margin-top: 10px;
    }

.article {
    margin-bottom: 40px;
}

.newsrightcol {
    height: 850px;
    border-left: 2px solid #9e9e9e;
    padding-left: 20px;
}

    .newsrightcol.left {
        height: auto;
        border-left-style: none;
        border-right: 1px solid #959ca2;
        padding-left: 0;
        padding-right: 10px;
        font-family: Roboto, sans-serif;
    }

.mediacontactsname {
    color: #00467f;
    text-align: left;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

    .mediacontactsname.top {
        color: #00467f;
        margin-top: 0;
        font-family: Roboto, sans-serif;
    }

.mediacontactstitle {
    color: #959ca2;
    border-bottom: 1px solid rgba(158, 158, 158, .25);
    margin-bottom: 3px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

    .mediacontactstitle:hover {
        color: #f77f4b;
    }

    .mediacontactstitle._2 {
        font-size: 16px;
    }

        .mediacontactstitle._2._3 {
            text-align: left;
            border-bottom-style: none;
            font-family: Roboto, sans-serif;
        }

.salesemail {
    color: #339ed8;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.mediacontactsdiv {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.fatshhet-btn {
    max-width: 175px;
    color: #f5f5f5;
    text-align: center;
    background-color: #0e3152;
    margin-bottom: 40px;
    font-family: Myriadpro;
    font-weight: 700;
    display: block;
}

    .fatshhet-btn:hover {
        background-color: #f77f4b;
    }

.twitter-feed {
    position: relative;
    top: 0;
    right: 0;
}

.twitdiv {
    width: 100%;
    height: auto;
}

.headlinelink {
    color: #1e88e5;
    font-weight: 700;
    text-decoration: none;
}

    .headlinelink:hover {
        color: #0e3152;
    }

.headercontact {
    background-color: #314c64;
}

.icon, .icon-2 {
    margin-right: 0;
}

.headeremail {
    float: right;
    color: #f5f5f5;
    text-align: right;
    margin-top: 18px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

    .headeremail:hover {
        color: #f77f4b;
    }

.pricing-subheader {
    color: #9e9e9e;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

    .pricing-subheader._2 {
        color: #be5927;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 25px;
    }

.pricingtableshell {
    width: 325px;
    background-color: #fff;
    border: 1px #e9e9e9;
    border-style: none none solid solid;
    border-radius: 10px 10px 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

    .pricingtableshell.bestplan {
        width: 325px;
        max-width: 275px;
        background-color: #f5f5f5;
        border-style: none;
        border-radius: 0;
        padding-bottom: 30px;
    }

    .pricingtableshell.rt {
        max-width: 275px;
        border-top-style: none;
        border-left-style: none;
        border-right-style: solid;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0;
        margin-top: 27px;
        padding-bottom: 30px;
    }

        .pricingtableshell.rt._1 {
            border-left-style: solid;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            padding-bottom: 30px;
        }

    .pricingtableshell.lt {
        max-width: 275px;
        margin-top: 27px;
        padding-bottom: 30px;
    }

        .pricingtableshell.lt._2 {
            max-width: 275px;
            border-right-style: solid;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            padding-bottom: 30px;
        }

.pricingtitle {
    color: #0e3152;
    text-align: center;
    font-family: Myriadpro;
    font-size: 19px;
    font-weight: 600;
}

    .pricingtitle.best {
        color: #fff;
    }

.titlediv {
    background-color: #e9e9e9;
    border-radius: 10px 0 0;
    padding: 20px;
}

    .titlediv.best {
        background-color: #525252;
        border-top-right-radius: 10px;
        padding-top: 20px;
    }

    .titlediv.rrt {
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
        margin-top: 0;
    }

        .titlediv.rrt._1 {
            border-top-right-radius: 0;
        }

    .titlediv._1 {
        border-top-left-radius: 0;
    }

        .titlediv._1._2 {
            background-color: #cac5c5;
        }

.price {
    color: #f5f5f5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 15px;
}

.includes {
    text-align: center;
    margin-bottom: 20px;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
}

.text-block-7 {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    font-family: Myriadpro;
    font-size: 16px;
}

    .text-block-7.end {
        border-style: none;
    }

.list-item-2 {
    margin-top: 0;
    padding-bottom: 0;
}

.includeslist {
    margin-bottom: 10px;
}

.includeddiv {
    padding-left: 30px;
    padding-right: 30px;
}

.becomeclientpricing {
    width: 150px;
    text-align: center;
    background-color: #f77f4b;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6px;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

    .becomeclientpricing:hover {
        color: #f5f5f5;
        background-color: #0e3152;
    }

.best-option {
    color: #f77f4b;
    text-align: center;
    margin-bottom: 6px;
    font-family: Myriadpro;
    font-size: 16px;
}

.pricingcontentsection {
    background-color: #fff;
    border-style: none;
    padding-top: 0;
    padding-bottom: 20px;
}

    .pricingcontentsection._2 {
        padding-top: 60px;
    }

    .pricingcontentsection.top {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .pricingcontentsection.last {
        padding-bottom: 0;
    }

.singlerelease {
    max-width: 200px;
    color: #f5f5f5;
    text-align: center;
    background-color: #be5927;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

    .singlerelease._1 {
        width: 200px;
        max-width: 200px;
        float: none;
        clear: none;
        background-color: #be5927;
        margin-left: 0;
        margin-right: 0;
    }

.horizontal-divider {
    width: 80%;
    height: 2px;
    background-color: #e4e4e4;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .horizontal-divider._2 {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .horizontal-divider._2._3 {
            margin-top: 30px;
        }

.clientlogosection {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 40px;
}

    .clientlogosection._2 {
        padding-top: 30px;
        font-family: Roboto, sans-serif;
    }

    .clientlogosection.dist {
        padding-bottom: 20px;
    }

.client-logo-title {
    color: #00467f;
    text-align: center;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.logos {
    height: 175px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

    .logos.testimony {
        height: 250px;
        background-color: #eeebeb;
        font-family: Tahoma, Verdana, Segoe, sans-serif;
    }

    .logos.test {
        margin-bottom: 100px;
    }

.left-arrow {
    opacity: .08;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 47px;
}

    .left-arrow:hover {
        opacity: .25;
    }

.right-arrow {
    opacity: .08;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
}

    .right-arrow:hover {
        opacity: .25;
    }

.clientlink {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.logo {
    max-width: 65%;
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .logo.partner {
        max-width: 150px;
    }

.sliderbtmnav {
    opacity: .5;
}

.serviceiconlinkl {
    color: #0e3152;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Myriadpro;
    text-decoration: none;
    display: block;
}

    .serviceiconlinkl:hover {
        color: #339ed8;
    }

.serviceicon {
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.servicestitle {
    color: #00467f;
    text-align: center;
    border-bottom: 1px #000;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.servicessubtext {
    color: #0e3152;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.servicerow {
    margin-bottom: 30px;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
}

.column-3 {
    color: rgba(0, 0, 0, 0);
}

.connectsocial {
    max-width: 1150px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

    .connectsocial.paragraph-11 {
        max-width: 90%;
        border-bottom-style: solid;
        margin-bottom: 20px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .connectsocial.paragraph-11._2 {
            max-width: 90%;
            float: none;
            margin-left: 0;
            margin-right: auto;
        }

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

.connectheader {
    max-width: 250px;
    float: none;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    font-size: 28px;
    display: block;
}

    .connectheader.v2 {
        color: #f5f5f5;
        text-align: center;
        margin: 0 auto 10px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }

    .connectheader.v3 {
        color: #f5f5f5;
        text-align: center;
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }

        .connectheader.v3._1 {
            font-family: Roboto, sans-serif;
        }

.socialicons {
    max-width: 250px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .socialicons.v2 {
        max-width: none;
        float: right;
        clear: none;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        text-align: right;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-end;
        align-items: flex-start;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

        .socialicons.v2.lp {
            max-width: 250px;
            clear: none;
            justify-content: center;
            align-items: center;
            position: static;
        }

        .socialicons.v2._3 {
            clear: none;
            flex-direction: row;
            justify-content: flex-start;
            align-self: auto;
            align-items: flex-start;
            margin-left: 0;
            display: flex;
            position: static;
        }

        .socialicons.v2.tile {
            flex: none;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .socialicons.v2.rise {
            height: 30px;
            float: right;
            align-items: center;
            display: flex;
            position: relative;
            left: 0;
            right: 0;
        }

            .socialicons.v2.rise.newer {
                z-index: 99999;
                margin-bottom: 4px;
                top: -8px;
            }

                .socialicons.v2.rise.newer.leftside {
                    float: none;
                    text-align: left;
                    justify-content: flex-start;
                    margin-bottom: 0;
                    display: inline-block;
                    position: static;
                    top: 0;
                }

    .socialicons.lp {
        margin-left: auto;
        margin-right: auto;
    }

.column-4 {
    text-align: left;
    margin-top: 0;
}

.unordered-list-2 {
    text-align: left;
    padding-bottom: 0;
}

.support {
    font-size: 16px;
}

.supportsub {
    float: none;
    font-size: 14px;
    font-weight: 400;
}

.map {
    max-height: 125px;
    max-width: 100%;
    float: right;
}

.addressrow {
    margin-top: 20px;
}

.allinclude {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alinclude-header {
    text-align: center;
    font-family: Myriadpro;
    font-size: 19px;
}

.includelist-item {
    color: #9e9e9e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.include-left-list {
    padding-left: 120px;
}

.disttagline {
    color: #339ed8;
    text-align: center;
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 35px;
}

.text-span-2 {
    color: #0e3152;
}

.text-span-3 {
    color: #f77f4b;
}

.text-span-4, .text-span-5 {
    color: #9e9e9e;
}

.distcont {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Myriadpro;
    font-size: 16px;
}

    .distcont._1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 20px;
    }

        .distcont._1.power {
            color: #1e88e5;
            text-align: center;
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 35px;
            line-height: 35px;
        }

        .distcont._1.btm {
            text-align: left;
            font-size: 16px;
        }

        .distcont._1.frm {
            color: #1e88e5;
        }

    .distcont._2 {
        text-align: left;
        margin-top: 30px;
        font-family: Roboto, sans-serif;
    }

.distmiddle {
    color: #959ca2;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.distrow {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.targetingsection {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: Myriadpro;
}

.text-span-6 {
    color: #0e3152;
}

    .text-span-6._2 {
        color: #00467f;
        font-size: 35px;
    }

.targetinglist {
    color: #1e88e5;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.text-span-7 {
    color: #f77f4b;
    font-size: 20px;
}

.targetdiv {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btmtext {
    color: #f77f4b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 28px;
}

    .btmtext._2 {
        color: #f5f5f5;
    }

.link-6._2 {
    color: #f5f5f5;
    font-family: Roboto, sans-serif;
    text-decoration: none;
}

.industry {
    color: #959ca2;
    border-bottom: 1px #000;
    text-decoration: none;
}

    .industry:hover, .industry.w--current {
        color: #f77f4b;
    }

.slide-nav {
    opacity: .5;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
}

    .slide-nav.v2 {
        margin-top: 0;
    }

.team {
    width: 85px;
    border-radius: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.row-2 {
    padding-bottom: 5px;
}

.contactsleft {
    max-width: 300px;
    float: none;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
}

    .contactsleft.rt {
        text-align: left;
    }

.contactsdiv {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contsline {
    border-right: 2px #9e9e9e;
}

.feedlogo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contacticon {
    max-width: 65px;
    border: 6px solid #000;
    border-radius: 98px;
    margin-left: 70px;
    display: block;
}

    .contacticon.top {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-left: 70px;
    }

.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.clientbecome {
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    display: block;
}

.teamdiv {
    width: 100%;
    float: none;
    background-color: #fff;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
}

    .teamdiv.top {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-top: 40px;
    }

    .teamdiv.btm {
        padding-bottom: 40px;
    }

.image-3 {
    float: none;
    margin-top: 10px;
    position: static;
}

    .image-3._2 {
        max-width: 85%;
    }

    .image-3.compliance {
        float: none;
    }

.column-6 {
    top: 0;
    left: 0;
}

.column-7 {
    position: relative;
}

.contactlink {
    color: #1e88e5;
    text-align: left;
}

    .contactlink:hover {
        color: #be5927;
    }

.teamname {
    color: #0e3152;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.teamtitle {
    color: #f77f4b;
    text-align: center;
    font-family: Myriadpro;
    line-height: 14px;
}

.text-block-9 {
    font-family: Myriadpro;
    font-size: 14px;
    font-style: normal;
}

.view-all {
    color: #339ed8;
    text-align: left;
    margin-left: 0;
    font-family: Myriadpro;
    font-size: 14px;
    display: inline-block;
}

.viewall {
    float: none;
    color: #1e88e5;
    text-align: left;
    margin-left: 0;
    text-decoration: none;
    position: static;
}

    .viewall.w--current {
        color: #339ed8;
        position: static;
    }

        .viewall.w--current:hover {
            color: #f77f4b;
        }

.slidertest {
    background-color: #f5f5f5;
}

.testimonydiv {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.testimonypicture {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-block-10 {
    font-family: Myriadpro;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.block-quote {
    height: auto;
}

.image-4 {
    max-width: 50px;
    opacity: .19;
    position: absolute;
}

.testimonytext {
    opacity: 1;
    margin-left: 60px;
}

.loginbtm {
    text-align: center;
    margin-left: 30px;
}

.contactsubtext {
    direction: ltr;
    text-align: left;
    margin-left: 32px;
}

.newsroombutton {
    width: 90%;
    float: right;
    background-color: #be5927;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    position: static;
}

    .newsroombutton:hover {
        background-color: #0e3152;
    }

.text-field {
    max-width: 98%;
    font-size: 16px;
}

    .text-field._2 {
        max-width: 100%;
    }

.career-block {
    color: #00467f;
    background-color: #fff;
    border-left: 4px #00467f;
    padding: 30px 10px 25px;
    text-decoration: none;
}

.careertitle {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.link-block-2 {
    color: #0e3152;
    border-left: 4px solid #0e3152;
    text-decoration: none;
    display: block;
}

    .link-block-2:hover {
        color: #f77f4b;
        border-left-width: 4px;
        border-left-color: #f77f4b;
    }

.careerslink {
    color: #339ed8;
}

    .careerslink:hover {
        color: #f77f4b;
    }

.text-block-11 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.text-block-12 {
    font-family: Myriadpro;
    font-size: 16px;
}

    .text-block-12.careersbtmtxt {
        margin-top: 20px;
        font-family: Roboto, sans-serif;
    }

.row-3 {
    float: none;
}

.careerlink {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
}

.idunderline {
    text-decoration: underline;
}

.sampleheading {
    color: #339ed8;
    margin-left: 0;
    margin-right: 10px;
    font-family: Myriadpro;
    font-size: 38px;
    font-weight: 700;
    line-height: 37px;
}

.text-block-13 {
    font-family: Myriadpro;
    font-size: 16px;
}

    .text-block-13.sample {
        margin-top: 10px;
    }

.companyinfo {
    height: auto;
    max-width: 450px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #9e9e9e;
    border-left-width: 1px;
    border-left-color: #9e9e9e;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding: 10px;
}

.companyinfoimage {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.companyinfoname {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
    position: static;
    overflow: visible;
}

.companyindustry {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    position: static;
    bottom: 0;
    left: 0;
}

    .companyindustry.industryname {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 70px;
        position: static;
        bottom: 0;
        left: 0;
    }

    .companyindustry.name {
        background-color: rgba(0, 0, 0, 0);
        font-weight: 600;
        text-decoration: none;
        position: static;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .companyindustry.name.ind {
            color: #fff;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
            display: block;
        }

.industrydivbtm {
    background-color: #9e9e9e;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-block-14 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Myriadpro;
    font-size: 13px;
    position: static;
    bottom: 0;
    left: 0;
}

    .text-block-14._2 {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-size: 13px;
        font-weight: 700;
        position: static;
    }

        .text-block-14._2._3 {
            margin-bottom: 10px;
            margin-left: 80px;
            font-size: 13px;
            font-weight: 400;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.text-span-8 {
    margin-left: 56px;
}

.image-5 {
    width: 100px;
    margin-top: 0;
    margin-left: -3px;
    margin-right: 10px;
    padding-right: 0;
    position: static;
    top: 0;
    right: 0;
}

.infoall {
    margin-bottom: 0;
}

.divider {
    height: 1px;
    background-color: #9e9e9e;
    margin-bottom: 20px;
}

.column-10 {
    padding-left: 10px;
}

.footcol3 {
    padding-left: 0;
}

.searchsubmit {
    width: 95%;
    float: right;
}

.important-text-6 {
    font-size: 16px;
}

.webcasticons {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.link-7 {
    color: #f77f4b;
    font-size: 16px;
}

    .link-7:hover {
        color: #339ed8;
    }

.paragraph-14 {
    font-family: Myriadpro;
    font-size: 16px;
}

.important-text-7 {
    font-size: 16px;
}

.maillink {
    color: #f77f4b;
}

    .maillink:hover {
        color: #339ed8;
    }

.webcasttitles {
    color: #f77f4b;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.webcastinfo {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.webcastdivs {
    width: 20%;
    background-color: #f5f5f5;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    display: block;
}

.link-8 {
    color: #f77f4b;
}

    .link-8:hover {
        color: #339ed8;
    }

.paragraph-15 {
    font-family: Myriadpro;
    font-size: 16px;
}

.paragraph-16 {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.important-text-8 {
    text-align: left;
}

    .important-text-8._2 {
        color: #00467f;
    }

.link-9 {
    color: #f77f4b;
}

    .link-9:hover {
        color: #339ed8;
    }

.important-text-9 {
    text-align: left;
}

    .important-text-9._2 {
        color: #00467f;
    }

.webcastheader {
    color: #00467f;
    text-align: left;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
}

.projectbox {
    display: block;
}

.row-4 {
    margin-left: 0;
    margin-right: 0;
}

.div-block-3 {
    padding: 20px;
}

.feedsample {
    max-width: 625px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.customfeeddiv {
    max-width: 20%;
    float: none;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: 10px;
    padding: 10px;
    display: inline-block;
}

    .customfeeddiv._1 {
        margin-left: 30px;
    }

.customfeedserve {
    color: #f77f4b;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: Myriadpro;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.text-block-15 {
    text-align: left;
    font-family: Myriadpro;
    font-size: 14px;
}

.datafeedsamples {
    height: 450px;
    background-color: #f5f5f5;
    font-family: Myriadpro;
    font-size: 16px;
}

.slide-nav-2 {
    max-width: 650px;
    margin-top: 0;
    margin-bottom: -20px;
}

.slider {
    height: auto;
    max-width: 100%;
    background-color: #fff;
}

.div-block-4 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-6 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.list-item-3, .list-item-4, .list-item-5 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.slide-2, .slide-3, .slide-4, .mask {
    max-width: 100%;
}

.text-block-16 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.div-block-5 {
    margin-top: 0;
    padding-top: 10px;
}

.iconsdiv {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-7 {
    max-width: 500px;
    float: right;
    position: static;
    top: 0;
    right: 0;
}

.datafeedsimg {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .datafeedsimg._2 {
        max-width: 100%;
    }

.homeclient {
    color: #1e88e5;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    line-height: 24px;
}

.pricins {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
}

.priconblick {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 10px;
}

.prdistmainimage {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.prtargetimage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.targetbox {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 0 10px 20px;
}

.footv2div {
    height: 150px;
    border-right: 1px solid #9e9e9e;
    padding-bottom: 0;
}

    .footv2div.rt {
        height: auto;
        border-right-style: none;
        margin-top: 60px;
        margin-left: 0;
    }

    .footv2div._2 {
        padding-top: 60px;
    }

.text-block-18 {
    color: #f5f5f5;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.footerleftdiv {
    border-right: 1px solid #9e9e9e;
}

.footcont {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.lftfootdiv {
    margin-top: 0;
}

.client-slider {
    height: 175px;
    background-color: #fff;
    padding-top: 20px;
}

.mask-slider {
    margin-left: 80px;
    margin-right: 80px;
}

.slides {
    width: 20%;
}

.column-11 {
    padding-left: 35px;
}

.text-span-12 {
    color: #1e88e5;
}

.pricingsection {
    background-color: #f5f5f5;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.middle-option-box {
    height: 150px;
    background-color: #1e88e5;
    padding: 30px 10px 40px;
}

    .middle-option-box.annual {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.text-block-19 {
    color: #00467f;
    text-align: center;
    letter-spacing: 5px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
}

    .text-block-19._2 {
        margin-top: 15px;
    }

.mo {
    color: rgba(255, 255, 255, .5);
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
}

.dollar {
    color: rgba(245, 245, 245, .5);
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: -12px;
    left: 0;
}

.pricetable {
    background-color: #fff;
    border-bottom: 1px solid #959ca2;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #959ca2;
    padding: 20px 10px;
}

.option {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.check-icon {
    height: 15px;
    background-color: #fff;
    border: 1px solid #959ca2;
    border-radius: 150px;
    margin-top: 2px;
    margin-right: 0;
}

.optoingroup {
    border-bottom: 1px solid rgba(149, 156, 162, .3);
    margin-top: 10px;
    padding-bottom: 5px;
    font-family: Roboto, sans-serif;
    display: flex;
}

    .optoingroup.top {
        border-bottom-color: rgba(149, 156, 162, .3);
        font-family: Roboto, sans-serif;
    }

    .optoingroup.no {
        opacity: .4;
    }

        .optoingroup.no.last, .optoingroup.last {
            border-bottom-style: none;
            padding-bottom: 0;
        }

.x-icon {
    height: 15px;
    margin-right: 15px;
}

.change {
    font-size: 20px;
    position: relative;
    top: -12px;
}

.plans {
    color: #00467f;
    margin-right: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

    .plans._21 {
        margin-top: 60px;
    }

.row-5, .column-12, .column-13, .column-14 {
    font-family: Roboto, sans-serif;
}

.plantype {
    display: inline-block;
}

.button-3 {
    width: 100px;
}

.annualbtn {
    opacity: .75;
    color: #00467f;
    background-color: #fff;
    border: 1px solid #000;
    border-left-style: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: Roboto, sans-serif;
}

    .annualbtn:hover {
        opacity: 1;
    }

.monthbtn {
    opacity: .75;
    color: #00467f;
    background-color: rgba(30, 136, 229, .5);
    border: 1px solid #000;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: Roboto, sans-serif;
}

    .monthbtn:hover {
        opacity: 1;
    }

.row-6 {
    border: 1px #00467f;
}

.plantypedisclaimer {
    color: #000;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
}

.planheader {
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .planheader.top {
        margin-bottom: 0;
    }

.quoteorchat {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.button-4 {
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    display: inline-block;
}

.quotebtn {
    width: 200px;
    text-align: center;
    background-color: #f77f4b;
    margin-left: 0;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .quotebtn:hover {
        color: #00467f;
    }

.button-5 {
    width: 125px;
    background-color: #f77f4b;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
}

.or {
    color: #959ca2;
    flex: none;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    display: inline-block;
}

.chatbtn {
    width: 175px;
    text-align: center;
    background-color: #f77f4b;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

    .chatbtn:hover {
        color: #00467f;
    }

.annualoption {
    width: 90%;
    background-color: #1e88e5;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.text-span-13 {
    color: #00467f;
    font-size: 20px;
    font-weight: 100;
}

.teammember {
    width: 20%;
    margin-bottom: 0;
}

.link-block-3 {
    border-bottom: 1px #000;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
}

.slide-nav-3 {
    margin-top: 0;
    padding-top: 30px;
}

.column-15 {
    font-family: Roboto, sans-serif;
}

.link-10, .link-11 {
    color: #000;
}

.link-12, .link-13 {
    color: #1e88e5;
}

.image-8 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-2 {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: Roboto, sans-serif;
}

.text-field-3, .text-field-4, .submit-button {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.whitesection {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-2 {
    flex-wrap: nowrap;
    display: flex;
}

.link-14 {
    color: #1e88e5;
}

.descript {
    color: #959ca2;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.link-15 {
    color: #1e88e5;
}

.footerlinks {
    color: #f5f5f5;
    text-decoration: none;
}

    .footerlinks:hover {
        color: #f77f4b;
    }

    .footerlinks.w--current {
        color: #f5f5f5;
        text-decoration: none;
    }

        .footerlinks.w--current:hover {
            color: #f77f4b;
        }

.thank-you {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}

.text-span-14 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 32px;
}

.customnewsroombox {
    width: 30%;
    height: auto;
    background-color: #fff;
    flex: 0 auto;
    margin: 10px;
    padding-bottom: 20px;
    display: block;
}

    .customnewsroombox.toprow {
        flex: 0 auto;
    }

.image-9 {
    margin-bottom: 30px;
}

.prdate {
    color: #959ca2;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.customheadline {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.samplearticletext {
    color: #959ca2;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.customnewsbtnsample {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sitemap-main {
    color: #00467f;
    font-size: 16px;
    text-decoration: none;
    display: flex;
}

    .sitemap-main:hover {
        color: #f77f4b;
    }

    .sitemap-main.nolink:hover {
        color: #00467f;
    }

    .sitemap-main.btm {
        margin-top: 50px;
    }

.sitemap-main-no-link {
    color: #00467f;
    font-size: 16px;
}

.articlegroup {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.articlesection {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
}

.image-10 {
    width: 100px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.industrytype {
    color: #00467f;
}

.industrylink {
    color: #00467f;
    text-decoration: none;
}

    .industrylink:hover {
        color: #f77f4b;
    }

.datelink {
    color: #959ca2;
    text-decoration: none;
}

    .datelink:hover {
        color: #f77f4b;
    }

.link-block-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.imglink {
    color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-block {
    margin-bottom: 0;
}

.industrytitle {
    color: #00467f;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700;
}

.link-16 {
    color: rgba(0, 0, 0, 0);
}

.link-17, .link-18 {
    color: #959ca2;
}

.link-19 {
    text-decoration: none;
}

.bold-text {
    color: #00467f;
}

.dropdownmenu {
    height: auto;
    float: right;
    clear: none;
    display: block;
    position: relative;
}

.text-block-20 {
    color: #00467f;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.dropdown-toggle {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
}

.dropdown-link-2 {
    float: none;
    color: #00467f;
    text-align: left;
    background-color: #eee;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

    .dropdown-link-2:hover {
        color: #f5f5f5;
        background-color: #f77f4b;
    }

    .dropdown-link-2.w--current {
        color: #fff;
        background-color: #f77f4b;
    }

.dropdown-list-2 {
    margin-right: 20px;
}

    .dropdown-list-2.w--open {
        margin-right: 0;
        padding-right: 0;
        right: 0;
    }

.icon-3 {
    margin-right: 0;
}

.boldpp {
    color: #00467f;
}

    .boldpp._2 {
        margin-left: 20px;
    }

.pplink {
    color: #1e88e5;
}

.termsnumbersection, .termssmallsectionnumber {
    padding-right: 20px;
}

.smallnumberssetion {
    margin-top: 10px;
    padding-left: 20px;
}

.text-span-15 {
    text-decoration: underline;
}

.sectionabout {
    background-color: #00467f;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.lpheader1 {
    color: #00467f;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 32px;
}

    .lpheader1.sect2 {
        color: #00467f;
        text-align: center;
        margin-bottom: 20px;
    }

    .lpheader1.ppc {
        text-align: center;
        margin-bottom: 10px;
    }

.bold-text-2 {
    font-size: 38px;
    line-height: auto;
    text-align: left;
    margin-bottom: 0;
}

    .bold-text-2.w2 {
        font-size: 32px;
    }

.lpheader2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .lpheader2.ppc {
        text-align: center;
        margin-bottom: 30px;
    }

.bold-text-3 {
    color: #1e88e5;
    margin-top: 0;
    font-size: 32px;
}

    .bold-text-3._2 {
        font-size: 40px;
        line-height: 30px;
    }

.lpheader3 {
    color: #f77f4b;
    margin-bottom: 20px;
    font-size: 20px;
}

    .lpheader3._2 {
        color: #00467f;
        margin-bottom: 20px;
    }

.bold-text-4 {
    font-size: 26px;
}

    .bold-text-4._2 {
        line-height: 30px;
    }

.lpcont1 {
    font-size: 16px;
}

.lp1btn {
    width: 200px;
    font-size: 16px;
}

    .lp1btn:hover {
        background-color: #f77f4b;
    }

.lpformbox {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
}

.tylink {
    color: #1e88e5;
}

.text-block-21 {
    font-size: 16px;
}

.whatwedodiv {
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
}

    .whatwedodiv.ppc {
        height: auto;
        max-width: 350px;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

.wwdhead {
    font-family: Roboto, sans-serif;
}

.bold-text-5 {
    color: #00467f;
    font-size: 16px;
    font-weight: 700;
}

.wwdcont {
    font-size: 16px;
    font-weight: 400;
}

.lpimage {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fsclogodiv {
    max-width: 250px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.articledivider {
    height: 2px;
    background-color: #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .articledivider.profile {
        margin-top: 15px;
    }

    .articledivider.top {
        margin-bottom: 10px;
    }

    .articledivider.btm {
        margin-bottom: 6px;
    }

.backtonewsroom {
    color: #00467f;
    font-size: 14px;
    display: inline-block;
    position: static;
}

.backtonewsroomlink {
    color: #00467f;
}

    .backtonewsroomlink:hover {
        color: #f77f4b;
    }

.infotitle {
    color: #00467f;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

    .infotitle._2 {
        text-align: left;
        border-left: 1px #ddd;
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 10px;
        position: static;
        right: 155px;
    }

        .infotitle._2.btm {
            margin-top: 0;
        }

.companyname {
    float: left;
    clear: left;
    color: #959ca2;
    font-size: 16px;
    display: inline-block;
}

.companywebsite {
    clear: none;
    color: #1e88e5;
    margin-left: 10px;
    font-size: 16px;
    display: block;
}

.companyprofile {
    float: none;
    color: #1e88e5;
    margin-left: 10px;
    font-size: 16px;
    display: block;
    position: static;
}

.sharediv {
    width: 400px;
    text-align: left;
    border-left: 1px #ddd;
    border-right: 1px #ddd;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}

    .sharediv.right {
        border-left-style: none;
        border-right-style: none;
    }

    .sharediv.profile {
        border-left-style: none;
        border-right-style: none;
        justify-content: center;
        align-items: flex-end;
        margin-top: 20px;
        padding-right: 15px;
        display: flex;
    }

.sharelink {
    width: 30px;
    height: 30px;
    opacity: .65;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

    .sharelink:hover {
        opacity: 1;
    }

    .sharelink.email {
        width: 30px;
        height: 30px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        position: relative;
        top: 10px;
    }

    .sharelink.fb, .sharelink.tw, .sharelink.in {
        width: 30px;
        height: 30px;
        margin-bottom: 0;
        position: relative;
        top: 10px;
    }

.followlink {
    width: 30px;
    opacity: .65;
    margin-left: 5px;
    margin-right: 5px;
}

    .followlink:hover {
        opacity: 1;
    }

.companywebsitelink {
    color: #1e88e5;
    font-size: 16px;
    display: block;
}

    .companywebsitelink:hover {
        color: #f77f4b;
    }

.companyprofilelink {
    color: #1e88e5;
    margin-left: 0;
    font-size: 16px;
    display: block;
}

    .companyprofilelink:hover {
        color: #f77f4b;
    }

.companylogo {
    max-width: 90%;
    float: none;
    clear: none;
    flex: 0 auto;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.articleheading {
    color: #00467f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
}

.datetime {
    margin-bottom: 10px;
}

.italic-text {
    color: #959ca2;
    font-size: 14px;
}

    .italic-text._2 {
        font-family: Avenir roman webfont, Tahoma, sans-serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
    }

.text-block-22 {
    color: #333;
    font-size: 16px;
}

.article-link {
    color: #1e88e5;
}

.articlecontent {
    margin-bottom: 20px;
    font-size: 16px;
}

.spacercontainer {
    height: 70px;
}

.companylogolink {
    border-right: 2px solid #ddd;
}

.profiletitle {
    color: #00467f;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

.stockdiv {
    position: relative;
}

.shareprofiledrop {
    padding-bottom: 0;
    font-size: 14px;
}

.dropdown-toggle-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

.text-block-23 {
    color: #959ca2;
    font-size: 16px;
}

.icon-4 {
    color: #959ca2;
}

.dropdown-link-3 {
    color: #00467f;
    background-image: url('../images/5b6b21561ea16a2dc77f55f5_Share_LinkedIn.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
    padding-left: 40px;
    font-size: 16px;
}

    .dropdown-link-3:hover {
        color: #f77f4b;
        background-image: url('../images/5b6b21561ea16a2dc77f55f5_Share_LinkedIn.png');
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }

.dropdown-link-4 {
    color: #00467f;
    background-image: url('../images/5b6b213a41c616e65e69e47f_Share_Twitter.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
    padding-left: 40px;
    font-size: 16px;
}

    .dropdown-link-4:hover {
        color: #f77f4b;
        background-image: url('../images/5b6b213a41c616e65e69e47f_Share_Twitter.png');
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }

.dropdown-link-5 {
    color: #00467f;
    background-image: url('../images/5b6b202a4c3819ca9815227d_Share_Facebook.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
    padding-left: 40px;
    font-size: 16px;
}

    .dropdown-link-5:hover {
        color: #f77f4b;
        background-image: url('../images/5b6b202a4c3819ca9815227d_Share_Facebook.png');
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }

.dropdown-link-6 {
    color: #00467f;
    background-image: url('../images/5b6b2173b3323e5bfafe7378_Share_Google.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
    padding-left: 40px;
    font-size: 16px;
}

.dropdown-link-7 {
    color: #00467f;
    background-image: url('../images/5b6b2192681f8959b4b149a1_Share_Email.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 4px;
    padding-left: 40px;
    font-size: 16px;
}

.tradedon {
    color: #959ca2;
    font-size: 16px;
}

.traded {
    color: #333;
    margin-left: 85px;
    font-size: 16px;
    position: absolute;
    right: 230px;
}

.symbol {
    color: #333;
    margin-left: 140px;
    font-size: 16px;
    position: absolute;
}

    .symbol.link {
        margin-left: 0;
    }

        .symbol.link:hover {
            color: #f77f4b;
        }

.stockprice {
    color: #1e88e5;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 60px;
}

.stockchange, .stockpercentchange {
    color: #959ca2;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.tabs-menu {
    max-width: 90%;
    text-align: center;
    border-bottom: 1px #ddd;
    margin: 10px auto 20px;
    display: block;
}

.tab-link-tab-6 {
    color: #00467f;
    font-size: 16px;
}

    .tab-link-tab-6.w--current {
        color: #f5f5f5;
        background-color: #1e88e5;
        margin-right: 4px;
    }

.tab-link-tab-5 {
    color: #00467f;
    margin-right: 4px;
    font-size: 16px;
}

    .tab-link-tab-5.w--current {
        color: #f5f5f5;
        background-color: #1e88e5;
    }

.tab-link-tab-4 {
    color: #00467f;
    margin-right: 4px;
    font-size: 16px;
}

    .tab-link-tab-4.w--current {
        color: #f5f5f5;
        background-color: #1e88e5;
    }

.tab-link-tab-3 {
    color: #00467f;
    margin-right: 4px;
    font-size: 16px;
}

    .tab-link-tab-3.w--current {
        color: #f5f5f5;
        background-color: #1e88e5;
    }

.tab-link-tab-2 {
    color: #00467f;
    margin-right: 4px;
    font-size: 16px;
}

    .tab-link-tab-2.w--current {
        color: #f5f5f5;
        background-color: #1e88e5;
    }

.tab-link-tab-1 {
    color: #00467f;
    margin-right: 4px;
    font-size: 16px;
}

    .tab-link-tab-1.w--current {
        color: #fff;
        background-color: #1e88e5;
        margin-right: 4px;
    }

.investorkittext {
    color: #00467f;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.investorkit-btn {
    max-width: 200px;
    text-align: center;
    background-color: #1e88e5;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
}

    .investorkit-btn:hover {
        color: #f5f5f5;
        background-color: #f77f4b;
    }

.image-email {
    display: inline-block;
}

.articlelogo {
    width: 150px;
    height: 100px;
    max-height: 150px;
    max-width: none;
    float: none;
    clear: left;
    background-color: #fff;
    border: 1px solid #959ca2;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    padding: 10px;
    display: flex;
}

    .articlelogo._2 {
        width: 250px;
    }

.logodiv {
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    align-items: center;
    margin-top: 0;
    margin-right: 10px;
    display: flex;
}

.infodiv {
    height: auto;
    float: none;
    border-right: 1px #ddd;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
    margin-left: 0;
    display: flex;
}

.dropdown {
    z-index: 99999;
    float: right;
    position: relative;
    top: 0;
    right: 0;
}

.tradelik {
    color: #1e88e5;
}

.html-embed {
    text-align: left;
}

    .html-embed.stockinfoarticle {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
    }

.column-17 {
    border-right: 1px solid #ddd;
}

.exchangeinfodiv {
    width: 400px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
    position: absolute;
    top: 132px;
    bottom: 0;
    left: 0;
}

.viewcomplete {
    margin-bottom: 20px;
}

.stockwidgetdiv {
    justify-content: space-around;
    align-items: center;
    padding-right: 30px;
    display: flex;
}

.maxnewlink, .link-20 {
    color: #1e88e5;
}

.follow-linked {
    width: 30px;
    height: 30px;
}

.connectto-link {
    color: #1e88e5;
    font-weight: 400;
}

.newsroomsearch {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 135px;
}

.search-button {
    height: 30px;
    float: left;
    background-color: #1e88e5;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 228px;
    right: 241px;
}

    .search-button:hover {
        background-color: #f77f4b;
    }

    .search-button.v2 {
        height: auto;
        border-top-right-radius: 125px;
        border-bottom-right-radius: 125px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-size: 16px;
        position: absolute;
        bottom: auto;
        left: 224px;
    }

.search-input {
    width: 225px;
    height: 30px;
    margin-bottom: 0;
    font-size: 12px;
}

    .search-input.v2 {
        height: auto;
        border-radius: 125px 0 0 125px;
        padding-bottom: 9px;
        padding-right: 12px;
        font-size: 16px;
    }

.ppcs1formdiv {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .ppcs1formdiv._1 {
        background-image: linear-gradient(#fff, #fff);
        border-radius: 15px;
    }

.ppcs1btn {
    width: 600px;
    background-color: #1e88e5;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
}

    .ppcs1btn:hover, .ppcs1btn._2 {
        background-color: #f77f4b;
    }

        .ppcs1btn._2:hover {
            background-color: #1e88e5;
        }

.ppcs1colkft {
    padding-right: 2px;
}

.ppcs1colrt {
    padding-left: 2px;
}

.ppcs1h {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.ppcs1h2 {
    color: #be5927;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.ppclpcont {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

    .ppclpcont._2 {
        text-align: left;
        margin-bottom: 10px;
    }

        .ppclpcont._2.btm {
            color: #f77f4b;
        }

        .ppclpcont._2.ty {
            margin-top: 30px;
        }

    .ppclpcont.list {
        text-align: left;
        margin-bottom: 0;
    }

        .ppclpcont.list.last {
            margin-bottom: 20px;
        }

.ppcs1contdiv {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ppcs2h {
    color: #fff;
    font-family: Roboto, sans-serif;
}

.ppcsh2 {
    color: #be5927;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.unordered-list-4 {
    color: #fff;
    margin-bottom: 40px;
}

.formdivblock {
    background-color: #ddd;
    border-radius: 15px;
    padding: 30px 30px 30px 15px;
}

.ppcs2btn {
    width: 200px;
    background-color: #1e88e5;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
}

    .ppcs2btn:hover, .ppcs2btn._2 {
        background-color: #f77f4b;
    }

        .ppcs2btn._2:hover {
            background-color: #1e88e5;
        }

.formheadppc2 {
    color: #00467f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.article-subheader {
    color: #1e88e5;
    font-family: Roboto, sans-serif;
}

.subscribe {
    color: #1e88e5;
}

    .subscribe:hover {
        color: #f77f4b;
    }

.relateddocs {
    margin-bottom: 20px;
    font-style: normal;
}

.relateddoc {
    color: #1e88e5;
}

    .relateddoc:hover {
        color: #f77f4b;
    }

.tablesample {
    margin-bottom: 30px;
}

.companynameinfo {
    color: #333;
    font-size: 16px;
}

.countrydiv {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    bottom: 5px;
}

    .countrydiv._2 {
        margin-top: 20px;
        margin-right: 20px;
    }

.modal-wrapper {
    z-index: 9999;
    background-image: linear-gradient(rgba(0, 70, 127, .95), rgba(0, 70, 127, .95));
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.alertsform {
    max-width: 450px;
    clear: both;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 0 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 0 6px #020e18;
}

.form-hero {
    background-color: #1e88e5;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 50px 40px 30px;
}

.text-field-5, .text-field-6 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alertspoptext {
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

.alertsbtn {
    width: 200px;
    background-color: #1e88e5;
}

    .alertsbtn:hover {
        background-color: #f77f4b;
    }

.alertspoptextsub {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.closemodalbutton {
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.closemodolx {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.closelink {
    color: #fff;
}

.homeslidebtn {
    width: 200px;
    color: #f5f5f5;
    background-color: #be5927;
    margin-top: 20px;
    font-size: 16px;
}

    .homeslidebtn:hover {
        color: #fff;
        background-color: #959ca2;
    }

.searchform {
    float: none;
    clear: none;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 135px;
}

    .searchform.v2 {
        float: none;
        clear: none;
        display: inline-block;
        position: relative;
        top: 0;
        left: auto;
    }

.form-block-2 {
    margin-bottom: 0;
}

.stockcolleft {
    text-align: left;
    border-right: 1px #959ca2;
}

.tickername {
    color: #959ca2;
    text-align: right;
    margin-top: 20px;
    display: block;
}

.column-19 {
    position: relative;
}

.pardot_extra_field {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.terms {
    font-size: 10px;
}

.formbg {
    background-image: linear-gradient(#fff, #fff);
    border-radius: 15px;
}

    .formbg._2 {
        max-width: 650px;
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px 20px;
    }

.html-embed-2 {
    border-radius: 15px;
}

.navbarleft {
    width: 100%;
    background-color: #00467f;
    padding: 10px 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.accesswire-mainlogo {
    width: 180px;
    max-width: 180px;
    float: none;
    clear: none;
    text-align: left;
    margin: 25px auto 30px;
    display: inline-block;
}

.mainlogotexttest1 {
    color: #fff;
}

.body {
    background-color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

    .body.test {
        background-color: #fff;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-weight: 400;
    }

.navlisttest1 {
    list-style-type: none;
}

.leftnavelinktest1 {
    color: #fff;
}

.leftnavlinktest1 {
    color: #1e88e5;
    text-align: left;
    margin-bottom: 20px;
    font-family: Avenir;
    font-size: 18px;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

    .leftnavlinktest1:hover {
        color: #ff8524;
    }

.leftnavtextlink {
    height: auto;
    max-width: 250px;
    float: left;
    clear: left;
    color: #1e88e5;
    border-left: 4px solid rgba(0, 0, 0, 0);
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 18px;
    display: block;
    position: static;
}

    .leftnavtextlink:hover {
        color: #1e88e5;
        border-left: 4px solid #1e88e5;
        font-family: Avenir webfont, Tahoma, sans-serif;
    }

    .leftnavtextlink.w--current {
        border-left-color: #1e88e5;
    }

    .leftnavtextlink.hit {
        border-bottom: 4px #1e88e5;
        border-left-style: solid;
        border-left-color: #1e88e5;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-weight: 900;
        text-decoration: none;
    }

        .leftnavtextlink.hit.w--current {
            font-family: Avenir webfont, Tahoma, sans-serif;
        }

.navlistitem {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: static;
}

.navdivider {
    height: 1px;
    background-color: #fff;
    margin-bottom: 30px;
    position: static;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.brand {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-3 {
    max-width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.nav-icon {
    max-width: 35px;
    margin-right: 6px;
    display: inline-block;
}

.navlinktest {
    max-width: 100%;
    border-left: 6px solid rgba(0, 0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Avenir;
    display: block;
    position: static;
}

    .navlinktest:hover {
        border-left: 6px solid #f77f4b;
        border-radius: 0;
    }

.homesectiontest1 {
    z-index: 999999;
    width: 400px;
    height: 75vh;
    max-height: none;
    text-align: left;
    background-color: #fff;
    border-right: 2px solid #f5f5f5;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding: 30px 30px 30px 155px;
    font-family: Avenir;
    display: block;
    position: -webkit-sticky;
    position: sticky;
}

.navbartest {
    height: 77px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.tellmystory {
    width: 150px;
    max-width: 150px;
    float: right;
    clear: none;
    color: #be5927;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #be5927;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    right: 0;
}

    .tellmystory:hover {
        color: #fff;
        background-color: #1e88e5;
        border-color: #1e88e5;
    }

    .tellmystory.w--current {
        background-color: rgba(0, 0, 0, 0);
    }

        .tellmystory.w--current:hover {
            background-color: #1e88e5;
        }

.container-4 {
    height: 75px;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Avenirltstd book;
    display: block;
}

.login {
    float: right;
    clear: none;
    color: #00467f;
    background-color: #fff;
    padding-right: 0;
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .login:hover {
        color: #be5927;
    }

.logindiv {
    float: right;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 19px;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.topnavdivider {
    height: 2px;
    max-width: 100%;
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .topnavdivider._2 {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }

.leftsidenav {
    background-color: #fff;
    display: inline-block;
    position: static;
}

.rightmainsection {
    display: block;
}

.footertest {
    z-index: 9998;
    height: auto;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 0 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
}

    .footertest.mobile {
        display: none;
    }

.footerdivider {
    height: 2px;
    max-width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footerline {
    direction: ltr;
    color: #959ca2;
    margin-right: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.columns {
    align-items: center;
    margin-bottom: 0;
    font-weight: 800;
    display: block;
    position: static;
}

.linediv {
    font-size: 16px;
    font-weight: 400;
}

.linetext {
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: inline-block;
}

    .linetext._2 {
        margin-right: 10px;
    }

.text-block-24 {
    color: #959ca2;
}

.text-block-25 {
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
}

.nav-menu-2 {
    z-index: 999;
    width: 400px;
    height: 55vh;
    border-right: 2px solid #f5f5f5;
    margin-top: 30px;
    padding-left: 150px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    position: static;
}

.image-11 {
    max-width: 95%;
    float: right;
    clear: none;
    margin-top: 60px;
    margin-right: 51px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -33%;
}

.headertest {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    display: block;
}

.headersubtext {
    margin-top: 0;
    padding-right: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

    .headersubtext.mobile {
        display: none;
    }

.headerbtn {
    width: 90%;
    color: #fff;
    text-align: center;
    background-color: #be5927;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    display: flex;
}

    .headerbtn:hover {
        color: #fff;
        background-color: #1e88e5;
    }

    .headerbtn.mobile {
        display: none;
    }

    .headerbtn.newsroom {
        width: 200px;
        background-color: #373e98;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .headerbtn.newsroom.v2 {
            width: 50%;
        }

            .headerbtn.newsroom.v2.mid {
                width: 48%;
            }

                .headerbtn.newsroom.v2.mid._2123, .headerbtn.newsroom.v2.mid.second {
                    border-color: #373e98;
                }

        .headerbtn.newsroom.return {
            width: auto;
            max-width: 265px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .headerbtn.newsroom.wp {
            width: 100%;
            margin-top: 40px;
            margin-left: auto;
            margin-right: auto;
        }

        .headerbtn.newsroom.anw {
            background-color: #373e98;
        }

            .headerbtn.newsroom.anw.left {
                width: 300px;
                margin-left: 0;
            }

        .headerbtn.newsroom.left {
            margin-left: 0;
        }

    .headerbtn.v2 {
        width: 55%;
        background-color: #373e98;
        border: 2px solid #373e98;
        border-radius: 0;
        margin-right: 20px;
    }

        .headerbtn.v2:hover {
            background-color: #f16775;
            border-color: #f16775;
        }

        .headerbtn.v2.request {
            width: 40%;
            color: #373e98;
            background-color: rgba(0, 0, 0, 0);
            border: 2px solid #373e98;
        }

            .headerbtn.v2.request:hover {
                color: #00467f;
                background-color: rgba(0, 0, 0, 0);
            }

            .headerbtn.v2.request.center {
                color: #fff;
                background-color: #373e98;
                border-color: #373e98;
                margin-top: 10px;
                margin-left: auto;
                margin-right: auto;
            }

                .headerbtn.v2.request.center:hover {
                    background-color: #f16775;
                    border-color: #f16775;
                }

            .headerbtn.v2.request._12 {
                color: #373e98;
                border-color: #373e98;
            }

                .headerbtn.v2.request._12.v4 {
                    width: 58%;
                    margin-top: 20px;
                }

        .headerbtn.v2.buy {
            width: 75%;
            margin-bottom: 10px;
            margin-right: 0;
        }

            .headerbtn.v2.buy.outline {
                color: #00467f;
                background-color: rgba(0, 0, 0, 0);
                border-color: #00467f;
            }

                .headerbtn.v2.buy.outline.learn {
                    width: 300px;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }

                    .headerbtn.v2.buy.outline.learn.anw {
                        color: #373e98;
                        border-color: #373e98;
                    }

        .headerbtn.v2.hero {
            width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .headerbtn.v2.preview {
            width: 100%;
            color: #959ca2;
            background-color: rgba(0, 0, 0, 0);
            border-color: #ddd;
            margin-left: auto;
            margin-right: auto;
        }

        .headerbtn.v2.requestdemoecom {
            width: 100%;
            background-color: #373e98;
            border-color: #373e98;
        }

            .headerbtn.v2.requestdemoecom.w--current {
                width: 100%;
                background-color: #1e88e5;
                border-color: #1e88e5;
                margin-left: auto;
                margin-right: auto;
            }

        .headerbtn.v2.getstrted.w--current {
            width: 100%;
            background-color: #00467f;
            border-color: #00467f;
            margin-left: auto;
            margin-right: auto;
        }

        .headerbtn.v2.getstrted.forgotpasswordbtn {
            width: 100%;
        }

        .headerbtn.v2.getstrted.lrg {
            width: 100%;
            background-color: #373e98;
            border-color: #373e98;
        }

    .headerbtn.connect {
        width: 250px;
        float: none;
        clear: none;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

.headertestdiv {
    min-height: 295px;
    border-left: 2px #f5f5f5;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: block;
}

    .headertestdiv._2 {
        margin-bottom: 140px;
    }

        .headertestdiv._2.thankyou {
            margin-bottom: 0;
        }

    .headertestdiv._3 {
        float: right;
        clear: both;
        border-left-style: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
        display: block;
    }

    .headertestdiv.btm {
        border-left-style: none;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-right: 0;
    }

        .headertestdiv.btm.g2 {
            height: auto;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            background-color: rgba(0, 0, 0, 0);
            border-top-left-radius: 125px;
            border-bottom-left-radius: 125px;
            flex-flow: wrap;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            align-content: flex-start;
            justify-content: space-around;
            align-items: center;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 20px;
            padding: 0 0 0 60px;
            display: block;
        }

    .headertestdiv.contact {
        min-height: 240px;
        margin-bottom: 0;
        position: relative;
    }

    .headertestdiv.newsroom {
        float: none;
        border-left-style: none;
        padding-right: 0;
    }

        .headertestdiv.newsroom.new {
            margin-left: 0;
            padding-left: 0;
        }

    .headertestdiv.update {
        border-left-style: none;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .headertestdiv.btm-spce {
        margin-bottom: 220px;
    }

    .headertestdiv.v2 {
        min-height: auto;
        border-left-style: none;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

.contentsection {
    margin-bottom: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: block;
    position: static;
    top: 16%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .contentsection.tab {
        display: none;
    }

.column-20 {
    height: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.bluenewsroomcallout {
    width: 88%;
    clear: none;
    color: #fff;
    background-color: #1e88e5;
    border-radius: 125px 0 0 125px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 45%;
    left: auto;
    right: 0%;
    overflow: hidden;
}

.text-block-26 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.newsroomintrotext {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.newsroomintoimage {
    width: 125px;
    max-width: none;
    background-color: #fff;
    border-radius: 0;
}

.circlediv {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 150px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
}

.bluetextdiv {
    width: 36vw;
    float: left;
    clear: none;
    margin-left: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.btnnewsrmintro {
    width: 150px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 125px;
    margin-top: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

    .btnnewsrmintro:hover {
        color: #00467f;
        border-color: #00467f;
        border-radius: 125px;
    }

.clientexampletitle {
    clear: none;
    color: #1e88e5;
    margin-bottom: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
}

    .clientexampletitle.mobile {
        display: none;
    }

    .clientexampletitle.news {
        margin-bottom: 0;
    }

        .clientexampletitle.news.center {
            color: #f16775;
            text-align: center;
            margin-bottom: 20px;
        }

        .clientexampletitle.news.v2 {
            margin-bottom: 6px;
        }

        .clientexampletitle.news.vtwo {
            margin-top: 20px;
            font-size: 18px;
        }

.footerinfo {
    color: #959ca2;
    text-align: center;
    margin-bottom: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.footerlinktest {
    font-family: Avenir webfont, Tahoma, sans-serif;
}

    .footerlinktest:hover {
        color: #1e88e5;
    }

.nav-menu-3 {
    z-index: 0;
    height: 325px;
    float: none;
    direction: ltr;
    border-right-style: none;
    margin-top: 48px;
    padding-left: 40px;
    display: block;
    position: fixed;
    top: 97px;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.menuunderline {
    width: 100px;
    height: 4px;
    background-color: #1e88e5;
}

.areyoureadydiv {
    background-color: #2f373c;
    margin-bottom: 0;
    padding: 40px 20px;
}

    .areyoureadydiv.updateplaceholder {
        background-color: rgba(0, 0, 0, 0);
    }

    .areyoureadydiv.holer {
        background-color: #fff;
    }

.tellstorytxt {
    color: #fff;
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
}

.readydiv {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.readybtn {
    width: 150px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 16px;
}

    .readybtn:hover {
        color: #1e88e5;
        border-color: #1e88e5;
    }

.whowearediv {
    width: 100%;
    height: auto;
    background-color: #1e88e5;
    border-radius: 150px;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
}

    .whowearediv._2 {
        background-color: #ff8524;
        margin-bottom: 60px;
        padding-left: 60px;
    }

        .whowearediv._2._3 {
            text-align: center;
            background-color: rgba(0, 0, 0, 0);
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            padding: 25px;
        }

.whoimage {
    width: 240px;
    max-width: none;
    background-color: #fff;
    border: 1px #959ca2;
    border-radius: 125px;
    margin-right: 40px;
}

    .whoimage._2 {
        clear: none;
        text-align: left;
        margin-left: 40px;
        margin-right: 0;
        display: block;
        position: relative;
        right: 0;
    }

        .whoimage._2._3 {
            clear: none;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            right: auto;
        }

    .whoimage._3row {
        margin-right: 0;
    }

.whotext {
    width: 56%;
    clear: left;
    flex-flow: row;
    align-content: center;
    align-items: center;
    margin-left: 30px;
    display: block;
}

.who {
    clear: left;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    display: block;
}

    .who.darker {
        color: #be5927;
    }

.whobody {
    width: 98%;
    clear: none;
    color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    display: block;
}

    .whobody.darker {
        color: #2f373c;
        margin-bottom: 50px;
    }

        .whobody.darker._2 {
            margin-bottom: 10px;
        }

.aboutsubtitle {
    color: #2f373c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 32px;
}

    .aboutsubtitle.prod {
        margin-bottom: 100px;
    }

.container-5 {
    border: 1px #000;
    padding-left: 0;
}

.grid {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
        "."
        ".";
}

    .grid.offers {
        margin-bottom: 30px;
    }

.offerstext1 {
    color: #be5927;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    position: relative;
}

.offerstext2 {
    color: #959ca2;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    position: relative;
}

.offerimages {
    max-width: 80%;
    background-color: #f5f5f5;
    border-radius: 125px;
}

.columns-2 {
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px #f5f5f5;
    padding: 30px;
}

.columns-3 {
    border: 2px solid #f5f5f5;
    border-top-style: none;
    border-left: 1px #f5f5f5;
    padding: 30px;
}

.columns-4 {
    border-bottom: 2px solid #f5f5f5;
    border-left: 1px #000;
    border-right: 2px solid #f5f5f5;
    padding: 30px;
}

.columns-5 {
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px #f5f5f5;
    padding: 30px;
}

.columns-6 {
    padding: 30px;
}

.columns-7 {
    border-right: 2px solid #f5f5f5;
    padding: 30px;
}

.newsroombtn {
    width: 125px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 125px;
    margin-top: 15px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
}

    .newsroombtn:hover {
        color: #00467f;
        border-color: #00467f;
    }

    .newsroombtn.darker {
        color: #be5927;
        border-color: #be5927;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .newsroombtn.darker:hover {
            color: #1e88e5;
            border-color: #1e88e5;
        }

.newsroomtopbar {
    border-bottom: 2px #f5f5f5;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
}

.newsroomtitle {
    margin-top: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    position: static;
}

    .newsroomtitle.new {
        font-size: 18px;
    }

.languages {
    width: 125px;
    float: right;
    color: #fff;
    text-align: center;
    background-color: #1e88e5;
    border: 2px solid #1e88e5;
    border-radius: 125px;
    justify-content: space-between;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    display: block;
}

    .languages._2 {
        width: 125px;
        background-color: #be5927;
        border: 2px solid #be5927;
        border-radius: 125px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
        margin-left: 5px;
        padding-left: 0;
        display: block;
    }

        .languages._2.language {
            width: 200px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0);
            margin-left: 5px;
            padding-left: 0;
            position: relative;
        }

            .languages._2.language.art {
                float: none;
                text-align: center;
                margin-bottom: 0;
                margin-left: auto;
                margin-right: auto;
                padding-left: 10px;
            }

            .languages._2.language.v2 {
                width: 196px;
                background-color: #fff;
                border-color: #ddd;
                border-radius: 4px;
                margin-left: 10px;
                padding-left: 10px;
                box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .05);
            }

                .languages._2.language.v2.inside-article {
                    width: 100%;
                    box-shadow: none;
                    margin: 30px auto 0;
                    display: block;
                }

            .languages._2.language.update {
                border-color: #373e98;
                border-radius: 4px;
                margin-top: 0;
                margin-left: 0;
                margin-right: 20px;
                padding-top: 7px;
                padding-bottom: 7px;
                font-size: 14px;
                font-weight: 900;
            }

        .languages._2.v2 {
            width: 196px;
            text-align: left;
            border-width: .5px;
            border-radius: 4px;
            margin-left: 10px;
            box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .05);
        }

    .languages.sort {
        background-color: #f5f5f5;
        border: 2px solid #959ca2;
        border-radius: 125px;
        justify-content: space-between;
        align-items: baseline;
        margin-left: 20px;
        padding-left: 20px;
        padding-right: 0;
    }

    .languages.v2 {
        width: 196px;
        color: #2f373c;
        text-align: left;
        background-color: #fff;
        border-width: .5px;
        border-color: #ddd;
        border-radius: 4px;
        margin-left: 10px;
        padding-left: 10px;
        box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .05);
    }

.dropdown-toggle-3 {
    padding: 0;
    position: static;
}

.btntxt {
    clear: none;
    color: #fff;
    text-align: center;
    padding-right: 20px;
}

    .btntxt._2 {
        color: #959ca2;
        position: static;
    }

    .btntxt._23 {
        color: #be5927;
        text-align: center;
        margin-left: 10px;
        margin-right: 20px;
    }

        .btntxt._23.v2 {
            color: #00467f;
        }

        .btntxt._23.update {
            color: #373e98;
        }

    .btntxt.grey {
        color: #000;
    }

.icon-5 {
    color: #959ca2;
    margin-right: 10px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.icon-6 {
    float: none;
    clear: none;
    margin-right: 10px;
}

.icon-7 {
    color: #959ca2;
    margin-right: 10px;
}

    .icon-7._2 {
        color: #be5927;
    }

        .icon-7._2.v2 {
            color: #959ca2;
        }

        .icon-7._2.update {
            color: #373e98;
        }

.industrydrop.w--open {
    height: 300px;
    object-fit: fill;
    background-color: #fff;
    border-radius: 4px;
    top: 37px;
    left: 0;
    overflow: scroll;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25);
}

.dropdownlink {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dropdownlink:hover {
        color: #fff;
        background-color: #1e88e5;
    }

    .dropdownlink._2 {
        background-color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .dropdownlink._2:hover {
            background-color: #373e98;
        }

    .dropdownlink._3 {
        background-color: #f5f5f5;
    }

        .dropdownlink._3:hover {
            background-color: #959ca2;
        }

.articlev2 {
    width: 100%;
    height: 150px;
    background-color: #f5f5f5;
    border-radius: 125px;
    align-items: center;
    padding: 10px;
    display: flex;
}

    .articlev2.dark {
        height: auto;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .articlev2.light {
        height: auto;
        background-color: #fff;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .articlev2.companyheader {
        width: 95%;
        height: 125px;
        background-color: #1e88e5;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 60px;
        margin-left: 40px;
        margin-right: 20px;
        padding-left: 10px;
        font-family: Avenirltstd book;
        display: flex;
    }

.articleheadingv2 {
    color: #959ca2;
    margin-bottom: 10px;
    font-family: Avenirltstd book;
    font-size: 16px;
}

.articlesamplev2 {
    color: #1e88e5;
    margin-bottom: 5px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 900;
}

    .articlesamplev2:hover {
        color: #00467f;
    }

.articletype {
    color: #959ca2;
    margin-bottom: 5px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 12px;
}

    .articletype:hover {
        color: #1e88e5;
    }

.articletextdiv {
    width: 70%;
    clear: left;
}

.articledate {
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

    .articledate:hover {
        color: #1e88e5;
    }

.articlelogoimage {
    max-height: 95px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

    .articlelogoimage.articleimage {
        width: auto;
        max-height: none;
        max-width: 90%;
        margin-bottom: 0;
    }

        .articlelogoimage.articleimage.update {
            width: 100%;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

.brand-2 {
    display: block;
    position: static;
}

.rightsfootercontainer {
    margin-bottom: 90px;
    padding-top: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

    .rightsfootercontainer._2 {
        margin-bottom: 0;
    }

.form-block-3 {
    height: auto;
    float: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 100px;
    display: none;
    position: static;
    top: -25px;
}

.pagetitle {
    color: #2f373c;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
    display: block;
}

    .pagetitle.news {
        display: none;
    }

    .pagetitle.dist {
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .pagetitle.product {
        margin-bottom: 10px;
    }

    .pagetitle.prod.reference {
        margin-top: 60px;
    }

    .pagetitle.prod.thanks {
        color: #f16775;
        margin-bottom: 0;
    }

    .pagetitle.sitemap {
        color: #373e98;
        text-align: left;
    }

    .pagetitle.center {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }

        .pagetitle.center.white {
            color: #fff;
        }

.tellstory {
    color: #959ca2;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    position: static;
}

    .tellstory.er.firstrelease {
        color: #f16775;
        margin-top: 15px;
        font-size: 20px;
    }

    .tellstory.er.btm {
        margin-top: 10px;
    }

    .tellstory.er.top {
        margin-bottom: 15px;
    }

        .tellstory.er.top.sub {
            color: #373e98;
            margin-bottom: 40px;
        }

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

    .tellstory.update {
        line-height: 22px;
    }

.columns-8 {
    width: 100%;
    align-items: center;
    display: flex;
}

.tellmystorybubble {
    background-color: #1e88e5;
    border-radius: 125px;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 10px;
    display: flex;
}

    .tellmystorybubble._2 {
        background-color: #ff8524;
    }

        .tellmystorybubble._2.tms {
            background-color: #be5927;
            align-items: center;
        }

    .tellmystorybubble.create {
        background-color: #fff;
        border: 1px solid #1e88e5;
        margin-bottom: 40px;
    }

        .tellmystorybubble.create.nonselect {
            border-color: #ddd;
            flex-direction: row;
            justify-content: center;
            display: flex;
        }

    .tellmystorybubble.tms {
        height: 200px;
    }

.releasetype {
    color: #fff;
    text-align: center;
    margin-bottom: 31px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

    .releasetype.blue {
        color: #00467f;
        text-align: center;
        font-weight: 900;
    }

        .releasetype.blue.ns {
            color: #00467f;
            font-family: Avenir webfont, Tahoma, sans-serif;
            font-weight: 900;
        }

.getstartedbtn {
    width: 150px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: static;
}

    .getstartedbtn:hover {
        color: #00467f;
        border-color: #00467f;
    }

    .getstartedbtn.blue {
        color: #1e88e5;
        border-color: #1e88e5;
    }

        .getstartedbtn.blue.ns {
            color: #959ca2;
            border-color: #ddd;
        }

            .getstartedbtn.blue.ns:hover {
                color: #be5927;
                border-color: #be5927;
            }

.column-21 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.storyrightside {
    width: 90%;
    padding-left: 0;
    display: block;
}

.startingat {
    color: #ddd;
    margin-bottom: 5px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 11px;
}

    .startingat.cerate {
        color: #1e88e5;
    }

.pricenew {
    color: #fff;
    margin-bottom: 5px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 900;
}

    .pricenew.create {
        color: #1e88e5;
    }

        .pricenew.create.ns {
            color: #00467f;
            text-align: center;
            margin-bottom: 0;
        }

.perrelease {
    float: none;
    clear: none;
    color: #ddd;
    margin-left: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 11px;
    display: block;
    position: relative;
    bottom: 0;
}

.storybody {
    color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 30px;
}

    .storybody.create {
        color: #1e88e5;
    }

        .storybody.create.ns {
            color: #959ca2;
        }

        .storybody.create.include {
            font-style: italic;
            font-weight: 400;
        }

.div-block-6 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.createlink {
    float: left;
    color: #959ca2;
    border-bottom: 4px #1e88e5;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

    .createlink:hover {
        color: #be5927;
    }

    .createlink.w--current {
        color: #1e88e5;
        border-bottom-style: solid;
        margin-bottom: 0;
        padding-bottom: 4px;
        font-family: Avenir webfont, Tahoma, sans-serif;
    }

    .createlink.idle {
        color: #ddd;
        border-bottom-style: none;
        margin-left: 0;
        font-family: Avenirltstd book;
        font-weight: 400;
    }

    .createlink._2 {
        color: #ddd;
        border-bottom-style: none;
    }

.formcreateaccount {
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    padding-bottom: 10px;
}

    .formcreateaccount.request {
        width: 75%;
    }

    .formcreateaccount._2 {
        width: 65%;
    }

.text-block-27 {
    clear: left;
    text-align: left;
}

.contactinfo {
    clear: left;
    color: #be5927;
    margin-top: 40px;
    margin-left: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
    position: static;
}

    .contactinfo.sub {
        color: #959ca2;
        margin-top: 0;
        margin-bottom: 4px;
        padding-right: 10px;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-size: 14px;
        font-weight: 400;
        display: block;
    }

    .contactinfo._2 {
        margin-top: 50px;
    }

    .contactinfo.deals {
        color: #2f373c;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-size: 25px;
    }

    .contactinfo._3 {
        color: #373e98;
    }

    .contactinfo.pay {
        margin-bottom: 40px;
        margin-left: 20px;
    }

.fieldlabel {
    color: #959ca2;
    background-color: #fff;
    margin-bottom: auto;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -21%;
    bottom: auto;
    left: 0%;
    right: auto;
}

    .fieldlabel.tax {
        margin-top: auto;
        display: inline-block;
        position: relative;
    }

        .fieldlabel.tax.amount {
            color: #2f373c;
            margin-top: auto;
            position: static;
        }

.textfield1 {
    height: 50px;
    border-right: 1px solid #ccc;
    border-radius: 125px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

    .textfield1.phone {
        height: 50px;
    }

    .textfield1.expdate {
        width: 100%;
    }

.formdiv {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
}

    .formdiv._1 {
        margin-top: 0;
        padding-top: 0;
    }

    .formdiv._2 {
        margin-right: 20px;
    }

    .formdiv.pw {
        width: 75%;
    }

    .formdiv.half {
        width: 100%;
        padding-right: 3px;
    }

    .formdiv.code, .formdiv.cvc {
        width: 40%;
    }

.flag {
    width: 30px;
    max-width: none;
    cursor: not-allowed;
    position: absolute;
    top: 10px;
    left: 10px;
}

.phoneemail {
    width: 250px;
    border-radius: 125px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    .phoneemail.auth {
        width: 200px;
    }

    .phoneemail.pref {
        margin-bottom: 30px;
    }

.bluephone {
    width: 100%;
    background-color: #373e98;
    border-top: 1px solid #1e88e5;
    border-bottom: 1px solid #1e88e5;
    border-right: 1px solid #1e88e5;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.emailwhite {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right-style: none;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.columns-9 {
    border: 1px solid #f5f5f5;
    border-top-style: none;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
}

.whttext {
    color: #fff;
    text-align: center;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
    position: static;
}

.blutext {
    color: #959ca2;
    text-align: center;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.contactdrop {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 150px;
    margin-top: 6px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 12px;
}

    .contactdrop.country {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

        .contactdrop.country.article-v2-holder {
            margin-bottom: 20px;
        }

        .contactdrop.country._2 {
            margin-bottom: 30px;
        }

.column-22, .column-23 {
    padding-left: 0;
}

.left {
    margin-left: 10px;
}

    .left._2 {
        margin-left: 0;
    }

.nextbtn {
    width: 150px;
    float: right;
    clear: none;
    color: #be5927;
    text-align: center;
    background-color: #fff;
    border: 1px solid #be5927;
    border-radius: 125px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    position: static;
}

    .nextbtn:hover {
        color: #1e88e5;
        border-color: #1e88e5;
    }

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

    .nextbtn.create {
        color: #fff;
        background-color: #373e98;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0);
    }

        .nextbtn.create:hover {
            color: #373e98;
            background-color: #fff;
            border-style: solid;
            border-color: #373e98;
        }

        .nextbtn.create.submit {
            width: 163px;
            float: none;
        }

.header-orange {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #be5927;
    font-size: 20px;
    font-weight: 900;
}

.createquoteright {
    width: 200px;
    height: auto;
    float: right;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 125px;
    padding: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 15%;
}

    .createquoteright.request {
        top: 169px;
        bottom: 63px;
    }

    .createquoteright._2 {
        width: 300px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        padding: 30px;
        display: flex;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0%;
    }

.quotation {
    color: #1e88e5;
    font-family: Avenirltstd;
    font-size: 22px;
    font-weight: 900;
}

.quote {
    color: #2f373c;
    margin-bottom: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 14px;
}

.quoteimage {
    border-radius: 125px;
    margin-bottom: 20px;
}

.quotename {
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 14px;
}

    .quotename.sub {
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-size: 12px;
    }

.menu-button-2 {
    display: none;
}

.goback {
    float: right;
    color: #373e98;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
    margin-right: 20px;
    padding-right: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    display: inline-block;
    position: static;
}

    .goback:hover {
        color: #f16775;
    }

.captcha {
    float: right;
}

.link-21 {
    color: #00467f;
}

.menu-button-3, .menu-button-4 {
    display: none;
}

.icon-8 {
    display: block;
}

.forgotpassword {
    float: none;
    color: #00467f;
    text-align: left;
    margin-left: 0;
}

.forgotpwdiv {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: auto;
    display: inline-block;
}

.loginbtn {
    width: 150px;
    float: none;
    clear: left;
    text-align: center;
    background-color: #373e98;
    border-radius: 125px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    display: block;
}

    .loginbtn:hover {
        color: #fff;
        background-color: #f16775;
    }

    .loginbtn.newpw {
        width: 200px;
        color: #fff;
        background-color: #373e98;
    }

        .loginbtn.newpw:hover {
            color: #fff;
            background-color: #f16775;
        }

    .loginbtn.create {
        width: 165px;
        display: inline-block;
    }

    .loginbtn.log {
        width: 200px;
    }

.loginformdiv {
    width: 450px;
}

.section-3 {
    margin-top: 100px;
    padding-bottom: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: none;
    position: relative;
    top: auto;
    bottom: 57px;
    left: 0%;
    right: 0%;
}

    .section-3.pushbtm {
        position: absolute;
    }

.container-6 {
    margin-bottom: 0;
}

.brand-3 {
    height: 75px;
}

.forgotpasswordpop {
    z-index: 9999;
    background-color: rgba(30, 136, 229, .75);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
}

    .forgotpasswordpop.auth {
        background-color: rgba(30, 136, 229, .75);
        display: none;
    }

        .forgotpasswordpop.auth.pop {
            align-items: center;
            display: none;
        }

.forgotpasswordform {
    display: block;
    position: relative;
    top: 0;
}

.form {
    width: 590px;
    height: 293px;
    background-color: #fff;
    border-radius: 175px;
    padding: 40px 100px;
}

    .form.auth {
        width: 75%;
        height: auto;
        border-radius: 250px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .form.auth.pop {
            min-width: 600px;
            text-align: center;
            margin-top: 0;
            padding-top: 40px;
            padding-bottom: 40px;
        }

.forgotpwheader {
    margin-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.pwbody {
    color: #959ca2;
    margin-bottom: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
}

    .pwbody._2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pwbody.auth {
        margin-bottom: 20px;
    }

.forgotpasswordbtn {
    width: 200px;
    float: right;
    color: #fff;
    background-color: #373e98;
    border-radius: 125px;
    margin-top: 10px;
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
}

    .forgotpasswordbtn:hover {
        background-color: #f16775;
    }

    .forgotpasswordbtn.cancel {
        color: #ddd;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ddd;
    }

    .forgotpasswordbtn._2 {
        margin-left: 10px;
    }

        .forgotpasswordbtn._2.pop {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

            .forgotpasswordbtn._2.pop:hover {
                color: #fff;
                background-color: #1e88e5;
            }

    .forgotpasswordbtn.unsubscribe {
        float: left;
        text-align: center;
        border: 1px solid #373e98;
        display: block;
    }

        .forgotpasswordbtn.unsubscribe:hover {
            color: #fff;
            background-color: #f16775;
            border: 1px solid #f16775;
        }

.closebtn {
    width: 25px;
    height: 25px;
    text-align: left;
    padding: 5px;
    position: absolute;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 5%;
}

.closex {
    width: 25px;
    height: 25px;
    color: #373e98;
    text-align: center;
    border: 2px solid #373e98;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 900;
    display: flex;
}

    .closex.info {
        width: 20px;
        height: 20px;
        float: right;
        clear: none;
        cursor: pointer;
        justify-content: center;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 10px;
        display: flex;
        position: absolute;
        top: 10px;
        bottom: auto;
        right: 10px;
        overflow: visible;
    }

.xlink {
    color: #373e98;
    padding-bottom: 4px;
}

.column-24 {
    clear: none;
}

.backnewsroom {
    color: #959ca2;
    margin-top: 20px;
    font-family: Avenirltstd roman;
    display: inline-block;
    position: static;
}

.link-22 {
    color: #1e88e5;
    font-size: 16px;
}

.articlenavlink {
    color: #1e88e5;
    margin-left: 20px;
    margin-right: 40px;
    font-family: Avenirltstd book;
    font-size: 16px;
}

    .articlenavlink._1 {
        margin-right: 20px;
    }

.backarrow {
    width: 20px;
    height: 20px;
    color: #f16775;
    margin-right: 10px;
}

    .backarrow.new {
        filter: saturate(0%);
    }

.text-block-28 {
    float: right;
    clear: none;
    margin-top: 2px;
    font-family: Avenirltstd roman;
}

.backdiv {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.link-block-5 {
    align-items: center;
    margin-top: 20px;
    margin-left: 40px;
    display: inline-block;
}

    .link-block-5._2 {
        color: #373e98;
        margin-left: 40px;
    }

        .link-block-5._2:hover {
            color: #f16775;
        }

        .link-block-5._2.v2 {
            margin-left: 0;
        }

    .link-block-5.new {
        color: #2f373c;
        margin-left: 0;
    }

    .link-block-5.update {
        color: #be5927;
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: 0;
        font-weight: 900;
    }

        .link-block-5.update.btm {
            margin-top: 40px;
            margin-bottom: 0;
        }

.backtext {
    float: right;
    color: #f16775;
    margin-top: 2px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.translationstab {
    float: none;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
    display: inline-block;
}

.mentioned {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

    .mentioned._2 {
        margin-left: 40px;
    }

    .mentioned.v2 {
        margin-left: 0;
    }

.articlecontainer {
    margin-top: 30px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
    display: block;
}

    .articlecontainer.new {
        margin-top: 0;
    }

.articlecompanyheader {
    background-color: #1e88e5;
    padding: 20px;
    font-family: Avenirltstd roman;
}

.companynamehead {
    color: #00467f;
    margin-bottom: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

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

        .companynamehead.bind.v2 {
            color: #000;
            margin-bottom: 0;
            font-size: 14px;
        }

        .companynamehead.bind.update {
            color: #373e98;
            text-align: center;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }

            .companynamehead.bind.update.website {
                font-size: 12px;
            }

.exchange {
    clear: none;
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: inline-block;
}

.ticker {
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.companyinfodiv {
    width: 100%;
    float: none;
    clear: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: inline-block;
    position: static;
}

.exchangename {
    color: #959ca2;
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: block;
}

.tickersymbol {
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.stockinfodiv {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #00467f;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-right: 0;
    padding: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: grid;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
}

.stockprice2 {
    color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 17px;
    display: inline-block;
}

    .stockprice2.bind {
        font-size: 15px;
    }

.columns-10 {
    width: 100%;
    clear: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.priceadjust {
    float: right;
    color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: block;
}

.arrow {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    margin-top: 2px;
    margin-right: 4px;
    display: inline-block;
    position: static;
    right: -38px;
}

.articletype2 {
    color: #959ca2;
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: inline-block;
}

    .articletype2.bind {
        color: #616161;
        margin-right: 10px;
    }

        .articletype2.bind.type {
            color: #616161;
            margin-right: 5px;
            font-size: 13px;
        }

.articleheading2 {
    margin: 5px 0;
    padding-right: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
}

    .articleheading2.bind {
        max-width: none;
    }

        .articleheading2.bind.new {
            font-weight: 900;
        }

        .articleheading2.bind.update {
            padding-right: 0;
            font-weight: 900;
        }

.timedate {
    color: #959ca2;
    margin-bottom: 10px;
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: inline-block;
}

    .timedate.bind {
        color: #616161;
        font-size: 13px;
        display: block;
    }

.articlesubheadline {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

    .articlesubheadline.bind.update {
        margin-top: 0;
        line-height: 30px;
    }

.text-block-29 {
    height: auto;
    line-height: 31px;
}

/*.articlecopy {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 31px;
}

    .articlecopy.bind {
        font-family: Avenir roman webfont, Tahoma, sans-serif;
        font-style: normal;
        font-weight: 400;
    }

        .articlecopy.bind.update {
            font-family: Avenir webfont, Tahoma, sans-serif;
        }*/

.socialsharediv {
    width: auto;
    float: none;
    clear: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
}

    .socialsharediv._1 {
        text-align: center;
        margin-bottom: 0;
    }

    .socialsharediv.companyprofile {
        width: auto;
        float: none;
        text-align: center;
        justify-content: center;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .socialsharediv.updaet {
        width: 100px;
        flex-direction: row-reverse;
        flex: none;
        justify-content: space-between;
        margin-bottom: 0;
        margin-left: 0;
        display: flex;
    }

.socialsharelink {
    width: 25px;
    height: 25px;
    flex: 0 auto;
    margin-left: auto;
    margin-right: 10px;
    padding-bottom: 0;
    display: inline-block;
}

    .socialsharelink.sharenow {
        flex: none;
        margin-right: auto;
    }

.socialshareimage {
    margin-left: auto;
    margin-right: auto;
}

.articlelink:hover {
    color: #00467f;
}
/*
.section-4 {
    margin-left: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
}*/

.column-25 {
    display: inline-block;
}

.articletype3 {
    display: block;
}

    .articletype3:hover, .datelink2:hover {
        color: #1e88e5;
    }

.clientcontent {
    color: #2f373c;
    margin-bottom: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 33px;
}

    .clientcontent._2 {
        text-align: right;
    }

    .clientcontent.btm {
        margin-top: 40px;
    }

        .clientcontent.btm._32, .clientcontent.af {
            margin-bottom: 10px;
        }

            .clientcontent.af.list {
                margin-bottom: 0;
            }

            .clientcontent.af.header {
                font-weight: 900;
            }

                .clientcontent.af.header.indent {
                    color: #be5927;
                }

            .clientcontent.af.indent {
                padding-left: 20px;
                display: block;
            }

                .clientcontent.af.indent.again {
                    display: block;
                }

.tellstorybtn {
    width: 150px;
    color: #1e88e5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #1e88e5;
    border-radius: 125px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

    .tellstorybtn:hover {
        border-color: #ff8524;
    }

.clientdiv {
    margin-top: 20px;
    padding-left: 10px;
}

.clientstatsdiv {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

    .clientstatsdiv._2 {
        width: 100%;
    }

    .clientstatsdiv.v2 {
        margin-bottom: 0;
    }

.statimage {
    width: 80%;
    max-width: none;
    float: left;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

.number {
    clear: none;
    color: #00467f;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 900;
    display: block;
}

.stattext {
    float: none;
    clear: none;
    color: #959ca2;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 16px;
    display: block;
    position: static;
}

.clientdivider {
    width: 90%;
    height: 2px;
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

.column-26 {
    padding-right: 0;
}

.clientimagediv {
    width: 95px;
    height: 95px;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.columns-11 {
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: flex;
}

.columns-12 {
    font-family: Avenirnextltpro;
}

.columns-13 {
    align-items: center;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: flex;
}

.heroicon {
    width: 100%;
    max-width: none;
    float: none;
    clear: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: block;
}

.rtcol {
    padding-left: 0;
}

.mobilenav, .mobilesectiontab, .bluepillsection, .clientsuccesdiv {
    display: none;
}

.columns-16 {
    margin-bottom: 0;
}

.spacerdiv, .sectiontop, .bluesectionabout, .offersection, .spacerdivabout, .newsroommobilediv, .newsroombluediv {
    display: none;
}

.newsroomarticlesection {
    padding-right: 40px;
    display: block;
}

.container-8 {
    display: none;
}

.articlesectionnewsroom {
    margin-left: 0;
    padding-right: 40px;
    display: block;
}

.mobilenewstopbar, .mobiletopicssection, .mobilecolumnsarticle, .articlecompanyname, .stockinfodivmobile, .columns-20, .tickerinfodiv, .companyinfodivarticle {
    display: none;
}

    .companyinfodivarticle._2 {
        display: block;
    }

        .companyinfodivarticle._2.thisw, .languageselection, .mobilesectiontell {
            display: none;
        }

.column-57 {
    position: static;
}

.section-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
}

.accountsections, .container-12, .mobilequote, .selectblue, .mobileformsubmitsection, .loginsection {
    display: none;
}

.image-12 {
    max-width: 100%;
    display: inline-block;
    position: static;
    bottom: 3px;
}

    .image-12.tile {
        width: 25px;
    }

.copysection {
    position: absolute;
}

.toparticlesection {
    display: block;
}

.painfreediv {
    background-color: #eee;
    border-radius: 25px;
    padding: 30px;
}

.prbullet {
    font-size: 16px;
    line-height: 26px;
}

.prboldtext {
    color: #be5927;
    font-size: 32px;
    line-height: 31px;
}

.bold-text-6 {
    color: #1e88e5;
    font-size: 16px;
}

    .bold-text-6._2 {
        font-size: 20px;
        line-height: 25px;
    }

.text-block-34 {
    font-size: 16px;
}

.column-70 {
    padding-left: 0;
    padding-right: 0;
}

.body-2 {
    display: block;
}

.column-71 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.div-block-8 {
    width: 218px;
    height: 100%;
    color: #fff;
    background-color: #2f373c;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.link-24 {
    color: #e6eaee;
}

.columns-28 {
    height: 100%;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.div-block-9 {
    border-bottom: 1px solid #fff;
    padding: 11px 27px 25px 25px;
}

.link-25 {
    color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.text-block-35 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 0;
    margin-left: 13px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 12px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.div-block-10 {
    border-bottom: 1px solid #fff;
    margin-left: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 12px;
    display: flex;
}

.image-13 {
    max-height: 36px;
    max-width: 39%;
    min-height: 36px;
    min-width: 39px;
    margin-right: 25px;
}

.text-block-36 {
    color: #fff;
    font-size: 17px;
}

.div-block-11 {
    height: 273px;
    padding-top: 30px;
    padding-left: 0;
}

.image-14 {
    width: 20px;
    height: 20px;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    order: 0;
    align-self: center;
    margin-bottom: 0;
    margin-right: 13px;
    font-size: 20px;
    line-height: 20px;
}

.link-26 {
    color: #fefeff;
    font-size: 16px;
}

.list-item-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    list-style-type: none;
    display: flex;
    position: static;
}

.div-block-12 {
    flex-direction: column;
    padding-top: 71px;
    padding-left: 25px;
    display: flex;
}

.link-27 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
}

.link-28, .link-29 {
    margin-bottom: 15px;
}

.dashboard-body {
    background-color: #fff;
    font-family: Avenir webfont, Tahoma, sans-serif;
    display: flex;
}

.div-block-13 {
    width: auto;
    flex: 1;
    padding-top: 22px;
    padding-left: 120px;
    padding-right: 150px;
}

.image-15 {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.section-7 {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 24px;
    display: flex;
}

.heading-2 {
    color: #2f373c;
    padding-bottom: 15px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 25px;
}

    .heading-2.center {
        color: #00467f;
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 32px;
    }

        .heading-2.center.anw {
            color: #373e98;
        }

.button-6 {
    color: #fff;
    background-color: #1e88e5;
    border-radius: 25px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
}

.div-block-14 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 17px;
    display: flex;
}

.form-block-6 {
    margin-bottom: 0;
    display: block;
}

.form-3 {
    flex-wrap: nowrap;
    display: flex;
}

.text-field-7 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 0;
    font-size: 16px;
}

.submit-button-2 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
}

.div-block-15 {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 136, 229, .5);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

    .div-block-15.welcome-dlg {
        z-index: 1000;
        display: none;
    }

.div-block-16 {
    background-color: #fff;
    border-radius: 274px;
    padding: 8px 30px 40px 105px;
}

.image-16 {
    z-index: 10001;
    width: 22px;
    height: 22px;
    float: right;
    padding-bottom: 35px;
    position: relative;
}

.text-block-37 {
    color: #1e88e5;
    margin-bottom: 30px;
    font-size: 25px;
}

.div-block-17 {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    margin-right: 60px;
    padding-right: 0;
    display: flex;
}

.text-block-38 {
    color: #2f373c;
    margin-bottom: 30px;
    font-size: 35px;
}

.div-block-18 {
    width: 100%;
}

.div-block-19 {
    width: 72px;
    height: 72px;
    background-color: #959ca2;
    border-radius: 50px;
    margin-bottom: 10px;
}

.column-72 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
}

.text-block-39 {
    color: #2f373c;
    text-align: center;
    align-self: auto;
    font-size: 18px;
}

.column-73, .column-74 {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.button-7 {
    color: #fff;
    background-color: #ff8524;
    border-radius: 274px;
    padding: 17px 60px;
    font-size: 20px;
}

.columns-29 {
    padding-bottom: 40px;
}

.text-block-40 {
    color: #2f373c;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}

.div-block-20 {
    display: flex;
}

.div-block-21 {
    width: 156px;
    height: 165px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    padding-top: 22px;
    display: flex;
}

    .div-block-21.actived {
        background-color: #1e88e5;
        margin-right: 30px;
    }

    .div-block-21.end {
        margin-right: 0;
    }

.text-block-41-2 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

    .text-block-41-2.text-primary {
        color: #1e88e5;
    }

.div-block-22 {
    margin-bottom: 25px;
}

.round-border-10 {
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .round-border-10.releases {
        padding: 20px 12px;
    }

.border-round-50 {
    border: 1px solid #ddd;
    border-radius: 20px;
}

    .border-round-50.release-item {
        border-radius: 50px;
        padding: 15px 30px;
    }

.text-block-41 {
    color: #1e88e5;
    font-size: 16px;
}

.div-block-23 {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
}

.text-block-42 {
    font-size: 14px;
}

.div-block-24 {
    display: flex;
}

.text-block-43 {
    color: #959ca2;
    margin-left: 5px;
    font-size: 14px;
}

.div-block-25 {
    justify-content: space-between;
    display: flex;
}

.div-block-26 {
    display: flex;
}

.text-block-44 {
    color: #959ca2;
    margin-right: 15px;
    font-size: 14px;
}

.text-block-45 {
    color: #959ca2;
    font-size: 14px;
}

.image-17 {
    float: right;
    clear: none;
    margin-bottom: 30px;
}

.termsbold {
    margin-bottom: 10px;
}

    .termsbold.pp {
        color: #2f373c;
    }

.bold-text-7 {
    color: #1e88e5;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 900;
}

.termscontent {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 33px;
}

.termsunderline {
    text-decoration: underline;
}

.secspace {
    padding-right: 10px;
}

.enhancetext {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.bold-text-8 {
    color: #be5927;
}

.aboutwhodiv {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

    .aboutwhodiv.about {
        margin-bottom: 30px;
    }

    .aboutwhodiv.contact {
        margin-bottom: 100px;
    }

    .aboutwhodiv.awlp {
        margin-top: 0;
        position: static;
    }

        .aboutwhodiv.awlp.btm-space {
            margin-bottom: 100px;
        }

.whodiv {
    padding-left: 20px;
    padding-right: 20px;
}

    .whodiv.lft {
        border-right: 1px solid #eee;
    }

    .whodiv.rt {
        border-left: 1px solid #eee;
    }

    .whodiv._2 {
        margin-bottom: 30px;
    }

.whohead {
    color: #be5927;
    text-align: center;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 900;
}

    .whohead._2 {
        color: #373e98;
        text-align: left;
        font-size: 16px;
    }

        .whohead._2.cont {
            margin-bottom: 6px;
        }

.text-block-46 {
    color: #2f373c;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
}

    .text-block-46._2 {
        text-align: center;
    }

    .text-block-46.bolder {
        font-weight: 900;
    }

        .text-block-46.bolder.space {
            margin-bottom: 20px;
        }

    .text-block-46.disclaimer {
        font-size: 11px;
    }

    .text-block-46.btm-space {
        margin-bottom: 40px;
    }

.whoandwhatheag {
    color: #2f373c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

    .whoandwhatheag._2 {
        color: #1e88e5;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 0;
    }

    .whoandwhatheag.tell {
        max-width: 1000px;
        color: #1e88e5;
    }

.companylogowho {
    background-color: #fff;
}

.whoclientlogo {
    width: 200px;
    height: 110px;
    background-color: #be5927;
    border: 1px #be5927;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}

.whologo {
    height: auto;
    max-height: 90px;
    max-width: 150px;
}

.officemap {
    width: 450px;
    height: 200px;
    float: right;
    margin-top: 30px;
}

.mapdiv {
    margin-bottom: 100px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .mapdiv.cont {
        padding-top: 0;
    }

.finddiv {
    height: 250px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
}

.findhead {
    max-width: none;
    clear: none;
    margin-bottom: 10px;
    padding-top: 2px;
    font-size: 20px;
    font-weight: 900;
}

.findaddress {
    clear: none;
    color: #959ca2;
    order: 0;
    font-size: 16px;
}

.findus {
    width: 44px;
    float: left;
    clear: none;
    align-self: flex-start;
    margin-right: 10px;
    padding-bottom: 0;
    display: block;
}

.address {
    width: auto;
    max-width: none;
    float: none;
    clear: none;
    flex: 0 auto;
    align-self: auto;
}

.div-block-27 {
    float: right;
    padding-right: 60px;
}

.innerdivfind {
    width: 100%;
}

.text-span-16 {
    margin-left: 20px;
    display: block;
}

.text-span-17 {
    align-items: stretch;
    display: flex;
    position: static;
}

.heading-3 {
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 500;
}

.popupheading {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 26px;
    font-weight: 900;
}

.modalwrapper-popupnewsroom {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 70, 127, .8);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.signupform-custnewsroom {
    width: 600px;
    height: auto;
    clear: left;
    text-align: center;
    background-color: #fff;
    border-radius: 17px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: fixed;
    top: 8%;
    bottom: auto;
    left: 33%;
    right: auto;
    overflow: hidden;
    box-shadow: 0 2px 2px #00467f;
}

.popheader {
    background-color: #be5927;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 500;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.html-embed-3 {
    margin-top: 84px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.popsubheader {
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}

.customnewsroomclose {
    height: 28px;
    color: #be5927;
    font-family: Avenir webfont, Tahoma, sans-serif;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.closetext {
    padding-top: 4px;
}

.display-words-html, .spinner-html {
    margin-left: 20px;
    margin-right: 20px;
}

.relateddocs-html {
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.msg-template-html, .success {
    margin-left: 20px;
    margin-right: 20px;
}

.loadingsection {
    height: 70vh;
    padding: 60px 20px;
}

.heading-4 {
    color: #373e98;
    text-align: center;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
}

.loadtext {
    color: #959ca2;
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
}

.div-block-28 {
    text-align: center;
}

._w-lightbox-spinner {
    text-align: center;
    padding: 20px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
}

.html-embed-4 {
    color: #00467f;
    text-align: center;
}

.msgtemplate {
    text-align: center;
}

.g2embedcode {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

    .g2embedcode.mid {
        margin-top: 40px;
        margin-bottom: 0;
    }

.placeholder {
    height: 77px;
}

.need {
    width: 100%;
    height: 75px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.distpartner {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
}

    .distpartner.link {
        width: 16%;
        padding-bottom: 0;
    }

.tellmystorytabs {
    text-align: center;
    margin-bottom: 40px;
}

.tab-link-tab-2-2 {
    width: 150px;
    text-align: center;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 0;
}

    .tab-link-tab-2-2.w--current {
        color: #f5f5f5;
        background-color: #00467f;
        margin-left: 10px;
    }

.tab-link-tab-1-2 {
    opacity: .45;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 0;
    padding: 10px;
}

    .tab-link-tab-1-2.w--current {
        width: auto;
        opacity: 1;
        color: #f5f5f5;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }

.priceoption {
    width: 190px;
    height: 275px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    margin-right: 0;
    padding: 20px;
}

    .priceoption.mid {
        height: 60px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .priceoption.mid.logo {
            justify-content: center;
            display: flex;
        }

        .priceoption.mid.partlogo {
            width: 100%;
            height: 95px;
            background-color: rgba(0, 0, 0, 0);
            border-color: #00467f;
            border-left-width: 2px;
            flex-flow: row;
            justify-content: center;
            padding: 10px 0 2px;
            display: block;
        }

            .priceoption.mid.partlogo._1 {
                border-bottom-style: none;
                border-right-style: none;
            }

            .priceoption.mid.partlogo._2 {
                border-right-style: none;
            }

            .priceoption.mid.partlogo.topline2 {
                text-align: center;
                border-top-style: none;
                justify-content: flex-start;
            }

                .priceoption.mid.partlogo.topline2.grey {
                    background-color: #f5f5f5;
                    border-left-style: none;
                    border-right-style: none;
                }

                    .priceoption.mid.partlogo.topline2.grey.end {
                        border-left-style: solid;
                    }

                    .priceoption.mid.partlogo.topline2.grey.otherend {
                        border-right-style: solid;
                    }

                .priceoption.mid.partlogo.topline2.feature {
                    height: 80px;
                    text-align: left;
                }

                    .priceoption.mid.partlogo.topline2.feature.top {
                        border-top-style: solid;
                    }

                .priceoption.mid.partlogo.topline2.feature2 {
                    text-align: left;
                }

                    .priceoption.mid.partlogo.topline2.feature2.side {
                        border-style: solid;
                        border-color: #ddd;
                        border-bottom-width: 2px;
                        padding-top: 0;
                        padding-bottom: 0;
                        display: flex;
                    }

                        .priceoption.mid.partlogo.topline2.feature2.side.d2 {
                            height: 85px;
                            background-color: #e7e7e7;
                            border-color: #959ca2;
                            border-top-width: .5px;
                            border-bottom-width: 1px;
                            border-left-width: 2px;
                        }

                        .priceoption.mid.partlogo.topline2.feature2.side.d3 {
                            height: 85px;
                            background-color: #dadada;
                            border-color: #959ca2;
                            border-top-width: .5px;
                            border-bottom-width: 2px;
                            border-left-width: 2px;
                            border-bottom-left-radius: 15px;
                        }

                .priceoption.mid.partlogo.topline2.top {
                    border-top-style: solid;
                }

                    .priceoption.mid.partlogo.topline2.top.side {
                        height: 85px;
                        background-color: rgba(0, 0, 0, 0);
                        border: 1px solid rgba(0, 0, 0, 0);
                        border-top-left-radius: 15px;
                        padding-top: 0;
                        padding-bottom: 0;
                        display: flex;
                    }

            .priceoption.mid.partlogo.btm {
                border-bottom-width: 2px;
            }

                .priceoption.mid.partlogo.btm.end.d3 {
                    background-color: #dadada;
                }

                    .priceoption.mid.partlogo.btm.end.d3.b1 {
                        height: 85px;
                        background-color: #c7e5ff;
                    }

            .priceoption.mid.partlogo.onlineonly {
                height: 40px;
                background-color: #fadbcb;
                border-top-width: 2px;
                border-right-style: none;
                padding-bottom: 10px;
                display: flex;
            }

                .priceoption.mid.partlogo.onlineonly.blank {
                    background-color: rgba(0, 0, 0, 0);
                    border-style: none;
                    border-width: 1px;
                }

                .priceoption.mid.partlogo.onlineonly._2 {
                    text-align: right;
                    background-color: #1e88e5;
                    border-top-width: 1px;
                    border-bottom-style: none;
                    border-left-style: solid;
                    border-left-width: 1px;
                    border-right: 2px #00467f;
                    border-top-left-radius: 15px;
                    justify-content: flex-end;
                }

                    .priceoption.mid.partlogo.onlineonly._2.rt {
                        background-color: #1e88e5;
                        border-top-width: 1px;
                        border-bottom-style: none;
                        border-left-style: none;
                        border-right-style: solid;
                        border-right-width: 1px;
                        border-top-left-radius: 0;
                        border-top-right-radius: 15px;
                        justify-content: flex-start;
                    }

            .priceoption.mid.partlogo.d1 {
                background-color: #f5f5f5;
            }

                .priceoption.mid.partlogo.d1.b1 {
                    height: auto;
                    background-color: #c7e5ff;
                    border-top-style: none;
                    border-bottom-width: 1px;
                    border-left-width: 1px;
                    border-right-style: none;
                    border-bottom-left-radius: 15px;
                    padding-bottom: 6px;
                }

            .priceoption.mid.partlogo.d2 {
                background-color: #e7e7e7;
            }

                .priceoption.mid.partlogo.d2.b1 {
                    height: 85px;
                    background-color: #c7e5ff;
                }

        .priceoption.mid._3 {
            border-top-style: none;
            border-bottom-style: none;
            border-left-style: solid;
        }

            .priceoption.mid._3._2 {
                border-left-style: solid;
                border-right-style: solid;
            }

            .priceoption.mid._3._4 {
                border-left-style: none;
            }

        .priceoption.mid._1 {
            border-bottom-style: none;
        }

            .priceoption.mid._1._2 {
                border-right-style: none;
            }

        .priceoption.mid._5 {
            border-bottom-style: none;
            border-left-style: none;
        }

        .priceoption.mid._6 {
            border-left-style: none;
        }

        .priceoption.mid._2 {
            border-right-style: none;
        }

        .priceoption.mid.topbtm {
            border-top-style: none;
            border-bottom-style: none;
        }

        .priceoption.mid.topline {
            width: 100%;
            height: 95px;
            border-style: solid;
            border-color: #00467f;
            border-right-width: 2px;
            padding: 10px 0 2px;
            display: block;
        }

            .priceoption.mid.topline.feature {
                height: 80px;
            }

            .priceoption.mid.topline.call {
                border-color: #ddd;
                display: flex;
            }

                .priceoption.mid.topline.call.end {
                    border-bottom-width: 2px;
                }

                    .priceoption.mid.topline.call.end.d3 {
                        height: 85px;
                        background-color: #dadada;
                        border-bottom-width: 2px;
                        border-right-width: 1px;
                    }

                        .priceoption.mid.topline.call.end.d3.n {
                            border-bottom-right-radius: 0;
                        }

                .priceoption.mid.topline.call.d1 {
                    height: auto;
                    background-color: #fff;
                    border-color: #959ca2;
                    border-top-style: none;
                    border-left-style: none;
                    border-left-width: .5px;
                    border-right-style: none;
                    border-right-width: 1px;
                    flex-direction: column;
                    padding-top: 24px;
                    padding-bottom: 25px;
                }

                    .priceoption.mid.topline.call.d1._25 {
                        border-right-style: solid;
                        border-right-width: 1px;
                        border-bottom-right-radius: 15px;
                        padding-top: 24px;
                    }

                .priceoption.mid.topline.call.d2 {
                    height: 85px;
                    border-color: #959ca2;
                    border-left-width: .5px;
                    border-right-width: 1px;
                }

                    .priceoption.mid.topline.call.d2._25 {
                        border-right-width: 2px;
                    }

                .priceoption.mid.topline.call.d3 {
                    height: 85px;
                    background-color: #dadada;
                    border-color: #959ca2;
                    border-bottom-width: 2px;
                    border-right-width: 2px;
                    border-bottom-right-radius: 15px;
                }

            .priceoption.mid.topline.btm {
                border-bottom-width: 2px;
            }

                .priceoption.mid.topline.btm.end {
                    height: 95px;
                }

                    .priceoption.mid.topline.btm.end.d3 {
                        background-color: #dadada;
                    }

                        .priceoption.mid.topline.btm.end.d3.b2 {
                            height: 85px;
                            background-color: #c7e5ff;
                        }

            .priceoption.mid.topline.d1 {
                background-color: #f5f5f5;
            }

                .priceoption.mid.topline.d1.b1 {
                    height: auto;
                    background-color: #c7e5ff;
                    border-top-style: none;
                    border-bottom-width: 1px;
                    border-left-style: none;
                    border-right-width: 1px;
                    margin-left: auto;
                    margin-right: auto;
                    padding-bottom: 6px;
                }

            .priceoption.mid.topline.d2 {
                background-color: #e7e7e7;
            }

                .priceoption.mid.topline.d2.b1 {
                    height: 85px;
                    background-color: #c7e5ff;
                }

    .priceoption.main {
        width: 100%;
        border-style: none;
    }

    .priceoption.topleft {
        width: 100%;
        height: 63px;
        border-width: 1px 1px 1px 2px;
        border-color: #00467f;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .priceoption.topleft._2 {
            height: 63px;
            border-width: 1px 2px 1px 1px;
            border-top-left-radius: 0;
        }

            .priceoption.topleft._2.b1 {
                height: auto;
                background-color: #1e88e5;
                border-top-color: #fff;
                border-bottom-color: #1e88e5;
                border-left-style: none;
                border-right-style: solid;
                border-right-width: 1px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

        .priceoption.topleft._3 {
            border-style: none;
        }

        .priceoption.topleft.b1 {
            height: auto;
            background-color: #1e88e5;
            border-top-color: #fff;
            border-bottom-style: solid;
            border-bottom-color: #1e88e5;
            border-left-width: 1px;
            border-right-style: none;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .priceoption.topright {
        width: 100%;
        height: auto;
        border-color: #959ca2;
        border-top-width: 1px;
        border-left-style: none;
        border-right-width: 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .priceoption.topmiddle {
        width: 100%;
        height: auto;
        border-color: #959ca2;
        border-top-width: 1px;
        border-left-style: none;
        border-right-style: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.optiontitle {
    color: #be5927;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}

    .optiontitle.wht {
        color: #fff;
        border-bottom: 1px solid #1e88e5;
    }

.tabdiv {
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 20px;
    display: flex;
}

.button-8 {
    font-size: 16px;
}

.optionbtn {
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    position: static;
    top: 25px;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

    .optionbtn:hover {
        color: #fff;
        background-color: #be5927;
    }

.optionprice {
    color: #00467f;
    margin-top: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
    position: static;
}

    .optionprice.onlineonly {
        color: #fff;
        text-align: right;
        flex: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
        position: static;
        right: -80px;
    }

        .optionprice.onlineonly._2, .optionprice.type {
            display: none;
        }

.html-embed-5 {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
}

.newdivider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(273deg, rgba(0, 0, 0, 0), #ddd 50%, rgba(191, 191, 191, 0));
    margin-bottom: 40px;
}

.tabs {
    max-width: 1000px;
    margin-bottom: 100px;
}

.footlink {
    color: #373e98;
    font-size: 15px;
    font-weight: 400;
}

    .footlink:hover {
        color: #f16775;
    }

    .footlink.editorial {
        margin-left: 4px;
    }

.footercontainer {
    height: auto;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 10px;
    left: 0%;
    right: 0%;
}

.column-83 {
    flex: 0 auto;
    margin-bottom: 0;
}

.productdescribe {
    color: #959ca2;
    margin-left: 0;
    font-size: 16px;
}

    .productdescribe.title {
        color: #2f373c;
        text-align: left;
        margin-bottom: 40px;
    }

        .productdescribe.title.sub {
            color: #959ca2;
            margin-bottom: 0;
            position: relative;
            top: auto;
            bottom: 0%;
            left: 0%;
            right: auto;
        }

    .productdescribe.lft {
        margin-left: 20px;
    }

.pricecolumn {
    width: 20%;
    text-align: left;
    padding-bottom: 0;
}

.image-18 {
    height: 40px;
    max-width: none;
}

.optioncheck {
    height: 20px;
    max-width: none;
    background-color: #f5f5f5;
    border-radius: 150px;
    margin-right: 10px;
}

    .optioncheck.co {
        height: 30px;
    }

.priceper {
    color: #959ca2;
    margin-bottom: 0;
    position: relative;
    top: auto;
}

.pricing_spa {
    opacity: 1;
}

.needhelp {
    font-size: 28px;
}

.helpbtn {
    width: 100%;
    text-align: center;
    background-color: #be5927;
    border-radius: 150px;
    margin-bottom: 10px;
    font-size: 16px;
}

    .helpbtn:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.lpbtmcontent {
    color: #f16775;
    text-align: left;
    font-size: 16px;
}

.lpsubhead {
    color: #373e98;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 900;
    line-height: 25px;
}

    .lpsubhead.formhead {
        font-size: 20px;
    }

    .lpsubhead.q1 {
        margin-left: 10px;
    }

    .lpsubhead.q2 {
        padding-left: 20px;
    }

    .lpsubhead.q3 {
        margin-left: 30px;
    }

    .lpsubhead.q4 {
        padding-left: 40px;
    }

    .lpsubhead.q {
        margin-bottom: 0;
    }

    .lpsubhead.v2 {
        margin-bottom: 60px;
        line-height: 29px;
    }

    .lpsubhead._2 {
        color: #f16775;
    }

    .lpsubhead.anw {
        line-height: 32px;
    }

.lph1 {
    color: #f16775;
    margin-top: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
}

    .lph1.buynow {
        color: #373e98;
        margin-bottom: 5px;
        display: block;
        position: static;
    }

.lplist {
    margin-bottom: 30px;
}

    .lplist.only {
        margin-top: 30px;
    }

    .lplist.btm-space {
        margin-bottom: 100px;
    }

.list-item-7 {
    padding-right: 20px;
}

.lpformdiv {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    display: block;
}

    .lpformdiv._1column {
        width: auto;
        max-width: 600px;
        margin-top: 20px;
    }

    .lpformdiv.pf, .lpformdiv.update {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.section-8.update {
    position: static;
}

.list-item-8 {
    padding-right: 0;
}

.halfformdiv {
    display: flex;
}

.column-84 {
    display: block;
}

.text-block-47 {
    display: flex;
}

.optionselect {
    width: 100px;
    height: auto;
    color: #fff;
    background-color: #00467f;
    border-radius: 150px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

    .optionselect:hover {
        color: #fff;
        background-color: #be5927;
    }

.orcall {
    text-align: center;
}

.calllink {
    color: #1e88e5;
    font-size: 16px;
}

    .calllink:hover {
        color: #be5927;
    }

.columns-30 {
    display: block;
}

.column-87 {
    clear: both;
}

.columnsregister {
    margin-top: 100px;
}

.radio-button-field {
    margin-right: 5px;
    padding-left: 20px;
    display: inline-block;
}

.private {
    font-size: 14px;
}

.public {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.radio-button, .radio-button-2 {
    margin-left: 0;
    margin-right: 10px;
}

.footerdiv {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    display: block;
    position: relative;
    bottom: 0;
}

    .footerdiv.new {
        margin-bottom: 0;
    }

    .footerdiv.leadgen {
        display: block;
    }

.contactdiv {
    margin-right: 20px;
    display: inline-block;
}

.image-19 {
    float: none;
    clear: right;
    position: static;
    top: auto;
    bottom: 3px;
}

    .image-19.tile {
        width: 25px;
        max-width: none;
        margin-right: 10px;
    }

.image-20 {
    color: #373e98;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .image-20.tile {
        width: 25px;
        margin-right: 10px;
    }

.line {
    margin-right: 4px;
}

.enhancementdiv {
    border-right: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 20px;
}

.enhancementtitle {
    color: #be5927;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 900;
}

.enhancementtextcopy {
    color: #959ca2;
    font-size: 16px;
}

.columnsnew {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.sliderselect {
    width: 400px;
    clear: none;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 21;
    display: block;
}

.sliderbarpricing {
    width: 400px;
    height: 8px;
    background-color: #ddd;
    border: 1px #000;
    border-radius: 150px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    line-height: 10;
}

.slidercircle {
    width: 25px;
    height: 25px;
    background-color: #00467f;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15px;
    left: 0;
}

    .slidercircle.grey {
        width: 35px;
        height: 35px;
        float: right;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        position: relative;
        top: 20px;
    }

        .slidercircle.grey.left {
            float: left;
        }

    .slidercircle.left {
        width: 35px;
        height: 35px;
        float: left;
        background-color: #be5927;
        border: 1px solid #00467f;
        top: 20px;
    }

    .slidercircle.mid {
        width: 35px;
        height: 35px;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        top: 20px;
    }

.columns-31 {
    clear: none;
}

.slderdiv {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.slidercolumns {
    width: 525px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.packageselect {
    color: #00467f;
    font-size: 24px;
    font-weight: 900;
    line-height: 22px;
}

    .packageselect._1 {
        float: left;
        font-size: 24px;
        line-height: 22px;
    }

    .packageselect._3 {
        float: right;
        text-align: center;
        padding-right: 10px;
    }

.pricecolumnnew {
    width: 25%;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
}

    .pricecolumnnew.best {
        width: 25%;
        margin-top: 0;
    }

.pricesectiontop {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 20px 10px;
}

    .pricesectiontop.best {
        background-color: rgba(0, 0, 0, 0);
        padding-top: 20px;
        padding-bottom: 10px;
        position: relative;
    }

.pricegrey {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 900;
}

    .pricegrey.best {
        color: #fff;
    }

.each {
    color: #959ca2;
    font-size: 12px;
    font-weight: 400;
}

    .each.best {
        color: #fff;
    }

.online {
    color: #1e88e5;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

    .online.best {
        color: #b2dbff;
    }

.pricesection2 {
    height: auto;
    min-height: 215px;
    text-align: left;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    align-items: flex-start;
    padding: 20px;
    display: flex;
}

    .pricesection2.best {
        background-color: #00467f;
    }

.selectdescriptiongrey {
    color: #959ca2;
    text-align: left;
    font-size: 16px;
    display: inline;
}

    .selectdescriptiongrey.best {
        color: #fff;
        text-align: left;
    }

.pricesectionbtm {
    height: 95px;
    text-align: center;
    border-bottom: 1px #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
}

    .pricesectionbtm.best {
        background-color: rgba(0, 0, 0, 0);
    }

    .pricesectionbtm.btnholder {
        height: auto;
        border-bottom-style: solid;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top: 0;
    }

.optionselectbtn {
    width: 100%;
    background-color: #00467f;
    border-radius: 150px;
    margin-top: 0;
    font-size: 16px;
    position: static;
}

    .optionselectbtn:hover {
        color: #fff;
        background-color: #be5927;
    }

    .optionselectbtn.best {
        margin-bottom: 0;
    }

.mostpopluar {
    width: 70%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #be5927;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: -13%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

    .mostpopluar._1 {
        top: -13%;
    }

.mostpoptxt {
    color: #be5927;
}

.text-block-48 {
    color: #2f373c;
}

.requirementstitle {
    margin-left: 17px;
    font-weight: 900;
}

.requiredlist {
    color: #959ca2;
    margin-left: 5px;
}

    .requiredlist:hover {
        color: #959ca2;
    }

.requirementlistdiv {
    align-items: center;
    display: flex;
}

.greencheck, .redx {
    width: 12px;
    height: 12px;
}

.optcalllink {
    color: #2f373c;
}

    .optcalllink:hover {
        color: #be5927;
    }

.pricingfacts {
    width: 100%;
    align-items: center;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
}

    .pricingfacts.blue {
        color: #fff;
    }

    .pricingfacts._2 {
        align-items: flex-start;
    }

.pricingfactcheck {
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
    border-radius: 150px;
    margin-right: 8px;
}

    .pricingfactcheck.blue {
        background-color: #00467f;
    }

    .pricingfactcheck._2 {
        margin-top: 2px;
    }

.image-21 {
    background-color: #f5f5f5;
    border-radius: 150px;
}

.pricefacttxt {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}

.boldedfact {
    font-weight: 900;
}

.factsdiv {
    margin-bottom: 14px;
}

.column-88 {
    padding-right: 0;
}

.slidertabs {
    width: 485px;
    height: 8px;
    background-color: #f5f5f5;
    border-radius: 150px;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: auto;
}

.tab-link-tab-3-2 {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    .tab-link-tab-3-2.w--current {
        background-color: #be5927;
        border-color: #00467f;
    }

.tab-link-tab-2-3 {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    .tab-link-tab-2-3.w--current {
        background-color: #be5927;
        border-color: #00467f;
    }

.tab-link-tab-1-3 {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    .tab-link-tab-1-3.w--current {
        width: 35px;
        height: 35px;
        background-color: #be5927;
        border: 1px solid #00467f;
        border-radius: 150px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

.tabs-content {
    padding-top: 20px;
}

.infodivicon {
    width: 15px;
    height: 15px;
    max-width: none;
    margin-right: 5px;
    padding-top: 0;
    position: static;
    top: 89px;
    bottom: 0%;
    left: 10px;
    right: 0%;
}

    .infodivicon._2 {
        margin-bottom: 4px;
        margin-right: 0;
    }

.iconinfo {
    width: 15px;
    height: 15px;
    max-width: none;
    overflow: hidden;
}

.priceeach {
    color: #959ca2;
}

    .priceeach._2 {
        font-size: 16px;
    }

.tooltipdiv {
    z-index: 9999;
    width: 250px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 10px 10px;
    position: absolute;
    bottom: 123px;
    left: 0;
    right: auto;
}

.infocontent {
    font-size: 16px;
}

.xclose {
    width: 15px;
    height: 15px;
    float: right;
    color: #be5927;
    text-align: center;
    border: 1px solid #be5927;
    border-radius: 150px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2px;
    display: flex;
    position: relative;
    top: -11px;
    bottom: 0;
}

.moreinfo {
    float: right;
    color: #959ca2;
    padding-top: 2px;
}

.moreinfodiv {
    cursor: pointer;
    align-items: center;
    margin-left: 20px;
    display: inline-block;
}

    .moreinfodiv._2 {
        object-fit: fill;
        justify-content: center;
        align-self: flex-end;
        align-items: center;
        margin-left: 4px;
        padding: 2px;
        display: inline;
        position: static;
    }

.moreinfodivpop {
    z-index: 9999;
    height: auto;
    max-width: none;
    text-align: center;
    background-color: rgba(47, 55, 60, .5);
    border: 1px #ddd;
    border-radius: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
    box-shadow: 0 2px 3px #959ca2;
}

.moreinfocolumn {
    height: 200px;
    float: left;
    clear: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 0;
    display: inline-block;
    position: static;
    top: 0;
}

    .moreinfocolumn.in {
        height: 210px;
        border-radius: 0;
        padding-bottom: 10px;
    }

    .moreinfocolumn.rt {
        height: 210px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-bottom: 10px;
    }

    .moreinfocolumn.lft {
        height: 210px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.inforow {
    align-items: flex-start;
    padding: 2px 10px;
    display: flex;
}

    .inforow._2 {
        background-color: #f5f5f5;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.inforowtext {
    border: 1px #2f373c;
    padding-top: 0;
    font-size: 16px;
    font-weight: 300;
}

.infotitlepop {
    color: #1e88e5;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}

.popheaderinfo {
    clear: both;
    color: #be5927;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-size: 25px;
    display: block;
}

.whatsincludeddiv {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
}

.columnpop {
    float: left;
    clear: none;
    padding-top: 10px;
}

.infotext {
    width: 100%;
    color: #2f373c;
    text-align: left;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 300;
}

    .infotext._2 {
        color: #1e88e5;
        text-align: center;
    }

.rowpop {
    height: 30px;
    padding: 3px 10px;
}

    .rowpop.g {
        background-color: #eee;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 10px;
    }

.popdivbox {
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 15%;
}

.zendeskchatdiv {
    display: block;
    position: fixed;
    top: auto;
    bottom: 6%;
    left: auto;
    right: 4px;
}

.columns-32 {
    padding-bottom: 20px;
}

.contactform {
    position: relative;
    top: -32px;
}

    .contactform.contact {
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ddd;
        border-radius: 6px;
    }

.sectiontitle {
    color: #be5927;
    margin-bottom: 20px;
    font-size: 18px;
}

.listcontent {
    color: #959ca2;
    margin-bottom: 4px;
    font-size: 16px;
}

    .listcontent.last {
        margin-bottom: 40px;
    }

        .listcontent.last.notofffered, .listcontent.notoffered {
            color: #ddd;
            text-decoration: line-through;
        }

    .listcontent.selectaddon {
        color: #ddd;
        border-left: 4px #959ca2;
        padding-left: 0;
    }

.addon, .distlink:hover {
    color: #1e88e5;
}

.distlinknotoffered {
    color: #ddd;
}

    .distlinknotoffered:hover {
        color: #959ca2;
    }

.disttitlediv {
    align-items: center;
    margin-bottom: 40px;
    display: flex;
}

.companyinfobox {
    width: 100%;
    background-color: #f5f5f5;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 20px;
}

    .companyinfobox.mid {
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 0;
    }

        .companyinfobox.mid.blue {
            background-color: #00467f;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: 0;
            padding-right: 0;
            display: flex;
        }

        .companyinfobox.mid.v2 {
            text-align: center;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 10px;
            display: flex;
        }

        .companyinfobox.mid.update {
            margin-top: 20px;
            margin-bottom: 30px;
            padding-top: 0;
            padding-bottom: 0;
        }

.companyinfologobox {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 0;
}

    .companyinfologobox.v2 {
        background-color: #fff;
        border-bottom: 1px #ddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px 0;
        display: flex;
    }

    .companyinfologobox.update {
        margin-left: auto;
        margin-right: auto;
    }

.columns-33 {
    padding-bottom: 10px;
}

.infoboxall {
    width: 300px;
    padding-bottom: 10px;
    position: absolute;
    top: 205px;
    bottom: auto;
    left: auto;
    right: 40px;
    overflow: visible;
}

    .infoboxall.v2 {
        width: 250px;
        height: 100%;
        background-color: #edf4fa;
        border-radius: 0 6px 6px 0;
        padding: 20px;
        position: static;
    }

        .infoboxall.v2.top {
            background-color: #f5f5f5;
            border-bottom-right-radius: 0;
            padding-bottom: 30px;
        }

    .infoboxall.update {
        width: auto;
        text-align: center;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: static;
    }

.infocolumn {
    height: 75vh;
    position: relative;
}

.aticlecontainerleft {
    width: 78%;
    clear: none;
    padding-left: 40px;
    padding-right: 0;
    position: static;
}

    .aticlecontainerleft.v2, .aticlecontainerleft.update {
        width: 100%;
        padding-left: 0;
    }

.dropdown-list-3 {
    margin-right: 10px;
}

    .dropdown-list-3.w--open {
        height: 300px;
        background-color: #fff;
        border-radius: 3px;
        margin-top: 10px;
        margin-right: 0;
        left: 0;
        overflow: scroll;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25);
    }

.quotebox {
    margin-top: 20px;
    display: block;
}

.block-quote-2 {
    color: #959ca2;
    border-left-color: #be5927;
    font-size: 18px;
    font-weight: 300;
}

.mark {
    font-size: 38px;
}

.resourcetitle {
    float: left;
    color: #be5927;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
}

.resourcelink {
    float: left;
    clear: left;
    margin-bottom: 5px;
    font-size: 16px;
    display: inline-block;
}

    .resourcelink:hover {
        color: #be5927;
    }

.resourcedivlittle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    perspective-origin: 50%;
    transform-origin: 50%;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 40px;
    display: block;
}

    .resourcedivlittle.rightside {
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-left: 2px solid #f5f5f5;
        padding-top: 0;
        padding-left: 10px;
    }

.exchangelogo {
    max-width: 150px;
    border-radius: 150px;
    margin-right: 0;
}

    .exchangelogo._2 {
        max-width: 75px;
    }

    .exchangelogo.sec {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.exchangelink {
    color: #fff;
    background-color: #f5f5f5;
    border-radius: 150px;
    margin-right: 20px;
    padding-bottom: 0;
}

.bottomplaceholder {
    display: block;
}

    .bottomplaceholder.cnewsroom {
        height: 100px;
        display: block;
    }

.column-89 {
    display: none;
}

.learnmorelink {
    width: 125px;
    color: #fff;
    text-align: center;
    background-color: #be5927;
    border-radius: 125px;
    margin-top: 10px;
    padding: 5px;
    font-size: 16px;
    display: block;
}

    .learnmorelink:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.timedtrigger {
    width: 20px;
    height: 20px;
    background-color: #ff8524;
}

.loader {
    clear: right;
}

    .loader.update {
        margin-bottom: 20px;
    }

.dropdown-list-5 {
    margin-top: 10px;
}

    .dropdown-list-5.w--open {
        height: 300px;
        background-color: #fff;
        border-radius: 4px;
        margin-top: 10px;
        left: 0;
        overflow: scroll;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25);
    }

.products-subheader {
    color: #be5927;
    margin-bottom: 30px;
    font-size: 18px;
}

.type-div {
    width: 100%;
    padding-bottom: 10px;
    font-size: 13px;
    display: inline-block;
}

    .type-div.top {
        float: none;
        clear: none;
        margin-bottom: 60px;
        display: block;
    }

        .type-div.top.update {
            width: auto;
            max-width: none;
            min-width: auto;
            margin-bottom: 0;
            margin-right: 15px;
            padding-bottom: 0;
        }

.related {
    font-size: 16px;
    display: inline-block;
}

.load-more {
    width: 125px;
    max-width: 150px;
    float: right;
    color: #be5927;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #be5927;
    border-radius: 125px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

    .load-more:hover {
        color: #fff;
        background-color: #be5927;
    }

    .load-more.v2 {
        color: #373e98;
        border-color: #373e98;
        border-radius: 6px;
    }

        .load-more.v2:hover {
            color: #fff;
            background-color: #373e98;
        }

.option-tabs {
    max-width: none;
    clear: none;
    margin-top: 40px;
    padding-bottom: 10px;
    display: flex;
}

    .option-tabs.agency {
        justify-content: center;
    }

    .option-tabs.public-ecomm {
        text-align: left;
        justify-content: center;
    }

.full-option-tab-column {
    width: 25%;
    border: 1px solid #ddd;
    padding: 0 0 20px;
}

    .full-option-tab-column._2 {
        border-left-style: none;
    }

        .full-option-tab-column._2.update {
            padding-bottom: 0;
        }

        .full-option-tab-column._2.update2 {
            width: 33%;
            padding-bottom: 10px;
        }

            .full-option-tab-column._2.update2.left, .full-option-tab-column._2.public-ecom {
                border-left-style: solid;
            }

    .full-option-tab-column.update {
        padding-bottom: 0;
    }

    .full-option-tab-column.update2 {
        width: 33%;
        text-align: left;
        padding-bottom: 0;
    }

        .full-option-tab-column.update2.last {
            border-left-style: none;
        }

    .full-option-tab-column.agency-left {
        margin-right: 10px;
    }

    .full-option-tab-column.agency-right {
        margin-left: 10px;
    }

    .full-option-tab-column.agencies {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .full-option-tab-column.public-ecom {
        width: 40%;
    }

.option-price {
    text-align: left;
    font-size: 31px;
    font-weight: 900;
}

    .option-price.agencies {
        font-size: 65px;
    }

.option-each {
    font-size: 20px;
    font-weight: 300;
}

.option-label {
    color: #f16775;
    background-color: #fff;
    margin-left: 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    bottom: 11px;
}

.option-button {
    width: 80%;
    text-align: center;
    background-color: #373e98;
    border-radius: 125px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .option-button:hover {
        color: #fff;
        background-color: #f16775;
    }

.option-content-1 {
    color: #959ca2;
    margin-top: 20px;
    font-size: 14px;
}

    .option-content-1.list {
        margin-top: 0;
    }

    .option-content-1.listtop {
        color: #00467f;
        margin-bottom: 5px;
    }

        .option-content-1.listtop.drop {
            margin-top: 10px;
        }

    .option-content-1.listitem {
        text-align: left;
        margin-top: 0;
        font-size: 16px;
    }

    .option-content-1.blue {
        color: #373e98;
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 900;
    }

    .option-content-1.public-ecom {
        text-align: left;
    }

.option-list {
    padding-left: 15px;
}

.option-bullet {
    color: #2f373c;
    font-size: 14px;
}

.option-price-div {
    height: 75px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

    .option-price-div.update {
        height: auto;
    }

    .option-price-div.agencies {
        justify-content: center;
    }

.option-content-1-div {
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

    .option-content-1-div.update {
        height: 105px;
    }

    .option-content-1-div.update2 {
        height: 120px;
    }

        .option-content-1-div.update2.list {
            height: 225px;
        }

            .option-content-1-div.update2.list.drop {
                height: auto;
            }

    .option-content-1-div.agencies {
        height: auto;
        max-width: 400px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

.option-button-div {
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    display: block;
}

    .option-button-div.update {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.option-package-label-div {
    height: 50px;
}

    .option-package-label-div.update {
        height: 25px;
    }

    .option-package-label-div.pubecom {
        text-align: left;
    }

.option-plus {
    color: #be5927;
    margin-left: 0;
    font-size: 14px;
    font-weight: 900;
}

.option-tab-div {
    max-width: 1100px;
    text-align: center;
}

    .option-tab-div.pub-ecomm {
        text-align: left;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

.dollarsign {
    font-size: 24px;
    font-weight: 300;
}

.tabs-menu-2 {
    text-align: right;
}

    .tabs-menu-2.options {
        max-width: 367px;
        float: right;
        clear: none;
        margin-top: 40px;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        top: -38px;
    }

        .tabs-menu-2.options.update {
            margin-top: 15px;
            margin-bottom: 0;
        }

            .tabs-menu-2.options.update._2 {
                margin-top: 10px;
            }

        .tabs-menu-2.options.update2 {
            position: static;
            top: -45px;
        }

        .tabs-menu-2.options.agencies {
            float: none;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .tabs-menu-2.options.public-ecomm {
            width: 367px;
            float: none;
            text-align: right;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

.option-tab-link {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #373e98;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    font-size: 14px;
}

    .option-tab-link:hover {
        color: #be5927;
        text-align: right;
    }

    .option-tab-link.w--current {
        color: #fff;
        background-color: #373e98;
        border: 1px solid #373e98;
        border-top-left-radius: 125px;
        border-bottom-left-radius: 125px;
        font-size: 14px;
    }

.tab-link-mid {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1e88e5;
    border-left-style: none;
    font-size: 14px;
}

    .tab-link-mid:hover {
        color: #f16775;
    }

    .tab-link-mid.w--current {
        color: #fff;
        background-color: #373e98;
    }

.tab-link-right {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #373e98;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    font-size: 14px;
}

    .tab-link-right:hover {
        color: #f16775;
    }

    .tab-link-right.w--current {
        color: #fff;
        background-color: #373e98;
    }

.mostpop {
    float: right;
    color: #1e88e5;
    background-color: #cae6ff;
    border: 1px solid #1e88e5;
    border-radius: 125px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: block;
}

.tabs-content-2 {
    clear: right;
}

    .tabs-content-2.new {
        min-width: 500px;
        clear: none;
        flex: 0 auto;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

.body-3, .body-4 {
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.columns-34 {
    display: inline-block;
}

.image-22 {
    display: block;
}

.column-91, .column-92 {
    padding-left: 0;
    padding-right: 0;
}

.msgbox.success {
    background-color: rgba(35, 179, 76, .5);
    border-radius: 125px;
    margin-left: 0;
    margin-right: 0;
}

.msgbox.warning {
    background-color: rgba(228, 218, 25, .5);
    border-radius: 125px;
}

.msgbox.danger {
    background-color: rgba(255, 2, 2, .5);
    border-radius: 125px;
}

.pleasewait {
    float: none;
    text-align: center;
    border-radius: 20px;
    margin-left: 0;
    font-size: 16px;
    display: none;
}

    .pleasewait:hover {
        color: #f5f5f5;
    }

.changesapprove {
    z-index: 999999;
    background-color: #00467f;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.proofnumber {
    display: inline-block;
}

.text-block-52 {
    float: left;
    color: #f5f5f5;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.proofid {
    float: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.proofid-div {
    float: left;
    margin-top: 8px;
    display: inline-block;
}

.container-14 {
    justify-content: space-between;
    display: block;
}

.changes {
    float: right;
    clear: none;
    display: inline-block;
}

.makechanges {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 125px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

    .makechanges:hover {
        color: #1e88e5;
        border-color: #1e88e5;
    }

    .makechanges:active {
        display: inline-block;
    }

.approve {
    background-color: #be5927;
    border: 1px solid #be5927;
    border-radius: 125px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

    .approve:hover {
        color: #be5927;
        background-color: rgba(0, 0, 0, 0);
    }

.makechanges-div {
    z-index: 9998;
    width: 75%;
    height: auto;
    min-height: 200px;
    min-width: auto;
    float: right;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 0;
    display: none;
    position: absolute;
    top: 9%;
    bottom: auto;
    left: auto;
    right: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.container-15 {
    height: 100%;
}

.text-field-8 {
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 5px;
    overflow: scroll;
}

.form-4 {
    height: 100%;
}

.makechanges-form {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: block;
}

.makehanges-btn {
    width: 100px;
    text-align: center;
    border-radius: 125px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .makehanges-btn.original {
        display: none;
    }

.cancel {
    color: #959ca2;
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
}

.textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}

.msg-box {
    height: 55px;
    background-color: #fff3cd;
    border-radius: 125px;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    display: block;
}

.title {
    color: #be5927;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
}

    .title.pop {
        color: #2f373c;
        margin-top: 0;
    }

.message {
    color: #be5927;
    font-size: 16px;
    display: inline-block;
}

.closemessage {
    float: right;
    clear: none;
    color: #be5927;
    margin-top: 2px;
    font-size: 16px;
    display: inline-block;
}

.close {
    float: right;
    color: #be5927;
    cursor: pointer;
    margin-top: 5px;
    font-size: 16px;
    display: inline-block;
}

.html-embed-6 {
    width: 35px;
    height: 35px;
    float: left;
    color: #be5927;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 16px;
    display: flex;
}

.popup {
    width: 100%;
    background-color: #fff;
    border: .5px solid #ccc;
    border-radius: 150px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
}

.popup-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.popup-message {
    font-size: 16px;
}

.text-span-18 {
    margin-right: 10px;
}

.text-span-19 {
    text-decoration: underline;
}

.listitem43 {
    margin-bottom: 3px;
    font-size: 16px;
}

.text-span-20 {
    float: right;
    text-align: right;
}

.exchange-div {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.text-span-21 {
    text-decoration: underline;
}

.text-span-22 {
    color: #be5927;
}

.tight {
    white-space: normal;
    line-height: 20px;
    display: block;
}

.text-span-23 {
    line-height: 33px;
}

.hl {
    color: #be5927;
}

.link-30 {
    margin-left: 3px;
}

.productnavdiv {
    justify-content: center;
    align-items: center;
    display: flex;
}

.productnavlink {
    width: 10%;
    text-align: center;
    align-self: flex-start;
    margin-right: 0;
    padding-bottom: 5px;
}

    .productnavlink.w--current {
        color: #be5927;
    }

.text-block-53 {
    text-align: center;
    line-height: 15px;
}

.priductimage {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.verticaldivider {
    width: 1px;
    height: 75px;
    background-color: #ddd;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
}

.unsubscribetext {
    color: #2f373c;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.unsubscribebtn {
    width: 200px;
    text-align: center;
    background-color: #be5927;
    border: 1px solid #be5927;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
}

.unsubbtntxt {
    color: #f5f5f5;
    font-size: 16px;
}

.spinner {
    clear: left;
    text-align: left;
    margin-top: 0;
    margin-right: 4px;
    padding-top: 0;
    display: none;
}

.testdriveopen {
    color: #00467f;
    font-size: 18px;
}

.testdrivecolm {
    margin-top: 20px;
}

.testdrivelist {
    color: #959ca2;
    margin-top: 10px;
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.testdrivelistitem {
    margin-bottom: 10px;
}

.winds {
    color: #f16775;
    font-size: 20px;
}

    .winds._2 {
        font-size: 18px;
        line-height: 22px;
    }

.bold-text-14 {
    color: #373e98;
    text-align: left;
}

.testdrivefrom {
    margin-top: 10px;
}

.testdrivesubmit {
    width: 200px;
    background-color: #be5927;
}

.weget {
    color: #f16775;
    text-align: center;
    margin-bottom: 40px;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 27px;
}

.wegetsmall {
    color: #373e98;
    font-size: 20px;
}

.testdriveform_html {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.column-97.testcolrt {
    padding-left: 30px;
}

.bold-text-15 {
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.testcolleft {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

    .testcolleft.price {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .testcolleft.camp {
        padding-left: 0;
    }

.sharearticle {
    float: none;
    margin-top: 2px;
    font-size: 14px;
}

    .sharearticle.company {
        display: block;
    }

.column-98 {
    padding-right: 0;
}

.thankyouimage {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -29px;
}

    .thankyouimage.sub {
        top: auto;
    }

.column-99 {
    text-align: center;
    position: static;
}

.columns-36 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
}

.wereready {
    color: #2f373c;
    font-size: 20px;
    line-height: 30px;
    display: inline;
}

    .wereready.seelink {
        color: #be5927;
    }

.bold-text-16 {
    color: #373e98;
    display: inline;
}

    .bold-text-16:hover {
        color: #f16775;
    }

.columns-37 {
    align-items: center;
    margin-top: 10px;
    display: flex;
}

.products-modalwrapper-prdist {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(30, 136, 229, .75);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.productform {
    width: 425px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 20px 0;
}

.productfromtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
}

.bold-text-17 {
    color: #be5927;
}

.closeproductbutton {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 150px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.closexproducts {
    color: #fff;
    border: 1px #fff;
    border-radius: 150px;
    padding-top: 2px;
    font-size: 25px;
}

.prodsub {
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
}

.fanytext {
    color: #be5927;
    font-size: 20px;
}

    .fanytext.pay {
        color: #f16775;
    }

.products-modalwrapper-custnews, .products-modal-wrapper-webcast, .products-modalwrapper-datafeeds, .products-modalwrapper-compliane, .products-modalwrapper-analytics {
    z-index: 9999;
    background-color: rgba(30, 136, 229, .75);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.testtext {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 500;
}

.sitemaplink {
    font-size: 16px;
    display: block;
}

    .sitemaplink._2 {
        float: none;
        clear: none;
        margin-left: 20px;
        display: block;
    }

    .sitemaplink.last {
        margin-bottom: 20px;
    }

.sitemapdiv {
    flex-direction: column;
    display: inline-block;
}

.meantime {
    color: #959ca2;
    font-size: 16px;
}

.thankyoutext {
    color: #959ca2;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
}

.thankyousocial {
    max-width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.bold-text-18 {
    font-weight: 900;
}

.clicklink {
    color: #be5927;
    font-weight: 900;
}

.div-block-29, .div-block-30 {
    padding-right: 20px;
}

._404-section {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
}

._404title {
    color: #373e98;
    padding-left: 20px;
    font-size: 30px;
}

    ._404title.oops {
        color: #f16775;
        margin-top: 20px;
        margin-bottom: 80px;
        padding-left: 0;
        font-size: 10vw;
        font-weight: 900;
    }

.oppsdiv {
    text-align: left;
}

._404image {
    width: 300px;
    max-width: none;
}

.price-box-div {
    width: 75%;
    border: 2px solid #959ca2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
}

._5for {
    color: #be5927;
    margin-bottom: 30px;
    font-size: 22px;
}

    ._5for.big {
        color: #00467f;
        margin-bottom: 40px;
        font-size: 75px;
    }

.numbers {
    text-align: center;
}

.list-2 {
    color: #959ca2;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.paymentflag {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.column-100, .column-101 {
    text-align: center;
}

.ordersummarydiv {
    width: 27%;
    max-width: 45%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    position: fixed;
    top: 22%;
    bottom: auto;
    left: auto;
    right: 4%;
}

.text-block-54 {
    font-weight: 500;
}

.ordersummarytitle {
    font-size: 13px;
    font-weight: 900;
}

.summarydivider {
    height: 1px;
    background-color: #ddd;
    margin-top: 6px;
    margin-bottom: 10px;
}

    .summarydivider._2 {
        margin-top: 10px;
    }

.orderdetails {
    margin-right: 20px;
    padding-right: 0;
    font-size: 13px;
    display: inline-block;
}

    .orderdetails.subtotal {
        color: #959ca2;
        border-bottom-style: none;
    }

.orderdetaildiv {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

    .orderdetaildiv.subtotal {
        border-bottom-style: none;
    }

.orderprice {
    color: #959ca2;
    margin-right: 0;
    display: inline-block;
}

    .orderprice.subtotal {
        border-bottom-style: none;
        margin-right: 0;
    }

    .orderprice.total {
        margin-right: 0;
    }

.orderdelete {
    width: 15px;
    height: 15px;
    color: #959ca2;
    border: 1px #959ca2;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.orderclose {
    border: 1px solid #959ca2;
    border-radius: 100px;
    display: inline-block;
}

.couponcode {
    width: 175px;
    border-radius: 125px;
    margin-bottom: 0;
}

.couponform {
    margin-top: 15px;
}

.couponapply {
    float: right;
    color: #1e88e5;
    margin-top: 8px;
    display: inline-block;
}

.lptabs {
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 5px;
    display: flex;
}

    .lptabs._2 {
        margin-bottom: 20px;
    }

.lppriceone {
    border: 1px solid #ddd;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 5px 10px 0;
    display: flex;
}

.pakagetypelp {
    color: #be5927;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
}

.dolloarsign {
    color: #2f373c;
    margin-left: 10px;
}

.pricelarger {
    color: #2f373c;
    font-size: 30px;
    font-weight: 900;
}

.eachlp {
    color: #2f373c;
    margin-left: 6px;
    padding-left: 0;
    font-size: 18px;
}

.lpdescript {
    color: #959ca2;
    font-size: 14px;
    display: inline-block;
}

.optionbuttonlp {
    width: 125px;
    float: right;
    text-align: center;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .optionbuttonlp:hover {
        color: #fff;
        background-color: #be5927;
    }

.innerleftlp {
    width: 69%;
    display: inline-block;
}

.lptab1 {
    background-color: #fff;
    border: 1px solid #1e88e5;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    font-size: 14px;
}

    .lptab1.w--current {
        color: #fff;
        background-color: #1e88e5;
        border-top-left-radius: 125px;
        border-bottom-left-radius: 125px;
        font-size: 14px;
    }

.lptab2 {
    background-color: #fff;
    border: 1px solid #1e88e5;
    font-size: 14px;
}

    .lptab2.w--current {
        color: #fff;
        background-color: #1e88e5;
    }

.lptab3 {
    background-color: #fff;
    border: 1px solid #1e88e5;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    font-size: 14px;
}

    .lptab3.w--current {
        color: #fff;
        background-color: #1e88e5;
    }

.copyrightupdate {
    color: #959ca2;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    top: -5px;
}

    .copyrightupdate.leftside {
        text-align: center;
        margin: 5px auto 0;
        display: block;
        position: static;
    }

.copyrightupdate-section {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-block-31 {
    text-align: center;
    flex-direction: row;
    font-size: 11px;
    display: inline-block;
}

    .div-block-31.new {
        margin-top: 0;
    }

        .div-block-31.new.lower {
            margin-top: 10px;
        }

            .div-block-31.new.lower.left {
                margin-top: 0;
                margin-left: 0;
            }

.text-span-24 {
    color: #be5927;
    font-size: 30px;
    font-weight: 500;
}

.lpupdate-html-div {
    margin-bottom: 50px;
}

.zendesk-chat-div {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    position: static;
}

.widgetholder {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
}

.mylauncher {
    width: 125px;
    text-align: center;
    background-color: #00467f;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 14px;
    display: flex;
}

    .mylauncher:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.html-embed-7 {
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.lpupdatetext {
    font-size: 14px;
}

    .lpupdatetext.other {
        color: #2f373c;
        margin-bottom: 20px;
    }

.pricelist {
    color: #959ca2;
    padding-left: 15px;
}

.list-item-10, .list-item-11, .list-item-12 {
    color: #959ca2;
}

.chatcolumn {
    border-right: 1px #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

.mobilechat, .html-embed-8 {
    display: none;
}

.othertile {
    width: 30%;
    height: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 18px;
    display: block;
}

    .othertile:hover {
        color: #00467f;
    }

.othersertvicesdiv {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.colorbox {
    height: 150px;
    background-color: #373e98;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

    .colorbox:hover {
        color: #fff;
    }

.spacer {
    height: 100px;
}

.show-more-drop {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.dropdown-list-6 {
    text-align: left;
}

    .dropdown-list-6.w--open {
        text-align: left;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

.dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dropdown-toggle-5.w--open {
        padding-bottom: 10px;
    }

.show-more-toggle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-list-7 {
    text-align: left;
}

    .dropdown-list-7.w--open {
        background-color: #fff;
        position: relative;
    }

.link-block-6 {
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
}

    .link-block-6:hover {
        color: #f16775;
    }

.registertext {
    color: #f16775;
    text-align: center;
    font-size: 22px;
}

.chartimage {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.image-23 {
    width: 20%;
    max-width: none;
}

.badgeimge {
    width: 20%;
}

.htmlbasdge {
    width: 14%;
    text-align: center;
}

    .htmlbasdge:hover {
        transform: scale(1.1);
    }

    .htmlbasdge._23, .htmlbasdge.anw {
        width: 10%;
    }

.container-16 {
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    text-align: left;
    border: 0 solid #000;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    display: block;
    position: relative;
}

    .container-16.tos {
        padding-left: 0;
        padding-right: 0;
    }

.terms-toptext {
    margin-bottom: 20px;
}

    .terms-toptext.gts {
        text-align: left;
    }

        .terms-toptext.gts.right {
            text-align: right;
        }

        .terms-toptext.gts.updte {
            margin-bottom: 40px;
        }

.numberspaec {
    margin-right: 10px;
}

.columns-38 {
    padding-top: 10px;
}

.placeholdercustomnews {
    height: 100px;
}

.seo-section {
    padding: 20px 20px 60px;
}

.newsroom-title {
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 27px;
    font-weight: 900;
}

.setting-up-text-holder {
    margin-top: 40px;
    padding-bottom: 10px;
}

    .setting-up-text-holder.step1 {
        margin-top: 60px;
    }

    .setting-up-text-holder.step-2 {
        margin-top: 0;
    }

.set-up-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

    .set-up-content.head {
        font-size: 18px;
        font-weight: 900;
    }

    .set-up-content.list {
        margin-top: 10px;
    }

    .set-up-content.recordtype {
        text-align: center;
        font-weight: 900;
    }

    .set-up-content.recordtypetype {
        color: #959ca2;
        text-align: center;
    }

    .set-up-content.blue {
        color: #f16775;
        font-weight: 900;
    }

    .set-up-content.note {
        color: #959ca2;
        font-size: 13px;
    }

.italic-text-2 {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 500;
}

.italic-text-3 {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
}

.text-span-25 {
    color: #959ca2;
}

.crecordcolumns {
    margin-top: 20px;
}

.visitholder {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sectionbuffer {
    height: 100px;
}

.please-note {
    margin-top: 10px;
    padding-top: 10px;
}

.columns-39 {
    align-items: center;
    margin-top: 60px;
    display: block;
}

.domainimage {
    width: 100%;
}

.div-block-32 {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 0;
}

.suite-box {
    border: 1px #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .suite-box.last {
        margin-bottom: 40px;
    }

        .suite-box.last.v2 {
            width: 100%;
            padding: 0;
        }

            .suite-box.last.v2.end {
                margin-bottom: 10px;
            }

    .suite-box.first {
        clear: left;
        margin-top: 40px;
    }

.columns-40 {
    height: 200px;
    background-image: linear-gradient(82deg, rgba(255, 255, 255, 0), #fff 73%), url('../images/journalists-slice.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

    .columns-40.customer {
        background-image: linear-gradient(257deg, rgba(255, 255, 255, 0), #fff 73%), url('../images/customers-slice.png');
        background-position: 0 0, 50% 100%;
    }

    .columns-40.employee {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 73%), url('../images/employees-slice.png');
    }

    .columns-40.inestpr {
        background-image: linear-gradient(266deg, rgba(255, 255, 255, 0), #fff 73%), url('../images/nvestor-slice.png');
        background-position: 0 0, 50%;
    }

.newsroomsuite {
    height: auto;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-top: 40px;
    padding: 20px;
}

    .newsroomsuite.for {
        margin-bottom: 40px;
    }

    .newsroomsuite.light {
        background-color: #fff;
    }

        .newsroomsuite.light.connect {
            margin-top: 0;
        }

.column-102 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.news-question-mg {
    width: 60px;
    height: 60px;
    float: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px #959ca2;
    border-radius: 125px;
    margin-right: 20px;
}

.div-block-33 {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.screenshot-holder {
    width: 95%;
    height: auto;
    background-color: #959ca2;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .screenshot-holder.slide {
        width: 85%;
    }

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

.column-108 {
    text-align: center;
    padding-right: 0;
    text-decoration: none;
}

.welcometonewsroomv2 {
    color: #373e98;
    font-size: 18px;
}

.columns-41 {
    position: relative;
}

    .columns-41.newsv2 {
        z-index: 1;
        margin-bottom: 0;
        position: relative;
    }

.newsroomv2-title-block {
    position: relative;
}

.newsroom-hero-v2 {
    width: 450px;
    height: 450px;
    float: right;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
}

    .newsroom-hero-v2.reg {
        position: relative;
        right: 0;
    }

.column-109 {
    position: relative;
}

.div-block-34 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.herov2-holder {
    height: auto;
    min-height: 480px;
    float: none;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: -13%;
}

.hero-all-holder-top {
    height: auto;
    margin-bottom: 70px;
    position: relative;
}

.hv2-width-restric {
    width: 75%;
}

.text-span-26 {
    font-weight: 300;
}

._4-holder {
    flex-flow: column wrap;
    justify-content: space-between;
    display: flex;
}

.columns-42 {
    margin-bottom: 40px;
}

    .columns-42.onlinenewsroom {
        margin-top: 40px;
        margin-bottom: 0;
    }

.bold-text-19 {
    color: #373e98;
    font-size: 20px;
}

    .bold-text-19.comms {
        color: #00467f;
        font-size: 25px;
        font-weight: 900;
    }

.slide-5 {
    width: 100%;
    height: auto;
    text-align: center;
}

.slider-2 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
}

.mask-2 {
    height: auto;
}

.slide-nav-4 {
    display: none;
}

.slide-6, .slide-7 {
    text-align: center;
}

.right-arrow-2, .left-arrow-2 {
    color: #959ca2;
}

.column-110 {
    margin-bottom: 40px;
    padding-right: 0;
}

    .column-110.mid {
        margin-bottom: 0;
    }

.columns-43 {
    width: 100%;
    margin-bottom: 40px;
}

    .columns-43._2 {
        margin-bottom: 0;
    }

        .columns-43._2.centervertical {
            align-items: center;
            display: flex;
        }

.width-restrict {
    width: 90%;
}

.width12 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.herov2-img {
    width: 100%;
    max-width: 445px;
    display: block;
}

.slide-img {
    width: 95%;
    max-width: 83%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.text-span-27 {
    color: #f16775;
    font-size: 30px;
}

.text-span-28 {
    color: #373e98;
}

.formpopnewsroom {
    width: 65%;
    flex: 0 auto;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .formpopnewsroom.anw {
        width: 100%;
    }

        .formpopnewsroom.anw.spacetop, .formpopnewsroom.space {
            margin-top: 40px;
        }

.newsroom-form-close {
    width: 30px;
    height: 30px;
    color: #959ca2;
    border: 1px solid #959ca2;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

    .newsroom-form-close:hover {
        color: #be5927;
        border-color: #be5927;
    }

    .newsroom-form-close.contact {
        z-index: 1;
        cursor: pointer;
        justify-content: center;
        position: absolute;
        top: -2%;
        bottom: auto;
        left: auto;
        right: 2%;
    }

.headtextv2 {
    font-size: 42px;
    font-weight: 900;
}

.v2navdrop {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.v2-navtoggle {
    color: #00467f;
    border-bottom: 2px rgba(0, 0, 0, 0);
    flex-direction: row;
    align-items: stretch;
    padding: 30px 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

    .v2-navtoggle:hover {
        color: #be5927;
        border-bottom: 2px #be5927;
    }

    .v2-navtoggle.w--open {
        border-bottom-style: none;
        border-bottom-color: #be5927;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .v2-navtoggle.anw {
        color: #373e98;
    }

.v2-nav-link {
    color: #00467f;
    border-bottom: 2px rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
    font-size: 15px;
    font-weight: 500;
}

    .v2-nav-link:hover {
        border-bottom-style: none;
        border-bottom-color: #be5927;
    }

    .v2-nav-link.w--current {
        color: #be5927;
    }

    .v2-nav-link.end {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 0 30px 20px;
        font-size: 15px;
    }

    .v2-nav-link.cta {
        color: #fff;
        background-color: #00467f;
    }

        .v2-nav-link.cta:hover {
            background-color: #1e88e5;
        }

        .v2-nav-link.cta.anw {
            color: #f5f5f5;
            background-color: #373e98;
        }

            .v2-nav-link.cta.anw:hover {
                background-color: #f16775;
            }

    .v2-nav-link.anw {
        color: #373e98;
    }

.v2-nav-bg {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

    .v2-nav-bg.pdm {
        padding-left: 40px;
        padding-right: 75px;
    }

.v2-nav-logo {
    max-width: 200px;
}

    .v2-nav-logo.lp {
        margin-right: auto;
    }

.container-17 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

    .container-17.pdm {
        max-width: 1045px;
        flex: 1;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

        .container-17.pdm._23 {
            justify-content: flex-start;
        }

.nav-menu-v2 {
    text-align: right;
    flex: 1;
}

    .nav-menu-v2.hide, .nav-menu-v2.lp23 {
        display: none;
    }

.dropdown-list-8 {
    background-color: #f5f5f5;
}

    .dropdown-list-8.w--open {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 30px 0;
    }

.drop-link-v2 {
    color: #00467f;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}

    .drop-link-v2:hover {
        background-color: #f5f5f5;
    }

    .drop-link-v2.hide-for-now {
        display: none;
    }

    .drop-link-v2.anw {
        color: #373e98;
    }

        .drop-link-v2.anw:hover {
            color: #f16775;
        }

.id {
    text-decoration: underline;
}

.section-9 {
    padding-top: 140px;
    padding-bottom: 60px;
}

    .section-9.hero {
        background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/collaboration-connect.png');
        background-position: 0 0, 50% 15%;
        background-size: auto, cover;
    }

        .section-9.hero.inner {
            width: auto;
            height: auto;
            padding-top: 200px;
            padding-bottom: 100px;
        }

            .section-9.hero.inner.newsroom {
                background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/investor-img.png');
                background-size: auto, cover;
            }

            .section-9.hero.inner.newsroomecom {
                width: auto;
                height: auto;
                background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/investor-img.png');
            }

            .section-9.hero.inner.contact {
                background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/nvestor-slice.png');
                background-position: 0 0, 50%;
            }

            .section-9.hero.inner.whitepapers {
                background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/ACCESSWIRE-WebinarsAndWhitepapers-bg2.jpg');
                background-position: 0 0, 50% 20%;
            }

            .section-9.hero.inner.casestudy {
                background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/ACCESSWIRE_CaseStudy_Hero.jpg');
                background-position: 0 0, 50% 39%;
                background-repeat: repeat, no-repeat;
            }

            .section-9.hero.inner.proptimizer {
                height: 96vh;
                background-image: url('../images/Accesswire_Hero_Chess_animate.gif');
                background-position: 0%;
                background-repeat: no-repeat;
                background-size: cover;
            }

        .section-9.hero.home {
            background-image: url('../images/collaboration-connect.png');
            background-position: 50% 15%;
            background-size: cover;
        }

    .section-9.gradient {
        background-image: linear-gradient(181deg, #ddd, #fff 39%);
    }

        .section-9.gradient.review {
            background-image: url('../images/ACCESSWIRE_Customer-Reviews_handHoldingPhone.png'), linear-gradient(181deg, #ddd, #fff 39%);
            background-position: 91% 100%, 0 0;
            background-repeat: no-repeat, repeat;
            background-size: 469px, auto;
        }

        .section-9.gradient.vs {
            background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/versusBG.png');
            background-position: 0 0, 0 33%;
            background-size: auto, auto;
        }

        .section-9.gradient.anw {
            padding-top: 60px;
        }

    .section-9.dark.nr {
        background-color: #fff;
    }

    .section-9.newsroom {
        height: 330px;
        background-image: url('../images/main-586.png');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 180px;
    }

    .section-9.light {
        text-align: center;
        padding-top: 60px;
    }

        .section-9.light.uses {
            padding-bottom: 20px;
        }

        .section-9.light.review {
            background-color: #f5f5f5;
            padding-top: 0;
        }

            .section-9.light.review.top {
                background-color: #f5f5f5;
                padding-top: 60px;
                padding-bottom: 0;
            }

        .section-9.light.logos, .section-9.light.logoos {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .section-9.light.v2 {
            padding-bottom: 30px;
        }

        .section-9.light.purp {
            background-color: #373e98;
        }

    .section-9.new {
        padding-bottom: 60px;
    }

        .section-9.new.pdm {
            padding-left: 75px;
            padding-right: 75px;
        }

            .section-9.new.pdm.anw {
                padding-left: 60px;
                padding-right: 60px;
            }

                .section-9.new.pdm.anw.newsletter {
                    background-color: #373e98;
                    background-image: url('../images/ACCESSWIRE_WorldMap_Newsletter.png');
                    background-position: 50%;
                    background-size: auto;
                }

.connect-farther {
    color: #f16775;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 32px;
}

    .connect-farther.hide-desktop {
        display: none;
    }

    .connect-farther.center {
        max-width: 875px;
        color: #f16775;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
    }

        .connect-farther.center.h {
            max-width: none;
        }

        .connect-farther.center.white {
            max-width: none;
            color: #fff;
            text-align: left;
            font-size: 36px;
            line-height: 1.3em;
        }

            .connect-farther.center.white.btm {
                color: #000;
                margin-top: 0;
                font-size: 40px;
            }

            .connect-farther.center.white.top {
                color: #000;
                margin-bottom: 0;
                font-size: 40px;
            }

            .connect-farther.center.white.v2 {
                color: #000;
                text-align: center;
                font-size: 30px;
                font-weight: 400;
            }

                .connect-farther.center.white.v2.btm {
                    margin-bottom: 0;
                }

        .connect-farther.center.black {
            color: #000;
        }

            .connect-farther.center.black.purple {
                color: #373e98;
            }

                .connect-farther.center.black.purple.lefty {
                    color: #373e98;
                    margin-top: 0;
                }

                    .connect-farther.center.black.purple.lefty._2 {
                        max-width: none;
                        margin-bottom: 20px;
                        font-size: 22px;
                        line-height: 30px;
                    }

            .connect-farther.center.black.lefty {
                color: #000;
                text-align: left;
                line-height: 39px;
            }

                .connect-farther.center.black.lefty._2 {
                    max-width: none;
                    margin-top: 0;
                    margin-bottom: 0;
                }

                    .connect-farther.center.black.lefty._2.right {
                        text-align: right;
                    }

                    .connect-farther.center.black.lefty._2.boxxed {
                        color: #373e98;
                        text-align: center;
                        font-size: 20px;
                    }

            .connect-farther.center.black.thin {
                max-width: 65%;
            }

    .connect-farther._32 {
        color: #f16775;
        font-size: 40px;
    }

    .connect-farther.blackbtm {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        line-height: .6em;
    }

.better {
    width: 100%;
    color: #373e98;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    display: inline;
}

    .better._32 {
        font-size: 40px;
    }

.connect-holder {
    width: 100%;
    margin-bottom: 0;
}

    .connect-holder.only-phone {
        display: none;
    }

    .connect-holder.home-hero {
        background-color: rgba(255, 255, 255, .75);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .connect-holder.leadgen {
        padding-right: 40px;
    }

.columns-44 {
    align-items: center;
    display: flex;
    position: relative;
}

    .columns-44.topper {
        align-items: flex-start;
    }

.v2-button-holder {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

    .v2-button-holder.hero {
        margin-top: 40px;
    }

.scale-image {
    margin-left: auto;
    margin-right: auto;
}

.handymarker {
    z-index: -1;
    width: 200px;
    transform-style: preserve-3d;
    position: absolute;
    top: auto;
    bottom: -81%;
    left: -29%;
    right: 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(-74deg);
}

.top-section-v2 {
    padding-bottom: 0;
}

.section-2v2 {
    padding-bottom: 20px;
}

    .section-2v2._2 {
        padding-bottom: 0;
    }

.connecttitles {
    color: #f16775;
    font-size: 32px;
}

    .connecttitles.anw {
        color: #f16775;
    }

.better-v2 {
    color: #373e98;
    font-size: 32px;
    font-weight: 900;
}

    .better-v2.anw, .share-link {
        color: #373e98;
    }

        .share-link:hover {
            color: #f16775;
        }

.no-extras {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
}

.no-extra-tile {
    width: 24%;
    text-align: center;
    background-color: #fff;
    border: 1px #000;
    border-radius: 6px;
    padding: 20px 10px;
}

    .no-extra-tile.end {
        width: 23%;
        border-right-style: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.section-9.dark {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .section-9.dark.connect {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .section-9.dark.connect.light {
            background-color: #fff;
        }

    .section-9.dark.hide-for-now {
        display: none;
    }

    .section-9.dark.samplepr {
        padding-top: 80px;
    }

    .section-9.dark.new {
        text-align: center;
    }

.section-9.light {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .section-9.light.clients {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .section-9.light.clients.space {
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .section-9.light.register {
        background-color: #f9f9f9;
        position: static;
    }

    .section-9.light.new-newsroom {
        background-color: #f5f5f5;
    }

    .section-9.light.connect {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.section-9.orange {
    color: #373e98;
    background-color: #373e98;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .section-9.orange.w {
        background-color: #fff;
        padding-top: 60px;
    }

.columns-45 {
    align-items: center;
    display: flex;
}

.sample-distributions {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 6px;
    padding: 10px;
}

.column-111 {
    padding-right: 20px;
}

.columns-46 {
    align-items: center;
    display: flex;
}

    .columns-46._32 {
        margin-bottom: 20px;
    }

.image-24 {
    box-shadow: 8px 8px #ddd;
}

.columns-47 {
    align-items: center;
    display: flex;
}

.columns-48 {
    margin-top: 40px;
    margin-bottom: 0;
}

.div-block-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.compnay-tpe-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.column-113 {
    padding-left: 0;
    padding-right: 20px;
}

    .column-113.this {
        padding-right: 20px;
    }

.bold-orange {
    color: #f16775;
    font-weight: 900;
}

.text-span-29 {
    font-weight: 400;
}

.client-holder {
    height: auto;
    justify-content: space-between;
    margin-bottom: 0;
    display: flex;
}

.image-26 {
    max-width: none;
}

.client-tile {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .client-tile.gs {
        filter: grayscale();
    }

.v2-footer {
    height: auto;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

    .v2-footer.lp {
        padding-top: 10px;
    }

.tagline-holder {
    margin-top: 20px;
}

.div-block-36, .collaborate-table-holder {
    margin-top: 40px;
}

.html-embed-10 {
    margin-left: auto;
    margin-right: auto;
}

.quote-cirlce {
    width: 60px;
    height: 60px;
    float: none;
    background-color: #be5927;
    border-radius: 125px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 5px;
    display: flex;
    position: relative;
}

    .quote-cirlce.anw {
        background-color: #f16775;
    }

.quote-icon {
    color: #fff;
    font-family: Great Vibes, cursive;
    font-size: 46px;
    line-height: 1em;
}

.div-block-37 {
    width: 6px;
    height: 18px;
    background-color: #fff;
    margin-right: 6px;
    transform: skew(-13deg);
}

    .div-block-37.last {
        height: 18px;
        margin-right: 0;
    }

.div-block-38 {
    max-width: 75%;
    flex-direction: row;
    align-items: flex-start;
    margin: 40px auto;
    display: flex;
    position: relative;
}

.nametitle {
    color: #1e88e5;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
    line-height: 50px;
}

    .nametitle.anw {
        color: #f16775;
    }

.quote-icon {
    width: 75%;
}

.slide-8 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
}

.right-arrow-3, .left-arrow-3 {
    display: none;
}

.slider-3 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
}

.mask-3 {
    height: auto;
}

.slide-nav-5 {
    margin-top: 0;
}

.div-block-39 {
    padding-bottom: 10px;
}

.hero-holder {
    align-items: center;
    display: flex;
}

.div-block-40 {
    padding-bottom: 10px;
}

.hero-holder-left, .hero-holder-right {
    width: 50%;
}

.html-embed-14.box {
    box-shadow: 11px 11px #be5927;
}

.html-embed-14.sample {
    background-color: rgba(0, 0, 0, 0);
}

.faqtile {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .faqtile.first {
        padding-top: 0;
    }

    .faqtile.last {
        border-bottom-style: none;
    }

.list-item-13 {
    padding-bottom: 0;
}

.list-item-14 {
    margin-bottom: 10px;
}

.div-block-41 {
    padding: 10px;
}

    .div-block-41.hq {
        width: 30%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

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

.div-block-42 {
    padding-top: 10px;
    position: relative;
}

.coms-div {
    height: 255px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px 10px;
}

    .coms-div.anw {
        height: 280px;
    }

.hero-btn {
    width: 300px;
    background-color: #be5927;
    border-radius: 125px;
}

    .hero-btn.anw {
        background-color: #f16775;
    }

.dropdown-toggle-6, .dropdown-toggle-6.w--open {
    width: 100%;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
}

.dropdown-list-9.w--open {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.public-table {
    margin-top: 20px;
}

.starteddiv {
    justify-content: center;
    margin-top: 20px;
    display: flex;
}

.started-price-box {
    width: 30%;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 10px 0;
}

    .started-price-box.lefter {
        margin-right: 10px;
    }

    .started-price-box.rigth {
        margin-left: 10px;
    }

.grey-title {
    color: #959ca2;
}

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

    .tabs-3.newsroom-page {
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

.list-3, .list-item-15 {
    text-align: left;
}

.svings {
    color: #959ca2;
    font-size: 20px;
    font-weight: 500;
}

.youtube-neswroom {
    margin-top: 60px;
}

.column-119 {
    padding-left: 0;
    padding-right: 0;
}

.orange {
    color: #373e98;
    font-size: 20px;
}

.steps-holder {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
}

.steps-tile {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 60px 20px 20px;
    display: flex;
    position: relative;
}

    .steps-tile.last {
        margin-bottom: 0;
    }

.head.lline-sample {
    margin-left: 0;
    padding-left: 0;
}

.headline-sample {
    padding-left: 20px;
}

.number-circle {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #00467f;
    border-radius: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

    .number-circle.up {
        border-right-style: none;
        border-radius: 125px 0 0 125px;
        top: 0;
        left: -60px;
    }

        .number-circle.up:hover {
            color: rgba(0, 0, 0, 0);
            background-color: #ddd;
            border-color: #be5927;
            border-radius: 125px 0 0 125px;
        }

        .number-circle.up:active {
            font-style: italic;
        }

        .number-circle.up._2 {
            top: -12px;
        }

        .number-circle.up._3 {
            border-right-style: none;
            top: 0;
        }

        .number-circle.up._4 {
            top: 0;
        }

        .number-circle.up.tooltip {
            margin-bottom: 20px;
            position: static;
            top: 5px;
            left: 5px;
        }

.press-release-sample-holder {
    width: 92%;
    float: none;
    border: 1px #ddd;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 20px;
}

.share-now {
    height: auto;
    margin-left: 20px;
    display: inline-block;
}

.div-block-44 {
    align-items: center;
    margin-top: 5px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

    .div-block-44._2 {
        margin-top: 10px;
    }

        .div-block-44._2.sample {
            margin-top: 0;
            margin-bottom: 0;
        }

.section-9.article {
    padding-top: 60px;
}

.section-9.articlevv2 {
    background-color: #f5f5f5;
    padding-top: 120px;
}

.columns-49 {
    margin-top: 60px;
}

.sample-image {
    width: auto;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sample-image._2 {
        max-width: 300px;
    }

.div-block-45 {
    position: relative;
}

.sample-holder-all {
    margin-top: 40px;
    position: relative;
}

.div-block-46 {
    background-color: #e9e9e9;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.div-block-47 {
    background-color: #e9e9e9;
    border-radius: 6px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

.div-block-48 {
    background-color: #e9e9e9;
    border: 1px #e9e9e9;
    border-radius: 6px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

.div-block-49 {
    background-color: #e9e9e9;
    border-radius: 6px;
    padding: 10px;
    position: relative;
}

.pr-template-block {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    display: flex;
}

.title-side {
    width: 200px;
    border-right: 1px solid #ddd;
    flex: none;
    align-self: auto;
    align-items: center;
    margin-right: 20px;
    padding: 10px;
    display: flex;
}

.content-side {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .content-side.sample {
        align-self: center;
    }

.text-span-30 {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
}

.bold-text-20 {
    color: #000;
    font-weight: 400;
}

.columns-50, .columns-51, .columns-52, .columns-53 {
    align-items: center;
    display: flex;
}

.newsroom-ecom-suite {
    border: 1px solid #ddd;
    border-radius: 8px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
    display: flex;
    position: relative;
}

.suite-choice-holder {
    width: 33%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    display: flex;
}

.ecom-newsroom-icon {
    max-width: 50px;
    float: none;
    margin-right: 10px;
}

.news-ecom-words {
    width: 80%;
}

.news-ecom-pic {
    width: 20%;
    flex: none;
    align-items: flex-start;
    display: flex;
}

.suite-title {
    width: 150px;
    color: #be5927;
    text-align: center;
    background-color: #f9f9f9;
    flex: none;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    position: absolute;
    top: -3%;
    bottom: auto;
    left: 40%;
    right: 0%;
}

.text-block-56 {
    color: #f16775;
    font-size: 20px;
}

.columns-54 {
    margin-bottom: 40px;
}

.hide-for-now {
    display: block;
}

.press-release-tooltip-bg {
    z-index: 9999;
    width: 600px;
    height: 225px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #be5927;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: absolute;
    top: -4%;
    bottom: 0%;
    left: 113%;
    right: 0%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

    .press-release-tooltip-bg._2 {
        height: 160px;
        border-top-right-radius: 25px;
    }

    .press-release-tooltip-bg._4 {
        height: 150px;
    }

    .press-release-tooltip-bg._5 {
        height: 125px;
        flex: 0 auto;
        align-self: auto;
        align-items: center;
    }

    .press-release-tooltip-bg._3 {
        height: 200px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

.container-18 {
    position: relative;
}

    .container-18.hide-for-now {
        display: none;
    }

.tool-tip-content {
    flex: 1;
    align-self: flex-start;
    margin-top: 0;
    position: relative;
}

.tool-tip-arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -10px;
    transform: rotate(45deg);
}

.leftie {
    float: none;
    text-align: left;
}

.tabs-4 {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.registerholder {
    clear: right;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    justify-content: space-between;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.register-form-side {
    width: 60%;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 20px 20px 10px;
}

.register-info-side {
    width: 40%;
    background-color: #e8e8e8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px;
}

.order-summary-holder {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
}

    .order-summary-holder.coupon {
        height: auto;
        border-top: 1px solid #ccc;
        margin-top: 40px;
        padding-right: 0;
    }

    .order-summary-holder.total {
        border-bottom-style: none;
    }

    .order-summary-holder.top {
        margin-top: 0;
        padding-top: 0;
    }

.register-form-holder {
    margin-top: 10px;
}

.text-field-9 {
    height: 50px;
    border-radius: 6px;
}

.register-text-field {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
}

    .register-text-field.phone {
        width: 100%;
        margin-bottom: 5px;
    }

    .register-text-field.password {
        width: 100%;
    }

.register-label {
    z-index: 1;
    color: #6c757d;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 16px;
    left: 19px;
}

.newsroom-register-button {
    width: 100%;
    background-color: #be5927;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.preferredmethodbox {
    width: 250px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex;
}

.preferredemail {
    width: 50%;
    border: 1px solid #d1d1d1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
}

.preferredphone {
    width: 50%;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
}

.preferred-emial {
    background-color: #fff;
    border: 1px solid #1e88e5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
}

    .preferred-emial:hover {
        color: #2f373c;
    }

    .preferred-emial.w--current {
        height: 38px;
        color: #fff;
        background-color: #1e88e5;
        border-color: #1e88e5;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
        display: flex;
    }

.preferred-phone {
    width: 50%;
    height: 38px;
    text-align: center;
    cursor: auto;
    background-color: #fff;
    border: 1px solid #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    display: flex;
}

    .preferred-phone:hover {
        color: #2f373c;
    }

    .preferred-phone.w--current {
        color: #fff;
        background-color: #1e88e5;
        border: 1px solid #1e88e5;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.form-title {
    font-size: 20px;
}

    .form-title.btm {
        margin-bottom: 10px;
    }

.plan-select {
    height: 50px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.savings {
    color: #fff;
    background-color: #6c757d;
    border-radius: 6px;
    margin-left: 10px;
    padding: 6px 20px;
    font-size: 16px;
    display: none;
}

.planselect {
    margin-bottom: 50px;
}

.checkbox-field {
    color: #959ca2;
    font-size: 15px;
}

    .checkbox-field.register {
        margin-top: 40px;
        margin-bottom: 10px;
    }

.terms-link {
    color: #1e88e5;
}

.coupon-code {
    width: 75%;
    height: 38px;
    border-radius: 6px 0 0 6px;
    margin-bottom: 0;
    font-size: 16px;
}

.coupon-form {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.submit-button-3 {
    height: 38px;
    color: #fff;
    text-align: center;
    background-color: #6c757d;
    border-bottom: 1px #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
}

.countryselect {
    width: 100%;
    height: 38px;
    color: #959ca2;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 16px;
}

.stateselect {
    height: 38px;
    color: #959ca2;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 16px;
}

.perfdiv {
    height: 55px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
}

.tabs-content-3 {
    display: none;
}

.contact-choice {
    width: 136px;
    height: auto;
    border: 1px #000;
    justify-content: space-around;
    align-items: center;
    margin-left: 20px;
    display: flex;
}

.toggle-email {
    width: 50%;
    height: 38px;
    color: #fff;
    cursor: pointer;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 6px 0 0 6px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    display: flex;
}

.toggle-phone {
    width: 50%;
    height: 38px;
    color: #6c757d;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    display: flex;
}

.tabs-menu-3 {
    height: 38px;
    color: #1e88e5;
    display: flex;
}

.tabs-content-4 {
    display: none;
}

.payment-choice {
    width: 85%;
    display: flex;
}

.toggle-monthly {
    width: 50%;
    height: 38px;
    color: #373e98;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #373e98;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.toggle-annually {
    width: 50%;
    height: 38px;
    color: #fff;
    background-color: #373e98;
    border: 1px solid #1e88e5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.checkbox-label {
    color: #6c757d;
    font-size: 12px;
}

.modalpopbg {
    z-index: 9999;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.modal-info-box {
    width: 512px;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
}

.modalclose {
    height: 54px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal-closer {
    color: #fff;
    background-color: #1e88e5;
    border-radius: 6px;
    margin-top: 40px;
    font-size: 16px;
}

    .modal-closer:hover {
        color: #fff;
    }

.required {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 2rem;
}

.modal-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.order-main {
    font-size: 16px;
    display: inline-block;
}

.ordermain-holder {
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
}

    .ordermain-holder.total {
        height: 75px;
        border-bottom: 1px solid #ccc;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 4px;
    }

.order-price {
    text-align: right;
    font-size: 16px;
}

.sub-order {
    align-items: center;
    padding-left: 20px;
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
    display: flex;
}

.form-block-7 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.subtotal {
    height: 45px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
}

    .subtotal.top {
        height: 40px;
        border-bottom-style: none;
        margin-top: 10px;
        padding-top: 0;
    }

    .subtotal.btm {
        height: auto;
        padding-bottom: 20px;
    }

.number-holder {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #f16775;
    border-radius: 1255px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
    position: absolute;
    top: 22px;
    left: -76px;
    right: auto;
    overflow: visible;
}

    .number-holder.share {
        top: 5px;
    }

    .number-holder.breakdown {
        width: 40px;
        height: 30px;
        float: left;
        text-align: center;
        border-radius: 6px 6px 0 0;
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 0;
        padding-top: 6px;
        display: block;
        position: relative;
        top: -30px;
        left: 3px;
    }

.grey-line {
    width: 61px;
    height: 2px;
    background-color: #e9e9e9;
    position: absolute;
    top: 43px;
    left: -50px;
}

    .grey-line.share {
        width: 51px;
        top: 24px;
    }

.article-sharediv {
    background-color: #e9e9e9;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 10px;
    display: inline-block;
    position: relative;
}

    .article-sharediv.sample {
        background-color: rgba(0, 0, 0, 0);
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.pr-breakdown {
    background-color: #fff;
    border: 1px solid #1e88e5;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 0 10px 20px;
}

.articlesample {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
}

.text-span-31 {
    background-color: #f5ff2e;
}

.sample-holder {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 6px;
    padding-top: 20px;
    padding-left: 40px;
}

.password-box {
    justify-content: space-between;
    display: flex;
}

.pw-holder {
    width: 55%;
}

.password-reqs {
    width: 45%;
    padding-top: 20px;
    padding-left: 15px;
}

.line-1 {
    margin-bottom: 12px;
    padding-left: 0;
}

.line2 {
    align-items: center;
    padding-left: 0;
    display: flex;
}

.errorx {
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    margin-right: 6px;
    display: flex;
}

.preferred-email-link {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
}

.preferred-phone-link {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .preferred-phone-link:hover {
        color: #6c757d;
    }

.link-block-7 {
    color: #fff;
}

.preferred-email {
    width: 50%;
    height: 38px;
    color: #fff;
    cursor: auto;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.preferred-phone1 {
    width: 50%;
    height: 38px;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.card-info-box {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 10px;
    display: block;
}

.select-country {
    height: 38px;
    color: #6c757d;
    align-items: center;
    padding-left: 23px;
    font-size: 16px;
    display: flex;
}

.confirmerror {
    align-items: center;
    display: flex;
}

.div-block-50 {
    flex: 1;
}

.btm-download {
    margin-top: 40px;
    display: none;
}

.button-9 {
    text-transform: uppercase;
}

.templatedl-btn {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #1e88e5;
    border-radius: 6px;
    font-size: 16px;
}

    .templatedl-btn:hover {
        color: #1e88e5;
        background-color: #fff;
        border: 1px solid #1e88e5;
        border-radius: 6px;
    }

.tour-modal {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(47, 55, 60, .3);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 28px 60px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.tour-box-bg {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

    .tour-box-bg.vertical {
        flex-direction: column;
        flex: 1;
        align-self: auto;
        padding: 0 0 40px;
        display: flex;
        position: static;
    }

        .tour-box-bg.vertical.slider {
            padding-bottom: 0;
            display: flex;
        }

.tour-hero-img {
    height: 240px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/welomeHerop.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    overflow: hidden;
}

.tour-hero-btm {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 40px;
    display: flex;
}

.tour-img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
}

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

.text-block-57 {
    font-size: 2.5rem;
}

.large-newsroom {
    font-size: 1.7em;
    font-weight: 900;
    line-height: 70px;
}

.tour-text {
    font-size: 16px;
    line-height: 1.7em;
}

    .tour-text.center {
        text-align: center;
        margin-bottom: 30px;
    }

.take-tour-btn {
    width: 200px;
    text-align: center;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

    .take-tour-btn:hover {
        color: #1e88e5;
        background-color: #fff;
        border: 2px solid #1e88e5;
    }

.skip-link {
    color: #1e88e5;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    align-self: center;
    font-size: 16px;
}

    .skip-link:hover {
        color: #00467f;
        border-bottom: 2px solid #00467f;
        text-decoration: none;
    }

.left-arrow-4, .right-arrow-4 {
    display: none;
}

.slide-9 {
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    position: relative;
}

.div-block-51 {
    height: auto;
    flex-direction: column;
    display: flex;
}

.slider-image {
    width: 75%;
    height: 277px;
    min-height: auto;
    border: 1px solid #ddd;
    margin: 20px auto;
    overflow: hidden;
}

.mask-4 {
    height: auto;
    border-radius: 12px;
    position: relative;
}

.slider-4 {
    height: auto;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
}

.tour-titles {
    color: #00467f;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 30px;
}

.slide-nav-6 {
    display: none;
    position: absolute;
}

.slider-button-holder {
    justify-content: space-between;
    display: flex;
}

    .slider-button-holder.inner {
        justify-content: flex-end;
    }

.slider-btn-go-back {
    width: 100px;
    color: #1e88e5;
    text-align: center;
    background-color: #fff;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    font-size: 16px;
}

    .slider-btn-go-back:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.slider-btn-next {
    width: 100px;
    color: #fff;
    text-align: center;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    font-size: 16px;
}

    .slider-btn-next:hover {
        color: #fff;
        background-color: #00467f;
        border-color: #00467f;
    }

.tour-trigger {
    width: 25px;
    height: 25px;
    float: right;
    clear: none;
    text-align: center;
    border: 1px solid #6c757d;
    border-radius: 125px;
    margin-bottom: 10px;
    padding-top: 1px;
    font-family: Droid Serif, serif;
    font-weight: 700;
}

.html-embed-15 {
    flex: 1;
}

.couponmsg {
    color: #6c757d;
    background-color: #fcfaa6;
    border-radius: 2px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    padding: 3px 5px 3px 8px;
    display: flex;
}

.text-block-58 {
    align-self: flex-start;
    font-size: 13px;
    line-height: 12px;
    display: inline-block;
}

.msgholder {
    width: 85%;
}

.msgcloser {
    flex: 0 auto;
    align-self: auto;
}

.msgboxbottom {
    color: #6c757d;
    background-color: #fcfaa6;
    border-radius: 2px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 5px 3px 8px;
    display: flex;
}

.faq-tabs {
    max-width: none;
    text-align: center;
    border: 1px #00467f;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 16px;
}

.faqtab {
    color: #373e98;
    background-color: rgba(0, 0, 0, 0);
    border: 2px #00467f;
    border-right-width: 1px;
}

    .faqtab:hover {
        color: #f16775;
    }

    .faqtab.w--current {
        color: #f16775;
        background-color: rgba(0, 0, 0, 0);
        border-left-width: 1px;
        text-decoration: underline;
    }

    .faqtab.lasg {
        color: #373e98;
        border-style: none none none solid;
        border-width: 1px;
    }

        .faqtab.lasg:hover {
            color: #f16775;
        }

        .faqtab.lasg._1 {
            color: #373e98;
            border-style: none none none solid;
            border-width: 1px 2px 1px 1px;
        }

            .faqtab.lasg._1:hover, .faqtab.lasg._1.w--current {
                color: #f16775;
            }

    .faqtab.first {
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
        border-right-width: 2px;
    }

.container-19 {
    display: block;
}

.article-v2-holder {
    margin-bottom: 20px;
}

.article-box {
    background-color: #fff;
    margin-bottom: 24px;
    padding: 0;
    display: flex;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .25);
}

.articletitle {
    color: #000;
    font-size: 1.25rem;
}

    .articletitle:hover {
        color: #1e88e5;
        text-decoration: underline;
    }

    .articletitle.new {
        font-weight: 900;
    }

.article-date {
    color: #959ca2;
    margin-top: 8px;
    margin-bottom: 16px;
}

    .article-date.v2 {
        color: #6c757d;
        text-align: right;
        margin-top: 0;
    }

    .article-date.v3 {
        text-align: left;
    }

.article-preview {
    color: #212529;
    margin-top: 10px;
    font-size: 1rem;
}

.article-image {
    width: 20%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
}

    .article-image.noshow {
        display: none;
    }

.box-words {
    width: 80%;
    height: auto;
    text-align: left;
    padding: 24px 24px 14px;
    position: relative;
}

.article-sample-logo {
    width: 100%;
    max-height: 150px;
    max-width: 125px;
}

.hidethis {
    display: none;
}

.div-block-52 {
    margin-top: 20px;
}

.div-block-53 {
    margin-bottom: 40px;
}

    .div-block-53.btm {
        margin-top: 40px;
        padding-top: 0;
    }

.columns-55 {
    align-items: center;
    display: flex;
}

.column-120 {
    padding-right: 20px;
}

.download-pr-template-link {
    max-width: 350px;
}

.tag-holder {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
}

    .tag-holder.art {
        margin-bottom: 25px;
        display: none;
    }

.tag {
    width: auto;
    height: 28px;
    background-color: #e8a584;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

    .tag.aerospace {
        color: #fff;
        background-color: #ce8632;
        border-radius: 4px;
        padding-top: 4px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 900;
        display: inline-block;
    }

    .tag.company-update {
        color: #642202;
        background-color: #be5927;
        border-radius: 4px;
        padding-top: 4px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 900;
        display: inline-block;
    }

    .tag.agriculture {
        color: #fff;
        background-color: #ce6832;
        padding: 4px 20px 0;
        display: inline-block;
    }

    .tag.auto {
        color: #692300;
        background-color: #e3900a;
    }

    .tag.banking {
        color: #f08047;
        background-color: #a33f0d;
    }

    .tag.biotech {
        color: #4b1c04;
        background-color: #be5927;
    }

    .tag.blockchain {
        color: #175a95;
        background-color: #69b2f2;
    }

    .tag.business {
        color: #fff;
        background-color: #003e72;
        margin-bottom: 0;
    }

    .tag.chemicals {
        color: #7fbaeb;
        background-color: #2371b3;
    }

    .tag.cleantech {
        color: #032b4e;
        background-color: #1e88e5;
    }

    .tag.closedend {
        color: #393939;
        background-color: #959ca2;
    }

    .tag.computers {
        color: #5f5c5c;
        background-color: #bdbfc1;
    }

    .tag.consumer {
        color: #3a8108;
        background-color: #6ed309;
    }

    .tag.education {
        color: #31620f;
        background-color: #5cac0c;
    }

    .tag.electronics {
        color: #054d19;
        background-color: #23b34c;
    }

    .tag.exchangetraded {
        color: #022c0e;
        background-color: #077b28;
    }

    .tag.food {
        color: #0b000b;
        background-color: #088866;
    }

    .tag.healthcare {
        color: #29bd94;
        background-color: #05644b;
    }

    .tag.industrial {
        color: #077657;
        background-color: #09d39e;
    }

    .tag.metals {
        color: #27363d;
        background-color: #dee1dd;
    }

    .tag.oil {
        color: #fff;
        background-color: #c4cdc1;
    }

    .tag.paper {
        color: #163130;
        background-color: #99aead;
    }

    .tag.publishing {
        color: #052b2f;
        background-color: #4a787e;
    }

    .tag.realestate {
        color: #fff;
        background-color: #1711af;
    }

    .tag.sports {
        color: #fff;
        background-color: #514ccc;
    }

    .tag.telecomm {
        color: #fff;
        background-color: #575581;
    }

    .tag.transport {
        color: #fff;
        background-color: #556d81;
    }

    .tag.travel {
        color: #fff;
        background-color: #3287ce;
    }

    .tag.utilities {
        color: #fff;
        background-color: #092843;
    }

    .tag.advert {
        color: #fff;
        background-color: #788c63;
    }

    .tag.namechange {
        color: #fff;
        background-color: #f0c15d;
    }

    .tag.companyupdate {
        color: #837911;
        background-color: #e8df7a;
    }

    .tag.conferencecall {
        color: #fff;
        background-color: #591904;
    }

    .tag.conferences {
        color: #fff;
        background-color: #f4651f;
    }

    .tag.dividends {
        color: #fff;
        background-color: #32254a;
    }

    .tag.earnings {
        color: #1e88e5;
        background-color: #dee8f3;
    }

    .tag.exchangelisting {
        color: #e3883c;
        background-color: #f2d8c2;
    }

    .tag.financing {
        color: #fff;
        background-color: #f23c3c;
    }

    .tag.investorrelations {
        color: #fff;
        background-color: #d2c9b0;
    }

    .tag.ipo {
        color: #fff;
        background-color: #90d9d9;
    }

    .tag.lawsuits {
        color: #fff;
        background-color: #4ea6a6;
    }

    .tag.managementchanges {
        color: #fff;
        background-color: #af83b1;
    }

    .tag.mergers {
        color: #fff;
        background-color: #bf5841;
    }

    .tag.partnerships {
        color: #fff;
        background-color: #b419ae;
    }

    .tag.production {
        color: #fff;
        background-color: #5e7d4d;
    }

    .tag.regulatory {
        color: #fff;
        background-color: #8c4a45;
    }

    .tag.shareholdermeeting {
        color: #548d7c;
        background-color: #b6cec7;
    }

.headline-date {
    align-items: flex-start;
    display: flex;
}

.headline-holder {
    width: 78%;
    font-weight: 900;
}

    .headline-holder.new {
        width: 100%;
        font-weight: 900;
    }

.hl-date-holder {
    width: 56%;
}

.no-image {
    width: 175px;
    color: #959ca2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.title-logo-holder {
    border-radius: 6px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .25);
}

.main-title-side {
    max-width: 100%;
    flex: 1;
    padding: 20px 60px 20px 20px;
}

.info-divider {
    width: 80%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .info-divider.mid {
        width: 90%;
        margin-top: 20px;
    }

.company-share-holder {
    clear: left;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.stay-connected {
    font-size: 14px;
}

.div-block-54 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.returnhome {
    width: 250px;
    color: #fff;
    text-align: center;
    background-color: #373e98;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

    .returnhome:hover {
        color: #fff;
        background-color: #f16775;
    }

.div-block-55 {
    max-width: 600px;
    text-align: center;
    justify-content: space-around;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.article-all-holder {
    background-color: #fff;
    border-radius: 6px;
}

.morenews {
    margin-top: 10px;
}

.more-news-title {
    font-size: 14px;
    font-weight: 900;
}

.more-news-date {
    color: #959ca2;
    margin-right: 10px;
    display: inline-block;
}

.more-news-all {
    margin-top: 0;
}

.industry-tag-all-holder {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: none;
}

.top-tag-all-holder {
    padding: 10px;
    display: none;
}

.contatct-name {
    font-size: 14px;
    font-weight: 900;
}

.contact-info {
    font-size: 14px;
}

.company-contacts {
    margin-top: 50px;
}

.subscribe-holder {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}

.subscribe-to-alerts {
    width: 100%;
    color: #fff;
    background-color: #00467f;
    border: 2px solid #00467f;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 900;
    display: flex;
}

    .subscribe-to-alerts:hover {
        color: #fff;
        background-color: rgba(0, 70, 127, .5);
        border: 2px solid #00467f;
        font-weight: 900;
    }

.newsroom-holder {
    margin-top: 10px;
}

    .newsroom-holder.update {
        margin-top: 0;
    }

.visit-newsroom {
    color: #373e98;
    border: 2px solid #373e98;
    border-radius: 4px;
    flex-direction: row;
    align-items: center;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 900;
    display: flex;
}

    .visit-newsroom:hover {
        color: #00467f;
        background-color: rgba(55, 62, 152, .28);
    }

.visitnewsroom-logo, .subscribe-icon {
    width: 25px;
    margin-right: 10px;
}

.html-embed-16 {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.icon-13 {
    color: #959ca2;
    margin-right: 0;
}

.sharedrop {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
    bottom: auto;
    right: auto;
}

    .sharedrop.update {
        position: static;
    }

.dropdown-list-10 {
    width: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
}

    .dropdown-list-10.w--open {
        width: auto;
        background-color: #fff;
        padding-top: 10px;
        bottom: 0;
        right: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, .47);
    }

    .dropdown-list-10.article-one.w--open {
        bottom: -5px;
        left: 0;
        right: auto;
    }

    .dropdown-list-10.update {
        width: auto;
        padding-top: 8px;
        padding-left: 2px;
        display: block;
        position: relative;
    }

.sharenowtext {
    color: #616161;
    margin-top: 2px;
    font-size: 13px;
}

.dropdown-3 {
    float: right;
    display: block;
    position: absolute;
    top: auto;
    bottom: 28px;
    left: auto;
    right: 24px;
}

    .dropdown-3.article-srtyle {
        float: none;
        margin-bottom: 20px;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .dropdown-3.update {
        max-width: none;
        float: none;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: auto;
        display: inline-block;
        position: static;
    }

.div-block-56 {
    display: flex;
}

    .div-block-56.idd {
        align-items: flex-end;
    }

.tag-link {
    width: 100%;
    display: block;
    position: relative;
}

.submit-button-4 {
    display: none;
}

.check-box-holder {
    margin-left: 10px;
    margin-right: 10px;
}

.checkbox-field-2 {
    color: #00467f;
    font-size: 14px;
}

.learnmore {
    font-weight: 900;
}

.checkbox {
    color: rgba(0, 0, 0, 0);
}

.html-embed-18 {
    text-align: left;
}

.submit-button-5 {
    display: none;
}

.form-5 {
    display: inline-block;
}

.form-block-8 {
    float: right;
    text-align: right;
    display: inline-block;
}

.subscribe-box {
    width: 100%;
    height: 70px;
    max-width: 550px;
    float: right;
    clear: none;
    position: relative;
    top: 0;
    right: auto;
    overflow: hidden;
}

.newsletter {
    float: none;
}

.html-embed-19 {
    height: 70px;
    overflow: hidden;
}

.html-embed-20 {
    height: auto;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 3px 7px #bbb;
}

.div-block-57 {
    margin-bottom: 40px;
}

.container-20 {
    height: auto;
    position: relative;
    overflow: visible;
}

.div-block-58 {
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 0;
}

.footer-all-new {
    justify-content: space-around;
    display: flex;
    position: static;
}

.footer-left {
    width: 33%;
    margin-left: 0;
    margin-right: auto;
}

    .footer-left.soc {
        width: auto;
        margin-left: auto;
    }

.footer-right {
    width: 50%;
    text-align: right;
    flex: 0 auto;
    align-items: center;
    display: flex;
}

.mouse-exit-hover {
    z-index: 999999;
    height: 10px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.exit-popup {
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .96);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: none;
    position: fixed;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.exit-intent-html {
    width: 75%;
    position: relative;
    overflow: hidden;
}

.exit-popup-cross {
    z-index: 9999;
    width: 20px;
    height: 20px;
    color: #959ca2;
    cursor: pointer;
    border: 1px solid #959ca2;
    border-radius: 125px;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 10%;
}

.payment-form-holder {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
}

.makepayment-button-hide {
    display: none;
}

.stripe-holder {
    margin-bottom: 20px;
}

.tax-holder {
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px #ddd;
    align-items: center;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    position: static;
}

    .tax-holder.bottom {
        border-bottom-style: solid;
        margin-bottom: 20px;
    }

.tax-label {
    width: 75px;
    display: inline-block;
    position: static;
    top: -16px;
}

.totalbox {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 125px;
    align-items: center;
    padding-left: 14px;
    font-weight: 400;
    display: flex;
}

.total-txt {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 400;
}

.heading-5 {
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 400;
}

.thank-you-box {
    width: auto;
    background-color: #fff;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .36);
}

.thankyoutitle {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.div-block-59 {
    background-color: #373e98;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0;
    padding: 40px;
}

.thanksbottom {
    text-align: center;
    padding: 40px;
}

.pay-again {
    font-size: 16px;
    font-weight: 400;
}

    .pay-again.w--current {
        color: #1e88e5;
    }

        .pay-again.w--current:hover {
            color: #be5927;
            text-decoration: none;
        }

.thank-you-pop {
    width: auto;
    background-color: rgba(255, 255, 255, .66);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.validation-label {
    color: #962020;
    background-color: rgba(194, 6, 6, .33);
    border-radius: 20px;
    align-items: center;
    padding: 5px 10px 5px 7px;
    font-size: 14px;
    display: flex;
}

.required-icon {
    width: 23px;
    height: 23px;
    color: #962020;
    border: 1px solid #962020;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 17px;
    display: flex;
}

.html-embed-21, .paragraph-17 {
    font-family: Avenir webfont, Tahoma, sans-serif;
}

.paragraph-18 {
    line-height: 30px;
}

.paragraph-19 {
    line-height: 31px;
}

.image-28 {
    width: 90px;
    height: 90px;
}

.soc {
    margin-left: 0;
    margin-right: auto;
}

.header1 {
    color: #373e98;
    text-transform: capitalize;
    font-size: 37px;
}

    .header1._2 {
        margin-top: 20px;
    }

    .header1._3 {
        text-align: center;
        margin-top: 0;
        line-height: 45px;
    }

    .header1.review {
        margin-top: 10px;
    }

    .header1.cs {
        text-transform: none;
        margin-top: 0;
    }

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

        .header1.center.home {
            margin-top: 0;
            font-size: 32px;
        }

            .header1.center.home.anw {
                color: #373e98;
            }

.h2-1 {
    font-size: 24px;
}

    .h2-1._2 {
        font-size: 28px;
    }

        .h2-1._2.center {
            text-align: center;
        }

    .h2-1.lefty {
        text-align: left;
        margin-top: 0;
    }

.conect {
    color: #f16775;
    font-weight: 500;
}

.text-span-32 {
    color: #373e98;
}

.review-holder {
    margin-top: 0;
}

.section-10 {
    padding-bottom: 40px;
}

.section-9.light.reviews {
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.testimonial {
    padding: 20px;
}

.heading-6 {
    color: #1e88e5;
    font-weight: 500;
}

.dist-logos {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.dist-img {
    width: 75px;
    margin: 10px;
}

    .dist-img._2 {
        width: 50px;
    }

.industry-all-holder {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
}

.industry-block {
    width: 20%;
    height: auto;
    min-height: 100px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    display: flex;
}

    .industry-block.ad {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-aerospace.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.ag {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-agri.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.uto {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-auto.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.bank {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-bank.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.bio {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-bio.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.build {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-building.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.biz {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-business.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.chem {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-chem.png');
        background-position: 0 0, 0 0;
        background-size: auto, auto;
        padding: 0;
    }

    .industry-block.clean {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-cleanTech.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.cpu {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-computers.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.consume {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-consumer.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.elec {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-electronics.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.food {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-foodBev.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.health {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-Healthcare.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.industrial {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-industrial.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.metals {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-metalsMining.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.oil {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-oil.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.other {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-other.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
    }

    .industry-block.paper {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-paper.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.publish {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-publishing.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.real {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-realEstate.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.sports {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-sports.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.tele {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-telecom.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.transport {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-transportation.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.travel {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-travel.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.utlities {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ind-utilities.png');
        background-position: 0 0, 50%;
        background-size: auto, cover;
        padding: 0;
    }

    .industry-block.blockchain {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bitcoin-2643159_640.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, 320px;
        padding: 0;
    }

    .industry-block.closedendfunds {
        background-image: url('../images/ind-ClosedEndFunds.jpg');
        background-position: 50%;
        background-size: auto;
        padding: 0;
    }

    .industry-block.education {
        background-image: url('../images/ind-education.jpg');
        background-position: 50% 37%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }

    .industry-block.exchange {
        background-image: url('../images/ind-exchanceTraded.jpg');
        background-position: 0 0;
        background-size: cover;
        padding: 0;
    }

    .industry-block.all {
        background-image: url('../images/ind-all.jpg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }

.who-holder {
    border: 1px #000;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
}

.who-box {
    width: 25%;
    color: #2f373c;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: flex;
}

    .who-box:hover {
        color: #2f373c;
    }

.who-img {
    max-width: 65%;
    border-radius: 124px;
    flex: 0 auto;
    margin-bottom: 6px;
}

.whatcosts-tabs {
    margin-top: 40px;
}

    .whatcosts-tabs.wpz {
        margin-top: 0;
    }

.tabs-menu-4 {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.htab {
    color: #2f373c;
    margin-left: 5px;
    font-size: 14px;
}

    .htab.w--current {
        color: #f5f5f5;
        background-color: #373e98;
    }

.div-block-60 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.link-block-8 {
    width: 100%;
    height: 100%;
    color: #f5f5f5;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all .225s;
    display: flex;
}

    .link-block-8:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .53);
        font-weight: 900;
    }

.stepbystep {
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.stepbystepbox {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 10px;
    display: flex;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

    .stepbystepbox.no-step {
        padding-top: 0;
    }

.step-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .step-image.no {
        margin-top: 0;
    }

.howworksheader {
    color: #f16775;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
}

    .howworksheader.numer {
        color: #373e98;
        margin-bottom: 0;
        font-size: 1.5em;
    }

.work-info {
    padding: 20px;
    display: none;
}

.columns-56 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header4 {
    color: #f16775;
    text-align: center;
    font-size: 20px;
}

.list-item01 {
    margin-bottom: 5px;
}

.list-4 {
    margin-top: 20px;
}

    .list-4._2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

.highlight {
    color: #1e88e5;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
}

    .highlight._2 {
        line-height: 1em;
    }

.slide-10 {
    padding: 20px 20px 40px;
}

.left-arrow-5, .right-arrow-5 {
    display: none;
}

.slider-5 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
}

.divider-quote {
    width: 75%;
    height: 1px;
    background-color: rgba(0, 70, 127, .44);
    margin: 10px auto 10px 0;
}

.columns-57 {
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
}

.columns-58 {
    align-items: center;
    display: flex;
}

.hover {
    text-align: center;
    margin-top: 10px;
}

.columns-59 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.column-121 {
    flex: none;
}

.div-block-61 {
    width: 60%;
    background-color: #fff;
    margin: 40px auto;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

    .div-block-61.wider {
        width: auto;
    }

.div-block-62 {
    margin-top: 40px;
}

.inner {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.quote-block {
    width: 30%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.star-holder {
    margin-bottom: 15px;
    display: flex;
}

    .star-holder.center {
        max-width: 200px;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

.review-star {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.all-reviews {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
}

.dropdownlist.w--open {
    width: auto;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 122px;
}

.article-top-box {
    display: flex;
}

.article-logo-holder {
    width: 30%;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.article-logo-image {
    width: auto;
    max-height: 100px;
    max-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.article-title-holder {
    width: 70%;
}

.paragraph-20 {
    line-height: 30px;
}

.share-holder {
    width: 300px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .share-holder.newsroom {
        width: 240px;
        justify-content: flex-end;
        align-items: center;
        padding-right: 10px;
        display: flex;
        position: absolute;
        bottom: 5px;
        right: 10px;
        overflow: visible;
    }

    .share-holder.art {
        width: 210px;
        margin-bottom: 0;
        margin-right: 15px;
    }

.share-text {
    margin-right: 10px;
    display: flex;
}

.div-block-63 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.h3-header {
    color: #00467f;
    text-align: right;
    font-size: 28px;
}

    .h3-header.center {
        color: #f16775;
        text-align: center;
        margin-bottom: 20px;
    }

.info-holder {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

.featureimage {
    margin-bottom: 20px;
}

.results-holder {
    width: auto;
    margin-right: 20px;
    display: inline-block;
}

.handreview {
    width: auto;
    max-width: none;
    position: static;
    top: 60px;
    right: 52%;
}

.review-too {
    width: 65%;
    justify-content: space-between;
    padding-right: 20px;
    display: flex;
}

    .review-too.full {
        width: 100%;
        padding-right: 0;
    }

.reviewphone {
    width: 456px;
    float: right;
}

.container-21 {
    display: flex;
}

.html-embed-22 {
    text-align: left;
    margin-top: 20px;
    margin-right: 10px;
}

    .html-embed-22.review {
        text-align: center;
    }

.html-embed-23 {
    margin-bottom: 0;
}

.div-block-64 {
    justify-content: flex-start;
    display: flex;
}

.masonry-holder {
    height: auto;
    direction: ltr;
    column-count: 3;
    column-rule-style: none;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    padding-top: 10px;
    display: block;
}

.quote-blocker {
    width: auto;
    height: auto;
    background-color: #fff;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .32);
}

.quote-img {
    border-radius: 125px;
    margin-right: 0;
}

.stars {
    width: 125px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.div-block-65 {
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.div-block-66 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    flex: none;
    display: flex;
}

.comparison-holder-all {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.comparisonbox {
    width: 30%;
    padding: 10px;
}

.compare-title {
    color: #1e88e5;
    font-size: 18px;
    line-height: 1em;
}

.div-block-67 {
    margin-top: 10px;
    display: flex;
}

.aw-side {
    width: 45%;
    background-color: rgba(30, 136, 229, .36);
    border: 1px solid #1e88e5;
    padding: 10px;
}

.other-side {
    width: 45%;
    padding: 10px;
}

.compare-box {
    width: 30%;
    padding: 10px;
}

.comparenames {
    color: #00467f;
    font-size: 14px;
}

    .comparenames.numer {
        color: #be5927;
        margin-top: 10px;
        font-size: 22px;
        font-weight: 900;
    }

        .comparenames.numer.other {
            color: #6c757d;
            font-weight: 400;
        }

.column-122 {
    background-color: #d1e5f7;
    border: 2px solid #1e88e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.column-123 {
    background-color: #fff;
    border: 2px solid #e4e2e2;
    border-left-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comparison-name-holder {
    width: 86%;
    background-color: #e4e2e2;
    margin-left: -10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.div-wht-bg {
    background-color: #fff;
    padding: 10px;
}

.div-block-68 {
    width: 75%;
}

.hand-star {
    width: 200px;
    height: 200px;
    float: none;
    margin-left: auto;
}

    .hand-star._2 {
        height: auto;
    }

.container-22 {
    flex-direction: column;
    display: block;
}

.div-block-69 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.form-center {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.whitepaper-form {
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

    .whitepaper-form.wp {
        background-color: #f5f5f5;
    }

.div-block-70 {
    text-align: left;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 20px;
}

    .div-block-70.top {
        width: 30%;
        margin-bottom: 40px;
    }

    .div-block-70.wp {
        width: 40%;
        text-align: center;
    }

.whitepaper-img {
    width: 200px;
    margin: 40px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

    .whitepaper-img._2 {
        margin: 0 auto 20px;
    }

.columns-60 {
    align-items: flex-start;
    display: flex;
}

.column-124 {
    text-align: center;
    align-self: flex-start;
}

.column-125 {
    flex: 0 auto;
    align-self: auto;
}

.newhead {
    color: #373e98;
    margin-top: 0;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
}

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

        .newhead.center.wht {
            color: #fff;
        }

    .newhead.white {
        color: #fff;
        text-align: left;
    }

        .newhead.white.cntr {
            text-align: center;
        }

    .newhead.excited {
        font-size: 49px;
    }

    .newhead.event {
        color: #373e98;
    }

.newsubhead {
    color: #6c757d;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}

    .newsubhead.white {
        color: #fff;
    }

        .newsubhead.white.cntr {
            text-align: center;
        }

    .newsubhead.bullet {
        margin-bottom: 0;
        line-height: 31px;
    }

    .newsubhead.event {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    .newsubhead.center {
        width: 50%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .newsubhead.center.wht {
            color: #fff;
        }

.blue-section {
    background-color: #00467f;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .blue-section.pdm {
        padding-left: 75px;
        padding-right: 75px;
    }

        .blue-section.pdm._2 {
            background-color: #373e98;
            padding: 20px 60px;
        }

            .blue-section.pdm._2.event {
                background-color: #373e98;
            }

.client-white-holder {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.logo-holder {
    width: 11%;
    height: 64px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    display: flex;
}

    .logo-holder.hm {
        margin-bottom: 0;
    }

    .logo-holder.hm2 {
        width: 25%;
    }

.newsection {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .newsection.pdm {
        padding-left: 75px;
        padding-right: 75px;
    }

        .newsection.pdm._23 {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .newsection.pdm._24 {
            padding-top: 30px;
        }

        .newsection.pdm.anw {
            padding-top: 25px;
            padding-bottom: 25px;
        }

.new-content {
    color: #f16775;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

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

    .new-content.white {
        color: #fff;
    }

    .new-content.grey {
        color: #959ca2;
        line-height: 26px;
    }

        .new-content.grey.larger {
            text-align: center;
            font-size: 19px;
            line-height: 36px;
        }

    .new-content.name {
        color: #1e88e5;
        margin-top: 10px;
    }

.help-holder {
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.helpbox {
    width: auto;
    height: auto;
    min-height: 243px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-bottom: 0;
}

.helpboxblue {
    background-color: #373e98;
    border-radius: 7px 7px 0 0;
    padding: 15px;
}

.helptextcont {
    border: 1px #000;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 15px;
}

.allhelp {
    width: 32%;
}

.right-arrow-6, .left-arrow-6 {
    display: none;
}

.slide-11 {
    background-color: #fff;
    padding-top: 20px;
}

.slide-nav-7 {
    color: #2f373c;
}

.columns-61 {
    align-items: center;
    display: flex;
}

.getstartedbutton {
    text-align: center;
    background-color: #00467f;
    border-radius: 50px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 500;
}

    .getstartedbutton:hover {
        color: #fff;
        background-color: #00467f;
    }

.cent {
    text-align: center;
}

    .cent.pdm {
        max-width: 1045px;
        margin-left: auto;
        margin-right: auto;
    }

.form-placeholder {
    min-height: auto;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px 10px 6px;
    display: flex;
}

    .form-placeholder.v2 {
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

        .form-placeholder.v2.thin {
            width: 60%;
            border-radius: 12px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
            padding-bottom: 10px;
        }

    .form-placeholder.vert {
        flex-direction: column;
    }

    .form-placeholder._2 {
        border-radius: 12px;
        flex-direction: column;
        padding-top: 20px;
        padding-left: 20px;
    }

.columns-62 {
    max-width: 1050px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

    .columns-62.pdm {
        max-width: 1059px;
        margin-left: auto;
        margin-right: auto;
    }

.clogo {
    max-width: 80%;
}

    .clogo.tall {
        max-height: 100%;
        max-width: none;
    }

.btn-get-started {
    background-color: #00467f;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-get-started:hover {
        color: #fff;
    }

.avenir-italic {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.html-embed-24, .html-embed-25 {
    flex: 1;
}

.html-embed-26 {
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    align-self: stretch;
}

.html-embed-27, .html-embed-28 {
    flex: 1;
}

.i {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
}

.text-block-59 {
    font-style: italic;
}

.pdm-cont {
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto;
}

.pdm-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.custom-pricing-box {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: block;
}

.custom-pricing-title {
    color: #f16775;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
}

    .custom-pricing-title.sub {
        color: #373e98;
        margin-top: 0;
        margin-bottom: 40px;
        font-weight: 900;
    }

        .custom-pricing-title.sub.space {
            margin-top: 40px;
        }

        .custom-pricing-title.sub.tagline {
            color: #00467f;
            margin-top: 40px;
        }

        .custom-pricing-title.sub._6 {
            margin-bottom: 10px;
        }

            .custom-pricing-title.sub._6.left {
                text-align: left;
            }

            .custom-pricing-title.sub._6.right {
                text-align: right;
            }

    .custom-pricing-title.top {
        margin-top: 0;
    }

        .custom-pricing-title.top._2 {
            margin-bottom: 20px;
        }

        .custom-pricing-title.top.mini {
            margin-bottom: 40px;
        }

.text-span-33 {
    color: #00467f;
    font-weight: 900;
}

.white-bg {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
}

    .white-bg.anw {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

.contact-top-holder {
    justify-content: space-between;
    display: flex;
}

.contact-page-form {
    width: 75%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #ddd;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.div-block-71 {
    margin-top: 40px;
}

.bold-blue {
    color: #00467f;
    font-weight: 900;
}

.div-block-72 {
    margin-bottom: 40px;
}

.div-block-73 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.div-block-74 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bold-italic {
    font-family: Avenir roman webfont, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.video {
    height: auto;
    max-width: 100%;
    margin: 0 auto 20px;
}

.columns-63 {
    margin-top: 20px;
}

.wp-div {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.wp-div-content {
    text-align: left;
    margin-left: 20px;
}

.bold-text-21 {
    font-weight: 900;
}

.div-block-75 {
    width: 80%;
    clear: none;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

    .div-block-75._2 {
        margin-left: auto;
    }

.problem-image {
    width: 40%;
    max-width: 400px;
    float: none;
    clear: none;
}

    .problem-image.flip {
        transform-style: preserve-3d;
        transform: rotateX(0)rotateY(180deg)rotateZ(0);
    }

.div-block-76 {
    width: 75%;
    float: none;
    clear: none;
}

    .div-block-76._2 {
        width: auto;
    }

        .div-block-76._2.solo {
            margin-top: 40px;
        }

.div-block-77 {
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 30px 40px;
}

    .div-block-77._12 {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.quote-stem {
    width: 75px;
    height: 100px;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: auto;
    right: 124px;
    overflow: hidden;
    transform: rotate(180deg);
}

.quote-color {
    transform-style: preserve-3d;
    background-color: #f5f5f5;
    transform: rotateX(0)rotateY(69deg)rotateZ(-31deg)translate(0, 33px);
}

.herofirst {
    color: #be5927;
    font-weight: 400;
}

    .herofirst.anw {
        color: #f16775;
    }

.heading3.center {
    color: #00467f;
    margin-top: 0;
    font-size: 32px;
}

    .heading3.center.orange {
        color: #be5927;
        font-weight: 500;
    }

        .heading3.center.orange.anw {
            color: #f16775;
            text-align: center;
            display: block;
        }

            .heading3.center.orange.anw.left {
                text-align: left;
                margin-left: 0;
            }

            .heading3.center.orange.anw._1.hide-on-mobile {
                display: none;
            }

    .heading3.center.anw {
        color: #373e98;
    }

        .heading3.center.anw.learnmore {
            text-align: center;
            margin-top: 20px;
        }

        .heading3.center.anw.learnbtn {
            color: #f5f5f5;
            text-align: center;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
        }

.bluee-side {
    color: #00467f;
    font-weight: 900;
}

    .bluee-side.anw {
        color: #373e98;
        display: inline;
    }

        .bluee-side.anw.center {
            text-align: center;
        }

.heading-4-aw {
    color: #00467f;
    font-size: 25px;
}

    .heading-4-aw.anw {
        color: #373e98;
    }

.skip-main {
    z-index: -999;
    color: #1e88e5;
    background-color: #fff;
    border: 1px solid #1e88e5;
}

    .skip-main:hover {
        color: #1e88e5;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #1e88e5;
    }

.link-31 {
    color: #373e98;
}

    .link-31:hover {
        color: #f16775;
    }

.bold-text-22 {
    font-weight: 900;
}

    .bold-text-22:hover {
        color: #f16775;
    }

.bold-text-23 {
    font-weight: 900;
}

    .bold-text-23:hover {
        color: #f16775;
    }

.link-32 {
    color: #373e98;
}

    .link-32:hover {
        color: #f16775;
    }

.lg {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.lp-cta {
    width: 300px;
    color: #fff;
    text-align: center;
    background-color: #00467f;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

    .lp-cta:hover {
        color: #fff;
        background-color: #1e88e5;
    }

.lp-cta-holder {
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.bottombanner {
    background-color: #373e98;
    padding: 40px;
}

    .bottombanner.event {
        background-color: #373e97;
    }

.column-127 {
    padding: 40px 20px;
}

.column-128 {
    padding-left: 0;
}

.buttonlp {
    width: 200px;
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

    .buttonlp:hover {
        color: #fff;
        background-color: #be5927;
    }

    .buttonlp.backup {
        background-color: #f16775;
        margin-left: auto;
        margin-right: auto;
    }

        .buttonlp.backup.mobileonly {
            display: none;
        }

    .buttonlp.centerlarger {
        width: 250px;
        background-color: #f16775;
        margin-left: auto;
        margin-right: auto;
    }

        .buttonlp.centerlarger.anw {
            background-color: #f16775;
            border: 2px solid #f16775;
        }

            .buttonlp.centerlarger.anw:hover {
                background-color: rgba(0, 0, 0, 0);
                border: 2px solid #f16775;
            }

.columns-64 {
    align-items: center;
    display: flex;
}

.anw-hero {
    height: 85vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 0;
    display: flex;
}

    .anw-hero.v2 {
        align-items: stretch;
        padding-top: 79px;
    }

.container-23 {
    flex: 1;
    margin-bottom: 40px;
}

.columns-65 {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.container-24 {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.list-6 {
    padding-left: 25px;
}

.empty-div {
    width: 100%;
    height: 1px;
    line-height: 1px;
}

.discount {
    color: #f16775;
    font-size: 22px;
}

.formholder {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.column-130 {
    flex: none;
    padding-right: 10px;
}

.h1anw {
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-size: 32px;
    font-weight: 500;
    display: block;
}

    .h1anw.large {
        margin-bottom: 0;
        font-size: 4.5em;
    }

    .h1anw.puple {
        color: #373e98;
        margin-top: 10px;
        font-size: 3.5em;
        font-weight: 900;
        display: inline-block;
    }

.anw-purp {
    color: #373e98;
    font-family: Avenir webfont, Tahoma, sans-serif;
    font-weight: 900;
    display: inline-block;
}

.anw-pink {
    color: #f16775;
}

.anw-btn {
    width: 225px;
    color: #f5f5f5;
    text-align: center;
    background-color: #373e98;
    margin-right: 10px;
    font-size: 14px;
}

    .anw-btn:hover {
        color: #f5f5f5;
        text-align: center;
        background-color: #f16775;
    }

.columns-66 {
    margin-top: 20px;
}

.columns-67 {
    align-items: center;
    display: flex;
}

.ty {
    color: #373e98;
    font-size: 25px;
}

.columns-68 {
    flex: 1;
    align-items: center;
    display: flex;
}

.video-2 {
    width: 100%;
    height: 60vh;
    margin-top: 0;
}

.column-131 {
    padding-right: 0;
}

.anwhero-div {
    width: 82%;
    margin-left: auto;
    padding-right: 10px;
}

.column-132 {
    padding-left: 0;
    padding-right: 0;
}

.div-block-78 {
    padding-right: 20px;
}

.div-block-79 {
    justify-content: flex-start;
    margin-top: 20px;
    display: flex;
}

.columnhalf1 {
    width: 50%;
    flex: 0 auto;
}

    .columnhalf1._1 {
        align-self: center;
        padding-left: 40px;
        padding-right: 20px;
    }

.video-3 {
    width: 100%;
    height: 100%;
}

.container-26 {
    flex: 1;
}

.link-33 {
    color: #373e98;
}

    .link-33:hover {
        color: #f16775;
    }

.link-34 {
    color: #373e98;
}

    .link-34:hover {
        color: #f16775;
    }

.link-35 {
    color: #373e98;
}

    .link-35:hover {
        color: #f16775;
    }

.link-36 {
    color: #373e98;
}

    .link-36:hover {
        color: #f16775;
    }

.link-37 {
    color: #373e98;
}

    .link-37:hover {
        color: #f16775;
    }

.link-38 {
    color: #373e98;
}

    .link-38:hover {
        color: #f16775;
    }

.link-39 {
    color: #373e98;
}

    .link-39:hover {
        color: #f16775;
    }

.link-40 {
    color: #373e98;
}

    .link-40:hover, .link-41, .bold-text-24 {
        color: #f16775;
    }

.text-block-60 {
    color: #373e98;
}

.submit-button-6 {
    background-color: #373e98;
}

    .submit-button-6:hover {
        background-color: #f16775;
    }

.search-button-2 {
    background-color: #373e98;
}

.backgroundshapecolor {
    z-index: -1;
    width: 450px;
    height: 425px;
    background-color: #373e98;
    position: absolute;
    top: -29px;
    left: auto;
    right: -22px;
}

.video-4 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.bold-text-25 {
    color: #373e98;
    font-size: 18px;
}

.html-embed-29 {
    margin-top: 20px;
}

.prdailyimg {
    max-width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .prdailyimg.video {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

.text-span-34 {
    font-size: 30px;
}

.formholderdrop, .formholderdroptoggle {
    width: 100%;
}

.formtitledrop {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 30px;
}

.dropdown-list-11 {
    background-color: rgba(0, 0, 0, 0);
}

.newbuttonclick {
    max-width: 400px;
    min-height: auto;
    min-width: 250px;
    cursor: pointer;
    background-color: #373e98;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 40px;
    font-size: 13px;
    position: relative;
}

    .newbuttonclick:hover {
        background-color: #f16775;
    }

    .newbuttonclick.contact, .newbuttonclick.wantmeeting {
        margin-top: 40px;
    }

.newformbg-23 {
    z-index: 999999;
    width: auto;
    height: auto;
    background-color: rgba(47, 55, 60, .4);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.new-form-holder-2023 {
    min-width: 600px;
    background-color: #f5f5f5;
    border-radius: 12px;
    margin-top: 0;
    padding: 20px;
}

.newclosebtn {
    font-size: 18px;
}

.newclosebtn-div {
    color: #373e98;
    cursor: pointer;
    padding: 4px 20px;
}

    .newclosebtn-div:hover {
        color: #f16775;
    }

.columns-69 {
    margin-bottom: 40px;
}

.html-embed-30 {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.newsletterdivide {
    width: 75px;
    height: 4px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.container-27 {
    flex: 1;
}

.dividerpropt {
    width: 55px;
    height: 4px;
    background-color: #2d2d72;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2px;
}

.proptimizerblack {
    background-color: #fff;
}

.btm-map-box {
    width: 80%;
    background-image: url('../images/ACCESSWIRE_WorldMap_Newsletter.png');
    background-position: 50%;
    background-size: auto;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.propt-btn {
    width: 210px;
    text-align: center;
    background-color: #000;
    border-radius: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    font-size: 18px;
}

    .propt-btn:hover {
        color: #fff;
        background-color: #f16775;
    }

    .propt-btn.tabbs {
        margin-top: 20px;
    }

        .propt-btn.tabbs.mobonly {
            display: none;
        }

.pro {
    color: #f16775;
}

.survey-holder {
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.survey1 {
    width: 30%;
    padding: 20px;
}

.surveytext {
    font-size: 16px;
    line-height: 25px;
}

    .surveytext.confused {
        text-align: left;
        font-size: 18px;
        font-weight: 900;
    }

    .surveytext.larger {
        color: #f16775;
        text-align: left;
        margin-top: 20px;
        font-size: 22px;
        font-weight: 900;
    }

    .surveytext.leefty {
        text-align: left;
        border-bottom: 0 solid #959ca2;
    }

        .surveytext.leefty._2 {
            margin-top: 20px;
        }

        .surveytext.leefty.list {
            border-bottom-width: .5px;
            border-bottom-color: #cecece;
        }

            .surveytext.leefty.list.end {
                border: 1px #000;
            }

            .surveytext.leefty.list.tabbed {
                text-align: center;
            }

.text-span-35 {
    font-weight: 900;
}

.italic-text-4 {
    font-style: normal;
}

.surveyimg {
    max-width: 150px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .surveyimg.lady {
        width: auto;
        height: auto;
        max-width: none;
        object-fit: fill;
        flex: 0 auto;
        align-self: flex-end;
        margin-right: 0;
        position: absolute;
        top: auto;
        bottom: -16%;
        left: auto;
        right: -5%;
    }

        .surveyimg.lady.mobhidde {
            bottom: -17%;
        }

.italic-text-5 {
    font-size: 23px;
    font-weight: 500;
}

.confusedholder {
    width: 80%;
    text-align: left;
    background-color: #fff;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.half {
    width: 80%;
}

.div-block-80 {
    display: flex;
    position: relative;
}

.container-28, .container-29, .container-30 {
    text-align: left;
}

.contentprobox {
    width: 25%;
    text-align: center;
    border-radius: 12px;
    align-self: stretch;
    padding: 30px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

    .contentprobox._2 {
        width: 45%;
        align-self: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contentprobox.v2 {
        width: 30%;
        align-self: flex-start;
    }

.thin-divide {
    width: 80%;
    height: 1px;
    background-color: #cacaca;
    margin: 10px auto 20px;
}

.choice-holder {
    justify-content: space-around;
    display: flex;
}

.button-10 {
    background-color: #373e98;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
}

    .button-10:hover {
        color: #fff;
        background-color: #f16775;
    }

.protab {
    color: #fff;
    background-color: #000;
    margin-left: 2px;
    font-size: 17px;
}

    .protab:hover {
        color: #fff;
    }

    .protab.w--current {
        background-color: #f16775;
    }

.protabcontent {
    padding: 30px 10px 10px;
}

.proleft {
    width: 70%;
    flex: none;
    padding-right: 20px;
}

.protabcontentholder {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.tab-pane-tab-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.protabline {
    border-bottom: 1px solid #000;
}

.featuretitle {
    color: #373e98;
    border-bottom: 1px #cecece;
    margin-top: 0;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
}

html.w-mod-js [data-ix="navbar-bg"] {
    width: 10%;
}

html.w-mod-js [data-ix="hide-fixed-top-wrapper"] {
    opacity: 0;
    display: none;
    transform: translate(0, -30px);
}

html.w-mod-js [data-ix="slider-title"], html.w-mod-js [data-ix="slider-title-2"] {
    opacity: 0;
    transform: translate(0, 30px);
}

html.w-mod-js [data-ix="slider-title-3"] {
    opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
    opacity: 0;
    transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
    opacity: 0;
    transform: translate(-40px);
}

html.w-mod-js [data-ix="fade-in-on-scroll-2"] {
    opacity: 0;
    transform: translate(40px);
}

html.w-mod-js [data-ix="hide-team-social-blocks"] {
    opacity: 0;
    display: none;
    transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mouse-scroll-icon"] {
    opacity: 0;
}

html.w-mod-js [data-ix="displaynoneonload"] {
    display: none;
}

html.w-mod-js [data-ix="modal-interaction-alerts"] {
    opacity: 0;
    display: none;
    transform: scale(1.1);
}

html.w-mod-js [data-ix="article-info-box-slider"] {
    transform: translate(0);
}

@media screen and (max-width: 991px) {
    body {
        font-size: 12px;
    }

    .navbar {
        background-color: #00467f;
    }

    .container {
        margin-top: 20px;
    }

        .container.home-intro-container {
            margin-bottom: 20px;
        }

        .container.info-container {
            margin-bottom: 40px;
        }

        .container.with-fixed-block {
            padding-right: 300px;
        }

        .container.update {
            margin-top: 10px;
            position: relative;
        }

    .nav-link {
        width: 100%;
        height: auto;
        max-width: 1200px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-left: 45px;
        font-size: 20px;
        transition: background-color .2s;
    }

        .nav-link:hover {
            background-color: #000;
        }

        .nav-link.color {
            background-color: rgba(0, 0, 0, 0);
        }

    .home-hero-section {
        height: 600px;
    }

    .section {
        padding: 35px;
    }

        .section.services {
            padding-top: 30px;
            padding-bottom: 25px;
        }

        .section.contacts, .section.article {
            margin-top: 0;
        }

        .section.about {
            padding-bottom: 1px;
        }

        .section.ppcs1 {
            background-image: none;
        }

    .home-intro-row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 5px;
    }

    .featured-work-block {
        height: 450px;
    }

    .navbar-container {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .nav-menu {
        background-color: rgba(39, 39, 39, .97);
    }

    .slide-overlay {
        padding-top: 176px;
    }

        .slide-overlay.pr {
            padding-top: 90px;
        }

    .slide-title {
        font-size: 75px;
        line-height: 74px;
    }

    .home-intro-column.new {
        padding-left: 20px;
    }

    .home-intro-block {
        height: 300px;
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 11px;
        line-height: 17px;
    }

        .home-intro-block.last.right {
            margin-left: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .home-intro-block.contact {
            height: 165px;
            font-size: 12px;
            line-height: 18px;
        }

        .home-intro-block.services-block {
            height: 190px;
        }

        .home-intro-block._2 {
            padding-left: 20px;
        }

            .home-intro-block._2.new {
                padding-top: 0;
                padding-left: 0;
            }

    .featured-work-title-wrapper {
        padding-right: 15px;
    }

        .featured-work-title-wrapper.small {
            padding: 25px 15px 25px 25px;
        }

    .recent-work-title {
        font-size: 23px;
        line-height: 26px;
    }

        .recent-work-title.small {
            font-size: 17px;
            line-height: 19px;
        }

        .recent-work-title.large {
            font-size: 31px;
            line-height: 32px;
        }

    .recent-work-block {
        height: 225px;
    }

    .footer {
        padding-top: 45px;
        font-size: 12px;
        line-height: 20px;
    }

    .footer-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header.painfree {
        background-position: 50%;
    }

    .page-header-overlay {
        padding-top: 150px;
        padding-bottom: 140px;
    }

        .page-header-overlay.default {
            padding-top: 150px;
            padding-bottom: 75px;
        }

            .page-header-overlay.default.testdive._32 {
                padding-top: 167px;
            }

    .page-header-title {
        font-size: 48px;
    }

        .page-header-title.subtitle {
            margin-top: 15px;
        }

    .service-item-block {
        padding: 25px;
    }

    .service-title {
        font-size: 18px;
        line-height: 18px;
    }

    .service-small-icon {
        height: 21px;
        margin-bottom: 13px;
    }

    .service-description-small {
        line-height: 18px;
    }

    .link.learn-more {
        margin-top: 14px;
    }

        .link.learn-more.fixed {
            bottom: 25px;
            left: 25px;
        }

    .intro-block-title {
        margin-bottom: 17px;
        font-size: 20px;
        line-height: 19px;
    }

        .intro-block-title.contact {
            text-align: left;
        }

    .info-image-block {
        height: 320px;
    }

    .info-text-block {
        width: 100%;
        height: auto;
        padding: 35px;
        font-size: 12px;
        line-height: 20px;
        position: static;
        top: 0;
        right: 0;
    }

        .info-text-block.contact-form {
            position: relative;
            overflow: visible;
        }

    .nav-dropdown {
        width: 100%;
        max-width: 1200px;
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-link {
        padding-left: 45px;
    }

    .team-member-image {
        height: 230px;
    }

    .portfolio-tab-button {
        margin-right: 21px;
    }

    .work-page-header {
        height: auto;
    }

    .work-header-overlay {
        padding-top: 215px;
        padding-bottom: 200px;
    }

    .dynamic-item-content-block {
        width: 94%;
        padding: 25px;
    }

        .dynamic-item-content-block.single-page {
            padding-left: 25px;
        }

        .dynamic-item-content-block.work-info-block {
            margin-top: -20px;
        }

    .blog-post-link-title {
        font-size: 24px;
        line-height: 25px;
    }

    .fixed-content-block {
        padding: 25px 25px 20px;
    }

        .fixed-content-block.contact {
            padding-top: 25px;
            padding-left: 25px;
            padding-right: 15px;
        }

    .fixed-block-title {
        margin-bottom: 17px;
        font-size: 19px;
    }

    .fixed-image-block-overlay {
        padding: 70px 25px 20px;
        line-height: 19px;
    }

    .contact-map {
        height: 470px;
        padding-top: 0;
    }

    .contact-map-wrapper {
        height: 370px;
    }

    .fixed-info-block {
        width: 260px;
    }

    .recent-blog-post-title {
        font-size: 18px;
        line-height: 22px;
    }

    .recent-work-subtitle {
        margin-top: 7px;
    }

    .bottom-footer-block {
        margin-top: 45px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .intro-block-icon {
        margin-right: 10px;
    }

    .contact-us-list-item.last {
        padding-left: 26px;
    }

    .contact-us-icon {
        height: 16px;
        top: 1px;
    }

    .contact-us-text {
        font-size: 11px;
    }

    .project-image {
        height: 130px;
    }

    .menu-button {
        width: 80px;
        height: 70px;
        color: #fff;
        text-align: center;
        background-color: #f77f4b;
        padding-top: 23px;
        font-size: 32px;
    }

        .menu-button:hover {
            background-color: #555;
        }

        .menu-button.w--open {
            float: right;
            background-color: #f77f4b;
        }

    .footerphone {
        margin-bottom: 0;
        font-size: 31px;
    }

        .footerphone.headerphone {
            float: left;
            clear: none;
            margin-top: 0;
        }

    .socialdiv {
        margin-top: 0;
    }

    .paragraph-6.webcast {
        margin-bottom: 30px;
    }

    .paragraph-8.newsroomv2 {
        font-size: 3rem;
    }

    .clientsubheader {
        line-height: 30px;
    }

    .latestnewstitle.media {
        margin-right: 10px;
        font-size: 16px;
    }

        .latestnewstitle.media.tab {
            text-align: center;
        }

    .horzdivider {
        margin-top: 0;
    }

    .headeremail {
        float: none;
        clear: left;
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
        position: static;
        overflow: visible;
    }

    .price {
        line-height: 26px;
    }

    .serviceicon {
        max-width: 100%;
    }

    .connectheader {
        margin-top: 2px;
        margin-right: 10px;
        font-size: 20px;
    }

    .socialicons.v2 {
        z-index: auto;
        height: auto;
        clear: none;
        text-align: center;
        justify-content: center;
        display: flex;
        position: relative;
        top: 0%;
        bottom: 0%;
        left: auto;
        right: 0%;
        overflow: hidden;
    }

    .setors {
        background-color: #fff;
        padding: 20px 35px;
    }

    .targetingsection {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .link-6 {
        color: #f5f5f5;
        text-decoration: none;
    }

        .link-6:hover {
            color: #f77f4b;
        }

    .contacticon {
        margin-left: 0;
    }

        .contacticon.top {
            margin-top: 4px;
            margin-bottom: 20px;
            margin-left: 0;
        }

    .newsroombutton {
        float: right;
        margin-top: 0;
        margin-left: 0;
        position: static;
    }

    .text-field-2 {
        max-width: 100%;
    }

    .companyinfo {
        height: auto;
        margin-left: 10px;
    }

    .companyinfoimage {
        margin-top: 15px;
    }

    .text-block-14._2 {
        position: static;
    }

        .text-block-14._2._3 {
            margin-bottom: 10px;
            margin-left: 80px;
        }

    .middle-option-box {
        height: 150px;
    }

    .text-block-19._2 {
        font-size: 22px;
    }

    .column-15 {
        display: block;
        position: relative;
        left: 0;
        right: 0;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: 365px;
    }

    .wwdhead {
        margin-bottom: 10px;
    }

    .lpimage {
        width: 100%;
    }

    .fsclogodiv {
        max-width: 250px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .infotitle {
        float: none;
        clear: left;
        text-align: center;
    }

        .infotitle._2 {
            text-align: center;
            margin-top: 5px;
            margin-right: 0;
        }

            .infotitle._2.btm {
                clear: none;
                text-align: left;
            }

    .companywebsite {
        text-align: center;
        margin-left: 0;
    }

    .sharediv {
        width: 275px;
        text-align: left;
        margin-bottom: 10px;
    }

        .sharediv.btm {
            text-align: left;
        }

    .sharelink.in {
        margin-left: 0;
    }

    .companywebsitelink {
        clear: left;
    }

    .articleheading {
        margin-top: 0;
    }

    .tradedon {
        text-align: left;
    }

    .symbol {
        right: 230px;
    }

        .symbol.link {
            right: 20px;
        }

    .logodiv {
        float: none;
        justify-content: flex-start;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .infodiv {
        text-align: center;
    }

    .dropdown {
        float: right;
        position: static;
    }

    .html-embed.stockinfoarticle {
        margin-left: 0;
    }

    .exchangeinfodiv {
        top: 0;
        left: 0;
    }

    .stockwidgetdiv {
        height: 200px;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        margin-bottom: 0;
        display: flex;
    }

    .newsroomsearch {
        top: -10px;
    }

    .search-button {
        margin-bottom: 0;
        left: 203px;
    }

        .search-button.v2 {
            left: 165px;
            right: 224px;
        }

    .search-input {
        width: 200px;
    }

        .search-input.v2 {
            width: 175px;
            padding-right: 12px;
        }

    .formdivblock {
        padding-left: 15px;
    }

    .companynameinfo {
        text-align: center;
    }

    .countrydiv._2 {
        margin-right: 20px;
    }

    .form-block-2 {
        margin-bottom: 10px;
    }

    .accesswire-mainlogo {
        margin-left: 0;
        padding-left: 0;
    }

    .navbartest {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tellmystory {
        float: none;
        position: relative;
        right: -347px;
    }

    .container-4 {
        height: auto;
        clear: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .login {
        float: right;
        clear: none;
        margin-top: 6px;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 0;
        position: static;
        right: 0;
    }

    .logindiv {
        width: 100%;
        float: none;
        clear: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .topnavdivider {
        max-width: 100%;
        clear: left;
    }

    .leftsidenav {
        display: none;
    }

    .footertest {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

        .footertest.mobile {
            display: none;
        }

    .footerline {
        padding-left: 0;
        display: none;
    }

    .nav-menu-2 {
        display: none;
    }

    .heading {
        margin-top: 0;
        margin-bottom: 0;
    }

    .headertest {
        padding-left: 0;
    }

    .headerbtn {
        margin-bottom: 30px;
    }

        .headerbtn.mobile {
            display: none;
        }

        .headerbtn.newsroom.v2.mid {
            width: 100%;
        }

            .headerbtn.newsroom.v2.mid._2123 {
                margin-bottom: 20px;
            }

        .headerbtn.v2.request {
            width: 45%;
        }

            .headerbtn.v2.request._12 {
                width: 100%;
            }

    .headertestdiv {
        width: 100%;
        min-height: auto;
        border-left-style: none;
        margin-bottom: 40px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .headertestdiv._2 {
            width: auto;
        }

        .headertestdiv.btm {
            width: 100%;
            min-height: 200px;
            margin-left: 10px;
        }

            .headertestdiv.btm.g2 {
                margin-left: 10px;
                padding-left: 0;
            }

        .headertestdiv.log {
            margin-bottom: 140px;
        }

        .headertestdiv.home {
            margin-top: 40px;
        }

        .headertestdiv.newsroom {
            margin-left: 0;
        }

        .headertestdiv.tos {
            position: static;
        }

    .contentsection {
        width: 100%;
        text-align: left;
    }

        .contentsection.tab {
            display: block;
        }

    .bluenewsroomcallout {
        width: 95%;
        float: right;
        clear: none;
        align-items: center;
        padding-bottom: 20px;
        display: flex;
        position: static;
        bottom: auto;
    }

    .newsroomintoimage.mobile {
        width: 100px;
    }

    .circlediv.mobile {
        width: 175px;
        height: 175px;
        clear: none;
        justify-content: center;
    }

    .bluetextdiv {
        width: 50vw;
        margin-left: 60px;
    }

    .whowearediv {
        border-radius: 0;
        justify-content: flex-start;
    }

    .whoimage {
        margin-left: 0;
        margin-right: auto;
    }

    .who {
        margin-top: 5px;
    }

    .offerimages {
        max-width: 35%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsroomtopbar {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

        .newsroomtopbar.v2 {
            width: 100%;
            display: block;
        }

    .languages, .languages._2 {
        width: 140px;
        margin-right: 4px;
        display: block;
    }

        .languages._2.language {
            width: 215px;
            margin-left: 0;
            margin-right: 0;
        }

            .languages._2.language.v2 {
                margin-left: 10px;
            }

    .btntxt {
        font-size: 16px;
    }

        .btntxt._23.v2 {
            margin-left: 0;
        }

    .icon-5 {
        color: #959ca2;
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

    .icon-7 {
        color: #959ca2;
    }

    .articlev2.dark, .articlev2.light {
        padding-right: 20px;
    }

    .articlev2.companyheader {
        width: 95%;
        justify-content: flex-start;
    }

    .form-block-3 {
        margin-right: 60px;
    }

    .pagetitle {
        margin-left: 10px;
        display: block;
    }

        .pagetitle.news {
            display: block;
        }

        .pagetitle.tellmobile {
            margin-left: 0;
        }

        .pagetitle.log {
            margin-top: 40px;
        }

        .pagetitle.dist, .pagetitle.product._2, .pagetitle.res, .pagetitle.prod {
            margin-left: 0;
        }

    .tellstory.er {
        padding-left: 0;
    }

    .div-block-6 {
        margin-top: 0;
    }

    .formcreateaccount {
        width: 100%;
    }

        .formcreateaccount._2 {
            width: 75%;
        }

            .formcreateaccount._2._2021 {
                width: 65%;
            }

    .contactinfo.sub {
        margin-left: 10px;
        padding-right: 10px;
    }

    .contactinfo._3 {
        margin-left: 0;
    }

    .textfield1 {
        margin-left: 3px;
    }

    .phoneemail {
        width: 250px;
        margin-left: 3px;
    }

    .contactdrop {
        margin-left: 6px;
        margin-right: 0;
    }

        .contactdrop.country {
            margin-left: 6px;
        }

    .nextbtn.create {
        float: none;
    }

    .createquoteright.request {
        display: block;
    }

    .createquoteright._2 {
        display: none;
    }

    .createquoteright.req {
        top: 350px;
        bottom: 181px;
    }

    .menu-button-2 {
        display: none;
    }

    .goback {
        float: left;
        margin-left: 10px;
    }

    .loginbtn.log {
        margin-left: 10px;
    }

    .loginformdiv {
        width: 450px;
    }

    .section-3 {
        float: none;
        clear: none;
        margin-top: 100px;
        margin-bottom: 0;
        position: static;
        top: auto;
        bottom: auto;
    }

    .brand-3.w--current {
        float: left;
        clear: left;
        display: block;
    }

    .forgotpasswordpop {
        display: none;
    }

        .forgotpasswordpop.auth.pop {
            display: flex;
        }

    .forgotpasswordform {
        position: relative;
        top: auto;
    }

    .form.auth {
        width: 90%;
    }

    .closebtn {
        top: 1%;
        right: 3%;
    }

    .closex.info {
        top: 10px;
        bottom: auto;
    }

    .xlink {
        padding-bottom: 4px;
    }

    .column-24 {
        text-align: left;
    }

    .link-block-5._2, .mentioned._2 {
        margin-left: 20px;
    }

    .companynamehead.bind.update {
        flex: none;
        margin-left: 0;
    }

    .stockinfodiv {
        padding-left: 5px;
    }

    .articletype2 {
        margin-left: 0;
    }

    .articleheading2 {
        margin-left: 0;
        margin-right: 20px;
    }

        .articleheading2.bind.update {
            margin-right: 0;
            padding-right: 0;
        }

    .timedate {
        margin-left: 0;
    }

    .articlesubheadline {
        margin-left: 0;
        margin-right: 20px;
    }

    .articlecopy {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 20px;
    }

    .socialsharediv {
        margin-left: 0;
    }

    .columns-11 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .columns-12 {
        display: block;
    }

    .columns-13 {
        margin-bottom: 40px;
    }

    .heroicon {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .mobilenavabout {
        float: none;
        clear: none;
        color: #1e88e5;
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        margin-right: 10px;
        padding: 5px 0;
        font-size: 15px;
        display: inline-block;
    }

        .mobilenavabout:hover {
            color: #1e88e5;
            border-bottom-color: #1e88e5;
        }

        .mobilenavabout.log {
            display: none;
        }

        .mobilenavabout.current.w--current {
            border-bottom-color: #1e88e5;
            font-weight: 900;
        }

    .mobilenav {
        float: left;
        clear: left;
        margin-left: 0;
        font-family: Avenir webfont, Tahoma, sans-serif;
        display: inline-block;
        position: static;
    }

    .section-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mobilesectiontab {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
    }

    .bluepillsection {
        justify-content: flex-end;
        padding-top: 40px;
        padding-bottom: 60px;
        display: flex;
    }

    .column-29 {
        justify-content: flex-start;
        align-items: center;
        display: block;
    }

    .columns-15 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .column-30 {
        text-align: left;
        padding-left: 0;
    }

    .clientsuccesdiv {
        display: block;
    }

    .columns-16 {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .column-32 {
        display: none;
    }

    .columns-17 {
        display: block;
    }

    .sectiontop {
        padding-top: 40px;
        padding-left: 20px;
        display: block;
    }

    .bluesectionabout {
        background-color: #1e88e5;
        border-radius: 125px;
        margin-bottom: 5px;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 0;
        display: block;
    }

        .bluesectionabout.orange {
            background-color: #ff8524;
            display: block;
        }

    .columns-18 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .column-33 {
        position: relative;
    }

    .offersection {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
    }

    .column-34, .column-35, .column-36, .column-37, .column-38, .column-39 {
        text-align: center;
    }

    .spacerdivabout, .column-40, .columns-19 {
        display: none;
    }

    .newsroommobilediv {
        padding: 40px 20px 0;
    }

    .newsroombluediv {
        width: auto;
        background-color: #1e88e5;
        border-radius: 125px;
        padding: 20px 20px 20px 10px;
        display: block;
    }

    .newsroomarticlesection, .container-8 {
        display: block;
    }

    .articlesectionnewsroom {
        margin-bottom: 60px;
        padding: 20px;
        display: block;
    }

    .mobilenewstopbar {
        width: 100%;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 40px;
        padding-bottom: 20px;
        display: block;
    }

    .mobiletopicssection {
        width: 80%;
        justify-content: center;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .mobileindustrydrop {
        width: 150px;
        float: none;
        background-color: #1e88e5;
        border: 2px solid #1e88e5;
        border-radius: 125px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
    }

    .topicsdropdown {
        width: 150px;
        background-color: #ff8524;
        border: 2px solid #ff8524;
        border-radius: 125px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
    }

    .mobilecolumnsarticle, .articlecompanyname, .tickerinfodiv, .companyinfodivarticle, .languageselection, .column-47 {
        display: none;
    }

    .columns-22 {
        display: block;
    }

    .mobilesectiontell {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

    .tellmystorycontainer {
        margin-bottom: 40px;
    }

    .stellstorymobile, .stellstorymobile._2 {
        display: none;
    }

    .mainnavdiv {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .column-57 {
        padding-left: 0;
    }

    .columns-23 {
        display: block;
    }

    .section-6 {
        display: none;
    }

    .requestcontainer {
        margin-top: 40px;
    }

    .columns-24 {
        display: block;
    }

    .accountsections {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

    .column-62, .column-63, .column-64, .column-65 {
        padding-left: 0;
        padding-right: 0;
    }

    .columns-25 {
        display: none;
    }

    .container-12 {
        margin-bottom: 100px;
        display: block;
    }

    .mobilequote {
        background-color: #f1f1f1;
        margin-top: 40px;
        padding: 60px;
        display: block;
    }

    .selectblue, .mobileformsubmitsection {
        display: none;
    }

    .columns-26 {
        display: block;
    }

        .columns-26.loginbtm {
            display: none;
        }

    .loginsection {
        padding-left: 0;
        padding-right: 20px;
        display: block;
    }

    .toparticlesection {
        display: none;
    }

    .aboutwhodiv.awlp {
        padding-top: 0;
    }

    .whodiv.lft, .whodiv._2 {
        padding-left: 0;
    }

    .mapdiv {
        margin-bottom: 40px;
        padding-left: 10px;
    }

        .mapdiv.cont, .finddiv {
            padding-left: 0;
        }

    .findaddress {
        font-size: 14px;
    }

    .column-75 {
        padding-left: 10px;
    }

    .signupform-custnewsroom {
        top: 8%;
        left: 18%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .placeholder {
        height: 126px;
    }

    .tellmystorytabs {
        margin-left: 20px;
        margin-right: auto;
    }

    .tab-link-tab-2-2 {
        margin-right: 25px;
    }

    .priceoption.topleft, .priceoption.topleft._2, .priceoption.topright, .priceoption.topmiddle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabdiv {
        flex-wrap: wrap;
        justify-content: center;
    }

    .optionprice.onlineonly {
        right: -62px;
    }

        .optionprice.onlineonly._2, .optionprice.type {
            display: none;
        }

    .newdivider {
        margin-bottom: 30px;
    }

    .column-76 {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        left: 20px;
    }

        .column-76.abo {
            left: 10px;
        }

    .column-78 {
        display: none;
    }

    .column-80 {
        margin-left: auto;
        margin-right: auto;
    }

    .footercontainer {
        bottom: 10px;
    }

    .productdescribe.lft {
        margin-left: 10px;
    }

    .column-85, .column-86 {
        display: none;
    }

    .radio-button-field {
        margin-right: 5px;
    }

    .footerdiv {
        margin-bottom: 6px;
    }

    .contactdiv {
        margin-right: 10px;
    }

    .slidercolumns {
        width: 550px;
    }

    .packageselect._1 {
        margin-left: 15px;
    }

    .packageselect._3 {
        padding-right: 25px;
    }

    .pricecolumnnew, .pricecolumnnew.best, .pricecolumnnew._2 {
        width: 45%;
    }

    .pricesection2 {
        height: auto;
        min-height: 175px;
    }

    .pricesectionbtm, .pricesectionbtm.best {
        height: 100px;
    }

    .optionselectbtn {
        width: 100%;
        font-size: 14px;
    }

        .optionselectbtn.best {
            margin-bottom: 0;
        }

    .pwrequirements {
        margin-left: 20px;
    }

    .pricefacttxt {
        text-align: left;
    }

    .infodivicon {
        top: 77px;
    }

    .moreinfodivpop {
        width: 100%;
        object-fit: fill;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .moreinfocolumn.in {
        width: 50%;
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

        .moreinfocolumn.in._2 {
            border-top-right-radius: 0;
            border-bottom-left-radius: 10px;
        }

    .moreinfocolumn.rt {
        width: 50%;
        border-top-right-radius: 0;
    }

    .moreinfocolumn.lft {
        width: 50%;
        border-bottom-left-radius: 0;
    }

    .whatsincludeddiv {
        width: 100%;
        float: none;
        clear: none;
        text-align: center;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }

    .rowpop.g {
        margin-left: 0;
    }

    .popdivbox {
        padding-left: 20px;
        padding-right: 20px;
    }

    .infoboxall {
        width: 300px;
        float: none;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        top: auto;
        right: auto;
    }

        .infoboxall.v2 {
            margin-bottom: 0;
        }

    .aticlecontainerleft {
        width: 98%;
        padding-left: 20px;
    }

    .dropdown-2 {
        margin-left: 0;
    }

    .block-quote-2 {
        float: none;
        clear: right;
    }

    .container-13 {
        display: none;
    }

    .bottomplaceholder {
        display: block;
    }

    .option-label {
        font-size: 15px;
    }

    .option-content-1-div.update {
        height: 147px;
    }

    .option-content-1-div.update2 {
        height: 200px;
    }

        .option-content-1-div.update2.list {
            height: 300px;
        }

    .option-tab-div {
        max-width: 100%;
    }

    .tabs-menu-2.options {
        position: static;
    }

        .tabs-menu-2.options.update2 {
            float: none;
            clear: none;
            text-align: center;
            margin-top: 40px;
            margin-left: auto;
            margin-right: auto;
            display: inline-block;
        }

    .mostpop {
        margin-left: 4px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 10px;
    }

    .column-93 {
        display: none;
    }

    .column-94 {
        padding-left: 0;
    }

    .columns-35 {
        padding-left: 10px;
    }

    .column-96, .hide, .colhide {
        display: none;
    }

    .productnavdiv {
        margin-top: 20px;
    }

    .testdrivelist {
        padding-left: 20px;
    }

    .weget {
        text-align: center;
        line-height: .6em;
    }

    .wegetsmall {
        margin-top: 20px;
        display: block;
    }

        .wegetsmall.pr {
            margin-top: 0;
        }

    .testdriveform_html {
        padding-left: 0;
        padding-right: 0;
    }

    .sharearticle {
        margin-right: 10px;
    }

    .thankyouimage {
        right: -38px;
    }

        .thankyouimage.sub {
            right: 0;
        }

    ._404-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    ._404title.oops {
        margin-bottom: 60px;
        font-size: 15vw;
    }

    ._404image {
        width: 200px;
    }

    .list-2 {
        padding-left: 20px;
    }

    .ordersummarydiv {
        width: 35%;
        top: 30%;
    }

    .lptab1, .lptab1.w--current {
        padding-left: 15px;
        padding-right: 10px;
    }

    .lptab2, .lptab3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyrightupdate {
        margin-top: 0;
    }

    .copyrightupdate-section {
        margin-top: 60px;
        margin-bottom: 0;
        padding-bottom: 10px;
        position: static;
        top: auto;
        bottom: auto;
    }

    .div-block-31 {
        background-color: rgba(0, 0, 0, 0);
    }

    .tabs-2 {
        text-align: left;
        flex-direction: column;
        display: flex;
    }

    .mobilechat, .html-embed-8 {
        display: none;
    }

    .chartimage {
        width: 100%;
    }

    .container-16 {
        max-width: 100%;
        padding: 40px 0 0;
    }

        .container-16.tos {
            padding-top: 0;
        }

    .tos {
        padding-right: 0;
    }

    .newsroom-hero-v2 {
        width: 400px;
        height: 400px;
        right: 48px;
    }

    .herov2-img {
        max-width: 300px;
        float: right;
    }

    .v2navdrop {
        text-align: right;
        padding-right: 0;
        display: block;
    }

    .v2-navtoggle {
        padding-right: 0;
    }

    .v2-nav-link {
        text-align: right;
        padding-right: 0;
    }

        .v2-nav-link.end {
            padding-left: 20px;
        }

        .v2-nav-link.cta {
            padding-right: 20px;
            display: inline-block;
        }

    .v2-nav-bg.pdm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .v2-nav-logo.w--current {
        max-width: 95%;
        flex: 1;
    }

    .container-17 {
        flex: 1;
        justify-content: space-between;
        align-self: stretch;
        align-items: center;
    }

    .nav-menu-v2 {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

        .nav-menu-v2.lp23 {
            border-bottom-style: none;
        }

    .drop-link-v2 {
        text-align: right;
    }

    .section-9.hero.inner.proptimizer {
        background-position: 38%;
    }

    .section-9.gradient.review {
        background-position: 134% 100%, 0 0;
    }

    .section-9.gradient.vs {
        background-image: linear-gradient(rgba(245, 245, 245, .89), rgba(245, 245, 245, .89)), url('../images/versusBG.png');
        background-position: 0 0, 28% 32%;
    }

    .section-9.new.pdm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .connect-farther {
        font-size: 35px;
    }

        .connect-farther.hide-desktop {
            display: none;
        }

        .connect-farther.center.white.btm, .connect-farther.center.white.top {
            font-size: 36px;
        }

        .connect-farther.center.black.thin {
            max-width: 100%;
        }

        .connect-farther._32 {
            font-size: 38px;
        }

            .connect-farther._32.connectform {
                font-size: 28px;
            }

    .better {
        font-size: 35px;
    }

        .better._32 {
            font-size: 38px;
        }

            .better._32.connect {
                font-size: 28px;
            }

    .connect-holder.only-phone {
        display: none;
    }

    .columns-44, .columns-44._2 {
        flex-direction: column;
        align-items: stretch;
        display: block;
    }

    .column-112, .column-112._2 {
        text-align: center;
    }

    .html-embed-9 {
        max-width: 200px;
    }

    .menu-button-6 {
        color: #00467f;
        text-align: right;
        flex: 1;
        display: block;
    }

        .menu-button-6.w--open {
            color: #00467f;
            background-color: rgba(0, 0, 0, 0);
        }

        .menu-button-6.hidemenu-mobile {
            display: none;
        }

    .column-113.this.stays {
        padding-right: 0;
    }

    .image-25 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-12 {
        display: inline-block;
    }

    .html-embed-12 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .div-block-41.hq {
        width: 32%;
    }

    .coms-div, .coms-div.anw {
        height: auto;
    }

    .hero-btn {
        width: 300px;
        background-color: #be5927;
        border-radius: 125px;
    }

    .dropdown-toggle-6 {
        width: 100%;
        color: #fff;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 16px;
    }

    .dropdown-list-9.w--open {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .press-release-sample-holder {
        width: 90%;
    }

    .payment-choice {
        width: 100%;
    }

    .toggle-monthly, .toggle-annually {
        font-size: 15px;
    }

    .tag-holder {
        flex-wrap: wrap;
    }

    .headline-holder.new {
        width: 100%;
    }

    .hl-date-holder {
        width: 82%;
    }

    .html-embed-16 {
        display: none;
    }

    .div-block-56 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

        .div-block-56.idd {
            align-items: stretch;
        }

    .subscribe-box {
        float: none;
        margin-left: 0;
        margin-right: auto;
        top: 0;
        left: auto;
    }

    .payment-form-holder {
        width: 65%;
    }

    .thank-you-box {
        width: 94vw;
    }

    .industry-block {
        width: 16.66%;
    }

    .quote-block {
        width: 33%;
    }

    .article-top-box {
        flex-direction: column-reverse;
    }

    .article-logo-holder {
        width: auto;
        flex: none;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .article-logo-image {
        width: auto;
        flex: 0 auto;
        margin-left: 0;
        margin-right: auto;
    }

    .article-title-holder {
        width: 100%;
    }

    .share-text {
        margin-right: 5px;
    }

    .div-block-63 {
        flex-wrap: wrap;
    }

    .html-embed-22 {
        margin-top: 20px;
    }

    .compare-box {
        width: 49%;
    }

    .whitepaper-img {
        margin-left: auto;
        margin-right: auto;
    }

    .columns-60 {
        flex-direction: row;
        align-items: stretch;
    }

    .column-125 {
        flex: 1;
        align-self: stretch;
    }

    .newsubhead.center {
        width: 75%;
    }

    .blue-section.pdm, .newsection, .newsection.pdm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .columns-62 {
        flex-direction: column;
    }

    .clogo {
        max-width: 100%;
    }

    .btn-get-started {
        margin-top: 0;
        margin-bottom: 40px;
        margin-right: 34px;
    }

    .bottombanner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-127 {
        flex: 1;
        align-self: auto;
    }

    .buttonlp.backup {
        display: none;
    }

        .buttonlp.backup.mobileonly {
            display: block;
        }

    .columns-64 {
        flex-direction: column;
    }

    .image-30 {
        display: none;
    }

    .anw-hero {
        height: auto;
    }

    .container-23 {
        flex: 1;
    }

    .columns-65 {
        flex-flow: column wrap;
        align-content: space-around;
        align-items: stretch;
        display: flex;
    }

    .column-129 {
        flex: none;
        align-self: stretch;
    }

    .column-130 {
        flex: 1;
        align-self: stretch;
    }

    .anw-btn {
        width: 250px;
        margin-right: 20px;
    }

    .div-block-78 {
        width: 100%;
    }

    .column-133 {
        margin-bottom: 40px;
    }

    .div-block-79 {
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .backgroundshapecolor {
        display: none;
    }

    .btm-map-box {
        width: 100%;
    }

    .propt-btn.tabbs {
        width: 175px;
    }

    .surveyimg.lady.mobhidde {
        display: none;
    }

    .confusedholder {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        height: 60px;
    }

    .navbar-wrapper {
        height: 50px;
    }

    .container.home-intro-container {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .container.info-container {
        margin-bottom: 0;
    }

    .container.with-fixed-block {
        padding-right: 0;
    }

    .nav-link {
        padding: 15px 25px;
        font-size: 17px;
    }

    .text-logo {
        margin-top: 9px;
        font-size: 22px;
        line-height: 24px;
    }

        .text-logo.subtitle {
            margin-top: -1px;
            font-size: 8px;
        }

    .home-hero-section {
        height: 530px;
    }

    .section {
        padding: 25px;
    }

        .section.white.stats {
            padding-bottom: 15px;
        }

        .section.services {
            padding-top: 30px;
        }

        .section.pricingtable {
            flex-direction: column;
        }

        .section.contacts {
            margin-top: 40px;
            padding-top: 10px;
        }

        .section.article {
            margin-top: 0;
            margin-bottom: 0;
        }

        .section.about {
            padding-bottom: 10px;
        }

    .recent-portfolio-col-left {
        padding-left: 0;
    }

    .recent-portfolio-col-right {
        padding-right: 0;
    }

    .featured-work-block {
        height: 350px;
    }

    .navbar-bg {
        height: 50px;
    }

    .navbar-container {
        height: 60px;
    }

    .slide-overlay {
        padding-top: 125px;
    }

    .slide-title {
        font-size: 45px;
        line-height: 49px;
    }

        .slide-title.subtitle {
            font-size: 13px;
        }

        .slide-title.pr {
            font-size: 40px;
        }

            .slide-title.pr._2 {
                font-size: 36px;
                line-height: 53px;
            }

    .home-intro-column {
        padding-left: 0;
    }

    .home-intro-block {
        height: auto;
        border-bottom: 1px #e0e0e0;
        border-right-width: 0;
        border-right-color: #000;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 19px;
    }

        .home-intro-block.last {
            height: auto;
            border-bottom: 1px #e0e0e0;
        }

            .home-intro-block.last.right {
                margin-left: 0;
            }

        .home-intro-block.contact {
            height: auto;
            padding-bottom: 15px;
            line-height: 19px;
        }

        .home-intro-block.services-block {
            height: auto;
            padding-bottom: 20px;
        }

        .home-intro-block._2 {
            padding-left: 20px;
        }

    .featured-work-title-wrapper {
        padding: 25px;
    }

        .featured-work-title-wrapper.small {
            padding-right: 25px;
        }

    .recent-work-title {
        font-size: 27px;
    }

        .recent-work-title.small {
            font-size: 19px;
        }

    .footer {
        padding-top: 35px;
    }

    .footer-row {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-column {
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

        .footer-column.last {
            padding-bottom: 0;
        }

    .footer-title, .footer-title.right {
        text-align: center;
    }

    .page-header._404 {
        height: auto;
    }

    .page-header-overlay {
        padding: 100px 25px;
    }

        .page-header-overlay.blog-post {
            padding-top: 109px;
            padding-bottom: 60px;
        }

        .page-header-overlay.default {
            padding-top: 95px;
            padding-bottom: 45px;
        }

            .page-header-overlay.default.testdive._32 {
                padding-top: 155px;
            }

        .page-header-overlay._404 {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        .page-header-overlay.services {
            padding-top: 100px;
        }

    .page-header-title {
        font-size: 38px;
        line-height: 38px;
    }

    .service-item {
        padding-left: 0;
        padding-right: 0;
    }

    .service-item-block {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .service-title {
        margin-bottom: 16px;
        line-height: 20px;
    }

    .service-small-icon {
        float: left;
        margin-top: -2px;
        margin-right: 13px;
    }

    .link.learn-more.fixed.last {
        margin-bottom: 20px;
    }

    .intro-block-title {
        margin-bottom: 12px;
    }

        .intro-block-title.contact {
            text-align: center;
            display: block;
        }

    .info-image-block.about-us-2 {
        height: 340px;
    }

    .info-image-block.contact {
        height: 510px;
    }

    .info-image-block.quote-1 {
        height: 450px;
    }

    .info-text-block {
        width: 100%;
        height: auto;
        padding: 25px;
        position: static;
    }

        .info-text-block.contact-form {
            height: auto;
            position: static;
        }

        .info-text-block.quote-block-1, .info-text-block.quote-block-2 {
            height: auto;
        }

    .stats-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .stats-block {
        margin-bottom: 10px;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .dropdown-link {
        padding-left: 25px;
    }

    .team-member-image {
        height: 260px;
    }

    .portfolio-tabs-menu {
        margin-top: -85px;
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 25px;
    }

    .portfolio-tab-button {
        margin-bottom: 6px;
        margin-right: 0;
        padding-bottom: 0;
        display: block;
    }

    .work-header-overlay {
        padding-top: 165px;
        padding-bottom: 140px;
    }

    .dynamic-post-image {
        height: 225px;
    }

    .dynamic-item-content-block.single-page {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-block-container-wrapper {
        padding-top: 20px;
        position: static;
    }

    .contact-map {
        height: 370px;
        padding-bottom: 35px;
    }

    .contact-map-wrapper {
        height: 280px;
    }

    .field {
        height: 45px;
    }

    .quote-section-wrapper {
        margin-bottom: 40px;
    }

    .fixed-info-block {
        width: 100%;
    }

    .recent-work-subtitle {
        font-size: 12px;
    }

    .bottom-footer-block {
        margin-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .bottom-footer-col-left {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-footer-col-right {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-us-text {
        font-size: 12px;
    }

    .portfolio-list.examples, .project-images-row {
        padding-left: 0;
        padding-right: 0;
    }

    .project-image {
        height: 170px;
    }

    .menu-button {
        width: 50px;
        height: 60px;
        padding-top: 9px;
        padding-left: 0;
        padding-right: 0;
    }

        .menu-button.w--open {
            background-color: #f77f4b;
        }

    .slider-nav {
        height: 100px;
        font-size: 7px;
    }

    .team-member-item {
        padding-left: 0;
        padding-right: 0;
    }

    .instructions-block-wrapper {
        margin-bottom: 10px;
        padding: 25px;
    }

    .instructions-title {
        font-size: 23px;
    }

        .instructions-title._2 {
            font-size: 19px;
            line-height: 24px;
        }

    .instructions-row {
        margin-top: 10px;
    }

    .instructions-col-right {
        padding-left: 0;
        padding-right: 0;
    }

    .instructions-col-left {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .licensing-info-col-left {
        padding-left: 0;
        padding-right: 0;
    }

    .licensing-info-col-right {
        padding-right: 0;
    }

    .text-block {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .link-3 {
        margin-bottom: 0;
    }

    .text-block-3 {
        text-align: center;
        margin-left: 0;
    }

    .footer-page-link.main, .footer-page-link.main.v2, .list-item.foot {
        text-align: center;
    }

    .footerphone {
        text-align: center;
        margin-top: 10px;
    }

    .footeraddress {
        text-align: center;
    }

        .footeraddress.left {
            margin-bottom: 30px;
        }

    .sociallink.test {
        width: 30px;
        margin-left: 0;
        padding-bottom: 0;
    }

    .paragraph-8.test {
        line-height: 18px;
    }

        .paragraph-8.test.suite {
            line-height: 20px;
        }

    .latestnewstitle.media.tab {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .mediacontactsname {
        text-align: center;
        margin-left: 0;
    }

        .mediacontactsname._2 {
            margin-left: 250px;
        }

            .mediacontactsname._2._3 {
                margin-left: 0;
            }

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

    .mediacontactstitle._2._3 {
        float: none;
        text-align: center;
        margin-left: 0;
    }

    .salesemail {
        text-align: center;
        margin-left: 0;
    }

    .mediacontactsdiv, .mediacontactsdiv.tab {
        text-align: center;
    }

    .pricingtableshell.rt {
        border-left-style: solid;
    }

    .pricingtableshell.lt {
        border-right-style: solid;
    }

    .titlediv {
        border-top-right-radius: 10px;
    }

        .titlediv.best {
            margin-top: 10px;
        }

        .titlediv.rrt {
            border-top-left-radius: 10px;
        }

    .price {
        line-height: 30px;
    }

    .singlerelease {
        margin-bottom: 40px;
    }

    .horizontal-divider._2 {
        margin-bottom: 15px;
    }

    .clientlogosection._2 {
        padding-bottom: 30px;
    }

    .client-logo-title {
        margin-bottom: 0;
    }

    .logos.testimony {
        height: 375px;
    }

    .sliderbtmnav {
        position: static;
    }

    .serviceicon {
        max-width: 75%;
    }

    .connectheader {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .socialicons {
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

        .socialicons.v2 {
            text-align: center;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 0;
            padding-bottom: 0;
            display: flex;
            position: relative;
            top: auto;
            bottom: 8px;
        }

            .socialicons.v2.mobile {
                justify-content: center;
                margin-top: 0;
                margin-left: auto;
            }

        .socialicons.lp {
            display: flex;
        }

    .row {
        text-align: center;
    }

    .column-5 {
        text-align: center;
        display: block;
    }

    .unordered-list-2 {
        text-align: center;
    }

    .map {
        float: none;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .distcont._1 {
        padding-left: 20px;
        padding-right: 20px;
    }

        .distcont._1.btm {
            margin-top: 0;
        }

    .targetingsection {
        padding-top: 30px;
    }

    .targetinglist.mid {
        margin-bottom: -10px;
    }

    .btmtext {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row-2 {
        display: flex;
    }

    .contactsleft._2 {
        text-align: left;
    }

    .contsline {
        flex-direction: column;
        justify-content: flex-end;
        display: block;
    }

        .contsline._2 {
            text-align: left;
            border-right-style: none;
        }

    .contacticon {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .contacticon._2 {
            float: left;
            margin-left: 100px;
        }

        .contacticon.top {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

    .column-8 {
        display: inline-block;
    }

    .contactlink._2 {
        float: none;
        margin-bottom: 0;
    }

    .div-block {
        text-align: left;
    }

        .div-block.sales {
            margin-bottom: 20px;
        }

    .loginbtm, .contactsubtext {
        margin-left: 0;
    }

    .newsroombutton {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

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

    .text-field-2 {
        text-align: center;
        text-transform: uppercase;
    }

    .career-block {
        text-align: center;
        margin-bottom: 10px;
        font-family: Myriadpro;
        display: block;
    }

    .important-text-5 {
        line-height: 30px;
    }

    .unordered-list-3 {
        padding-left: 120px;
    }

    .companyinfo {
        height: 100px;
        margin-bottom: 10px;
    }

    .companyinfoimage {
        float: none;
        margin-top: 20px;
    }

    .companyinfoname {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: static;
    }

    .text-block-14 {
        text-align: center;
        margin-top: 0;
    }

        .text-block-14._2 {
            margin-top: 0;
        }

            .text-block-14._2._3 {
                margin-bottom: 1100px;
                margin-left: 300px;
            }

    .image-5 {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: static;
    }

    .column-9 {
        height: auto;
        position: static;
    }

    .pricins {
        max-width: 50%;
    }

    .targetbox {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footv2div.rt {
        margin-top: 0;
    }

    .footv2div._2 {
        height: auto;
        border-right-style: none;
        padding-top: 0;
    }

    .footerleftdiv {
        border-right-style: none;
    }

    .footcont {
        margin-top: 10px;
    }

    .lftfootdiv {
        border-right: 0 #000;
    }

    .client-slider {
        height: 200px;
    }

    .slides {
        width: 50%;
        height: 120px;
    }

    .column-11 {
        border-bottom: 1px #e0e0e0;
        padding-left: 25px;
        padding-right: 25px;
    }

    .middle-option-box {
        height: 125px;
    }

    .customnewsroombox {
        width: 100%;
        height: 600px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .customnewsroombox.toprow {
            height: 600px;
        }

    .image-9 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .dropdownmenu {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        top: 0;
        right: 0;
    }

    .lpheader1 {
        text-align: left;
    }

    .lpheader3._2 {
        text-align: left;
        margin-bottom: 10px;
    }

    .bold-text-4._2 {
        text-align: left;
    }

    .lpcont1 {
        margin-bottom: 20px;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: auto;
    }

    .wwdhead, .bold-text-5, .wwdcont {
        text-align: center;
    }

    .lpimage {
        max-width: 90%;
    }

    .infotitle {
        text-align: left;
    }

        .infotitle._2 {
            text-align: left;
            margin-top: 5px;
        }

    .companywebsite {
        text-align: left;
        margin-left: 5px;
    }

        .companywebsite.mobile {
            clear: none;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

    .companyprofile {
        margin-left: 5px;
    }

        .companyprofile.mobile {
            float: none;
        }

    .sharediv {
        width: 275px;
        text-align: left;
        border-style: none;
        border-top-width: 1px;
        border-top-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: static;
    }

        .sharediv.right {
            border-top-style: none;
            border-bottom-style: none;
            border-right-style: none;
        }

        .sharediv.btm {
            float: left;
        }

    .companyprofilelink {
        text-align: left;
    }

        .companyprofilelink.mobile {
            text-align: center;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

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

    .spacercontainer {
        height: 50px;
    }

    .traded {
        right: 285px;
    }

    .symbol {
        right: 230px;
    }

    .logodiv {
        float: left;
    }

    .infodiv {
        text-align: left;
        border-right-style: none;
        margin-left: 10px;
        display: inline-block;
    }

    .dropdown {
        float: none;
    }

    .html-embed.stockinfoarticle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .column-17 {
        border-right-style: none;
    }

    .exchangeinfodiv {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .stockwidgetdiv {
        height: 200px;
        float: right;
        text-align: center;
        justify-content: center;
        align-items: flex-start;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        display: flex;
    }

    .search-button {
        left: 179px;
    }

    .search-input {
        width: 175px;
    }

    .ppcs1btn {
        width: 100%;
    }

    .ppcs1colkft, .ppcs1colrt {
        padding-left: 0;
        padding-right: 0;
    }

    .ppcs1contdiv {
        width: 90%;
    }

    .formdivblock {
        padding-left: 10px;
    }

    .countrydiv._2 {
        margin-right: 20px;
    }

    .accesswire-mainlogo {
        margin-left: 0;
        padding-left: 0;
    }

    .body.test {
        padding-right: 0;
    }

    .navbartest {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tellmystory {
        float: none;
        clear: left;
        margin-right: 0;
        position: static;
        right: -150px;
    }

    .login {
        float: right;
        clear: none;
        margin-right: 0;
        padding-right: 0;
        font-family: Avenir webfont, Tahoma, sans-serif;
        right: 0;
    }

    .logindiv {
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .footertest {
        height: auto;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

        .footertest.mobile {
            margin-top: 0;
            display: none;
        }

    .footerline {
        margin-bottom: 5px;
        padding-left: 0;
        display: none;
    }

    .linediv {
        margin-bottom: 0;
    }

    .heading {
        font-size: 50px;
        line-height: 54px;
    }

    .headersubtext {
        width: 90%;
        display: none;
    }

        .headersubtext.mobile {
            width: 90%;
            float: none;
            margin-top: 0;
            padding-right: 0;
            display: block;
        }

    .headerbtn {
        display: none;
    }

        .headerbtn.mobile {
            width: 40%;
            float: none;
            clear: none;
            margin-top: 10px;
            display: block;
        }

        .headerbtn.newsroom {
            width: 200px;
            display: block;
        }

            .headerbtn.newsroom.v2.mid {
                width: 100%;
                float: left;
                margin-right: auto;
            }

                .headerbtn.newsroom.v2.mid._2123 {
                    width: 100%;
                }

        .headerbtn.v2 {
            display: block;
        }

            .headerbtn.v2.request {
                margin-right: 0;
            }

            .headerbtn.v2.buy {
                display: block;
            }

    .headertestdiv {
        margin-bottom: 20px;
        margin-left: 0;
    }

        .headertestdiv.btm {
            margin-top: 0;
            margin-bottom: 20px;
            margin-left: 0;
        }

            .headertestdiv.btm.g2 {
                margin-left: 0;
            }

        .headertestdiv.newsroom {
            width: 100%;
            float: none;
            padding-right: 20px;
        }

    .bluenewsroomcallout {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        overflow: visible;
    }

    .newsroomintoimage {
        width: 85px;
    }

    .circlediv {
        width: 150px;
        height: 150px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

        .circlediv.mobile {
            justify-content: center;
            margin-top: 10px;
        }

    .bluetextdiv {
        width: 60vw;
        float: left;
        margin-left: 0;
    }

    .btnnewsrmintro {
        margin-bottom: 10px;
    }

    .footerinfo, .areyoureadydiv {
        margin-bottom: 20px;
    }

    .whoimage {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .offerimages {
        margin-bottom: 20px;
    }

    .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsroomtopbar {
        display: none;
    }

    .newsroomtitle {
        position: static;
        top: auto;
        bottom: 20px;
        left: 0%;
        right: auto;
    }

    .languages {
        float: right;
        clear: right;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

        .languages._2 {
            float: right;
            clear: none;
            margin-left: 0;
            display: block;
        }

            .languages._2.language {
                width: 284px;
                margin-bottom: 5px;
                display: block;
            }

                .languages._2.language.art {
                    width: 250px;
                    margin-left: auto;
                    margin-right: auto;
                }

                .languages._2.language.v2 {
                    float: right;
                }

            .languages._2.v2 {
                float: right;
                clear: right;
                margin-bottom: 10px;
                margin-right: 0;
            }

        .languages.v2 {
            float: right;
            margin-left: 10px;
        }

    .articlev2.dark {
        border-radius: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .articlev2.light {
        padding-left: 20px;
    }

    .articlev2.companyheader {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .articlelogoimage {
        max-height: 95%;
        max-width: 95%;
    }

    .rightsfootercontainer {
        margin-bottom: 90px;
        padding-top: 20px;
        position: static;
    }

        .rightsfootercontainer._2 {
            margin-bottom: 0;
        }

    .form-block-3 {
        float: right;
        clear: none;
        object-fit: fill;
        margin: 10px 0 4px;
        display: none;
        position: relative;
        top: auto;
        left: auto;
        right: 75px;
    }

    .pagetitle {
        margin-left: 0;
        padding-left: 0;
    }

        .pagetitle.news {
            padding-left: 20px;
        }

        .pagetitle.tellmobile {
            margin-left: 0;
            padding-left: 20px;
        }

        .pagetitle.log, .pagetitle.req {
            margin-left: 10px;
        }

    .tellstory {
        padding-left: 0;
        padding-right: 20px;
    }

        .tellstory.re {
            padding-left: 10px;
        }

        .tellstory.er {
            padding-left: 0;
        }

    .tellmystorybubble._2.tms {
        margin-bottom: 60px;
    }

    .tellmystorybubble.create.nonselect {
        border-radius: 100px;
        padding: 30px 40px;
    }

    .tellmystorybubble.tms {
        height: auto;
        border-radius: 0;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pricenew.create.ns {
        float: none;
        margin-left: 40px;
    }

    .formcreateaccount {
        width: 90%;
        max-width: none;
    }

        .formcreateaccount.request {
            width: 90%;
        }

        .formcreateaccount._2._2021 {
            width: 100%;
        }

    .contactinfo {
        margin-left: 0;
    }

        .contactinfo.deals {
            line-height: 33px;
        }

    .phoneemail {
        margin-left: 3px;
    }

        .phoneemail.auth {
            width: 200px;
        }

    .bluephone, .emailwhite {
        width: 100%;
    }

    .contactdrop {
        width: 96%;
        margin-left: 6px;
    }

        .contactdrop.country {
            width: 75%;
            margin-left: 6px;
        }

    .createquoteright.request {
        display: none;
    }

    .quotation {
        font-size: 22px;
    }

    .quote {
        font-size: 16px;
        font-weight: 300;
    }

    .loginbtn.re {
        margin-left: 10px;
    }

    .section-3 {
        margin-bottom: 205px;
        display: block;
        position: absolute;
    }

    .brand-3 {
        padding-left: 0;
    }

    .forgotpasswordpop.auth {
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 0;
        display: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

        .forgotpasswordpop.auth.pop {
            width: 100%;
            display: flex;
        }

    .forgotpasswordform {
        top: 6px;
    }

    .form {
        width: 100%;
    }

        .form.auth {
            width: 98%;
            border-radius: 18px;
            padding: 20px;
        }

            .form.auth.pop {
                width: 98%;
                min-width: 500px;
                position: relative;
                top: auto;
            }

    .closebtn {
        top: 0%;
        right: 3%;
    }

    .link-block-5._2 {
        margin-left: 20px;
        padding-left: 0;
    }

    .mentioned._2 {
        margin-left: 20px;
    }

    .articlecontainer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .stockinfodiv {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .stockprice2 {
        margin-right: 10px;
        font-size: 15px;
    }

    .arrow {
        width: 10px;
        height: 10px;
    }

    .articletype2 {
        margin-left: 0;
    }

    .articleheading2 {
        margin-left: 0;
        margin-right: 20px;
    }

        .articleheading2.bind.update {
            margin-right: 0;
            padding-right: 0;
        }

    .timedate {
        margin-left: 0;
    }

    .articlesubheadline {
        margin-left: 0;
        padding-right: 20px;
    }

        .articlesubheadline.bind.update {
            margin-right: 0;
            padding-right: 0;
        }

    .articlecopy {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 20px;
    }

        .articlecopy.bind.update {
            margin-right: 0;
        }

    .socialsharediv {
        margin-left: 0;
    }

    .section-4.article-u-pdate {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-25 {
        padding-left: 0;
    }

    .clientstatsdiv {
        width: 100%;
        text-align: left;
        align-items: center;
    }

        .clientstatsdiv._2 {
            align-items: center;
        }

    .number {
        align-self: flex-start;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
    }

    .column-26 {
        text-align: left;
        padding-left: 20px;
    }

    .columns-12 {
        display: block;
    }

    .columns-13 {
        margin-bottom: 10px;
    }

    .heroicon {
        width: 100%;
        clear: none;
        margin-top: 0;
        position: static;
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .rtcol {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: row;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-end;
        align-items: center;
        display: block;
    }

    .mobilenavabout {
        margin-left: 0;
        margin-right: 10px;
        padding: 5px 0;
        font-size: 15px;
    }

        .mobilenavabout:hover {
            color: #1e88e5;
        }

    .mobilenav {
        margin-left: 0;
    }

    .menu-button-5 {
        float: none;
    }

    .column-27 {
        margin-left: auto;
        margin-right: auto;
    }

    .columns-14 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .mobilesectiontab {
        padding-left: 0;
    }

    .bluepillsection {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .column-29 {
        padding-right: 0;
    }

    .columns-16 {
        padding-bottom: 0;
    }

    .column-31, .spacerdiv {
        display: none;
    }

        .spacerdiv.story {
            height: auto;
            margin-top: 0;
            margin-bottom: 0;
        }

    .column-32 {
        display: none;
    }

    .columns-17 {
        padding-right: 20px;
    }

    .sectiontop {
        padding-left: 20px;
    }

    .bluesectionabout {
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .columns-18 {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .column-33 {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
    }

    .spacediv2 {
        height: 100px;
    }

    .spacerdivabout {
        height: 100px;
        display: none;
    }

    .newsroommobilediv {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .newsroombluediv {
        border-radius: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .articlesectionnewsroom {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

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

    .container-9 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobilenewstopbar {
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin: 0 auto 20px;
        padding-top: 0;
        padding-bottom: 20px;
        display: block;
        position: relative;
    }

    .column-42 {
        padding-left: 0;
    }

    .mobilecolumnsarticle, .articlecompanyname, .columns-20, .tickerinfodiv, .companyinfodivarticle, .languageselection {
        display: none;
    }

    .mobilesectiontell {
        padding-left: 0;
        padding-right: 0;
    }

    .stellstorymobile._2 {
        display: none;
    }

    .column-48, .column-49 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mainnavdiv {
        padding-left: 0;
        padding-right: 0;
    }

    .column-58 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-61 {
        padding-left: 0;
        padding-right: 0;
    }

    .form-2 {
        margin-left: 0;
    }

    .mobilequote {
        background-color: #fafafa;
        padding: 60px;
    }

    .text-block-32 {
        color: #2f373c;
        font-size: 14px;
        font-weight: 300;
        line-height: 33px;
    }

    .mobileformsubmitsection {
        display: none;
    }

    .image-12 {
        float: none;
    }

    .toparticlesection {
        display: none;
    }

    .column-68 {
        padding-left: 0;
        padding-right: 0;
    }

    .bolderprr {
        margin-bottom: 20px;
    }

    .column-69 {
        padding-left: 0;
        padding-right: 0;
    }

    .aboutwhodiv {
        padding-top: 20px;
    }

        .aboutwhodiv.resource {
            padding-left: 2px;
        }

    .whodiv {
        border-bottom: 1px solid #eee;
        margin-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }

        .whodiv.lft {
            border-bottom: 1px solid #eee;
            border-right-style: none;
            padding-bottom: 20px;
            padding-left: 0;
        }

        .whodiv.rt {
            border-left-style: none;
        }

            .whodiv.rt.last {
                border-bottom-style: none;
            }

    .whoandwhatheag {
        padding-left: 20px;
        padding-right: 20px;
    }

        .whoandwhatheag._2 {
            padding-left: 0;
            padding-right: 0;
        }

    .whologo {
        max-width: 100px;
    }

    .officemap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mapdiv {
        padding-left: 0;
    }

    .finddiv {
        height: auto;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .findhead {
        margin-bottom: 0;
    }

    .findus {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .innerdivfind {
        text-align: center;
        align-self: auto;
    }

    .signupform-custnewsroom {
        top: 7%;
        left: 8%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .g2embedcode {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .placeholder {
        height: 108px;
    }

    .distpartner.link {
        width: 25%;
    }

    .tellmystorytabs {
        margin-left: 10px;
    }

    .tab-link-tab-2-2 {
        margin-left: 10px;
        margin-right: 0;
    }

    .tab-link-tab-1-2.w--current {
        margin-left: 0;
        margin-right: 0;
    }

    .priceoption {
        height: 175px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .priceoption.mid.partlogo {
            height: 98px;
            margin-bottom: 0;
            padding-bottom: 0;
        }

            .priceoption.mid.partlogo.topline2.feature2.side.d2, .priceoption.mid.partlogo.topline2.feature2.side.d3, .priceoption.mid.partlogo.topline2.top.side, .priceoption.mid.partlogo.btm.end.d3.b1 {
                height: 100px;
            }

            .priceoption.mid.partlogo.onlineonly {
                margin-bottom: 0;
            }

                .priceoption.mid.partlogo.onlineonly._2 {
                    border-left-style: solid;
                    border-left-width: 1px;
                    border-right-style: none;
                }

                    .priceoption.mid.partlogo.onlineonly._2.rt {
                        border-left-style: none;
                        border-right-style: solid;
                    }

            .priceoption.mid.partlogo.d1.b1 {
                height: auto;
                margin-left: 10px;
                margin-right: 0;
            }

            .priceoption.mid.partlogo.d2.b1 {
                height: 100px;
            }

        .priceoption.mid.topline {
            height: 98px;
            margin-bottom: 0;
            padding-bottom: 0;
        }

            .priceoption.mid.topline.call.end.d3 {
                height: 100px;
            }

            .priceoption.mid.topline.call.d1 {
                height: auto;
                padding-top: 30px;
                padding-bottom: 30px;
            }

                .priceoption.mid.topline.call.d1._25 {
                    padding-top: 30px;
                }

            .priceoption.mid.topline.call.d2, .priceoption.mid.topline.call.d3 {
                height: 100px;
            }

            .priceoption.mid.topline.btm.end {
                height: 98px;
            }

                .priceoption.mid.topline.btm.end.d3.b2 {
                    height: 100px;
                }

            .priceoption.mid.topline.d1.b1 {
                height: auto;
                margin-left: 10px;
                overflow: auto;
            }

            .priceoption.mid.topline.d2.b1 {
                height: 100px;
            }

        .priceoption.topleft {
            margin-bottom: 0;
            padding-right: 10px;
        }

            .priceoption.topleft._2 {
                padding-left: 10px;
                padding-right: 10px;
            }

        .priceoption.topright, .priceoption.topmiddle {
            margin-bottom: 0;
            padding-left: 10px;
            padding-right: 10px;
        }

    .optiontitle {
        font-size: 14px;
    }

    .tabdiv {
        width: 98%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .optionprice {
        font-size: 24px;
    }

        .optionprice.onlineonly {
            display: block;
        }

            .optionprice.onlineonly._2, .optionprice.type {
                display: none;
            }

    .html-embed-5 {
        width: 30%;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .newdivider {
        clear: right;
    }

    .column-76 {
        padding-left: 0;
        left: 10px;
    }

    .column-78 {
        display: none;
    }

    .column-81 {
        padding-left: 10px;
        padding-right: 20px;
    }

    .footlink {
        font-size: 12px;
    }

    .column-83 {
        align-self: auto;
    }

    .productdescribe.lft {
        text-align: left;
    }

    .priceper {
        margin-bottom: 6px;
    }

    .lph1.buynow {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 38px;
        position: static;
        top: 7px;
    }

    .lplist.btm-space {
        margin-bottom: 5px;
    }

    .optionselect {
        width: 75%;
        height: auto;
        border-radius: 5px;
        align-items: center;
        padding-bottom: 5px;
        line-height: 13px;
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: auto;
    }

    .column-86 {
        display: none;
    }

    .footerdiv {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        display: block;
    }

    .logintelldiv {
        float: right;
        display: inline-block;
    }

    .enhancementdiv {
        border-right-style: none;
        padding-left: 10px;
    }

    .enhancementtextcopy {
        margin-bottom: 20px;
    }

    .columnsnew {
        display: block;
    }

    .slidercolumns {
        width: 400px;
    }

    .packageselect._1 {
        margin-left: 0;
    }

    .packageselect._3 {
        padding-right: 0;
    }

    .pricecolumnnew {
        width: 45%;
        margin-top: 0;
    }

        .pricecolumnnew.best {
            width: 45%;
        }

    .pricesectionbtm, .pricesectionbtm.best {
        height: 110px;
        align-items: flex-start;
    }

    .optionselectbtn.best {
        margin-bottom: 0;
    }

    .slidertabs {
        width: 400px;
    }

    .moreinfodivpop {
        width: auto;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .moreinfocolumn.in, .moreinfocolumn.in._2, .moreinfocolumn.rt, .moreinfocolumn.lft {
        width: 50%;
    }

    .popheaderinfo {
        clear: none;
    }

    .whatsincludeddiv {
        flex-wrap: nowrap;
        display: flex;
    }

    .rowpop.g.tall {
        height: 55px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .popdivbox {
        display: block;
    }

    .contactform {
        top: 0;
    }

    .infoboxall.v2 {
        width: 100%;
    }

    .aticlecontainerleft {
        width: 98%;
    }

    .resourcedivlittle.rightside {
        width: 35%;
        border-top: 2px solid #f5f5f5;
        border-left-style: none;
        padding-top: 10px;
        padding-left: 0;
    }

    .dropdown-list-4 {
        z-index: 9999;
    }

    .option-tabs {
        flex-wrap: wrap;
    }

    .full-option-tab-column {
        width: 90%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

        .full-option-tab-column._2, .full-option-tab-column.update2.last {
            border-left-style: solid;
        }

        .full-option-tab-column.public-ecom {
            width: 100%;
        }

    .option-price {
        font-size: 22px;
    }

    .option-each {
        font-size: 16px;
    }

    .option-label {
        font-size: 20px;
    }

    .option-button {
        width: 100%;
    }

    .option-content-1-div, .option-content-1-div.update {
        height: auto;
    }

        .option-content-1-div.update2 {
            height: 194px;
        }

    .tabs-menu-2.options.update2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .mostpop {
        float: right;
        margin-left: 2px;
    }

    .list-item-9 {
        margin-left: 20px;
    }

    .exchange-div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .column-93 {
        display: none;
    }

    .columns-35 {
        padding-left: 0;
    }

    .column-95, .column-96 {
        display: none;
    }

    .rightdiv {
        margin-bottom: 20px;
    }

    .productnavdiv {
        display: none;
    }

    .testdrivelist {
        margin-bottom: 40px;
    }

    .wegetsmall.pr {
        line-height: 1em;
    }

    .testdriveform_html {
        padding-right: 10px;
    }

    .thankyouimage {
        max-width: 75%;
    }

        .thankyouimage.sub {
            right: auto;
        }

    .columns-36, ._404-section {
        flex-direction: column;
    }

    ._404title {
        padding-left: 0;
        font-size: 22px;
    }

        ._404title.oops {
            margin-bottom: 40px;
        }

    .oppsdiv {
        text-align: center;
    }

    ._404image {
        width: 200px;
        margin-bottom: 40px;
    }

    .ordersummarydiv {
        width: 65%;
        max-width: none;
        position: static;
    }

    .orderdetails {
        font-size: 12px;
    }

    .orderprice {
        float: left;
    }

    .orderclose {
        float: right;
    }

    .couponcode {
        width: 65%;
    }

    .lpupdatediv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lptabs {
        margin-top: 10px;
    }

    .copyrightupdate {
        text-align: left;
    }

    .widgetholder {
        margin-bottom: 0;
    }

    .tabs-2 {
        text-align: left;
    }

    .chatcolumn {
        border-bottom: 1px #ddd;
        border-right-style: none;
    }

    .mobilechat, .html-embed-8 {
        display: none;
    }

    .sectionalsobuy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .colorbox {
        text-align: center;
    }

    .chartimage {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-23 {
        width: 20%;
    }

    .htmlbasdge {
        width: 33%;
    }

    .container-16 {
        padding: 10px 20px 20px;
    }

        .container-16.tos {
            padding-left: 0;
            padding-right: 0;
        }

    .set-up-content.recordtype, .set-up-content.recordtypetype {
        text-align: left;
    }

    .sectionbuffer {
        height: 50px;
    }

    .domainimage {
        margin-top: 40px;
    }

    .column-102 {
        margin-bottom: 20px;
    }

    .column-108 {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .newsroom-hero-v2, .column-109 {
        display: none;
    }

    .column-110.mid {
        text-align: left;
    }

    .v2navdrop {
        padding-right: 20px;
        display: block;
    }

    .v2-nav-link, .v2-nav-link.end {
        padding-right: 20px;
    }

    .nav-menu-v2.lp23 {
        border-bottom-style: none;
    }

    .drop-link-v2, .drop-link-v2.w--current {
        text-align: right;
    }

    .section-9 {
        padding: 120px 10px 40px;
    }

        .section-9.hero.inner.proptimizer {
            background-position: 53%;
        }

        .section-9.gradient.review {
            background-image: linear-gradient(181deg, #ddd, #fff 39%);
            background-position: 0 0;
            background-repeat: repeat;
            background-size: auto;
        }

        .section-9.dark.dl {
            padding-top: 10px;
        }

        .section-9.new.pdm.anw {
            padding-left: 20px;
            padding-right: 20px;
        }

    .connect-farther {
        margin-bottom: 10px;
        font-size: 32px;
    }

        .connect-farther.hidemobile {
            display: none;
        }

        .connect-farther.hide-desktop {
            margin-bottom: 30px;
            display: block;
        }

        .connect-farther.center {
            display: block;
            position: relative;
        }

            .connect-farther.center.white.btm {
                width: 71%;
                margin-left: 0;
                font-size: 33px;
            }

            .connect-farther.center.white.top {
                font-size: 33px;
            }

    .better {
        font-size: 32px;
    }

    .connect-holder {
        text-align: left;
        padding-right: 10px;
    }

        .connect-holder.only-phone {
            display: none;
        }

    .columns-44 {
        flex-direction: column;
    }

    .scale-image {
        max-width: 65%;
    }

    .no-extras {
        flex-wrap: wrap;
    }

    .no-extra-tile {
        width: 45%;
        margin-bottom: 20px;
    }

        .no-extra-tile.btm {
            margin-bottom: 0;
        }

    .section-9.dark {
        padding-left: 10px;
        padding-right: 10px;
    }

        .section-9.dark.connect {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .columns-45 {
        flex-direction: column-reverse;
    }

    .sample-distributions {
        margin-top: 20px;
    }

    .columns-46 {
        flex-direction: column;
    }

    .image-24 {
        margin-top: 20px;
    }

    .columns-47 {
        flex-direction: column;
    }

    .div-block-35 {
        border-bottom: 1px solid #ddd;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .div-block-35.last {
            border-bottom-style: none;
        }

        .div-block-35.fisrt {
            padding-top: 0;
        }

    .column-112 {
        text-align: center;
        order: 0;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

        .column-112.formlp {
            display: block;
        }

    .menu-button-6.hidemenu-mobile {
        display: none;
    }

    .column-113 {
        padding-left: 0;
        padding-right: 0;
    }

        .column-113.this {
            text-align: center;
            display: block;
        }

            .column-113.this.stays {
                display: block;
            }

    .column-114 {
        padding-left: 0;
        padding-right: 0;
    }

    .column-115 {
        padding-left: 0;
        padding-right: 10px;
    }

    .column-116, .column-117 {
        padding-left: 0;
        padding-right: 0;
    }

    .client-holder {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .client-tile {
        width: 16%;
        height: auto;
    }

        .client-tile.gs {
            width: 16%;
        }

    .v2-footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .icon-10 {
        margin-left: 40px;
        margin-right: 0;
    }

    .icon-11 {
        margin-left: 0;
    }

    .image-27 {
        max-width: 40%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .html-embed-11 {
        margin-top: 20px;
    }

    .hero-holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .div-block-40, .hero-holder-left {
        width: 100%;
    }

    .hero-holder-right {
        display: none;
    }

    .div-block-41.hq {
        width: 100%;
        flex: 1;
    }

    .div-block-41.end {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .coms-div {
        height: auto;
        margin-bottom: 20px;
    }

    .headerv2 {
        width: auto;
        position: relative;
    }

    .hero-btn {
        width: 300px;
        background-color: #be5927;
        border-radius: 125px;
    }

    .dropdown-toggle-6 {
        width: 300px;
        color: #fff;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 16px;
    }

    .dropdown-list-9 {
        background-color: #fff;
    }

        .dropdown-list-9.w--open {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .press-release-sample-holder {
        width: 88%;
    }

    .title-side {
        width: 150px;
    }

    .columns-50, .columns-51, .columns-52, .columns-53, .suite-choice-holder {
        flex-direction: column;
    }

    .news-ecom-words {
        width: 100%;
    }

    .news-ecom-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .suite-title {
        top: -2%;
        left: 34%;
    }

    .registerholder {
        flex-direction: column-reverse;
    }

    .register-form-side, .register-info-side {
        width: 100%;
    }

    .article-date.v2 {
        text-align: left;
    }

    .columns-55 {
        flex-direction: column;
    }

    .download-pr-template-link {
        max-width: 250px;
    }

    .tag-holder {
        flex-direction: column;
    }

        .tag-holder.art {
            flex-direction: row;
        }

    .tag.aerospace {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .headline-date {
        flex-direction: column;
    }

    .headline-holder {
        width: 100%;
    }

    .hl-date-holder {
        width: 100%;
        text-align: left;
    }

    .title-logo-holder {
        flex-direction: column-reverse;
    }

    .logo-side {
        width: 100%;
    }

    .article-all-holder {
        flex-direction: row;
        display: block;
    }

    .more-news-all {
        display: none;
    }

    .company-contacts {
        margin-top: 0;
    }

    .html-embed-16 {
        display: block;
    }

    .dropdown-3 {
        float: left;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .div-block-56 {
        justify-content: center;
    }

    .subscribe-box {
        width: 90%;
        max-width: none;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .html-embed-19 {
        float: none;
        text-align: left;
    }

    .footer-left {
        width: 38%;
    }

    .footer-right {
        width: 40%;
    }

    .payment-form-holder {
        width: 75%;
    }

    .thank-you-box {
        width: 95vw;
    }

    .soc {
        order: 0;
    }

    .industry-block {
        width: 25%;
    }

    .stepbystepbox {
        margin-bottom: 20px;
    }

    .quote-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .all-reviews {
        flex-wrap: wrap;
    }

    .article-logo-image {
        width: auto;
        margin-left: 0;
    }

    .share-holder.newsroom {
        width: 100%;
        position: static;
        right: 0;
    }

    .info-holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-too {
        width: 100%;
    }

    .html-embed-22 {
        margin-top: 20px;
    }

    .masonry-holder {
        column-count: 2;
    }

    .compare-box {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .column-123 {
        border-left-style: solid;
    }

    .comparison-name-holder {
        width: 91%;
        margin-left: 0;
    }

    .div-block-68 {
        width: 100%;
    }

    .hand-star {
        display: none;
    }

    .whitepaper-form.wp {
        width: 85%;
    }

    .whitepaper-img {
        margin-left: auto;
        margin-right: auto;
    }

    .columns-60 {
        flex-direction: column;
    }

    .newsubhead.center {
        width: 85%;
    }

    .blue-section.pdm._2 {
        padding: 10px 20px;
    }

    .client-white-holder {
        justify-content: flex-start;
    }

    .logo-holder {
        width: 12%;
        height: auto;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
    }

        .logo-holder.hm {
            display: none;
        }

    .help-holder {
        flex-direction: column;
    }

    .helpbox {
        min-height: auto;
    }

    .allhelp {
        width: 100%;
        margin-bottom: 20px;
    }

    .columns-61 {
        flex-direction: column;
    }

    .form-placeholder.v2.thin {
        width: 80%;
    }

    .columns-62 {
        flex-direction: column;
    }

    .column-126 {
        margin-top: 40px;
    }

    .image-29 {
        margin-bottom: 20px;
    }

    .btn-get-started {
        margin-right: 20px;
    }

    .custom-pricing-box {
        flex-wrap: wrap;
        align-content: space-between;
        display: flex;
    }

    .custom-pricing-title {
        width: 100%;
        text-transform: uppercase;
        flex: 0 auto;
        align-self: center;
        display: block;
    }

        .custom-pricing-title.sub {
            text-transform: uppercase;
            flex-direction: row;
            display: block;
        }

    .contact-top-holder {
        flex-direction: column;
        align-items: center;
    }

    .div-block-75 {
        width: 100%;
    }

    .problem-image {
        display: none;
    }

    .div-block-76 {
        width: 100%;
    }

    .heading3.center.orange.anw._1.notmobile {
        display: none;
    }

    .anw-hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .anw-btn {
        width: 250px;
    }

    .columns-66 {
        flex-direction: row;
        align-items: center;
        margin-bottom: 40px;
        display: flex;
    }

    .video-4 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .propt-btn.tabbs.mobonly {
        display: block;
    }

    .propt-btn.tabbs.hidmobl {
        display: none;
    }

    .survey1 {
        width: 33%;
    }

    .surveyimg.lady {
        display: none;
    }

    .half {
        width: 100%;
    }

    .contentprobox.v2 {
        width: 45%;
        display: none;
    }

    .proleft {
        width: 100%;
        margin-bottom: 20px;
    }

    .protabcontentholder {
        flex-direction: column;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    p {
        font-size: 12px;
    }

    .container {
        margin-top: 20px;
    }

        .container.home-intro-container {
            margin-top: 0;
            margin-bottom: 20px;
        }

    .nav-link {
        padding: 11px 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .home-hero-section {
        height: 430px;
    }

    .section {
        padding: 20px;
    }

        .section.services, .section.distributipn {
            padding-top: 30px;
        }

        .section.contacts {
            padding-top: 10px;
            padding-bottom: 20px;
        }

    .featured-work-block {
        height: 290px;
    }

    .slide-overlay {
        padding-top: 105px;
    }

    .slide-title {
        font-size: 35px;
        line-height: 41px;
    }

        .slide-title.subtitle {
            line-height: 20px;
        }

        .slide-title.pr {
            font-size: 20px;
            line-height: 30px;
        }

            .slide-title.pr._2 {
                font-size: 32px;
                line-height: 36px;
            }

    .button {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        line-height: 17px;
    }

    .home-intro-block {
        border-bottom-style: none;
        padding: 20px 10px 0;
        font-size: 11px;
    }

        .home-intro-block.last, .home-intro-block.last.contact {
            padding-bottom: 20px;
        }

        .home-intro-block.contact {
            padding-bottom: 5px;
        }

        .home-intro-block.services-block {
            padding-bottom: 10px;
            font-size: 12px;
        }

            .home-intro-block.services-block.last {
                padding-bottom: 20px;
            }

    .recent-work-title {
        font-size: 24px;
        line-height: 24px;
    }

        .recent-work-title.large {
            line-height: 30px;
        }

    .footer {
        font-size: 11px;
        line-height: 19px;
    }

    .footer-title {
        text-align: center;
        margin-bottom: 14px;
    }

        .footer-title.right {
            text-align: center;
        }

    .page-header-overlay {
        padding: 80px 20px 70px;
    }

        .page-header-overlay.blog-post {
            padding-top: 79px;
            padding-bottom: 30px;
        }

        .page-header-overlay.default {
            padding-top: 85px;
            padding-bottom: 30px;
        }

        .page-header-overlay.services {
            padding-top: 90px;
            padding-bottom: 80px;
        }

    .page-header-title {
        font-size: 23px;
        line-height: 27px;
    }

        .page-header-title.subtitle {
            margin-top: 10px;
            font-size: 13px;
            line-height: 14px;
        }

        .page-header-title.justone, .page-header-title.justone.faq {
            line-height: 38px;
        }

    .service-item-block {
        padding: 20px;
    }

    .service-title {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .service-small-icon {
        height: 18px;
        margin-bottom: 9px;
    }

    .link.learn-more.fixed {
        bottom: 20px;
        left: 20px;
    }

    .intro-block-title {
        margin-bottom: 13px;
        font-size: 18px;
    }

    .info-image-block {
        width: 100%;
        height: 190px;
    }

        .info-image-block.about-us-2 {
            height: 280px;
        }

        .info-image-block.contact {
            height: 160px;
        }

        .info-image-block.quote-1 {
            height: 130px;
        }

        .info-image-block.quote-2 {
            height: 160px;
        }

    .info-text-block {
        width: 100%;
        padding: 20px;
        font-size: 11px;
        position: static;
    }

        .info-text-block.quote-block-1 {
            float: right;
            display: block;
        }

        .info-text-block.quote-block-2 {
            float: right;
        }

    .stats-block {
        padding-left: 11px;
        padding-right: 11px;
    }

    .stats-title {
        font-size: 32px;
        line-height: 20px;
    }

        .stats-title.description {
            font-size: 12px;
        }

    .dropdown-link {
        padding-left: 20px;
    }

    .team-member-image {
        height: 230px;
    }

    .team-member-description-block {
        padding: 15px;
    }

    .team-member-name.title {
        margin-top: 0;
        font-size: 10px;
    }

    .portfolio-tabs-menu {
        margin-top: -65px;
        margin-bottom: 20px;
        padding: 15px 20px 10px;
    }

    .work-header-overlay {
        padding-top: 115px;
        padding-bottom: 70px;
    }

    .dynamic-post-image {
        height: 145px;
    }

    .dynamic-item-content-block {
        padding: 20px;
        line-height: 20px;
    }

        .dynamic-item-content-block.blog-author {
            padding-bottom: 15px;
            padding-left: 20px;
        }

    .blog-post-link-title {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 20px;
    }

    .fixed-block-container-wrapper {
        padding-top: 20px;
    }

    .field {
        height: 40px;
        margin-bottom: 4px;
    }

    .quote-form {
        margin-bottom: 0;
    }

    .quote-section-wrapper {
        margin-bottom: 25px;
    }

    .blog-author-image {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .blog-author-title {
        font-size: 16px;
        line-height: 23px;
    }

        .blog-author-title.subtitle {
            margin-top: 0;
            margin-bottom: 11px;
            font-size: 10px;
        }

    .recent-blog-post-title {
        margin-bottom: 12px;
    }

    .recent-work-subtitle.large {
        font-size: 12px;
    }

    .project-image {
        height: auto;
    }

    .menu-button {
        background-color: #be5927;
    }

        .menu-button.w--open {
            background-color: #f77f4b;
        }

    .slider-nav {
        height: 90px;
    }

    .instructions-block-wrapper {
        padding: 20px;
    }

    .instructions-title {
        font-size: 20px;
        line-height: 26px;
    }

        .instructions-title._2 {
            font-size: 15px;
            line-height: 19px;
        }

    .instructions-col-left {
        padding-bottom: 10px;
    }

    .text-block-3 {
        padding-left: 0;
    }

    .footer-page-link.main, .list-item.foot {
        text-align: center;
    }

    .tollfree {
        top: -6px;
    }

    .sociallink {
        width: 35px;
    }

        .sociallink.test {
            width: 25px;
        }

    .paragraph-8.test {
        line-height: 25px;
    }

        .paragraph-8.test.v2.cetnter {
            font-size: 16px;
        }

        .paragraph-8.test.v2.quote {
            margin-left: 0;
        }

    .paragraph-8.newsroomv2 {
        font-size: 2.5rem;
    }

    .paragraph-8.center.white {
        line-height: 27px;
    }

    .clientsubheader {
        line-height: 32px;
    }

    .latestnewstitle.media.tab {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
    }

    .newsrightcol {
        height: 550px;
        text-align: center;
        border-left-style: none;
        display: block;
    }

    .mediacontactsname._2._3, .mediacontactstitle._2._3._4, .salesemail {
        text-align: center;
        margin-left: 0;
    }

    .clientlogosection._2 {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .clientlogosection.dist {
        padding-left: 10px;
        padding-right: 10px;
    }

    .client-logo-title {
        line-height: 33px;
    }

    .logos.testimony {
        height: 450px;
    }

    .logo {
        max-width: 100%;
    }

    .sliderbtmnav {
        position: static;
        bottom: 0;
        left: 0;
    }

    .serviceicon {
        max-width: 100%;
    }

    .connectheader.v3._1 {
        margin-bottom: 10px;
    }

    .socialicons {
        display: block;
    }

        .socialicons.v2 {
            width: 125px;
            clear: none;
            flex-flow: row;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            justify-content: space-around;
            align-items: flex-start;
            margin: 0 auto;
            padding-bottom: 0;
            display: flex;
            position: relative;
            bottom: 4px;
            right: auto;
            overflow: visible;
        }

            .socialicons.v2.mobile {
                flex-direction: row;
                display: none;
            }

            .socialicons.v2.rise {
                margin-bottom: 10px;
            }

                .socialicons.v2.rise.newer {
                    float: none;
                    justify-content: center;
                    margin-left: auto;
                    margin-right: auto;
                    display: flex;
                }

                    .socialicons.v2.rise.newer.leftside {
                        text-align: center;
                    }

        .socialicons.mobile {
            max-width: 150px;
            float: right;
            clear: none;
            flex-flow: column;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            display: inline-block;
            position: absolute;
            top: 16%;
            bottom: 0%;
            left: auto;
            right: 7%;
        }

        .socialicons.lp {
            display: flex;
        }

    .include-left-list {
        float: none;
        padding-left: 40px;
    }

    .disttagline {
        margin-bottom: 30px;
    }

    .distcont._1.btm {
        margin-bottom: 20px;
    }

    .distcont._1.frm {
        margin-top: 0;
    }

    .targetingsection {
        padding-top: 30px;
    }

    .team {
        width: 85px;
    }

    .teamdiv, .teamdiv.top, .teamdiv.btm {
        flex-wrap: nowrap;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .div-block.sales {
        text-align: center;
    }

    .loginbtm {
        text-align: center;
        margin-left: 0;
    }

    .newsroombutton {
        float: none;
    }

    .companyinfo {
        border-left-style: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .companyinfoimage {
        float: none;
    }

    .text-block-14._2._3 {
        margin-bottom: 1905px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: static;
    }

    .searchsubmit {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .datafeedsamples {
        height: 175px;
    }

    .pricins {
        max-width: 100%;
    }

    .priconblick {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .priconblick.mid {
            margin-bottom: 0;
        }

    .text-block-17 {
        text-align: center;
        margin-bottom: 20px;
        font-family: Myriadpro;
        font-size: 16px;
    }

    .text-span-9 {
        color: #0e3152;
        font-size: 22px;
    }

    .text-span-10 {
        color: #339ed8;
        font-size: 22px;
    }

    .text-span-11 {
        color: #f77f4b;
        font-size: 22px;
    }

    .targetbox {
        margin-bottom: 0;
    }

    .text-block-18 {
        margin-bottom: 20px;
    }

    .client-slider {
        height: 225px;
    }

    .slides {
        width: 100%;
    }

    .middle-option-box {
        margin-top: 30px;
    }

    .text-block-19._2 {
        margin-top: 0;
    }

    .teammember {
        width: 25%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .section-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .customnewsroombox {
        width: 100%;
        height: 500px;
    }

        .customnewsroombox.toprow {
            width: 100%;
        }

    .industrytitle {
        margin-bottom: 5px;
    }

    .dropdownmenu {
        float: left;
    }

    .dropdown-toggle {
        padding-left: 0;
    }

    .dropdown-link-2 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .dropdown-list-2.w--open {
        width: 200px;
        margin-right: 20px;
        display: block;
        left: 0;
        right: 0;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: auto;
    }

    .wwdhead {
        text-align: center;
    }

    .wwdcont {
        text-align: center;
        margin-bottom: 20px;
    }

    .lpimage {
        max-width: 50%;
        float: none;
    }

    .infotitle {
        clear: left;
        text-align: center;
    }

        .infotitle._2 {
            text-align: center;
            margin-top: 5px;
        }

            .infotitle._2.btm {
                text-align: left;
            }

    .companywebsite, .companyprofile {
        margin-left: 0;
    }

    .sharediv {
        width: 100%;
        text-align: left;
        border-top-style: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        display: block;
    }

        .sharediv.btm {
            margin-bottom: 0;
        }

    .sharelink {
        margin-left: 3px;
        margin-right: 3px;
    }

    .companywebsitelink, .companyprofilelink {
        text-align: center;
    }

    .articleheading {
        margin-top: 0;
        font-size: 25px;
        line-height: 1.5;
    }

    .articlecontent {
        margin-bottom: 0;
    }

    .articlelogo {
        width: 140px;
        height: 75px;
        max-height: none;
        margin-right: 0;
        display: none;
    }

        .articlelogo._2 {
            display: none;
        }

        .articlelogo.mobile {
            width: 100%;
            height: 75px;
            margin-bottom: 20px;
            margin-left: 10px;
            margin-right: auto;
            display: block;
        }

    .logodiv {
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .dropdown {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        display: block;
        position: relative;
    }

    .html-embed.stockinfoarticle {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .column-17 {
        border-right-style: none;
        display: block;
        position: relative;
        right: 0;
    }

    .exchangeinfodiv {
        margin-top: 0;
        bottom: 0;
        left: 0;
    }

    .stockwidgetdiv {
        height: 250px;
        align-items: flex-start;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

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

    .newsroomsearch {
        float: left;
        margin-bottom: 5px;
        position: static;
    }

    .search-button {
        top: 26px;
        bottom: 0;
    }

        .search-button.v2 {
            top: 0;
            left: 175px;
            right: 0;
        }

    .formdivblock {
        padding-left: 0;
        padding-right: 10px;
    }

    .row-7 {
        margin-left: auto;
        margin-right: auto;
        padding-right: 10px;
        display: block;
    }

    .countrydiv._2 {
        padding-right: 20px;
        display: none;
    }

    .accesswire-mainlogo {
        width: 100px;
        max-width: none;
        padding-left: 0;
    }

    .body.test {
        padding-right: 0;
    }

    .tellmystory {
        width: 90px;
        height: 30px;
        max-width: none;
        float: none;
        clear: none;
        margin-bottom: 0;
        margin-right: 0;
        padding: 2px 5px;
        font-size: 12px;
        position: static;
        top: 12%;
        bottom: auto;
        left: auto;
        right: 18%;
    }

        .tellmystory.w--current {
            float: none;
            clear: none;
            margin-right: 5px;
            position: static;
            top: 0;
            left: 35%;
            right: 0;
        }

    .login {
        float: right;
        clear: none;
        text-align: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
        font-family: Avenir webfont, Tahoma, sans-serif;
        font-size: 12px;
        display: inline-block;
        position: static;
        top: 12%;
    }

    .logindiv {
        margin-top: 20px;
        padding-right: 0;
    }

    .footertest {
        height: auto;
        text-align: center;
        display: block;
        position: static;
    }

        .footertest.mobile {
            height: auto;
            text-align: left;
            flex-direction: row;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            display: flex;
            position: relative;
            left: 0%;
        }

    .footerline {
        margin-bottom: 10px;
        display: none;
    }

    .linediv {
        text-align: center;
        margin-bottom: 5px;
    }

    .headerbtn.mobile {
        width: 75%;
    }

    .headerbtn.newsroom {
        width: 200px;
    }

        .headerbtn.newsroom.v2 {
            width: 80%;
        }

            .headerbtn.newsroom.v2.mid {
                width: 100%;
            }

    .headerbtn.v2 {
        width: 100%;
        margin-right: 0;
    }

        .headerbtn.v2.request {
            width: 100%;
        }

        .headerbtn.v2.buy {
            width: 90%;
        }

    .headertestdiv {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

        .headertestdiv.log {
            margin-bottom: 100px;
        }

        .headertestdiv.home {
            padding-right: 0;
        }

        .headertestdiv.newsroom {
            width: 97%;
            margin-left: 10px;
            margin-right: 10px;
            padding-right: 10px;
        }

            .headertestdiv.newsroom.new {
                margin-left: auto;
                margin-right: auto;
            }

        .headertestdiv.res {
            padding-left: 10px;
        }

            .headertestdiv.res.mob {
                padding-left: 0;
            }

        .headertestdiv.prod {
            padding-left: 10px;
        }

            .headertestdiv.prod.mob {
                padding-left: 0;
            }

        .headertestdiv.reglp {
            padding-left: 10px;
        }

    .contentsection {
        margin-bottom: 0;
    }

    .bluenewsroomcallout {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .circlediv.mobile {
        margin-bottom: 20px;
    }

    .bluetextdiv {
        width: auto;
    }

    .clientexampletitle {
        text-align: left;
        margin-bottom: 0;
        display: block;
    }

        .clientexampletitle.mobile {
            display: block;
        }

    .areyoureadydiv {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tellstorytxt {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .readydiv {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .readybtn {
        clear: none;
    }

    .whowearediv._2._3 {
        margin-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .whoimage {
        width: 100%;
        height: auto;
        display: none;
    }

    .aboutsubtitle {
        line-height: 33px;
    }

        .aboutsubtitle.prod {
            text-align: left;
        }

            .aboutsubtitle.prod._2 {
                text-align: left;
                margin-bottom: 20px;
            }

    .grid.offers {
        width: 100%;
        grid-template: "."
            "."
            "."
            "."
            "."
            "."
            / 1fr;
        grid-auto-columns: 1fr;
        align-content: stretch;
        justify-content: stretch;
        justify-items: stretch;
    }

    .offerimages {
        float: left;
        text-align: center;
        display: block;
    }

    .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsroomtitle {
        float: none;
        text-align: left;
        margin-bottom: 10px;
        display: block;
        position: static;
    }

    .languages {
        width: 145px;
        float: left;
        margin-bottom: 20px;
    }

        .languages._2 {
            width: 145px;
            margin-bottom: 0;
            margin-right: 0;
            padding-left: 20px;
        }

            .languages._2.language {
                width: 100%;
                margin-bottom: 20px;
            }

                .languages._2.language.v2 {
                    float: none;
                    margin-bottom: 10px;
                    margin-left: auto;
                    margin-right: auto;
                }

            .languages._2.v2 {
                float: none;
                margin-bottom: 10px;
                margin-left: auto;
                margin-right: auto;
                padding-left: 10px;
            }

        .languages.v2 {
            float: none;
            margin-left: auto;
            margin-right: auto;
            right: 0;
        }

    .icon-7 {
        color: #959ca2;
    }

    .articlev2.dark, .articlev2.light {
        padding-left: 20px;
    }

    .articlev2.companyheader {
        height: auto;
        border-radius: 0;
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        display: none;
    }

    .articletextdiv {
        width: auto;
    }

    .articlelogoimage {
        max-height: 95%;
        max-width: 95%;
    }

    .rightsfootercontainer {
        clear: none;
    }

        .rightsfootercontainer._2 {
            margin-bottom: 0;
            padding: 20px 10px 40px;
        }

    .form-block-3 {
        float: none;
        clear: none;
        margin-left: auto;
        margin-right: auto;
        display: none;
        position: relative;
        top: 1px;
        left: -42px;
    }

    .pagetitle {
        margin-left: 0;
    }

        .pagetitle.news {
            padding-left: 20px;
        }

        .pagetitle.tellmobile {
            margin-left: 0;
        }

        .pagetitle.res, .pagetitle.prod {
            margin-left: 10px;
        }

            .pagetitle.prod._2 {
                margin-left: 0;
            }

    .tellstory {
        padding-left: 0;
        padding-right: 0;
    }

    .tellmystorybubble.create {
        width: 100%;
        height: 130px;
        border-radius: 125px;
        display: none;
    }

        .tellmystorybubble.create.nonselect {
            height: auto;
            border-radius: 0;
            flex-flow: wrap;
            align-content: flex-end;
            margin-bottom: 20px;
            padding: 20px 0;
            display: flex;
        }

    .tellmystorybubble.tms {
        display: none;
    }

    .releasetype {
        text-align: left;
        margin-bottom: 40px;
        display: inline-block;
    }

        .releasetype.blue {
            text-align: center;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .releasetype.price {
            font-size: 30px;
        }

        .releasetype.pricemobile {
            float: right;
            font-size: 30px;
        }

            .releasetype.pricemobile._2 {
                color: #00467f;
            }

        .releasetype.bluemobile {
            color: #2f373c;
        }

    .getstartedbtn {
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: static;
        left: 61px;
    }

        .getstartedbtn:hover {
            color: #fff;
            border-color: #fff;
        }

        .getstartedbtn.blue.ns {
            width: 150px;
            display: block;
        }

        .getstartedbtn._2 {
            color: #959ca2;
            border-color: #959ca2;
        }

    .storyrightside {
        width: 100%;
        text-align: center;
    }

    .startingat {
        float: right;
        font-weight: 300;
        display: inline-block;
        position: relative;
        top: -20px;
        right: 2px;
    }

    .pricenew {
        float: right;
        font-weight: 500;
        display: inline-block;
        position: relative;
        top: -38px;
    }

        .pricenew.create {
            margin-bottom: 0;
        }

            .pricenew.create.ns {
                margin-left: 5px;
                position: static;
                top: 13px;
            }

        .pricenew._2 {
            margin-top: 50px;
            top: -45px;
            right: -51px;
        }

    .perrelease {
        margin-left: 0;
        font-weight: 300;
        right: -8px;
    }

    .storybody {
        margin-bottom: 20px;
    }

        .storybody.create {
            margin-bottom: 0;
        }

            .storybody.create.ns {
                display: block;
            }

    .formcreateaccount, .formcreateaccount.request, .formcreateaccount._2 {
        width: 100%;
    }

    .contactinfo.deals {
        margin-bottom: 20px;
        margin-left: 0;
        line-height: 27px;
    }

    .textfield1 {
        width: 100%;
        border-radius: 150px;
        padding-left: 20px;
    }

        .textfield1.phonefield {
            padding-left: 40px;
        }

    .formdiv {
        padding-left: 0;
        padding-right: 0;
    }

        .formdiv.pw {
            width: 95%;
        }

    .flag._2 {
        margin-bottom: 0;
        margin-right: 0;
        padding-bottom: 0;
        top: 6px;
        bottom: 6px;
        left: 6px;
    }

    .flag.mobile {
        z-index: 9999;
        height: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
        display: inline-block;
        position: relative;
        top: 5px;
        left: 5px;
    }

    .phoneemail {
        margin-left: 3px;
    }

    .contactdrop {
        background-color: #fff;
        margin-left: 6px;
    }

        .contactdrop.country {
            width: 95%;
            margin-left: 6px;
        }

    .column-23 {
        padding-left: 0;
        padding-right: 0;
    }

    .left {
        margin-left: 0;
    }

    .nextbtn.create, .goback {
        float: left;
        display: block;
    }

    .loginformdiv {
        width: 100%;
    }

    .section-3 {
        float: none;
        clear: none;
        margin-bottom: 0;
        padding-bottom: 0;
        position: static;
        bottom: 223px;
    }

    .brand-3 {
        padding-left: 0;
    }

        .brand-3.w--current {
            width: 100px;
            height: auto;
            padding-left: 0;
        }

    .forgotpasswordpop.auth.pop {
        flex-direction: row;
        align-items: center;
    }

    .forgotpasswordform {
        top: -132px;
    }

    .form {
        height: auto;
        border-radius: 0;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .form.auth {
            margin-top: auto;
            position: relative;
            top: 139px;
        }

            .form.auth.pop {
                min-width: 300px;
                top: 140px;
            }

    .closebtn {
        top: 0%;
        right: 3%;
    }

    .link-block-5 {
        margin-left: 20px;
    }

        .link-block-5._2 {
            display: none;
        }

            .link-block-5._2.v2 {
                display: flex;
            }

    .mentioned {
        padding-left: 20px;
        font-size: 13px;
    }

        .mentioned._2 {
            display: none;
        }

    .articlecontainer {
        padding-left: 0;
        padding-right: 0;
    }

    .exchange {
        clear: none;
        margin-right: 20px;
        display: inline-block;
    }

        .exchange._2 {
            text-align: left;
            margin-right: 32px;
        }

    .companyinfodiv {
        display: none;
    }

    .stockinfodiv {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .stockprice2 {
        text-align: center;
        font-size: 20px;
        display: block;
    }

    .priceadjust {
        float: right;
        font-size: 14px;
    }

    .arrow {
        width: 14px;
        height: 14px;
        float: left;
        margin-top: 0;
    }

    .articletype2 {
        margin-left: 0;
    }

    .articleheading2 {
        padding-left: 0;
        padding-right: 20px;
    }

        .articleheading2.bind.update {
            margin-right: 0;
            padding-right: 0;
        }

    .timedate {
        margin-left: 0;
    }

    .articlesubheadline {
        margin-left: 0;
        margin-right: 20px;
        padding-right: 0;
    }

        .articlesubheadline.bind.update {
            margin-right: 0;
        }

    .articlecopy {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .socialsharediv {
        padding-left: 0;
    }

    .section-4.article-u-pdate {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-25 {
        margin-top: 0;
        padding-left: 0;
    }

    .clientdiv {
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .column-26 {
        margin-top: 20px;
        padding-right: 20px;
    }

    .columns-11 {
        flex-wrap: wrap;
    }

    .columns-12 {
        display: block;
    }

    .rtcol {
        display: none;
    }

    .mobilenavabout {
        margin-right: 5px;
        padding: 5px 0;
        font-size: 14px;
    }

        .mobilenavabout.log {
            float: right;
            color: #00467f;
            border-bottom-style: none;
        }

        .mobilenavabout.current {
            margin-right: 5px;
        }

    .mobilenav {
        margin-left: 0;
    }

    .column-28 {
        margin-bottom: 10px;
        padding-left: 20px;
        display: block;
    }

    .mobilesectiontab {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bluepillsection {
        padding-bottom: 0;
    }

    .columns-15 {
        display: block;
    }

    .clientsuccesdiv {
        margin-bottom: 0;
    }

    .columns-16 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .spacerdiv {
        height: 155px;
        display: block;
    }

    .columns-17 {
        padding-right: 0;
    }

    .sectiontop {
        padding-left: 20px;
    }

    .bluesectionabout {
        padding-left: 20px;
        padding-right: 20px;
    }

    .offersection {
        padding-left: 0;
        padding-right: 0;
    }

    .spacerdivabout {
        height: 175px;
        display: block;
    }

    .container-7 {
        display: block;
    }

    .newsroombluediv {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-41 {
        display: none;
    }

    .container-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobilenewstopbar {
        width: 100%;
        text-align: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .mobiletopicssection {
        width: 100%;
        justify-content: space-between;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobileindustrydrop, .topicsdropdown {
        width: 130px;
    }

    .column-42 {
        padding-left: 0;
    }

    .mobilecolumnsarticle {
        margin-bottom: 20px;
        padding-right: 30px;
        display: block;
    }

    .articlecompanyname {
        color: #fff;
        margin-bottom: 20px;
        padding-left: 20px;
        font-family: Avenir roman webfont, Tahoma, sans-serif;
        font-size: 20px;
        display: block;
    }

    .stockinfodivmobile {
        width: 135px;
        height: 50px;
        background-color: #00467f;
        border-radius: 125px;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: Avenir webfont, Tahoma, sans-serif;
        display: none;
    }

    .column-43 {
        padding-left: 0;
        padding-right: 10px;
    }

    .tickerdivmobile {
        width: 140px;
        height: 75px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .exhange {
        display: inline-block;
    }

    .columns-20 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .column-44 {
        display: block;
    }

    .symboldiv {
        width: auto;
        float: none;
        clear: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .text-block-30 {
        color: #ddd;
        font-family: Avenir webfont, Tahoma, sans-serif;
    }

    .symboltxt {
        float: none;
        clear: none;
        color: #ddd;
        font-family: Avenir webfont, Tahoma, sans-serif;
        display: inline-block;
    }

    .div-block-7 {
        display: inline-block;
    }

    .tickerinfodiv {
        width: 200px;
        text-align: left;
        margin-left: 20px;
        margin-right: auto;
        display: inline-block;
    }

    .companyinfodivarticle {
        width: 100%;
        background-color: #1e88e5;
        margin-bottom: 0;
        padding: 20px 0 0;
        display: block;
    }

        .companyinfodivarticle._2 {
            display: none;
            overflow: scroll;
        }

    .infoticker {
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto 0 0;
        padding-left: 0;
        display: block;
    }

    .column-45 {
        display: block;
    }

    .columns-21 {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        display: none;
    }

    .column-46 {
        padding-left: 0;
        display: none;
    }

    .languageselection {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }

    .languagedrop {
        width: 200px;
        height: 45px;
        border: 1px solid #ddd;
        border-radius: 125px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

    .text-block-31 {
        color: #959ca2;
        font-size: 14px;
    }

    .icon-9 {
        margin-left: 168.469px;
        margin-right: 0;
        top: 0%;
        bottom: 0%;
        left: 0;
        right: -65%;
    }

    .dropdown-toggle-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
    }

    .tellmystorycontainer {
        margin-left: auto;
        margin-right: auto;
    }

    .stellstorymobile {
        background-color: #1e88e5;
        margin-bottom: 10px;
        padding: 30px 20px;
        display: block;
    }

        .stellstorymobile._2 {
            background-color: #ff8524;
            margin-bottom: 60px;
            display: block;
        }

    .dropdown-link-8 {
        color: #00467f;
        background-color: #f5f5f5;
        margin-top: 0;
        padding-bottom: 10px;
        padding-left: 50px;
        font-size: 14px;
    }

    .countrydivdrop {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .countrydropdiv {
        background-color: #f5f5f5;
        display: flex;
        position: static;
    }

    .column-48, .column-49 {
        padding-left: 0;
        padding-right: 0;
    }

    .container-10 {
        margin-left: auto;
        margin-right: auto;
    }

    .column-50, .column-51, .column-52, .column-53, .column-54, .column-55 {
        padding-left: 0;
        padding-right: 0;
    }

    .column-56 {
        padding-left: 0;
    }

    .mainnavdiv {
        padding-left: 0;
        padding-right: 0;
    }

    .column-59, .column-60, .container-11 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-2 {
        margin-right: 20px;
    }

    .container-12 {
        margin-bottom: 0;
    }

    .mobilequote {
        padding-left: 40px;
        padding-right: 40px;
    }

    .selectblue {
        text-align: left;
        background-color: #1e88e5;
        margin-bottom: 10px;
        padding: 40px 20px;
        display: block;
    }

        .selectblue.grey {
            background-color: #ddd;
        }

    .text-block-33 {
        padding: 20px;
    }

    .length {
        color: #ddd;
        font-size: 15px;
        font-weight: 300;
    }

        .length._2 {
            color: #959ca2;
        }

    .included {
        color: #fff;
        margin-top: 0;
        font-size: 14px;
    }

        .included._2 {
            color: #959ca2;
        }

    .includedtext {
        color: #fff;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 300;
    }

        .includedtext._2 {
            color: #959ca2;
        }

    .recaptcha {
        float: right;
        clear: both;
        margin-right: 10px;
    }

    .form-block-4 {
        display: none;
    }

    .mobileformsubmitsection {
        display: block;
    }

        .mobileformsubmitsection._2 {
            margin-bottom: 100px;
            display: block;
        }

    .recaptcha-2 {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .nextbtnmobile {
        width: 150px;
        float: right;
        clear: none;
        text-align: center;
        background-color: #ff8524;
        border: 1px solid #ff8524;
        border-radius: 125px;
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 16px;
    }

        .nextbtnmobile:hover {
            background-color: rgba(0, 0, 0, 0);
        }

    .gobackmobile {
        float: right;
        color: #00467f;
        margin-top: 10px;
        margin-right: 20px;
        font-size: 16px;
        display: inline-block;
    }

    .link-23 {
        margin-right: 10px;
    }

    .form-block-5 {
        margin-bottom: 30px;
    }

    .column-66 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobiletickerinfo {
        width: 100%;
        background-color: #00467f;
        margin-top: 10px;
        padding: 10px 20px;
    }

    .mobilepricediv {
        width: 100%;
        height: auto;
        text-align: center;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 0;
        display: flex;
    }

    .mobilepercentage {
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
        display: flex;
    }

    .columns-27 {
        margin-top: 20px;
        margin-left: 0;
    }

    .column-67 {
        padding-left: 20px;
    }

    .toparticlesection {
        display: block;
    }

    .column-68 {
        padding-left: 0;
        padding-right: 0;
    }

    .bolderprr {
        margin-bottom: 20px;
    }

    .column-69 {
        padding-left: 0;
        padding-right: 0;
    }

    .prlist {
        padding-left: 30px;
    }

    .heading-2.center.anw {
        line-height: 37px;
    }

    .aboutwhodiv.awlp {
        padding-left: 10px;
    }

        .aboutwhodiv.awlp.cx {
            padding-left: 0;
        }

    .whodiv, .whodiv.lft {
        padding-left: 10px;
    }

    .whoandwhatheag._2 {
        padding-left: 0;
    }

    .whoclientlogo {
        width: 110px;
        border-radius: 17px;
        margin-left: 2px;
        margin-right: 2px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .whologo {
        max-width: 65px;
    }

    .signupform-custnewsroom {
        left: 0%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .g2embedcode {
        justify-content: space-between;
    }

    .placeholder {
        height: 110px;
    }

        .placeholder._2 {
            height: 138px;
        }

    .distpartner {
        text-align: center;
    }

        .distpartner.link {
            width: 50%;
        }

    .tellmystorytabs {
        text-align: center;
        flex-flow: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        display: flex;
    }

    .tab-link-tab-2-2 {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .tab-link-tab-2-2.w--current {
            width: auto;
            margin-left: 0;
            margin-right: 0;
        }

    .tab-link-tab-1-2 {
        text-align: center;
        margin-bottom: 0;
        margin-right: 0;
    }

        .tab-link-tab-1-2.w--current {
            width: auto;
            text-align: center;
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
            display: inline-block;
        }

    .priceoption {
        margin-left: auto;
        margin-right: auto;
    }

        .priceoption.mid.partlogo {
            height: auto;
            border-right-width: 2px;
            padding-bottom: 4px;
        }

            .priceoption.mid.partlogo.topline2.feature2.side, .priceoption.mid.partlogo.topline2.top.side {
                display: none;
            }

            .priceoption.mid.partlogo.btm.end {
                margin-bottom: 20px;
            }

                .priceoption.mid.partlogo.btm.end.d3.b1 {
                    height: auto;
                    border-bottom-right-radius: 15px;
                    border-bottom-left-radius: 15px;
                }

            .priceoption.mid.partlogo.onlineonly {
                background-color: #00467f;
                border-right-style: solid;
                border-right-width: 2px;
            }

                .priceoption.mid.partlogo.onlineonly.blank {
                    display: none;
                }

                .priceoption.mid.partlogo.onlineonly._2 {
                    text-align: center;
                    border-left-style: solid;
                    border-left-width: 1px;
                    border-right-style: solid;
                    border-top-right-radius: 15px;
                    justify-content: center;
                }

                    .priceoption.mid.partlogo.onlineonly._2.rt {
                        border-left-style: solid;
                        border-top-left-radius: 15px;
                        justify-content: center;
                    }

            .priceoption.mid.partlogo.d1.b1 {
                height: auto;
                border-right-style: solid;
                border-right-width: 1px;
                border-bottom-right-radius: 15px;
                margin-left: 0;
            }

            .priceoption.mid.partlogo.d2.b1 {
                height: auto;
            }

        .priceoption.mid.topline {
            height: auto;
            border-left-width: 2px;
            padding-bottom: 4px;
        }

            .priceoption.mid.topline.call {
                height: auto;
                border-bottom-width: 2px;
                padding-bottom: 10px;
                display: block;
            }

                .priceoption.mid.topline.call.end {
                    border-bottom-width: 2px;
                    margin-bottom: 20px;
                }

            .priceoption.mid.topline.btm.end {
                height: auto;
                margin-bottom: 20px;
            }

                .priceoption.mid.topline.btm.end.d3.b2 {
                    height: auto;
                    border-bottom-right-radius: 15px;
                    border-bottom-left-radius: 15px;
                }

            .priceoption.mid.topline.d1.b1 {
                height: auto;
                border-left-style: solid;
                border-left-width: 1px;
                border-bottom-right-radius: 15px;
                border-bottom-left-radius: 15px;
                margin-left: 0;
            }

            .priceoption.mid.topline.d2.b1 {
                height: auto;
            }

        .priceoption.topleft {
            border-right-width: 2px;
            display: block;
        }

            .priceoption.topleft._2 {
                height: auto;
                border-left-width: 2px;
                display: block;
            }

                .priceoption.topleft._2.b1 {
                    border-left-style: solid;
                    border-left-width: 1px;
                }

            .priceoption.topleft._3 {
                display: none;
            }

            .priceoption.topleft.b1 {
                border-right-style: solid;
                border-right-width: 1px;
            }

        .priceoption.topright {
            border-top-width: 2px;
            border-left-width: 2px;
            border-right-width: 2px;
        }

        .priceoption.topmiddle {
            border: 1px solid #ddd;
            border-width: 1px 2px;
        }

    .optiontitle {
        font-size: 18px;
    }

        .optiontitle.wht {
            border-left: 1px #00467f;
        }

    .tabdiv {
        flex-flow: column wrap;
        align-items: center;
        margin-left: 0;
    }

    .optionprice.onlineonly {
        color: #00467f;
        text-align: center;
        display: none;
        right: auto;
    }

        .optionprice.onlineonly._2 {
            display: block;
        }

    .optionprice.type {
        color: #be5927;
        margin-bottom: 10px;
        font-size: 18px;
        display: block;
    }

    .column-76 {
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }

        .column-76.abo {
            left: 0;
        }

    .column-77 {
        text-align: left;
    }

    .column-78 {
        display: none;
    }

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

    .column-81 {
        margin-bottom: 0;
    }

    .footlink.editorial {
        display: none;
    }

    .footercontainer, .column-82 {
        text-align: center;
    }

    .pricecolumn {
        width: 100%;
        margin-top: 10px;
    }

        .pricecolumn.mob {
            display: none;
        }

    .lpsubhead.q {
        margin-bottom: 10px;
    }

    .lph1.buynow {
        text-align: left;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 38px;
        display: flex;
        position: relative;
    }

    .section-8 {
        padding-right: 20px;
    }

        .section-8.update {
            padding-right: 0;
        }

    .bold-text-9 {
        line-height: 27px;
    }

    .optionselect {
        color: #fff;
        background-color: #00467f;
        border-radius: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .optionselect:hover {
            color: #fff;
            background-color: #be5927;
        }

    .footerdiv {
        width: 100%;
        text-align: center;
        flex-flow: column wrap;
        align-content: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        overflow: visible;
    }

    .contactdiv {
        width: 100%;
        margin-right: 0;
    }

        .contactdiv.email {
            width: 100%;
            height: auto;
            float: none;
            clear: none;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            text-align: center;
            object-fit: fill;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            margin-bottom: 10px;
            font-size: 11px;
            display: inline-block;
            position: static;
            overflow: visible;
        }

    .image-20 {
        display: inline-block;
    }

    .line {
        display: none;
    }

    .logintelldiv {
        width: auto;
        display: block;
    }

    .enhancementdiv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sliderselect {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .sliderbarpricing {
        width: 100%;
    }

    .slderdiv {
        width: 100%;
        margin-top: 40px;
    }

    .slidercolumns {
        width: 100%;
    }

    .packageselect._1, .packageselect._3 {
        text-align: center;
    }

    .pricecolumnnew, .pricecolumnnew.best {
        width: 100%;
    }

        .pricecolumnnew._2 {
            width: 100%;
            margin-bottom: 20px;
        }

    .pricesection2 {
        min-height: auto;
    }

    .pricesectionbtm {
        height: 100px;
        align-items: flex-start;
    }

        .pricesectionbtm.best {
            height: 100px;
        }

    .factsdiv {
        clear: none;
        text-align: left;
        position: static;
    }

    .column-88 {
        clear: none;
        padding-left: 0;
    }

    .slidertabs {
        width: 100%;
    }

    .moreinfodivpop {
        top: 0%;
    }

    .moreinfocolumn.in {
        width: 100%;
        border-top-right-radius: 0;
        margin-bottom: 5px;
    }

        .moreinfocolumn.in._2 {
            width: 100%;
            border-bottom-left-radius: 0;
        }

    .moreinfocolumn.rt {
        width: 100%;
        border-bottom-left-radius: 10px;
    }

    .moreinfocolumn.lft {
        width: 100%;
        border-top-right-radius: 10px;
        margin-bottom: 5px;
    }

    .whatsincludeddiv {
        width: 100%;
    }

    .infotext {
        font-size: 14px;
    }

        .infotext._2 {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 12px;
        }

    .rowpop {
        height: 50px;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

        .rowpop.g {
            height: 50px;
            padding-right: 0;
        }

            .rowpop.g.tall {
                height: 75px;
                padding-right: 0;
            }

            .rowpop.g.l, .rowpop.l {
                padding-left: 5px;
            }

    .bold-text-10 {
        font-size: 12px;
    }

    .contactform {
        right: 0;
    }

    .infoboxall.v2 {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .aticlecontainerleft {
        padding-top: 20px;
        padding-right: 10px;
    }

        .aticlecontainerleft.update {
            padding-right: 0;
        }

    .resourcedivlittle.rightside {
        width: 45%;
        margin-left: 0;
    }

    .bottomplaceholder {
        height: 35px;
        display: none;
    }

    .full-option-tab-column._2.update2, .full-option-tab-column.update2, .full-option-tab-column.public-ecom {
        width: 100%;
    }

    .option-price {
        font-size: 28px;
    }

    .option-content-1-div.update2, .option-content-1-div.update2.list {
        height: auto;
    }

    .tabs-menu-2.options {
        max-width: 100%;
        text-align: center;
        flex-direction: row;
        align-items: center;
        margin-right: 16px;
        display: flex;
    }

        .tabs-menu-2.options.update2 {
            clear: none;
            object-fit: fill;
            align-self: auto;
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            overflow: visible;
        }

    .option-tab-link {
        justify-content: center;
        align-items: center;
        padding-left: 10px;
        padding-right: 15px;
        display: block;
    }

        .option-tab-link.w--current {
            padding-left: 15px;
            padding-right: 10px;
        }

    .tab-link-mid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tab-link-right {
        padding-left: 10px;
        padding-right: 20px;
    }

    .mostpop {
        float: right;
        margin-left: 10px;
    }

    .text-block-49, .text-block-50, .text-block-51 {
        text-align: center;
        font-size: 12px;
    }

    .column-90 {
        padding-left: 0;
    }

    .column-93 {
        display: none;
    }

    .bold-text-11, .bold-text-12 {
        text-align: left;
    }

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

    .rightdiv, .testdrivelist {
        margin-bottom: 20px;
    }

    .winds {
        font-size: 20px;
    }

        .winds._2 {
            line-height: 15px;
        }

    .weget {
        text-align: left;
        margin-bottom: 20px;
        line-height: 1em;
    }

    .wegetsmall {
        margin-top: 10px;
        display: block;
    }

    .column-97 {
        padding-left: 0;
        padding-right: 0;
    }

        .column-97.testcolrt._32 {
            padding-left: 0;
        }

    .thankyouimage {
        max-width: 100%;
    }

        .thankyouimage.sub {
            right: auto;
        }

    ._404title.oops {
        margin-bottom: 40px;
        font-size: 25vw;
    }

    ._5for.big {
        font-size: 65px;
    }

    .column-101 {
        margin-bottom: 40px;
    }

    .ordersummarydiv, .lpupdatediv {
        width: 100%;
    }

    .lptabs._2 {
        text-align: center;
        justify-content: center;
    }

    .lppriceone {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pakagetypelp {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }

    .dolloarsign {
        flex-direction: row;
        display: block;
    }

    .innerleftlp {
        width: 100%;
    }

    .lptab1 {
        padding-left: 10px;
        padding-right: 10px;
    }

        .lptab1.w--current {
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px;
        }

    .lptab2 {
        text-align: center;
    }

        .lptab2.w--current {
            padding-left: 10px;
            padding-right: 10px;
        }

    .lptab3, .text-block-55, .copyrightupdate {
        text-align: center;
    }

    .text-span-24 {
        margin-right: 10px;
    }

    .zendesk-chat-div {
        display: flex;
    }

    .widgetholder {
        display: none;
    }

    .tabs-2 {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .chatcolumn {
        margin-bottom: 20px;
    }

    .mobilechat {
        display: block;
    }

    .html-embed-8 {
        margin-bottom: 20px;
        display: block;
    }

    .othertile {
        width: 100%;
    }

    .othersertvicesdiv {
        flex-direction: column;
        align-items: center;
    }

    .registertext {
        margin-top: 40px;
    }

    .chartimage {
        display: none;
    }

    .image-23 {
        width: 45%;
    }

    .htmlbasdge {
        width: 50%;
    }

        .htmlbasdge.anw {
            width: 26%;
        }

    .container-16 {
        max-width: none;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .suite-box, .suite-box.first {
        margin-bottom: 10px;
    }

    .columns-40 {
        background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/journalists-slice.png');
        background-position: 0 0, 0 0;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

        .columns-40.customer {
            background-image: linear-gradient(rgba(245, 245, 245, .85), rgba(245, 245, 245, .85)), url('../images/customers-slice.png');
            background-position: 0 0, 50% 100%;
            background-repeat: repeat, no-repeat;
            background-size: auto, cover;
        }

        .columns-40.employee {
            background-image: linear-gradient(rgba(245, 245, 245, .85), rgba(245, 245, 245, .85)), url('../images/employees-slice.png');
            background-position: 0 0, 0 0;
            background-repeat: repeat, no-repeat;
            background-size: auto, cover;
        }

        .columns-40.inestpr {
            background-image: linear-gradient(rgba(245, 245, 245, .85), rgba(245, 245, 245, .85)), url('../images/nvestor-slice.png');
            background-position: 0 0, 50%;
            background-repeat: repeat, no-repeat;
            background-size: auto, cover;
        }

    .newsroomsuite {
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-question-mg, .column-103, .column-104, .column-105, .column-106 {
        display: none;
    }

    .column-110.mid.d {
        padding-left: 0;
    }

    .formpopnewsroom {
        width: 100%;
    }

    .v2navdrop {
        display: block;
    }

    .v2-navtoggle, .v2-nav-link.end {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nav-menu-v2 {
        border-bottom-style: solid;
    }

    .dropdown-list-8.w--open {
        z-index: auto;
    }

    .drop-link-v2, .drop-link-v2.w--current {
        text-align: right;
    }

    .section-9 {
        padding-top: 120px;
        padding-bottom: 20px;
    }

        .section-9.hero.inner.proptimizer {
            background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/Accesswire_Hero_Chess_animate.gif');
            background-position: 0 0, 70%;
            background-repeat: repeat, no-repeat;
            background-size: auto, cover;
        }

        .section-9.gradient.review {
            background-image: linear-gradient(181deg, #ddd, #fff 39%);
            background-position: 0 0;
            background-repeat: repeat;
            background-size: auto;
        }

        .section-9.new.pdm.anw {
            padding-left: 20px;
            padding-right: 20px;
        }

    .connect-farther {
        font-size: 20px;
        display: block;
    }

        .connect-farther.hide-desktop {
            font-size: 28px;
        }

        .connect-farther._2 {
            margin-bottom: 20px;
            font-size: 30px;
        }

        .connect-farther.center {
            width: 100%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            display: block;
            position: relative;
        }

            .connect-farther.center.white.btm {
                width: 80%;
            }

            .connect-farther.center.white.v2 {
                font-size: 25px;
            }

            .connect-farther.center.black {
                margin-bottom: 0;
                font-size: 23px;
            }

                .connect-farther.center.black.purple {
                    margin-top: 0;
                }

                .connect-farther.center.black.thin {
                    font-size: 25px;
                }

        .connect-farther._32 {
            font-size: 28px;
        }

        .connect-farther.mobile {
            margin-bottom: 0;
        }

        .connect-farther.blackbtm {
            line-height: .9em;
        }

    .better {
        width: 100%;
        float: none;
        direction: ltr;
        letter-spacing: 0;
        text-transform: none;
        white-space: normal;
        padding-right: 0;
        font-size: 20px;
        position: relative;
    }

        .better._2 {
            font-size: 30px;
        }

        .better._32 {
            font-size: 28px;
        }

    .connect-holder {
        padding-right: 0;
    }

        .connect-holder.hide-mobile, .connect-holder.only-phone {
            display: block;
        }

    .v2-button-holder {
        flex-direction: column;
    }

    .scale-image {
        max-width: 100%;
    }

    .connecttitles, .better-v2 {
        font-size: 30px;
    }

    .no-extras {
        flex-wrap: wrap;
    }

    .no-extra-tile {
        width: 100%;
        border: 1px #000;
        margin-bottom: 20px;
    }

        .no-extra-tile.end {
            width: 100%;
            margin-bottom: 0;
        }

    .div-block-35, .div-block-35.fisrt {
        padding-bottom: 0;
    }

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

    .image-25 {
        max-width: 100%;
    }

    .client-holder {
        justify-content: space-between;
    }

    .client-tile {
        width: 33%;
    }

        .client-tile.gs {
            width: 33%;
            margin-bottom: 20px;
        }

    .tagline-holder {
        width: 100%;
        text-align: left;
        position: relative;
    }

    .collaborate-table-holder {
        margin-top: 0;
    }

    .html-embed-10 {
        display: none;
    }

    .quote-cirlce {
        margin-bottom: 20px;
    }

    .div-block-38 {
        max-width: 95%;
        flex-direction: column;
    }

    .nametitle {
        line-height: 20px;
    }

    .html-embed-11 {
        margin-left: auto;
        margin-right: auto;
    }

    .html-embed-13, .html-embed-14 {
        margin-top: 10px;
    }

    .div-block-43 {
        width: 100%;
        flex-wrap: wrap;
        display: block;
    }

    .headerv2 {
        color: #be5927;
        text-align: center;
        font-size: 20px;
    }

    .blue-bolder {
        color: #00467f;
        font-weight: 900;
    }

    .hero-btn {
        width: 275px;
    }

    .dropdown-toggle-6 {
        width: 100%;
    }

    .press-release-sample-holder {
        width: 84%;
        float: right;
    }

    .div-block-44._2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .pr-template-block {
        border-left-style: none;
        border-right-style: none;
        flex-direction: column;
        padding-right: 0;
    }

    .title-side {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-right-style: none;
        align-self: stretch;
        margin-right: 0;
    }

    .columns-52, .newsroom-ecom-suite {
        flex-direction: column;
    }

    .suite-choice-holder {
        width: 100%;
    }

    .suite-title {
        top: -1%;
        left: 25%;
    }

    .register-text-field.password {
        width: 75%;
    }

    .perfdiv {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-choice {
        margin-left: 0;
    }

    .payment-choice {
        flex-direction: column;
    }

    .toggle-monthly, .toggle-annually {
        width: 100%;
        border-radius: 6px;
    }

    .number-holder {
        left: -65px;
    }

    .grey-line {
        width: 45px;
        left: -42px;
    }

    .article-v2-holder {
        margin-left: auto;
        margin-right: auto;
    }

    .article-box {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .article-date.v2 {
        text-align: left;
    }

    .article-image {
        width: 100%;
        padding-top: 20px;
    }

    .box-words {
        width: 100%;
    }

    .tag-holder {
        width: 100%;
        flex-direction: column;
    }

    .tag.aerospace {
        margin-bottom: 10px;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tag.company-update {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tag.business {
        height: auto;
        display: inline-block;
    }

    .headline-date {
        flex-direction: column;
    }

    .headline-holder, .hl-date-holder {
        width: 100%;
    }

    .title-logo-holder {
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-title-side {
        align-self: flex-start;
    }

    .div-block-54 {
        flex-direction: column;
    }

    .returnhome {
        margin-bottom: 20px;
    }

    .div-block-55 {
        flex-direction: column;
    }

    .more-news-all {
        display: none;
    }

    .html-embed-16 {
        display: block;
    }

    .div-block-56 {
        flex-direction: column;
    }

    .html-embed-17 {
        overflow: hidden;
    }

    .subscribe-box {
        display: none;
    }

    .footer-all-new {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-left {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-right {
        width: 100%;
        display: flex;
    }

    .payment-form-holder {
        width: 100%;
    }

    .thank-you-box {
        width: 88vw;
    }

    .image-28 {
        width: 100px;
        height: 100px;
    }

    .soc {
        clear: none;
        flex: none;
        align-self: center;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .header1.center.home.anw {
        margin-bottom: 20px;
        line-height: 35px;
    }

    .h2-1._2 {
        display: block;
    }

    .text-span-32 {
        display: inline-block;
    }

    .testimonial {
        padding-left: 0;
        padding-right: 0;
    }

    .industry-block {
        width: 33.333%;
    }

    .who-box {
        width: 50%;
    }

    .stepbystepbox {
        margin-bottom: 20px;
    }

    .slide-10 {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .article-logo-image {
        margin-left: 0;
    }

    .info-holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .results-holder {
        margin-right: 0;
    }

    .review-too {
        width: 100%;
    }

    .div-block-64 {
        flex-direction: column;
    }

    .masonry-holder {
        column-count: 1;
    }

    .compare-box {
        width: 100%;
    }

    .comparison-name-holder {
        margin-left: 0;
    }

    .list-5 {
        padding-left: 20px;
    }

    .whitepaper-form.wp {
        width: 100%;
    }

    .div-block-70 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .whitepaper-img {
        margin-left: auto;
        margin-right: auto;
    }

    .newsubhead.center {
        width: 100%;
    }

    .blue-section.pdm._2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .client-white-holder {
        justify-content: center;
    }

    .logo-holder {
        width: 26%;
        text-align: center;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
    }

        .logo-holder.hm2 {
            display: none;
        }

    .form-placeholder.v2 {
        padding-left: 10px;
        padding-right: 10px;
    }

        .form-placeholder.v2.thin {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }

    .column-126 {
        padding-left: 0;
        padding-right: 0;
    }

    .clogo {
        margin-left: auto;
        margin-right: auto;
    }

    .custom-pricing-title.sub.space {
        margin-top: 20px;
        font-size: 20px;
        line-height: 32px;
    }

    .custom-pricing-title.sub.tagline {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 32px;
    }

    .heading3.center.orange {
        width: auto;
        display: block;
    }

        .heading3.center.orange.anw._1 {
            text-align: left;
        }

            .heading3.center.orange.anw._1.hide-on-mobile {
                display: none;
            }

            .heading3.center.orange.anw._1.notmobile {
                margin-bottom: 0;
            }

    .heading3.center.anw {
        font-size: 28px;
    }

    .bluee-side.anw.center.hide-on-mobile {
        display: inline;
    }

    .hiddentrigger {
        width: 100%;
        height: 1px;
    }

    .h1anw.puple, .anw-btn {
        margin-bottom: 20px;
    }

    .div-block-79 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .video-4 {
        width: 98%;
    }

    .newformbg-23 {
        display: none;
    }

    .new-form-holder-2023 {
        width: 100%;
        min-width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .btm-map-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .survey-holder {
        flex-direction: column;
        margin-top: 10px;
    }

    .survey1 {
        width: 100%;
    }

    .surveytext.confused {
        text-align: left;
    }

    .confusedholder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-10 {
        width: 250px;
        text-align: center;
        margin: 20px auto;
    }
}

#w-node-_33d23313-5997-c45e-494c-37416938b77a-c82ff93c {
    grid-area: 1 / 2 / 2 / 3;
}

#email-form.w-node-_50750e42-3821-84b9-4375-24009345f918-b22ffb9a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50750e42-3821-84b9-4375-24009345f91b-b22ffb9a {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50750e42-3821-84b9-4375-24009345f91e-b22ffb9a {
    grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
    #w-node-_33d23313-5997-c45e-494c-37416938b77a-c82ff93c {
        align-self: center;
        justify-self: center;
    }
}


@font-face {
    font-family: 'Avenir webfont';
    src: url('../fonts/Avenir-Black-webfont.eot') format('embedded-opentype'), url('../fonts/Avenir-Black-webfont.woff') format('woff'), url('../fonts/Avenir-Black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('../fonts/avenir-light-webfont.eot') format('embedded-opentype'), url('../fonts/avenir-light-webfont.woff') format('woff'), url('../fonts/avenir-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir roman webfont';
    src: url('../fonts/Avenir-Roman-webfont.eot') format('embedded-opentype'), url('../fonts/Avenir-Roman-webfont.woff') format('woff'), url('../fonts/Avenir-Roman-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('../fonts/Avenir-MediumOblique-webfont.eot') format('embedded-opentype'), url('../fonts/Avenir-MediumOblique-webfont.woff') format('woff'), url('../fonts/Avenir-MediumOblique-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('../fonts/Avenir-Medium-webfont.eot') format('embedded-opentype'), url('../fonts/Avenir-Medium-webfont.woff') format('woff'), url('../fonts/Avenir-Medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('../fonts/Avenir-Oblique-webfont.eot') format('embedded-opentype'), url('../fonts/Avenir-Oblique-webfont.woff') format('woff'), url('../fonts/Avenir-Oblique-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

.article-u-pdate table td {
    padding: unset;
    border-top: unset;
}

    .article-u-pdate table td p {
        margin: unset;
    }

.article-u-pdate * {
    border: unset;
}