.intro .row p {
  font-size: var(--fs-18);
}

.intro sup {
  font-size: 70%;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl_cell_middle {
  display: table-cell;
  vertical-align: middle;
}

.tbl_cell_middle .wistia_click_to_play {
  height: auto !important;
  width: auto !important;
}

.flx {
  display: flex;
  flex-flow: wrap;
}

.flx_item {
  min-width: 50%;
  max-width: 50%;
  flex: 2;
  margin-top: 40px;
}

.subtitle p:first-child {
  margin-bottom: 20px;
}

.ten_ways .items {
  padding: 0;
  margin-bottom: 0;
}

.ten_ways .item {
  list-style: none;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}

.ten_ways .item:first-child + li,
.ten_ways .item:first-child {
  /*margin-top: 0;*/
}

.ten_ways .item:nth-child(even) {
  padding-left: 45px;
  padding-right: 0;
}

.ten_ways .count {
  position: absolute;
  left: -20px;
  top: -4px;
  font-size: var(--fs-30);
  text-align: right;
  width: 35px;
  line-height: normal;
}

.ten_ways .item:nth-child(even) .count {
  left: -2px
}

.ten_ways .title {
  font-size: var(--fs-18);
  text-transform: uppercase;
  line-height: normal;
}

.richest_platform li,
.technology_and_compliance_leader li,
.what_to_look .content a,
.what_to_look .content p,
.success_stories_table .content a,
.success_stories_table .content p,
.ten_ways .content a,
.ten_ways .content p {
  font-size: var(--fs-18);
}

.thousand_possibilities_table {
  text-align: center;
  width: 100%;
}

.thousand_possibilities_table .items {
  flex: 1;
  width: 12.5%;
  max-width: 12.5%;
  min-width: auto;
  margin-top: 0;
}

.thousand_possibilities_table .items .inner_wrap {
  padding: 0 1px;
}

.thousand_possibilities_table .title,
.thousand_possibilities_table .list {
  height: 65px;
}

.thousand_possibilities_table .title {
  border-width: 2px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.thousand_possibilities_table .list:first-child {
  border-top: 12px solid #f2f2f2
}

.thousand_possibilities_table .list {
  padding: 0 10px;
}

.thousand_possibilities_table .list a {
  line-height: normal;
  font-size: var(--fs-14);
}

.thousand_possibilities_table .list a:hover {
  /*font-weight: 700;*/
}

.success_stories_table .item {
  padding: 0 35px;
}

.success_stories_table .item:nth-child(even) {
  /*padding-left: 15px;*/
}

.success_stories_table .item:first-child + div,
.success_stories_table .item:first-child {
  margin-top: 0
}

.success_stories_table .item .wistia_click_to_play,
.success_stories_table .item img {
  width: 100% !important;
  height: auto !important;
  cursor: pointer;
}

.what_to_look .item {
  padding-right: 15px;
}

.what_to_look .item:nth-child(even) {
  padding-left: 15px;
}

.what_to_look .item:first-child + .item,
.what_to_look .item:first-child {
  margin-top: 0;
}

.what_to_look h3 {
  text-transform: uppercase;
}

.section.cta_leader {
  position: relative;
}

.section.cta_leader:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17.5px 0 17.5px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  margin-left: -17.5px;
  border-color: #005883 transparent transparent transparent;
}

.cta_leader a,
.cta_leader p {
  font-size: var(--fs-18);
}

.cta_leader p {
  color: #fff;
  margin-bottom: 20px;
}

.cta_leader p:last-child {
  margin-bottom: 0;
}

.richest_platform .image {
  text-align: right;
}

.richest_platform .image img {
  max-width: 100%;
}

.sources ul,
.richest_platform ul {
  padding-left: 20px;
}

.sources ul {
  padding: 0;
  margin: 0;
}

.sources ul li {
  list-style: none;
}

.sources a,
.sources p,
.sources .title {
  font-size: var(--fs-14);
  margin-bottom: 0;
}

#cta1 {
  position: relative;
}

#cta1 .bg {
  position: absolute;
  display: block;
  background: #1195bb;
  background: -webkit-linear-gradient(rgba(17,149,187,1) 0,rgba(1,88,131,1) 100%);
  background: -o-linear-gradient(rgba(17,149,187,1) 0,rgba(1,88,131,1) 100%);
  background: linear-gradient(rgba(17,149,187,1) 0,rgba(1,88,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1195bb', endColorstr='#015883', GradientType=0 ); 
}

#cta1 .bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#cta1 img {
  height: auto;
}

#cta1 a:hover {
  background-color: #004667;
}

.technology_and_compliance_leader p {
  margin-bottom: 20px;
}

.technology_and_compliance_leader p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #cta1 .cta_benj_txt {
    margin: 7.8% 0;
  }

  #cta1 .bg {
    height: 80%;
  }

  #cta1 img {
    height: 320px;
  }  
}

@media (max-width: 1200px) {
  .allbanner .header_top h1 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #cta1 .cta_benj_txt {
    margin: 2.5% 0;
  } 
  #cta1 h2 {
    font-size: var(--fs-30);
  }
}

@media (min-width: 992px) {
  .pl-lg {
    padding-left: 25px;
  }

  .pr-lg {
    padding-right: 25px;
  } 
}

@media (max-width: 991px) {
  #cta1 a {
    margin: 15px auto 40px;
  }

  .thousand_possibilities_table.flx {
    display: block;
    max-width: 414px;
    margin: 0 auto;   
  }

  .thousand_possibilities_table .items.flx_item {
    min-width: 0;
    max-width: none;
    flex: 2;
    width: 100%;
    margin-top: 0;
  } 

  .thousand_possibilities_table .lists {
    max-height: 900px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    overflow: hidden;
  }

  .thousand_possibilities_table .lists.inactive {
    max-height: 0;
    opacity: 0;
  }

  .thousand_possibilities_table .list {
    height: 43px;
  }

  .thousand_possibilities_table .title {
    position: relative;
    height: 42px;
  }

  .thousand_possibilities_table .title:after {
    position: absolute;
    right: 10px;
    top: 32%;
    content: '\e96f';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700;
    transform: rotate(180deg);
  }

  .thousand_possibilities_table .title.inactive:after {
    transform: none;
  }
}

@media (max-width: 767px) {
  .flx {
    display: block;
  }

  .flx_item {
    min-width: 0;
    max-width: none;
    flex: 2;
    width: 100%;
  }

  .success_stories_table .item,
  .what_to_look .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  .ten_ways .item .count {
    left: -2px
  }

  .success_stories_table .item:first-child,
  .mb-sm {
    margin-bottom: 40px;
  }

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

@media (max-width: 450px) {
  .cta_leader a,
  .cta_leader p,
  .ten_ways .title {
    /*font-size: 16px;*/
  }

  .richest_platform li,
  .technology_and_compliance_leader li,
  .what_to_look .content a,
  .what_to_look .content p,
  .success_stories_table .content a,
  .success_stories_table .content p,
  .ten_ways .content a,
  .ten_ways .content p,
  .intro p {
    /*font-size: 14px;*/
  }

  .sources a,
  .sources p,
  .sources .title {
    font-size: var(--fs-12);
  } 

  .allbanner .header_top .bg.old_ver img {
    -webkit-transform: translateX(-71%);
    -ms-transform: translateX(-71%);
    -o-transform: translateX(-71%);
    transform: translateX(-71%);
  }   
}

.font-18 p{font-size:var(--fs-18);}

.sticky_nav{text-align:center;padding:10px 0;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);width:100%;position:relative;z-index:1}
.sticky_nav.fixd{position:fixed;top:90px;left:0;z-index:23}
.sticky_nav ul{display:flex;padding:0;margin:0}
.sticky_nav li{list-style:none;flex:1;}
.sticky_nav li a:focus,.sticky_nav li a{color:#707070}
.sticky_nav li a{text-transform:uppercase;font-size:var(--fs-18);font-weight:700;display:inline-block;position:relative}
.sticky_nav li a.active:after,.sticky_nav li a:hover:after{width:calc(100% - 20px);width:100%}
.sticky_nav li a:after{border-bottom:none;content:'';background-color:#027faa;height:3px;position:absolute;bottom:-10px;width:0;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);transition:.2s all;-ms-transition:.2s all}
.sticky_nav li a.active,.sticky_nav li a:hover{color:#1196ba;text-decoration:none}#cta_benj .btn{background:#ff7610;color:#fff}#cta_benj .btn:hover{background:#ee5921}
.thousand_possibilities .generic-titles{max-width:100%}
.thousand_possibilities .subtitle{text-align:left;column-count:2;column-gap:50px}@media (min-width: 1200px){.cta_benj_txt{margin:8.1% 0}}
.thousand_possibilities .generic-titles.text-two .subtitle { column-count: 1; }
@media (max-width: 1199px){
  .cta_benj_txt{margin:1.5% 0 0}
}
@media (max-width: 991px){
  .sticky_nav li a{font-size:var(--fs-14)}
  .section{padding:60px 0}
  .sticky_nav.fixd {top: 50px;}
}
@media (max-width: 767px){
  .thousand_possibilities .subtitle{column-count:auto}
}
@media (max-width: 750px) {
  .sticky_nav ul {flex-direction: row;justify-content: center;align-items: center;}
  .sticky_nav ul li {flex:none;margin-right: 20px;}
  .sticky_nav ul li:last-child {margin-right: 0;}
}
@media (max-width: 480px){
  .sticky_nav li{margin:0 -2px;display:inline-block;text-align:left;position:relative}
  .sticky_nav li:before{content:'';display:inline-block;position:absolute;width:1px;height:20px;background:#d2d2d2;top:70%;left:-12px;margin-top:-13px}
  .sticky_nav li:last-child{text-align:right}
  .sticky_nav ul{display:block;}
  .sticky_nav li:first-child:before{display:none}
  .sticky_nav li a{white-space:nowrap}
}
@media (max-width: 400px){
  .sticky_nav li a{font-size:11px}
}
@media (max-width: 360px){
  .sticky_nav li a{font-size:11px}
}
@media (max-width: 326px) {
  .sticky_nav ul li {
    margin-right: 16px;
  }
  .sticky_nav li:before {
    left: -9px;
  }
}

#cta_benj > .container > .row {
  display: flex;
  align-items: center;
}
.cta_benj_text.desktop {
  display: flex;
  min-height: 100%;
}
.cta_benj_text.desktop .cta_benj_txt {
  flex: 1;
  margin: 0;
}
@media (max-width: 1199.33px) and (min-width: 992px) {
  .cta_benj_img {
    position: relative;
    right: 55px;
  }
}
@media (max-width: 991.33px) {
  .cta_benj_text.desktop {
    display: none;
  }
  #cta_benj > .container > .row {
    flex-direction: column;
  }
}