.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fjalla One';
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One';
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

a {
  color: #1e88e5;
  text-decoration: none;
}

a:hover {
  color: #be5927;
}

.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-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.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_1.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(190, 89, 39, 0.9), rgba(0, 70, 127, 0.5) 40%), url('../images/student-849825_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.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: #959ca2;
}

.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: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5px;
  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 {
  display: inline-block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.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;
  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: 50px;
  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: 90%;
  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: 16px;
  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: 0px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.headersubtext.mobile {
  display: none;
}

.headerbtn {
  width: 90%;
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  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;
}

.headertestdiv {
  display: block;
  min-height: 295px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-right: 40px;
  padding-left: 60px;
  -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 solid #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 {
  min-height: 240px;
  margin-bottom: 0px;
}

.headertestdiv.newsroom {
  padding-right: 0px;
  float: none;
}

.contentsection {
  position: static;
  left: auto;
  top: 16%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 0px;
  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;
}

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

.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: 60px;
  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 solid #f5f5f5;
}

.newsroomtitle {
  position: static;
  display: inline-block;
  margin-top: 10px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

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

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

.icon-5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  color: #fff;
}

.icon-6 {
  margin-right: 10px;
  float: none;
  clear: none;
}

.icon-7 {
  margin-right: 10px;
  color: #fff;
}

.icon-7._2 {
  color: #be5927;
}

.industrydrop.w--open {
  background-color: #f5f5f5;
}

.dropdownlink {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.dropdownlink._2 {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f5f5f5;
}

.dropdownlink._2:hover {
  background-color: #be5927;
}

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

.brand-2 {
  position: static;
  display: block;
}

.rightsfootercontainer {
  margin-bottom: 90px;
  padding-top: 20px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
}

.rightsfootercontainer._2 {
  margin-bottom: 63px;
}

.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: #be5927;
}

.pagetitle.sitemap {
  color: #be5927;
}

.tellstory {
  position: static;
  display: inline-block;
  margin-bottom: 0px;
  -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: #be5927;
  font-size: 20px;
}

.tellstory.er.btm {
  margin-top: 10px;
}

.tellstory.er.top {
  margin-bottom: 15px;
}

.tellstory.er.top.sub {
  margin-bottom: 40px;
  color: #1e88e5;
}

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

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

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

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

.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: #1e88e5;
}

.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: 98%;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-left: 6px;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 150px;
  background-color: #fff;
}

.contactdrop.country {
  width: 50%;
  margin-top: 0px;
  margin-left: 6px;
}

.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: #be5927;
  color: #fff;
}

.nextbtn.create:hover {
  border-style: solid;
  border-color: #be5927;
  background-color: #fff;
  color: #be5927;
}

.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: #00467f;
  font-size: 16px;
  text-align: right;
}

.goback:hover {
  color: #1e88e5;
}

.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: #be5927;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  font-size: 16px;
  text-align: center;
}

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

.loginbtn.newpw {
  width: 200px;
  background-color: #f5f5f5;
  color: #959ca2;
}

.loginbtn.newpw:hover {
  background-color: #be5927;
  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: 0%;
  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;
  -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.forgotpasswordform {
  position: relative;
  top: -91px;
  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;
  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: #be5927;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
}

.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: 1px solid #be5927;
}

.forgotpasswordbtn.unsubscribe:hover {
  border: 1px solid #be5927;
  background-color: transparent;
  color: #be5927;
}

.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: 2px solid #be5927;
  border-radius: 20px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  color: #be5927;
  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: #be5927;
}

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

.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: #be5927;
}

.link-block-5._2:hover {
  color: #1e88e5;
}

.backtext {
  margin-top: 2px;
  float: right;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
}

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

.articlecontainer {
  display: block;
  margin-top: 30px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  font-weight: 400;
}

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

.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.type {
  margin-right: 5px;
}

.articleheading2 {
  margin: 5px 0px;
  padding-right: 40px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  font-weight: 400;
}

.timedate {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  color: #959ca2;
}

.timedate.bind {
  display: block;
}

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

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

.socialsharediv {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 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;
}

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

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

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

.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;
  max-width: 100%;
}

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

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

.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 {
  font-size: 16px;
  text-align: left;
}

.whohead._2.cont {
  margin-bottom: 6px;
}

.text-block-46 {
  margin-bottom: 0px;
  color: #959ca2;
  font-size: 16px;
  text-align: left;
}

.text-block-46._2 {
  text-align: center;
}

.text-block-46.bolder {
  font-weight: 900;
}

.text-block-46.disclaimer {
  font-size: 11px;
}

.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: #00467f;
  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: 40px;
  -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;
}

.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: #1e88e5;
  font-size: 16px;
  font-weight: 400;
}

.footlink:hover {
  color: #be5927;
}

.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: #1e88e5;
  font-size: 16px;
  text-align: left;
}

.lpsubhead {
  margin-bottom: 20px;
  color: #be5927;
  font-size: 24px;
  line-height: 25px;
  font-weight: 900;
}

.lpsubhead.formhead {
  font-size: 20px;
}

.lph1 {
  margin-top: 0px;
  font-family: 'Avenir webfont', Tahoma, sans-serif;
  color: #1e88e5;
  font-weight: 900;
}

.lplist {
  margin-bottom: 30px;
}

.lplist.only {
  margin-top: 30px;
}

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

.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 {
  font-size: 14px;
}

.radio-button {
  margin-right: 10px;
  margin-left: 0px;
}

.radio-button-2 {
  margin-right: 10px;
  margin-left: 0px;
}

.footerdiv {
  position: relative;
  bottom: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.contactdiv {
  display: inline-block;
  margin-right: 20px;
}

.image-19 {
  position: static;
  top: auto;
  bottom: 3px;
  float: none;
  clear: right;
}

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

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

.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 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  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;
}

.companyinfologobox {
  width: 100%;
  padding: 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #f5f5f5;
}

.columns-33 {
  padding-bottom: 10px;
}

.infoboxall {
  position: absolute;
  left: auto;
  top: 205px;
  right: 40px;
  bottom: auto;
  overflow: visible;
  width: 300px;
  padding-bottom: 10px;
}

.infocolumn {
  position: relative;
  height: 75vh;
}

.aticlecontainerleft {
  position: static;
  width: 65%;
  padding-right: 0px;
  padding-left: 40px;
  clear: none;
}

.dropdown-list-3 {
  margin-right: 10px;
}

.dropdown-list-3.w--open {
  margin-top: 10px;
  margin-right: 0px;
}

.quotebox {
  display: none;
  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: none;
}

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

.dropdown-list-5 {
  margin-top: 10px;
}

.dropdown-list-5.w--open {
  margin-top: 10px;
}

.products-subheader {
  margin-bottom: 30px;
  color: #be5927;
  font-size: 18px;
}

.type-div {
  display: inline-block;
  padding-bottom: 10px;
}

.type-div.top {
  display: block;
  margin-bottom: 60px;
  float: none;
  clear: none;
}

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

.option-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 40px;
  padding-bottom: 10px;
  clear: none;
}

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

.option-price {
  font-size: 34px;
  font-weight: 900;
  text-align: left;
}

.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: #be5927;
  font-size: 20px;
}

.option-button {
  width: 80%;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 125px;
  background-color: #1e88e5;
  text-align: center;
}

.option-button:hover {
  background-color: #be5927;
  color: #fff;
}

.option-content-1 {
  margin-top: 20px;
  color: #959ca2;
  font-size: 14px;
}

.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-content-1-div {
  height: 150px;
  padding-right: 10px;
  padding-left: 10px;
}

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

.option-package-label-div {
  height: 50px;
}

.option-plus {
  margin-left: 0px;
  color: #be5927;
  font-size: 14px;
  font-weight: 900;
}

.option-tab-div {
  max-width: 1100px;
}

.dollarsign {
  font-size: 24px;
  font-weight: 300;
}

.tabs-menu-2 {
  text-align: right;
}

.tabs-menu-2.options {
  display: inline-block;
  max-width: 367px;
  margin-top: 40px;
  margin-bottom: 20px;
  float: right;
  clear: none;
}

.option-tab-link {
  border: 1px solid #1e88e5;
  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: 1px solid #1e88e5;
  border-top-left-radius: 125px;
  border-bottom-left-radius: 125px;
  background-color: #1e88e5;
  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: #be5927;
}

.tab-link-mid.w--current {
  background-color: #1e88e5;
  color: #fff;
}

.tab-link-right {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #1e88e5;
  border-top-right-radius: 125px;
  border-bottom-right-radius: 125px;
  background-color: transparent;
  font-size: 14px;
}

.tab-link-right:hover {
  color: #be5927;
}

.tab-link-right.w--current {
  background-color: #1e88e5;
  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;
}

.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: #be5927;
  font-size: 20px;
}

.bold-text-14 {
  color: #00467f;
  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: #be5927;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}

.wegetsmall {
  color: #00467f;
  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 {
  padding-right: 30px;
}

.sharearticle {
  margin-top: 2px;
  float: left;
  font-size: 14px;
}

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

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

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

.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: inline-block;
  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;
}

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;
  }
  .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-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;
  }
  .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;
    bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .headertestdiv {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    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;
  }
  .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;
  }
  .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;
  }
  .btntxt {
    font-size: 16px;
  }
  .icon-5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    color: #fff;
  }
  .icon-7 {
    color: #fff;
  }
  .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%;
  }
  .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;
  }
  .brand-3.w--current {
    display: block;
    float: left;
    clear: left;
  }
  .forgotpasswordpop {
    display: none;
  }
  .forgotpasswordpop.auth.pop {
    display: none;
  }
  .forgotpasswordform {
    position: relative;
    top: -89px;
  }
  .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;
  }
  .stockinfodiv {
    padding-left: 5px;
  }
  .articletype2 {
    margin-left: 0px;
  }
  .articleheading2 {
    margin-right: 20px;
    margin-left: 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;
  }
  .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;
  }
  .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;
  }
  .aticlecontainerleft {
    width: 98%;
    padding-left: 20px;
  }
  .dropdown-2 {
    margin-left: 0px;
  }
  .block-quote-2 {
    float: none;
    clear: right;
  }
  .container-13 {
    display: none;
  }
  .option-label {
    font-size: 15px;
  }
  .option-tab-div {
    max-width: 100%;
  }
  .mostpop {
    font-size: 11px;
  }
  .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 {
    text-align: center;
  }
  .wegetsmall {
    display: block;
    margin-top: 20px;
  }
  .testdriveform_html {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sharearticle {
    margin-right: 10px;
  }
  .thankyouimage {
    right: -38px;
  }
}

@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._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;
  }
  .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: 45px;
    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;
  }
  .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: absolute;
    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;
  }
  .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%;
  }
  .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: static;
    display: block;
    margin-bottom: 205px;
  }
  .brand-3 {
    padding-left: 0px;
  }
  .forgotpasswordform {
    top: -143px;
  }
  .form {
    width: 100%;
  }
  .form.auth {
    padding: 20px;
    border-radius: 18px;
  }
  .closebtn {
    top: -2%;
    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;
  }
  .timedate {
    margin-left: 0px;
  }
  .articlesubheadline {
    margin-left: 0px;
    padding-right: 20px;
  }
  .articlecopy {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .socialsharediv {
    margin-left: 0px;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .option-label {
    font-size: 20px;
  }
  .option-button {
    width: 100%;
  }
  .option-content-1-div {
    height: auto;
  }
  .mostpop {
    margin-left: 10px;
    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;
  }
  .testdriveform_html {
    padding-right: 10px;
  }
  .thankyouimage {
    max-width: 75%;
  }
  .columns-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 12px;
  }
  .container {
    margin-top: 20px;
  }
  .container.home-intro-container {
    margin-top: 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;
  }
  .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;
    bottom: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    margin: 0px 70px 0px auto;
    padding-bottom: 0px;
    clear: none;
    -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: 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;
  }
  .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.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 {
    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%;
  }
  .headertestdiv {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .headertestdiv.log {
    margin-bottom: 100px;
  }
  .headertestdiv.home {
    padding-right: 0px;
  }
  .headertestdiv.newsroom {
    width: 97%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
  }
  .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;
  }
  .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;
    float: left;
  }
  .languages._2 {
    width: 145px;
    margin-right: 0px;
    padding-left: 20px;
  }
  .languages._2.language {
    width: 100%;
  }
  .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;
  }
  .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;
    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;
  }
  .forgotpasswordform {
    top: -132px;
  }
  .form {
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }
  .closebtn {
    top: 2%;
    right: 7%;
  }
  .link-block-5 {
    margin-left: 20px;
  }
  .link-block-5._2 {
    display: none;
  }
  .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;
  }
  .timedate {
    margin-left: 0px;
  }
  .articlesubheadline {
    margin-right: 20px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .articlecopy {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .socialsharediv {
    padding-left: 0px;
  }
  .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: 10px;
    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: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    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;
  }
  .aboutwhodiv.awlp {
    padding-left: 10px;
  }
  .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;
  }
  .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;
  }
  .section-8 {
    padding-right: 20px;
  }
  .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: block;
    overflow: visible;
    width: 100%;
    -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;
  }
  .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;
  }
  .aticlecontainerleft {
    padding-top: 20px;
    padding-right: 10px;
  }
  .resourcedivlittle.rightside {
    width: 45%;
    margin-left: 0px;
  }
  .bottomplaceholder {
    display: block;
    height: 35px;
  }
  .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;
  }
  .option-tab-link {
    display: block;
    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;
  }
  .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;
  }
  .weget {
    margin-bottom: 20px;
    text-align: left;
  }
  .wegetsmall {
    display: block;
    margin-top: 10px;
  }
  .column-97 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .thankyouimage {
    max-width: 100%;
  }
}

#w-node-cf937ee970b4-310d1c38 {
  -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-cf937ee970bc-310d1c38 {
  -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-cf937ee970c4-310d1c38 {
  -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;
}

#w-node-cf937ee970cc-310d1c38 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-cf937ee970d4-310d1c38 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-cf937ee970dc-310d1c38 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f6ab5288a6c1-d0fdeb76 {
  -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-f6ab5288a6e9-d0fdeb76 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f6ab5288a6c9-d0fdeb76 {
  -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-f6ab5288a6e1-d0fdeb76 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f6ab5288a6d1-d0fdeb76 {
  -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;
}

#w-node-f6ab5288a6d9-d0fdeb76 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f6ab5288a6c1-447f3419 {
  -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-f6ab5288a6e9-447f3419 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f6ab5288a6c9-447f3419 {
  -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-f6ab5288a6e1-447f3419 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f6ab5288a6d1-447f3419 {
  -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;
}

#w-node-f6ab5288a6d9-447f3419 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-37416938b77a-18c52143 {
  -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-ae6d3b1d9d7c-0c830e78 {
  -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-ae6d3b1d9d7f-0c830e78 {
  -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-ae6d3b1d9d82-0c830e78 {
  -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;
}

#email-form.w-node-be2bbf75b82b-bf75b78f {
  -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-be2bbf75b82e-bf75b78f {
  -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-be2bbf75b831-bf75b78f {
  -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: 991px) {
  #w-node-f6ab5288a6c1-d0fdeb76 {
    -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-f6ab5288a6e9-d0fdeb76 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6c9-d0fdeb76 {
    -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-f6ab5288a6d9-d0fdeb76 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f6ab5288a6c1-447f3419 {
    -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-f6ab5288a6e9-447f3419 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6c9-447f3419 {
    -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-f6ab5288a6d9-447f3419 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cff022d650fc-22d650fb {
    -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-cff022d650fd-22d650fb {
    -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-f6ab5288a6e9-d0fdeb76 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6c9-d0fdeb76 {
    -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-f6ab5288a6d9-d0fdeb76 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f6ab5288a6e9-447f3419 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6c9-447f3419 {
    -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-f6ab5288a6d9-447f3419 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -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-cf937ee970b4-310d1c38 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-cf937ee970bc-310d1c38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-cf937ee970cc-310d1c38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-cf937ee970d4-310d1c38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-cf937ee970dc-310d1c38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-f6ab5288a6c1-d0fdeb76 {
    -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-f6ab5288a6e9-d0fdeb76 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-f6ab5288a6c9-d0fdeb76 {
    -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;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-f6ab5288a6e1-d0fdeb76 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-f6ab5288a6d1-d0fdeb76 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6d9-d0fdeb76 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-f6ab5288a6c1-447f3419 {
    -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-f6ab5288a6e9-447f3419 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-f6ab5288a6c9-447f3419 {
    -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;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-f6ab5288a6e1-447f3419 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-f6ab5288a6d1-447f3419 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f6ab5288a6d9-447f3419 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-37416938b77a-18c52143 {
    -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: auto;
}
@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: auto;
}
@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: auto;
}
@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: auto;
}
@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: auto;
}
@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: auto;
}