/*
    Theme Name: ReX
    Theme URI: http://www.tauri-tec.com
    Description: Custom theme for Research Exchange
    Author: Tauri-Tec Ltd
    Author URI: http://www.tauri-tec.com
*/
@font-face {
  font-family: 'Freight';
  src: url('css/fonts/FreightText.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightSans';
  src: url('css/fonts/FreightSansProBook-Regular.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightSans';
  src: url('css/fonts/FreightSansProSemibold-Regular.woff');
  font-weight: bold;
  font-style: normal;
}
/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 0.0625em dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: orange;
  color: white;
}
::-moz-selection {
  background: orange;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62);
}
/*
    bootstrap nomenclature
*/
.container {
  width: 19.625em;
  margin: auto;
}
.row {
  clear: both;
  margin: 0 -0.1875em 0 -0.1875em;
}
.col {
  margin: 0 0.1875em 0 0.1875em;
  float: left;
}
.col-sm-1 {
  width: 4.625em;
}
.col-sm-2 {
  width: 9.625em;
}
.col-sm-3 {
  width: 14.625em;
}
.col-sm-4 {
  width: 19.625em;
}
.offset-sm-0 {
  margin-left: 0.1875em;
}
.offset-sm-1 {
  margin-left: 5.1875em;
}
.offset-sm-2 {
  margin-left: 10.1875em;
}
.offset-sm-3 {
  margin-left: 15.1875em;
}
.offset-sm-4 {
  margin-left: 20.1875em;
}
.hidden-sm {
  display: none;
}
@media screen and (min-width: 44.625em) {
  .container {
    width: 44.625em;
  }
  .col-md-half {
    width: 1.9375em;
  }
  .col-md-1 {
    width: 4.625em;
  }
  .col-md-2 {
    width: 9.625em;
  }
  .col-md-3 {
    width: 14.625em;
  }
  .col-md-4 {
    width: 19.625em;
  }
  .col-md-4-half {
    width: 21.9375em;
  }
  .col-md-5 {
    width: 24.625em;
  }
  .col-md-6 {
    width: 29.625em;
  }
  .col-md-7 {
    width: 34.625em;
  }
  .col-md-8 {
    width: 39.625em;
  }
  .col-md-9 {
    width: 44.625em;
  }
  .offset-md-0 {
    margin-left: 0.1875em;
  }
  .offset-md-half {
    margin-left: 2.59375em;
  }
  .offset-md-1 {
    margin-left: 5.1875em;
  }
  .offset-md-2 {
    margin-left: 10.1875em;
  }
  .offset-md-3 {
    margin-left: 15.1875em;
  }
  .offset-md-4 {
    margin-left: 20.1875em;
  }
  .offset-md-5 {
    margin-left: 25.1875em;
  }
  .offset-md-6 {
    margin-left: 30.1875em;
  }
  .offset-md-7 {
    margin-left: 35.1875em;
  }
  .offset-md-8 {
    margin-left: 40.1875em;
  }
  .offset-md-9 {
    margin-left: 45.1875em;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 59.625em) {
  .container {
    width: 59.625em;
  }
  .col-lg-half {
    width: 1.9375em;
  }
  .col-lg-1 {
    width: 4.625em;
  }
  .col-lg-2 {
    width: 9.625em;
  }
  .col-lg-3 {
    width: 14.625em;
  }
  .col-lg-4 {
    width: 19.625em;
  }
  .col-lg-5 {
    width: 24.625em;
  }
  .col-lg-5-half {
    width: 26.9375em;
  }
  .col-lg-6 {
    width: 29.625em;
  }
  .col-lg-7 {
    width: 34.625em;
  }
  .col-lg-8 {
    width: 39.625em;
  }
  .col-lg-9 {
    width: 44.625em;
  }
  .col-lg-10 {
    width: 49.625em;
  }
  .col-lg-11 {
    width: 54.625em;
  }
  .col-lg-12 {
    width: 59.625em;
  }
  .offset-lg-0 {
    margin-left: 0.1875em;
  }
  .offset-lg-half {
    margin-left: 2.59375em;
  }
  .offset-lg-1 {
    margin-left: 5.1875em;
  }
  .offset-lg-2 {
    margin-left: 10.1875em;
  }
  .offset-lg-3 {
    margin-left: 15.1875em;
  }
  .offset-lg-4 {
    margin-left: 20.1875em;
  }
  .offset-lg-5 {
    margin-left: 25.1875em;
  }
  .offset-lg-6 {
    margin-left: 30.1875em;
  }
  .offset-lg-7 {
    margin-left: 35.1875em;
  }
  .offset-lg-8 {
    margin-left: 40.1875em;
  }
  .offset-lg-9 {
    margin-left: 45.1875em;
  }
  .offset-lg-10 {
    margin-left: 50.1875em;
  }
  .offset-lg-11 {
    margin-left: 55.1875em;
  }
  .offset-lg-12 {
    margin-left: 60.1875em;
  }
  .hidden-sm,
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
@-webkit-keyframes mymove {
  from {
    bottom: 90px;
  }
  to {
    bottom: 40px;
  }
}
@-moz-keyframes mymove {
  from {
    bottom: 90px;
  }
  to {
    bottom: 40px;
  }
}
/* Standard syntax */
@keyframes mymove {
  from {
    bottom: 90px;
  }
  to {
    bottom: 40px;
  }
}
html,
body {
  font-family: FreightSans, sans-serif;
  background-color: #262626;
  color: #ccc;
}
h1,
h2,
h3,
h4 {
  font-family: Freight, serif;
  margin-bottom: 20px;
  font-weight: normal;
  color: #ff9500;
}
h2 {
  font-size: 206%;
}
h2.title {
  margin: 0;
}
h2.title a {
  color: #fff;
}
h2.title a:hover {
  color: #ff9500;
}
p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #ff9500;
}
.no_touch a:hover {
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.highlight {
  color: #ff9500;
  font-weight: bold;
}
.float_right {
  float: right;
}
#hd {
  background-color: #262626;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #333;
  margin: 0;
  z-index: 10;
}
#hd #logo {
  height: 1.5em;
  width: auto;
  float: left;
  margin: 0.625em 0 0.375em 0;
}
#hd #logo img {
  height: 100%;
  width: auto;
}
#hd #nav {
  display: none;
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
  position: relative;
}
#hd #nav li {
  list-style-type: none;
  text-align: left;
}
#hd #nav li a {
  padding: 0.5em 0 0.5em 0;
  display: block;
  width: 100%;
  color: #fff;
}
#hd #nav li a.current_page_item {
  color: #ff9500;
}
#hd #nav li.current_page_item a,
#hd #nav li.current_page_parent a,
#hd #nav li.current_page_ancestor a {
  color: #ff9500;
}
#hd #nav .children {
  opacity: 0;
  background-color: #262626;
  position: absolute;
  top: 100%;
  width: auto;
  transition: opacity 0.2s ease-in, display 0.2s ease-in;
}
#hd #nav .children li:first-child {
  margin-top: 39px;
}
#hd #nav .children a {
  box-sizing: border-box;
  padding: 12px 18px 12px 18px;
  width: 100%;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  background: none !important;
}
#hd .toc_trigger {
  float: right;
  cursor: pointer;
  margin: 0.625em 0 0.375em 0;
  height: 1.875em;
  width: 1.875em;
}
#hd .toc_trigger .bar {
  background-color: #ff9500;
  height: 0.375em;
  margin-bottom: 0.25em;
}
#subnav {
  display: none;
}
#bd {
  padding-top: 5.4375em;
}
#bd ul li {
  padding-left: 20px;
  list-style-type: none;
  background-image: url(img/arrow0.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: left 4px;
  margin-bottom: 4px;
}
#bd ul li.no_bullet {
  background: none;
  padding-left: 0;
}
#bd ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}
#bd #banner {
  height: 11.25em;
  /*background-image: url(http://rsrchxchange.com/wp-content/themes/researchexchange/img/banner.jpg);*/

  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  z-index: 1;
}
#bd #banner .row {
  border: none;
}
#bd #banner h1 {
  font-size: 2.25em;
}
#bd #banner .container {
  position: relative;
  overflow: visible;
  height: 100%;
  padding: 0;
}
#bd #banner .slide,
#bd #banner .maze {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center 0;
  background-color: transparent;
}
#bd #banner .slide:first-child,
#bd #banner .maze:first-child {
  display: block;
}
#bd #banner .slide .maze,
#bd #banner .maze .maze {
  background-size: auto 160%;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 280px;
  margin-left: -280px;
  z-index: 1;
}
#bd #banner .slide.slide_3 .maze,
#bd #banner .maze.slide_3 .maze {
  background-size: auto 110%;
  background-position: 0 -10%;
}
#bd #banner .slide.slide_1 .maze,
#bd #banner .maze.slide_1 .maze,
#bd #banner .slide.slide_2 .maze,
#bd #banner .maze.slide_2 .maze {
  background-size: auto 190%;
  padding-left: 380px;
  margin-left: -380px;
}
#bd #banner .slide.slide_1 h1,
#bd #banner .maze.slide_1 h1,
#bd #banner .slide.slide_2 h1,
#bd #banner .maze.slide_2 h1 {
  padding-left: 160px;
}
#bd #banner .slide.slide_3 .maze,
#bd #banner .maze.slide_3 .maze {
  background-size: auto 110%;
  padding-left: 240px;
  margin-left: -240px;
  background-position: 8% 160%;
}
#bd #banner .slide.slide_0 .maze,
#bd #banner .maze.slide_0 .maze {
  background-size: auto 220%;
  padding-left: 480px;
  margin-left: -480px;
}
#bd #banner .slide .row,
#bd #banner .maze .row {
  height: 100%;
  padding: 0;
}
#bd #banner .slide .row .col,
#bd #banner .maze .row .col {
  height: 180px;
  line-height: 180px;
}
#bd #banner .slide .row .col h1,
#bd #banner .maze .row .col h1 {
  z-index: 2;
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#bd .container {
  padding: 1.25em 0 1.25em 0;
}
#bd .row {
  padding: 1.25em 0 1.25em 0;
  border-bottom: 2px solid #ff9500;
}
#bd .row:last-child {
  border: none;
}
#bd .row.no_border {
  border: none;
  padding-bottom: 0;
  text-align: center;
}
#bd .row.info_blocks {
  padding-bottom: 0;
}
#bd .row.info_blocks h1 {
  color: #fff;
  text-align: center;
  margin-top: 0.9375em;
}
#bd .row.info_blocks .hideme {
  overflow: hidden;
}
#bd .special_hr {
  border: none;
  border-bottom: 2px solid #ff9500;
  margin-bottom: 0;
}
#bd .posts {
  width: 19.625em;
}
#bd .posts .post {
  border: 1px solid #eee;
  margin-bottom: 2.5em;
  padding: 1.25em;
  background-color: #dedede;
  color: #333;
}
#bd .posts .post a {
  color: #ff9500;
}
.no_touch #bd .posts .post a:hover {
  color: #666;
}
#bd .posts .post .meta {
  font-size: 75%;
  color: #666;
  margin-bottom: 1.5em;
  margin-top: -1.5em;
}
#bd .posts .post .meta a {
  color: #666;
}
.no_touch #bd .posts .post .meta a:hover {
  color: #ff9500;
}
#bd .posts .post img {
  max-width: 100%;
  height: auto;
}
#bd .posts .post .social {
  margin-left: 0;
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top: 2.25em;
}
#bd .posts .post .social li {
  list-style-type: none;
  width: 23.5%;
  float: left;
  margin: 0 2% 0.5em 0;
  padding: 0;
  background: none;
}
#bd .posts .post .social li:last-child {
  margin-right: 0;
}
#bd .posts .post .social li a {
  width: 100%;
  padding: 0.25em 0.5em 0.25em 0.5em;
  box-sizing: border-box;
  background-color: #ccc;
  color: #fff;
  display: block;
  font-size: 12px;
  border-radius: 4px;
}
.no_touch #bd .posts .post .social li a:hover {
  background-color: #ff9500;
  color: #fff;
}
#bd .sidebar {
  width: 19.625em;
  padding: 1.25em;
  background-color: #eee;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #666;
}
#bd .sidebar hr {
  border: none;
  border-top: 1px solid #222;
  margin: 2.5em 0 2.5em 0;
}
#bd .sidebar ul {
  margin: 0;
  padding: 0;
}
#bd .sidebar ul li {
  list-style-type: none;
  margin-bottom: 0.25em;
  font-weight: bold;
}
#bd .sidebar ul li ul {
  margin-left: 1.125em;
  margin-top: 0.5em;
}
#bd .sidebar ul li ul li {
  list-style-type: disc;
  font-weight: normal;
  background: none;
  padding: 0;
}
#bd #paginate {
  float: right;
  margin-bottom: 2.5em;
}
#bd #paginate .page-numbers {
  margin-left: 0.375em;
  width: 0.75em;
  height: 1.5em;
  display: block;
  float: left;
  background-color: #ccc;
  color: #fff;
  box-sizing: border-box;
  padding: 0px 10px 6px 10px;
  text-align: center;
  font-weight: 600;
}
#bd #paginate .page-numbers a {
  color: #fff;
}
#bd #paginate .page-numbers.prev,
#bd #paginate .page-numbers.next {
  background-color: #aaa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  width: 1.5em;
}
#bd #paginate .page-numbers.prev {
  background-image: url(img/arrow2.svg);
}
#bd #paginate .page-numbers.next {
  background-image: url(img/arrow1.svg);
}
#bd #paginate .page-numbers:hover {
  background-color: #333;
}
#bd #paginate .page-numbers.current {
  background-color: #ff9500;
  width: 1.5em;
}
#bd #paginate .page-numbersspan.prev {
  float: left;
}
#bd .info_block {
  margin-bottom: 1.25em;
}
#bd .info_block:nth-of-type(3) {
  border-bottom: 2px solid #ff9500;
  margin-bottom: 0;
}
#bd .info_block h2 {
  font-size: 32px;
  background-image: url(img/info_blocks.svg);
  background-size: auto 26px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 42px;
  margin-right: 30px;
  margin-top: 0;
}
#bd .info_block p {
  margin-bottom: 4px;
  margin-right: 30px;
  color: #999;
}
#bd .info_block p:last-child {
  margin-bottom: 1.875em;
}
.no_touch #bd .info_block:hover p {
  color: #fff;
}
#bd .info_block.advisor h2 {
  background: none;
  padding-left: 0;
}
#bd .info_block.advisor h2 img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
#bd .info_block.advisor p {
  clear: both;
  color: #ccc;
}
.no_touch #bd .info_block.advisor:hover p {
  color: #ccc;
}
#bd .info_block.footer a {
  display: block;
  width: 100%;
  background-color: #333;
  padding: 12px;
  box-sizing: border-box;
}
.no_touch #bd .info_block.footer a:hover,
.no_touch #bd .info_block.footer a.current {
  background-color: #555;
}
#bd .info_block.footer a h2 {
  margin: 0;
}
#bd .info_blocks .how .info_block:nth-of-type(1) h2 {
  background-image: url(img/icon_find.svg);
}
#bd .info_blocks .how .info_block:nth-of-type(2) h2 {
  background-image: url(img/icon_search.svg);
}
#bd .info_blocks .how .info_block:nth-of-type(3) h2 {
  background-image: url(img/icon_purchase.svg);
}
#bd .info_blocks .unique .info_block:nth-of-type(1) h2 {
  background-size: 32px auto;
  background-image: url(img/icon_library.svg);
}
#bd .info_blocks .unique .info_block:nth-of-type(2) h2 {
  background-image: url(img/icon_transparent.svg);
}
#bd .info_blocks .unique .info_block:nth-of-type(3) {
  border: none;
}
#bd .info_blocks .unique .info_block:nth-of-type(3) h2 {
  background-image: url(img/icon_manage.svg);
}
#bd .buzzwords h2 {
  margin: 0.625em 0 0.625em 0;
}
#bd .buzzwords .splitter h2 {
  color: #ccc;
}
#bd .image_block {
  padding: 0 30px 0 30px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#bd .image_block.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
#bd .image_block .row {
  padding: 0;
  height: 320px;
}
#bd .image_block .row .col {
  height: 320px;
  line-height: 320px;
}
#bd .image_block .row .col h1 {
  color: #fff;
  font-size: 53px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#bd .image_block .row .col p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  float: none;
}
#bd .image_block .row .col p:last-child {
  margin: 0;
}
#bd .client_subpage ul {
  font-size: 18px;
  margin-top: 60px;
}
#bd .client_subpage .image_block {
  background-position: left center;
}
#bd .client_subpage .parallax {
  position: relative;
}
#bd .client_subpage .parallax.bottom {
  background-position: center bottom;
}
#bd .client_subpage .parallax.bottom .maze {
  background-size: auto 160% ;
  background-position: -90% 41%;
}
#bd .client_subpage .parallax .maze {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: auto 140% ;
  background-position: -40% center;
  background-repeat: no-repeat;
}
#bd .client_subpage .parallax .maze.offset {
  background-size: auto 180%;
  background-position: -86% 43%;
}
#bd .client_subpage .parallax .row {
  position: relative;
  z-index: 1;
}
#bd .bios .bio {
  margin-bottom: 1.25em;
}
#bd .bios .bio h3 {
  font-size: 20px;
}
#bd .bios .bio p {
  color: #999;
}
.no_touch #bd .bios .bio:hover p {
  color: #fff;
}
#bd .bios .bio.about p {
  color: #ccc;
}
.no_touch #bd .bios .bio.about:hover p {
  color: #ccc;
}
#bd .home_content h1 {
  margin-bottom: 60px;
  font-size: 32px !important;
  margin-top: 60px;
}
#bd .home_content h2 {
  font-size: 22px !important;
}
#bd .home_content p {
  font-family: Freight;
  font-size: 28px;
  color: #ccc;
  width: 90%;
  float: left;
  margin-bottom: 60px;
}
#bd.home .home_content p:nth-child(1),
#bd .client_subpage .home_content p:nth-child(1) {
  margin-top: 60px;
  margin-bottom: 10px;
}
#bd.home .home_content p:nth-child(2),
#bd .client_subpage .home_content p:nth-child(2),
#bd.home .home_content p:nth-child(3),
#bd .client_subpage .home_content p:nth-child(3),
#bd.home .home_content p:nth-child(4),
#bd .client_subpage .home_content p:nth-child(4) {
  color: #ff9500;
  font-family: FreightSans, sans-serif;
  font-size: 20px;
}
#bd #main.client_subpage .info_block {
  border: none;
}
#bd #main.client_subpage ul {
  margin-bottom: 1.25em;
}
#bd #main.client_subpage .big_link {
  padding-bottom: 0.625em;
}
#bd #main.client_subpage h1 {
  padding: 2.5em 0 2.5em 1.25em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(img/circle.png);
  margin-bottom: 1.875em;
}
#bd #main.client_subpage h1.circle {
  background-image: url(img/circle2.png);
}
#bd #main.client_subpage h1.square {
  background-image: url(img/square.png);
}
#bd #main.client_subpage h1.house {
  background-image: url(img/house_maze.png);
  padding-top: 3.5em;
  padding-bottom: 1.5em;
}
#bd #main.client_subpage h1.exclamation {
  padding-left: 4em;
  background-image: url(img/exclamation_maze.png);
}
#bd #main.client_subpage h1.heart {
  background-image: url(img/heart_maze.png);
}
#bd #main.client_subpage h1.speech {
  background-image: url(img/screenshot_fundman.png);
  background-position: center bottom;
  padding: 1.25em 0 8.75em 0;
  background-size: 90% auto;
}
#bd #main.client_subpage h1.speech2 {
  background-image: url(img/screenshot_provider.png);
  background-position: center bottom;
  padding: 1.25em 0 8.75em 0 !important;
  background-size: 90% auto;
}
#bd #main.client_subpage h1.speech3 {
  background-image: url(img/screenshot_firm.png);
  background-position: right bottom !important;
  padding: 1.25em 0 8.75em 0 !important;
  background-size: 90% auto;
  margin-bottom: 20px;
}
#bd #main.client_subpage .right_col h1 {
  text-align: right;
  padding: 2.5em 1.25em 2.5em 0;
  background-position: right center;
}
#bd #main.client_subpage .right_col h1.exclamation {
  padding-right: 4em;
}
#bd #main.client_subpage .image_block {
  margin-bottom: 1.875em;
}
#bd #main.client_subpage .image_block h1 {
  padding: 0;
  margin-top: 1.875em;
  background: none;
}
#bd #main.client_subpage .image_block p {
  margin-top: 1.875em;
}
#ft ul li {
  background: none;
  padding-left: 0;
}
#ft #trigger {
  cursor: pointer;
}
#ft #contact {
  display: none;
}
#ft #contact label {
  margin-bottom: 2px;
}
#ft #contact textarea {
  border: none;
  border-radius: 3px;
  padding: 10px;
  background-color: #ccc;
  width: 100%;
}
#ft #contact input[type=submit] {
  border: none;
  border-radius: 3px;
  padding: 10px;
  background-color: #ccc;
}
#ft #contact input[type=submit]:hover {
  background-color: #ff9500;
}
#ft #contact .cntctfrm_error_text {
  color: #ff3333;
  margin-bottom: 2px;
}
#ft .row {
  padding: 1.25em 0 1.25em 0;
  border-top: 2px solid #ff9500;
}
#ft a {
  color: #ccc;
}
.no_touch #ft a:hover {
  color: #ff9500;
}
#ft li {
  list-style-type: none;
  font-size: 75%;
  color: #ccc;
  margin-bottom: 0.5em;
}
#ft h1 {
  font-size: 320%;
  color: #fff;
  background-image: url(img/mail.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
#ft h1 a {
  color: #fff;
}
#ft h3 {
  margin-top: 30px;
}
#ft h3 a {
  color: #ff9500;
}
#ft p a {
  font-family: Freight, serif;
  font-size: 125%;
}
#ft p.date {
  font-size: 12px;
  color: #ccc;
  margin: -0.9375em 0 0.9375em 0;
}
#ft .footer_post {
  display: none;
}
#ft .footer_post.post_1 {
  display: block;
}
#ft .footer_cycle {
  cursor: pointer;
  margin-left: 4px;
  font-size: 120%;
  opacity: 0.3;
}
#ft .footer_cycle img {
  width: 12px;
  height: 12px;
}
#ft .footer_cycle:hover {
  opacity: 1;
  color: #ff9500;
}
#cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff9500;
  padding: 10px 0 10px 0;
  z-index: 1000000;
}
#cookies p {
  font-size: 92%;
  color: #333;
  margin-bottom: 0;
}
#cookies a {
  color: #fff;
}
#cookies .cross {
  float: right;
  cursor: pointer;
  color: #fff;
}
#bouncy {
  background-image: url(img/scrollme.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.6;
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 100;
}
iframe {
  height: 179px;
  margin-bottom: 2.5em !important;
}
.posrel {
  position: relative;
}
.clickblock {
  cursor: pointer;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  bottom: 0;
}
.clickblock.dead {
  background-color: rgba(32, 32, 32, 0.8);
  text-align: center;
}
.clickblock.dead p {
  color: #fff;
  font-size: 144%;
  margin-top: 24%;
}
#magic_bar {
  background-color: #ff9500;
  padding: 18px 0 18px 0;
  color: #333;
}
#magic_bar .col {
  position: relative;
}
#magic_bar .col .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 128%;
  cursor: pointer;
}
#magic_bar form {
  display: none;
}
#magic_bar p {
  margin: 0;
}
#magic_bar a {
  color: #ff9500;
  background-color: #262626;
  padding: 4px 18px 4px 18px;
  border-radius: 20px;
  transition: background-color 0.2s linear;
}
#magic_bar a:hover {
  background-color: #fff;
  color: #262626;
}
.modalTrigger {
  cursor: pointer;
}
.big_link {
  padding: 1.25em 0 1.25em 0;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: -16px;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
}
#overlay.off {
  display: none;
}
#overlay.on {
  display: block;
}
#overlay .container,
#overlay .row {
  height: 100vh;
}
#overlay .col {
  box-sizing: border-box;
}
#overlay #modal {
  background-color: #fefefe;
  box-shadow: 0 0 5px #000;
  padding: 18px;
  margin-top: 20px;
  position: relative;
  opacity: 0.9;
  color: #333;
}
#overlay #modal label {
  color: #333;
}
#overlay #modal h1 {
  border-bottom: 1px solid #999;
}
#overlay #modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ff9500;
}
#overlay #modal div {
  max-width: 100%;
}
#overlay #modal textarea {
  resize: none;
  border: 1px solid #999;
  padding: 8px;
  font-size: 128%;
  width: 100%;
  box-sizing: border-box;
}
#overlay #modal .cntctfrm_error_text {
  color: #8b0701;
}
#overlay #modal input {
  width: 100%;
  margin: 0 0 12px 0;
  border: 1px solid #999;
  padding: 8px;
  font-size: 128%;
  box-sizing: border-box;
}
#overlay #modal input[type=submit] {
  background: none;
  border: none;
  background-color: #ff9500;
  color: #fff;
  padding: 8px;
}
#overlay #modal input[type=submit]:hover {
  background-color: #333;
}
#counters {
  text-align: center;
}
#counters h1 {
  color: #fff;
  font-size: 26px;
  margin: 0.5em 0 0.5em 0;
}
#counters h1 span span {
  color: #262626;
  background-color: #ff9500;
  border-radius: 4px;
  margin-left: 2px;
  font-family: FreightSans, sans-serif;
  width: 24px;
  text-align: center;
  display: inline-block;
  margin-top: 0.5em;
}
#slideshow {
  background-image: url(img/lappy.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#slideshow p {
  text-align: center;
  display: none;
  position: relative;
  z-index: 1;
}
#slideshow p:first-of-type {
  display: block;
}
#slideshow .ctrls {
  position: relative;
  z-index: 2;
}
#slideshow .ctrls a {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 36px;
  opacity: 0.3;
  width: 24px;
  height: 24px;
}
#slideshow .ctrls a.next {
  right: 0;
  left: auto;
}
#slideshow .ctrls a:hover {
  opacity: 1;
}
.splash {
  height: 90vh;
  background-size: cover;
  background-position: left top;
  overflow: hidden;
  position: relative;
}
.splash .container,
.splash .row {
  height: 100%;
}
.splash h1,
.splash h2 {
  margin-left: 8px;
  margin-right: 8px;
  background: none !important;
  padding: 0 !important;
}
.splash h1 {
  margin-top: 40px;
  font-size: 48px !important;
}
.splash h2 {
  color: #fff;
}
h1.title {
  color: #fff;
}
p.title {
  font-size: 206%;
  font-family: Freight, serif;
}
.instruction {
  position: relative;
  top: -1em;
  font-size: 0.75em;
}
#mifid {
  background-color: #dedede;
  color: #333;
  text-align: left;
}
#mifid tr > :nth-child(1) {
  width: 10%;
}
#mifid tr > :nth-child(2),
#mifid tr > :nth-child(3) {
  width: 45%;
}
#mifid tr:last-of-type th,
#mifid tr:last-of-type td {
  border-bottom: none;
}
#mifid th,
#mifid td {
  padding: 18px 12px 18px 12px;
  border-bottom: 1px solid #ff9500;
  border-right: 1px solid #ff9500;
  font-weight: normal;
}
#mifid th:nth-child(3),
#mifid td:nth-child(3) {
  border-right: none;
}
#mifid th ul li,
#mifid td ul li {
  background: none;
  text-indent: -10px;
  padding-left: 10px;
  margin-bottom: 12px;
}
#mifid th ul li:before,
#mifid td ul li:before {
  content: "- ";
  text-indent: -10px;
}
#mifid th {
  color: #ff9500;
  vertical-align: middle;
  font-family: Freight, serif;
}
#mifid th.icon {
  text-align: center;
}
#mifid th.icon img {
  height: 48px;
  width: auto;
  margin: auto;
}
#mifid td {
  vertical-align: top;
  font-family: FreightSans, sans-serif;
}
#linkgen label {
  font-size: 24px;
}
#linkgen input,
#linkgen select {
  font-size: 18px;
  border-radius: 0;
  background-color: #ccc;
  height: 32px;
  box-sizing: border-box;
  margin-left: 4px;
  padding: 4px 8px 4px 8px;
}
#linkgen input[type=submit],
#linkgen select[type=submit] {
  border: none;
  background-color: #ff9500;
  opacity: 0.8;
}
#linkgen input[type=submit]:hover,
#linkgen select[type=submit]:hover {
  opacity: 1;
}
#featured_logos {
  opacity: 0.5;
  text-align: center;
}
#featured_logos img {
  max-width: 18%;
  margin: 2% 5% 0 5%;
  height: auto;
  max-height: 90px;
}
@media screen and (min-width: 44.625em) {
  #hd {
    padding-bottom: 23px;
  }
  #hd .row {
    margin-top: 1.5em;
  }
  #hd .toc_trigger {
    display: none;
  }
  #hd #logo {
    margin-top: 0.875em;
  }
  #hd #nav {
    width: auto;
    display: block !important;
  }
  #hd #nav li {
    display: inline;
    float: left;
    margin-left: 0.625em;
    position: relative;
  }
  #hd #nav li a {
    color: #ddd;
    text-decoration: none;
    padding: 2.5em 0 0 0;
    display: block;
    width: 61px;
    text-align: center;
    background-image: url(img/icons.svg);
    background-size: auto 2em;
    background-position: center top;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 82%;
  }
  #hd #nav li:nth-child(1) a {
    background-image: url(img/client_icon1.svg);
    background-position: center top;
  }
  #hd #nav li:nth-child(2) a {
    background-size: 32px auto;
    background-image: url(img/client_icon3.svg);
    background-position: center top;
  }
  #hd #nav li:nth-child(3) a {
    background-image: url(img/client_icon2.svg);
    background-position: center 2%;
  }
  #hd #nav li:nth-child(4) a {
    background-position: 89% top;
  }
  #hd #nav li:nth-child(5) a {
    background-position: 64% top;
  }
  #hd #nav li:nth-child(6) a {
    background-position: 110% top;
  }
  #hd #nav li.current_page_item a,
  #hd #nav li.current_page_ancestor a {
    color: #ff9500;
  }
  #hd #nav li ul {
    position: absolute;
    right: -1.25em;
    background-color: #666;
    display: block;
    opacity: 0;
    height: 0;
    width: 14.625em;
    overflow: hidden;
    -ms-transition: opacity 0.2s ease-in-out 0.3s;
    -webkit-transition: opacity 0.2s ease-in-out 0.3s;
    transition: opacity 0.2s ease-in-out 0.3s;
  }
  #hd #nav li ul li {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #hd #nav li ul li a {
    padding: 0.5em 1.25em 0.5em 1.25em;
    display: block;
  }
  .no_touch #hd #nav li ul li:hover {
    background-color: #333;
  }
  .no_touch #hd #nav li:hover ul {
    opacity: 1;
    height: auto;
    padding-bottom: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #hd #nav:hover #floater {
    opacity: 1;
  }
  #bd {
    padding-top: 9.375em;
    min-height: 40em;
    background-size: 100% auto;
    background-position: 0 center;
    background-repeat: no-repeat;
  }
  #bd .splash {
    height: 90vh;
    background-size: cover;
    background-position: center center;
  }
  #bd.home ul.spaced,
  #bd .client_subpage ul.spaced {
    margin-top: 7.5em;
  }
  #bd.home .row.info_blocks,
  #bd .client_subpage .row.info_blocks {
    background-image: url(img/orange_dot.png);
    background-repeat: repeat-y;
    background-position: 50% top;
  }
  #bd.home .row.info_blocks .info_block,
  #bd .client_subpage .row.info_blocks .info_block {
    height: 20em;
    padding-top: 1px;
    overflow: hidden;
  }
  #bd.home .row.info_blocks h1,
  #bd .client_subpage .row.info_blocks h1 {
    margin-top: 0;
  }
  #bd.home .row.info_blocks h2,
  #bd .client_subpage .row.info_blocks h2 {
    margin: 0em 0 0em 0;
  }
  #bd #banner {
    height: 28.125em;
  }
  #bd #banner .slide .row .col {
    height: 450px;
    line-height: 450px;
  }
  #bd #banner .slide .row .col.double_line h1 {
    padding-bottom: 38px;
  }
  #bd #banner .slide .row .col h1 {
    font-size: 38px;
  }
  #bd .posts {
    width: 24.625em;
  }
  #bd .posts .post {
    border: none;
    box-shadow: 0px 1px 5px #222;
  }
  #bd .posts .post .meta {
    color: #999;
  }
  #bd .posts .post .meta a {
    color: #999;
  }
  .no_touch #bd .posts .post .meta a:hover {
    color: #ff9500;
  }
  #bd .posts .post a {
    color: #ff9500;
  }
  .no_touch #bd .posts .post a:hover {
    color: #ccc;
  }
  #bd .posts .post .social li a {
    font-size: 18px;
  }
  #bd .sidebar {
    width: 14.625em;
    margin-left: 2.3125em;
    background-color: #333;
    border: none;
    box-shadow: 0px 1px 5px #222;
    color: #ff9500;
  }
  #bd .sidebar a {
    color: #ccc;
  }
  .no_touch #bd .sidebar a:hover {
    color: #ff9500;
  }
  #bd .sidebar .current-cat a {
    color: #ff9500;
  }
  .no_touch #bd .sidebar .current-cat a:hover {
    color: #ff9500;
  }
  #bd .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
  
    -moz-column-gap: 40px;
    /* Firefox */
  
    column-gap: 40px;
  }
  #bd .bios {
    padding-bottom: 0;
  }
  #bd .bios .bio:nth-child(2) {
    margin-top: 7.25em;
  }
  #bd .bios .bio.about {
    margin-top: 0;
  }
  #bd .bios .bio div {
    float: left;
  }
  #bd .bios .bio .image {
    width: 33%;
  }
  #bd .bios .bio .image p {
    margin: 0;
  }
  #bd .bios .bio .text {
    width: 66%;
  }
  #bd .bios .bio .text h3,
  #bd .bios .bio .text p {
    margin: 0 15px 8px 12px;
  }
  #bd .info_block {
    border: none !important;
    margin-bottom: 0;
  }
  #bd .info_block h2 {
    font-size: 30px;
  }
  #bd .info_block.advisor p {
    margin-bottom: 16px;
  }
  #bd .buzzwords h2 {
    font-size: 38px;
    margin: 2.5em 0 2.5em 0;
  }
  #bd .image_block {
    min-height: 320px;
  }
  #bd .home_content.orange p {
    color: #ff9500;
  }
  #bd .home_content p {
    font-size: 32px;
  }
  #bd .client_subpage .info_blocks {
    position: fixed;
    left: ;
  }
  #bd .client_subpage h1 {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    padding-left: 1.875em;
  }
  #bd .client_subpage h1.speech {
    background-position: left bottom;
    padding: 1.25em 0 7.5em 0;
  }
  #bd .client_subpage h1.house {
    padding-top: 4.25em;
    padding-bottom: 2em;
  }
  #bd .client_subpage h1.exclamation {
    padding-left: 2.5em;
    margin: 0;
  }
  #bd .client_subpage .right_col h1 {
    padding-left: 0;
    padding-right: 1.875em;
  }
  #bd .client_subpage .right_col h1.exclamation {
    padding-right: 4em;
  }
  #bd .client_subpage .image_block h1,
  #bd .client_subpage .image_block p {
    margin: 0;
  }
  #bd .client_subpage .left_col h1,
  #bd .client_subpage .left_col p,
  #bd .client_subpage .left_col ul {
    margin-right: 12px;
  }
  #bd .client_subpage .right_col h1,
  #bd .client_subpage .right_col p,
  #bd .client_subpage .right_col ul {
    margin-left: 12px;
  }
  #bd.investors .the_content p {
    font-size: 16px;
  }
  #bd.home .home_content,
  #bd .client_subpage .home_content {
    position: relative;
    top: 50%;
    margin-top: -100px;
    height: 400px;
  }
  #bd.home .home_content h1,
  #bd .client_subpage .home_content h1 {
    font-size: 56px !important;
    margin-top: 0;
  }
  #bd.home .home_content h2,
  #bd .client_subpage .home_content h2 {
    font-size: 22px !important;
  }
  #bd.home .home_content p,
  #bd .client_subpage .home_content p {
    clear: both;
    margin-bottom: 20px;
  }
  #bd.home .home_content p:first-child,
  #bd .client_subpage .home_content p:first-child {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
  }
  #bd.home .home_content p:nth-child(3),
  #bd .client_subpage .home_content p:nth-child(3) {
    font-size: 20px;
  }
  #subnav {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    height: 90px;
    background: #262626;
    z-index: 10;
  }
  #subnav .container {
    padding: 0;
  }
  #subnav .row {
    padding: 0;
  }
  #subnav .info_blocks .info_block h2 {
    font-size: 24px;
    background-size: 48px auto;
  }
  #ft .row .fat {
    padding: 3.125em 0 2.5em 0;
  }
  #ft li {
    float: left;
    margin-right: 2.5em;
  }
  #ft h1 {
    background-position: right top;
  }
  #ft h3 {
    margin-top: 0;
  }
  iframe {
    height: 404px;
  }
  h1.title {
    font-size: 280%;
    margin: 0.5em 0 0.5em 0;
  }
  #slideshow {
    background-size: auto auto;
  }
  #slideshow .ctrls a {
    top: 120px;
    left: 1.25em;
  }
  #slideshow .ctrls a.next {
    right: 1.25em;
    left: auto;
  }
  #counters {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
}
@media screen and (min-width: 59.625em) {
  #hd #nav li {
    margin-left: 1.25em;
  }
  #bd .posts {
    width: 39.625em;
  }
  #bd .sidebar {
    width: 17.3125em;
  }
  #bd .bios .bio:nth-child(2) {
    margin-top: 11.875em;
  }
  #bd .bios .bio.about {
    margin-top: 0;
  }
  #bd .bios .bio .text {
    width: 60%;
  }
  #bd .bios .bio .text h3,
  #bd .bios .bio .text p {
    margin: 0 20px 12px 15px;
  }
  #bd .bios .bio .image {
    width: 40%;
  }
  #bd.home .info_block,
  #bd .client_subpage .info_block {
    padding: 0 0.9375em 0 0.9375em;
  }
  #bd .buzzwords h2 {
    font-size: 53px;
  }
  #bd .image_block {
    min-height: 430px;
  }
  #bd #banner h1 {
    margin-top: 1.5em;
    font-size: 3.125em;
  }
  #bd #banner .slide.slide_1 .maze,
  #bd #banner .maze.slide_1 .maze,
  #bd #banner .slide.slide_2 .maze,
  #bd #banner .maze.slide_2 .maze {
    background-size: auto 200%;
    padding-left: 380px;
    margin-left: -380px;
  }
  #bd #banner .slide.slide_1 h1,
  #bd #banner .maze.slide_1 h1,
  #bd #banner .slide.slide_2 h1,
  #bd #banner .maze.slide_2 h1 {
    padding-left: 80px;
  }
  #bd #banner .slide.slide_0 .maze,
  #bd #banner .maze.slide_0 .maze {
    background-size: auto 270%;
    padding-left: 480px;
    margin-left: -480px;
  }
  #bd .client_subpage h1 {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    padding-left: 2.5em;
  }
  #bd .client_subpage h1.speech {
    background-position: 10% bottom;
    padding: 20px 0 9.375em 2.5em;
  }
  #bd .client_subpage h1.house {
    padding-top: 4.5em;
    padding-bottom: 2.375em;
  }
  #bd .client_subpage h1.exclamation {
    padding-left: 3.125em;
  }
  #bd .client_subpage .right_col h1 {
    padding-left: 0;
    padding-right: 2.5em;
  }
  #bd .client_subpage .right_col h1.exclamation {
    padding-right: 3.125em;
  }
  #bd .client_subpage .image_block .row {
    height: 430px;
  }
  #bd .client_subpage .image_block .row .col {
    height: 430px;
    line-height: 430px;
  }
  #bd.home .home_content h2,
  #bd .client_subpage .home_content h2 {
    font-size: 26px !important;
  }
  #bd.home .row.info_blocks .info_block,
  #bd .client_subpage .row.info_blocks .info_block {
    height: 13.75em;
  }
  #subnav .info_blocks h2 {
    font-size: 24px;
  }
  #ft .row .fat {
    padding: 5em 0 4.375em 0;
  }
  #ft h1 {
    background-position: 76% top;
  }
  iframe {
    height: 540px;
  }
  h1.title {
    font-size: 400%;
  }
  #counters h1 span span {
    margin-top: 0;
  }
  #slideshow .ctrls a {
    left: 2.5em;
  }
  #slideshow .ctrls a.next {
    right: 2.5em;
    left: auto;
  }
}
@media screen and (min-width: 69.625em) {
  #bd.home .home_content,
  #bd .client_subpage .home_content {
    left: -7.5%;
  }
  #bd.home .home_content h1,
  #bd .client_subpage .home_content h1 {
    font-size: 60px !important;
    margin-top: 0;
  }
}
@media screen and (min-width: 79.625em) {
  #bd.home .home_content,
  #bd .client_subpage .home_content {
    width: 120%;
    left: -15%;
    right: -15%;
  }
  #bd.home .home_content h1,
  #bd .client_subpage .home_content h1 {
    font-size: 72px !important;
    margin-top: 0;
  }
}
html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; rv:11.0) like Gecko'] #bd .unique .info_block:nth-of-type(1) h2 {
  background-size: auto 31px !important;
}
html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; rv:11.0) like Gecko'] #bd .info_block h2 {
  background-position: -33% center !important;
}