#wsd_bd {
  font-family: Arial;
  font-size: 11px;
}

#wsd_bd .typeContainer {
  margin-bottom: 10px;
}

#wsd_bd .listingRow {
  clear: both;
  margin-bottom: 2px;
}

#wsd_bd .listingRow .listing {
  float: left;
  padding: 2px;
}

#wsd_bd a {
  color: blue;
  font-weight: normal;
  text-decoration: none;
}

#wsd_bd * b a {
  font-weight: bold;
}

#wsd_bd a:hover {
  text-decoration: underline;
}

#wsd_bd h1 {
  color: black;
}

#wsd_bd h3 {
  color: black;
}

#wsd_bd .clearer {
  clear: both;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url("indicator.gif") right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.jquery-checkbox {
  display: inline;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  cursor: hand;
}

.jquery-checkbox .mark {
  display: inline;
}

.jquery-checkbox img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.jquery-checkbox img {
  background: transparent url(../images/checkbox.png) no-repeat;
}

.jquery-checkbox img {
  background-position: 0px 0px;
}

.jquery-checkbox-hover img {
  background-position: 0px 0px;
}

.jquery-checkbox-checked img {
  background-position: 0px -24px;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
  background-position: 0px -24px;
}

.jquery-checkbox-disabled img {
  background-position: 0px 0px;
}

.jquery-checkbox-checked .jquery-checkbox-disabled img {
  background-position: 0px -24px;
}

table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}

table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

table.jCalendar td.today {
  background: #666;
  color: #fff;
}

table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}

table.jCalendar td.selected:hover {
  background: #f33;
  color: #fff;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
  background: #fff;
  color: #000;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
  background: #bbb;
  color: #888;
}

/* For the popup */
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}

div#dp-popup {
  position: absolute;
  z-index: 199;
}

div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
}

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}

a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(../images/jq-dp-calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
  width: 70px;
  float: left;
}

.jqmContainer {
  position: absolute;
  z-index: 10000;
}

.jqmWindow {
  margin-left: 0px;
  left: 50px;
  z-index: 10001;
}

.jqmContainer {
  z-index: 10000;
}

.jqmWindow {
  margin-left: 0px;
  left: 50px;
}

.jqmOverlay {
  /*background-color: #00476d;*/
  background-color: #666666;
}

.jqmContainer {
  position: fixed;
  top: 75px;
  width: 100%;
  display: none;
  text-align: center;
}

.jqmWindow {
  margin-left: -300px;
  left: 50%;
  height: auto;
  width: 600px;
  border: 5px solid #e7a614;
  background: #ffffff;
  position: absolute;
  text-align: center;
}

#dialogContentContainer {
  max-height: 400px;
  overflow: auto;
}

#dialogContentContainer input.fbutton {
  border: 1px #666666 solid;
  background-color: #e7a614;
  width: 75px;
  font-weight: bold;
}

#dialogContentContainer input {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
}

#dialogContentContainer select {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
}

#dialogContentContainer textarea {
  background-color: #ffffff;
  border: 1px #cccccc solid;
  color: #333333;
  width: 300px;
}

#dialogContent {
  padding: 10px;
  text-align: left;
}

a.modallinkload {
  color: blue;
  text-decoration: underline;
}

#dialogCloseX {
  /*border-bottom: 1px solid #e7a614;
  background-color: #55401b;*/
  /*border-bottom: 1px solid #cccccc;*/
  background-color: #e7a614;
  height: 25px;
}

#dialogCloseX a {
  /*border: 2px solid white;*/
  display: block;
  float: right;
  margin: 2px;
  color: white;
  font-weight: bold;
}

#dialogCloseX a:hover {
  text-decoration: underline;
}

/** internal dialog style rules */
#dialogContent h3 {
  font-size: 18px;
  color: #e7a614;
}

#dialogContent div.title {
  border-bottom: 1px solid black;
}

#dialogContent div.list {
  text-align: left;
}

#dialogContent table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}

#dialogContent th {
  background: #999999;
  color: #ffffff;
}

#dialogContent td {
  border: 1px solid #999999;
  padding: 4px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}

.lb-outerContainer {
  border: 4px #fff solid;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*html * { max-height: 999999px; }*/
/* Android mobile font sizing fix */
body {
  margin: 0px;
  background: #dedede;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

body.terms {
  margin: 15px !important;
  background: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

a {
  color: #575fa4;
  text-decoration: none;
}

a:hover, a:active {
  color: #1c2250;
  text-decoration: none;
}

a.btn {
  background: #1c2250;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
}

img {
  border: 0px;
}

div.clearer, div.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

h1 {
  color: #1c2250;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

p.titlep {
  color: #1c2250;
  font-weight: bold;
  text-decoration: underline;
}

/* ==================== masthead ==================== */
#masthead {
  height: 132px;
  padding-top: 27px;
  color: #666;
  position: relative;
}

#masthead h1 {
  width: 449px;
  height: 77px;
  margin: 0px;
  padding: 0px;
  float: left;
  background: url("../images/ftpartners.gif") no-repeat;
}

#masthead h1 b {
  display: none;
}

#nwsltr {
  width: 110px;
  height: 33px;
  margin: 41px 0px 0px 0px;
  display: block;
  float: right;
  font-size: 11px;
  background: url("../images/subscribebtn.png") 100% 100% no-repeat;
}

#nwsltr a {
  display: block;
  /*width:185px;*/
  width: auto;
  height: 33px;
  color: #fff;
  text-decoration: none;
  padding: 3px 5px;
}

#social {
  width: 77px;
  height: 33px;
  overflow: hidden;
  display: block;
  float: right;
  margin-top: 41px;
}

/*#nwsltr p { margin:0px 0px 3px 0px; padding:0px; }
#nwsltr input.txt { width:158px; height:16px; border:1px #999 solid; font-size:11px; color:#666; font-family:Arial,Helvetica,sans-serif; float:left; }
#nwsltr input.btn { margin:0px; float:right; }*/
/*#menu-btn { width:100%; height:41px; margin-top:16px; background:url('../images/mainnav_off.png') repeat-x; display:block; color:#fff; text-align:center; padding-top:5px; text-transform:uppercase; }*/
/* new nav */
#nav2, #nav2.open {
  display: block;
  margin-top: 16px;
  background: url("../images/mainnav_off.png") repeat-x;
  height: 41px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

#nav2 a {
  color: #fff;
  text-decoration: none;
  padding: 9px 18px 0px 18px !important;
  display: block;
  height: 41px;
  font-size: 13px !important;
}

#nav2 a:hover, #nav2 a:active, #nav2 a.pageon {
  background: url("../images/mainnav_on.png") repeat-x;
}

#nav2 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}

#nav2 ul li {
  margin: 0px -1px 0 0;
  padding: 0px;
  display: inline-block;
  /*float:left;*/
  width: auto;
  background: url(../images/mainnav_div.png) 100% 0px no-repeat;
  height: 41px;
  position: relative;
  border-bottom: 0;
}

#nav2 ul li.lastmn {
  background: none !important;
}

#nav2 ul li.lastmn a {
  margin-right: 0px !important;
}

/* -- Navigation -- */
#nav2 ul li ul {
  display: none;
  list-style-type: none;
  position: absolute;
  backgound-image: none;
  background-color: #1C2250;
  padding: 6px 0px 0 0;
  top: 32px;
  left: 0px;
  z-index: 9999;
  width: 180px;
}

#nav2 ul li:hover ul, #nav2 ul li:active ul {
  display: block;
}

#nav2 ul li ul li {
  float: none;
  margin: 0px;
  height: auto !important;
}

#nav2 ul li ul li a {
  padding: 6px 20px !important;
  color: #fff !important;
  background-image: none !important;
  background: #1C2250 !important;
  height: auto !important;
  border-bottom: 1px #575fa4 solid;
  font-size: 13px;
}

#nav2 ul li ul li a:hover, #nav2 ul li ul li a:active {
  font-size: 13px;
  background: url(../images/mainnav_on.png) repeat-x !important;
}

#nav2 ul li ul li a.nobb {
  border-bottom: none;
}

/* ==================== content ==================== */
#hp_bg {
  overflow: hidden;
  background: url("../images/hp-ender.png") no-repeat 0 100%;
}

#hp {
  overflow: hidden;
}

#main {
  width: 736px;
}

#main_full {
  width: 100%;
}

div.column {
  width: 255px;
}

div.column_file {
  width: 120px;
}

#sel_trans {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
  position: relative;
  height: 766px;
}

#sel_trans h1 {
  margin-left: 10px;
}

#sel_trans_inner {
  margin: 0px 10px;
}

div#dots {
  width: auto;
  text-align: right;
  float: right;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 10;
  background: #d3d4dd;
}

div#dots ul {
  list-style-type: none;
  display: inline;
  margin: 0px;
  padding: 0px;
}

div#dots ul li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

div#dots a {
  position: relative;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin: 0px 4px 0px 4px;
  float: left;
  font-size: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/whitedot.gif) no-repeat;
}

div#dots a.activeSlide {
  font-weight: bold;
  display: block;
  background: url(../images/bluedot.png) no-repeat;
  color: #1c2250;
}

div#dots a {
  outline: none;
}

.rct div#dots {
  background: transparent !important;
  top: 87px;
}

.rct div#dots a {
  background: url("../images/graydot.png") no-repeat;
  color: #666;
  opacity: 0.5;
}

.rct div#dots a.activeSlide {
  background: url("../images/bluedot.png") no-repeat;
  color: #1c2250;
  opacity: 1;
}

div.group1, div.group2, div.group3, div.group4, div.group5, div.group6, div.group7, div.group8, div.group9, div.group10, div.group11 {
  width: 716px;
  height: 766px;
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}

#tombstones11 h1 {
  margin-bottom: 20px;
}

div.dots img {
  border: 0px #e8e8ed solid !important;
  float: right !important;
}

#tombstones img {
  border: 1px #6b6c6f solid;
  margin-bottom: 5px;
  float: left;
  margin-right: 7px;
  display: block;
}

#tombstones img.last {
  margin-right: 0px;
}

ul.tomb-grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tomb-grid li {
  width: auto;
  margin: 0 7px 5px 0;
  padding: 0;
  float: left;
}

ul.tomb-grid li:nth-child(4n) {
  margin: 0 0 5px 0;
}

ul.tomb-grid li img {
  border: 1px #666 solid;
  display: block;
}

a.fintechBTN {
  display: block;
  width: 255px;
  height: 48px;
  overflow: hidden;
  background: url("../images/fintech-research-btnbg.png") 0 0 no-repeat;
  border-bottom: 10px #fff solid;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-top: 7px;
}

a.fintechBTN:hover, a.fintechBTN:active {
  display: block;
  width: 255px;
  height: 48px;
  overflow: hidden;
  background: url("../images/fintech-research-btnbg.png") 0 -58px no-repeat;
  border-bottom: 10px #fff solid;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-top: 7px;
}

#newslist {
  width: 225px;
  margin: 0px auto;
  height: 400px;
  font-size: 12px;
  overflow: hidden;
}

div.newsholder p {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

#services_list {
  width: 750px;
  margin: 20px auto;
  overflow: hidden;
}

div.sl_box {
  width: 250px;
  border: 1px #000000 dotted;
  float: left;
}

div#awards_rec {
  width: 900px;
  overflow: hidden;
  margin: 0px auto 20px auto;
}

div.ar_container {
  width: 425px;
  overflow: hidden;
}

div.box {
  border: 1px #333 solid;
  overflow: hidden;
}

table.awards_table {
  width: 100%;
}

table.awards_table td {
  padding: 5px;
}

div.awardtitle {
  height: 20px;
  overflow: hidden;
}

table.awards_table ul {
  margin: 0px;
  padding: 0px;
}

table.awards_table ul li {
  margin-left: 15px;
}

table.awards_table hr {
  color: #999;
  width: 700px;
}

table.awards_table img {
  margin-left: 90px;
}

table.awards_table td.tbull {
  padding: 20px 90px 20px 75px;
}

/* ==================== footer2 ==================== */
#footer2 {
  width: 1026px;
  margin: 10px auto;
  font-size: 12px;
  color: #fff;
}

#footer2 a {
  color: #fff;
  text-decoration: none;
}

#footer2 a:hover, #footer2 a:active {
  color: #fff;
  text-decoration: underline;
}

#ft2addy {
  width: 345px;
  float: right;
  overflow: hidden;
}

div.ft2nav {
  border-top: 1px #55597c solid;
  margin: 20px 0px 10px 0px;
}

div.ft2nav ul {
  margin: 0px;
  list-style-type: none;
  display: inline;
}

div.ft2nav ul li {
  padding: 0px 10px 0px 0px;
  border-right: 1px #55597c solid;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
}

div.ft2nav ul li.last {
  margin-right: 0px;
  border-right: 0px;
}

/*a.fb { width:33px; height:33px; display:block; float:left; margin:10px 4px 0px 0px; background:url(../images/ft2_facebook.png) no-repeat; }*/
a.li {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 10px 4px 0px 0px;
  background: url(../images/ftr_linkedin.png) no-repeat;
}

a.li2 {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0px;
  background: url(../images/linkedinblue.png) no-repeat;
}

a.tw {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 10px 4px 0px 0px;
  background: url(../images/ft2_twitter.png) no-repeat;
}

a.tw2 {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0px 5px 0px 0px;
  background: url(../images/twitterblue.png) no-repeat;
}

a.tw b, a.tw2 b, a.li b, a.li2 b {
  display: none;
}

/* ==================== terms ==================== */
#termstop {
  background: url(../images/footer_bg.gif) repeat-x 0px 100%;
}

div#terms {
  overflow: hidden;
}

div#terms p {
  font-size: 9px;
}

/* ==================== transactions ==================== */
#tombstone {
  width: 338px;
  float: left;
  overflow: hidden;
  text-align: center;
}

#tombstone p {
  margin: 5px;
  padding: 0px;
}

#description {
  /*width:375px;*/
  width: 645px;
  float: right;
  overflow: hidden;
}

ul.transaction {
  margin: 10px 0px 15px 0px;
  padding: 0px;
}

ul.transaction li {
  margin: 0px 0px 5px 25px;
}

ul.transaction li.two {
  margin: 0px 0px 5px 45px;
}

li.two {
  margin: 0px 0px 5px 35px;
}

/* ==================== else ==================== */
.blue {
  color: #1a1976;
}

li {
  line-height: 140%;
  margin-bottom: 5px;
}

.blue_nav {
  list-style-type: circle;
  color: #1A1976;
}

a.blue_nav {
  color: #1A1976;
  text-decoration: none;
}

a.blue_nav:hover, a.blue_nav:active {
  color: #1c2250;
  text-decoration: none;
}

/* ==================== news listing ==================== */
ul.news-list-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.news-list-ul li {
  border: 1px #d1d2db solid;
  margin-bottom: 5px;
  overflow: hidden;
}

ul.news-list-ul li:nth-child(even) {
  background: #f4f4f7;
}

ul.news-list-ul li p {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

div.nl_media {
  width: 150px;
  float: left;
  margin: 20px 0px 20px 20px;
}

div.nl_title {
  width: 200px;
  float: left;
  margin: 20px 0px 20px 20px;
}

div.nl_deets {
  margin: 20px 20px 5px 40px;
  float: left;
  width: 530px;
}

/* ==================== podcasts ==================== */
div.podcast-logo {
  width: 180px;
  padding: 20px;
  float: left;
  text-align: center;
}

div.podcast-logo img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

div.podcast-info {
  width: 770px;
  float: right;
  font-size: 14px;
}

div.podcast-info p {
  line-height: 150%;
}

/* ========== subscribe ========== */
div.half {
  width: 49%;
  overflow: hidden;
}

#subscribe_form {
  width: 800px;
  margin: 0px auto;
}

div.flabel {
  width: 115px;
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}

div.ffield {
  width: 239px;
  float: left;
}

div.fclear {
  clear: both;
  overflow: hidden;
  height: 7px;
}

div.ffield input {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

div.ffield textarea {
  width: 225px;
  height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

div.ffield select {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

div.ffield input.submitbtn {
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #00003e;
  font-size: 12px;
  font-weight: bold;
  border: 1px #00003e solid;
  border-collapse: collapse;
}

div.flabel2 {
  width: 115px;
  float: left;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 14px;
}

div.ffield2 {
  width: 239px;
  float: left;
  font-size: 14px;
}

div.ffield2 input {
  font-size: 14px;
  font-family: Arial, sans-serif;
  width: 230px;
  padding: 3px;
}

.submit-btn2 {
  background: #000066;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border: 1px #000066 solid;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
  margin-left: 10px;
}

div.clearer {
  clear: both;
  overflow: hidden;
}

/* ========== selected transactions ========== */
#sel_trans2 {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
  position: relative;
  height: 950px;
  border: #f00 0px solid;
}

#sel_trans2 h1 {
  margin-left: 10px;
}

#sel_trans2_inner {
  margin: 0px 10px;
}

#tombstones2 {
  height: 950px;
  /*width:716px;*/
  width: 945px;
  top: 0px;
  left: 10px;
  z-index: 3;
  position: absolute;
  border: #f00 0px solid;
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}

.groupt1, .groupt2, .groupt3, .groupt4, .groupt5 {
  /*width:716px;*/
  width: 980px;
  height: 950px;
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}

div.arrleft {
  width: 53px;
  height: 400px;
  float: left;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 0px;
}

div.arrright {
  width: 53px;
  height: 400px;
  float: right;
  overflow: hidden;
  position: absolute;
  top: 100px;
  right: 0px;
}

div.arrleft img {
  width: 26px !important;
  height: 58px !important;
  border: 0px !important;
  margin-top: 100px;
  margin-left: 17px !important;
  cursor: pointer;
}

div.arrright img {
  width: 26px !important;
  height: 58px !important;
  border: 0px !important;
  margin-top: 100px;
  margin-left: 10px !important;
  cursor: pointer;
}

div.trannies {
  width: 964px;
  float: left;
  overflow: hidden;
}

/* ========== FinTech Research ========== */
#fintech_holder {
  background: #d4d5dd;
  position: relative;
  overflow: hidden;
}

div#research {
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
}

div#research h1 {
  font-weight: bold;
  color: #1c2250;
  font-size: 18px;
  text-align: left;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 25px;
}

div.ftrblock {
  width: 300px;
  height: 260px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
  border: 2px #1c2250 solid;
  background: #1c2250;
}

div.ftrblock:hover, div.ftrblock:active {
  border: 2px #717385 solid;
  background: #717385;
}

div.ftrblockimg {
  background: #fff;
  text-align: center;
  width: 100%;
}

/*div.ftrblockimg img { height:200px; margin-top:8px; margin-bottom:7px; }*/
div.ftrblock p {
  padding: 5px 20px 0px 20px;
  margin-top: 0px;
}

div.ftrblock a {
  color: #fff;
  font-weight: bold;
}

div.ftrblock table {
  border: 0px;
  width: 100%;
}

div.ftrblock table td {
  height: 43px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 0px 7px;
}

div#ftr-tabs {
  overflow: hidden;
  padding-left: 15px;
  height: 33px;
  margin-top: 20px;
}

a.ftabon {
  width: auto;
  display: block;
  float: left;
  height: 33px;
  background: #d4d5dd;
  color: #1c2250;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 15px 0px 15px;
  margin-right: 5px;
  cursor: pointer;
}

a.ftaboff {
  width: auto;
  display: block;
  float: left;
  height: 33px;
  background: #1c2250;
  background-image: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 15px 0px 15px;
  margin-right: 5px;
  cursor: pointer;
}

a.imgblock {
  width: auto;
  height: auto;
  display: block;
  background: #fff;
}

a.imgblock img {
  height: 200px;
  margin-top: 8px;
  margin-bottom: 7px;
}

a.imgblock img.ftr-full {
  height: 215px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ========== almanacs ========== */
#titles ul li a {
  padding: 7px 10px;
}

#titles ul li {
  background: #0162ab;
  background: -webkit-linear-gradient(#17285c, #049ede);
  background: -o-linear-gradient(#17285c, #049ede);
  background: -moz-linear-gradient(#17285c, #049ede);
  background: linear-gradient(#17285c, #049ede);
  width: 48%;
  max-width: 150px;
  margin: 0 5px 5px 0;
}

#titles ul li:hover {
  background: #0162ab;
}

.almanac-half {
  margin-bottom: 20px;
}

img.almanac-thumb2 {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 10px 0.5%;
}

/* ========== press ========== */
div.pressimg {
  border-right: 1px #ccc solid;
  margin-right: 20px;
  float: left;
  font-size: 11px;
}

div.pressimg img {
  margin-bottom: 4px;
}

div.presstitle {
  width: 600px;
  float: left;
  font-size: 14px;
}

div.presstitle i {
  font-size: 12px;
}

div.presstitle p {
  margin-top: 0px;
  padding-top: 0px;
}

div.datenav {
  width: 150px;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin: 2px 5px 0px 0px;
}

div.datenav span {
  color: #999;
}

/* ========== files ========== */
#public-upload-id {
  width: 700px;
  margin: 0px 0px 0px 20px;
  padding: 10px 0px 20px 20px;
  background: #e8e8e8;
}

#private-upload-id {
  width: 700px;
  margin: 0px 0px 0px 20px;
  padding: 10px 0px 20px 20px;
  background: #e8e8e8;
}

table#files-download-public, table#files-download-private {
  width: 860px;
}

table#files-download-public th, table#files-download-private th {
  text-align: left;
}

table#files-download-public td, table#files-download-private td {
  text-align: left;
  padding: 3px 0px 3px 0px;
}

table#files-download-public tr.odd, table#files-download-private tr.odd {
  background: #eee;
}

div#file-uploaded {
  text-align: center;
  color: green;
}

.form-wrap {
  padding: 20px;
  background: #e8e8e8;
  text-align: center;
  width: 300px;
  margin: 0px 0px 0px 20px;
}

#files_col {
  padding: 15px;
  background: #e8e8e8;
}

#files_col div {
  padding: 0px 0px 5px 0px;
  font-size: 14px;
}

.flabel-files {
  margin: 12px 0px 1px 0px;
}

.ffield-files textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.upbutton {
  display: block;
  width: 88px;
  height: 28px;
  background: url("../images/btn_upload.png") no-repeat top left;
  border: 0px;
  cursor: pointer;
}

.submitbutton {
  display: block;
  width: 88px;
  height: 28px;
  background: url("../images/btn_submit.png") no-repeat top left;
  border: 0px;
  cursor: pointer;
}

.loadbutton {
  display: block;
  width: 166px;
  height: 17px;
  background: url("../images/loading.gif");
  background-position: -17px 109px;
  border: 0px;
  cursor: pointer;
}

table.philanthropy_table img {
  margin: 5px 0px;
}

/* ========== Careers ========== */
#crs_box {
  width: 249px;
  margin-top: 15px;
  border: 3px solid #dddddd;
}

#testimonials {
  width: 700px;
  height: auto;
  margin-left: 44px;
  margin-top: 15px;
}

#testi_title {
  width: 650px;
  height: auto;
  border: 3px solid #dddddd;
}

#testi_title1 {
  text-align: center;
  margin-top: -143px;
}

#testi_title2 {
  text-align: left;
  margin-top: -155px;
  margin-left: 125px;
}

img.proimg {
  margin: 7px 0px 7px 7px;
  height: 141px;
}

img.proimg2 {
  margin: 0px;
  width: 185px;
}

img.arrow_r {
  height: auto;
  margin-right: 5px;
  float: right;
}

img.arrow_l {
  height: auto;
  margin-left: 5px;
  float: left;
}

img.imgpro {
  margin-left: 28px;
}

#testi_text {
  width: 650px;
  height: auto;
  border: 3px solid #dddddd;
  margin-top: 7px;
}

#testi_text1 {
  padding: 10px;
}

#testi_pros {
  margin: 12px 0px 0px 25px;
  /*margin-left: -14px;*/
  width: 615px;
  /*height:90px;*/
  overflow: auto;
}

table#ipadtable {
  border: 0px;
  margin: 0px 0px 0px 70px;
}

table#ipadtable td {
  padding: 3px;
}

table#ipadtable h3 {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

table#ipadtable p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

input.wintxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  width: 200px;
}

#money2020 {
  width: 252px;
  height: 36px;
  overflow: hidden;
  background: url(../images/money2020logo.gif);
  position: absolute;
  top: 140px;
  left: 720px;
  z-index: 10;
}

#reg {
  width: 180px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 820px;
  z-index: 10;
}

div.overviewcontent {
  height: 362px;
  width: 736px;
  border: 1px solid #ccc;
  overflow: auto;
}

div.overviewcontent li {
  margin-right: 20px;
}

li.circ {
  background: url(../images/circ.gif) no-repeat 0px 4px;
  padding-left: 12px;
  margin-left: 23px;
  margin-right: 10px;
  list-style-type: none;
}

div.thi {
  border: 1px #ddd solid;
  padding: 2px 0px 0px 0px;
  margin: 0px 5px 2px 5px;
}

div.thi li.circ {
  margin-left: 16px !important;
}

.fortyseven {
  height: 47px;
}

.fortyseven p {
  margin: 0px;
  padding: 0px;
}

div.cartable {
  width: 540px;
  float: right;
  margin-top: 7px;
}

table.careerstable {
  width: 100%;
}

table.careerstable td {
  padding: 0px 10px 0px 0px;
}

p.cartopic {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #1a1976;
  margin-top: 0px;
  padding-top: 0px;
}

img.boximg {
  /*width:218px; height:172px;*/
  float: left;
  margin-right: 3px;
  /*width:300px;*/
  width: 242px;
  height: 193px;
}

a.whyftp {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/whyftpartners_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #1C2250;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}

a.whyftp:hover, a.whyftp:active {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/whyftpartners_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #515787;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}

a.etests {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/employeetestimonials_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #1C2250;
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}

a.etests:hover, a.etests:active {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/employeetestimonials_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #515787;
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}

a.howapp {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/howtoapply_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #1C2250;
  font-weight: bold;
  font-size: 24px;
}

a.howapp:hover, a.howapp:active {
  width: 242px;
  height: 193px;
  overflow: hidden;
  display: block;
  float: left;
  border-top: 1px #fff solid;
  background: url("../images/howtoapply_bg.jpg");
  padding-top: 140px;
  text-align: center;
  color: #515787;
  font-weight: bold;
  font-size: 24px;
}

p.crumb {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 20px;
  color: #666;
}

span.pageon {
  color: #575fa4;
  font-weight: bold;
}

ul.whyftp li {
  margin-bottom: 15px;
}

#emp {
  width: 185px;
  float: left;
  overflow: hidden;
}

#empquote {
  width: 795px;
  float: right;
  overflow: hidden;
}

#empquote h1 {
  margin-top: 0px;
  padding-top: 0px;
}

.empdiv {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

.empdiv p {
  margin-top: 5px;
  padding-top: 0px;
  font-weight: bold;
  font-size: 14px;
}

.empdiv img {
  width: 125px;
}

.toggleDiv {
  color: #575fa4;
  cursor: pointer;
}

.hlink {
  display: none;
}

#sub_head {
  background: url("../images/bg_nav.gif");
  width: 445px;
  height: 35px;
  float: left;
}

a.overview {
  width: 123px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/overview_off.gif");
}

a.overview:hover, a.overview:active {
  width: 123px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/overview_on.gif");
}

a.overview b {
  display: none;
}

a.ftp {
  width: 125px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/ftp_off.gif");
}

a.ftp:hover, a.ftp:active {
  width: 125px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/ftp_on.gif");
}

a.ftp b {
  display: none;
}

a.test {
  width: 97px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/testimonials_off.gif");
}

a.test:hover, a.test:active {
  width: 97px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/testimonials_on.gif");
}

a.test b {
  display: none;
}

a.apply {
  width: 100px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/apply_off.gif");
}

a.apply:hover, a.apply:active {
  width: 100px;
  height: 29px;
  display: block;
  float: left;
  background: url("../images/apply_on.gif");
}

a.apply b {
  display: none;
}

#careersnav {
  height: 35px;
  overflow: hidden;
}

#careersnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#careersnav ul li {
  margin: 0px !important;
  padding: 0px;
  float: left !important;
  background: url(../images/careersnav_div.gif) no-repeat 100% 0px;
}

#careersnav ul li.lastnav {
  background: none !important;
  margin: 0px !important;
  padding: 0px;
}

a.carbtn {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/careersnav_off.gif) repeat-x;
  padding: 6px 10px 0px 10px;
  display: block;
  height: 35px;
  margin-right: 2px;
}

a.carbtn:active, a.carbtn:hover, a.carbtn_on {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/careersnav_on.gif) repeat-x;
  padding: 6px 10px 0px 10px;
  display: block;
  height: 35px;
  margin-right: 2px;
}

div.ftpftr-div {
  clear: both;
  margin-bottom: 30px;
  padding-right: 20px;
}

img.ftpftr-img {
  float: left;
  margin: 0 15px 15px 0;
  width: 175px;
  border: 1px #666 solid;
}

div.ftpftr-div a {
  color: #1c2250;
  font-size: 14px;
}

div.ftpftr-div a:hover, div.ftpftr-div a:active {
  color: #575fa4;
}

table.ftpftr-table {
  width: 700px;
  margin: 0px auto;
}

table.ftpftr-table a {
  color: #1c2250;
  font-size: 13px;
}

table.ftpftr-table hr {
  color: #999;
  width: 100%;
  margin: 5px 0 20px 0;
}

table.ftpftr-table img {
  width: 175px;
  border: 1px #666 solid;
}

table.ftpftr-table td.tbull {
  padding: 0 0 0 40px;
  vertical-align: top;
}

/* color:#575fa4;
color:#1c2250; */
#sub-checkboxes {
  width: 580px;
  margin: 0px auto;
}

#sub-checkboxes .formrow {
  clear: both;
  margin-bottom: 7px;
}

#sub-checkboxes input {
  vertical-align: -2px;
  margin-right: 5px;
}

#sub-fields {
  width: 425px;
  margin: 0px auto;
}

#sub-fields .flabel {
  width: 75px;
  float: left;
}

#sub-fields .ffield {
  width: 325px;
  float: left;
}

#sub-fields .ffield input {
  width: 325px;
}

#sub-fields div.fclear {
  height: 10px;
}

#sub-fields input.submitbtn {
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #00003e;
  font-size: 14px;
  font-weight: bold;
  border: 1px #00003e solid;
  border-collapse: collapse;
  cursor: pointer;
}

div.inshalf {
  width: 48%;
  border: 1px #999 solid;
}

div.inshalf2 {
  width: 49%;
}

div.graybg {
  background: #efefef;
  padding: 20px 10px;
  border-top: 3px #ccc solid;
}

div.graybg p {
  font-size: 14px;
}

div.graybg img {
  box-shadow: 2px 2px 4px #999;
  border: 1px #999 solid;
}

img.shadow {
  box-shadow: 2px 2px 4px #999;
  border: 1px #999 solid;
  margin-bottom: 10px;
}

img.shadow2 {
  box-shadow: 2px 2px 4px #999;
  border: 1px #999 solid;
  width: 48%;
  display: block;
  margin-bottom: 10px;
}

hr.thin {
  margin: 30px 0;
  border: 1px #ccc solid;
}

div.extratext {
  background: #fff;
  box-shadow: 2px 2px 4px #999;
}

h4.ext {
  background: #1c2250;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 7px 0px;
}

div.extcontent {
  font-size: 14px;
  padding: 0px 15px;
}

p.shdr {
  font-size: 14px;
  font-weight: bold;
  color: #1a1976;
}

h2.sub {
  color: #1a1976;
  font-size: 24px;
  font-style: italic;
}

h3.sub3 {
  color: #1a1976;
  font-size: 16px;
}

ul.landscape {
  width: 300px;
  float: left;
}

a.insurtech-btn {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  background: url(../images/btn-off.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 30px;
}

a.insurtech-btn:hover, a.insurtech-btn:active {
  background: url(../images/btn-on.png) no-repeat;
  background-size: 100% 100%;
}

#keygrid img {
  width: 180px;
}

#trendsgrid img {
  width: 180px;
}

div.sm-sidebar {
  width: 140px;
  float: left;
  margin: 0 20px 90px 0;
  border-bottom: 1px #000 solid;
}

div.sm-sidebar p {
  padding: 0;
  margin: 5px 0;
}

div.sm-sidebar p.t1 {
  font-size: 14px;
  font-weight: bold;
}

div.sm-sidebar p.t2 {
  color: #999;
}

div.sm-sidebar hr {
  border-top: dotted 1px;
}

.afimg-holder {
  width: 50%;
  float: left;
}

.afimg-holder img {
  display: block;
  width: 100%;
}

.afform-holder {
  width: 40%;
  float: right;
}

/** Wealth Tech **/
div.twenty {
  width: 20%;
  float: left;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}

div.twenty img {
  display: block;
  margin: 0 auto 10px auto;
  width: 175px;
}

div.twentyfive {
  width: 25%;
  float: left;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}

div.twentyfive img {
  display: block;
  margin: 0 auto 10px auto;
  width: 225px;
}

/****** FinTech Almanac ******/
h1.alm-title {
  margin: -45px 0 28px 15px;
  color: #fff;
}

.q-display {
  display: none;
}

#titles {
  padding: 0;
  text-align: center;
  font-size: 16px;
}

#titles ul {
  width: auto;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#titles ul li {
  background: #306fb7;
  background: -webkit-linear-gradient(#1d5799, #4a8dda);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1d5799, #4a8dda);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1d5799, #4a8dda);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1d5799, #4a8dda);
  /* Standard syntax */
  float: left;
  display: inline-block;
  margin: 0 7px 0 0;
  white-space: nowrap;
}

#titles ul li:last-child {
  margin: 0;
}

span.sm-dotul {
  font-size: 11px;
}

#titles ul li:hover, #titles ul li:active {
  background: #5295e2;
}

#titles ul li a {
  color: #fff;
  cursor: pointer;
  padding: 7px 15px;
  display: block;
  line-height: 100%;
  box-shadow: 0px 2px 2px #ccc;
  font-weight: bold;
}

div.third {
  width: 30%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
}

div.third img, div.forty-five img {
  max-width: 100%;
  display: block;
}

h3.bluetitle {
  color: #306fb7;
  padding: 5px 10px;
  background: #ededed;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 16px;
  text-align: center;
}

.boxleft {
  box-shadow: 0px 2px 2px #ccc;
  text-align: left !important;
}

span.bigblue {
  color: #306fb7;
  font-weight: bold;
  font-size: 26px;
}

div.forty-five {
  width: 48%;
  overflow: hidden;
}

a.on {
  color: #fff;
  background: #5295e2;
}

.front {
  display: block;
}

div.cover-link {
  width: 100%;
  overflow: hidden;
  position: relative;
}

div.cover-link img {
  width: 100%;
  display: block;
}

/*a.cla {
	width:100%; height:300px; position:absolute; top:0; left:0; z-index:100;
	text-align:center; font-size:20px; font-weight:bold; color:transparent; text-decoration:none;
	padding-top:100px;
	transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}
a.cla:hover, a.cla:active { background-color:rgba(28, 34, 80, 0.7); color:#fff; }*/
a.cla {
  background-color: rgba(28, 34, 80, 0.7);
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 200%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

div.cover-link:hover a.cla, div.cover-link:active a.cla,
a.cla:hover, a.cla:active {
  color: #1c2250;
  background-color: rgba(255, 255, 255, 0.7);
}

/* 82 149 226 */
/*.shadow { box-shadow:2px 2px 5px #666; }*/
/**** AUTO FINTECH ****/
img.shadow3 {
  box-shadow: 2px 2px 4px #999;
  border: 1px #ccc solid;
}

ul.halfsies {
  margin-left: 350px;
}

ul.halfsies li {
  width: 50%;
  float: left;
}

div.sel-res {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}

div.sel-res img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px #999;
  border: 1px #ccc solid;
}

/****** RECENT FINTECH TRANSACTIONS ******/
#recent-trans {
  display: block;
  text-align: center;
  margin-top: 20px;
  height: 1885px;
  overflow: hidden;
  position: relative;
}

div.transblock {
  width: 218px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 40px 12px;
  border: 2px #1d2250 solid;
  /*border:1px #ccc solid;*/
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 11px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background: #fff;
  cursor: pointer;
  position: relative;
}

div.transblock:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

div.date {
  color: #fff;
  text-align: center;
  height: 24px;
  background: #1d2250;
  padding: 8px 0 0 0;
}

div.singlelogo {
  height: 90px;
  width: 214px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.singlelogo img {
  margin: 0 auto;
  max-width: 125px;
}

div.type-block {
  height: 48px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

p.dollar {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}

p.desc {
  color: #666;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}

div.doublelogo {
  height: 138px;
  width: 214px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.doublelogo p {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}

div.ftp-advised {
  background: #cfe9f5;
  height: 20px;
  padding: 8px 0 0 0;
  width: 100%;
  color: #1d2250;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
}

a.bluebtn {
  background: #1d2250;
  color: #fff;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

a.bluebtn:hover, a.blutbtn:active {
  background: #515787;
}

div.group1, div.group2, div.group3, div.group4, div.group5, div.group6, div.group7, div.group8, div.group9, div.group10, div.group11 {
  width: 716px;
}

/***** SELECTED TRANSACTIONS *****/
#selected-transactions {
  width: 100%;
  display: block;
}

#menu-column {
  width: 25%;
  float: left;
  padding-right: 7px;
  box-sizing: border-box;
}

#menu-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-column ul li {
  display: block;
  margin: 0 0 7px 0;
  position: relative;
  overflow: hidden;
}

a.selector {
  font-weight: bold;
  color: #787878;
  display: block;
  padding: 10px 20px;
  background: #f1f1f5;
  cursor: pointer;
}

a.selector:hover {
  color: #1c2250;
  background: #e5e5ec;
}

.selon {
  /*color:#1c2250 !important; background:#e5e5ec !important;*/
  color: #fff !important;
  background: #1c2250 !important;
}

div.clear {
  clear: both;
}

a.biga {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  display: block;
}

#tombstones-column {
  width: 75%;
  float: right;
  background: #e5e5ec;
  box-sizing: border-box;
  padding: 20px 0 0 15px;
}

div.tombset {
  display: none;
  width: 100%;
  height: auto;
}

div.tombset img {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 20px 0;
  border: 1px #333 solid;
}

.tson {
  display: block !important;
}

/***** ALMANACS *****/
#brazil-thumbs img {
  width: 238px;
  margin-right: 8px;
}

div.form {
  font-size: 14px;
}

div.row {
  width: 100%;
  margin: 0 0 20px 0;
  clear: both;
}

div.row label {
  display: inline-block;
  width: 100px;
  padding-top: 2px;
}

div.row input {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 14px;
  display: inline;
  width: 300px;
}

div.form input[type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px #00003e solid;
  border-collapse: collapse;
  background: #00003e;
  padding: 5px 20px;
  margin-left: 100px;
  cursor: pointer;
}

.media-display_fifty, .media-display_fifty-text {
  padding: 20px;
  box-sizing: border-box;
}

.media-display_fifty img {
  max-width: 100%;
  display: block;
}

.two-thirds, .one-third {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

img.almanac-thumb {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  border: 1px #f3f3f3 solid;
}

a.report-button {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: 1px #f2f2f2 solid;
  border-radius: 10px;
  padding: 20px;
  /*color: #1c2250; font-family: Helvetica,sans-serif; font-size: 16px; font-weight:bold;  line-height: 1.25em; */
  color: #444;
  font-family: Muli, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 20px 0;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
}

.rb-fintech {
  background: url("../images/rb-fintech.png") no-repeat 90% 50% #fcfcfc;
  background-size: auto 110%;
}

.rb-fintech:hover {
  background: url("../images/rb-fintech.png") no-repeat 90% 50% #fff;
  background-size: auto 110%;
  box-shadow: 3px 6px 10px rgb(0 0 0/10%);
}

.rb-insurtech {
  background: url("../images/rb-wealttech.png") no-repeat 90% 50% #fcfcfc;
  background-size: auto 110%;
}

.rb-insurtech:hover {
  background: url("../images/rb-wealttech.png") no-repeat 90% 50% #fff;
  background-size: auto 110%;
  box-shadow: 3px 6px 10px rgb(0 0 0/10%);
}

.rb-wealthtech {
  background: url("../images/rb-insurtech.png") no-repeat 90% 50% #fcfcfc;
  background-size: auto 110%;
}

.rb-wealthtech:hover {
  background: url("../images/rb-insurtech.png") no-repeat 90% 50% #fff;
  background-size: auto 110%;
  box-shadow: 3px 6px 10px rgb(0 0 0/10%);
}

.rb-sponsor {
  background: url("../images/almanac/sponsor/sponsor-icon-2.png") no-repeat 100% 50% #fcfcfc;
  background-size: auto 110%;
}

.rb-sponsor:hover {
  background: url("../images/almanac/sponsor/sponsor-icon-2.png") no-repeat 100% 50% #fff;
  background-size: auto 110%;
  box-shadow: 3px 6px 10px rgb(0 0 0/10%);
}

@media (min-width: 880px) {
  .media-display_fifty {
    padding: 20px;
    width: 55%;
    float: left;
  }

  .media-display_fifty-text {
    padding: 20px;
    width: 45%;
    float: left;
  }

  .two-thirds {
    width: 66.66%;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }

  .one-third {
    width: 33.33%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }

  img.almanac-thumb {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    border: 1px #f3f3f3 solid;
  }

  /* ========== almanacs ========== */
  #titles ul li {
    width: 12%;
    margin: 0 5px 0 0;
  }

  .almanac-half {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .ah-left {
    padding-right: 20px;
  }

  .ah-right {
    padding-left: 10px;
  }

  img.almanac-thumb2 {
    width: 47%;
    margin: 0 0 10px 10px;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f2f2f2;
}

#container {
  width: 1028px;
  min-width: 350px;
  margin: 0px auto;
  border-left: 13px #fff solid;
  border-right: 13px #fff solid;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

#container {
  width: auto;
  border-left: 0;
  border-right: 0;
  min-width: 1224px;
}
.ft-responsive #container {
  min-width: 320px;
}

.content {
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 280px);
  background-color: #FFF;
  margin: 0px auto;
  max-width: 1002px;
}
.content.responsive {
  max-width: none;
}
.content:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}

.masthead {
  position: relative;
  overflow: hidden;
  width: auto;
  box-sizing: border-box;
}

.masthead-awards {
  display: none;
}
.new3 .masthead-awards {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .new3 .masthead-awards {
    display: none;
  }
}

.insignia {
  position: relative;
  color: #1B2250;
  overflow: hidden;
  margin: 24px 0 28px;
  display: block;
  height: 78px;
  margin-left: 24px;
}
@media (max-width: 479.9px) {
  .ft-responsive .insignia {
    margin: 16px 0;
    margin-left: 16px;
  }
  .ft-responsive .insignia__title, .ft-responsive .insignia__subtitle, .ft-responsive .insignia__cities {
    margin-left: 154px;
  }
  .ft-responsive .insignia__subtitle {
    font-size: 13px;
    margin-top: 2px;
  }
  .ft-responsive .insignia__cities {
    margin-top: 6px;
  }
  .ft-responsive .insignia__city {
    font-size: 8px;
  }
}
@media (max-width: 374.9px) {
  .ft-responsive .insignia {
    height: 67px;
    margin: 8px 0;
    margin-left: 8px;
  }
  .ft-responsive .insignia__title, .ft-responsive .insignia__subtitle, .ft-responsive .insignia__cities {
    margin-left: 128px;
  }
  .ft-responsive .insignia__title {
    font-size: 15px;
    margin-top: 0;
  }
  .ft-responsive .insignia__subtitle {
    font-size: 12px;
    margin-top: 2px;
    line-height: 15px;
  }
  .ft-responsive .insignia__cities {
    margin-top: 4px;
  }
  .ft-responsive .insignia__city {
    font-size: 8px;
  }
}
.insignia__logo {
  display: block;
  width: 138px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
.insignia__logo__image {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 374.9px) {
  .ft-responsive .insignia__logo {
    width: 120px;
    height: 67px;
  }
}
.insignia__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  margin-left: 162px;
  font-size: 17px;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  color: #1B2250;
}
.insignia__subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-left: 162px;
  font-size: 15px;
  margin-top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 17px;
  color: #777;
}
.insignia__cities {
  list-style-type: none;
  margin: 0;
  display: block;
  margin-left: 162px;
  margin-top: 8px;
  padding: 0;
}
.insignia__city {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #AAA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twenty-year-ribbon {
  position: absolute;
  display: block;
  width: 196px;
  height: auto;
  top: 88px;
  left: -28px;
}
.ft-responsive .twenty-year-ribbon {
  left: -4px;
}
@media (max-width: 479.9px) {
  .ft-responsive .twenty-year-ribbon {
    top: 64px;
    left: -28px;
    margin: 16px 0;
    margin-left: 16px;
  }
}
@media (max-width: 374.9px) {
  .ft-responsive .twenty-year-ribbon {
    top: 47px;
    left: -33px;
    width: 170px;
  }
}

.subscribe {
  position: absolute;
  top: 70px;
  right: 24px;
}
.ft-responsive .subscribe {
  top: 87px;
  right: 4px;
}
@media (min-width: 375px) {
  .ft-responsive .subscribe {
    top: 114px;
    right: 4px;
  }
}
@media (min-width: 480px) {
  .ft-responsive .subscribe {
    top: 134px;
    right: 4px;
  }
}
@media (min-width: 640px) {
  .ft-responsive .subscribe {
    top: 70px;
    right: 24px;
  }
}
@media (min-width: 640px) {
  .ft-responsive.new3 .subscribe {
    top: 134px;
    right: 4px;
  }
}
@media (min-width: 1200px) {
  .ft-responsive.new3 .subscribe {
    top: 130px;
    right: 4px;
  }
}
.subscribe__twitter svg, .subscribe__linkedin svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.subscribe__twitter {
  color: #fff;
  background-color: #38a1f2;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 1px;
}
.subscribe__twitter:hover {
  color: #fff;
  opacity: 0.9;
}
.subscribe__linkedin {
  color: #fff;
  background-color: #2867b2;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 1px;
}
.subscribe__linkedin:hover {
  color: #fff;
  opacity: 0.9;
}
.subscribe__newsletter {
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #54587b;
  background-image: url(../images/base/subscribe-icon.svg);
  background-size: 24px 32px;
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 110px;
  height: 32px;
  display: block;
  float: left;
}
.subscribe__newsletter:hover {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 639.9px) {
  .ft-responsive .subscribe__twitter, .ft-responsive .subscribe__linkedin, .ft-responsive .subscribe__newsletter {
    background-color: transparent;
  }
}
.ft-responsive.new3 .subscribe__twitter, .ft-responsive.new3 .subscribe__linkedin, .ft-responsive.new3 .subscribe__newsletter {
  background-color: transparent;
}

.ft-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*border-top:1px solid #DDD;*/
  overflow: hidden;
  background-color: #1b2250;
}
.ft-nav li {
  display: block;
  float: left;
  background-color: #1b2250;
  border-right: 1px solid #54587b;
  margin-bottom: 0;
}
.ft-nav li a {
  text-decoration: none;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 5px 22px;
  line-height: 22px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ft-nav li a:hover {
  background-color: #2a305b;
}
.ft-nav li a.active, .ft-nav li a.active:hover {
  background-color: #54587a;
}
.ft-nav li:last-of-type {
  border-left: none;
}
.ft-nav.ft-nav--subnav {
  background-color: #888;
}
.ft-nav.ft-nav--subnav li {
  background-color: #888;
  border-left-color: #aaa;
}
.ft-nav.ft-nav--subnav li a:hover {
  background-color: #999;
}
.ft-nav.ft-nav--subnav li a.active, .ft-nav.ft-nav--subnav li a.active:hover {
  background-color: #aaa;
}
.ft-nav .ft-nav__toggle {
  display: none;
}
@media (max-width: 1223.9px) {
  .ft-responsive .ft-nav {
    padding: 4px 0;
  }
  .ft-responsive .ft-nav li {
    float: none;
    display: none;
  }
  .ft-responsive .ft-nav .ft-nav__toggle {
    display: block;
  }
  .ft-responsive .ft-nav .ft-nav__toggle svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .ft-responsive .ft-nav .ft-nav__toggle__open {
    display: block;
  }
  .ft-responsive .ft-nav .ft-nav__toggle__close {
    display: none;
  }
  .ft-responsive .ft-nav.ft-nav--open li {
    display: block;
  }
  .ft-responsive .ft-nav.ft-nav--open .ft-nav__toggle__open {
    display: none;
  }
  .ft-responsive .ft-nav.ft-nav--open .ft-nav__toggle__close {
    display: block;
  }
}
@media (max-width: 1223.9px) {
  .ft-responsive.new3 .ft-nav {
    padding: 4px 0;
  }
  .ft-responsive.new3 .ft-nav li {
    float: none;
    display: none;
  }
  .ft-responsive.new3 .ft-nav .ft-nav__toggle {
    display: block;
  }
  .ft-responsive.new3 .ft-nav .ft-nav__toggle svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .ft-responsive.new3 .ft-nav .ft-nav__toggle__open {
    display: block;
  }
  .ft-responsive.new3 .ft-nav .ft-nav__toggle__close {
    display: none;
  }
  .ft-responsive.new3 .ft-nav.ft-nav--open li {
    display: block;
  }
  .ft-responsive.new3 .ft-nav.ft-nav--open .ft-nav__toggle__open {
    display: none;
  }
  .ft-responsive.new3 .ft-nav.ft-nav--open .ft-nav__toggle__close {
    display: block;
  }
}

.footer {
  box-sizing: border-box;
  border-top: 2px solid #1B2250;
  background-color: #FFF;
  margin: 24px 0px 0px;
  padding: 12px 0 24px;
  font-size: 11px;
  color: #606484;
  line-height: 16px;
  position: relative;
  padding: 12px 24px 24px;
  margin: 0;
}
.footer:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.footer__info {
  width: 40%;
  float: left;
  text-align: left;
  padding-top: 0;
}
.footer__links {
  display: block;
  width: 60%;
  float: right;
  text-align: right;
}
.footer__links a {
  font-size: 11px;
}
.footer__ribbon {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: block;
  background: url(../images/blueribbon.gif) no-repeat 0 0;
  height: 14px;
  padding-left: 12px;
  text-align: left;
  transform: translateX(-50%);
}
.footer a {
  color: #606484;
  text-decoration: none;
}
.footer a:hover,
.footer a:active {
  color: #606484;
  text-decoration: underline;
}
@media (max-width: 639.9px) {
  .ft-responsive .footer__info, .ft-responsive .footer__links {
    width: auto;
    float: none;
    padding-bottom: 16px;
    text-align: left;
  }
}

/*
.cards {
  display:block;
  margin:0 auto;
  padding-left:40px;
  padding-right:40px;
  max-width:400px;
}
*/
.card {
  background-color: #fff;
}
.card__thumb {
  width: 100%;
  background-color: #ddd;
  overflow: hidden;
}
.card__thumb > a {
  display: block;
}
.card__thumb > img, .card__thumb > a > img {
  display: block;
  height: 120px;
  width: auto;
  margin: 16px auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.card__image-cap {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.card__image-cap::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56.25%;
}
.card__image-cap--interview {
  margin-top: 8px;
}
.card__image-cap--interview::before {
  padding-bottom: 50%;
}
.card__image-text-cap {
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  background: #ccc;
  color: #fff;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 21px;
  line-height: 32px;
  box-sizing: border-box;
  background-size: 110%;
  background-position: 50% 0;
}
.card__body {
  padding: 24px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.card__body h4.ft-heading {
  line-height: 1.5em;
}
.card__body h4.ft-heading a {
  color: inherit;
}
.card--raised {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
}
.card--clear {
  background: transparent;
}

.cards {
  box-sizing: border-box;
  padding: 0 24px;
  max-width: 408px;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
}

.card {
  margin-bottom: 24px;
}
@media (min-width: 440px) {
  .cards {
    padding: 0 40px;
    max-width: 440px;
  }

  .card {
    margin-bottom: 40px;
  }
}
@media (min-width: 520px) {
  .cards.cards--four {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
  }
  .cards.cards--four .card {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .cards.cards--four .card:nth-of-type(2n + 0) {
    margin-right: 0;
  }
  .cards.cards--four .card:last-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 680px) {
  .cards.cards--two,
.cards.cards--two-wide {
    display: flex;
    max-width: 840px;
  }
  .cards.cards--two .card,
.cards.cards--two-wide .card {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .cards.cards--two .card:last-of-type,
.cards.cards--two-wide .card:last-of-type {
    margin-right: 0;
  }
  .cards.cards--two .card:last-of-type,
.cards.cards--two-wide .card:last-of-type {
    margin-bottom: 40px;
  }

  .cards.cards--two {
    max-width: 840px;
  }

  .cards.cards--two-wide {
    max-width: 1000px;
  }
}
@media (min-width: 1000px) {
  .cards.cards--three {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
  }
  .cards.cards--three .card {
    width: calc(33.33333% - 26.66666px);
    margin-right: 40px;
  }
  .cards.cards--three .card:nth-of-type(3n + 0) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .cards.cards--four {
    max-width: 1240px;
  }
  .cards.cards--four .card {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
  .cards.cards--four .card:nth-of-type(2n + 0) {
    margin-right: 40px;
  }
  .cards.cards--four .card:last-of-type {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.editorial {
  max-width: 800px;
  padding: 24px;
  box-sizing: border-box;
}
@media (min-width: 440px) {
  .editorial {
    padding: 24px 40px;
  }
}
@media (min-width: 800px) {
  .editorial {
    margin: 0 auto;
  }
}

.panel {
  margin: 0 24px;
  padding: 24px;
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
}
@media (min-width: 408px) {
  .panel {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 440px) {
  .panel {
    max-width: none;
    margin: 0 40px;
    padding: 40px;
  }
}
@media (min-width: 880px) {
  .panel {
    max-width: 800px;
    margin: 0 auto;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E6E6EA;
}
@media (min-width: 640px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section > .ft-heading, section > .ft-para--lead {
  text-align: center;
}
section > .ft-heading {
  margin-top: 0;
  margin-bottom: 40px;
}
section > .interview-process-category > .ft-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.l-gray {
  background-color: #F2F2F2;
}
.l-gray section {
  background-color: #F2F2F2;
}

h1.ft-heading, h2.ft-heading, h3.ft-heading, h4.ft-heading {
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}

.page-title {
  padding: 40px 40px 0;
  max-width: 1280px;
}

.ft-heading {
  margin: 0 0 1em;
}

h1.ft-heading {
  font-size: 28px;
}

h2.ft-heading {
  font-size: 24px;
}

h3.ft-heading {
  font-size: 21px;
}

h4.ft-heading {
  font-size: 17px;
}

p.ft-para {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1.6em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.ft-para.ft-para--lead {
  font-size: 15px;
}

ul.ft-list {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1.6em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.ft-list.ft-list--lead {
  font-size: 15px;
}
ul.ft-list li {
  font-size: inherit;
  margin-bottom: 1em;
}
ul.ft-list li strong {
  font-weight: 600;
}

.interview-process {
  display: block;
  position: relative;
  width: auto;
  margin: 24px 48px;
}
.interview-process:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #CCC;
}
.interview-process div {
  padding-left: 32px;
  position: relative;
}
.interview-process div:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 1px;
  width: 24px;
  background-color: #CCC;
}
.interview-process div:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: #f3a82a;
  border-radius: 8px;
  z-index: 2;
}
.interview-process div:last-of-type:after {
  width: 25px;
  height: 25px;
  border-radius: 13px;
  left: -5px;
  top: -5px;
  background-color: #1B2250;
}
.interview-process dt {
  font-size: 15px;
  line-height: 1.5em;
  transform: translateY(-3px);
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}
.interview-process dd {
  font-family: Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  margin-bottom: 24px;
  line-height: 1.5em;
  transform: translateY(-3px);
}
@media (min-width: 496px) {
  .interview-process {
    width: 400px;
    margin: 24px auto;
  }
}
@media (min-width: 896px) {
  .interview-process {
    height: 400px;
    width: auto;
    margin: 24px 48px;
  }
  .interview-process:before {
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #CCC;
  }
  .interview-process div {
    padding-left: 0;
    position: absolute;
    margin: 0;
    width: 18%;
  }
  .interview-process div:before {
    top: auto;
    bottom: 0;
    left: 7px;
    height: 24px;
    width: 1px;
  }
  .interview-process div:after {
    top: auto;
    bottom: -8px;
    left: 0px;
  }
  .interview-process div:nth-of-type(odd) {
    padding-bottom: 32px;
    bottom: 50%;
  }
  .interview-process div:nth-of-type(even) {
    padding-top: 32px;
    top: 50%;
  }
  .interview-process div:nth-of-type(even):before {
    bottom: auto;
    top: 0;
  }
  .interview-process div:nth-of-type(even):after {
    bottom: auto;
    top: -8px;
  }
  .interview-process div:last-of-type:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: transparent;
    box-sizing: content-box;
  }
  .interview-process div:last-of-type:after {
    content: none;
  }
  .interview-process div:last-of-type dt {
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
  }
  .interview-process-category--students-graduates .interview-process div:nth-of-type(1) {
    left: 0;
  }
  .interview-process-category--students-graduates .interview-process div:nth-of-type(2) {
    left: 18.75%;
  }
  .interview-process-category--students-graduates .interview-process div:nth-of-type(3) {
    left: 37.5%;
  }
  .interview-process-category--students-graduates .interview-process div:nth-of-type(4) {
    left: 56.25%;
  }
  .interview-process-category--students-graduates .interview-process div:nth-of-type(5) {
    left: 75%;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(1) {
    left: 0;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(2) {
    left: 15%;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(3) {
    left: 30%;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(4) {
    left: 45%;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(5) {
    left: 60%;
  }
  .interview-process-category--experienced-professionals .interview-process div:nth-of-type(6) {
    left: 75%;
  }
  .interview-process-category--students-graduates .interview-process div:last-of-type, .interview-process-category--experienced-professionals .interview-process div:last-of-type {
    left: auto;
    right: 0;
    width: 80px;
    height: auto;
    border-radius: 50%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-bottom: 0;
    background-color: #1B2250;
    padding-bottom: 0;
    padding-top: 0;
  }
  .interview-process dt {
    transform: none;
  }
  .interview-process dd {
    transform: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1696px) {
  .interview-process {
    width: 1600px;
    margin: 24px auto;
  }
}

.pill-nav {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 0 48px;
}
.pill-nav li {
  display: inline-block;
}
@media (min-width: 640px) {
  .pill-nav li {
    margin: 0 12px;
  }
}
.pill-nav a {
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 8px;
  line-height: 16px;
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #333;
  text-transform: uppercase;
}
.pill-nav a.pill-nav--active {
  color: #FFF;
  background-color: #f3a82a;
}

.team-quote {
  background-color: transparent;
  position: relative;
}

@media(min-width:992px) { #singlequote { width:440px; }}

.team-quote__avatar {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #ccc;
  background-color: #1c2150;
  /*
  background-image: linear-gradient(
    to bottom,
    #1a1f4e,
    #00b0d7 100px
  );
  */
}
.team-quote__avatar > img {
  width: 84px;
  height: 84px;
  border-radius: 42px;
  margin: 8px;
}
.team-quote__copy {
  margin-left: 50px;
  padding-top: 24px;
  padding-left: 74px;
}
.team-quote__copy h3.ft-heading {
  margin-bottom: 0;
  font-size: 24px;
  color: #222;
}
.team-quote__copy h4.ft-heading {
  font-size: 16px;
  margin-top: 0;
  color: #999;
  font-weight: 400;
  margin-bottom: 12px;
}
.team-quote__copy p.ft-para {
  margin-top: 12px;
  color: #555;
}

.key-statistic__number {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  font-size: 40px;
  border: 2px solid #CCC;
  border-radius: 75px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 48px;
  line-height: 50px;
  font-family: Muli, sans-serif;
  font-weight: 300;
  color: #555;
}
.key-statistic__label {
  margin-top: 16px;
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 16px;
  color: #CCC;
  font-weight: 300;
}

.logo {
  position: relative;
  height: 100px;
}
.logo__image {
  position: absolute;
  height: auto;
  width: 80%;
  max-width: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero {
  background-position: 34% 50%;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
@media (min-height: 700px) {
  .hero {
    min-height: calc(100vh - 158px);
  }
  .hero__content {
    transform: translateY(50vh) translateY(-164px) translateY(-50%);
  }
}
.hero__heading {
  font-size: 32px;
  line-height: 1.25em;
  color: #FFF;
  margin: 24px auto;
  padding: 0 48px;
  font-family: Muli, sans-serif;
  font-weight: 600;
}
@media (min-width: 480px) {
  .hero__heading {
    font-size: 40px;
  }
}
@media (min-width: 736px) {
  .hero__heading {
    font-size: 60px;
  }
}
.hero__body {
  font-size: 15px;
  line-height: 1.5em;
  color: #FFF;
  margin: 24px auto;
  padding: 0 48px;
  max-width: 800px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 480px) {
  .hero__body {
    font-size: 18px;
  }
}
.hero .cta {
  margin: 24px auto;
}

.cta {
  display: inline-block;
  text-align: center;
  padding: 9px 24px;
  font-size: 12px;
  line-height: 20px;
  font-family: Muli, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1c2150;
  border: 1px solid #1c2150;
  color: #FFF;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta:hover, .cta:active {
  background-color: #f3a82a;
  border: 1px solid #f3a82a;
}
.cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.cta--minor {
  background-color: transparent;
  color: #999;
  border: 1px solid #999;
}
.cta--minor:hover, .cta--minor:active {
  background-color: transparent;
  border: 1px solid #777;
  color: #777;
}

.interview-process-category {
  display: none;
}

#interview-process.interview-process--students-graduates .interview-process-category.interview-process-category--students-graduates {
  display: block;
}

#interview-process.interview-process--experienced-professionals .interview-process-category.interview-process-category--experienced-professionals {
  display: block;
}

.job-openings-location {
  display: none;
}

#job-openings.job-openings--san-francisco .job-openings-location.job-openings-location--san-francisco {
  display: block;
}

#job-openings.job-openings--new-york .job-openings-location.job-openings-location--new-york {
  display: block;
}

#job-openings.job-openings--london .job-openings-location.job-openings-location--london {
  display: block;
}

#job-openings.job-openings--remote .job-openings-location.job-openings-location--remote {
  display: block;
}

.job-openings-location .card__image-text-cap {
  height: 240px;
}

#job-openings-roles h4 {
  margin-bottom: 8px;
}

.jobs-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 24px;
}
.webinar {
  color: #FAFAFA;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.webinar__holder {
  background: #181C47;
  background-size: cover;
  background-position: 50% 50%;
}
.webinar a.webinar__tel {
  color: #FFF;
}
.webinar__info {
  float: left;
  width: 640px;
  padding-left: 80px;
  padding-right: 40px;
  box-sizing: border-box;
  margin-top: 48px;
}
.webinar__info__segment {
  font-weight: 900;
  font-size: 4.9em;
  line-height: 1.25em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.webinar__info__segment img {
  display: block;
  border: 1px solid #FFF;
  width: 114px;
  height: auto;
  margin-bottom: 20px;
}
.webinar__info__segment:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFB501;
}
.webinar__info__title {
  margin-top: 22px;
  font-weight: 300;
  font-size: 2.25em;
}
.webinar__info__title div:first-child {
  font-size: 1.27777778em;
  font-weight: 500;
  color: #009CDE;
  text-transform: uppercase;
}
.webinar__info__blurb {
  margin-top: 22px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5em;
}
.webinar__info__blurb strong {
  font-weight: 400;
  color: #FFB501;
}
.webinar__info__video {
  margin-top: 22px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.webinar__info__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webinar__info__date {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 22px;
  margin-top: 22px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}
.webinar__info__date strong {
  color: #FFB501;
  font-style: italic;
}
.webinar__info__time {
  margin-bottom: 22px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  color: #009CDE;
}
.webinar__people {
  padding-left: 1.25em;
  padding-right: 1.25em;
  float: right;
  width: 640px;
  box-sizing: border-box;
  margin-top: 5em;
}
.webinar__host {
  width: 30em;
  margin: 0 auto;
}
.webinar__host__photo {
  width: 13.125em;
  height: 13.125em;
  float: left;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 156, 222, 0.4);
}
.webinar__host__name {
  padding-top: 2.57142857em;
  padding-left: 0.85714286em;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 7.6em);
  color: #FFB501;
  font-size: 1.75em;
}
.webinar__host__name span {
  font-weight: 400;
  font-size: 0.85714286em;
  color: #FAFAFA;
  font-style: italic;
}
.webinar__host::after {
  content: "";
  clear: both;
  display: table;
}
.webinar__panel {
  margin-top: 40px;
}
.webinar__panel::after, .webinar__panel::before {
  content: "";
  clear: both;
  display: table;
}
.webinar__presenter {
  float: left;
  width: 12.5em;
  height: 10em;
  position: relative;
  margin-bottom: 1.25em;
}
.webinar__presenter:nth-child(4) {
  margin-left: 6.25em;
}
.webinar__presenter__photo {
  margin: 0 auto;
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 156, 222, 0.1254901961);
}
.webinar__presenter__name {
  font-weight: 500;
  width: 11.25em;
  height: 2.5em;
  color: #FFB501;
  background-color: #122f56;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0.625em;
  padding: 4px;
  text-align: center;
  border-radius: 8px;
}
.webinar__presenter__name span {
  font-size: 16px;
}
.webinar__detail {
  float: left;
  clear: left;
  width: 640px;
  padding-left: 80px;
  padding-right: 40px;
  box-sizing: border-box;
  font-size: 0.825em;
  font-weight: 400;
}
.webinar__detail a {
  color: #009CDE;
}
.webinar__detail span {
  color: #009CDE;
}
.webinar::before, .webinar::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 1279.9px) {
  .webinar__info, .webinar__people, .webinar__detail {
    float: none;
    margin: 40px auto 0;
  }
  .webinar__info {
    padding-left: 60px;
    padding-right: 60px;
  }
  .webinar__people {
    padding-left: 20px;
    padding-right: 20px;
  }
  .webinar__detail {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1em;
  }
}
@media (max-width: 639.9px) {
  .webinar {
    font-size: 2.5vw;
  }
  .webinar__host {
    font-size: 1.1em;
  }
  .webinar__info__blurb {
    font-size: 16px;
  }
  .webinar__panel {
    font-size: 1.5em;
  }
  .webinar__presenter {
    width: 50vw;
  }
  .webinar__presenter:nth-child(4) {
    margin-left: 0;
  }
  .webinar__presenter:nth-child(2n+1) {
    clear: left;
  }
  .webinar__presenter:nth-child(5) {
    margin-left: 25vw;
  }
  .webinar__presenter__name span {
    font-size: 16px;
  }
  .webinar__info, .webinar__people, .webinar__detail {
    float: none;
    margin: 2em auto 0;
    width: auto;
  }
  .webinar__info {
    padding-left: 2em;
    padding-right: 2em;
  }
  .webinar__people {
    padding-left: 0;
    padding-right: 0;
  }
  .webinar__detail {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 16px;
  }
}

.nanobar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 36px;
  background-color: #54587b;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  min-width: 1028px;
  line-height: 36px;
}
.ft-responsive .nanobar {
  min-width: 0;
}
.nanobar a {
  color: inherit;
  text-decoration: none;
}
.nanobar a:hover {
  text-decoration: underline;
}

.media-display {
  max-width: 1680px;
  overflow: hidden;
  margin: 0 auto;
}
.media-display__writeup {
  padding: 20px;
}
.media-display__writeup > h2 {
  margin-top: 0;
}
.media-display__video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.media-display__video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.media-display__poster {
  width: 100%;
}
.media-display__poster > img, .media-display__poster > a > img {
  width: 100%;
  height: auto;
}
.media-display__poster--wide {
  display: none;
}
@media (min-width: 640px) {
  .media-display__poster--wide {
    display: block;
  }
  .media-display__poster--narrow {
    display: none;
  }
}
.media-display__upcoming-webinars {
  padding: 20px;
}
.media-display__upcoming-webinar {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
  padding: 20px;
  margin-bottom: 20px;
}
.media-display__upcoming-webinar:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .media-display__upcoming-webinar {
    margin-right: 20px;
    width: 360px;
    float: left;
  }
}
@media (min-width: 1020px) {
  .media-display__upcoming-webinar {
    margin-right: 0;
    width: auto;
  }
}
@media (min-width: 640px) {
  .media-display {
    padding: 20px;
  }
  .media-display__content {
    padding: 20px;
  }
}
@media (min-width: 1020px) {
  .media-display__content {
    float: left;
    width: 66.6666%;
    box-sizing: border-box;
  }
  .media-display__writeup {
    float: right;
    width: 33.3333%;
    box-sizing: border-box;
  }
  .media-display--50.media-display .media-display__content {
    width: 50%;
  }
  .media-display--50.media-display .media-display__writeup {
    width: 50%;
  }
  .media-display--33.media-display .media-display__content {
    width: 33.3333%;
  }
  .media-display--33.media-display .media-display__writeup {
    width: 66.6666%;
  }
  .media-display--flipped.media-display .media-display__content {
    float: right;
  }
  .media-display--flipped.media-display .media-display__writeup {
    float: left;
  }
}

.ft-button {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 20px;
  padding: 8px 16px;
  background-color: #54587B;
  color: #FFFFFF;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.ft-button:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.ft-button--secondary {
  padding: 7px 15px;
  border: 1px solid #54587B;
  color: #54587B;
  background: transparent;
}
.ft-button--secondary:hover {
  color: #54587B;
  opacity: 0.8;
}

a.transaction {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  width: 218px;
  height: 286px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 40px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 11px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background: #FFF;
  cursor: pointer;
  position: relative;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
  color: #444;
  position: relative;
}
a.transaction::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}
a.transaction:hover {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
a.transaction:hover::after {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.card a.transaction {
  display: block;
  margin: 0 auto;
}
a.transaction .transaction__date {
  display: block;
  color: #888;
  text-align: center;
  height: 30px;
  background: rgba(0, 0, 0, 0.02);
  padding: 11px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-weight: 500;
}
a.transaction .transaction__singlelogo {
  display: block;
  height: 90px;
  width: 214px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.transaction .transaction__singlelogo img {
  margin: 0 auto;
  max-width: 125px;
}
a.transaction .transaction__doublelogo {
  display: block;
  height: 138px;
  width: 214px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.transaction .transaction__doublelogo p {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}
a.transaction .transaction__type-block {
  display: block;
  height: 48px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.transaction .transaction__dollar {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.transaction .transaction__desc {
  display: block;
  color: #666;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.transaction .transaction__ftp-advised {
  display: block;
  text-align: center;
  background: #CBCCD5;
  height: 24px;
  padding: 6px 0 0 0;
  width: 100%;
  color: #1d2250;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-item {
  margin-bottom: 24px;
}
.news-item:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.news-item__thumb > img, .news-item__thumb > a > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 0 0 24px;
}
.news-item__body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.news-item__body h4.ft-heading {
  line-height: 1.5em;
}
.news-item__body h4.ft-heading a {
  color: inherit;
}
@media (min-width: 520px) {
  .news-item__thumb {
    float: left;
    width: 150px;
  }
  .news-item__thumb > img, .news-item__thumb > a > img {
    margin: 0 auto;
  }
  .news-item__body {
    float: right;
    width: calc(100% - 174px);
  }
}

.subscribe-form {
  display: block;
  background-color: #FFF;
  padding: 24px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
}
.subscribe-form__email label, .subscribe-form__first-name label, .subscribe-form__last-name label, .subscribe-form__phone label, .subscribe-form__company label {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subscribe-form__email input, .subscribe-form__first-name input, .subscribe-form__last-name input, .subscribe-form__phone input, .subscribe-form__company input {
  font-size: 16px;
  line-height: 30px;
  display: block;
  width: 148px;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #DDD;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 4px;
}
.subscribe-form__first-name {
  float: left;
  width: calc(50% - 6px);
}
.subscribe-form__last-name {
  float: right;
  width: calc(50% - 6px);
}
.subscribe-form__company {
  float: left;
  width: calc(50% - 6px);
}
.subscribe-form__phone {
  float: right;
  width: calc(50% - 6px);
}
.subscribe-form__pair::after {
  display: table;
  content: "";
  width: 100%;
}
@media (max-width: 1000px) {
  .subscribe-form__recaptcha .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.subscribe-form .ft-button {
  display: block;
  border: none;
  height: 40px;
  margin-top: 24px;
}
.subscribe-form .ft-para {
  margin-top: 24px;
  margin-bottom: 0;
  clear: left;
  color: #444;
  display: block;
  line-height: 1.2em;
  font-size: 11px;
  opacity: 0.6;
}
.subscribe-form .error-msg {
  color: #C00;
}

.button-board {
  box-sizing: border-box;
  padding: 0 24px;
  max-width: 408px;
  margin: 24px auto;
}
.button-board__button {
  margin: 0 24px;
  overflow: hidden;
}
@media (min-width: 440px) {
  .button-board {
    padding: 0 40px;
    margin: 40px auto;
    max-width: 440px;
  }
  .button-board__button {
    margin: 40px 0;
  }
}
@media (min-width: 760px) {
  .button-board {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 40px auto 0;
  }
  .button-board__button {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 0;
  }
  .button-board__button:nth-of-type(2n+0) {
    margin-right: 0;
  }
}
@media (min-width: 1080px) {
  .button-board {
    max-width: 1224px;
  }
  .button-board__button {
    width: calc(33.33333% - 26.66666px);
  }
  .button-board__button:nth-of-type(2n+0) {
    margin-right: 40px;
  }
  .button-board__button:nth-of-type(3n+0) {
    margin-right: 0;
  }
}

.caption-title {
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 8px;
  line-height: 16px;
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #333;
  text-transform: uppercase;
  color: #FFF;
  background-color: #f3a82a;
}

.mailer-card-cap {
  display: block;
  position: relative;
  text-align: left;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.mailer-card-cap::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 40%;
}
.mailer-card-cap > span {
  width: 66%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 16px;
  box-sizing: border-box;
  font-family: Muli, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 17px;
}

a.mailer-card-cap {
  border-radius: 10px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
}
a.mailer-card-cap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}
a.mailer-card-cap:hover {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
a.mailer-card-cap:hover::after {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background: #FFF;
  padding: 16px 0;
}
.link-grid li {
  margin: 0;
  padding: 0;
  display: block;
  width: 33.3333%;
}
.link-grid li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  padding: 8px 16px;
  color: #54587B;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.link-grid li a:hover {
  color: #54587B;
  opacity: 0.8;
}

.transaction-grid {
  padding: 5px;
  width: auto !important;
  height: calc(40px + 100em) !important;
}
.transaction-grid__container {
  margin: 0 5px;
}
.new2 .transaction-grid {
  background-color: #f2f2f2;
}
@media (min-width: 910px) {
  .transaction-grid {
    height: calc(40px + 66.66666em) !important;
  }
}
@media (min-width: 1095px) {
  .transaction-grid {
    height: calc(40px + 75em) !important;
  }
}
@media (min-width: 1465px) {
  .transaction-grid {
    height: calc(40px + 33.33333em) !important;
  }
  .transaction-grid__container {
    margin: 0 35px;
  }
}
@media (min-width: 1855px) {
  .transaction-grid {
    height: calc(40px + 33.33333em) !important;
  }
}
.legacy .transaction-grid {
  font-size: 9.69px !important;
  height: 740px !important;
}
.transaction-grid__wrapper {
  background-color: #e8e8ed;
  position: relative;
}
.legacy .transaction-grid__wrapper {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}
.new2 .transaction-grid__wrapper {
  background: none;
  background-color: transparent;
}
.transaction-grid__controls {
  position: absolute;
  top: 13px;
  right: 5px;
  z-index: 9999;
  width: auto;
  display: block;
  height: 30px;
}
@media (min-width: 1465px) {
  .transaction-grid__controls {
    margin: 0 35px;
  }
}
.transaction-grid__controls a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-indent: -3000px;
  font-size: 1px;
  margin: 0 5px;
  cursor: pointer;
}
.transaction-grid__prev, .transaction-grid__pause, .transaction-grid__resume, .transaction-grid__next {
  background-size: 95px 15px;
  background-image: url("../images/base/controls-sharp.png");
  background-repeat: no-repeat;
}
.transaction-grid__prev.pressed, .transaction-grid__pause.pressed, .transaction-grid__resume.pressed, .transaction-grid__next.pressed {
  opacity: 0.5;
}
.transaction-grid__prev {
  background-position: 0 0;
}
.transaction-grid__pause {
  background-position: -26px 0;
}
.transaction-grid__resume {
  background-position: -53px 0;
}
.transaction-grid__next {
  background-position: -82px 0;
}
.transaction-grid__prev:active, .transaction-grid__next:active {
  opacity: 0.5;
}
.transaction-grid__group {
  box-sizing: border-box;
  width: auto !important;
  height: auto !important;
}
.transaction-grid__group::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.transaction-grid__group::before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.transaction-grid__group h4.ft-heading {
  margin: 12px 0 8px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 130px;
}
.transaction-grid__group ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100% !important;
  position: relative;
}
.transaction-grid__group ul::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.transaction-grid__group ul::before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.transaction-grid__group ul li {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  float: left;
  width: 37.5em !important;
  height: auto !important;
  min-height: 10px;
  padding: 5px;
}
@media (min-width: 910px) {
  .transaction-grid__group ul li {
    width: 25em !important;
  }
}
@media (min-width: 1095px) {
  .transaction-grid__group ul li {
    width: 18.75em !important;
  }
}
@media (min-width: 1465px) {
  .transaction-grid__group ul li {
    width: 12.5em !important;
  }
}
body.legacy .transaction-grid__group ul li {
  width: 18.75em !important;
}
.transaction-grid__group ul li a {
  display: block;
  position: relative;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
  color: #444;
  padding: 10px;
  overflow: hidden;
}
.new2 .transaction-grid__group ul li a {
  border-radius: 16px;
}
.transaction-grid__group ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}
.transaction-grid__group ul li a::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 12px solid #fff;
}
.transaction-grid__group ul li a:hover {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
.transaction-grid__group ul li a:hover::after {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.transaction-grid__group ul li a img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.home {
  padding: 5px;
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .home {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.home__main-column {
  flex: 1;
  padding: 5px;
}
.home__side-column {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media (min-width: 640px) {
  .home__side-column {
    max-width: 255px;
  }
  .new2 .home__side-column {
    border-left: 1px solid #ddd;
    max-width: 254px;
  }
}

.fintech-button {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #54587b;
  background-image: url(../images/base/subscribe-icon.svg);
  background-size: 36px 48px;
  background-position: right 6px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: 60px;
  float: left;
}
.fintech-button:hover {
  color: #fff;
  opacity: 0.9;
}
.legacy .fintech-button {
  padding: 0;
  display: block;
  box-sizing: content-box;
  width: 255px;
  height: 48px;
  overflow: hidden;
  background: url("../images/fintech-research-btnbg.png") 0 0 no-repeat;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-top: 7px;
}

.selected-announcements {
  margin-top: 10px;
  background-color: #e8e8ed;
  font-size: 12px;
  flex: 1;
  min-height: 200px;
  padding: 0 5px;
  overflow: hidden;
}
.selected-announcements h4.ft-heading {
  margin: 12px 0 13px;
  line-height: 20px;
  padding-left: 5px;
}
.legacy .selected-announcements {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}
.new2 .selected-announcements {
  background: none;
  background-color: transparent;
}
.new2 .selected-announcements {
  min-height: 150px;
}
.selected-announcements__content {
  padding: 100px 5px 0;
}
.selected-announcements div.autoScroller-container {
  min-height: 150px;
  height: 90%;
  overflow: auto;
  margin-left: 2px;
}

.see-awards {
  background-color: #e8e8ed;
}
.legacy .see-awards {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}
.new2 .see-awards {
  background: none;
  background-color: transparent;
}
.see-awards a {
  margin: 0 auto;
  box-sizing: border-box;
  width: 255px;
  height: auto;
  display: block;
  background: url("../images/awards/awards2019.png") no-repeat;
  background-position: 3px 7px;
  padding: 117px 0px 17px 153px;
  font-size: 12px;
  font-weight: bold;
  color: #1c2250;
}

.cover-stories {
  margin-top: 10px;
  background-color: #e8e8ed;
  overflow: hidden;
  padding: 0 5px;
}
.legacy .cover-stories {
  background: url(../images/rtcol_gradient.png) repeat-x #e8e8ed;
}
.new2 .cover-stories {
  background: none;
  background-color: transparent;
}
.cover-stories h4.ft-heading {
  margin: 12px 0 13px;
  line-height: 20px;
  padding-left: 5px;
}
.cover-stories__content {
  width: 180px;
  height: 240px;
  margin: 0px auto;
}
.cover-stories__content img {
  width: 180px;
  height: 240px;
}
.cover-stories__controls {
  text-align: center;
  padding: 10px 0;
}
.cover-stories__previous, .cover-stories__next {
  background-image: url("../images/base/controls-sharp.png");
  background-repeat: no-repeat;
  background-size: 95px 15px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-indent: -3000px;
  font-size: 1px;
  margin: 0 5px;
  cursor: pointer;
}
.cover-stories__previous:active, .cover-stories__next:active {
  opacity: 0.5;
}
.cover-stories__previous {
  background-position: 0 0;
}
.cover-stories__next {
  background-position: -82px 0;
}

.about-panel {
  margin: 20px 40px 40px;
}
@media (max-width: 1366px) {
  .about-panel {
    margin: 10px;
    padding-bottom: 1px;
  }
  .about-panel h1.ft-heading {
    font-size: 17px;
    line-height: 1.15em;
    margin: 0 0 0.5em;
  }
  .about-panel p.ft-para {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 0 1.3em;
  }
}

.home-hero {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  position: relative;
}
.home-hero__content {
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 60px);
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 20px;
}
@media (min-width: 800px) {
  .home-hero__content {
    left: 33%;
  }
}
@media (min-width: 1000px) {
  .home-hero__content {
    left: 25%;
  }
}
.home-hero__content .ft-para,
.home-hero__content .ft-heading {
  color: #fff;
}
.home-hero__content-button {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background-color: transparent;
}

.new-home-hero.swiper-container {
  width: 100%;
  height: 50vw;
  min-height: 450px;
  max-height: calc(100vh - 322px);
}
.new-home-hero.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
}
.new-home-hero.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: block;
  width: 40px;
  height: 44px;
  margin-top: -22px;
}
@media (max-width: 640px) {
  .swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 30px;
  }
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  content: "";
  background-image: url(../images/base/arrows.svg);
  display: block;
  margin-left: 11px;
  width: 18px;
  height: 44px;
  opacity: 0.4;
}
@media (max-width: 640px) {
  .swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
    margin-left: 8px;
    width: 14px;
  }
}
.swiper-container .swiper-button-next:hover::after,
.swiper-container .swiper-button-prev:hover::after {
  opacity: 0.65;
}
.swiper-container .swiper-button-next {
  right: 3%;
  margin-right: -20px;
  color: #ccc;
}
.swiper-container .swiper-button-next::after {
  background-position: 100% 50%;
}
@media (max-width: 640px) {
  .swiper-container .swiper-button-next {
    margin-right: -15px;
    right: 3%;
  }
}
.swiper-container .swiper-button-prev {
  left: 3%;
  margin-left: -20px;
  color: #ccc;
}
.swiper-container .swiper-button-prev::after {
  background-position: 0 50%;
}
@media (max-width: 640px) {
  .swiper-container .swiper-button-prev {
    margin-left: -15px;
    left: 3%;
  }
}

.transaction-panel {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.transaction-panel::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.transaction-panel::before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}

.transaction-panel__item {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  min-height: 10px;
  padding: 5px;
}
@media (min-width: 640px) {
  .transaction-panel__item {
    width: 33.33333%;
  }
}
@media (min-width: 800px) {
  .transaction-panel__item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .transaction-panel__item {
    width: 16.66666%;
  }
}
@media (min-width: 1800px) {
  .transaction-panel__item {
    width: 16.66666%;
    padding: calc(8.33333% - 115px);
  }
}

.trnsactn,
.transaction-panel__card {
  display: block;
  position: relative;
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
  color: #444;
  padding: 10px;
  overflow: hidden;
}
.new2 .trnsactn,
.new2 .transaction-panel__card {
  border-radius: 16px;
}
.trnsactn::after,
.transaction-panel__card::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}
.trnsactn::before,
.transaction-panel__card::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 12px solid #fff;
}
.trnsactn:hover,
.transaction-panel__card:hover {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
.trnsactn:hover::after,
.transaction-panel__card:hover::after {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.trnsactn img,
.transaction-panel__card img {
  display: block;
  width: 100%;
  height: auto;
}

.trnsactn--clip-wide-border::before {
  border: 16px solid #fff;
}

.new-home-transaction-panel h3.ft-heading {
  margin: 0;
  margin-left: 6%;
  padding-bottom: 8px;
  margin-right: calc(6% + 130px);
  color: #666;
  line-height: 20px;
  font-size: 20px;
  min-height: 40px;
  padding-top: 30px;
}
@media (max-width: 800px) {
  .new-home-transaction-panel h3.ft-heading {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .new-home-transaction-panel h3.ft-heading {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .new-home-transaction-panel h3.ft-heading {
    font-size: 12px;
  }
}
.new-home-transaction-panel .swiper-slide {
  padding: 0 6% 80px;
  box-sizing: border-box;
}
.new-home-transaction-panel .swiper-wrapper {
  height: auto !important;
}
.new-home-transaction-panel.swiper-container-cube {
  overflow: hidden;
}
.new-home-transaction-panel.swiper-container-cube .swiper-cube-shadow {
  opacity: 0.1;
}
.new-home-transaction-panel > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 48px;
}
.new-home-transaction-panel .swiper-pagination-bullet-active {
  background-color: #000;
}
.new-home-transaction-panel__controls {
  position: absolute;
  top: 24px;
  right: 6%;
  overflow: hidden;
  height: 32px;
}
.new-home-transaction-panel__controls button {
  background-color: transparent;
  border: none;
  display: block;
  float: left;
  padding: 10px 8px;
  cursor: pointer;
  color: #888;
}
.new-home-transaction-panel__controls button > svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 480px) {
  .new-home-transaction-panel__controls button > svg {
    width: 12px;
    height: 12px;
  }
}
.new-home-transaction-panel__controls button:focus {
  outline: none;
}
.new-home-transaction-panel__controls button.pressed {
  opacity: 0.5;
}

.library-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 10px;
}
.library-table th, .library-table td {
  padding: 2px;
  border: 1px solid #DDD;
}
.library-table th {
  text-align: left;
  background-color: #999;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-panel {
  position: relative;
  max-width: 1600px;
  padding: 0 16px;
  margin: 0 auto;
}
.logo-panel::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.logo-panel::before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.logo-panel__item {
  display: block;
  box-sizing: border-box;
  float: left;
  padding: 8px;
  width: 50%;
}
@media (min-width: 640px) {
  .logo-panel__item {
    width: 33.33333%;
  }
}
@media (min-width: 800px) {
  .logo-panel__item {
    width: 25%;
  }
}
@media (min-width: 1080px) {
  .logo-panel__item {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .logo-panel {
    padding: 0 32px;
  }
}
@media (min-width: 1080px) {
  .logo-panel {
    padding: 0 calc(10% - 94px);
  }
}
.logo-panel__inner {
  display: block;
  color: #000;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  width: auto;
  height: 100px;
  padding-top: 75px;
  max-width: 200px;
  margin: 0 auto;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .logo-panel__inner {
    font-size: 14px;
  }
}
.logo-panel__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}
.logo-panel__inner:hover {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
.logo-panel__inner:hover::after {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.logo-panel__logo {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.new-team {
  max-width: 800px;
  padding: 0 24px;
  margin: 0 auto;
}
.new-team__member {
  position: relative;
}
.new-team__avatar {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #ccc;
  background-color: #1c2150;
}
.new-team__avatar > img {
  width: 84px;
  height: 84px;
  border-radius: 42px;
  margin: 8px;
}
.new-team__copy {
  padding-left: 0;
  padding-top: 24px;
}
.new-team__copy h3.ft-heading {
  margin-bottom: 0;
  font-size: 24px;
  color: #222;
}
.new-team__copy h4.ft-heading {
  font-size: 16px;
  margin-top: 0;
  color: #999;
  font-weight: 400;
  margin-bottom: 12px;
}
.new-team__copy p.ft-para {
  margin-top: 12px;
  color: #555;
}
@media (min-width: 480px) {
  .new-team {
    padding: 0 40px;
  }
  .new-team__avatar {
    position: absolute;
    top: 24px;
    left: 0;
  }
  .new-team__copy {
    padding-left: 124px;
  }
}

.modal {
  z-index: 5;
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__inner {
  padding: 40px;
  margin: 5vh 24px;
  max-width: 700px;
  background-color: #FFF;
  border-radius: 16px;
}
@media (min-width: 780px) {
  .modal__inner {
    margin: 15vh auto;
  }
}

/*# sourceMappingURL=ftpartners.css.map */
