#articleBody .image {
    max-width: unset
}

i {
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    font-style: italic;
}

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

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

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

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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;
}

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

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

.container {
    position: relative;
}

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

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

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

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

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

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

.container.custnewsroomcont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

.nav-link {
    height: 70px;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #be5927;
}

.nav-link.w--current {
    color: #be5927;
}

.nav-link.w--open {
    color: #f77f4b;
}

.nav-link.color {
    height: 70px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #be5927;
    color: #f5f5f5;
}

.nav-link.color:hover {
    color: #0e3152;
}

.nav-link.color.w--current {
    color: #fff;
}

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

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

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

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

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

.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 {
    padding-top: 140px;
    padding-bottom: 0px;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.ppcs2 {
    background-color: #00467f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 70, 127, 0.5)), to(rgba(0, 70, 127, 0.5))), url('../images/LPBG2b.png');
    background-image: linear-gradient(180deg, rgba(0, 70, 127, 0.5), rgba(0, 70, 127, 0.5)), url('../images/LPBG2b.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
}

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

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

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

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

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

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

.nav-menu {
    float: right;
}

.hero-slider {
    height: 100%;
    background-color: transparent;
}

.home-slider-button {
    width: 50px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 200ms ease, width 200ms ease;
    transition: background-color 200ms ease, width 200ms ease;
    font-size: 18px;
}

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

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

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

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

.hero-slide._3.pr {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 70, 127, 0.75)), to(rgba(0, 70, 127, 0.75))), url('../images/calgary1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 70, 127, 0.75), rgba(0, 70, 127, 0.75)), url('../images/calgary1.jpg');
    background-position: 0px 0px, 50% 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: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 136, 229, 0.75)), to(rgba(30, 136, 229, 0.75))), url('../images/PRDistBG.jpg');
    background-image: linear-gradient(180deg, rgba(30, 136, 229, 0.75), rgba(30, 136, 229, 0.75)), url('../images/PRDistBG.jpg');
    background-position: 0px 0px, 50% 35%;
    background-size: auto, cover;
}

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

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

.slide-container {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.featured-work-block-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

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

.featured-work-title-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86%, rgba(0, 0, 0, 0.6)), color-stop(0, rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.6) 0);
}

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

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

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

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

.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 {
    display: block;
    width: 100%;
    height: 250px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
}

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

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

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

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

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

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

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

.page-header {
    background-color: #545758;
    background-image: url('../images/PRDistBG.jpg');
    background-position: 50% 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% 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: 0px;
}

.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 {
    background-image: url('../images/project_bg.png');
}

.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% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    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: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

.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%;
    margin-bottom: 20px;
    padding: 45px 35px;
    background-color: #fff;
}

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

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

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

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

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

.link:hover {
    color: #be5927;
}

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

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

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

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

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

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

.link.learn-more.request-quote {
    margin-top: 0px;
    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 {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
}

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

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

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

.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 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
    float: right;
    background-color: #fff;
    color: #616161;
    font-size: 13px;
    line-height: 21px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-list.w--open {
    background-color: rgba(0, 70, 127, 0.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% 50%;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-image-block-overlay {
    width: 100%;
    height: auto;
    padding: 90px 35px 25px;
    background-color: rgba(14, 14, 14, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
}

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

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

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

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

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

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

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

.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: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mouse-icon-block {
    display: block;
    width: 35px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    border: 3px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 40px;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close-icon {
    height: 14px;
}

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

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

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

.instructions-title._2 {
    margin-bottom: 13px;
    color: #d11551;
    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 {
    padding-left: 0px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

.text-block {
    margin-right: 0px;
    float: right;
    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;
}

.image {
    max-width: 200px;
    margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    border-bottom: 1px none #000;
    color: #f5f5f5;
}

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

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

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

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

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

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

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

.footeraddress.rt {
    float: none;
}

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

.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 {
    display: block;
    width: 45px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    opacity: 0.75;
}

.sociallink:hover {
    opacity: 1;
}

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

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

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

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

.image-2 {
    display: block;
}

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

.twitter:hover {
    opacity: 1;
}

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

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

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

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

.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 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    text-align: left;
}

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

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

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

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

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

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

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

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

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

.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;
    line-height: 1em;
    font-weight: 900;
}

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

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

.paragraph-8.test.v2.quote {
    margin-left: 20px;
    padding-left: 0px;
    float: none;
    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 {
    margin-top: 20px;
    color: #00467f;
    font-size: 20px;
}

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

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

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

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

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

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

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

.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 {
    padding-left: 20px;
    border-left: 3px none #959ca2;
    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 {
    font-weight: 900;
    text-align: center;
}

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

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

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

.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-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

.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 {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
}

.ann {
    color: #339ed8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article {
    margin-bottom: 40px;
}

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

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

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

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

.mediacontactstitle {
    margin-bottom: 3px;
    border-bottom: 1px solid hsla(0, 0%, 62%, 0.25);
    font-family: Roboto, sans-serif;
    color: #959ca2;
    font-size: 16px;
    text-decoration: none;
}

.mediacontactstitle:hover {
    color: #f77f4b;
}

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

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

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

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

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

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

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

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

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

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

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

.icon {
    margin-right: 0px;
}

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

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

.headeremail:hover {
    color: #f77f4b;
}

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

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

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

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

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

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

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

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

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

.pricingtitle.best {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.includeslist {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-arrow {
    border-radius: 47px;
    background-color: transparent;
    opacity: 0.08;
}

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

.right-arrow {
    border-radius: 50px;
    background-color: transparent;
    opacity: 0.08;
}

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

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

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

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

.sliderbtmnav {
    opacity: 0.5;
}

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

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

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

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

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

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

.column-3 {
    color: transparent;
}

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

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

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

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

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

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

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

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

.socialicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.socialicons.v2._3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.socialicons.v2.tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

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

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

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

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

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

.row {
    text-align: center;
}

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

.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 {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btmtext._2 {
    color: #f5f5f5;
}

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

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

.industry:hover {
    color: #f77f4b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

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

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

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

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

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

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

.column-7 {
    position: relative;
}

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

.contactlink:hover {
    color: #be5927;
}

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

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

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

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

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

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

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

.slidertest {
    background-color: #f5f5f5;
}

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

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

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

.block-quote {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.link-block-2:hover {
    border-left-width: 4px;
    border-left-color: #f77f4b;
    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 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
}

.idunderline {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

.companyindustry.name {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    font-weight: 600;
    text-decoration: none;
}

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

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

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

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

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

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

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

.infoall {
    margin-bottom: 0px;
}

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

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

.footcol3 {
    padding-left: 0px;
}

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

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

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

.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 {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-family: Roboto, sans-serif;
    color: #f77f4b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

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

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

.link-8 {
    color: #f77f4b;
}

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

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

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

.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 {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #00467f;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    text-align: left;
}

.projectbox {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-2 {
    max-width: 100%;
}

.slide-3 {
    max-width: 100%;
}

.slide-4 {
    max-width: 100%;
}

.mask {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lftfootdiv {
    margin-top: 0px;
}

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

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

.slides {
    width: 20%;
}

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

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

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

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

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

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

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

.mo {
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 20px;
}

.dollar {
    position: relative;
    left: 0px;
    top: -12px;
    margin-right: 0px;
    color: hsla(0, 0%, 96.1%, 0.5);
    font-size: 20px;
}

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

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

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

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

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

.optoingroup.no {
    opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

.plantype {
    display: inline-block;
}

.button-3 {
    width: 100px;
}

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

.annualbtn:hover {
    opacity: 1;
}

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

.monthbtn:hover {
    opacity: 1;
}

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

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

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

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

.quoteorchat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

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

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

.or {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Roboto, sans-serif;
    color: #959ca2;
    font-size: 16px;
}

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

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

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

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

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

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

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

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

.link-10 {
    color: #000;
}

.link-11 {
    color: #000;
}

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

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

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

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

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

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

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

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

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.descript {
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    color: #959ca2;
    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 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

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

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

.customnewsroombox.toprow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

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

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

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

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

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

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

.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 {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.articlesection {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

.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 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.imglink {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: transparent;
}

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

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

.link-16 {
    color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.boldpp {
    color: #00467f;
}

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

.pplink {
    color: #1e88e5;
}

.termsnumbersection {
    padding-right: 20px;
}

.termssmallsectionnumber {
    padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
}

.tylink {
    color: #1e88e5;
}

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

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

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

.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 {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.fsclogodiv {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

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

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

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

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

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

.backtonewsroomlink {
    color: #00467f;
}

.backtonewsroomlink:hover {
    color: #f77f4b;
}

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

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

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

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

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

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

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

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

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

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

.sharelink:hover {
    opacity: 1;
}

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

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

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

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

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

.followlink:hover {
    opacity: 1;
}

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

.companywebsitelink:hover {
    color: #f77f4b;
}

.companyprofilelink {
    display: block;
    margin-left: 0px;
    color: #1e88e5;
    font-size: 16px;
}

.companyprofilelink:hover {
    color: #f77f4b;
}

.companylogo {
    display: block;
    max-width: 90%;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.articleheading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #00467f;
}

.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 {
    margin-right: 10px;
    margin-bottom: 5px;
    color: #00467f;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.stockdiv {
    position: relative;
}

.shareprofiledrop {
    padding-bottom: 0px;
    font-size: 14px;
}

.dropdown-toggle-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.text-block-23 {
    color: #959ca2;
    font-size: 16px;
}

.icon-4 {
    color: #959ca2;
}

.dropdown-link-3 {
    margin-left: 4px;
    padding-left: 40px;
    background-image: url('../images/5b6b21561ea16a2dc77f55f5_Share_LinkedIn.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #00467f;
    font-size: 16px;
}

.dropdown-link-3:hover {
    background-image: url('../images/5b6b21561ea16a2dc77f55f5_Share_LinkedIn.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #f77f4b;
}

.dropdown-link-4 {
    margin-left: 4px;
    padding-left: 40px;
    background-image: url('../images/5b6b213a41c616e65e69e47f_Share_Twitter.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #00467f;
    font-size: 16px;
}

.dropdown-link-4:hover {
    background-image: url('../images/5b6b213a41c616e65e69e47f_Share_Twitter.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #f77f4b;
}

.dropdown-link-5 {
    margin-left: 4px;
    padding-left: 40px;
    background-image: url('../images/5b6b202a4c3819ca9815227d_Share_Facebook.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #00467f;
    font-size: 16px;
}

.dropdown-link-5:hover {
    background-image: url('../images/5b6b202a4c3819ca9815227d_Share_Facebook.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #f77f4b;
}

.dropdown-link-6 {
    margin-left: 4px;
    padding-left: 40px;
    background-image: url('../images/5b6b2173b3323e5bfafe7378_Share_Google.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #00467f;
    font-size: 16px;
}

.dropdown-link-7 {
    margin-left: 4px;
    padding-left: 40px;
    background-image: url('../images/5b6b2192681f8959b4b149a1_Share_Email.png');
    background-position: 0px 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #00467f;
    font-size: 16px;
}

.tradedon {
    color: #959ca2;
    font-size: 16px;
}

.traded {
    position: absolute;
    right: 230px;
    margin-left: 85px;
    color: #333;
    font-size: 16px;
}

.symbol {
    position: absolute;
    margin-left: 140px;
    color: #333;
    font-size: 16px;
}

.symbol.link {
    margin-left: 0px;
}

.symbol.link:hover {
    color: #f77f4b;
}

.stockprice {
    margin-bottom: 30px;
    margin-left: 0px;
    color: #1e88e5;
    font-size: 60px;
    text-align: center;
}

.stockchange {
    margin-bottom: 20px;
    color: #959ca2;
    font-size: 30px;
    text-align: center;
}

.stockpercentchange {
    margin-bottom: 20px;
    color: #959ca2;
    font-size: 30px;
    text-align: center;
}

.tabs-menu {
    display: block;
    max-width: 90%;
    margin: 10px auto 20px;
    border-bottom: 1px none #ddd;
    text-align: center;
}

.tab-link-tab-6 {
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-6.w--current {
    margin-right: 4px;
    background-color: #1e88e5;
    color: #f5f5f5;
}

.tab-link-tab-5 {
    margin-right: 4px;
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-5.w--current {
    background-color: #1e88e5;
    color: #f5f5f5;
}

.tab-link-tab-4 {
    margin-right: 4px;
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-4.w--current {
    background-color: #1e88e5;
    color: #f5f5f5;
}

.tab-link-tab-3 {
    margin-right: 4px;
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-3.w--current {
    background-color: #1e88e5;
    color: #f5f5f5;
}

.tab-link-tab-2 {
    margin-right: 4px;
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-2.w--current {
    background-color: #1e88e5;
    color: #f5f5f5;
}

.tab-link-tab-1 {
    margin-right: 4px;
    color: #00467f;
    font-size: 16px;
}

.tab-link-tab-1.w--current {
    margin-right: 4px;
    background-color: #1e88e5;
    color: #fff;
}

.investorkittext {
    margin-bottom: 10px;
    color: #00467f;
    font-size: 16px;
    text-align: center;
}

.investorkit-btn {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1e88e5;
    font-size: 16px;
    text-align: center;
}

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

.image-email {
    display: inline-block;
}

.articlelogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 100px;
    max-height: 150px;
    max-width: none;
    margin-right: 40px;
    padding: 10px;
    float: none;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #959ca2;
    border-radius: 125px;
    background-color: #fff;
}

.articlelogo._2 {
    width: 250px;
}

.logodiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-right: 10px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
}

.infodiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 6px;
    margin-left: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px none #ddd;
}

.dropdown {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 99999;
    float: right;
}

.tradelik {
    color: #1e88e5;
}

.html-embed {
    text-align: left;
}

.html-embed.stockinfoarticle {
    width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    float: none;
    text-align: center;
}

.column-17 {
    border-right: 1px solid #ddd;
}

.exchangeinfodiv {
    position: absolute;
    left: 0px;
    top: 132px;
    bottom: 0px;
    display: block;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.viewcomplete {
    margin-bottom: 20px;
}

.stockwidgetdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.maxnewlink {
    color: #1e88e5;
}

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

.follow-linked {
    width: 30px;
    height: 30px;
}

.connectto-link {
    color: #1e88e5;
    font-weight: 400;
}

.newsroomsearch {
    position: absolute;
    left: 135px;
    top: -5px;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: right;
}

.search-button {
    position: absolute;
    left: 228px;
    top: 0px;
    right: 241px;
    bottom: 0px;
    display: block;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    background-color: #1e88e5;
}

.search-button:hover {
    background-color: #f77f4b;
}

.search-button.v2 {
    position: absolute;
    left: 224px;
    bottom: auto;
    height: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 16px;
}

.search-input {
    width: 225px;
    height: 30px;
    margin-bottom: 0px;
    font-size: 12px;
}

.search-input.v2 {
    height: auto;
    padding-right: 12px;
    padding-bottom: 9px;
    border-radius: 125px 0px 0px 125px;
    font-size: 16px;
}

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

.ppcs1formdiv._1 {
    border-radius: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
}

.ppcs1btn {
    display: block;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1e88e5;
    font-size: 16px;
}

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

.ppcs1btn._2 {
    background-color: #f77f4b;
}

.ppcs1btn._2:hover {
    background-color: #1e88e5;
}

.ppcs1colkft {
    padding-right: 2px;
}

.ppcs1colrt {
    padding-left: 2px;
}

.ppcs1h {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.ppcs1h2 {
    font-family: Roboto, sans-serif;
    color: #be5927;
    font-weight: 400;
    text-align: center;
}

.ppclpcont {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.ppclpcont._2 {
    margin-bottom: 10px;
    text-align: left;
}

.ppclpcont._2.btm {
    color: #f77f4b;
}

.ppclpcont._2.ty {
    margin-top: 30px;
}

.ppclpcont.list {
    margin-bottom: 0px;
    text-align: left;
}

.ppclpcont.list.last {
    margin-bottom: 20px;
}

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

.ppcs2h {
    font-family: Roboto, sans-serif;
    color: #fff;
}

.ppcsh2 {
    font-family: Roboto, sans-serif;
    color: #be5927;
    font-weight: 500;
}

.unordered-list-4 {
    margin-bottom: 40px;
    color: #fff;
}

.formdivblock {
    padding: 30px 30px 30px 15px;
    border-radius: 15px;
    background-color: #ddd;
}

.ppcs2btn {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1e88e5;
    font-size: 16px;
}

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

.ppcs2btn._2 {
    background-color: #f77f4b;
}

.ppcs2btn._2:hover {
    background-color: #1e88e5;
}

.formheadppc2 {
    margin-bottom: 20px;
    color: #00467f;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.article-subheader {
    font-family: Roboto, sans-serif;
    color: #1e88e5;
}

.subscribe {
    color: #1e88e5;
}

.subscribe:hover {
    color: #f77f4b;
}

.relateddocs {
    margin-bottom: 20px;
    font-style: normal;
    text-align: left;
}

.relateddoc {
    color: #1e88e5;
}

.relateddoc:hover {
    color: #f77f4b;
}

.tablesample {
    margin-bottom: 30px;
}

.companynameinfo {
    color: #333;
    font-size: 16px;
}

.countrydiv {
    position: relative;
    bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: right;
}

.countrydiv._2 {
    margin-top: 20px;
    margin-right: 20px;
}

.modal-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 70, 127, 0.95)), to(rgba(0, 70, 127, 0.95)));
    background-image: linear-gradient(180deg, rgba(0, 70, 127, 0.95), rgba(0, 70, 127, 0.95));
}

.alertsform {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: hidden;
    max-width: 450px;
    margin-bottom: 30px;
    padding: 0px 0px 10px;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #020e18;
    text-align: center;
}

.form-hero {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 50px 40px 30px;
    background-color: #1e88e5;
}

.text-field-5 {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.text-field-6 {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.alertspoptext {
    margin-bottom: 5px;
    color: #fff;
    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 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0px;
    padding: 5px;
}

.closemodolx {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.closelink {
    color: #fff;
}

.homeslidebtn {
    width: 200px;
    margin-top: 20px;
    background-color: #be5927;
    color: #f5f5f5;
    font-size: 16px;
}

.homeslidebtn:hover {
    background-color: #959ca2;
    color: #fff;
}

.searchform {
    position: absolute;
    left: 135px;
    top: -6px;
    display: inline-block;
    float: none;
    clear: none;
}

.searchform.v2 {
    position: relative;
    left: auto;
    top: 0px;
    display: inline-block;
    float: none;
    clear: none;
}

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

.stockcolleft {
    border-right: 1px none #959ca2;
    text-align: left;
}

.tickername {
    display: block;
    margin-top: 20px;
    color: #959ca2;
    text-align: right;
}

.column-19 {
    position: relative;
}

.pardot_extra_field {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.terms {
    font-size: 10px;
}

.formbg {
    border-radius: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
}

.formbg._2 {
    max-width: 650px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px 20px;
}

.html-embed-2 {
    border-radius: 15px;
}

.navbarleft {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    padding: 10px 0px;
    background-color: #00467f;
}

.accesswire-mainlogo {
    display: inline-block;
    width: 180px;
    max-width: 180px;
    margin: 25px auto 30px;
    float: none;
    clear: none;
    text-align: left;
}

.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 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-bottom: 20px;
    font-family: Avenir;
    color: #1e88e5;
    font-size: 18px;
    text-align: left;
}

.leftnavlinktest1:hover {
    color: #ff8524;
}

.leftnavtextlink {
    position: static;
    display: block;
    height: auto;
    max-width: 250px;
    float: left;
    clear: left;
    border-left: 4px solid transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
    font-size: 18px;
}

.leftnavtextlink:hover {
    border-left: 4px solid #1e88e5;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
}

.leftnavtextlink.w--current {
    border-left-color: #1e88e5;
}

.leftnavtextlink.hit {
    border-bottom: 4px none #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 {
    position: static;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-align: center;
}

.navdivider {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    height: 1px;
    margin-bottom: 30px;
    background-color: #fff;
}

.brand {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nav-icon {
    display: inline-block;
    max-width: 35px;
    margin-right: 6px;
}

.navlinktest {
    position: static;
    display: block;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 6px solid transparent;
    font-family: Avenir;
}

.navlinktest:hover {
    border-left: 6px solid #f77f4b;
    border-radius: 0px;
}

.homesectiontest1 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999999;
    display: block;
    width: 400px;
    height: 75vh;
    max-height: none;
    margin-top: 20px;
    padding: 30px 30px 30px 155px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-right: 2px solid #f5f5f5;
    background-color: #fff;
    font-family: Avenir;
    text-align: left;
}

.navbartest {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 77px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
}

.tellmystory {
    position: relative;
    right: 0px;
    width: 150px;
    max-width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
    clear: none;
    border: 2px solid #be5927;
    border-radius: 20px;
    background-color: transparent;
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    color: #be5927;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

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

.tellmystory.w--current {
    background-color: transparent;
}

.tellmystory.w--current:hover {
    background-color: #1e88e5;
}

.container-4 {
    display: block;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-family: 'Avenirltstd book';
    text-align: left;
}

.login {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 0px;
    float: right;
    clear: none;
    background-color: #fff;
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    color: #00467f;
    font-size: 15px;
    font-weight: 400;
}

.login:hover {
    color: #be5927;
}

.logindiv {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    float: right;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.topnavdivider {
    display: block;
    height: 2px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
}

.topnavdivider._2 {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
}

.leftsidenav {
    position: static;
    display: inline-block;
    background-color: #fff;
}

.rightmainsection {
    display: block;
}

.footertest {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 9998;
    display: block;
    height: auto;
    margin-top: 0px;
    padding: 0px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.footertest.mobile {
    display: none;
}

.footerdivider {
    height: 2px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #f5f5f5;
}

.footerline {
    display: inline-block;
    margin-right: 10px;
    direction: ltr;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 15px;
    font-weight: 400;
}

.columns {
    position: static;
    display: block;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
}

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

.linetext {
    display: inline-block;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.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 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    display: block;
    width: 400px;
    height: 55vh;
    margin-top: 30px;
    padding-left: 150px;
    border-right: 2px solid #f5f5f5;
}

.heading {
    position: static;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
}

.image-11 {
    position: absolute;
    left: auto;
    top: 0%;
    right: -33%;
    bottom: 0%;
    max-width: 95%;
    margin-top: 60px;
    margin-right: 51px;
    float: right;
    clear: none;
}

.headertest {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.headersubtext {
    margin-top: 0px;
    padding-right: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
}

.headersubtext.mobile {
    display: none;
}

.headerbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #be5927;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

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

.headerbtn.mobile {
    display: none;
}

.headerbtn.newsroom {
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #373e98;
}

.headerbtn.newsroom.v2 {
    width: 50%;
}

.headerbtn.newsroom.v2.mid {
    width: 48%;
}

.headerbtn.newsroom.v2.mid._2123 {
    border-color: #373e98;
}

.headerbtn.newsroom.v2.mid.second {
    border-color: #373e98;
}

.headerbtn.newsroom.return {
    width: auto;
    max-width: 265px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.headerbtn.newsroom.wp {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.headerbtn.newsroom.anw {
    background-color: #373e98;
}

.headerbtn.newsroom.anw.left {
    width: 300px;
    margin-left: 0px;
}

.headerbtn.newsroom.left {
    margin-left: 0px;
}

.headerbtn.v2 {
    width: 55%;
    margin-right: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #373e98;
    border-radius: 125px;
    background-color: #373e98;
}

.headerbtn.v2:hover {
    border-color: #f16775;
    background-color: #f16775;
}

.headerbtn.v2.request {
    width: 40%;
    border-style: solid;
    border-width: 2px;
    border-color: #373e98;
    background-color: transparent;
    color: #373e98;
}

.headerbtn.v2.request:hover {
    background-color: transparent;
    color: #00467f;
}

.headerbtn.v2.request.center {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-color: #373e98;
    background-color: #373e98;
    color: #fff;
}

.headerbtn.v2.request.center:hover {
    border-color: #f16775;
    background-color: #f16775;
}

.headerbtn.v2.request._12 {
    border-color: #373e98;
    color: #373e98;
}

.headerbtn.v2.request._12.v4 {
    width: 58%;
    margin-top: 20px;
}

.headerbtn.v2.buy {
    width: 75%;
    margin-right: 0px;
    margin-bottom: 10px;
}

.headerbtn.v2.buy.outline {
    border-color: #00467f;
    background-color: transparent;
    color: #00467f;
}

.headerbtn.v2.buy.outline.learn {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.headerbtn.v2.buy.outline.learn.anw {
    border-color: #373e98;
    color: #373e98;
}

.headerbtn.v2.hero {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.headerbtn.v2.preview {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-color: #ddd;
    background-color: transparent;
    color: #959ca2;
}

.headerbtn.v2.requestdemoecom {
    width: 100%;
    border-color: #373e98;
    background-color: #373e98;
}

.headerbtn.v2.requestdemoecom.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-color: #1e88e5;
    background-color: #1e88e5;
}

.headerbtn.v2.getstrted.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-color: #00467f;
    background-color: #00467f;
}

.headerbtn.v2.getstrted.forgotpasswordbtn {
    width: 100%;
}

.headerbtn.v2.getstrted.lrg {
    width: 100%;
    border-color: #373e98;
    background-color: #373e98;
}

.headerbtn.connect {
    width: 250px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    float: none;
    clear: none;
}

.headertestdiv {
    display: block;
    min-height: 295px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-left: 2px none #f5f5f5;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.headertestdiv._2 {
    margin-bottom: 140px;
}

.headertestdiv._2.thankyou {
    margin-bottom: 0px;
}

.headertestdiv._3 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    float: right;
    clear: both;
    border-left-style: none;
}

.headertestdiv.btm {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 0px;
    border-left-style: none;
}

.headertestdiv.btm.g2 {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px 0px 0px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: transparent;
}

.headertestdiv.contact {
    position: relative;
    min-height: 240px;
    margin-bottom: 0px;
}

.headertestdiv.newsroom {
    padding-right: 0px;
    float: none;
    border-left-style: none;
}

.headertestdiv.newsroom.new {
    margin-left: 0px;
    padding-left: 0px;
}

.headertestdiv.update {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
}

.headertestdiv.btm-spce {
    margin-bottom: 220px;
}

.headertestdiv.v2 {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
}

.contentsection {
    position: static;
    left: auto;
    top: 16%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 40px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.contentsection.tab {
    display: none;
}

.column-20 {
    height: 100%;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.bluenewsroomcallout {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 45%;
    display: inline-block;
    overflow: hidden;
    width: 88%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px 0px 0px 125px;
    background-color: #1e88e5;
    color: #fff;
    font-size: 16px;
}

.text-block-26 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    line-height: 30px;
    font-weight: 400;
}

.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;
    border-radius: 0px;
    background-color: #fff;
}

.circlediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 150px;
    background-color: #fff;
}

.bluetextdiv {
    width: 36vw;
    margin-left: 40px;
    float: left;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.btnnewsrmintro {
    width: 150px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 125px;
    background-color: transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    text-align: center;
}

.btnnewsrmintro:hover {
    border-color: #00467f;
    border-radius: 125px;
    color: #00467f;
}

.clientexampletitle {
    margin-bottom: 20px;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
}

.clientexampletitle.mobile {
    display: none;
}

.clientexampletitle.news {
    margin-bottom: 0px;
}

.clientexampletitle.news.center {
    margin-bottom: 20px;
    color: #f16775;
    text-align: center;
}

.clientexampletitle.news.v2 {
    margin-bottom: 6px;
}

.clientexampletitle.news.vtwo {
    margin-top: 20px;
    font-size: 18px;
}

.footerinfo {
    margin-bottom: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    text-align: center;
}

.footerlinktest {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.footerlinktest:hover {
    color: #1e88e5;
}

.nav-menu-3 {
    position: fixed;
    left: 0%;
    top: 97px;
    right: auto;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 325px;
    margin-top: 48px;
    padding-left: 40px;
    float: none;
    border-right-style: none;
    direction: ltr;
}

.menuunderline {
    width: 100px;
    height: 4px;
    background-color: #1e88e5;
}

.areyoureadydiv {
    margin-bottom: 0px;
    padding: 40px 20px;
    background-color: #2f373c;
}

.areyoureadydiv.updateplaceholder {
    background-color: transparent;
}

.areyoureadydiv.holer {
    background-color: #fff;
}

.tellstorytxt {
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.readydiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.readybtn {
    width: 150px;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
}

.readybtn:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

.whowearediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 150px;
    background-color: #1e88e5;
}

.whowearediv._2 {
    margin-bottom: 60px;
    padding-left: 60px;
    background-color: #ff8524;
}

.whowearediv._2._3 {
    margin-bottom: 40px;
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
}

.whoimage {
    width: 240px;
    max-width: none;
    margin-right: 40px;
    border: 1px none #959ca2;
    border-radius: 125px;
    background-color: #fff;
}

.whoimage._2 {
    position: relative;
    right: 0px;
    display: block;
    margin-right: 0px;
    margin-left: 40px;
    clear: none;
    text-align: left;
}

.whoimage._2._3 {
    position: relative;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    clear: none;
}

.whoimage._3row {
    margin-right: 0px;
}

.whotext {
    display: block;
    width: 56%;
    margin-left: 30px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.who {
    display: block;
    margin-bottom: 10px;
    clear: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.who.darker {
    color: #be5927;
}

.whobody {
    display: block;
    width: 98%;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.whobody.darker {
    margin-bottom: 50px;
    color: #2f373c;
}

.whobody.darker._2 {
    margin-bottom: 10px;
}

.aboutsubtitle {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
}

.aboutsubtitle.prod {
    margin-bottom: 100px;
}

.container-5 {
    padding-left: 0px;
    border: 1px none #000;
}

.grid {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
}

.grid.offers {
    margin-bottom: 30px;
}

.offerstext1 {
    position: relative;
    margin-bottom: 10px;
    background-color: transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #be5927;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
}

.offerstext2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 16px;
    font-weight: 400;
}

.offerimages {
    max-width: 80%;
    border-radius: 125px;
    background-color: #f5f5f5;
}

.columns-2 {
    padding: 30px;
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px none #f5f5f5;
}

.columns-3 {
    padding: 30px;
    border-style: none solid solid none;
    border-width: 2px 2px 2px 1px;
    border-color: #f5f5f5;
}

.columns-4 {
    padding: 30px;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-left: 1px none #000;
}

.columns-5 {
    padding: 30px;
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px none #f5f5f5;
}

.columns-6 {
    padding: 30px;
}

.columns-7 {
    padding: 30px;
    border-right: 2px solid #f5f5f5;
}

.newsroombtn {
    width: 125px;
    margin-top: 15px;
    border: 2px solid #fff;
    border-radius: 125px;
    background-color: transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.newsroombtn:hover {
    border-color: #00467f;
    color: #00467f;
}

.newsroombtn.darker {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-color: #be5927;
    color: #be5927;
}

.newsroombtn.darker:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

.newsroomtopbar {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px none #f5f5f5;
}

.newsroomtitle {
    position: static;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 900;
}

.newsroomtitle.new {
    font-size: 18px;
}

.languages {
    display: block;
    width: 125px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    float: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #1e88e5;
    border-radius: 125px;
    background-color: #1e88e5;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.languages._2 {
    display: block;
    width: 125px;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #be5927;
    border-radius: 125px;
    background-color: #be5927;
}

.languages._2.language {
    position: relative;
    width: 200px;
    margin-left: 5px;
    padding-left: 0px;
    background-color: transparent;
    text-align: center;
}

.languages._2.language.art {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 10px;
    float: none;
    text-align: center;
}

.languages._2.language.v2 {
    width: 196px;
    margin-left: 10px;
    padding-left: 10px;
    border-color: #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
}

.languages._2.language.v2.inside-article {
    display: block;
    width: 100%;
    margin: 30px auto 0px;
    box-shadow: none;
}

.languages._2.language.update {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #373e98;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
}

.languages._2.v2 {
    width: 196px;
    margin-left: 10px;
    border-width: 0.5px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.languages.sort {
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border: 2px solid #959ca2;
    border-radius: 125px;
    background-color: #f5f5f5;
}

.languages.v2 {
    width: 196px;
    margin-left: 10px;
    padding-left: 10px;
    border-width: 0.5px;
    border-color: #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
    color: #2f373c;
    text-align: left;
}

.dropdown-toggle-3 {
    position: static;
    padding: 0px;
}

.btntxt {
    padding-right: 20px;
    clear: none;
    color: #fff;
    text-align: center;
}

.btntxt._2 {
    position: static;
    color: #959ca2;
}

.btntxt._23 {
    margin-right: 20px;
    margin-left: 10px;
    color: #be5927;
    text-align: center;
}

.btntxt._23.v2 {
    color: #00467f;
}

.btntxt._23.update {
    color: #373e98;
}

.btntxt.grey {
    color: #000;
}

.icon-5 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 10px;
    color: #959ca2;
}

.icon-6 {
    margin-right: 10px;
    float: none;
    clear: none;
}

.icon-7 {
    margin-right: 10px;
    color: #959ca2;
}

.icon-7._2 {
    color: #be5927;
}

.icon-7._2.v2 {
    color: #959ca2;
}

.icon-7._2.update {
    color: #373e98;
}

.industrydrop.w--open {
    left: 0px;
    top: 37px;
    overflow: scroll;
    height: 300px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -o-object-fit: fill;
    object-fit: fill;
}

.dropdownlink {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.dropdownlink._2 {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #fff;
}

.dropdownlink._2:hover {
    background-color: #373e98;
}

.dropdownlink._3 {
    background-color: #f5f5f5;
}

.dropdownlink._3:hover {
    background-color: #959ca2;
}

.articlev2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    background-color: #f5f5f5;
}

.articlev2.dark {
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.articlev2.light {
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #fff;
}

.articlev2.companyheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 125px;
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 40px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e88e5;
    font-family: 'Avenirltstd book';
}

.articleheadingv2 {
    margin-bottom: 10px;
    font-family: 'Avenirltstd book';
    color: #959ca2;
    font-size: 16px;
}

.articlesamplev2 {
    margin-bottom: 5px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
    font-size: 16px;
    font-weight: 900;
}

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

.articletype {
    margin-bottom: 5px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 12px;
}

.articletype:hover {
    color: #1e88e5;
}

.articletextdiv {
    width: 70%;
    clear: left;
}

.articledate {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.articledate:hover {
    color: #1e88e5;
}

.articlelogoimage {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-height: 95px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.articlelogoimage.articleimage {
    width: auto;
    max-height: none;
    max-width: 90%;
    margin-bottom: 0px;
}

.articlelogoimage.articleimage.update {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.brand-2 {
    position: static;
    display: block;
}

.rightsfootercontainer {
    margin-bottom: 90px;
    padding-top: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.rightsfootercontainer._2 {
    margin-bottom: 0px;
}

.form-block-3 {
    position: static;
    top: -25px;
    display: none;
    height: auto;
    margin-right: 100px;
    margin-bottom: 0px;
    margin-left: auto;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.pagetitle {
    display: block;
    margin-bottom: 30px;
    margin-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-weight: 900;
    text-align: left;
}

.pagetitle.news {
    display: none;
}

.pagetitle.dist {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagetitle.product {
    margin-bottom: 10px;
}

.pagetitle.prod.reference {
    margin-top: 60px;
}

.pagetitle.prod.thanks {
    margin-bottom: 0px;
    color: #f16775;
}

.pagetitle.sitemap {
    color: #373e98;
    text-align: left;
}

.pagetitle.center {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
}

.pagetitle.center.white {
    color: #fff;
}

.tellstory {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 16px;
    line-height: 30px;
}

.tellstory.er.firstrelease {
    margin-top: 15px;
    color: #f16775;
    font-size: 20px;
}

.tellstory.er.btm {
    margin-top: 10px;
}

.tellstory.er.top {
    margin-bottom: 15px;
}

.tellstory.er.top.sub {
    margin-bottom: 40px;
    color: #373e98;
}

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

.tellstory.update {
    line-height: 22px;
}

.columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tellmystorybubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 20px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    background-color: #1e88e5;
}

.tellmystorybubble._2 {
    background-color: #ff8524;
}

.tellmystorybubble._2.tms {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #be5927;
}

.tellmystorybubble.create {
    margin-bottom: 40px;
    border: 1px solid #1e88e5;
    background-color: #fff;
}

.tellmystorybubble.create.nonselect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #ddd;
}

.tellmystorybubble.tms {
    height: 200px;
}

.releasetype {
    margin-bottom: 31px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.releasetype.blue {
    color: #00467f;
    font-weight: 900;
    text-align: center;
}

.releasetype.blue.ns {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #00467f;
    font-weight: 900;
}

.getstartedbtn {
    position: static;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #fff;
    border-radius: 150px;
    background-color: transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.getstartedbtn:hover {
    border-color: #00467f;
    color: #00467f;
}

.getstartedbtn.blue {
    border-color: #1e88e5;
    color: #1e88e5;
}

.getstartedbtn.blue.ns {
    border-color: #ddd;
    color: #959ca2;
}

.getstartedbtn.blue.ns:hover {
    border-color: #be5927;
    color: #be5927;
}

.column-21 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.storyrightside {
    display: block;
    width: 90%;
    padding-left: 0px;
}

.startingat {
    margin-bottom: 5px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #ddd;
    font-size: 11px;
}

.startingat.cerate {
    color: #1e88e5;
}

.pricenew {
    margin-bottom: 5px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.pricenew.create {
    color: #1e88e5;
}

.pricenew.create.ns {
    margin-bottom: 0px;
    color: #00467f;
    text-align: center;
}

.perrelease {
    position: relative;
    bottom: 0px;
    display: block;
    margin-left: 10px;
    float: none;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #ddd;
    font-size: 11px;
}

.storybody {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.createlink {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    border-bottom: 4px none #1e88e5;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 16px;
    font-weight: 400;
}

.createlink:hover {
    color: #be5927;
}

.createlink.w--current {
    margin-bottom: 0px;
    padding-bottom: 4px;
    border-bottom-style: solid;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
}

.createlink.idle {
    margin-left: 0px;
    border-bottom-style: none;
    font-family: 'Avenirltstd book';
    color: #ddd;
    font-weight: 400;
}

.createlink._2 {
    border-bottom-style: none;
    color: #ddd;
}

.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 {
    position: static;
    margin-top: 40px;
    margin-left: 20px;
    clear: left;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #be5927;
    font-size: 20px;
    font-weight: 900;
}

.contactinfo.sub {
    display: block;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 14px;
    font-weight: 400;
}

.contactinfo._2 {
    margin-top: 50px;
}

.contactinfo.deals {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 25px;
    text-align: center;
}

.contactinfo._3 {
    color: #373e98;
}

.contactinfo.pay {
    margin-bottom: 40px;
    margin-left: 20px;
}

.fieldlabel {
    position: absolute;
    left: 0%;
    top: -21%;
    right: auto;
    bottom: auto;
    margin-bottom: auto;
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #fff;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 14px;
    font-weight: 400;
}

.fieldlabel.tax {
    position: relative;
    display: inline-block;
    margin-top: auto;
}

.fieldlabel.tax.amount {
    position: static;
    margin-top: auto;
    color: #2f373c;
}

.textfield1 {
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    border-right: 1px solid #ccc;
    border-radius: 125px;
}

.textfield1.phone {
    height: 50px;
}

.textfield1.expdate {
    width: 100%;
}

.formdiv {
    position: relative;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 3px;
}

.formdiv._1 {
    margin-top: 0px;
    padding-top: 0px;
}

.formdiv._2 {
    margin-right: 20px;
}

.formdiv.pw {
    width: 75%;
}

.formdiv.half {
    width: 100%;
    padding-right: 3px;
}

.formdiv.code {
    width: 40%;
}

.formdiv.cvc {
    width: 40%;
}

.flag {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    max-width: none;
    cursor: not-allowed;
}

.phoneemail {
    width: 250px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-radius: 125px;
}

.phoneemail.auth {
    width: 200px;
}

.phoneemail.pref {
    margin-bottom: 30px;
}

.bluephone {
    width: 100%;
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #1e88e5;
    border-right: 1px solid #1e88e5;
    border-bottom: 1px solid #1e88e5;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    background-color: #373e98;
}

.emailwhite {
    width: 100%;
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #ccc;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: #fff;
}

.columns-9 {
    border-style: none solid solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
}

.whttext {
    position: static;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.blutext {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    text-align: center;
}

.contactdrop {
    width: 100%;
    height: 50px;
    margin-top: 6px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 150px;
    background-color: #fff;
}

.contactdrop.country {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.contactdrop.country.article-v2-holder {
    margin-bottom: 20px;
}

.contactdrop.country._2 {
    margin-bottom: 30px;
}

.column-22 {
    padding-left: 0px;
}

.column-23 {
    padding-left: 0px;
}

.left {
    margin-left: 10px;
}

.left._2 {
    margin-left: 0px;
}

.nextbtn {
    position: static;
    width: 150px;
    float: right;
    clear: none;
    border: 1px solid #be5927;
    border-radius: 125px;
    background-color: #fff;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #be5927;
    font-size: 16px;
    text-align: center;
}

.nextbtn:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

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

.nextbtn.create {
    border-style: solid;
    border-color: transparent;
    background-color: #373e98;
    color: #fff;
}

.nextbtn.create:hover {
    border-style: solid;
    border-color: #373e98;
    background-color: #fff;
    color: #373e98;
}

.nextbtn.create.submit {
    width: 163px;
    float: none;
}

.createquoteright {
    position: absolute;
    left: auto;
    top: auto;
    right: 15%;
    bottom: 0px;
    width: 200px;
    height: auto;
    padding: 40px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 125px;
    background-color: #fafafa;
}

.createquoteright.request {
    top: 169px;
    bottom: 63px;
}

.createquoteright._2 {
    position: relative;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: 40px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quotation {
    font-family: Avenirltstd;
    color: #1e88e5;
    font-size: 22px;
    font-weight: 900;
}

.quote {
    margin-bottom: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 14px;
}

.quoteimage {
    margin-bottom: 20px;
    border-radius: 125px;
}

.quotename {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 14px;
}

.quotename.sub {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 12px;
}

.menu-button-2 {
    display: none;
}

.goback {
    position: static;
    display: inline-block;
    margin-top: 12px;
    margin-right: 20px;
    padding-right: 0px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #373e98;
    font-size: 16px;
    text-align: right;
}

.goback:hover {
    color: #f16775;
}

.captcha {
    float: right;
}

.link-21 {
    color: #00467f;
}

.menu-button-3 {
    display: none;
}

.menu-button-4 {
    display: none;
}

.icon-8 {
    display: block;
}

.forgotpassword {
    margin-left: 0px;
    float: none;
    color: #00467f;
    text-align: left;
}

.forgotpwdiv {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 30px;
}

.loginbtn {
    display: block;
    width: 150px;
    float: none;
    clear: left;
    border-radius: 125px;
    background-color: #373e98;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 16px;
    text-align: center;
}

.loginbtn:hover {
    background-color: #f16775;
    color: #fff;
}

.loginbtn.newpw {
    width: 200px;
    background-color: #373e98;
    color: #fff;
}

.loginbtn.newpw:hover {
    background-color: #f16775;
    color: #fff;
}

.loginbtn.create {
    display: inline-block;
    width: 165px;
}

.loginbtn.log {
    width: 200px;
}

.loginformdiv {
    width: 450px;
}

.section-3 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 57px;
    display: none;
    margin-top: 100px;
    padding-bottom: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.section-3.pushbtm {
    position: absolute;
}

.container-6 {
    margin-bottom: 0px;
}

.brand-3 {
    height: 75px;
}

.forgotpasswordpop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.forgotpasswordpop.auth {
    display: none;
    background-color: rgba(30, 136, 229, 0.75);
}

.forgotpasswordpop.auth.pop {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.forgotpasswordform {
    position: relative;
    top: 0px;
    display: block;
}

.form {
    width: 590px;
    height: 293px;
    padding: 40px 100px;
    border-radius: 175px;
    background-color: #fff;
}

.form.auth {
    width: 75%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 250px;
}

.form.auth.pop {
    min-width: 600px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.forgotpwheader {
    margin-bottom: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.pwbody {
    margin-bottom: 40px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 16px;
}

.pwbody._2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pwbody.auth {
    margin-bottom: 20px;
}

.forgotpasswordbtn {
    width: 200px;
    margin-top: 10px;
    margin-left: 0px;
    float: right;
    border-radius: 125px;
    background-color: #373e98;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
}

.forgotpasswordbtn:hover {
    background-color: #f16775;
}

.forgotpasswordbtn.cancel {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: transparent;
    color: #ddd;
}

.forgotpasswordbtn._2 {
    margin-left: 10px;
}

.forgotpasswordbtn._2.pop {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.forgotpasswordbtn._2.pop:hover {
    background-color: #1e88e5;
    color: #fff;
}

.forgotpasswordbtn.unsubscribe {
    display: block;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #373e98;
    text-align: center;
}

.forgotpasswordbtn.unsubscribe:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f16775;
    background-color: #f16775;
    color: #fff;
}

.closebtn {
    position: absolute;
    left: auto;
    top: 1%;
    right: 5%;
    bottom: auto;
    width: 25px;
    height: 25px;
    padding: 5px;
    text-align: left;
}

.closex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    padding-top: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #373e98;
    border-radius: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #373e98;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.closex.info {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
}

.xlink {
    padding-bottom: 4px;
    color: #373e98;
}

.column-24 {
    clear: none;
}

.backnewsroom {
    position: static;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Avenirltstd roman';
    color: #959ca2;
}

.link-22 {
    color: #1e88e5;
    font-size: 16px;
}

.articlenavlink {
    margin-right: 40px;
    margin-left: 20px;
    font-family: 'Avenirltstd book';
    color: #1e88e5;
    font-size: 16px;
}

.articlenavlink._1 {
    margin-right: 20px;
}

.backarrow {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #f16775;
}

.backarrow.new {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}

.text-block-28 {
    margin-top: 2px;
    float: right;
    clear: none;
    font-family: 'Avenirltstd roman';
}

.backdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block-5 {
    display: inline-block;
    margin-top: 20px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block-5._2 {
    margin-left: 40px;
    color: #373e98;
}

.link-block-5._2:hover {
    color: #f16775;
}

.link-block-5._2.v2 {
    margin-left: 0px;
}

.link-block-5.new {
    margin-left: 0px;
    color: #2f373c;
}

.link-block-5.update {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    color: #be5927;
    font-weight: 900;
}

.link-block-5.update.btm {
    margin-top: 40px;
    margin-bottom: 0px;
}

.backtext {
    margin-top: 2px;
    float: right;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #f16775;
}

.translationstab {
    display: inline-block;
    float: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 900;
}

.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: 0px;
}

.articlecontainer {
    display: block;
    margin-top: 30px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 400;
}

.articlecontainer.new {
    margin-top: 0px;
}

.articlecompanyheader {
    padding: 20px;
    background-color: #1e88e5;
    font-family: 'Avenirltstd roman';
}

.companynamehead {
    display: block;
    margin-bottom: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #00467f;
    font-size: 20px;
    font-weight: 400;
}

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

.companynamehead.bind.v2 {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
}

.companynamehead.bind.update {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #373e98;
    text-align: center;
}

.companynamehead.bind.update.website {
    font-size: 12px;
}

.exchange {
    display: inline-block;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.ticker {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.companyinfodiv {
    position: static;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.exchangename {
    display: block;
    margin-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.tickersymbol {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.stockinfodiv {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding: 20px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0px;
    background-color: #00467f;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    text-align: left;
}

.stockprice2 {
    display: inline-block;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 17px;
}

.stockprice2.bind {
    font-size: 15px;
}

.columns-10 {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.priceadjust {
    display: block;
    float: right;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
}

.arrow {
    position: static;
    right: -38px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-right: 4px;
    float: left;
    clear: none;
}

.articletype2 {
    display: inline-block;
    margin-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.articletype2.bind {
    color: #616161;
}

.articletype2.bind.type {
    margin-right: 5px;
    color: #616161;
    font-size: 13px;
}

.articleheading2 {
    margin: 5px 0px;
    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: 0px;
    font-weight: 900;
}

.timedate {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.timedate.bind {
    display: block;
    color: #616161;
    font-size: 13px;
}

.articlesubheadline {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.articlesubheadline.bind.update {
    margin-top: 0px;
    line-height: 30px;
}

.text-block-29 {
    height: auto;
    line-height: 31px;
}

.articlecopy {
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 0px;
    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 {
    display: block;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.socialsharediv._1 {
    margin-bottom: 0px;
    text-align: center;
}

.socialsharediv.companyprofile {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.socialsharediv.updaet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.socialsharelink {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.socialsharelink.sharenow {
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.socialshareimage {
    margin-right: auto;
    margin-left: auto;
}

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

.section-4 {
    margin-left: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 400;
}

.column-25 {
    display: inline-block;
}

.articletype3 {
    display: block;
}

.articletype3:hover {
    color: #1e88e5;
}

.datelink2:hover {
    color: #1e88e5;
}

.clientcontent {
    margin-bottom: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 16px;
    line-height: 33px;
}

.clientcontent._2 {
    text-align: right;
}

.clientcontent.btm {
    margin-top: 40px;
}

.clientcontent.btm._32 {
    margin-bottom: 10px;
}

.clientcontent.af {
    margin-bottom: 10px;
}

.clientcontent.af.list {
    margin-bottom: 0px;
}

.clientcontent.af.header {
    font-weight: 900;
}

.clientcontent.af.header.indent {
    color: #be5927;
}

.clientcontent.af.indent {
    display: block;
    padding-left: 20px;
}

.clientcontent.af.indent.again {
    display: block;
}

.tellstorybtn {
    width: 150px;
    border: 2px solid #1e88e5;
    border-radius: 125px;
    background-color: transparent;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.tellstorybtn:hover {
    border-color: #ff8524;
}

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

.clientstatsdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.clientstatsdiv._2 {
    width: 100%;
}

.clientstatsdiv.v2 {
    margin-bottom: 0px;
}

.statimage {
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: left;
    border-radius: 0px;
}

.number {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #00467f;
    font-size: 40px;
    font-weight: 900;
}

.stattext {
    position: static;
    display: block;
    float: none;
    clear: none;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
    font-size: 16px;
}

.clientdivider {
    width: 90%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    background-color: #f5f5f5;
}

.column-26 {
    padding-right: 0px;
}

.clientimagediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
    height: 95px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    background-color: transparent;
}

.columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.columns-12 {
    font-family: Avenirnextltpro;
}

.columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.heroicon {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
}

.rtcol {
    padding-left: 0px;
}

.mobilenav {
    display: none;
}

.mobilesectiontab {
    display: none;
}

.bluepillsection {
    display: none;
}

.clientsuccesdiv {
    display: none;
}

.columns-16 {
    margin-bottom: 0px;
}

.spacerdiv {
    display: none;
}

.sectiontop {
    display: none;
}

.bluesectionabout {
    display: none;
}

.offersection {
    display: none;
}

.spacerdivabout {
    display: none;
}

.newsroommobilediv {
    display: none;
}

.newsroombluediv {
    display: none;
}

.newsroomarticlesection {
    display: block;
    padding-right: 40px;
}

.container-8 {
    display: none;
}

.articlesectionnewsroom {
    display: block;
    margin-left: 0px;
    padding-right: 40px;
}

.mobilenewstopbar {
    display: none;
}

.mobiletopicssection {
    display: none;
}

.mobilecolumnsarticle {
    display: none;
}

.articlecompanyname {
    display: none;
}

.stockinfodivmobile {
    display: none;
}

.columns-20 {
    display: none;
}

.tickerinfodiv {
    display: none;
}

.companyinfodivarticle {
    display: none;
}

.companyinfodivarticle._2 {
    display: block;
}

.companyinfodivarticle._2.thisw {
    display: none;
}

.languageselection {
    display: none;
}

.mobilesectiontell {
    display: none;
}

.column-57 {
    position: static;
}

.section-6 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.accountsections {
    display: none;
}

.container-12 {
    display: none;
}

.mobilequote {
    display: none;
}

.selectblue {
    display: none;
}

.mobileformsubmitsection {
    display: none;
}

.loginsection {
    display: none;
}

.image-12 {
    position: static;
    bottom: 3px;
    display: inline-block;
    max-width: 100%;
}

.image-12.tile {
    width: 25px;
}

.copysection {
    position: absolute;
}

.toparticlesection {
    display: block;
}

.painfreediv {
    padding: 30px;
    border-radius: 25px;
    background-color: #eee;
}

.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-right: 0px;
    padding-left: 0px;
}

.body-2 {
    display: block;
}

.column-71 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.div-block-8 {
    width: 218px;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #2f373c;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
}

.link-24 {
    color: #e6eaee;
}

.columns-28 {
    height: 100%;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.div-block-9 {
    padding: 11px 27px 25px 25px;
    border-bottom: 1px solid #fff;
}

.link-25 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
}

.text-block-35 {
    margin-top: 0px;
    margin-left: 13px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 12px;
    border-bottom: 1px solid #fff;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 12px;
    border-bottom: 1px solid #fff;
}

.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: 0px;
}

.image-14 {
    width: 20px;
    height: 20px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-right: 13px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 20px;
    line-height: 20px;
}

.link-26 {
    color: #fefeff;
    font-size: 16px;
}

.list-item-6 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 71px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.link-27 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
}

.link-28 {
    margin-bottom: 15px;
}

.link-29 {
    margin-bottom: 15px;
}

.dashboard-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.div-block-13 {
    width: auto;
    padding-top: 22px;
    padding-right: 150px;
    padding-left: 120px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-15 {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.heading-2 {
    padding-bottom: 15px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 25px;
}

.heading-2.center {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #00467f;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.heading-2.center.anw {
    color: #373e98;
}

.button-6 {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 25px;
    background-color: #1e88e5;
    color: #fff;
    font-size: 16px;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.form-block-6 {
    display: block;
    margin-bottom: 0px;
}

.form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.text-field-7 {
    margin-bottom: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 16px;
}

.submit-button-2 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
}

.div-block-15 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(30, 136, 229, 0.5);
}

.div-block-15.welcome-dlg {
    z-index: 1000;
    display: none;
}

.div-block-16 {
    padding: 8px 30px 40px 105px;
    border-radius: 274px;
    background-color: #fff;
}

.image-16 {
    position: relative;
    z-index: 10001;
    width: 22px;
    height: 22px;
    padding-bottom: 35px;
    float: right;
}

.text-block-37 {
    margin-bottom: 30px;
    color: #1e88e5;
    font-size: 25px;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-right: 60px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-38 {
    margin-bottom: 30px;
    color: #2f373c;
    font-size: 35px;
}

.div-block-18 {
    width: 100%;
}

.div-block-19 {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #959ca2;
}

.column-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-39 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #2f373c;
    font-size: 18px;
    text-align: center;
}

.column-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-7 {
    padding: 17px 60px;
    border-radius: 274px;
    background-color: #ff8524;
    color: #fff;
    font-size: 20px;
}

.columns-29 {
    padding-bottom: 40px;
}

.text-block-40 {
    margin-bottom: 15px;
    color: #2f373c;
    font-size: 16px;
    font-weight: 900;
}

.div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 156px;
    height: 165px;
    margin-right: 30px;
    padding-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 10px;
    background-color: transparent;
}

.div-block-21.actived {
    margin-right: 30px;
    background-color: #1e88e5;
}

.div-block-21.end {
    margin-right: 0px;
}

.text-block-41-2 {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.text-block-41-2.text-primary {
    color: #1e88e5;
}

.div-block-22 {
    margin-bottom: 25px;
}

.round-border-10 {
    border-style: solid;
    border-width: 1px;
    border-color: #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 {
    padding: 15px 30px;
    border-radius: 50px;
}

.text-block-41 {
    color: #1e88e5;
    font-size: 16px;
}

.div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-block-42 {
    font-size: 14px;
}

.div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-block-43 {
    margin-left: 5px;
    color: #959ca2;
    font-size: 14px;
}

.div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-block-44 {
    margin-right: 15px;
    color: #959ca2;
    font-size: 14px;
}

.text-block-45 {
    color: #959ca2;
    font-size: 14px;
}

.image-17 {
    margin-bottom: 30px;
    float: right;
    clear: none;
}

.termsbold {
    margin-bottom: 10px;
}

.termsbold.pp {
    color: #2f373c;
}

.bold-text-7 {
    padding-right: 10px;
    color: #1e88e5;
    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: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.aboutwhodiv.about {
    margin-bottom: 30px;
}

.aboutwhodiv.contact {
    margin-bottom: 100px;
}

.aboutwhodiv.awlp {
    position: static;
    margin-top: 0px;
}

.aboutwhodiv.awlp.btm-space {
    margin-bottom: 100px;
}

.whodiv {
    padding-right: 20px;
    padding-left: 20px;
}

.whodiv.lft {
    border-right: 1px solid #eee;
}

.whodiv.rt {
    border-left: 1px solid #eee;
}

.whodiv._2 {
    margin-bottom: 30px;
}

.whohead {
    margin-bottom: 15px;
    color: #be5927;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.whohead._2 {
    color: #373e98;
    font-size: 16px;
    text-align: left;
}

.whohead._2.cont {
    margin-bottom: 6px;
}

.text-block-46 {
    margin-bottom: 0px;
    color: #2f373c;
    font-size: 16px;
    text-align: left;
}

.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 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #2f373c;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.whoandwhatheag._2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    color: #1e88e5;
}

.whoandwhatheag.tell {
    max-width: 1000px;
    color: #1e88e5;
}

.companylogowho {
    background-color: #fff;
}

.whoclientlogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 110px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #be5927;
    border-radius: 125px;
    background-color: #be5927;
}

.whologo {
    height: auto;
    max-height: 90px;
    max-width: 150px;
}

.officemap {
    width: 450px;
    height: 200px;
    margin-top: 30px;
    float: right;
}

.mapdiv {
    margin-bottom: 100px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}

.mapdiv.cont {
    padding-top: 0px;
}

.finddiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.findhead {
    max-width: none;
    margin-bottom: 10px;
    padding-top: 2px;
    clear: none;
    font-size: 20px;
    font-weight: 900;
}

.findaddress {
    clear: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #959ca2;
    font-size: 16px;
}

.findus {
    display: block;
    width: 44px;
    margin-right: 10px;
    padding-bottom: 0px;
    float: left;
    clear: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.address {
    width: auto;
    max-width: none;
    float: none;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.div-block-27 {
    padding-right: 60px;
    float: right;
}

.innerdivfind {
    width: 100%;
}

.text-span-16 {
    display: block;
    margin-left: 20px;
}

.text-span-17 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.heading-3 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 500;
}

.popupheading {
    margin-bottom: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

.modalwrapper-popupnewsroom {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 70, 127, 0.8);
}

.signupform-custnewsroom {
    position: fixed;
    left: 33%;
    top: 8%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 600px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 20px;
    clear: left;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #00467f;
    text-align: center;
}

.popheader {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #be5927;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 500;
}

.html-embed-3 {
    margin-top: 84px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.popsubheader {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.customnewsroomclose {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 28px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #be5927;
}

.closetext {
    padding-top: 4px;
}

.display-words-html {
    margin-right: 20px;
    margin-left: 20px;
}

.spinner-html {
    margin-right: 20px;
    margin-left: 20px;
}

.relateddocs-html {
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.msg-template-html {
    margin-right: 20px;
    margin-left: 20px;
}

.success {
    margin-right: 20px;
    margin-left: 20px;
}

.loadingsection {
    height: 70vh;
    padding: 60px 20px;
}

.heading-4 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #373e98;
    font-weight: 900;
    text-align: center;
}

.loadtext {
    margin-bottom: 60px;
    color: #959ca2;
    font-size: 16px;
    text-align: center;
}

.div-block-28 {
    text-align: center;
}

._w-lightbox-spinner {
    padding: 20px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 400;
    text-align: center;
}

.html-embed-4 {
    color: #00467f;
    text-align: center;
}

.msgtemplate {
    text-align: center;
}

.g2embedcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.g2embedcode.mid {
    margin-top: 40px;
    margin-bottom: 0px;
}

.placeholder {
    height: 77px;
}

.need {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.distpartner {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
}

.distpartner.link {
    width: 16%;
    padding-bottom: 0px;
}

.tellmystorytabs {
    margin-bottom: 40px;
    text-align: center;
}

.tab-link-tab-2-2 {
    width: 150px;
    margin-right: 0px;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
}

.tab-link-tab-2-2.w--current {
    margin-left: 10px;
    background-color: #00467f;
    color: #f5f5f5;
}

.tab-link-tab-1-2 {
    margin-right: 0px;
    padding: 10px;
    border-radius: 0px;
    background-color: transparent;
    opacity: 0.45;
}

.tab-link-tab-1-2.w--current {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    color: #f5f5f5;
    text-align: center;
}

.priceoption {
    width: 190px;
    height: 275px;
    margin-right: 0px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 6px 6px 0px 0px;
    background-color: transparent;
    text-align: center;
}

.priceoption.mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.priceoption.mid.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.priceoption.mid.partlogo {
    display: block;
    width: 100%;
    height: 95px;
    padding: 10px 0px 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-color: #00467f;
    border-left-width: 2px;
    background-color: transparent;
}

.priceoption.mid.partlogo._1 {
    border-right-style: none;
    border-bottom-style: none;
}

.priceoption.mid.partlogo._2 {
    border-right-style: none;
}

.priceoption.mid.partlogo.topline2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-style: none;
    text-align: center;
}

.priceoption.mid.partlogo.topline2.grey {
    border-right-style: none;
    border-left-style: none;
    background-color: #f5f5f5;
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-color: #ddd;
    border-bottom-width: 2px;
}

.priceoption.mid.partlogo.topline2.feature2.side.d2 {
    height: 85px;
    border-color: #959ca2;
    border-top-width: 0.5px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    background-color: #e7e7e7;
}

.priceoption.mid.partlogo.topline2.feature2.side.d3 {
    height: 85px;
    border-color: #959ca2;
    border-top-width: 0.5px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-left-radius: 15px;
    background-color: #dadada;
}

.priceoption.mid.partlogo.topline2.top {
    border-top-style: solid;
}

.priceoption.mid.partlogo.topline2.top.side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid transparent;
    border-top-left-radius: 15px;
    background-color: transparent;
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-bottom: 10px;
    border-top-width: 2px;
    border-right-style: none;
    background-color: #fadbcb;
}

.priceoption.mid.partlogo.onlineonly.blank {
    border-style: none;
    border-width: 1px;
    background-color: transparent;
}

.priceoption.mid.partlogo.onlineonly._2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: 2px none #00467f;
    border-top-width: 1px;
    border-bottom-style: none;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-left-radius: 15px;
    background-color: #1e88e5;
    text-align: right;
}

.priceoption.mid.partlogo.onlineonly._2.rt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: none;
    border-left-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    background-color: #1e88e5;
}

.priceoption.mid.partlogo.d1 {
    background-color: #f5f5f5;
}

.priceoption.mid.partlogo.d1.b1 {
    height: auto;
    padding-bottom: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-left-radius: 15px;
    background-color: #c7e5ff;
}

.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-right-style: solid;
    border-left-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 {
    display: block;
    width: 100%;
    height: 95px;
    padding: 10px 0px 2px;
    border-style: solid;
    border-color: #00467f;
    border-right-width: 2px;
}

.priceoption.mid.topline.feature {
    height: 80px;
}

.priceoption.mid.topline.call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-color: #ddd;
}

.priceoption.mid.topline.call.end {
    border-bottom-width: 2px;
}

.priceoption.mid.topline.call.end.d3 {
    height: 85px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    background-color: #dadada;
}

.priceoption.mid.topline.call.end.d3.n {
    border-bottom-right-radius: 0px;
}

.priceoption.mid.topline.call.d1 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: #959ca2;
    border-top-style: none;
    border-right-style: none;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 0.5px;
    background-color: #fff;
}

.priceoption.mid.topline.call.d1._25 {
    padding-top: 24px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-right-radius: 15px;
}

.priceoption.mid.topline.call.d2 {
    height: 85px;
    border-color: #959ca2;
    border-right-width: 1px;
    border-left-width: 0.5px;
}

.priceoption.mid.topline.call.d2._25 {
    border-right-width: 2px;
}

.priceoption.mid.topline.call.d3 {
    height: 85px;
    border-color: #959ca2;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-right-radius: 15px;
    background-color: #dadada;
}

.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;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 6px;
    border-top-style: none;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-style: none;
    background-color: #c7e5ff;
}

.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: 0px;
    border-top-right-radius: 0px;
}

.priceoption.topleft._2 {
    height: 63px;
    border-width: 1px 2px 1px 1px;
    border-top-left-radius: 0px;
}

.priceoption.topleft._2.b1 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #1e88e5;
    border-left-style: none;
    background-color: #1e88e5;
}

.priceoption.topleft._3 {
    border-style: none;
}

.priceoption.topleft.b1 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-color: #fff;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: #1e88e5;
    border-left-width: 1px;
    background-color: #1e88e5;
}

.priceoption.topright {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #959ca2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
}

.priceoption.topmiddle {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #959ca2;
    border-top-width: 1px;
    border-right-style: none;
    border-left-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.optiontitle {
    margin-bottom: 0px;
    color: #be5927;
    font-size: 18px;
    text-align: center;
}

.optiontitle.wht {
    border-bottom: 1px solid #1e88e5;
    color: #fff;
}

.tabdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.button-8 {
    font-size: 16px;
}

.optionbtn {
    position: static;
    left: 0%;
    top: 25px;
    right: 0%;
    bottom: 0%;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 16px;
}

.optionbtn:hover {
    background-color: #be5927;
    color: #fff;
}

.optionprice {
    position: static;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #00467f;
    font-size: 28px;
}

.optionprice.onlineonly {
    position: static;
    right: -80px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: right;
}

.optionprice.onlineonly._2 {
    display: none;
}

.optionprice.type {
    display: none;
}

.html-embed-5 {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newdivider {
    height: 1px;
    margin-bottom: 40px;
    background-color: transparent;
    background-image: linear-gradient(273deg, transparent, #ddd 50%, hsla(0, 0%, 74.9%, 0));
}

.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 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10px;
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-83 {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.productdescribe {
    margin-left: 0px;
    color: #959ca2;
    font-size: 16px;
}

.productdescribe.title {
    margin-bottom: 40px;
    color: #2f373c;
    text-align: left;
}

.productdescribe.title.sub {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 0px;
    color: #959ca2;
}

.productdescribe.lft {
    margin-left: 20px;
}

.pricecolumn {
    width: 20%;
    padding-bottom: 0px;
    text-align: left;
}

.image-18 {
    height: 40px;
    max-width: none;
}

.optioncheck {
    height: 20px;
    max-width: none;
    margin-right: 10px;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.optioncheck.co {
    height: 30px;
}

.priceper {
    position: relative;
    top: auto;
    margin-bottom: 0px;
    color: #959ca2;
}

.pricing_spa {
    opacity: 1;
}

.needhelp {
    font-size: 28px;
}

.helpbtn {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 150px;
    background-color: #be5927;
    font-size: 16px;
    text-align: center;
}

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

.lpbtmcontent {
    color: #f16775;
    font-size: 16px;
    text-align: left;
}

.lpsubhead {
    margin-bottom: 20px;
    color: #373e98;
    font-size: 24px;
    line-height: 25px;
    font-weight: 900;
}

.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: 0px;
}

.lpsubhead.v2 {
    margin-bottom: 60px;
    line-height: 29px;
}

.lpsubhead._2 {
    color: #f16775;
}

.lpsubhead.anw {
    line-height: 32px;
}

.lph1 {
    margin-top: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #f16775;
    font-weight: 900;
}

.lph1.buynow {
    position: static;
    display: block;
    margin-bottom: 5px;
    color: #373e98;
}

.lplist {
    margin-bottom: 30px;
}

.lplist.only {
    margin-top: 30px;
}

.lplist.btm-space {
    margin-bottom: 100px;
}

.list-item-7 {
    padding-right: 20px;
}

.lpformdiv {
    display: block;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 25px;
    background-color: #f5f5f5;
    text-align: center;
}

.lpformdiv._1column {
    width: auto;
    max-width: 600px;
    margin-top: 20px;
}

.lpformdiv.pf {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
}

.lpformdiv.update {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
}

.section-8.update {
    position: static;
}

.list-item-8 {
    padding-right: 0px;
}

.halfformdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.column-84 {
    display: block;
}

.text-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.optionselect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 150px;
    background-color: #00467f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.optionselect:hover {
    background-color: #be5927;
    color: #fff;
}

.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 {
    display: inline-block;
    margin-right: 5px;
    padding-left: 20px;
}

.private {
    font-size: 14px;
}

.public {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.radio-button {
    margin-right: 10px;
    margin-left: 0px;
}

.radio-button-2 {
    margin-right: 10px;
    margin-left: 0px;
}

.footerdiv {
    position: relative;
    bottom: 0px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}

.footerdiv.new {
    margin-bottom: 0px;
}

.footerdiv.leadgen {
    display: block;
}

.contactdiv {
    display: inline-block;
    margin-right: 20px;
}

.image-19 {
    position: static;
    top: auto;
    bottom: 3px;
    float: none;
    clear: right;
}

.image-19.tile {
    width: 25px;
    max-width: none;
    margin-right: 10px;
}

.image-20 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #373e98;
}

.image-20.tile {
    width: 25px;
    margin-right: 10px;
}

.line {
    margin-right: 4px;
}

.enhancementdiv {
    padding-right: 20px;
    padding-left: 30px;
    border-right: 1px solid #ddd;
}

.enhancementtitle {
    margin-bottom: 4px;
    color: #be5927;
    font-size: 20px;
    font-weight: 900;
}

.enhancementtextcopy {
    color: #959ca2;
    font-size: 16px;
}

.columnsnew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sliderselect {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21;
    text-align: center;
}

.sliderbarpricing {
    width: 400px;
    height: 8px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 0px;
    border: 1px none #000;
    border-radius: 150px;
    background-color: #ddd;
    line-height: 10;
}

.slidercircle {
    position: relative;
    left: 0px;
    top: 15px;
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 150px;
    background-color: #00467f;
}

.slidercircle.grey {
    position: relative;
    top: 20px;
    width: 35px;
    height: 35px;
    float: right;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.slidercircle.grey.left {
    float: left;
}

.slidercircle.left {
    top: 20px;
    width: 35px;
    height: 35px;
    float: left;
    border: 1px solid #00467f;
    background-color: #be5927;
}

.slidercircle.mid {
    top: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.columns-31 {
    clear: none;
}

.slderdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.slidercolumns {
    width: 525px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
}

.packageselect {
    color: #00467f;
    font-size: 24px;
    line-height: 22px;
    font-weight: 900;
}

.packageselect._1 {
    float: left;
    font-size: 24px;
    line-height: 22px;
}

.packageselect._3 {
    padding-right: 10px;
    float: right;
    text-align: center;
}

.pricecolumnnew {
    width: 25%;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
}

.pricecolumnnew.best {
    width: 25%;
    margin-top: 0px;
}

.pricesectiontop {
    padding: 20px 20px 10px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #ddd #ddd #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}

.pricesectiontop.best {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: transparent;
}

.pricegrey {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.pricegrey.best {
    color: #fff;
}

.each {
    color: #959ca2;
    font-size: 12px;
    font-weight: 400;
}

.each.best {
    color: #fff;
}

.online {
    margin-bottom: 20px;
    color: #1e88e5;
    font-size: 24px;
    text-align: center;
}

.online.best {
    color: #b2dbff;
}

.pricesection2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 215px;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: left;
}

.pricesection2.best {
    background-color: #00467f;
}

.selectdescriptiongrey {
    display: inline;
    color: #959ca2;
    font-size: 16px;
    text-align: left;
}

.selectdescriptiongrey.best {
    color: #fff;
    text-align: left;
}

.pricesectionbtm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #ddd;
    border-bottom: 1px none #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
}

.pricesectionbtm.best {
    background-color: transparent;
}

.pricesectionbtm.btnholder {
    height: auto;
    padding-top: 0px;
    border-bottom-style: solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.optionselectbtn {
    position: static;
    width: 100%;
    margin-top: 0px;
    border-radius: 150px;
    background-color: #00467f;
    font-size: 16px;
}

.optionselectbtn:hover {
    background-color: #be5927;
    color: #fff;
}

.optionselectbtn.best {
    margin-bottom: 0px;
}

.mostpopluar {
    position: absolute;
    left: 0%;
    top: -13%;
    right: 0%;
    bottom: auto;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #be5927;
    border-radius: 150px;
    background-color: #fff;
    text-align: center;
}

.mostpopluar._1 {
    top: -13%;
}

.mostpoptxt {
    color: #be5927;
}

.text-block-48 {
    color: #2f373c;
}

.requirementstitle {
    margin-left: 17px;
    font-weight: 900;
}

.requiredlist {
    margin-left: 5px;
    color: #959ca2;
}

.requiredlist:hover {
    color: #959ca2;
}

.requirementlistdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.greencheck {
    width: 12px;
    height: 12px;
}

.redx {
    width: 12px;
    height: 12px;
}

.optcalllink {
    color: #2f373c;
}

.optcalllink:hover {
    color: #be5927;
}

.pricingfacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricingfacts.blue {
    color: #fff;
}

.pricingfacts._2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pricingfactcheck {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.pricingfactcheck.blue {
    background-color: #00467f;
}

.pricingfactcheck._2 {
    margin-top: 2px;
}

.image-21 {
    border-radius: 150px;
    background-color: #f5f5f5;
}

.pricefacttxt {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.boldedfact {
    font-weight: 900;
}

.factsdiv {
    margin-bottom: 14px;
}

.column-88 {
    padding-right: 0px;
}

.slidertabs {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 485px;
    height: 8px;
    margin: 10px auto 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.tab-link-tab-3-2 {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.tab-link-tab-3-2.w--current {
    border-color: #00467f;
    background-color: #be5927;
}

.tab-link-tab-2-3 {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.tab-link-tab-2-3.w--current {
    border-color: #00467f;
    background-color: #be5927;
}

.tab-link-tab-1-3 {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 150px;
    background-color: #f5f5f5;
}

.tab-link-tab-1-3.w--current {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    border: 1px solid #00467f;
    border-radius: 150px;
    background-color: #be5927;
}

.tabs-content {
    padding-top: 20px;
}

.infodivicon {
    position: static;
    left: 10px;
    top: 89px;
    right: 0%;
    bottom: 0%;
    width: 15px;
    height: 15px;
    max-width: none;
    margin-right: 5px;
    padding-top: 0px;
}

.infodivicon._2 {
    margin-right: 0px;
    margin-bottom: 4px;
}

.iconinfo {
    overflow: hidden;
    width: 15px;
    height: 15px;
    max-width: none;
}

.priceeach {
    color: #959ca2;
}

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

.tooltipdiv {
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 123px;
    z-index: 9999;
    width: 250px;
    padding: 20px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 10px;
    background-color: #fff;
}

.infocontent {
    font-size: 16px;
}

.xclose {
    position: relative;
    top: -11px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    margin-bottom: 0px;
    padding-top: 2px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #be5927;
    border-radius: 150px;
    color: #be5927;
    text-align: center;
}

.moreinfo {
    padding-top: 2px;
    float: right;
    color: #959ca2;
}

.moreinfodiv {
    display: inline-block;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.moreinfodiv._2 {
    position: static;
    display: inline;
    margin-left: 4px;
    padding: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
}

.moreinfodivpop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    overflow: visible;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: none;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 0px;
    background-color: rgba(47, 55, 60, 0.5);
    box-shadow: 0 2px 3px 0 #959ca2;
    text-align: center;
}

.moreinfocolumn {
    position: static;
    top: 0px;
    display: inline-block;
    height: 200px;
    padding: 10px 0px;
    float: left;
    clear: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 10px;
    background-color: #fff;
}

.moreinfocolumn.in {
    height: 210px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.moreinfocolumn.rt {
    height: 210px;
    padding-bottom: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.moreinfocolumn.lft {
    height: 210px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.inforow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inforow._2 {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #f5f5f5;
}

.inforowtext {
    padding-top: 0px;
    border: 1px none #2f373c;
    font-size: 16px;
    font-weight: 300;
}

.infotitlepop {
    margin-bottom: 10px;
    margin-left: 10px;
    color: #1e88e5;
    font-size: 16px;
}

.popheaderinfo {
    display: block;
    margin-bottom: 20px;
    clear: both;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #be5927;
    font-size: 25px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.whatsincludeddiv {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.columnpop {
    padding-top: 10px;
    float: left;
    clear: none;
}

.infotext {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #2f373c;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.infotext._2 {
    color: #1e88e5;
    text-align: center;
}

.rowpop {
    height: 30px;
    padding: 3px 10px;
}

.rowpop.g {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    background-color: #eee;
}

.popdivbox {
    position: relative;
    top: 15%;
    max-width: 600px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.zendeskchatdiv {
    position: fixed;
    left: auto;
    top: auto;
    right: 4px;
    bottom: 6%;
    display: block;
}

.columns-32 {
    padding-bottom: 20px;
}

.contactform {
    position: relative;
    top: -32px;
}

.contactform.contact {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 6px;
    background-color: transparent;
    text-align: left;
}

.sectiontitle {
    margin-bottom: 20px;
    color: #be5927;
    font-size: 18px;
}

.listcontent {
    margin-bottom: 4px;
    color: #959ca2;
    font-size: 16px;
}

.listcontent.last {
    margin-bottom: 40px;
}

.listcontent.last.notofffered {
    color: #ddd;
    text-decoration: line-through;
}

.listcontent.notoffered {
    color: #ddd;
    text-decoration: line-through;
}

.listcontent.selectaddon {
    padding-left: 0px;
    border-left: 4px none #959ca2;
    color: #ddd;
}

.addon {
    color: #1e88e5;
}

.distlink:hover {
    color: #1e88e5;
}

.distlinknotoffered {
    color: #ddd;
}

.distlinknotoffered:hover {
    color: #959ca2;
}

.disttitlediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.companyinfobox {
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #f5f5f5;
}

.companyinfobox.mid {
    padding-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    text-align: left;
}

.companyinfobox.mid.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00467f;
}

.companyinfobox.mid.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.companyinfobox.mid.update {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.companyinfologobox {
    width: 100%;
    padding: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: transparent;
}

.companyinfologobox.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
}

.companyinfologobox.update {
    margin-right: auto;
    margin-left: auto;
}

.columns-33 {
    padding-bottom: 10px;
}

.infoboxall {
    position: absolute;
    left: auto;
    top: 205px;
    right: 40px;
    bottom: auto;
    overflow: visible;
    width: 300px;
    padding-bottom: 10px;
}

.infoboxall.v2 {
    position: static;
    width: 250px;
    height: 100%;
    padding: 20px;
    border-radius: 0px 6px 6px 0px;
    background-color: #edf4fa;
}

.infoboxall.v2.top {
    padding-bottom: 30px;
    border-bottom-right-radius: 0px;
    background-color: #f5f5f5;
}

.infoboxall.update {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.infocolumn {
    position: relative;
    height: 75vh;
}

.aticlecontainerleft {
    position: static;
    width: 78%;
    padding-right: 0px;
    padding-left: 40px;
    clear: none;
}

.aticlecontainerleft.v2 {
    width: 100%;
    padding-left: 0px;
}

.aticlecontainerleft.update {
    width: 100%;
    padding-left: 0px;
}

.dropdown-list-3 {
    margin-right: 10px;
}

.dropdown-list-3.w--open {
    left: 0px;
    overflow: scroll;
    height: 300px;
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.quotebox {
    display: block;
    margin-top: 20px;
}

.block-quote-2 {
    border-left-color: #be5927;
    color: #959ca2;
    font-size: 18px;
    font-weight: 300;
}

.mark {
    font-size: 38px;
}

.resourcetitle {
    display: inline-block;
    margin-bottom: 20px;
    float: left;
    color: #be5927;
    font-size: 16px;
    font-weight: 900;
}

.resourcelink {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    clear: left;
    font-size: 16px;
}

.resourcelink:hover {
    color: #be5927;
}

.resourcedivlittle {
    display: block;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.resourcedivlittle.rightside {
    padding-top: 0px;
    padding-left: 10px;
    border-left: 2px solid #f5f5f5;
    background-color: transparent;
    text-align: left;
}

.exchangelogo {
    max-width: 150px;
    margin-right: 0px;
    border-radius: 150px;
}

.exchangelogo._2 {
    max-width: 75px;
}

.exchangelogo.sec {
    padding-top: 5px;
    padding-bottom: 5px;
}

.exchangelink {
    margin-right: 20px;
    padding-bottom: 0px;
    border-radius: 150px;
    background-color: #f5f5f5;
    color: #fff;
}

.bottomplaceholder {
    display: block;
}

.bottomplaceholder.cnewsroom {
    display: block;
    height: 100px;
}

.column-89 {
    display: none;
}

.learnmorelink {
    display: block;
    width: 125px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 125px;
    background-color: #be5927;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

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

.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 {
    left: 0px;
    overflow: scroll;
    height: 300px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.products-subheader {
    margin-bottom: 30px;
    color: #be5927;
    font-size: 18px;
}

.type-div {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 13px;
}

.type-div.top {
    display: block;
    margin-bottom: 60px;
    float: none;
    clear: none;
}

.type-div.top.update {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.related {
    display: inline-block;
    font-size: 16px;
}

.load-more {
    width: 125px;
    max-width: 150px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: 1px solid #be5927;
    border-radius: 125px;
    background-color: transparent;
    color: #be5927;
    font-size: 14px;
    text-align: center;
}

.load-more:hover {
    background-color: #be5927;
    color: #fff;
}

.load-more.v2 {
    border-color: #373e98;
    border-radius: 6px;
    color: #373e98;
}

.load-more.v2:hover {
    background-color: #373e98;
    color: #fff;
}

.option-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 40px;
    padding-bottom: 10px;
    clear: none;
}

.option-tabs.agency {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.option-tabs.public-ecomm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.full-option-tab-column {
    width: 25%;
    padding: 0px 0px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

.full-option-tab-column._2 {
    border-left-style: none;
}

.full-option-tab-column._2.update {
    padding-bottom: 0px;
}

.full-option-tab-column._2.update2 {
    width: 33%;
    padding-bottom: 10px;
}

.full-option-tab-column._2.update2.left {
    border-left-style: solid;
}

.full-option-tab-column._2.public-ecom {
    border-left-style: solid;
}

.full-option-tab-column.update {
    padding-bottom: 0px;
}

.full-option-tab-column.update2 {
    width: 33%;
    padding-bottom: 0px;
    text-align: left;
}

.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-right: auto;
    margin-left: auto;
}

.full-option-tab-column.public-ecom {
    width: 40%;
}

.option-price {
    font-size: 31px;
    font-weight: 900;
    text-align: left;
}

.option-price.agencies {
    font-size: 65px;
}

.option-each {
    font-size: 20px;
    font-weight: 300;
}

.option-label {
    position: relative;
    bottom: 11px;
    display: inline-block;
    margin-left: 10px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #fff;
    color: #f16775;
    font-size: 20px;
}

.option-button {
    width: 80%;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 125px;
    background-color: #373e98;
    text-align: center;
}

.option-button:hover {
    background-color: #f16775;
    color: #fff;
}

.option-content-1 {
    margin-top: 20px;
    color: #959ca2;
    font-size: 14px;
}

.option-content-1.list {
    margin-top: 0px;
}

.option-content-1.listtop {
    margin-bottom: 5px;
    color: #00467f;
}

.option-content-1.listtop.drop {
    margin-top: 10px;
}

.option-content-1.listitem {
    margin-top: 0px;
    font-size: 16px;
    text-align: left;
}

.option-content-1.blue {
    margin-bottom: 10px;
    color: #373e98;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.option-content-1.public-ecom {
    text-align: left;
}

.option-list {
    padding-left: 15px;
}

.option-bullet {
    color: #2f373c;
    font-size: 14px;
}

.option-price-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.option-price-div.update {
    height: auto;
}

.option-price-div.agencies {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.option-content-1-div {
    height: 150px;
    padding-right: 10px;
    padding-left: 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;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.option-button-div {
    display: block;
    height: auto;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.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 {
    margin-left: 0px;
    color: #be5927;
    font-size: 14px;
    font-weight: 900;
}

.option-tab-div {
    max-width: 1100px;
    text-align: center;
}

.option-tab-div.pub-ecomm {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.dollarsign {
    font-size: 24px;
    font-weight: 300;
}

.tabs-menu-2 {
    text-align: right;
}

.tabs-menu-2.options {
    position: relative;
    top: -38px;
    display: inline-block;
    max-width: 367px;
    margin-top: 40px;
    margin-bottom: 0px;
    float: right;
    clear: none;
}

.tabs-menu-2.options.update {
    margin-top: 15px;
    margin-bottom: 0px;
}

.tabs-menu-2.options.update._2 {
    margin-top: 10px;
}

.tabs-menu-2.options.update2 {
    position: static;
    top: -45px;
}

.tabs-menu-2.options.agencies {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}

.tabs-menu-2.options.public-ecomm {
    display: block;
    width: 367px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: right;
}

.option-tab-link {
    border-style: solid;
    border-width: 1px;
    border-color: #373e98;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: transparent;
    font-size: 14px;
}

.option-tab-link:hover {
    color: #be5927;
    text-align: right;
}

.option-tab-link.w--current {
    border-style: solid;
    border-width: 1px;
    border-color: #373e98;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: #373e98;
    color: #fff;
    font-size: 14px;
}

.tab-link-mid {
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #1e88e5;
    background-color: transparent;
    font-size: 14px;
}

.tab-link-mid:hover {
    color: #f16775;
}

.tab-link-mid.w--current {
    background-color: #373e98;
    color: #fff;
}

.tab-link-right {
    border-style: solid;
    border-width: 1px;
    border-color: #373e98;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    background-color: transparent;
    font-size: 14px;
}

.tab-link-right:hover {
    color: #f16775;
}

.tab-link-right.w--current {
    background-color: #373e98;
    color: #fff;
}

.mostpop {
    display: block;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    border: 1px solid #1e88e5;
    border-radius: 125px;
    background-color: #cae6ff;
    color: #1e88e5;
    font-size: 12px;
}

.tabs-content-2 {
    clear: right;
}

.tabs-content-2.new {
    min-width: 500px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.body-3 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.body-4 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.columns-34 {
    display: inline-block;
}

.image-22 {
    display: block;
}

.column-91 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-92 {
    padding-right: 0px;
    padding-left: 0px;
}

.msgbox.success {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 125px;
    background-color: rgba(35, 179, 76, 0.5);
}

.msgbox.warning {
    border-radius: 125px;
    background-color: rgba(228, 218, 25, 0.5);
}

.msgbox.danger {
    border-radius: 125px;
    background-color: rgba(255, 2, 2, 0.5);
}

.pleasewait {
    display: none;
    margin-left: 0px;
    float: none;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
}

.pleasewait:hover {
    color: #f5f5f5;
}

.changesapprove {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999999;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00467f;
}

.proofnumber {
    display: inline-block;
}

.text-block-52 {
    display: inline-block;
    margin-top: 0px;
    float: left;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 300;
}

.proofid {
    display: inline-block;
    float: none;
    color: #fff;
    font-size: 16px;
}

.proofid-div {
    display: inline-block;
    margin-top: 8px;
    float: left;
}

.container-14 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.changes {
    display: inline-block;
    float: right;
    clear: none;
}

.makechanges {
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 125px;
    background-color: transparent;
    font-size: 14px;
}

.makechanges:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

.makechanges:active {
    display: inline-block;
}

.approve {
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #be5927;
    border-radius: 125px;
    background-color: #be5927;
    font-size: 14px;
}

.approve:hover {
    background-color: transparent;
    color: #be5927;
}

.makechanges-div {
    position: absolute;
    left: auto;
    top: 9%;
    right: 40px;
    bottom: auto;
    z-index: 9998;
    display: none;
    width: 75%;
    height: auto;
    min-height: 200px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px 0px;
    float: right;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.container-15 {
    height: 100%;
}

.text-field-8 {
    overflow: scroll;
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 5px;
}

.form-4 {
    height: 100%;
}

.makechanges-form {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.makehanges-btn {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 100px;
    border-radius: 125px;
    font-size: 14px;
    text-align: center;
}

.makehanges-btn.original {
    display: none;
}

.cancel {
    display: inline-block;
    margin-left: 20px;
    color: #959ca2;
    cursor: pointer;
}

.textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}

.msg-box {
    display: block;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    background-color: #fff3cd;
}

.title {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    color: #be5927;
    font-size: 16px;
    font-weight: 900;
}

.title.pop {
    margin-top: 0px;
    color: #2f373c;
}

.message {
    display: inline-block;
    color: #be5927;
    font-size: 16px;
}

.closemessage {
    display: inline-block;
    margin-top: 2px;
    float: right;
    clear: none;
    color: #be5927;
    font-size: 16px;
}

.close {
    display: inline-block;
    margin-top: 5px;
    float: right;
    color: #be5927;
    font-size: 16px;
    cursor: pointer;
}

.html-embed-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #be5927;
    font-size: 16px;
}

.popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0.5px;
    border-color: #ccc;
    border-radius: 150px;
    background-color: #fff;
}

.popup-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.text-span-22 {
    color: #be5927;
}

.tight {
    display: block;
    line-height: 20px;
    white-space: normal;
}

.text-span-23 {
    line-height: 33px;
}

.hl {
    color: #be5927;
}

.link-30 {
    margin-left: 3px;
}

.productnavdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.productnavlink {
    width: 10%;
    margin-right: 0px;
    padding-bottom: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}

.productnavlink.w--current {
    color: #be5927;
}

.text-block-53 {
    line-height: 15px;
    text-align: center;
}

.priductimage {
    max-width: 65%;
    margin-right: auto;
    margin-left: auto;
}

.verticaldivider {
    width: 1px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ddd;
}

.unsubscribetext {
    margin-bottom: 20px;
    color: #2f373c;
    font-size: 16px;
    text-align: left;
}

.unsubscribebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #be5927;
    border-radius: 25px;
    background-color: #be5927;
    text-align: center;
}

.unsubbtntxt {
    color: #f5f5f5;
    font-size: 16px;
}

.spinner {
    display: none;
    margin-top: 0px;
    margin-right: 4px;
    padding-top: 0px;
    clear: left;
    text-align: left;
}

.testdriveopen {
    color: #00467f;
    font-size: 18px;
}

.testdrivecolm {
    margin-top: 20px;
}

.testdrivelist {
    margin-top: 10px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #959ca2;
}

.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 {
    margin-bottom: 40px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #f16775;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
}

.wegetsmall {
    color: #373e98;
    font-size: 20px;
}

.testdriveform_html {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    background-color: transparent;
}

.column-97.testcolrt {
    padding-left: 30px;
}

.bold-text-15 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.testcolleft {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
}

.testcolleft.price {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
}

.testcolleft.camp {
    padding-left: 0px;
}

.sharearticle {
    margin-top: 2px;
    float: none;
    font-size: 14px;
}

.sharearticle.company {
    display: block;
}

.column-98 {
    padding-right: 0px;
}

.thankyouimage {
    position: relative;
    top: -29px;
    margin-right: auto;
    margin-left: auto;
}

.thankyouimage.sub {
    top: auto;
}

.column-99 {
    position: static;
    text-align: center;
}

.columns-36 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wereready {
    display: inline;
    color: #2f373c;
    font-size: 20px;
    line-height: 30px;
}

.wereready.seelink {
    color: #be5927;
}

.bold-text-16 {
    display: inline;
    color: #373e98;
}

.bold-text-16:hover {
    color: #f16775;
}

.columns-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-modalwrapper-prdist {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(30, 136, 229, 0.75);
}

.productform {
    width: 425px;
    padding: 20px 20px 0px;
    border-radius: 12px;
    background-color: #fff;
}

.productfromtitle {
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
}

.bold-text-17 {
    color: #be5927;
}

.closeproductbutton {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 150px;
}

.closexproducts {
    padding-top: 2px;
    border: 1px none #fff;
    border-radius: 150px;
    color: #fff;
    font-size: 25px;
}

.prodsub {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}

.fanytext {
    color: #be5927;
    font-size: 20px;
}

.fanytext.pay {
    color: #f16775;
}

.products-modalwrapper-custnews {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.products-modal-wrapper-webcast {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.products-modalwrapper-datafeeds {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.products-modalwrapper-compliane {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.products-modalwrapper-analytics {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(30, 136, 229, 0.75);
}

.testtext {
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    font-style: italic;
    font-weight: 500;
}

.sitemaplink {
    display: block;
    font-size: 16px;
}

.sitemaplink._2 {
    display: block;
    margin-left: 20px;
    float: none;
    clear: none;
}

.sitemaplink.last {
    margin-bottom: 20px;
}

.sitemapdiv {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.meantime {
    color: #959ca2;
    font-size: 16px;
}

.thankyoutext {
    display: inline-block;
    margin-bottom: 10px;
    color: #959ca2;
    font-size: 16px;
}

.thankyousocial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bold-text-18 {
    font-weight: 900;
}

.clicklink {
    color: #be5927;
    font-weight: 900;
}

.div-block-29 {
    padding-right: 20px;
}

.div-block-30 {
    padding-right: 20px;
}

._404-section {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._404title {
    padding-left: 20px;
    color: #373e98;
    font-size: 30px;
}

._404title.oops {
    margin-top: 20px;
    margin-bottom: 80px;
    padding-left: 0px;
    color: #f16775;
    font-size: 10vw;
    font-weight: 900;
}

.oppsdiv {
    text-align: left;
}

._404image {
    width: 300px;
    max-width: none;
}

.price-box-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #959ca2;
}

._5for {
    margin-bottom: 30px;
    color: #be5927;
    font-size: 22px;
}

._5for.big {
    margin-bottom: 40px;
    color: #00467f;
    font-size: 75px;
}

.numbers {
    text-align: center;
}

.list-2 {
    color: #959ca2;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

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

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

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

.ordersummarydiv {
    position: fixed;
    left: auto;
    top: 22%;
    right: 4%;
    bottom: auto;
    width: 27%;
    max-width: 45%;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 15px;
    background-color: #f5f5f5;
}

.text-block-54 {
    font-weight: 500;
}

.ordersummarytitle {
    font-size: 13px;
    font-weight: 900;
}

.summarydivider {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 10px;
    background-color: #ddd;
}

.summarydivider._2 {
    margin-top: 10px;
}

.orderdetails {
    display: inline-block;
    margin-right: 20px;
    padding-right: 0px;
    font-size: 13px;
}

.orderdetails.subtotal {
    color: #959ca2;
}

.orderdetaildiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.orderprice {
    display: inline-block;
    margin-right: 0px;
    color: #959ca2;
}

.orderprice.subtotal {
    margin-right: 0px;
}

.orderprice.total {
    margin-right: 0px;
}

.orderdelete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #959ca2;
    border-radius: 125px;
    color: #959ca2;
}

.orderclose {
    display: inline-block;
    border: 1px solid #959ca2;
    border-radius: 100px;
}

.couponcode {
    width: 175px;
    margin-bottom: 0px;
    border-radius: 125px;
}

.couponform {
    margin-top: 15px;
}

.couponapply {
    display: inline-block;
    margin-top: 8px;
    float: right;
    color: #1e88e5;
}

.lptabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lptabs._2 {
    margin-bottom: 20px;
}

.lppriceone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 10px 5px 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

.pakagetypelp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #be5927;
    font-size: 20px;
}

.dolloarsign {
    margin-left: 10px;
    color: #2f373c;
}

.pricelarger {
    color: #2f373c;
    font-size: 30px;
    font-weight: 900;
}

.eachlp {
    margin-left: 6px;
    padding-left: 0px;
    color: #2f373c;
    font-size: 18px;
}

.lpdescript {
    display: inline-block;
    color: #959ca2;
    font-size: 14px;
}

.optionbuttonlp {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.optionbuttonlp:hover {
    background-color: #be5927;
    color: #fff;
}

.innerleftlp {
    display: inline-block;
    width: 69%;
}

.lptab1 {
    border: 1px solid #1e88e5;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: #fff;
    font-size: 14px;
}

.lptab1.w--current {
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background-color: #1e88e5;
    color: #fff;
    font-size: 14px;
}

.lptab2 {
    border: 1px solid #1e88e5;
    background-color: #fff;
    font-size: 14px;
}

.lptab2.w--current {
    background-color: #1e88e5;
    color: #fff;
}

.lptab3 {
    border: 1px solid #1e88e5;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    background-color: #fff;
    font-size: 14px;
}

.lptab3.w--current {
    background-color: #1e88e5;
    color: #fff;
}

.copyrightupdate {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #959ca2;
    text-align: left;
}

.copyrightupdate.leftside {
    position: static;
    display: block;
    margin: 5px auto 0px;
    text-align: center;
}

.copyrightupdate-section {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-block-31 {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 11px;
    text-align: center;
}

.div-block-31.new {
    margin-top: 0px;
}

.div-block-31.new.lower {
    margin-top: 10px;
}

.div-block-31.new.lower.left {
    margin-top: 0px;
    margin-left: 0px;
}

.text-span-24 {
    color: #be5927;
    font-size: 30px;
    font-weight: 500;
}

.lpupdate-html-div {
    margin-bottom: 50px;
}

.zendesk-chat-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.widgetholder {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mylauncher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 125px;
    background-color: #00467f;
    font-size: 14px;
    text-align: center;
}

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

.html-embed-7 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
}

.lpupdatetext {
    font-size: 14px;
}

.lpupdatetext.other {
    margin-bottom: 20px;
    color: #2f373c;
}

.pricelist {
    padding-left: 15px;
    color: #959ca2;
}

.list-item-10 {
    color: #959ca2;
}

.list-item-11 {
    color: #959ca2;
}

.list-item-12 {
    color: #959ca2;
}

.chatcolumn {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px none #ddd;
}

.mobilechat {
    display: none;
}

.html-embed-8 {
    display: none;
}

.othertile {
    display: block;
    width: 30%;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

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

.othersertvicesdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.colorbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #373e98;
}

.colorbox:hover {
    color: #fff;
}

.spacer {
    height: 100px;
}

.show-more-drop {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.dropdown-list-6 {
    text-align: left;
}

.dropdown-list-6.w--open {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: left;
}

.dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-toggle-5.w--open {
    padding-bottom: 10px;
}

.show-more-toggle {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-list-7 {
    text-align: left;
}

.dropdown-list-7.w--open {
    position: relative;
    background-color: #fff;
}

.link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #fff;
}

.link-block-6:hover {
    color: #f16775;
}

.registertext {
    color: #f16775;
    font-size: 22px;
    text-align: center;
}

.chartimage {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.image-23 {
    width: 20%;
    max-width: none;
}

.badgeimge {
    width: 20%;
}

.htmlbasdge {
    width: 14%;
    text-align: center;
}

.htmlbasdge:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.htmlbasdge._23 {
    width: 10%;
}

.htmlbasdge.anw {
    width: 10%;
}

.container-16 {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0px solid #000;
    text-align: left;
}

.container-16.tos {
    padding-right: 0px;
    padding-left: 0px;
}

.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: 0px;
}

.set-up-content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.set-up-content.head {
    font-size: 18px;
    font-weight: 900;
}

.set-up-content.list {
    margin-top: 10px;
}

.set-up-content.recordtype {
    font-weight: 900;
    text-align: center;
}

.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 {
    display: block;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.domainimage {
    width: 100%;
}

.div-block-32 {
    margin-bottom: 40px;
    padding: 0px;
    border-radius: 6px;
    background-color: transparent;
}

.suite-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
}

.suite-box.last {
    margin-bottom: 40px;
}

.suite-box.last.v2 {
    width: 100%;
    padding: 0px;
}

.suite-box.last.v2.end {
    margin-bottom: 10px;
}

.suite-box.first {
    margin-top: 40px;
    clear: left;
}

.columns-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(82deg, hsla(0, 0%, 100%, 0), #fff 73%), url('../images/journalists-slice.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.columns-40.customer {
    background-image: linear-gradient(257deg, hsla(0, 0%, 100%, 0), #fff 73%), url('../images/customers-slice.png');
    background-position: 0px 0px, 50% 100%;
}

.columns-40.employee {
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(73%, #fff)), url('../images/employees-slice.png');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 73%), url('../images/employees-slice.png');
}

.columns-40.inestpr {
    background-image: linear-gradient(266deg, hsla(0, 0%, 100%, 0), #fff 73%), url('../images/nvestor-slice.png');
    background-position: 0px 0px, 50% 50%;
}

.newsroomsuite {
    height: auto;
    margin-top: 40px;
    padding: 20px;
    border-radius: 6px;
    background-color: #f5f5f5;
    text-align: center;
}

.newsroomsuite.for {
    margin-bottom: 40px;
}

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

.newsroomsuite.light.connect {
    margin-top: 0px;
}

.column-102 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.news-question-mg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: none;
    border: 2px none #959ca2;
    border-radius: 125px;
    background-color: transparent;
}

.div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.screenshot-holder {
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: #959ca2;
}

.screenshot-holder.slide {
    width: 85%;
}

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

.column-108 {
    padding-right: 0px;
    text-align: center;
    text-decoration: none;
}

.welcometonewsroomv2 {
    color: #373e98;
    font-size: 18px;
}

.columns-41 {
    position: relative;
}

.columns-41.newsv2 {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.newsroomv2-title-block {
    position: relative;
}

.newsroom-hero-v2 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
    width: 450px;
    height: 450px;
    float: right;
}

.newsroom-hero-v2.reg {
    position: relative;
    right: 0px;
}

.column-109 {
    position: relative;
}

.div-block-34 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.herov2-holder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -13%;
    bottom: auto;
    height: auto;
    min-height: 480px;
    margin-bottom: 0px;
    float: none;
}

.hero-all-holder-top {
    position: relative;
    height: auto;
    margin-bottom: 70px;
}

.hv2-width-restric {
    width: 75%;
}

.text-span-26 {
    font-weight: 300;
}

._4-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns-42 {
    margin-bottom: 40px;
}

.columns-42.onlinenewsroom {
    margin-top: 40px;
    margin-bottom: 0px;
}

.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: transparent;
}

.mask-2 {
    height: auto;
}

.slide-nav-4 {
    display: none;
}

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

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

.right-arrow-2 {
    color: #959ca2;
}

.left-arrow-2 {
    color: #959ca2;
}

.column-110 {
    margin-bottom: 40px;
    padding-right: 0px;
}

.column-110.mid {
    margin-bottom: 0px;
}

.columns-43 {
    width: 100%;
    margin-bottom: 40px;
}

.columns-43._2 {
    margin-bottom: 0px;
}

.columns-43._2.centervertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.width-restrict {
    width: 90%;
}

.width12 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.herov2-img {
    display: block;
    width: 100%;
    max-width: 445px;
}

.slide-img {
    position: relative;
    display: inline-block;
    width: 95%;
    max-width: 83%;
    margin-bottom: 20px;
}

.text-span-27 {
    color: #f16775;
    font-size: 30px;
}

.text-span-28 {
    color: #373e98;
}

.formpopnewsroom {
    position: relative;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.formpopnewsroom.anw {
    width: 100%;
}

.formpopnewsroom.anw.spacetop {
    margin-top: 40px;
}

.formpopnewsroom.space {
    margin-top: 40px;
}

.newsroom-form-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #959ca2;
    border-radius: 125px;
    color: #959ca2;
}

.newsroom-form-close:hover {
    border-color: #be5927;
    color: #be5927;
}

.newsroom-form-close.contact {
    position: absolute;
    left: auto;
    top: -2%;
    right: 2%;
    bottom: auto;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.headtextv2 {
    font-size: 42px;
    font-weight: 900;
}

.v2navdrop {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.v2-navtoggle {
    display: inline-block;
    padding: 30px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 2px none transparent;
    color: #00467f;
    font-size: 15px;
    font-weight: 500;
}

.v2-navtoggle:hover {
    border-bottom: 2px none #be5927;
    color: #be5927;
}

.v2-navtoggle.w--open {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-style: none;
    border-bottom-color: #be5927;
}

.v2-navtoggle.anw {
    color: #373e98;
}

.v2-nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 20px;
    border-bottom: 2px none transparent;
    color: #00467f;
    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-right: 0px;
    margin-left: 0px;
    padding: 30px 0px 30px 20px;
    font-size: 15px;
}

.v2-nav-link.cta {
    background-color: #00467f;
    color: #fff;
}

.v2-nav-link.cta:hover {
    background-color: #1e88e5;
}

.v2-nav-link.cta.anw {
    background-color: #373e98;
    color: #f5f5f5;
}

.v2-nav-link.cta.anw:hover {
    background-color: #f16775;
}

.v2-nav-link.anw {
    color: #373e98;
}

.v2-nav-bg {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.v2-nav-bg.pdm {
    padding-right: 75px;
    padding-left: 40px;
}

.v2-nav-logo {
    max-width: 200px;
}

.v2-nav-logo.lp {
    margin-right: auto;
}

.container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-17.pdm {
    max-width: 1045px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-17.pdm._23 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-menu-v2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.nav-menu-v2.hide {
    display: none;
}

.nav-menu-v2.lp23 {
    display: none;
}

.dropdown-list-8 {
    background-color: #f5f5f5;
}

.dropdown-list-8.w--open {
    padding: 30px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
}

.drop-link-v2 {
    padding-right: 30px;
    padding-left: 30px;
    color: #00467f;
    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: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/collaboration-connect.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/collaboration-connect.png');
    background-position: 0px 0px, 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: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/investor-img.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/investor-img.png');
    background-size: auto, cover;
}

.section-9.hero.inner.newsroomecom {
    width: auto;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/investor-img.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/investor-img.png');
}

.section-9.hero.inner.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/nvestor-slice.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/nvestor-slice.png');
    background-position: 0px 0px, 50% 50%;
}

.section-9.hero.inner.whitepapers {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ACCESSWIRE-WebinarsAndWhitepapers-bg2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ACCESSWIRE-WebinarsAndWhitepapers-bg2.jpg');
    background-position: 0px 0px, 50% 20%;
}

.section-9.hero.inner.casestudy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ACCESSWIRE_CaseStudy_Hero.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ACCESSWIRE_CaseStudy_Hero.jpg');
    background-position: 0px 0px, 50% 39%;
    background-repeat: repeat, no-repeat;
}

.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%, 0px 0px;
    background-size: 469px, auto;
    background-repeat: no-repeat, repeat;
}

.section-9.gradient.vs {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89))), url('../images/versusBG.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89)), url('../images/versusBG.png');
    background-position: 0px 0px, 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;
    padding-top: 180px;
    background-image: url('../images/main-586.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-9.light {
    text-align: center;
}

.section-9.light.uses {
    padding-bottom: 20px;
}

.section-9.light.review {
    padding-top: 0px;
    background-color: #f5f5f5;
}

.section-9.light.review.top {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}

.section-9.new {
    padding-bottom: 60px;
}

.section-9.new.pdm {
    padding-right: 75px;
    padding-left: 75px;
}

.section-9.new.pdm.anw {
    padding-right: 60px;
    padding-left: 60px;
}

.connect-farther {
    margin-bottom: 15px;
    color: #f16775;
    font-size: 32px;
    line-height: 32px;
}

.connect-farther.hide-desktop {
    display: none;
}

.connect-farther.center {
    max-width: 875px;
    margin-right: auto;
    margin-left: auto;
    color: #f16775;
    font-weight: 500;
    text-align: center;
}

.connect-farther.center.h {
    max-width: none;
}

.connect-farther._32 {
    color: #f16775;
    font-size: 40px;
}

.better {
    display: inline;
    width: 100%;
    color: #373e98;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.better._32 {
    font-size: 40px;
}

.connect-holder {
    width: 100%;
    margin-bottom: 0px;
}

.connect-holder.only-phone {
    display: none;
}

.connect-holder.home-hero {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: hsla(0, 0%, 100%, 0.75);
}

.connect-holder.leadgen {
    padding-right: 40px;
}

.columns-44 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-44.topper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.v2-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.v2-button-holder.hero {
    margin-top: 40px;
}

.scale-image {
    margin-right: auto;
    margin-left: auto;
}

.handymarker {
    position: absolute;
    left: -29%;
    top: auto;
    right: 0%;
    bottom: -81%;
    z-index: -1;
    width: 200px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-74deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(-74deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.top-section-v2 {
    padding-bottom: 0px;
}

.section-2v2 {
    padding-bottom: 20px;
}

.section-2v2._2 {
    padding-bottom: 0px;
}

.connecttitles {
    color: #f16775;
    font-size: 32px;
}

.connecttitles.anw {
    color: #f16775;
}

.better-v2 {
    color: #373e98;
    font-size: 32px;
    font-weight: 900;
}

.better-v2.anw {
    color: #373e98;
}

.share-link {
    color: #373e98;
}

.share-link:hover {
    color: #f16775;
}

.no-extras {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.no-extra-tile {
    width: 24%;
    padding: 20px 10px;
    border: 1px none #000;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
}

.no-extra-tile.end {
    width: 23%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: none;
}

.section-9.dark {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.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 {
    position: static;
    background-color: #f9f9f9;
}

.section-9.light.new-newsroom {
    background-color: #f5f5f5;
}

.section-9.light.connect {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-9.orange {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #373e98;
    color: #373e98;
}

.section-9.orange.w {
    padding-top: 60px;
    background-color: #fff;
}

.columns-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sample-distributions {
    width: 100%;
    margin-bottom: 6px;
    padding: 10px;
    background-color: transparent;
}

.column-111 {
    padding-right: 20px;
}

.columns-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-24 {
    box-shadow: 8px 8px 0 0 #ddd;
}

.columns-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-48 {
    margin-top: 40px;
    margin-bottom: 0px;
}

.div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.compnay-tpe-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.column-113 {
    padding-right: 20px;
    padding-left: 0px;
}

.column-113.this {
    padding-right: 20px;
}

.bold-orange {
    color: #f16775;
    font-weight: 900;
}

.text-span-29 {
    font-weight: 400;
}

.client-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.image-26 {
    max-width: none;
}

.client-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.v2-footer {
    overflow: hidden;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.v2-footer.lp {
    padding-top: 10px;
}

.tagline-holder {
    margin-top: 20px;
}

.div-block-36 {
    margin-top: 40px;
}

.collaborate-table-holder {
    margin-top: 40px;
}

.html-embed-10 {
    margin-right: auto;
    margin-left: auto;
}

.quote-cirlce {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 0px;
    padding: 5px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 125px;
    background-color: #be5927;
}

.quote-cirlce.anw {
    background-color: #f16775;
}

.quote-icon {
    font-family: 'Great Vibes', cursive;
    color: #fff;
    font-size: 46px;
    line-height: 1em;
}

.div-block-37 {
    width: 6px;
    height: 18px;
    margin-right: 6px;
    background-color: #fff;
    -webkit-transform: skew(-13deg, 0deg);
    -ms-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
}

.div-block-37.last {
    height: 18px;
    margin-right: 0px;
}

.div-block-38 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75%;
    margin: 40px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nametitle {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #1e88e5;
    line-height: 50px;
    font-weight: 900;
}

.nametitle.anw {
    color: #f16775;
}

.quote-icon {
    width: 75%;
}

.slide-8 {
    height: auto;
    padding-left: 0px;
    background-color: transparent;
}

.right-arrow-3 {
    display: none;
}

.left-arrow-3 {
    display: none;
}

.slider-3 {
    height: auto;
    background-color: transparent;
}

.mask-3 {
    height: auto;
}

.slide-nav-5 {
    margin-top: 0px;
}

.div-block-39 {
    padding-bottom: 10px;
}

.hero-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-40 {
    padding-bottom: 10px;
}

.hero-holder-left {
    width: 50%;
}

.hero-holder-right {
    width: 50%;
}

.html-embed-14.box {
    box-shadow: 11px 11px 0 0 #be5927;
}

.html-embed-14.sample {
    background-color: transparent;
}

.faqtile {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.faqtile.first {
    padding-top: 0px;
}

.faqtile.last {
    border-bottom-style: none;
}

.list-item-13 {
    padding-bottom: 0px;
}

.list-item-14 {
    margin-bottom: 10px;
}

.div-block-41 {
    padding: 10px;
}

.div-block-41.hq {
    width: 30%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

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

.div-block-42 {
    position: relative;
    padding-top: 10px;
}

.coms-div {
    height: 255px;
    padding: 20px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 6px;
}

.coms-div.anw {
    height: 280px;
}

.hero-btn {
    width: 300px;
    border-radius: 125px;
    background-color: #be5927;
}

.hero-btn.anw {
    background-color: #f16775;
}

.dropdown-toggle-6 {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 16px;
}

.dropdown-toggle-6.w--open {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 16px;
}

.dropdown-list-9.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.public-table {
    margin-top: 20px;
}

.starteddiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.started-price-box {
    width: 30%;
    padding: 20px 10px 0px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.list-3 {
    text-align: left;
}

.list-item-15 {
    text-align: left;
}

.svings {
    color: #959ca2;
    font-size: 20px;
    font-weight: 500;
}

.youtube-neswroom {
    margin-top: 60px;
}

.column-119 {
    padding-right: 0px;
    padding-left: 0px;
}

.orange {
    color: #373e98;
    font-size: 20px;
}

.steps-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps-tile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 60px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.steps-tile.last {
    margin-bottom: 0px;
}

.head.lline-sample {
    margin-left: 0px;
    padding-left: 0px;
}

.headline-sample {
    padding-left: 20px;
}

.number-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00467f;
    border-radius: 0px;
    background-color: #fff;
}

.number-circle.up {
    left: -60px;
    top: 0px;
    border-right-style: none;
    border-radius: 125px 0px 0px 125px;
}

.number-circle.up:hover {
    border-color: #be5927;
    border-radius: 125px 0px 0px 125px;
    background-color: #ddd;
    color: transparent;
}

.number-circle.up:active {
    font-style: italic;
}

.number-circle.up._2 {
    top: -12px;
}

.number-circle.up._3 {
    top: 0px;
    border-right-style: none;
}

.number-circle.up._4 {
    top: 0px;
}

.number-circle.up.tooltip {
    position: static;
    left: 5px;
    top: 5px;
    margin-bottom: 20px;
}

.press-release-sample-holder {
    width: 92%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
    padding: 20px;
    float: none;
    border-style: none;
    border-width: 1px;
    border-color: #ddd;
}

.share-now {
    display: inline-block;
    height: auto;
    margin-left: 20px;
}

.div-block-44 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-44._2 {
    margin-top: 10px;
}

.div-block-44._2.sample {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-9.article {
    padding-top: 60px;
}

.section-9.articlevv2 {
    padding-top: 120px;
    background-color: #f5f5f5;
}

.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 {
    position: relative;
    margin-top: 40px;
}

.div-block-46 {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 6px;
    background-color: #e9e9e9;
}

.div-block-47 {
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 6px;
    background-color: #e9e9e9;
}

.div-block-48 {
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px none #e9e9e9;
    border-radius: 6px;
    background-color: #e9e9e9;
}

.div-block-49 {
    position: relative;
    padding: 10px;
    border-radius: 6px;
    background-color: #e9e9e9;
}

.pr-template-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 0px 20px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

.title-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: 20px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 1px solid #ddd;
}

.content-side {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-side.sample {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsroom-ecom-suite {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 8px;
}

.suite-choice-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ecom-newsroom-icon {
    max-width: 50px;
    margin-right: 10px;
    float: none;
}

.news-ecom-words {
    width: 80%;
}

.news-ecom-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.suite-title {
    position: absolute;
    left: 40%;
    top: -3%;
    right: 0%;
    bottom: auto;
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f9f9f9;
    color: #be5927;
    font-size: 18px;
    text-align: center;
}

.text-block-56 {
    color: #f16775;
    font-size: 20px;
}

.columns-54 {
    margin-bottom: 40px;
}

.hide-for-now {
    display: block;
}

.press-release-tooltip-bg {
    position: absolute;
    left: 113%;
    top: -4%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border: 2px solid #be5927;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
}

.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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.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 {
    position: relative;
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tool-tip-arrow {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leftie {
    float: none;
    text-align: left;
}

.tabs-4 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.registerholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    clear: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.register-form-side {
    width: 60%;
    padding: 20px 20px 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fff;
}

.register-info-side {
    width: 40%;
    padding: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #e8e8e8;
}

.order-summary-holder {
    margin-top: 10px;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #ccc;
}

.order-summary-holder.coupon {
    height: auto;
    margin-top: 40px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
}

.order-summary-holder.total {
    border-bottom-style: none;
}

.order-summary-holder.top {
    margin-top: 0px;
    padding-top: 0px;
}

.register-form-holder {
    margin-top: 10px;
}

.text-field-9 {
    height: 50px;
    border-radius: 6px;
}

.register-text-field {
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 16px;
}

.register-text-field.phone {
    width: 100%;
    margin-bottom: 5px;
}

.register-text-field.password {
    width: 100%;
}

.register-label {
    position: relative;
    left: 19px;
    top: 16px;
    z-index: 1;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #fff;
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
}

.newsroom-register-button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: #be5927;
    font-size: 16px;
}

.preferredmethodbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 50px;
    border-radius: 6px;
}

.preferredemail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d1d1d1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.preferredphone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.preferred-emial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1e88e5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fff;
    font-size: 16px;
}

.preferred-emial:hover {
    color: #2f373c;
}

.preferred-emial.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #1e88e5;
    background-color: #1e88e5;
    color: #fff;
    font-size: 16px;
}

.preferred-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: auto;
}

.preferred-phone:hover {
    color: #2f373c;
}

.preferred-phone.w--current {
    border: 1px solid #1e88e5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #1e88e5;
    color: #fff;
}

.form-title {
    font-size: 20px;
}

.form-title.btm {
    margin-bottom: 10px;
}

.plan-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.savings {
    display: none;
    margin-left: 10px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
}

.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;
    margin-bottom: 0px;
    border-radius: 6px 0px 0px 6px;
    font-size: 16px;
}

.coupon-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-button-3 {
    height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.countryselect {
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    color: #959ca2;
    font-size: 16px;
}

.stateselect {
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    color: #959ca2;
    font-size: 16px;
}

.perfdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-content-3 {
    display: none;
}

.contact-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    height: auto;
    margin-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
}

.toggle-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #6c757d;
    border-radius: 6px 0px 0px 6px;
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.toggle-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
}

.tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    color: #1e88e5;
}

.tabs-content-4 {
    display: none;
}

.payment-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
}

.toggle-monthly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #373e98;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: transparent;
    color: #373e98;
    font-size: 16px;
}

.toggle-annually {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1e88e5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #373e98;
    color: #fff;
    font-size: 16px;
}

.checkbox-label {
    color: #6c757d;
    font-size: 12px;
}

.modalpopbg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 512px;
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
}

.modalclose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
}

.modal-closer {
    margin-top: 40px;
    border-radius: 6px;
    background-color: #1e88e5;
    color: #fff;
    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 {
    display: inline-block;
    font-size: 16px;
}

.ordermain-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ordermain-holder.total {
    height: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.order-price {
    font-size: 16px;
    text-align: right;
}

.sub-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    font-style: italic;
}

.form-block-7 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.subtotal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.subtotal.top {
    height: 40px;
    margin-top: 10px;
    padding-top: 0px;
    border-bottom-style: none;
}

.subtotal.btm {
    height: auto;
    padding-bottom: 20px;
}

.number-holder {
    position: absolute;
    left: -76px;
    top: 22px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1255px;
    background-color: #f16775;
    color: #fff;
    font-size: 20px;
}

.number-holder.share {
    top: 5px;
}

.number-holder.breakdown {
    position: relative;
    left: 3px;
    top: -30px;
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
}

.grey-line {
    position: absolute;
    left: -50px;
    top: 43px;
    width: 61px;
    height: 2px;
    background-color: #e9e9e9;
}

.grey-line.share {
    top: 24px;
    width: 51px;
}

.article-sharediv {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 6px;
    background-color: #e9e9e9;
}

.article-sharediv.sample {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.pr-breakdown {
    margin-bottom: 40px;
    padding: 0px 10px 20px;
    border: 1px solid #1e88e5;
    border-radius: 6px;
    background-color: #fff;
}

.articlesample {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 40px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 25px;
}

.text-span-31 {
    background-color: #f5ff2e;
}

.sample-holder {
    margin-top: 20px;
    margin-bottom: 6px;
    padding-top: 20px;
    padding-left: 40px;
    border-top: 1px solid #ddd;
}

.password-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pw-holder {
    width: 55%;
}

.password-reqs {
    width: 45%;
    padding-top: 20px;
    padding-left: 15px;
}

.line-1 {
    margin-bottom: 12px;
    padding-left: 0px;
}

.line2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.errorx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-bottom: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.preferred-email-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preferred-phone-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.preferred-phone-link:hover {
    color: #6c757d;
}

.link-block-7 {
    color: #fff;
}

.preferred-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #6c757d;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
    cursor: auto;
}

.preferred-phone1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #6c757d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    color: #6c757d;
    font-size: 16px;
}

.card-info-box {
    display: block;
    height: 38px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.select-country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    padding-left: 23px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c757d;
    font-size: 16px;
}

.confirmerror {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btm-download {
    display: none;
    margin-top: 40px;
}

.button-9 {
    text-transform: uppercase;
}

.templatedl-btn {
    border: 1px solid #1e88e5;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.templatedl-btn:hover {
    border: 1px solid #1e88e5;
    border-radius: 6px;
    background-color: #fff;
    color: #1e88e5;
}

.tour-modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding: 28px 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(47, 55, 60, 0.3);
}

.tour-box-bg {
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
}

.tour-box-bg.vertical {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tour-box-bg.vertical.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
}

.tour-hero-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 240px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/welomeHerop.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/welomeHerop.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.tour-hero-btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tour-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

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

.text-block-57 {
    font-size: 2.5rem;
}

.large-newsroom {
    font-size: 1.7em;
    line-height: 70px;
    font-weight: 900;
}

.tour-text {
    font-size: 16px;
    line-height: 1.7em;
}

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

.take-tour-btn {
    width: 200px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}

.take-tour-btn:hover {
    border: 2px solid #1e88e5;
    background-color: #fff;
    color: #1e88e5;
}

.skip-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: 2px solid transparent;
    color: #1e88e5;
    font-size: 16px;
    text-align: center;
}

.skip-link:hover {
    border-bottom: 2px solid #00467f;
    color: #00467f;
    text-decoration: none;
}

.left-arrow-4 {
    display: none;
}

.right-arrow-4 {
    display: none;
}

.slide-9 {
    position: relative;
    height: auto;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
}

.div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider-image {
    overflow: hidden;
    width: 75%;
    height: 277px;
    min-height: auto;
    margin: 20px auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

.mask-4 {
    position: relative;
    height: auto;
    border-radius: 12px;
}

.slider-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
}

.tour-titles {
    color: #00467f;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
}

.slide-nav-6 {
    position: absolute;
    display: none;
}

.slider-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-button-holder.inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider-btn-go-back {
    width: 100px;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    background-color: #fff;
    color: #1e88e5;
    font-size: 16px;
    text-align: center;
}

.slider-btn-go-back:hover {
    background-color: #1e88e5;
    color: #fff;
}

.slider-btn-next {
    width: 100px;
    border: 2px solid #1e88e5;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.slider-btn-next:hover {
    border-color: #00467f;
    background-color: #00467f;
    color: #fff;
}

.tour-trigger {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    padding-top: 1px;
    float: right;
    clear: none;
    border-style: solid;
    border-width: 1px;
    border-color: #6c757d;
    border-radius: 125px;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-align: center;
}

.html-embed-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.couponmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 3px 5px 3px 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2px;
    background-color: #fcfaa6;
    color: #6c757d;
}

.text-block-58 {
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 13px;
    line-height: 12px;
}

.msgholder {
    width: 85%;
}

.msgcloser {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.msgboxbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 5px 3px 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2px;
    background-color: #fcfaa6;
    color: #6c757d;
}

.faq-tabs {
    max-width: none;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-bottom: 0px;
    border: 1px none #00467f;
    font-size: 16px;
    text-align: center;
}

.faqtab {
    border-style: none;
    border-width: 2px 1px 2px 2px;
    border-color: #00467f;
    background-color: transparent;
    color: #373e98;
}

.faqtab:hover {
    color: #f16775;
}

.faqtab.w--current {
    border-left-width: 1px;
    background-color: transparent;
    color: #f16775;
    text-decoration: underline;
}

.faqtab.lasg {
    border-style: none none none solid;
    border-width: 1px;
    color: #373e98;
}

.faqtab.lasg:hover {
    color: #f16775;
}

.faqtab.lasg._1 {
    border-style: none none none solid;
    border-width: 1px 2px 1px 1px;
    color: #373e98;
}

.faqtab.lasg._1:hover {
    color: #f16775;
}

.faqtab.lasg._1.w--current {
    color: #f16775;
}

.faqtab.first {
    border-top-style: none;
    border-right-style: none;
    border-right-width: 2px;
    border-left-style: none;
}

.container-19 {
    display: block;
}

.article-v2-holder {
    margin-bottom: 20px;
}

.article-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 0 0.25rem 0 rgba(0, 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 {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #959ca2;
}

.article-date.v2 {
    margin-top: 0px;
    color: #6c757d;
    text-align: right;
}

.article-date.v3 {
    text-align: left;
}

.article-preview {
    margin-top: 10px;
    color: #212529;
    font-size: 1rem;
}

.article-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.article-image.noshow {
    display: none;
}

.box-words {
    position: relative;
    width: 80%;
    height: auto;
    padding: 24px 24px 14px;
    text-align: left;
}

.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: 0px;
}

.columns-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-120 {
    padding-right: 20px;
}

.download-pr-template-link {
    max-width: 350px;
}

.tag-holder {
    display: block;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tag-holder.art {
    display: none;
    margin-bottom: 25px;
}

.tag {
    position: relative;
    display: inline-block;
    width: auto;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #e8a584;
    font-weight: 900;
}

.tag.aerospace {
    display: inline-block;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
    background-color: #ce8632;
    color: #fff;
    font-weight: 900;
}

.tag.company-update {
    display: inline-block;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
    background-color: #be5927;
    color: #642202;
    font-weight: 900;
}

.tag.agriculture {
    display: inline-block;
    padding: 4px 20px 0px;
    background-color: #ce6832;
    color: #fff;
}

.tag.auto {
    background-color: #e3900a;
    color: #692300;
}

.tag.banking {
    background-color: #a33f0d;
    color: #f08047;
}

.tag.biotech {
    background-color: #be5927;
    color: #4b1c04;
}

.tag.blockchain {
    background-color: #69b2f2;
    color: #175a95;
}

.tag.business {
    margin-bottom: 0px;
    background-color: #003e72;
    color: #fff;
}

.tag.chemicals {
    background-color: #2371b3;
    color: #7fbaeb;
}

.tag.cleantech {
    background-color: #1e88e5;
    color: #032b4e;
}

.tag.closedend {
    background-color: #959ca2;
    color: #393939;
}

.tag.computers {
    background-color: #bdbfc1;
    color: #5f5c5c;
}

.tag.consumer {
    background-color: #6ed309;
    color: #3a8108;
}

.tag.education {
    background-color: #5cac0c;
    color: #31620f;
}

.tag.electronics {
    background-color: #23b34c;
    color: #054d19;
}

.tag.exchangetraded {
    background-color: #077b28;
    color: #022c0e;
}

.tag.food {
    background-color: #088866;
    color: #0b000b;
}

.tag.healthcare {
    background-color: #05644b;
    color: #29bd94;
}

.tag.industrial {
    background-color: #09d39e;
    color: #077657;
}

.tag.metals {
    background-color: #dee1dd;
    color: #27363d;
}

.tag.oil {
    background-color: #c4cdc1;
    color: #fff;
}

.tag.paper {
    background-color: #99aead;
    color: #163130;
}

.tag.publishing {
    background-color: #4a787e;
    color: #052b2f;
}

.tag.realestate {
    background-color: #1711af;
    color: #fff;
}

.tag.sports {
    background-color: #514ccc;
    color: #fff;
}

.tag.telecomm {
    background-color: #575581;
    color: #fff;
}

.tag.transport {
    background-color: #556d81;
    color: #fff;
}

.tag.travel {
    background-color: #3287ce;
    color: #fff;
}

.tag.utilities {
    background-color: #092843;
    color: #fff;
}

.tag.advert {
    background-color: #788c63;
    color: #fff;
}

.tag.namechange {
    background-color: #f0c15d;
    color: #fff;
}

.tag.companyupdate {
    background-color: #e8df7a;
    color: #837911;
}

.tag.conferencecall {
    background-color: #591904;
    color: #fff;
}

.tag.conferences {
    background-color: #f4651f;
    color: #fff;
}

.tag.dividends {
    background-color: #32254a;
    color: #fff;
}

.tag.earnings {
    background-color: #dee8f3;
    color: #1e88e5;
}

.tag.exchangelisting {
    background-color: #f2d8c2;
    color: #e3883c;
}

.tag.financing {
    background-color: #f23c3c;
    color: #fff;
}

.tag.investorrelations {
    background-color: #d2c9b0;
    color: #fff;
}

.tag.ipo {
    background-color: #90d9d9;
    color: #fff;
}

.tag.lawsuits {
    background-color: #4ea6a6;
    color: #fff;
}

.tag.managementchanges {
    background-color: #af83b1;
    color: #fff;
}

.tag.mergers {
    background-color: #bf5841;
    color: #fff;
}

.tag.partnerships {
    background-color: #b419ae;
    color: #fff;
}

.tag.production {
    background-color: #5e7d4d;
    color: #fff;
}

.tag.regulatory {
    background-color: #8c4a45;
    color: #fff;
}

.tag.shareholdermeeting {
    background-color: #b6cec7;
    color: #548d7c;
}

.headline-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.headline-holder {
    width: 78%;
    font-weight: 900;
}

.headline-holder.new {
    width: 100%;
    font-weight: 900;
}

.hl-date-holder {
    width: 56%;
}

.no-image {
    width: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #959ca2;
    font-size: 14px;
    text-align: center;
}

.title-logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.main-title-side {
    max-width: 100%;
    padding: 20px 60px 20px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.info-divider {
    width: 80%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #ddd;
}

.info-divider.mid {
    width: 90%;
    margin-top: 20px;
}

.company-share-holder {
    display: block;
    margin-top: 10px;
    clear: left;
    text-align: center;
}

.stay-connected {
    font-size: 14px;
}

.div-block-54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.returnhome {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    background-color: #373e98;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.returnhome:hover {
    background-color: #f16775;
    color: #fff;
}

.div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.article-all-holder {
    border-radius: 6px;
    background-color: #fff;
}

.morenews {
    margin-top: 10px;
}

.more-news-title {
    font-size: 14px;
    font-weight: 900;
}

.more-news-date {
    display: inline-block;
    margin-right: 10px;
    color: #959ca2;
}

.more-news-all {
    margin-top: 0px;
}

.industry-tag-all-holder {
    display: none;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.top-tag-all-holder {
    display: none;
    padding: 10px;
}

.contatct-name {
    font-size: 14px;
    font-weight: 900;
}

.contact-info {
    font-size: 14px;
}

.company-contacts {
    margin-top: 50px;
}

.subscribe-holder {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.subscribe-to-alerts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00467f;
    border-radius: 4px;
    background-color: #00467f;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.subscribe-to-alerts:hover {
    border: 2px solid #00467f;
    background-color: rgba(0, 70, 127, 0.5);
    color: #fff;
    font-weight: 900;
}

.newsroom-holder {
    margin-top: 10px;
}

.newsroom-holder.update {
    margin-top: 0px;
}

.visit-newsroom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #373e98;
    border-radius: 4px;
    color: #373e98;
    font-size: 14px;
    font-weight: 900;
}

.visit-newsroom:hover {
    background-color: rgba(55, 62, 152, 0.28);
    color: #00467f;
}

.visitnewsroom-logo {
    width: 25px;
    margin-right: 10px;
}

.subscribe-icon {
    width: 25px;
    margin-right: 10px;
}

.html-embed-16 {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.icon-13 {
    margin-right: 0px;
    color: #959ca2;
}

.sharedrop {
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sharedrop.update {
    position: static;
}

.dropdown-list-10 {
    display: block;
    width: 100px;
    background-color: transparent;
}

.dropdown-list-10.w--open {
    right: 0px;
    bottom: 0px;
    width: auto;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.47);
}

.dropdown-list-10.article-one.w--open {
    left: 0px;
    right: auto;
    bottom: -5px;
}

.dropdown-list-10.update {
    position: relative;
    display: block;
    width: auto;
    padding-top: 8px;
    padding-left: 2px;
}

.sharenowtext {
    margin-top: 2px;
    color: #616161;
    font-size: 13px;
}

.dropdown-3 {
    position: absolute;
    left: auto;
    top: auto;
    right: 24px;
    bottom: 28px;
    display: block;
    float: right;
}

.dropdown-3.article-srtyle {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
    float: none;
}

.dropdown-3.update {
    position: static;
    display: inline-block;
    max-width: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
    text-align: left;
}

.div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-56.idd {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tag-link {
    position: relative;
    display: block;
    width: 100%;
}

.submit-button-4 {
    display: none;
}

.check-box-holder {
    margin-right: 10px;
    margin-left: 10px;
}

.checkbox-field-2 {
    color: #00467f;
    font-size: 14px;
}

.learnmore {
    font-weight: 900;
}

.checkbox {
    color: transparent;
}

.html-embed-18 {
    text-align: left;
}

.submit-button-5 {
    display: none;
}

.form-5 {
    display: inline-block;
}

.form-block-8 {
    display: inline-block;
    float: right;
    text-align: right;
}

.subscribe-box {
    position: relative;
    top: 0px;
    right: auto;
    overflow: hidden;
    width: 100%;
    height: 70px;
    max-width: 550px;
    float: right;
    clear: none;
}

.newsletter {
    float: none;
}

.html-embed-19 {
    overflow: hidden;
    height: 70px;
}

.html-embed-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 #bbb;
}

.div-block-57 {
    margin-bottom: 40px;
}

.container-20 {
    position: relative;
    overflow: visible;
    height: auto;
}

.div-block-58 {
    position: relative;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.footer-all-new {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-left {
    width: 33%;
    margin-right: auto;
    margin-left: 0px;
}

.footer-left.soc {
    width: auto;
    margin-left: auto;
}

.footer-right {
    width: 50%;
}

.mouse-exit-hover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999999;
    height: 10px;
}

.exit-popup {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 99999;
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.96);
}

.exit-intent-html {
    position: relative;
    overflow: hidden;
    width: 75%;
}

.exit-popup-cross {
    position: absolute;
    left: auto;
    top: 10%;
    right: 10%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #959ca2;
    border-radius: 125px;
    color: #959ca2;
    cursor: pointer;
}

.payment-form-holder {
    position: relative;
    width: 60%;
    margin-right: auto;
    margin-left: 0px;
}

.makepayment-button-hide {
    display: none;
}

.stripe-holder {
    margin-bottom: 20px;
}

.tax-holder {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px none #ddd;
}

.tax-holder.bottom {
    margin-bottom: 20px;
    border-bottom-style: solid;
}

.tax-label {
    position: static;
    top: -16px;
    display: inline-block;
    width: 75px;
}

.totalbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 125px;
    font-weight: 400;
}

.total-txt {
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 400;
}

.heading-5 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-weight: 400;
}

.thank-you-box {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
}

.thankyoutitle {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.div-block-59 {
    margin-bottom: 0px;
    padding: 40px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #373e98;
}

.thanksbottom {
    padding: 40px;
    text-align: center;
}

.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 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.66);
}

.validation-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px 5px 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(194, 6, 6, 0.33);
    color: #962020;
    font-size: 14px;
}

.required-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #962020;
    border-radius: 20px;
    color: #962020;
    font-size: 17px;
}

.html-embed-21 {
    font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.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-right: auto;
    margin-left: 0px;
}

.header1 {
    color: #373e98;
    font-size: 37px;
    text-transform: capitalize;
}

.header1._2 {
    margin-top: 20px;
}

.header1._3 {
    margin-top: 0px;
    line-height: 45px;
    text-align: center;
}

.header1.review {
    margin-top: 10px;
}

.header1.cs {
    margin-top: 0px;
    text-transform: none;
}

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

.header1.center.home {
    margin-top: 0px;
    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 {
    margin-top: 0px;
    text-align: left;
}

.conect {
    color: #f16775;
    font-weight: 500;
}

.text-span-32 {
    color: #373e98;
}

.review-holder {
    margin-top: 0px;
}

.section-10 {
    padding-bottom: 40px;
}

.section-9.light.reviews {
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.testimonial {
    padding: 20px;
}

.heading-6 {
    color: #1e88e5;
    font-weight: 500;
}

.dist-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dist-img {
    width: 75px;
    margin: 10px;
}

.dist-img._2 {
    width: 50px;
}

.industry-all-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.industry-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: auto;
    min-height: 100px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.industry-block.ad {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-aerospace.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-aerospace.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.ag {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-agri.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-agri.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.uto {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-auto.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-auto.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.bank {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-bank.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-bank.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.bio {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-bio.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-bio.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.build {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-building.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-building.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.biz {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-business.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-business.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.chem {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-chem.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-chem.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
}

.industry-block.clean {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-cleanTech.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-cleanTech.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.cpu {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-computers.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-computers.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.consume {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-consumer.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-consumer.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.elec {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-electronics.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-electronics.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.food {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-foodBev.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-foodBev.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.health {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-Healthcare.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-Healthcare.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.industrial {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-industrial.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-industrial.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.metals {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-metalsMining.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-metalsMining.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.oil {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-oil.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-oil.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.other {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-other.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-other.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.paper {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-paper.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-paper.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.publish {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-publishing.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-publishing.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.real {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-realEstate.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-realEstate.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.sports {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-sports.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-sports.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.tele {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-telecom.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-telecom.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.transport {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-transportation.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-transportation.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.travel {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-travel.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-travel.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.utlities {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ind-utilities.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ind-utilities.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.industry-block.blockchain {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bitcoin-2643159_640.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bitcoin-2643159_640.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 320px;
    background-repeat: repeat, no-repeat;
}

.industry-block.closedendfunds {
    padding: 0px;
    background-image: url('../images/ind-ClosedEndFunds.jpg');
    background-position: 50% 50%;
    background-size: auto;
}

.industry-block.education {
    padding: 0px;
    background-image: url('../images/ind-education.jpg');
    background-position: 50% 37%;
    background-size: cover;
    background-repeat: no-repeat;
}

.industry-block.exchange {
    padding: 0px;
    background-image: url('../images/ind-exchanceTraded.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.industry-block.all {
    padding: 0px;
    background-image: url('../images/ind-all.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.who-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px none #000;
}

.who-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f373c;
    font-size: 16px;
    text-align: center;
}

.who-box:hover {
    color: #2f373c;
}

.who-img {
    max-width: 65%;
    margin-bottom: 6px;
    border-radius: 124px;
}

.whatcosts-tabs {
    margin-top: 40px;
}

.whatcosts-tabs.wpz {
    margin-top: 0px;
}

.tabs-menu-4 {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.htab {
    margin-left: 5px;
    color: #2f373c;
    font-size: 14px;
}

.htab.w--current {
    background-color: #373e98;
    color: #f5f5f5;
}

.div-block-60 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 225ms ease;
    transition: all 225ms ease;
    color: #f5f5f5;
}

.link-block-8:hover {
    background-color: hsla(0, 0%, 100%, 0.53);
    color: #fff;
    font-weight: 900;
}

.stepbystep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stepbystepbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
}

.stepbystepbox.no-step {
    padding-top: 0px;
}

.step-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step-image.no {
    margin-top: 0px;
}

.howworksheader {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    color: #f16775;
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
}

.howworksheader.numer {
    margin-bottom: 0px;
    color: #373e98;
    font-size: 1.5em;
}

.work-info {
    display: none;
    padding: 20px;
}

.columns-56 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header4 {
    color: #f16775;
    font-size: 20px;
    text-align: center;
}

.list-item01 {
    margin-bottom: 5px;
}

.list-4 {
    margin-top: 20px;
}

.list-4._2 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.highlight {
    color: #1e88e5;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
}

.highlight._2 {
    line-height: 1em;
}

.slide-10 {
    padding: 20px 20px 40px;
}

.left-arrow-5 {
    display: none;
}

.right-arrow-5 {
    display: none;
}

.slider-5 {
    height: auto;
    background-color: transparent;
}

.divider-quote {
    width: 75%;
    height: 1px;
    margin: 10px auto 10px 0px;
    background-color: rgba(0, 70, 127, 0.44);
}

.columns-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.columns-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hover {
    margin-top: 10px;
    text-align: center;
}

.columns-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.column-121 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.div-block-61 {
    width: 60%;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.div-block-61.wider {
    width: auto;
}

.div-block-62 {
    margin-top: 40px;
}

.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote-block {
    width: 30%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.star-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.star-holder.center {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-star {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.all-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdownlist.w--open {
    position: absolute;
    left: 122px;
    top: auto;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.article-top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.article-logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-logo-image {
    width: auto;
    max-height: 100px;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.article-title-holder {
    width: 70%;
}

.paragraph-20 {
    line-height: 30px;
}

.share-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 300px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-holder.newsroom {
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 240px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-holder.art {
    width: 210px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.share-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h3-header {
    color: #00467f;
    font-size: 28px;
    text-align: right;
}

.h3-header.center {
    margin-bottom: 20px;
    color: #f16775;
    text-align: center;
}

.info-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featureimage {
    margin-bottom: 20px;
}

.results-holder {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.handreview {
    position: static;
    top: 60px;
    right: 52%;
    width: auto;
    max-width: none;
}

.review-too {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-too.full {
    width: 100%;
    padding-right: 0px;
}

.reviewphone {
    width: 456px;
    float: right;
}

.container-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.html-embed-22 {
    margin-top: 20px;
    margin-right: 10px;
    text-align: left;
}

.html-embed-22.review {
    text-align: center;
}

.html-embed-23 {
    margin-bottom: 0px;
}

.div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.masonry-holder {
    display: block;
    height: auto;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    direction: ltr;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule-style: none;
    column-rule-style: none;
    white-space: normal;
}

.quote-blocker {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
}

.quote-img {
    margin-right: 0px;
    border-radius: 125px;
}

.stars {
    width: 125px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.div-block-65 {
    width: 100%;
    margin-right: 0px;
    text-align: center;
}

.div-block-66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.comparison-holder-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comparisonbox {
    width: 30%;
    padding: 10px;
}

.compare-title {
    color: #1e88e5;
    font-size: 18px;
    line-height: 1em;
}

.div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.aw-side {
    width: 45%;
    padding: 10px;
    border: 1px solid #1e88e5;
    background-color: rgba(30, 136, 229, 0.36);
}

.other-side {
    width: 45%;
    padding: 10px;
}

.compare-box {
    width: 30%;
    padding: 10px;
}

.comparenames {
    color: #00467f;
    font-size: 14px;
}

.comparenames.numer {
    margin-top: 10px;
    color: #be5927;
    font-size: 22px;
    font-weight: 900;
}

.comparenames.numer.other {
    color: #6c757d;
    font-weight: 400;
}

.column-122 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #1e88e5;
    background-color: #d1e5f7;
}

.column-123 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid solid solid none;
    border-width: 2px;
    border-color: #e4e2e2;
    background-color: #fff;
}

.comparison-name-holder {
    width: 86%;
    margin-left: -10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    background-color: #e4e2e2;
}

.div-wht-bg {
    padding: 10px;
    background-color: #fff;
}

.div-block-68 {
    width: 75%;
}

.hand-star {
    width: 200px;
    height: 200px;
    margin-left: auto;
    float: none;
}

.hand-star._2 {
    height: auto;
}

.container-22 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-center {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.whitepaper-form {
    width: 65%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.whitepaper-form.wp {
    background-color: #f5f5f5;
}

.div-block-70 {
    margin-top: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    text-align: left;
}

.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 0 rgba(0, 0, 0, 0.25);
}

.whitepaper-img._2 {
    margin: 0px auto 20px;
}

.columns-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.column-124 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}

.column-125 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.newhead {
    margin-top: 0px;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #373e98;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
}

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

.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;
    font-size: 19px;
    font-weight: 400;
}

.newsubhead.white {
    color: #fff;
}

.newsubhead.white.cntr {
    text-align: center;
}

.newsubhead.bullet {
    margin-bottom: 0px;
    line-height: 31px;
}

.blue-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #00467f;
}

.blue-section.pdm {
    padding-right: 75px;
    padding-left: 75px;
}

.blue-section.pdm._2 {
    padding: 20px 60px;
    background-color: #373e98;
}

.blue-section.pdm._2.event {
    background-color: #373e98;
}

.client-white-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 11%;
    height: 64px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-holder.hm {
    margin-bottom: 0px;
}

.logo-holder.hm2 {
    width: 25%;
}

.newsection {
    padding-top: 60px;
    padding-bottom: 60px;
}

.newsection.pdm {
    padding-right: 75px;
    padding-left: 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;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

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

.new-content.white {
    color: #fff;
}

.new-content.grey {
    color: #959ca2;
    line-height: 26px;
}

.new-content.grey.larger {
    font-size: 19px;
    line-height: 36px;
    text-align: center;
}

.new-content.name {
    margin-top: 10px;
    color: #1e88e5;
}

.help-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.helpbox {
    width: auto;
    height: auto;
    min-height: 243px;
    padding-bottom: 0px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.helpboxblue {
    padding: 15px;
    border-radius: 7px 7px 0px 0px;
    background-color: #373e98;
}

.helptextcont {
    padding: 15px;
    border: 1px none #000;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.allhelp {
    width: 32%;
}

.right-arrow-6 {
    display: none;
}

.left-arrow-6 {
    display: none;
}

.slide-11 {
    padding-top: 20px;
    background-color: #fff;
}

.slide-nav-7 {
    color: #2f373c;
}

.columns-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.getstartedbutton {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 40px;
    border-radius: 50px;
    background-color: #00467f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.getstartedbutton:hover {
    background-color: #00467f;
    color: #fff;
}

.cent {
    text-align: center;
}

.cent.pdm {
    max-width: 1045px;
    margin-right: auto;
    margin-left: auto;
}

.form-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 20px;
    padding: 10px 20px 10px 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.form-placeholder.v2 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-placeholder.v2.thin {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.columns-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-62.pdm {
    max-width: 1059px;
    margin-right: auto;
    margin-left: auto;
}

.clogo {
    max-width: 80%;
}

.clogo.tall {
    max-height: 100%;
    max-width: none;
}

.btn-get-started {
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: #00467f;
}

.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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-embed-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-embed-26 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
}

.html-embed-27 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-embed-28 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    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-right: auto;
    margin-left: auto;
}

.pdm-container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.custom-pricing-box {
    display: block;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-pricing-title {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #f16775;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.custom-pricing-title.sub {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #373e98;
    font-weight: 900;
}

.custom-pricing-title.sub.space {
    margin-top: 40px;
}

.custom-pricing-title.sub.tagline {
    margin-top: 40px;
    color: #00467f;
}

.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: 0px;
}

.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 {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}

.white-bg.anw {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.contact-top-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-page-form {
    width: 75%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-width: 1px;
    border-color: #ddd;
    background-color: transparent;
}

.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-right: 40px;
    padding-left: 40px;
}

.div-block-74 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.bold-italic {
    font-family: 'Avenir roman webfont', Tahoma, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.video {
    height: auto;
    max-width: 100%;
    margin: 0px auto 20px;
}

.columns-63 {
    margin-top: 20px;
}

.wp-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wp-div-content {
    margin-left: 20px;
    text-align: left;
}

.bold-text-21 {
    font-weight: 900;
}

.div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 20px;
    padding: 20px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 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 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.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 {
    padding: 30px 40px;
    border-radius: 50px;
    background-color: #f5f5f5;
}

.div-block-77._12 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.quote-stem {
    position: absolute;
    left: auto;
    top: auto;
    right: 124px;
    bottom: 1px;
    overflow: hidden;
    width: 75px;
    height: 100px;
    background-color: transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.quote-color {
    background-color: #f5f5f5;
    -webkit-transform: rotateX(0deg) rotateY(69deg) rotateZ(-31deg) translate(0px, 33px);
    transform: rotateX(0deg) rotateY(69deg) rotateZ(-31deg) translate(0px, 33px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.herofirst {
    color: #be5927;
    font-weight: 400;
}

.herofirst.anw {
    color: #f16775;
}

.heading3.center {
    margin-top: 0px;
    color: #00467f;
    font-size: 32px;
}

.heading3.center.orange {
    color: #be5927;
    font-weight: 500;
}

.heading3.center.orange.anw {
    display: block;
    color: #f16775;
    text-align: center;
}

.heading3.center.orange.anw.left {
    margin-left: 0px;
    text-align: left;
}

.heading3.center.orange.anw._1.hide-on-mobile {
    display: none;
}

.heading3.center.anw {
    color: #373e98;
}

.heading3.center.anw.learnmore {
    margin-top: 20px;
    text-align: center;
}

.bluee-side {
    color: #00467f;
    font-weight: 900;
}

.bluee-side.anw {
    display: inline;
    color: #373e98;
}

.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;
    border: 1px solid #1e88e5;
    background-color: #fff;
    color: #1e88e5;
}

.skip-main:hover {
    border: 1px solid #1e88e5;
    background-color: transparent;
    color: #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-right: auto;
    margin-left: auto;
}

.lp-cta {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #00467f;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

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

.lp-cta-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottombanner {
    padding: 40px;
    background-color: #373e98;
}

.bottombanner.event {
    background-color: #373e97;
}

.column-127 {
    padding: 40px 20px;
}

.column-128 {
    padding-left: 0px;
}

.buttonlp {
    width: 200px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: center;
}

.buttonlp:hover {
    background-color: #be5927;
    color: #fff;
}

.buttonlp.backup {
    margin-right: auto;
    margin-left: auto;
    background-color: #f16775;
}

.buttonlp.backup.mobileonly {
    display: none;
}

.buttonlp.centerlarger {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f16775;
}

.buttonlp.centerlarger.anw {
    border-style: solid;
    border-width: 2px;
    border-color: #f16775;
    background-color: #f16775;
}

.buttonlp.centerlarger.anw:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #f16775;
    background-color: transparent;
}

.columns-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.anw-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85vh;
    padding-top: 140px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.anw-hero.v2 {
    padding-top: 79px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.container-23 {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.columns-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.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 {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.h1anw {
    display: block;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.h1anw.large {
    margin-bottom: 0px;
    font-size: 4.5em;
}

.h1anw.puple {
    display: inline-block;
    margin-top: 10px;
    color: #373e98;
    font-size: 3.5em;
    font-weight: 900;
}

.anw-purp {
    display: inline-block;
    font-family: 'Avenir webfont', Tahoma, sans-serif;
    color: #373e98;
    font-weight: 900;
}

.anw-pink {
    color: #f16775;
}

.anw-btn {
    width: 225px;
    margin-right: 10px;
    background-color: #373e98;
    color: #f5f5f5;
    font-size: 14px;
    text-align: center;
}

.anw-btn:hover {
    background-color: #f16775;
    color: #f5f5f5;
    text-align: center;
}

.columns-66 {
    margin-top: 20px;
}

.columns-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ty {
    color: #373e98;
    font-size: 25px;
}

.columns-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.video-2 {
    width: 100%;
    height: 60vh;
    margin-top: 0px;
}

.column-131 {
    padding-right: 0px;
}

.anwhero-div {
    width: 82%;
    margin-left: auto;
    padding-right: 10px;
}

.column-132 {
    padding-right: 0px;
    padding-left: 0px;
}

.div-block-78 {
    padding-right: 20px;
}

.div-block-79 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.columnhalf1 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.columnhalf1._1 {
    padding-right: 20px;
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.video-3 {
    width: 100%;
    height: 100%;
}

.container-26 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    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 {
    color: #f16775;
}

.link-41 {
    color: #f16775;
}

.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 {
    position: absolute;
    left: auto;
    top: -29px;
    right: -22px;
    z-index: -1;
    width: 450px;
    height: 425px;
    background-color: #373e98;
}

.video-4 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.bold-text-25 {
    color: #373e98;
    font-size: 18px;
}

.html-embed-29 {
    margin-top: 20px;
}

html.w-mod-js *[data-ix="navbar-bg"] {
    width: 10%;
}

html.w-mod-js *[data-ix="hide-fixed-top-wrapper"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slider-title"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-title-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-title-3"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
    opacity: 0;
    -webkit-transform: translate(-40px, 0px);
    -ms-transform: translate(-40px, 0px);
    transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
    opacity: 0;
    -webkit-transform: translate(40px, 0px);
    -ms-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="hide-team-social-blocks"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 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"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="article-info-box-slider"] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

@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 {
        position: relative;
        margin-top: 10px;
    }

    .nav-link {
        width: 100%;
        height: auto;
        max-width: 1200px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-left: 45px;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        font-size: 20px;
    }

    .nav-link:hover {
        background-color: #000;
    }

    .nav-link.color {
        background-color: transparent;
    }

    .home-hero-section {
        height: 600px;
    }

    .section {
        padding: 35px;
    }

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

    .section.contacts {
        margin-top: 0px;
    }

    .section.article {
        margin-top: 0px;
    }

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

    .section.ppcs1 {
        background-image: none;
    }

    .home-intro-row {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 5px;
        padding-left: 10px;
    }

    .featured-work-block {
        height: 450px;
    }

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

    .nav-menu {
        background-color: rgba(39, 39, 39, 0.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-right: 25px;
        padding-left: 25px;
        font-size: 11px;
        line-height: 17px;
    }

    .home-intro-block.last.right {
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .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: 0px;
        padding-left: 0px;
    }

    .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-right: 15px;
        padding-left: 15px;
    }

    .page-header.painfree {
        background-position: 50% 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 {
        left: 25px;
        bottom: 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 {
        position: static;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        padding: 35px;
        font-size: 12px;
        line-height: 20px;
    }

    .info-text-block.contact-form {
        position: relative;
        overflow: visible;
    }

    .nav-dropdown {
        width: 100%;
        max-width: 1200px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .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-right: 15px;
        padding-left: 25px;
    }

    .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: 0px;
    }

    .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-right: 35px;
        padding-left: 35px;
    }

    .intro-block-icon {
        margin-right: 10px;
    }

    .contact-us-list-item.last {
        padding-left: 26px;
    }

    .contact-us-icon {
        top: 1px;
        height: 16px;
    }

    .contact-us-text {
        font-size: 11px;
    }

    .project-image {
        height: 130px;
    }

    .menu-button {
        width: 80px;
        height: 70px;
        padding-top: 23px;
        background-color: #f77f4b;
        color: #fff;
        font-size: 32px;
        text-align: center;
    }

    .menu-button:hover {
        background-color: #555;
    }

    .menu-button.w--open {
        float: right;
        background-color: #f77f4b;
    }

    .image {
        margin-top: 15px;
        margin-left: 40px;
    }

    .footerphone {
        margin-bottom: 0px;
        font-size: 31px;
    }

    .footerphone.headerphone {
        margin-top: 0px;
        float: left;
        clear: none;
    }

    .socialdiv {
        margin-top: 0px;
    }

    .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: 0px;
    }

    .headeremail {
        position: static;
        overflow: visible;
        margin-top: 0px;
        margin-left: 10px;
        float: none;
        clear: left;
        text-align: left;
    }

    .price {
        line-height: 26px;
    }

    .serviceicon {
        max-width: 100%;
    }

    .connectheader {
        margin-top: 2px;
        margin-right: 10px;
        font-size: 20px;
    }

    .socialicons.v2 {
        position: relative;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        height: auto;
        clear: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .setors {
        padding: 20px 35px;
        background-color: #fff;
    }

    .targetingsection {
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

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

    .contacticon {
        margin-left: 0px;
    }

    .contacticon.top {
        margin-top: 4px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .newsroombutton {
        position: static;
        margin-top: 0px;
        margin-left: 0px;
        float: right;
    }

    .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 {
        position: relative;
        left: 0px;
        right: 0px;
        display: block;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: 365px;
    }

    .wwdhead {
        margin-bottom: 10px;
    }

    .lpimage {
        width: 100%;
    }

    .fsclogodiv {
        max-width: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .infotitle {
        float: none;
        clear: left;
        text-align: center;
    }

    .infotitle._2 {
        margin-top: 5px;
        margin-right: 0px;
        text-align: center;
    }

    .infotitle._2.btm {
        clear: none;
        text-align: left;
    }

    .companywebsite {
        margin-left: 0px;
        text-align: center;
    }

    .sharediv {
        width: 275px;
        margin-bottom: 10px;
        text-align: left;
    }

    .sharediv.btm {
        text-align: left;
    }

    .sharelink.in {
        margin-left: 0px;
    }

    .companywebsitelink {
        clear: left;
    }

    .articleheading {
        margin-top: 0px;
    }

    .tradedon {
        text-align: left;
    }

    .symbol {
        right: 230px;
    }

    .symbol.link {
        right: 20px;
    }

    .logodiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        float: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .infodiv {
        text-align: center;
    }

    .dropdown {
        position: static;
        float: right;
    }

    .html-embed.stockinfoarticle {
        margin-left: 0px;
    }

    .exchangeinfodiv {
        left: 0px;
        top: 0px;
    }

    .stockwidgetdiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 200px;
        margin-top: 60px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsroomsearch {
        top: -10px;
    }

    .search-button {
        left: 203px;
        margin-bottom: 0px;
    }

    .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: 0px;
        padding-left: 0px;
    }

    .navbartest {
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tellmystory {
        position: relative;
        right: -347px;
        float: none;
    }

    .container-4 {
        height: auto;
        clear: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .login {
        position: static;
        right: 0px;
        margin-top: 6px;
        margin-right: 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        float: right;
        clear: none;
    }

    .logindiv {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        float: none;
        clear: none;
    }

    .topnavdivider {
        max-width: 100%;
        clear: left;
    }

    .leftsidenav {
        display: none;
    }

    .footertest {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footertest.mobile {
        display: none;
    }

    .footerline {
        display: none;
        padding-left: 0px;
    }

    .nav-menu-2 {
        display: none;
    }

    .heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .headertest {
        padding-left: 0px;
    }

    .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;
        margin-bottom: 40px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-left-style: none;
    }

    .headertestdiv._2 {
        width: auto;
    }

    .headertestdiv.btm {
        width: 100%;
        min-height: 200px;
        margin-left: 10px;
    }

    .headertestdiv.btm.g2 {
        margin-left: 10px;
        padding-left: 0px;
    }

    .headertestdiv.log {
        margin-bottom: 140px;
    }

    .headertestdiv.home {
        margin-top: 40px;
    }

    .headertestdiv.newsroom {
        margin-left: 0px;
    }

    .headertestdiv.tos {
        position: static;
    }

    .contentsection {
        width: 100%;
        text-align: left;
    }

    .contentsection.tab {
        display: block;
    }

    .bluenewsroomcallout {
        position: static;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        padding-bottom: 20px;
        float: right;
        clear: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsroomintoimage.mobile {
        width: 100px;
    }

    .circlediv.mobile {
        width: 175px;
        height: 175px;
        clear: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bluetextdiv {
        width: 50vw;
        margin-left: 60px;
    }

    .whowearediv {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 0px;
    }

    .whoimage {
        margin-right: auto;
        margin-left: 0px;
    }

    .who {
        margin-top: 5px;
    }

    .offerimages {
        max-width: 35%;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .columns-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-5 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-7 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsroomtopbar {
        display: none;
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    .newsroomtopbar.v2 {
        display: block;
        width: 100%;
    }

    .languages {
        display: block;
        width: 140px;
        margin-right: 4px;
    }

    .languages._2 {
        display: block;
        width: 140px;
        margin-right: 4px;
    }

    .languages._2.language {
        width: 215px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .languages._2.language.v2 {
        margin-left: 10px;
    }

    .btntxt {
        font-size: 16px;
    }

    .btntxt._23.v2 {
        margin-left: 0px;
    }

    .icon-5 {
        margin-top: 10.5px;
        margin-bottom: 10.5px;
        color: #959ca2;
    }

    .icon-7 {
        color: #959ca2;
    }

    .articlev2.dark {
        padding-right: 20px;
    }

    .articlev2.light {
        padding-right: 20px;
    }

    .articlev2.companyheader {
        width: 95%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .form-block-3 {
        margin-right: 60px;
    }

    .pagetitle {
        display: block;
        margin-left: 10px;
    }

    .pagetitle.news {
        display: block;
    }

    .pagetitle.tellmobile {
        margin-left: 0px;
    }

    .pagetitle.log {
        margin-top: 40px;
    }

    .pagetitle.dist {
        margin-left: 0px;
    }

    .pagetitle.product._2 {
        margin-left: 0px;
    }

    .pagetitle.res {
        margin-left: 0px;
    }

    .pagetitle.prod {
        margin-left: 0px;
    }

    .tellstory.er {
        padding-left: 0px;
    }

    .div-block-6 {
        margin-top: 0px;
    }

    .formcreateaccount {
        width: 100%;
    }

    .formcreateaccount._2 {
        width: 75%;
    }

    .formcreateaccount._2._2021 {
        width: 65%;
    }

    .contactinfo.sub {
        margin-left: 10px;
        padding-right: 10px;
    }

    .contactinfo._3 {
        margin-left: 0px;
    }

    .textfield1 {
        margin-left: 3px;
    }

    .phoneemail {
        width: 250px;
        margin-left: 3px;
    }

    .contactdrop {
        margin-right: 0px;
        margin-left: 6px;
    }

    .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 {
        margin-left: 10px;
        float: left;
    }

    .loginbtn.log {
        margin-left: 10px;
    }

    .loginformdiv {
        width: 450px;
    }

    .section-3 {
        position: static;
        top: auto;
        bottom: auto;
        margin-top: 100px;
        margin-bottom: 0px;
        float: none;
        clear: none;
    }

    .brand-3.w--current {
        display: block;
        float: left;
        clear: left;
    }

    .forgotpasswordpop {
        display: none;
    }

    .forgotpasswordpop.auth.pop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        margin-left: 20px;
    }

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

    .companynamehead.bind.update {
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .stockinfodiv {
        padding-left: 5px;
    }

    .articletype2 {
        margin-left: 0px;
    }

    .articleheading2 {
        margin-right: 20px;
        margin-left: 0px;
    }

    .articleheading2.bind.update {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timedate {
        margin-left: 0px;
    }

    .articlesubheadline {
        margin-right: 20px;
        margin-left: 0px;
    }

    .articlecopy {
        margin-right: 20px;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .socialsharediv {
        margin-left: 0px;
    }

    .columns-11 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .columns-12 {
        display: block;
    }

    .columns-13 {
        margin-bottom: 40px;
    }

    .heroicon {
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .mobilenavabout {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 0px;
        float: none;
        clear: none;
        border-bottom: 4px solid transparent;
        color: #1e88e5;
        font-size: 15px;
    }

    .mobilenavabout:hover {
        border-bottom-color: #1e88e5;
        color: #1e88e5;
    }

    .mobilenavabout.log {
        display: none;
    }

    .mobilenavabout.current.w--current {
        border-bottom-color: #1e88e5;
        font-weight: 900;
    }

    .mobilenav {
        position: static;
        display: inline-block;
        margin-left: 0px;
        float: left;
        clear: left;
        font-family: 'Avenir webfont', Tahoma, sans-serif;
    }

    .section-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mobilesectiontab {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bluepillsection {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 40px;
        padding-bottom: 60px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .column-29 {
        display: block;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .columns-15 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-30 {
        padding-left: 0px;
        text-align: left;
    }

    .clientsuccesdiv {
        display: block;
    }

    .columns-16 {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .column-32 {
        display: none;
    }

    .columns-17 {
        display: block;
    }

    .sectiontop {
        display: block;
        padding-top: 40px;
        padding-left: 20px;
    }

    .bluesectionabout {
        display: block;
        margin-right: 20px;
        margin-bottom: 5px;
        margin-left: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        border-radius: 125px;
        background-color: #1e88e5;
    }

    .bluesectionabout.orange {
        display: block;
        background-color: #ff8524;
    }

    .columns-18 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .column-33 {
        position: relative;
    }

    .offersection {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

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

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

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

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

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

    .spacerdivabout {
        display: none;
    }

    .column-40 {
        display: none;
    }

    .columns-19 {
        display: none;
    }

    .newsroommobilediv {
        padding: 40px 20px 0px;
    }

    .newsroombluediv {
        display: block;
        width: auto;
        padding: 20px 20px 20px 10px;
        border-radius: 125px;
        background-color: #1e88e5;
    }

    .newsroomarticlesection {
        display: block;
    }

    .container-8 {
        display: block;
    }

    .articlesectionnewsroom {
        display: block;
        margin-bottom: 60px;
        padding: 20px;
    }

    .mobilenewstopbar {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f5f5f5;
    }

    .mobiletopicssection {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .mobileindustrydrop {
        width: 150px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        float: none;
        border: 2px solid #1e88e5;
        border-radius: 125px;
        background-color: #1e88e5;
    }

    .topicsdropdown {
        width: 150px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        border-style: solid;
        border-width: 2px;
        border-color: #ff8524;
        border-radius: 125px;
        background-color: #ff8524;
    }

    .mobilecolumnsarticle {
        display: none;
    }

    .articlecompanyname {
        display: none;
    }

    .tickerinfodiv {
        display: none;
    }

    .companyinfodivarticle {
        display: none;
    }

    .languageselection {
        display: none;
    }

    .column-47 {
        display: none;
    }

    .columns-22 {
        display: block;
    }

    .mobilesectiontell {
        display: block;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .tellmystorycontainer {
        margin-bottom: 40px;
    }

    .stellstorymobile {
        display: none;
    }

    .stellstorymobile._2 {
        display: none;
    }

    .mainnavdiv {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-57 {
        padding-left: 0px;
    }

    .columns-23 {
        display: block;
    }

    .section-6 {
        display: none;
    }

    .requestcontainer {
        margin-top: 40px;
    }

    .columns-24 {
        display: block;
    }

    .accountsections {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-62 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-63 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-64 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-65 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .columns-25 {
        display: none;
    }

    .container-12 {
        display: block;
        margin-bottom: 100px;
    }

    .mobilequote {
        display: block;
        margin-top: 40px;
        padding: 60px;
        background-color: #f1f1f1;
    }

    .selectblue {
        display: none;
    }

    .mobileformsubmitsection {
        display: none;
    }

    .columns-26 {
        display: block;
    }

    .columns-26.loginbtm {
        display: none;
    }

    .loginsection {
        display: block;
        padding-right: 20px;
        padding-left: 0px;
    }

    .toparticlesection {
        display: none;
    }

    .aboutwhodiv.awlp {
        padding-top: 0px;
    }

    .whodiv.lft {
        padding-left: 0px;
    }

    .whodiv._2 {
        padding-left: 0px;
    }

    .mapdiv {
        margin-bottom: 40px;
        padding-left: 10px;
    }

    .mapdiv.cont {
        padding-left: 0px;
    }

    .finddiv {
        padding-left: 0px;
    }

    .findaddress {
        font-size: 14px;
    }

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

    .signupform-custnewsroom {
        left: 18%;
        top: 8%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .placeholder {
        height: 126px;
    }

    .tellmystorytabs {
        margin-right: auto;
        margin-left: 20px;
    }

    .tab-link-tab-2-2 {
        margin-right: 25px;
    }

    .priceoption.topleft {
        padding-right: 15px;
        padding-left: 15px;
    }

    .priceoption.topleft._2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .priceoption.topright {
        padding-right: 15px;
        padding-left: 15px;
    }

    .priceoption.topmiddle {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tabdiv {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .optionprice.onlineonly {
        right: -62px;
    }

    .optionprice.onlineonly._2 {
        display: none;
    }

    .optionprice.type {
        display: none;
    }

    .newdivider {
        margin-bottom: 30px;
    }

    .column-76 {
        position: relative;
        left: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-76.abo {
        left: 10px;
    }

    .column-78 {
        display: none;
    }

    .column-80 {
        margin-right: auto;
        margin-left: auto;
    }

    .footercontainer {
        bottom: 10px;
    }

    .productdescribe.lft {
        margin-left: 10px;
    }

    .column-85 {
        display: none;
    }

    .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 {
        width: 45%;
    }

    .pricecolumnnew.best {
        width: 45%;
    }

    .pricecolumnnew._2 {
        width: 45%;
    }

    .pricesection2 {
        height: auto;
        min-height: 175px;
    }

    .pricesectionbtm {
        height: 100px;
    }

    .pricesectionbtm.best {
        height: 100px;
    }

    .optionselectbtn {
        width: 100%;
        font-size: 14px;
    }

    .optionselectbtn.best {
        margin-bottom: 0px;
    }

    .pwrequirements {
        margin-left: 20px;
    }

    .pricefacttxt {
        text-align: left;
    }

    .infodivicon {
        top: 77px;
    }

    .moreinfodivpop {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: block;
        width: 100%;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .moreinfocolumn.in {
        width: 50%;
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .moreinfocolumn.in._2 {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }

    .moreinfocolumn.rt {
        width: 50%;
        border-top-right-radius: 0px;
    }

    .moreinfocolumn.lft {
        width: 50%;
        border-bottom-left-radius: 0px;
    }

    .whatsincludeddiv {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        float: none;
        clear: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .rowpop.g {
        margin-left: 0px;
    }

    .popdivbox {
        padding-right: 20px;
        padding-left: 20px;
    }

    .infoboxall {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 300px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        float: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .infoboxall.v2 {
        margin-bottom: 0px;
    }

    .aticlecontainerleft {
        width: 98%;
        padding-left: 20px;
    }

    .dropdown-2 {
        margin-left: 0px;
    }

    .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 {
        display: inline-block;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
        text-align: center;
    }

    .mostpop {
        margin-left: 4px;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 10px;
    }

    .column-93 {
        display: none;
    }

    .column-94 {
        padding-left: 0px;
    }

    .columns-35 {
        padding-left: 10px;
    }

    .column-96 {
        display: none;
    }

    .hide {
        display: none;
    }

    .colhide {
        display: none;
    }

    .productnavdiv {
        margin-top: 20px;
    }

    .testdrivelist {
        padding-left: 20px;
    }

    .weget {
        line-height: 0.6em;
        text-align: center;
    }

    .wegetsmall {
        display: block;
        margin-top: 20px;
    }

    .wegetsmall.pr {
        margin-top: 0px;
    }

    .testdriveform_html {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sharearticle {
        margin-right: 10px;
    }

    .thankyouimage {
        right: -38px;
    }

    .thankyouimage.sub {
        right: 0px;
    }

    ._404-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    ._404title.oops {
        margin-bottom: 60px;
        font-size: 15vw;
    }

    ._404image {
        width: 200px;
    }

    .list-2 {
        padding-left: 20px;
    }

    .ordersummarydiv {
        top: 30%;
        width: 35%;
    }

    .lptab1 {
        padding-right: 10px;
        padding-left: 15px;
    }

    .lptab1.w--current {
        padding-right: 10px;
        padding-left: 15px;
    }

    .lptab2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lptab3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .copyrightupdate {
        margin-top: 0px;
    }

    .copyrightupdate-section {
        position: static;
        top: auto;
        bottom: auto;
        margin-top: 60px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .div-block-31 {
        background-color: transparent;
    }

    .tabs-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }

    .mobilechat {
        display: none;
    }

    .html-embed-8 {
        display: none;
    }

    .chartimage {
        width: 100%;
    }

    .container-16 {
        max-width: 100%;
        padding: 40px 0px 0px;
    }

    .container-16.tos {
        padding-top: 0px;
    }

    .tos {
        padding-right: 0px;
    }

    .newsroom-hero-v2 {
        right: 48px;
        width: 400px;
        height: 400px;
    }

    .herov2-img {
        max-width: 300px;
        float: right;
    }

    .v2navdrop {
        display: block;
        padding-right: 0px;
        text-align: right;
    }

    .v2-navtoggle {
        padding-right: 0px;
    }

    .v2-nav-link {
        padding-right: 0px;
        text-align: right;
    }

    .v2-nav-link.end {
        padding-left: 20px;
    }

    .v2-nav-link.cta {
        display: inline-block;
        padding-right: 20px;
    }

    .v2-nav-bg.pdm {
        padding-right: 20px;
        padding-left: 20px;
    }

    .v2-nav-logo.w--current {
        max-width: 95%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .container-17 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-menu-v2 {
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }

    .nav-menu-v2.lp23 {
        border-bottom-style: none;
    }

    .drop-link-v2 {
        text-align: right;
    }

    .section-9.gradient.review {
        background-position: 134% 100%, 0px 0px;
    }

    .section-9.gradient.vs {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.89)), to(hsla(0, 0%, 96.1%, 0.89))), url('../images/versusBG.png');
        background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.89), hsla(0, 0%, 96.1%, 0.89)), url('../images/versusBG.png');
        background-position: 0px 0px, 28% 32%;
    }

    .section-9.new.pdm {
        padding-right: 20px;
        padding-left: 20px;
    }

    .connect-farther {
        font-size: 35px;
    }

    .connect-farther.hide-desktop {
        display: none;
    }

    .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 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .columns-44._2 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

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

    .column-112._2 {
        text-align: center;
    }

    .html-embed-9 {
        max-width: 200px;
    }

    .menu-button-6 {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #00467f;
        text-align: right;
    }

    .menu-button-6.w--open {
        background-color: transparent;
        color: #00467f;
    }

    .menu-button-6.hidemenu-mobile {
        display: none;
    }

    .column-113.this.stays {
        padding-right: 0px;
    }

    .image-25 {
        max-width: 75%;
        margin-right: auto;
        margin-left: auto;
    }

    .icon-12 {
        display: inline-block;
    }

    .html-embed-12 {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-41.hq {
        width: 32%;
    }

    .coms-div {
        height: auto;
    }

    .coms-div.anw {
        height: auto;
    }

    .hero-btn {
        width: 300px;
        border-radius: 125px;
        background-color: #be5927;
    }

    .dropdown-toggle-6 {
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
        color: #fff;
        font-size: 16px;
    }

    .dropdown-list-9.w--open {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff;
    }

    .press-release-sample-holder {
        width: 90%;
    }

    .payment-choice {
        width: 100%;
    }

    .toggle-monthly {
        font-size: 15px;
    }

    .toggle-annually {
        font-size: 15px;
    }

    .tag-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .headline-holder.new {
        width: 100%;
    }

    .hl-date-holder {
        width: 82%;
    }

    .html-embed-16 {
        display: none;
    }

    .div-block-56 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-56.idd {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .subscribe-box {
        left: auto;
        top: 0px;
        margin-right: auto;
        margin-left: 0px;
        float: none;
    }

    .payment-form-holder {
        width: 65%;
    }

    .thank-you-box {
        width: 94vw;
    }

    .industry-block {
        width: 16.66%;
    }

    .quote-block {
        width: 33%;
    }

    .article-top-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-logo-holder {
        width: auto;
        margin-bottom: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .article-logo-image {
        width: auto;
        margin-right: auto;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .article-title-holder {
        width: 100%;
    }

    .share-text {
        margin-right: 5px;
    }

    .div-block-63 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .html-embed-22 {
        margin-top: 20px;
    }

    .compare-box {
        width: 49%;
    }

    .whitepaper-img {
        margin-right: auto;
        margin-left: auto;
    }

    .columns-60 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .column-125 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .blue-section.pdm {
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsection {
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsection.pdm {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-62 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .clogo {
        max-width: 100%;
    }

    .btn-get-started {
        margin-top: 0px;
        margin-right: 34px;
        margin-bottom: 40px;
    }

    .bottombanner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-127 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .buttonlp.backup {
        display: none;
    }

    .buttonlp.backup.mobileonly {
        display: block;
    }

    .columns-64 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-30 {
        display: none;
    }

    .anw-hero {
        height: auto;
    }

    .container-23 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .columns-65 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .column-129 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .column-130 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .anw-btn {
        width: 250px;
        margin-right: 20px;
    }

    .div-block-78 {
        width: 100%;
    }

    .column-133 {
        margin-bottom: 40px;
    }

    .div-block-79 {
        margin-top: 20px;
        margin-bottom: 40px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .backgroundshapecolor {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        height: 60px;
    }

    .navbar-wrapper {
        height: 50px;
    }

    .container.home-intro-container {
        margin-top: 0px;
        margin-bottom: 25px;
    }

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

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

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section.contacts {
        margin-top: 40px;
        padding-top: 10px;
    }

    .section.article {
        margin-top: 0px;
        margin-bottom: 0px;
    }

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

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

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

    .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: 0px;
    }

    .home-intro-block {
        height: auto;
        padding-bottom: 0px;
        border-bottom: 1px none #e0e0e0;
        border-right-width: 0px;
        border-right-color: #000;
        font-size: 12px;
        line-height: 19px;
    }

    .home-intro-block.last {
        height: auto;
        border-bottom: 1px none #e0e0e0;
    }

    .home-intro-block.last.right {
        margin-left: 0px;
    }

    .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-right: 0px;
        padding-left: 0px;
    }

    .footer-column {
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 25px;
    }

    .footer-column.last {
        padding-bottom: 0px;
    }

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

    .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-right: 0px;
        padding-left: 0px;
    }

    .service-item-block {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .service-title {
        margin-bottom: 16px;
        line-height: 20px;
    }

    .service-small-icon {
        margin-top: -2px;
        margin-right: 13px;
        float: left;
    }

    .link.learn-more.fixed.last {
        margin-bottom: 20px;
    }

    .intro-block-title {
        margin-bottom: 12px;
    }

    .intro-block-title.contact {
        display: block;
        text-align: center;
    }

    .info-image-block.about-us-2 {
        height: 340px;
    }

    .info-image-block.contact {
        height: 510px;
    }

    .info-image-block.quote-1 {
        height: 450px;
    }

    .info-text-block {
        position: static;
        width: 100%;
        height: auto;
        padding: 25px;
    }

    .info-text-block.contact-form {
        position: static;
        height: auto;
    }

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

    .info-text-block.quote-block-2 {
        height: auto;
    }

    .stats-col {
        padding-right: 5px;
        padding-left: 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 {
        display: block;
        margin-right: 0px;
        margin-bottom: 6px;
        padding-bottom: 0px;
    }

    .work-header-overlay {
        padding-top: 165px;
        padding-bottom: 140px;
    }

    .dynamic-post-image {
        height: 225px;
    }

    .dynamic-item-content-block.single-page {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .fixed-block-container-wrapper {
        position: static;
        padding-top: 20px;
    }

    .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-right: 25px;
        padding-left: 25px;
    }

    .bottom-footer-col-left {
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .bottom-footer-col-right {
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .contact-us-text {
        font-size: 12px;
    }

    .portfolio-list.examples {
        padding-right: 0px;
        padding-left: 0px;
    }

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

    .project-image {
        height: 170px;
    }

    .menu-button {
        width: 50px;
        height: 60px;
        padding-top: 9px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu-button.w--open {
        background-color: #f77f4b;
    }

    .slider-nav {
        height: 100px;
        font-size: 7px;
    }

    .team-member-item {
        padding-right: 0px;
        padding-left: 0px;
    }

    .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-right: 0px;
        padding-left: 0px;
    }

    .instructions-col-left {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .licensing-info-col-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .licensing-info-col-right {
        padding-right: 0px;
    }

    .text-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }

    .link-3 {
        margin-bottom: 0px;
    }

    .image {
        margin-top: 10px;
        margin-left: 10px;
    }

    .text-block-3 {
        margin-left: 0px;
        text-align: center;
    }

    .footer-page-link.main {
        text-align: center;
    }

    .footer-page-link.main.v2 {
        text-align: center;
    }

    .list-item.foot {
        text-align: center;
    }

    .footerphone {
        margin-top: 10px;
        text-align: center;
    }

    .footeraddress {
        text-align: center;
    }

    .footeraddress.left {
        margin-bottom: 30px;
    }

    .sociallink.test {
        width: 30px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .paragraph-8.test {
        line-height: 18px;
    }

    .paragraph-8.test.suite {
        line-height: 20px;
    }

    .latestnewstitle.media.tab {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .mediacontactsname {
        margin-left: 0px;
        text-align: center;
    }

    .mediacontactsname._2 {
        margin-left: 250px;
    }

    .mediacontactsname._2._3 {
        margin-left: 0px;
    }

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

    .mediacontactstitle._2._3 {
        margin-left: 0px;
        float: none;
        text-align: center;
    }

    .salesemail {
        margin-left: 0px;
        text-align: center;
    }

    .mediacontactsdiv {
        text-align: center;
    }

    .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: 0px;
    }

    .logos.testimony {
        height: 375px;
    }

    .sliderbtmnav {
        position: static;
    }

    .serviceicon {
        max-width: 75%;
    }

    .connectheader {
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        float: none;
        text-align: center;
    }

    .socialicons {
        display: none;
        margin-right: auto;
        margin-left: auto;
    }

    .socialicons.v2 {
        position: relative;
        top: auto;
        bottom: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .socialicons.v2.mobile {
        margin-top: 0px;
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .socialicons.lp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .row {
        text-align: center;
    }

    .column-5 {
        display: block;
        text-align: center;
    }

    .unordered-list-2 {
        text-align: center;
    }

    .map {
        display: block;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .distcont._1 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .distcont._1.btm {
        margin-top: 0px;
    }

    .targetingsection {
        padding-top: 30px;
    }

    .targetinglist.mid {
        margin-bottom: -10px;
    }

    .btmtext {
        padding-right: 20px;
        padding-left: 20px;
    }

    .row-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

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

    .contsline {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contsline._2 {
        border-right-style: none;
        text-align: left;
    }

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

    .contacticon._2 {
        margin-left: 100px;
        float: left;
    }

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

    .column-8 {
        display: inline-block;
    }

    .contactlink._2 {
        margin-bottom: 0px;
        float: none;
    }

    .div-block {
        text-align: left;
    }

    .div-block.sales {
        margin-bottom: 20px;
    }

    .loginbtm {
        margin-left: 0px;
    }

    .contactsubtext {
        margin-left: 0px;
    }

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

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

    .text-field-2 {
        text-align: center;
        text-transform: uppercase;
    }

    .career-block {
        display: block;
        margin-bottom: 10px;
        font-family: Myriadpro;
        text-align: center;
    }

    .important-text-5 {
        line-height: 30px;
    }

    .unordered-list-3 {
        padding-left: 120px;
    }

    .companyinfo {
        height: 100px;
        margin-bottom: 10px;
    }

    .companyinfoimage {
        margin-top: 20px;
        float: none;
    }

    .companyinfoname {
        position: static;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .text-block-14 {
        margin-top: 0px;
        text-align: center;
    }

    .text-block-14._2 {
        margin-top: 0px;
    }

    .text-block-14._2._3 {
        margin-bottom: 1100px;
        margin-left: 300px;
    }

    .image-5 {
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .column-9 {
        position: static;
        height: auto;
    }

    .pricins {
        max-width: 50%;
    }

    .targetbox {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footv2div.rt {
        margin-top: 0px;
    }

    .footv2div._2 {
        height: auto;
        padding-top: 0px;
        border-right-style: none;
    }

    .footerleftdiv {
        border-right-style: none;
    }

    .footcont {
        margin-top: 10px;
    }

    .lftfootdiv {
        border-right: 0px none #000;
    }

    .client-slider {
        height: 200px;
    }

    .slides {
        width: 50%;
        height: 120px;
    }

    .column-11 {
        padding-right: 25px;
        padding-left: 25px;
        border-bottom: 1px none #e0e0e0;
    }

    .middle-option-box {
        height: 125px;
    }

    .customnewsroombox {
        display: block;
        width: 100%;
        height: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .customnewsroombox.toprow {
        height: 600px;
    }

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

    .dropdownmenu {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lpheader1 {
        text-align: left;
    }

    .lpheader3._2 {
        margin-bottom: 10px;
        text-align: left;
    }

    .bold-text-4._2 {
        text-align: left;
    }

    .lpcont1 {
        margin-bottom: 20px;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: auto;
    }

    .wwdhead {
        text-align: center;
    }

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

    .wwdcont {
        text-align: center;
    }

    .lpimage {
        max-width: 90%;
    }

    .infotitle {
        text-align: left;
    }

    .infotitle._2 {
        margin-top: 5px;
        text-align: left;
    }

    .companywebsite {
        margin-left: 5px;
        text-align: left;
    }

    .companywebsite.mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
        clear: none;
    }

    .companyprofile {
        margin-left: 5px;
    }

    .companyprofile.mobile {
        float: none;
    }

    .sharediv {
        position: static;
        display: block;
        width: 275px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-style: none;
        border-top-width: 1px;
        border-top-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
        text-align: left;
    }

    .sharediv.right {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
    }

    .sharediv.btm {
        float: left;
    }

    .companyprofilelink {
        text-align: left;
    }

    .companyprofilelink.mobile {
        display: block;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        text-align: center;
    }

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

    .spacercontainer {
        height: 50px;
    }

    .traded {
        right: 285px;
    }

    .symbol {
        right: 230px;
    }

    .logodiv {
        float: left;
    }

    .infodiv {
        display: inline-block;
        margin-left: 10px;
        border-right-style: none;
        text-align: left;
    }

    .dropdown {
        float: none;
    }

    .html-embed.stockinfoarticle {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .column-17 {
        border-right-style: none;
    }

    .exchangeinfodiv {
        left: 0px;
        top: auto;
        bottom: 0px;
    }

    .stockwidgetdiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 200px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        float: right;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .search-button {
        left: 179px;
    }

    .search-input {
        width: 175px;
    }

    .ppcs1btn {
        width: 100%;
    }

    .ppcs1colkft {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ppcs1colrt {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ppcs1contdiv {
        width: 90%;
    }

    .formdivblock {
        padding-left: 10px;
    }

    .countrydiv._2 {
        margin-right: 20px;
    }

    .accesswire-mainlogo {
        margin-left: 0px;
        padding-left: 0px;
    }

    .body.test {
        padding-right: 0px;
    }

    .navbartest {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tellmystory {
        position: static;
        right: -150px;
        margin-right: 0px;
        float: none;
        clear: left;
    }

    .login {
        right: 0px;
        margin-right: 0px;
        padding-right: 0px;
        float: right;
        clear: none;
        font-family: 'Avenir webfont', Tahoma, sans-serif;
    }

    .logindiv {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footertest {
        display: block;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .footertest.mobile {
        display: none;
        margin-top: 0px;
    }

    .footerline {
        display: none;
        margin-bottom: 5px;
        padding-left: 0px;
    }

    .linediv {
        margin-bottom: 0px;
    }

    .heading {
        font-size: 50px;
        line-height: 54px;
    }

    .headersubtext {
        display: none;
        width: 90%;
    }

    .headersubtext.mobile {
        display: block;
        width: 90%;
        margin-top: 0px;
        padding-right: 0px;
        float: none;
    }

    .headerbtn {
        display: none;
    }

    .headerbtn.mobile {
        display: block;
        width: 40%;
        margin-top: 10px;
        float: none;
        clear: none;
    }

    .headerbtn.newsroom {
        display: block;
        width: 200px;
    }

    .headerbtn.newsroom.v2.mid {
        width: 100%;
        margin-right: auto;
        float: left;
    }

    .headerbtn.newsroom.v2.mid._2123 {
        width: 100%;
    }

    .headerbtn.v2 {
        display: block;
    }

    .headerbtn.v2.request {
        margin-right: 0px;
    }

    .headerbtn.v2.buy {
        display: block;
    }

    .headertestdiv {
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .headertestdiv.btm {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .headertestdiv.btm.g2 {
        margin-left: 0px;
    }

    .headertestdiv.newsroom {
        width: 100%;
        padding-right: 20px;
        float: none;
    }

    .bluenewsroomcallout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .newsroomintoimage {
        width: 85px;
    }

    .circlediv {
        width: 150px;
        height: 150px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .circlediv.mobile {
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bluetextdiv {
        width: 60vw;
        margin-left: 0px;
        float: left;
    }

    .btnnewsrmintro {
        margin-bottom: 10px;
    }

    .footerinfo {
        margin-bottom: 20px;
    }

    .areyoureadydiv {
        margin-bottom: 20px;
    }

    .whoimage {
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .offerimages {
        margin-bottom: 20px;
    }

    .columns-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-5 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-7 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsroomtopbar {
        display: none;
    }

    .newsroomtitle {
        position: static;
        left: 0%;
        top: auto;
        right: auto;
        bottom: 20px;
    }

    .languages {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        float: right;
        clear: right;
    }

    .languages._2 {
        display: block;
        margin-left: 0px;
        float: right;
        clear: none;
    }

    .languages._2.language {
        display: block;
        width: 284px;
        margin-bottom: 5px;
    }

    .languages._2.language.art {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .languages._2.language.v2 {
        float: right;
    }

    .languages._2.v2 {
        margin-right: 0px;
        margin-bottom: 10px;
        float: right;
        clear: right;
    }

    .languages.v2 {
        margin-left: 10px;
        float: right;
    }

    .articlev2.dark {
        margin-right: 0px;
        padding-left: 20px;
        border-radius: 0px;
    }

    .articlev2.light {
        padding-left: 20px;
    }

    .articlev2.companyheader {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .articlelogoimage {
        max-height: 95%;
        max-width: 95%;
    }

    .rightsfootercontainer {
        position: static;
        margin-bottom: 90px;
        padding-top: 20px;
    }

    .rightsfootercontainer._2 {
        margin-bottom: 0px;
    }

    .form-block-3 {
        position: relative;
        left: auto;
        top: auto;
        right: 75px;
        display: none;
        margin: 10px 0px 4px;
        float: right;
        clear: none;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .pagetitle {
        margin-left: 0px;
        padding-left: 0px;
    }

    .pagetitle.news {
        padding-left: 20px;
    }

    .pagetitle.tellmobile {
        margin-left: 0px;
        padding-left: 20px;
    }

    .pagetitle.log {
        margin-left: 10px;
    }

    .pagetitle.req {
        margin-left: 10px;
    }

    .tellstory {
        padding-right: 20px;
        padding-left: 0px;
    }

    .tellstory.re {
        padding-left: 10px;
    }

    .tellstory.er {
        padding-left: 0px;
    }

    .tellmystorybubble._2.tms {
        margin-bottom: 60px;
    }

    .tellmystorybubble.create.nonselect {
        padding: 30px 40px;
        border-radius: 100px;
    }

    .tellmystorybubble.tms {
        height: auto;
        margin-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0px;
    }

    .pricenew.create.ns {
        margin-left: 40px;
        float: none;
    }

    .formcreateaccount {
        width: 90%;
        max-width: none;
    }

    .formcreateaccount.request {
        width: 90%;
    }

    .formcreateaccount._2._2021 {
        width: 100%;
    }

    .contactinfo {
        margin-left: 0px;
    }

    .contactinfo.deals {
        line-height: 33px;
    }

    .phoneemail {
        margin-left: 3px;
    }

    .phoneemail.auth {
        width: 200px;
    }

    .bluephone {
        width: 100%;
    }

    .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 {
        position: absolute;
        display: block;
        margin-bottom: 205px;
    }

    .brand-3 {
        padding-left: 0px;
    }

    .forgotpasswordpop.auth {
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        display: none;
        margin-top: 0px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forgotpasswordpop.auth.pop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .forgotpasswordform {
        top: 6px;
    }

    .form {
        width: 100%;
    }

    .form.auth {
        width: 98%;
        padding: 20px;
        border-radius: 18px;
    }

    .form.auth.pop {
        position: relative;
        top: auto;
        width: 98%;
        min-width: 500px;
    }

    .closebtn {
        top: 0%;
        right: 3%;
    }

    .link-block-5._2 {
        margin-left: 20px;
        padding-left: 0px;
    }

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

    .articlecontainer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .stockinfodiv {
        display: -ms-grid;
        display: grid;
        width: 100%;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .stockprice2 {
        margin-right: 10px;
        font-size: 15px;
    }

    .arrow {
        width: 10px;
        height: 10px;
    }

    .articletype2 {
        margin-left: 0px;
    }

    .articleheading2 {
        margin-right: 20px;
        margin-left: 0px;
    }

    .articleheading2.bind.update {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timedate {
        margin-left: 0px;
    }

    .articlesubheadline {
        margin-left: 0px;
        padding-right: 20px;
    }

    .articlesubheadline.bind.update {
        margin-right: 0px;
        padding-right: 0px;
    }

    .articlecopy {
        margin-right: 20px;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .articlecopy.bind.update {
        margin-right: 0px;
    }

    .socialsharediv {
        margin-left: 0px;
    }

    .section-4.article-u-pdate {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-25 {
        padding-left: 0px;
    }

    .clientstatsdiv {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .clientstatsdiv._2 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .number {
        margin-right: auto;
        margin-left: auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 30px;
    }

    .column-26 {
        padding-left: 20px;
        text-align: left;
    }

    .columns-12 {
        display: block;
    }

    .columns-13 {
        margin-bottom: 10px;
    }

    .heroicon {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 100%;
        margin-top: 0px;
        clear: none;
    }

    .rtcol {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .mobilenavabout {
        margin-right: 10px;
        margin-left: 0px;
        padding: 5px 0px;
        font-size: 15px;
    }

    .mobilenavabout:hover {
        color: #1e88e5;
    }

    .mobilenav {
        margin-left: 0px;
    }

    .menu-button-5 {
        float: none;
    }

    .column-27 {
        margin-right: auto;
        margin-left: auto;
    }

    .columns-14 {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .mobilesectiontab {
        padding-left: 0px;
    }

    .bluepillsection {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .column-29 {
        padding-right: 0px;
    }

    .columns-16 {
        padding-bottom: 0px;
    }

    .column-31 {
        display: none;
    }

    .spacerdiv {
        display: none;
    }

    .spacerdiv.story {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .column-32 {
        display: none;
    }

    .columns-17 {
        padding-right: 20px;
    }

    .sectiontop {
        padding-left: 20px;
    }

    .bluesectionabout {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        border-radius: 0px;
    }

    .columns-18 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .column-33 {
        display: none;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .spacediv2 {
        height: 100px;
    }

    .spacerdivabout {
        display: none;
        height: 100px;
    }

    .newsroommobilediv {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .newsroombluediv {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0px;
    }

    .articlesectionnewsroom {
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

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

    .container-9 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mobilenewstopbar {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px auto 20px;
        padding-top: 0px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .column-42 {
        padding-left: 0px;
    }

    .mobilecolumnsarticle {
        display: none;
    }

    .articlecompanyname {
        display: none;
    }

    .columns-20 {
        display: none;
    }

    .tickerinfodiv {
        display: none;
    }

    .companyinfodivarticle {
        display: none;
    }

    .languageselection {
        display: none;
    }

    .mobilesectiontell {
        padding-right: 0px;
        padding-left: 0px;
    }

    .stellstorymobile._2 {
        display: none;
    }

    .column-48 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-49 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mainnavdiv {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-58 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-61 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .form-2 {
        margin-left: 0px;
    }

    .mobilequote {
        padding: 60px;
        background-color: #fafafa;
    }

    .text-block-32 {
        color: #2f373c;
        font-size: 14px;
        line-height: 33px;
        font-weight: 300;
    }

    .mobileformsubmitsection {
        display: none;
    }

    .image-12 {
        float: none;
    }

    .toparticlesection {
        display: none;
    }

    .column-68 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .bolderprr {
        margin-bottom: 20px;
    }

    .column-69 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .aboutwhodiv {
        padding-top: 20px;
    }

    .aboutwhodiv.resource {
        padding-left: 2px;
    }

    .whodiv {
        margin-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        border-bottom: 1px solid #eee;
    }

    .whodiv.lft {
        padding-bottom: 20px;
        padding-left: 0px;
        border-bottom: 1px solid #eee;
        border-right-style: none;
    }

    .whodiv.rt {
        border-left-style: none;
    }

    .whodiv.rt.last {
        border-bottom-style: none;
    }

    .whoandwhatheag {
        padding-right: 20px;
        padding-left: 20px;
    }

    .whoandwhatheag._2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .whologo {
        max-width: 100px;
    }

    .officemap {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .mapdiv {
        padding-left: 0px;
    }

    .finddiv {
        height: auto;
        padding-top: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .findhead {
        margin-bottom: 0px;
    }

    .findus {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .innerdivfind {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        text-align: center;
    }

    .signupform-custnewsroom {
        left: 8%;
        top: 7%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .g2embedcode {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .placeholder {
        height: 108px;
    }

    .distpartner.link {
        width: 25%;
    }

    .tellmystorytabs {
        margin-left: 10px;
    }

    .tab-link-tab-2-2 {
        margin-right: 0px;
        margin-left: 10px;
    }

    .tab-link-tab-1-2.w--current {
        margin-right: 0px;
        margin-left: 0px;
    }

    .priceoption {
        height: 175px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .priceoption.mid.partlogo {
        height: 98px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .priceoption.mid.partlogo.topline2.feature2.side.d2 {
        height: 100px;
    }

    .priceoption.mid.partlogo.topline2.feature2.side.d3 {
        height: 100px;
    }

    .priceoption.mid.partlogo.topline2.top.side {
        height: 100px;
    }

    .priceoption.mid.partlogo.btm.end.d3.b1 {
        height: 100px;
    }

    .priceoption.mid.partlogo.onlineonly {
        margin-bottom: 0px;
    }

    .priceoption.mid.partlogo.onlineonly._2 {
        border-right-style: none;
        border-left-style: solid;
        border-left-width: 1px;
    }

    .priceoption.mid.partlogo.onlineonly._2.rt {
        border-right-style: solid;
        border-left-style: none;
    }

    .priceoption.mid.partlogo.d1.b1 {
        height: auto;
        margin-right: 0px;
        margin-left: 10px;
    }

    .priceoption.mid.partlogo.d2.b1 {
        height: 100px;
    }

    .priceoption.mid.topline {
        height: 98px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .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 {
        height: 100px;
    }

    .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 {
        overflow: auto;
        height: auto;
        margin-left: 10px;
    }

    .priceoption.mid.topline.d2.b1 {
        height: 100px;
    }

    .priceoption.topleft {
        margin-bottom: 0px;
        padding-right: 10px;
    }

    .priceoption.topleft._2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .priceoption.topright {
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .priceoption.topmiddle {
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .optiontitle {
        font-size: 14px;
    }

    .tabdiv {
        width: 98%;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .optionprice {
        font-size: 24px;
    }

    .optionprice.onlineonly {
        display: block;
    }

    .optionprice.onlineonly._2 {
        display: none;
    }

    .optionprice.type {
        display: none;
    }

    .html-embed-5 {
        width: 30%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .newdivider {
        clear: right;
    }

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

    .column-78 {
        display: none;
    }

    .column-81 {
        padding-right: 20px;
        padding-left: 10px;
    }

    .footlink {
        font-size: 12px;
    }

    .column-83 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .productdescribe.lft {
        text-align: left;
    }

    .priceper {
        margin-bottom: 6px;
    }

    .lph1.buynow {
        position: static;
        top: 7px;
        margin-right: auto;
        margin-left: auto;
        font-size: 38px;
        text-align: center;
    }

    .lplist.btm-space {
        margin-bottom: 5px;
    }

    .optionselect {
        position: -webkit-sticky;
        position: sticky;
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0%;
        display: block;
        width: 75%;
        height: auto;
        padding-bottom: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        line-height: 13px;
    }

    .column-86 {
        display: none;
    }

    .footerdiv {
        display: block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .logintelldiv {
        display: inline-block;
        float: right;
    }

    .enhancementdiv {
        padding-left: 10px;
        border-right-style: none;
    }

    .enhancementtextcopy {
        margin-bottom: 20px;
    }

    .columnsnew {
        display: block;
    }

    .slidercolumns {
        width: 400px;
    }

    .packageselect._1 {
        margin-left: 0px;
    }

    .packageselect._3 {
        padding-right: 0px;
    }

    .pricecolumnnew {
        width: 45%;
        margin-top: 0px;
    }

    .pricecolumnnew.best {
        width: 45%;
    }

    .pricesectionbtm {
        height: 110px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pricesectionbtm.best {
        height: 110px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .optionselectbtn.best {
        margin-bottom: 0px;
    }

    .slidertabs {
        width: 400px;
    }

    .moreinfodivpop {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: auto;
    }

    .moreinfocolumn.in {
        width: 50%;
    }

    .moreinfocolumn.in._2 {
        width: 50%;
    }

    .moreinfocolumn.rt {
        width: 50%;
    }

    .moreinfocolumn.lft {
        width: 50%;
    }

    .popheaderinfo {
        clear: none;
    }

    .whatsincludeddiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .rowpop.g.tall {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 55px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .popdivbox {
        display: block;
    }

    .contactform {
        top: 0px;
    }

    .infoboxall.v2 {
        width: 100%;
    }

    .aticlecontainerleft {
        width: 98%;
    }

    .resourcedivlittle.rightside {
        width: 35%;
        padding-top: 10px;
        padding-left: 0px;
        border-top: 2px solid #f5f5f5;
        border-left-style: none;
    }

    .dropdown-list-4 {
        z-index: 9999;
    }

    .option-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .full-option-tab-column {
        width: 90%;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .full-option-tab-column._2 {
        border-left-style: solid;
    }

    .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 {
        height: auto;
    }

    .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 {
        margin-left: 2px;
        float: right;
    }

    .list-item-9 {
        margin-left: 20px;
    }

    .exchange-div {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .column-93 {
        display: none;
    }

    .columns-35 {
        padding-left: 0px;
    }

    .column-95 {
        display: none;
    }

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._404-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._404title {
        padding-left: 0px;
        font-size: 22px;
    }

    ._404title.oops {
        margin-bottom: 40px;
    }

    .oppsdiv {
        text-align: center;
    }

    ._404image {
        width: 200px;
        margin-bottom: 40px;
    }

    .ordersummarydiv {
        position: static;
        width: 65%;
        max-width: none;
    }

    .orderdetails {
        font-size: 12px;
    }

    .orderprice {
        float: left;
    }

    .orderclose {
        float: right;
    }

    .couponcode {
        width: 65%;
    }

    .lpupdatediv {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lptabs {
        margin-top: 10px;
    }

    .copyrightupdate {
        text-align: left;
    }

    .widgetholder {
        margin-bottom: 0px;
    }

    .tabs-2 {
        text-align: left;
    }

    .chatcolumn {
        border-bottom: 1px none #ddd;
        border-right-style: none;
    }

    .mobilechat {
        display: none;
    }

    .html-embed-8 {
        display: none;
    }

    .sectionalsobuy {
        padding-right: 10px;
        padding-left: 10px;
    }

    .colorbox {
        text-align: center;
    }

    .chartimage {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .image-23 {
        width: 20%;
    }

    .htmlbasdge {
        width: 33%;
    }

    .container-16 {
        padding: 10px 20px 20px;
    }

    .container-16.tos {
        padding-right: 0px;
        padding-left: 0px;
    }

    .set-up-content.recordtype {
        text-align: left;
    }

    .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: 0px;
    }

    .newsroom-hero-v2 {
        display: none;
    }

    .column-109 {
        display: none;
    }

    .column-110.mid {
        text-align: left;
    }

    .v2navdrop {
        display: block;
        padding-right: 20px;
    }

    .v2-nav-link {
        padding-right: 20px;
    }

    .v2-nav-link.end {
        padding-right: 20px;
    }

    .nav-menu-v2.lp23 {
        border-bottom-style: none;
    }

    .drop-link-v2 {
        text-align: right;
    }

    .drop-link-v2.w--current {
        text-align: right;
    }

    .section-9 {
        padding: 120px 10px 40px;
    }

    .section-9.gradient.review {
        background-image: linear-gradient(181deg, #ddd, #fff 39%);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .section-9.dark.dl {
        padding-top: 10px;
    }

    .section-9.new.pdm.anw {
        padding-right: 20px;
        padding-left: 20px;
    }

    .connect-farther {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .connect-farther.hidemobile {
        display: none;
    }

    .connect-farther.hide-desktop {
        display: block;
        margin-bottom: 30px;
    }

    .connect-farther.center {
        position: relative;
        display: block;
    }

    .better {
        font-size: 32px;
    }

    .connect-holder {
        padding-right: 10px;
        text-align: left;
    }

    .connect-holder.only-phone {
        display: none;
    }

    .columns-44 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scale-image {
        max-width: 65%;
    }

    .no-extras {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .no-extra-tile {
        width: 45%;
        margin-bottom: 20px;
    }

    .no-extra-tile.btm {
        margin-bottom: 0px;
    }

    .section-9.dark {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-9.dark.connect {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .columns-45 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sample-distributions {
        margin-top: 20px;
    }

    .columns-46 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-24 {
        margin-top: 20px;
    }

    .columns-47 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-35 {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }

    .div-block-35.last {
        border-bottom-style: none;
    }

    .div-block-35.fisrt {
        padding-top: 0px;
    }

    .column-112 {
        display: none;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        text-align: center;
    }

    .column-112.formlp {
        display: block;
    }

    .menu-button-6.hidemenu-mobile {
        display: none;
    }

    .column-113 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-113.this {
        display: block;
        text-align: center;
    }

    .column-113.this.stays {
        display: block;
    }

    .column-114 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-115 {
        padding-right: 10px;
        padding-left: 0px;
    }

    .column-116 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-117 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .client-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .v2-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .icon-10 {
        margin-right: 0px;
        margin-left: 40px;
    }

    .icon-11 {
        margin-left: 0px;
    }

    .image-27 {
        max-width: 40%;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .html-embed-11 {
        margin-top: 20px;
    }

    .hero-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-40 {
        width: 100%;
    }

    .hero-holder-left {
        width: 100%;
    }

    .hero-holder-right {
        display: none;
    }

    .div-block-41.hq {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .div-block-41.end {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .coms-div {
        height: auto;
        margin-bottom: 20px;
    }

    .headerv2 {
        position: relative;
        width: auto;
    }

    .hero-btn {
        width: 300px;
        border-radius: 125px;
        background-color: #be5927;
    }

    .dropdown-toggle-6 {
        width: 300px;
        padding-top: 9px;
        padding-bottom: 9px;
        color: #fff;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-51 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-52 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-53 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .suite-choice-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-ecom-words {
        width: 100%;
    }

    .news-ecom-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .suite-title {
        left: 34%;
        top: -2%;
    }

    .registerholder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .register-form-side {
        width: 100%;
    }

    .register-info-side {
        width: 100%;
    }

    .article-date.v2 {
        text-align: left;
    }

    .columns-55 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .download-pr-template-link {
        max-width: 250px;
    }

    .tag-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tag-holder.art {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tag.aerospace {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .headline-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .headline-holder {
        width: 100%;
    }

    .hl-date-holder {
        width: 100%;
        text-align: left;
    }

    .title-logo-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .logo-side {
        width: 100%;
    }

    .article-all-holder {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .more-news-all {
        display: none;
    }

    .company-contacts {
        margin-top: 0px;
    }

    .html-embed-16 {
        display: block;
    }

    .dropdown-3 {
        position: relative;
        left: auto;
        top: auto;
        right: 0%;
        bottom: auto;
        float: left;
    }

    .div-block-56 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subscribe-box {
        width: 90%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .html-embed-19 {
        float: none;
        text-align: left;
    }

    .footer-left {
        width: 33%;
    }

    .payment-form-holder {
        width: 75%;
    }

    .thank-you-box {
        width: 95vw;
    }

    .soc {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .industry-block {
        width: 25%;
    }

    .stepbystepbox {
        margin-bottom: 20px;
    }

    .quote-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .all-reviews {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-logo-image {
        width: auto;
        margin-left: 0px;
    }

    .share-holder.newsroom {
        position: static;
        right: 0px;
        width: 100%;
    }

    .info-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .review-too {
        width: 100%;
    }

    .html-embed-22 {
        margin-top: 20px;
    }

    .masonry-holder {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .compare-box {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }

    .column-123 {
        border-left-style: solid;
    }

    .comparison-name-holder {
        width: 91%;
        margin-left: 0px;
    }

    .div-block-68 {
        width: 100%;
    }

    .hand-star {
        display: none;
    }

    .whitepaper-form.wp {
        width: 85%;
    }

    .whitepaper-img {
        margin-right: auto;
        margin-left: auto;
    }

    .columns-60 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blue-section.pdm._2 {
        padding: 10px 20px;
    }

    .client-white-holder {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo-holder {
        width: 12%;
        height: auto;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo-holder.hm {
        display: none;
    }

    .help-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .helpbox {
        min-height: auto;
    }

    .allhelp {
        width: 100%;
        margin-bottom: 20px;
    }

    .columns-61 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-placeholder.v2.thin {
        width: 80%;
    }

    .columns-62 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column-126 {
        margin-top: 40px;
    }

    .image-29 {
        margin-bottom: 20px;
    }

    .btn-get-started {
        margin-right: 20px;
    }

    .custom-pricing-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .custom-pricing-title {
        display: block;
        width: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-transform: uppercase;
    }

    .custom-pricing-title.sub {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-transform: uppercase;
    }

    .contact-top-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        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-right: 10px;
        padding-left: 10px;
    }

    .anw-btn {
        width: 250px;
    }

    .columns-66 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video-4 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
}

@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: 0px;
        margin-bottom: 20px;
    }

    .nav-link {
        padding: 11px 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .home-hero-section {
        height: 430px;
    }

    .section {
        padding: 20px;
    }

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

    .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-right: 15px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 17px;
    }

    .home-intro-block {
        padding: 20px 10px 0px;
        border-bottom-style: none;
        font-size: 11px;
    }

    .home-intro-block.last {
        padding-bottom: 20px;
    }

    .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 {
        margin-bottom: 14px;
        text-align: center;
    }

    .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 {
        line-height: 38px;
    }

    .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 {
        left: 20px;
        bottom: 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 {
        position: static;
        width: 100%;
        padding: 20px;
        font-size: 11px;
    }

    .info-text-block.quote-block-1 {
        display: block;
        float: right;
    }

    .info-text-block.quote-block-2 {
        float: right;
    }

    .stats-block {
        padding-right: 11px;
        padding-left: 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: 0px;
        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: 0px;
    }

    .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: 0px;
        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: 0px;
    }

    .footer-page-link.main {
        text-align: center;
    }

    .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: 0px;
    }

    .paragraph-8.newsroomv2 {
        font-size: 2.5rem;
    }

    .paragraph-8.center.white {
        line-height: 27px;
    }

    .clientsubheader {
        line-height: 32px;
    }

    .latestnewstitle.media.tab {
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .newsrightcol {
        display: block;
        height: 550px;
        border-left-style: none;
        text-align: center;
    }

    .mediacontactsname._2._3 {
        margin-left: 0px;
        text-align: center;
    }

    .mediacontactstitle._2._3._4 {
        margin-left: 0px;
        text-align: center;
    }

    .salesemail {
        margin-left: 0px;
        text-align: center;
    }

    .clientlogosection._2 {
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
    }

    .clientlogosection.dist {
        padding-right: 10px;
        padding-left: 10px;
    }

    .client-logo-title {
        line-height: 33px;
    }

    .logos.testimony {
        height: 450px;
    }

    .logo {
        max-width: 100%;
    }

    .sliderbtmnav {
        position: static;
        left: 0px;
        bottom: 0px;
    }

    .serviceicon {
        max-width: 100%;
    }

    .connectheader.v3._1 {
        margin-bottom: 10px;
    }

    .socialicons {
        display: block;
    }

    .socialicons.v2 {
        position: relative;
        right: auto;
        bottom: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 125px;
        margin: 0px auto;
        padding-bottom: 0px;
        clear: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .socialicons.v2.mobile {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .socialicons.v2.rise {
        margin-bottom: 10px;
    }

    .socialicons.v2.rise.newer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .socialicons.v2.rise.newer.leftside {
        text-align: center;
    }

    .socialicons.mobile {
        position: absolute;
        left: auto;
        top: 16%;
        right: 7%;
        bottom: 0%;
        display: inline-block;
        max-width: 150px;
        margin-top: 10px;
        float: right;
        clear: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .socialicons.lp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .include-left-list {
        padding-left: 40px;
        float: none;
    }

    .disttagline {
        margin-bottom: 30px;
    }

    .distcont._1.btm {
        margin-bottom: 20px;
    }

    .distcont._1.frm {
        margin-top: 0px;
    }

    .targetingsection {
        padding-top: 30px;
    }

    .team {
        width: 85px;
    }

    .teamdiv {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .teamdiv.top {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .teamdiv.btm {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .div-block.sales {
        text-align: center;
    }

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

    .newsroombutton {
        float: none;
    }

    .companyinfo {
        display: block;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        border-left-style: none;
    }

    .companyinfoimage {
        float: none;
    }

    .text-block-14._2._3 {
        position: static;
        display: block;
        margin-right: auto;
        margin-bottom: 1905px;
        margin-left: auto;
    }

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

    .datafeedsamples {
        height: 175px;
    }

    .pricins {
        max-width: 100%;
    }

    .priconblick {
        display: block;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .priconblick.mid {
        margin-bottom: 0px;
    }

    .text-block-17 {
        margin-bottom: 20px;
        font-family: Myriadpro;
        font-size: 16px;
        text-align: center;
    }

    .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: 0px;
    }

    .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: 0px;
    }

    .teammember {
        width: 25%;
        margin-right: 5px;
        margin-left: 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: 0px;
    }

    .dropdown-link-2 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .dropdown-list-2.w--open {
        left: 0px;
        right: 0px;
        display: block;
        width: 200px;
        margin-right: 20px;
    }

    .whatwedodiv.ppc {
        width: 100%;
        height: auto;
    }

    .wwdhead {
        text-align: center;
    }

    .wwdcont {
        margin-bottom: 20px;
        text-align: center;
    }

    .lpimage {
        max-width: 50%;
        float: none;
    }

    .infotitle {
        clear: left;
        text-align: center;
    }

    .infotitle._2 {
        margin-top: 5px;
        text-align: center;
    }

    .infotitle._2.btm {
        text-align: left;
    }

    .companywebsite {
        margin-left: 0px;
    }

    .companyprofile {
        margin-left: 0px;
    }

    .sharediv {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding-bottom: 20px;
        border-top-style: none;
        text-align: left;
    }

    .sharediv.btm {
        margin-bottom: 0px;
    }

    .sharelink {
        margin-right: 3px;
        margin-left: 3px;
    }

    .companywebsitelink {
        text-align: center;
    }

    .companyprofilelink {
        text-align: center;
    }

    .articleheading {
        margin-top: 0px;
        font-size: 25px;
        line-height: 1.5;
    }

    .articlecontent {
        margin-bottom: 0px;
    }

    .articlelogo {
        display: none;
        width: 140px;
        height: 75px;
        max-height: none;
        margin-right: 0px;
    }

    .articlelogo._2 {
        display: none;
    }

    .articlelogo.mobile {
        display: block;
        width: 100%;
        height: 75px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .logodiv {
        display: block;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        float: none;
    }

    .dropdown {
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        float: none;
        text-align: center;
    }

    .html-embed.stockinfoarticle {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .column-17 {
        position: relative;
        right: 0px;
        display: block;
        border-right-style: none;
    }

    .exchangeinfodiv {
        left: 0px;
        bottom: 0px;
        margin-top: 0px;
    }

    .stockwidgetdiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 250px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

    .newsroomsearch {
        position: static;
        margin-bottom: 5px;
        float: left;
    }

    .search-button {
        top: 26px;
        bottom: 0px;
    }

    .search-button.v2 {
        left: 175px;
        top: 0px;
        right: 0px;
    }

    .formdivblock {
        padding-right: 10px;
        padding-left: 0px;
    }

    .row-7 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
    }

    .countrydiv._2 {
        display: none;
        padding-right: 20px;
    }

    .accesswire-mainlogo {
        width: 100px;
        max-width: none;
        padding-left: 0px;
    }

    .body.test {
        padding-right: 0px;
    }

    .tellmystory {
        position: static;
        left: auto;
        top: 12%;
        right: 18%;
        bottom: auto;
        width: 90px;
        height: 30px;
        max-width: none;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 2px 5px;
        float: none;
        clear: none;
        font-size: 12px;
    }

    .tellmystory.w--current {
        position: static;
        left: 35%;
        top: 0px;
        right: 0px;
        margin-right: 5px;
        float: none;
        clear: none;
    }

    .login {
        position: static;
        top: 12%;
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0px;
        float: right;
        clear: none;
        font-family: 'Avenir webfont', Tahoma, sans-serif;
        font-size: 12px;
        text-align: center;
    }

    .logindiv {
        margin-top: 20px;
        padding-right: 0px;
    }

    .footertest {
        position: static;
        display: block;
        height: auto;
        text-align: center;
    }

    .footertest.mobile {
        position: relative;
        left: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }

    .footerline {
        display: none;
        margin-bottom: 10px;
    }

    .linediv {
        margin-bottom: 5px;
        text-align: center;
    }

    .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: 0px;
    }

    .headerbtn.v2.request {
        width: 100%;
    }

    .headerbtn.v2.buy {
        width: 90%;
    }

    .headertestdiv {
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .headertestdiv.log {
        margin-bottom: 100px;
    }

    .headertestdiv.home {
        padding-right: 0px;
    }

    .headertestdiv.newsroom {
        width: 97%;
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .headertestdiv.newsroom.new {
        margin-right: auto;
        margin-left: auto;
    }

    .headertestdiv.res {
        padding-left: 10px;
    }

    .headertestdiv.res.mob {
        padding-left: 0px;
    }

    .headertestdiv.prod {
        padding-left: 10px;
    }

    .headertestdiv.prod.mob {
        padding-left: 0px;
    }

    .headertestdiv.reglp {
        padding-left: 10px;
    }

    .contentsection {
        margin-bottom: 0px;
    }

    .bluenewsroomcallout {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .circlediv.mobile {
        margin-bottom: 20px;
    }

    .bluetextdiv {
        width: auto;
    }

    .clientexampletitle {
        display: block;
        margin-bottom: 0px;
        text-align: left;
    }

    .clientexampletitle.mobile {
        display: block;
    }

    .areyoureadydiv {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tellstorytxt {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .readydiv {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .readybtn {
        clear: none;
    }

    .whowearediv._2._3 {
        margin-bottom: 60px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .whoimage {
        display: none;
        width: 100%;
        height: auto;
    }

    .aboutsubtitle {
        line-height: 33px;
    }

    .aboutsubtitle.prod {
        text-align: left;
    }

    .aboutsubtitle.prod._2 {
        margin-bottom: 20px;
        text-align: left;
    }

    .grid.offers {
        width: 100%;
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        justify-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        grid-auto-columns: 1fr;
        grid-template-areas: ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .offerimages {
        display: block;
        float: left;
        text-align: center;
    }

    .columns-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-5 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-7 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .newsroomtitle {
        position: static;
        display: block;
        margin-bottom: 10px;
        float: none;
        text-align: left;
    }

    .languages {
        width: 145px;
        margin-bottom: 20px;
        float: left;
    }

    .languages._2 {
        width: 145px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
    }

    .languages._2.language {
        width: 100%;
        margin-bottom: 20px;
    }

    .languages._2.language.v2 {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        float: none;
    }

    .languages._2.v2 {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding-left: 10px;
        float: none;
    }

    .languages.v2 {
        right: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .icon-7 {
        color: #959ca2;
    }

    .articlev2.dark {
        padding-left: 20px;
    }

    .articlev2.light {
        padding-left: 20px;
    }

    .articlev2.companyheader {
        display: none;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 0px;
    }

    .articletextdiv {
        width: auto;
    }

    .articlelogoimage {
        max-height: 95%;
        max-width: 95%;
    }

    .rightsfootercontainer {
        clear: none;
    }

    .rightsfootercontainer._2 {
        margin-bottom: 0px;
        padding: 20px 10px 40px;
    }

    .form-block-3 {
        position: relative;
        left: -42px;
        top: 1px;
        display: none;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
    }

    .pagetitle {
        margin-left: 0px;
    }

    .pagetitle.news {
        padding-left: 20px;
    }

    .pagetitle.tellmobile {
        margin-left: 0px;
    }

    .pagetitle.res {
        margin-left: 10px;
    }

    .pagetitle.prod {
        margin-left: 10px;
    }

    .pagetitle.prod._2 {
        margin-left: 0px;
    }

    .tellstory {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tellmystorybubble.create {
        display: none;
        width: 100%;
        height: 130px;
        border-radius: 125px;
    }

    .tellmystorybubble.create.nonselect {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-bottom: 20px;
        padding: 20px 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        border-radius: 0px;
    }

    .tellmystorybubble.tms {
        display: none;
    }

    .releasetype {
        display: inline-block;
        margin-bottom: 40px;
        text-align: left;
    }

    .releasetype.blue {
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .releasetype.price {
        font-size: 30px;
    }

    .releasetype.pricemobile {
        float: right;
        font-size: 30px;
    }

    .releasetype.pricemobile._2 {
        color: #00467f;
    }

    .releasetype.bluemobile {
        color: #2f373c;
    }

    .getstartedbtn {
        position: static;
        left: 61px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .getstartedbtn:hover {
        border-color: #fff;
        color: #fff;
    }

    .getstartedbtn.blue.ns {
        display: block;
        width: 150px;
    }

    .getstartedbtn._2 {
        border-color: #959ca2;
        color: #959ca2;
    }

    .storyrightside {
        width: 100%;
        text-align: center;
    }

    .startingat {
        position: relative;
        top: -20px;
        right: 2px;
        display: inline-block;
        float: right;
        font-weight: 300;
    }

    .pricenew {
        position: relative;
        top: -38px;
        display: inline-block;
        float: right;
        font-weight: 500;
    }

    .pricenew.create {
        margin-bottom: 0px;
    }

    .pricenew.create.ns {
        position: static;
        top: 13px;
        margin-left: 5px;
    }

    .pricenew._2 {
        top: -45px;
        right: -51px;
        margin-top: 50px;
    }

    .perrelease {
        right: -8px;
        margin-left: 0px;
        font-weight: 300;
    }

    .storybody {
        margin-bottom: 20px;
    }

    .storybody.create {
        margin-bottom: 0px;
    }

    .storybody.create.ns {
        display: block;
    }

    .formcreateaccount {
        width: 100%;
    }

    .formcreateaccount.request {
        width: 100%;
    }

    .formcreateaccount._2 {
        width: 100%;
    }

    .contactinfo.deals {
        margin-bottom: 20px;
        margin-left: 0px;
        line-height: 27px;
    }

    .textfield1 {
        width: 100%;
        padding-left: 20px;
        border-radius: 150px;
    }

    .textfield1.phonefield {
        padding-left: 40px;
    }

    .formdiv {
        padding-right: 0px;
        padding-left: 0px;
    }

    .formdiv.pw {
        width: 95%;
    }

    .flag._2 {
        left: 6px;
        top: 6px;
        bottom: 6px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .flag.mobile {
        position: relative;
        left: 5px;
        top: 5px;
        z-index: 9999;
        display: inline-block;
        height: 30px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .phoneemail {
        margin-left: 3px;
    }

    .contactdrop {
        margin-left: 6px;
        background-color: #fff;
    }

    .contactdrop.country {
        width: 95%;
        margin-left: 6px;
    }

    .column-23 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .left {
        margin-left: 0px;
    }

    .nextbtn.create {
        display: block;
        float: left;
    }

    .goback {
        display: block;
        float: left;
    }

    .loginformdiv {
        width: 100%;
    }

    .section-3 {
        position: static;
        bottom: 223px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        float: none;
        clear: none;
    }

    .brand-3 {
        padding-left: 0px;
    }

    .brand-3.w--current {
        width: 100px;
        height: auto;
        padding-left: 0px;
    }

    .forgotpasswordpop.auth.pop {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forgotpasswordform {
        top: -132px;
    }

    .form {
        height: auto;
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0px;
    }

    .form.auth {
        position: relative;
        top: 139px;
        margin-top: auto;
    }

    .form.auth.pop {
        top: 140px;
        min-width: 300px;
    }

    .closebtn {
        top: 0%;
        right: 3%;
    }

    .link-block-5 {
        margin-left: 20px;
    }

    .link-block-5._2 {
        display: none;
    }

    .link-block-5._2.v2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .mentioned {
        padding-left: 20px;
        font-size: 13px;
    }

    .mentioned._2 {
        display: none;
    }

    .articlecontainer {
        padding-right: 0px;
        padding-left: 0px;
    }

    .exchange {
        display: inline-block;
        margin-right: 20px;
        clear: none;
    }

    .exchange._2 {
        margin-right: 32px;
        text-align: left;
    }

    .companyinfodiv {
        display: none;
    }

    .stockinfodiv {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .stockprice2 {
        display: block;
        font-size: 20px;
        text-align: center;
    }

    .priceadjust {
        float: right;
        font-size: 14px;
    }

    .arrow {
        width: 14px;
        height: 14px;
        margin-top: 0px;
        float: left;
    }

    .articletype2 {
        margin-left: 0px;
    }

    .articleheading2 {
        padding-right: 20px;
        padding-left: 0px;
    }

    .articleheading2.bind.update {
        margin-right: 0px;
        padding-right: 0px;
    }

    .timedate {
        margin-left: 0px;
    }

    .articlesubheadline {
        margin-right: 20px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .articlesubheadline.bind.update {
        margin-right: 0px;
    }

    .articlecopy {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .socialsharediv {
        padding-left: 0px;
    }

    .section-4.article-u-pdate {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-25 {
        margin-top: 0px;
        padding-left: 0px;
    }

    .clientdiv {
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .column-26 {
        margin-top: 20px;
        padding-right: 20px;
    }

    .columns-11 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .columns-12 {
        display: block;
    }

    .rtcol {
        display: none;
    }

    .mobilenavabout {
        margin-right: 5px;
        padding: 5px 0px;
        font-size: 14px;
    }

    .mobilenavabout.log {
        float: right;
        border-bottom-style: none;
        color: #00467f;
    }

    .mobilenavabout.current {
        margin-right: 5px;
    }

    .mobilenav {
        margin-left: 0px;
    }

    .column-28 {
        display: block;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .mobilesectiontab {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bluepillsection {
        padding-bottom: 0px;
    }

    .columns-15 {
        display: block;
    }

    .clientsuccesdiv {
        margin-bottom: 0px;
    }

    .columns-16 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .spacerdiv {
        display: block;
        height: 155px;
    }

    .columns-17 {
        padding-right: 0px;
    }

    .sectiontop {
        padding-left: 20px;
    }

    .bluesectionabout {
        padding-right: 20px;
        padding-left: 20px;
    }

    .offersection {
        padding-right: 0px;
        padding-left: 0px;
    }

    .spacerdivabout {
        display: block;
        height: 175px;
    }

    .container-7 {
        display: block;
    }

    .newsroombluediv {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-41 {
        display: none;
    }

    .container-9 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mobilenewstopbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .mobiletopicssection {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobileindustrydrop {
        width: 130px;
    }

    .topicsdropdown {
        width: 130px;
    }

    .column-42 {
        padding-left: 0px;
    }

    .mobilecolumnsarticle {
        display: block;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .articlecompanyname {
        display: block;
        margin-bottom: 20px;
        padding-left: 20px;
        font-family: 'Avenir roman webfont', Tahoma, sans-serif;
        color: #fff;
        font-size: 20px;
    }

    .stockinfodivmobile {
        display: none;
        width: 135px;
        height: 50px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 125px;
        background-color: #00467f;
        font-family: 'Avenir webfont', Tahoma, sans-serif;
    }

    .column-43 {
        padding-right: 10px;
        padding-left: 0px;
    }

    .tickerdivmobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 140px;
        height: 75px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .exhange {
        display: inline-block;
    }

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

    .column-44 {
        display: block;
    }

    .symboldiv {
        display: inline-block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
    }

    .text-block-30 {
        font-family: 'Avenir webfont', Tahoma, sans-serif;
        color: #ddd;
    }

    .symboltxt {
        display: inline-block;
        float: none;
        clear: none;
        font-family: 'Avenir webfont', Tahoma, sans-serif;
        color: #ddd;
    }

    .div-block-7 {
        display: inline-block;
    }

    .tickerinfodiv {
        display: inline-block;
        width: 200px;
        margin-right: auto;
        margin-left: 20px;
        text-align: left;
    }

    .companyinfodivarticle {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding: 20px 0px 0px;
        background-color: #1e88e5;
    }

    .companyinfodivarticle._2 {
        display: none;
        overflow: scroll;
    }

    .infoticker {
        display: block;
        margin: 0px auto 0px 0px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-45 {
        display: block;
    }

    .columns-21 {
        display: none;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        text-align: left;
    }

    .column-46 {
        display: none;
        padding-left: 0px;
    }

    .languageselection {
        display: block;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .languagedrop {
        width: 200px;
        height: 45px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #ddd;
        border-radius: 125px;
    }

    .text-block-31 {
        color: #959ca2;
        font-size: 14px;
    }

    .icon-9 {
        left: 0px;
        top: 0%;
        right: -65%;
        bottom: 0%;
        margin-right: 0px;
        margin-left: 168.469px;
    }

    .dropdown-toggle-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
    }

    .tellmystorycontainer {
        margin-right: auto;
        margin-left: auto;
    }

    .stellstorymobile {
        display: block;
        margin-bottom: 10px;
        padding: 30px 20px;
        background-color: #1e88e5;
    }

    .stellstorymobile._2 {
        display: block;
        margin-bottom: 60px;
        background-color: #ff8524;
    }

    .dropdown-link-8 {
        margin-top: 0px;
        padding-bottom: 10px;
        padding-left: 50px;
        background-color: #f5f5f5;
        color: #00467f;
        font-size: 14px;
    }

    .countrydivdrop {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .countrydropdiv {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #f5f5f5;
    }

    .column-48 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-49 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-10 {
        margin-right: auto;
        margin-left: auto;
    }

    .column-50 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-51 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-52 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-53 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-54 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-55 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-56 {
        padding-left: 0px;
    }

    .mainnavdiv {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-59 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-60 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-11 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-2 {
        margin-right: 20px;
    }

    .container-12 {
        margin-bottom: 0px;
    }

    .mobilequote {
        padding-right: 40px;
        padding-left: 40px;
    }

    .selectblue {
        display: block;
        margin-bottom: 10px;
        padding: 40px 20px;
        background-color: #1e88e5;
        text-align: left;
    }

    .selectblue.grey {
        background-color: #ddd;
    }

    .text-block-33 {
        padding: 20px;
    }

    .length {
        color: #ddd;
        font-size: 15px;
        font-weight: 300;
    }

    .length._2 {
        color: #959ca2;
    }

    .included {
        margin-top: 0px;
        color: #fff;
        font-size: 14px;
    }

    .included._2 {
        color: #959ca2;
    }

    .includedtext {
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .includedtext._2 {
        color: #959ca2;
    }

    .recaptcha {
        margin-right: 10px;
        float: right;
        clear: both;
    }

    .form-block-4 {
        display: none;
    }

    .mobileformsubmitsection {
        display: block;
    }

    .mobileformsubmitsection._2 {
        display: block;
        margin-bottom: 100px;
    }

    .recaptcha-2 {
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .nextbtnmobile {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 0px;
        float: right;
        clear: none;
        border-style: solid;
        border-width: 1px;
        border-color: #ff8524;
        border-radius: 125px;
        background-color: #ff8524;
        font-size: 16px;
        text-align: center;
    }

    .nextbtnmobile:hover {
        background-color: transparent;
    }

    .gobackmobile {
        display: inline-block;
        margin-top: 10px;
        margin-right: 20px;
        float: right;
        color: #00467f;
        font-size: 16px;
    }

    .link-23 {
        margin-right: 10px;
    }

    .form-block-5 {
        margin-bottom: 30px;
    }

    .column-66 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mobiletickerinfo {
        width: 100%;
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #00467f;
    }

    .mobilepricediv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: center;
    }

    .mobilepercentage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .columns-27 {
        margin-top: 20px;
        margin-left: 0px;
    }

    .column-67 {
        padding-left: 20px;
    }

    .toparticlesection {
        display: block;
    }

    .column-68 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .bolderprr {
        margin-bottom: 20px;
    }

    .column-69 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .prlist {
        padding-left: 30px;
    }

    .heading-2.center.anw {
        line-height: 37px;
    }

    .aboutwhodiv.awlp {
        padding-left: 10px;
    }

    .aboutwhodiv.awlp.cx {
        padding-left: 0px;
    }

    .whodiv {
        padding-left: 10px;
    }

    .whodiv.lft {
        padding-left: 10px;
    }

    .whoandwhatheag._2 {
        padding-left: 0px;
    }

    .whoclientlogo {
        width: 110px;
        margin-right: 2px;
        margin-left: 2px;
        padding-right: 4px;
        padding-left: 4px;
        border-radius: 17px;
    }

    .whologo {
        max-width: 65px;
    }

    .signupform-custnewsroom {
        left: 0%;
    }

    .html-embed-3 {
        margin-top: 84px;
    }

    .g2embedcode {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .placeholder {
        height: 110px;
    }

    .placeholder._2 {
        height: 138px;
    }

    .distpartner {
        text-align: center;
    }

    .distpartner.link {
        width: 50%;
    }

    .tellmystorytabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        text-align: center;
    }

    .tab-link-tab-2-2 {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .tab-link-tab-2-2.w--current {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

    .tab-link-tab-1-2 {
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .tab-link-tab-1-2.w--current {
        display: inline-block;
        width: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .priceoption {
        margin-right: auto;
        margin-left: auto;
    }

    .priceoption.mid.partlogo {
        height: auto;
        padding-bottom: 4px;
        border-right-width: 2px;
    }

    .priceoption.mid.partlogo.topline2.feature2.side {
        display: none;
    }

    .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-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .priceoption.mid.partlogo.onlineonly {
        border-right-style: solid;
        border-right-width: 2px;
        background-color: #00467f;
    }

    .priceoption.mid.partlogo.onlineonly.blank {
        display: none;
    }

    .priceoption.mid.partlogo.onlineonly._2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right-style: solid;
        border-left-style: solid;
        border-left-width: 1px;
        border-top-right-radius: 15px;
        text-align: center;
    }

    .priceoption.mid.partlogo.onlineonly._2.rt {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left-style: solid;
        border-top-left-radius: 15px;
    }

    .priceoption.mid.partlogo.d1.b1 {
        height: auto;
        margin-left: 0px;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-right-radius: 15px;
    }

    .priceoption.mid.partlogo.d2.b1 {
        height: auto;
    }

    .priceoption.mid.topline {
        height: auto;
        padding-bottom: 4px;
        border-left-width: 2px;
    }

    .priceoption.mid.topline.call {
        display: block;
        height: auto;
        padding-bottom: 10px;
        border-bottom-width: 2px;
    }

    .priceoption.mid.topline.call.end {
        margin-bottom: 20px;
        border-bottom-width: 2px;
    }

    .priceoption.mid.topline.btm.end {
        height: auto;
        margin-bottom: 20px;
    }

    .priceoption.mid.topline.btm.end.d3.b2 {
        height: auto;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .priceoption.mid.topline.d1.b1 {
        height: auto;
        margin-left: 0px;
        border-left-style: solid;
        border-left-width: 1px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .priceoption.mid.topline.d2.b1 {
        height: auto;
    }

    .priceoption.topleft {
        display: block;
        border-right-width: 2px;
    }

    .priceoption.topleft._2 {
        display: block;
        height: auto;
        border-left-width: 2px;
    }

    .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-right-width: 2px;
        border-left-width: 2px;
    }

    .priceoption.topmiddle {
        border-style: solid;
        border-width: 1px 2px;
        border-color: #ddd;
    }

    .optiontitle {
        font-size: 18px;
    }

    .optiontitle.wht {
        border-left: 1px none #00467f;
    }

    .tabdiv {
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .optionprice.onlineonly {
        right: auto;
        display: none;
        color: #00467f;
        text-align: center;
    }

    .optionprice.onlineonly._2 {
        display: block;
    }

    .optionprice.type {
        display: block;
        margin-bottom: 10px;
        color: #be5927;
        font-size: 18px;
    }

    .column-76 {
        left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .column-76.abo {
        left: 0px;
    }

    .column-77 {
        text-align: left;
    }

    .column-78 {
        display: none;
    }

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

    .column-81 {
        margin-bottom: 0px;
    }

    .footlink.editorial {
        display: none;
    }

    .footercontainer {
        text-align: center;
    }

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

    .pricecolumn {
        width: 100%;
        margin-top: 10px;
    }

    .pricecolumn.mob {
        display: none;
    }

    .lpsubhead.q {
        margin-bottom: 10px;
    }

    .lph1.buynow {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 38px;
        text-align: left;
    }

    .section-8 {
        padding-right: 20px;
    }

    .section-8.update {
        padding-right: 0px;
    }

    .bold-text-9 {
        line-height: 27px;
    }

    .optionselect {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 15px;
        background-color: #00467f;
        color: #fff;
    }

    .optionselect:hover {
        background-color: #be5927;
        color: #fff;
    }

    .footerdiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
    }

    .contactdiv {
        width: 100%;
        margin-right: 0px;
    }

    .contactdiv.email {
        position: static;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: none;
        clear: none;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        font-size: 11px;
        text-align: center;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .image-20 {
        display: inline-block;
    }

    .line {
        display: none;
    }

    .logintelldiv {
        display: block;
        width: auto;
    }

    .enhancementdiv {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sliderselect {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .sliderbarpricing {
        width: 100%;
    }

    .slderdiv {
        width: 100%;
        margin-top: 40px;
    }

    .slidercolumns {
        width: 100%;
    }

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

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

    .pricecolumnnew {
        width: 100%;
    }

    .pricecolumnnew.best {
        width: 100%;
    }

    .pricecolumnnew._2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .pricesection2 {
        min-height: auto;
    }

    .pricesectionbtm {
        height: 100px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pricesectionbtm.best {
        height: 100px;
    }

    .factsdiv {
        position: static;
        clear: none;
        text-align: left;
    }

    .column-88 {
        padding-left: 0px;
        clear: none;
    }

    .slidertabs {
        width: 100%;
    }

    .moreinfodivpop {
        top: 0%;
    }

    .moreinfocolumn.in {
        width: 100%;
        margin-bottom: 5px;
        border-top-right-radius: 0px;
    }

    .moreinfocolumn.in._2 {
        width: 100%;
        border-bottom-left-radius: 0px;
    }

    .moreinfocolumn.rt {
        width: 100%;
        border-bottom-left-radius: 10px;
    }

    .moreinfocolumn.lft {
        width: 100%;
        margin-bottom: 5px;
        border-top-right-radius: 10px;
    }

    .whatsincludeddiv {
        width: 100%;
    }

    .infotext {
        font-size: 14px;
    }

    .infotext._2 {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }

    .rowpop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rowpop.g {
        height: 50px;
        padding-right: 0px;
    }

    .rowpop.g.tall {
        height: 75px;
        padding-right: 0px;
    }

    .rowpop.g.l {
        padding-left: 5px;
    }

    .rowpop.l {
        padding-left: 5px;
    }

    .bold-text-10 {
        font-size: 12px;
    }

    .contactform {
        right: 0px;
    }

    .infoboxall.v2 {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .aticlecontainerleft {
        padding-top: 20px;
        padding-right: 10px;
    }

    .aticlecontainerleft.update {
        padding-right: 0px;
    }

    .resourcedivlittle.rightside {
        width: 45%;
        margin-left: 0px;
    }

    .bottomplaceholder {
        display: none;
        height: 35px;
    }

    .full-option-tab-column._2.update2 {
        width: 100%;
    }

    .full-option-tab-column.update2 {
        width: 100%;
    }

    .full-option-tab-column.public-ecom {
        width: 100%;
    }

    .option-price {
        font-size: 28px;
    }

    .option-content-1-div.update2 {
        height: auto;
    }

    .option-content-1-div.update2.list {
        height: auto;
    }

    .tabs-menu-2.options {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin-right: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .tabs-menu-2.options.update2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        clear: none;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .option-tab-link {
        display: block;
        padding-right: 15px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .option-tab-link.w--current {
        padding-right: 10px;
        padding-left: 15px;
    }

    .tab-link-mid {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab-link-right {
        padding-right: 20px;
        padding-left: 10px;
    }

    .mostpop {
        margin-left: 10px;
        float: right;
    }

    .text-block-49 {
        font-size: 12px;
        text-align: center;
    }

    .text-block-50 {
        font-size: 12px;
        text-align: center;
    }

    .text-block-51 {
        font-size: 12px;
        text-align: center;
    }

    .column-90 {
        padding-left: 0px;
    }

    .column-93 {
        display: none;
    }

    .bold-text-11 {
        text-align: left;
    }

    .bold-text-12 {
        text-align: left;
    }

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

    .rightdiv {
        margin-bottom: 20px;
    }

    .testdrivelist {
        margin-bottom: 20px;
    }

    .winds {
        font-size: 20px;
    }

    .winds._2 {
        line-height: 15px;
    }

    .weget {
        margin-bottom: 20px;
        line-height: 1em;
        text-align: left;
    }

    .wegetsmall {
        display: block;
        margin-top: 10px;
    }

    .column-97 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-97.testcolrt._32 {
        padding-left: 0px;
    }

    .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 {
        width: 100%;
    }

    .lpupdatediv {
        width: 100%;
    }

    .lptabs._2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .lppriceone {
        padding-right: 5px;
        padding-left: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .pakagetypelp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .dolloarsign {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .innerleftlp {
        width: 100%;
    }

    .lptab1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lptab1.w--current {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        text-align: center;
    }

    .lptab2 {
        text-align: center;
    }

    .lptab2.w--current {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lptab3 {
        text-align: center;
    }

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

    .copyrightupdate {
        text-align: center;
    }

    .text-span-24 {
        margin-right: 10px;
    }

    .zendesk-chat-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .widgetholder {
        display: none;
    }

    .tabs-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .chatcolumn {
        margin-bottom: 20px;
    }

    .mobilechat {
        display: block;
    }

    .html-embed-8 {
        display: block;
        margin-bottom: 20px;
    }

    .othertile {
        width: 100%;
    }

    .othersertvicesdiv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        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-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .suite-box {
        margin-bottom: 10px;
    }

    .suite-box.first {
        margin-bottom: 10px;
    }

    .columns-40 {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/journalists-slice.png');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/journalists-slice.png');
        background-position: 0px 0px, 0px 0px;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .columns-40.customer {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.85)), to(hsla(0, 0%, 96.1%, 0.85))), url('../images/customers-slice.png');
        background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.85), hsla(0, 0%, 96.1%, 0.85)), url('../images/customers-slice.png');
        background-position: 0px 0px, 50% 100%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .columns-40.employee {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.85)), to(hsla(0, 0%, 96.1%, 0.85))), url('../images/employees-slice.png');
        background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.85), hsla(0, 0%, 96.1%, 0.85)), url('../images/employees-slice.png');
        background-position: 0px 0px, 0px 0px;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .columns-40.inestpr {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.85)), to(hsla(0, 0%, 96.1%, 0.85))), url('../images/nvestor-slice.png');
        background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.85), hsla(0, 0%, 96.1%, 0.85)), url('../images/nvestor-slice.png');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .newsroomsuite {
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-question-mg {
        display: none;
    }

    .column-103 {
        display: none;
    }

    .column-104 {
        display: none;
    }

    .column-105 {
        display: none;
    }

    .column-106 {
        display: none;
    }

    .column-110.mid.d {
        padding-left: 0px;
    }

    .formpopnewsroom {
        width: 100%;
    }

    .v2navdrop {
        display: block;
    }

    .v2-navtoggle {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .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 {
        text-align: right;
    }

    .drop-link-v2.w--current {
        text-align: right;
    }

    .section-9 {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .section-9.gradient.review {
        background-image: linear-gradient(181deg, #ddd, #fff 39%);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .section-9.new.pdm.anw {
        padding-right: 20px;
        padding-left: 20px;
    }

    .connect-farther {
        display: block;
        font-size: 20px;
    }

    .connect-farther.hide-desktop {
        font-size: 28px;
    }

    .connect-farther._2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .connect-farther.center {
        position: relative;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .connect-farther._32 {
        font-size: 28px;
    }

    .connect-farther.mobile {
        margin-bottom: 0px;
    }

    .better {
        position: relative;
        width: 100%;
        padding-right: 0px;
        float: none;
        direction: ltr;
        font-size: 20px;
        letter-spacing: 0px;
        text-transform: none;
        white-space: normal;
    }

    .better._2 {
        font-size: 30px;
    }

    .better._32 {
        font-size: 28px;
    }

    .connect-holder {
        padding-right: 0px;
    }

    .connect-holder.hide-mobile {
        display: block;
    }

    .connect-holder.only-phone {
        display: block;
    }

    .v2-button-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scale-image {
        max-width: 100%;
    }

    .connecttitles {
        font-size: 30px;
    }

    .better-v2 {
        font-size: 30px;
    }

    .no-extras {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .no-extra-tile {
        width: 100%;
        margin-bottom: 20px;
        border: 1px none #000;
    }

    .no-extra-tile.end {
        width: 100%;
        margin-bottom: 0px;
    }

    .div-block-35 {
        padding-bottom: 0px;
    }

    .div-block-35.fisrt {
        padding-bottom: 0px;
    }

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

    .image-25 {
        max-width: 100%;
    }

    .tagline-holder {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .collaborate-table-holder {
        margin-top: 0px;
    }

    .html-embed-10 {
        display: none;
    }

    .quote-cirlce {
        margin-bottom: 20px;
    }

    .div-block-38 {
        max-width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nametitle {
        line-height: 20px;
    }

    .html-embed-11 {
        margin-right: auto;
        margin-left: auto;
    }

    .html-embed-13 {
        margin-top: 10px;
    }

    .html-embed-14 {
        margin-top: 10px;
    }

    .div-block-43 {
        display: block;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .headerv2 {
        color: #be5927;
        font-size: 20px;
        text-align: center;
    }

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pr-template-block {
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right-style: none;
        border-left-style: none;
    }

    .title-side {
        width: 100%;
        margin-right: 0px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-bottom: 1px solid #ddd;
        border-right-style: none;
    }

    .columns-52 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .newsroom-ecom-suite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .suite-choice-holder {
        width: 100%;
    }

    .suite-title {
        left: 25%;
        top: -1%;
    }

    .register-text-field.password {
        width: 75%;
    }

    .perfdiv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact-choice {
        margin-left: 0px;
    }

    .payment-choice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-monthly {
        width: 100%;
        border-radius: 6px;
    }

    .toggle-annually {
        width: 100%;
        border-radius: 6px;
    }

    .number-holder {
        left: -65px;
    }

    .grey-line {
        left: -42px;
        width: 45px;
    }

    .article-v2-holder {
        margin-right: auto;
        margin-left: auto;
    }

    .article-box {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-date.v2 {
        text-align: left;
    }

    .article-image {
        width: 100%;
        padding-top: 20px;
    }

    .box-words {
        width: 100%;
    }

    .tag-holder {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tag.aerospace {
        margin-right: 0px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tag.company-update {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tag.business {
        display: inline-block;
        height: auto;
    }

    .headline-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .headline-holder {
        width: 100%;
    }

    .hl-date-holder {
        width: 100%;
    }

    .title-logo-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-title-side {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .div-block-54 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .returnhome {
        margin-bottom: 20px;
    }

    .div-block-55 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .more-news-all {
        display: none;
    }

    .html-embed-16 {
        display: block;
    }

    .div-block-56 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .html-embed-17 {
        overflow: hidden;
    }

    .subscribe-box {
        display: none;
    }

    .footer-all-new {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-left {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .footer-right {
        display: none;
    }

    .payment-form-holder {
        width: 100%;
    }

    .thank-you-box {
        width: 88vw;
    }

    .image-28 {
        width: 100px;
        height: 100px;
    }

    .soc {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        clear: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header1.center.home.anw {
        margin-bottom: 20px;
        line-height: 35px;
    }

    .h2-1._2 {
        display: block;
    }

    .text-span-32 {
        display: inline-block;
    }

    .testimonial {
        padding-right: 0px;
        padding-left: 0px;
    }

    .industry-block {
        width: 33.333%;
    }

    .who-box {
        width: 50%;
    }

    .stepbystepbox {
        margin-bottom: 20px;
    }

    .slide-10 {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .article-logo-image {
        margin-left: 0px;
    }

    .info-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .results-holder {
        margin-right: 0px;
    }

    .review-too {
        width: 100%;
    }

    .div-block-64 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .masonry-holder {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .compare-box {
        width: 100%;
    }

    .comparison-name-holder {
        margin-left: 0px;
    }

    .list-5 {
        padding-left: 20px;
    }

    .whitepaper-form.wp {
        width: 100%;
    }

    .div-block-70 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .whitepaper-img {
        margin-right: auto;
        margin-left: auto;
    }

    .blue-section.pdm._2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .client-white-holder {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo-holder {
        width: 26%;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }

    .logo-holder.hm2 {
        display: none;
    }

    .form-placeholder.v2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .form-placeholder.v2.thin {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .column-126 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .clogo {
        margin-right: auto;
        margin-left: 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: 0px;
        font-size: 20px;
        line-height: 32px;
    }

    .heading3.center.orange {
        display: block;
        width: auto;
    }

    .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: 0px;
    }

    .heading3.center.anw {
        font-size: 28px;
    }

    .bluee-side.anw.center.hide-on-mobile {
        display: inline;
    }

    .hiddentrigger {
        width: 100%;
        height: 1px;
    }

    .h1anw.puple {
        margin-bottom: 20px;
    }

    .anw-btn {
        margin-bottom: 20px;
    }

    .div-block-79 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video-4 {
        width: 98%;
    }
}

#w-node-_33d23313-5997-c45e-494c-37416938b77a-c82ff93c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#email-form.w-node-_50750e42-3821-84b9-4375-24009345f918-b22ffb9a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_50750e42-3821-84b9-4375-24009345f91b-b22ffb9a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_50750e42-3821-84b9-4375-24009345f91e-b22ffb9a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

@media screen and (max-width: 479px) {
    #w-node-_33d23313-5997-c45e-494c-37416938b77a-c82ff93c {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: 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;
}
