/*
    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;
}
*:focus {
  outline: none;
}
html,
body {
  font-family: FreightSans, sans-serif;
  background-color: #262626;
  color: #ccc;
}
h1,
h2,
h3,
h4 {
  font-family: Freight, serif;
  margin-bottom: 1.25em;
  font-weight: normal;
  color: #ff9500;
}
p {
  margin-bottom: 1.25em;
  line-height: 1.4;
  font-size: 112%;
}
img {
  max-width: 100%;
  height: auto;
}
img.responsive {
  width: 100%;
}
a {
  text-decoration: none;
  color: #ff9500;
}
a:hover {
  color: #fff;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.posrel {
  position: relative;
}
.dark {
  background-color: #1f1f1d;
}
.text-center {
  text-align: center;
}
.btn {
  border-radius: 0.375em;
  background-color: #373737;
  padding: 0.5em;
  text-align: center;
  margin: 0 0 0.5em 0;
  font-weight: 300;
  color: #fff;
  font-size: 112%;
}
.btn:hover {
  color: #ff9500;
}
.btn:last-child {
  background-color: #1d1d1b;
}
.btn:first-child {
  background-color: #ff9500;
  color: #333;
}
.btn:first-child:hover {
  color: #fff;
}
/*
	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: 23em;
  margin: auto;
}
.row {
  clear: both;
  margin: 0 -0.75em 0 -0.75em;
}
.col {
  margin: 0 0.75em 0 0.75em;
  float: left;
}
.col.pull-right {
  float: right;
}
.col-sm-1 {
  width: 4.625em;
}
.col-sm-2 {
  width: 10.75em;
}
.col-sm-3 {
  width: 16.875em;
}
.col-sm-4 {
  width: 23em;
}
.offset-sm-0 {
  margin-left: 0.75em;
}
.offset-sm-1 {
  margin-left: 6.875em;
}
.offset-sm-2 {
  margin-left: 13em;
}
.offset-sm-3 {
  margin-left: 19.125em;
}
.offset-sm-4 {
  margin-left: 25.25em;
}
.hidden-sm {
  display: none;
}
@media screen and (min-width: 53.625em) {
  .container {
    width: 53.625em;
  }
  .container.fluid {
    width: 100%;
    margin: 0 15px 0 15px;
  }
  .col-md-half {
    width: 0.8125em;
  }
  .col-md-1 {
    width: 4.625em;
  }
  .col-md-2 {
    width: 10.75em;
  }
  .col-md-3 {
    width: 16.875em;
  }
  .col-md-4 {
    width: 23em;
  }
  .col-md-4-half {
    width: 25.3125em;
  }
  .col-md-5 {
    width: 29.125em;
  }
  .col-md-6 {
    width: 35.25em;
  }
  .col-md-7 {
    width: 41.375em;
  }
  .col-md-8 {
    width: 47.5em;
  }
  .col-md-9 {
    width: 53.625em;
  }
  .offset-md-0 {
    margin-left: 0.75em;
  }
  .offset-md-half {
    margin-left: 3.4375em;
  }
  .offset-md-1 {
    margin-left: 6.875em;
  }
  .offset-md-2 {
    margin-left: 13em;
  }
  .offset-md-3 {
    margin-left: 19.125em;
  }
  .offset-md-4 {
    margin-left: 25.25em;
  }
  .offset-md-5 {
    margin-left: 31.375em;
  }
  .offset-md-6 {
    margin-left: 37.5em;
  }
  .offset-md-7 {
    margin-left: 43.625em;
  }
  .offset-md-8 {
    margin-left: 49.75em;
  }
  .offset-md-9 {
    margin-left: 55.875em;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .pull-right {
    float: right !important;
    margin-right: 45px;
  }
}
@media screen and (min-width: 72em) {
  .container {
    width: 72em;
  }
  .col-lg-half {
    width: 0.8125em;
  }
  .col-lg-1 {
    width: 4.625em;
  }
  .col-lg-2 {
    width: 10.75em;
  }
  .col-lg-3 {
    width: 16.875em;
  }
  .col-lg-4 {
    width: 23em;
  }
  .col-lg-5 {
    width: 29.125em;
  }
  .col-lg-5-half {
    width: 31.4375em;
  }
  .col-lg-6 {
    width: 35.25em;
  }
  .col-lg-7 {
    width: 41.375em;
  }
  .col-lg-8 {
    width: 47.5em;
  }
  .col-lg-9 {
    width: 53.625em;
  }
  .col-lg-10 {
    width: 59.75em;
  }
  .col-lg-11 {
    width: 65.875em;
  }
  .col-lg-12 {
    width: 72em;
  }
  .offset-lg-0 {
    margin-left: 0.75em;
  }
  .offset-lg-half {
    margin-left: 3.4375em;
  }
  .offset-lg-1 {
    margin-left: 6.875em;
  }
  .offset-lg-2 {
    margin-left: 13em;
  }
  .offset-lg-3 {
    margin-left: 19.125em;
  }
  .offset-lg-4 {
    margin-left: 25.25em;
  }
  .offset-lg-5 {
    margin-left: 31.375em;
  }
  .offset-lg-6 {
    margin-left: 37.5em;
  }
  .offset-lg-7 {
    margin-left: 43.625em;
  }
  .offset-lg-8 {
    margin-left: 49.75em;
  }
  .offset-lg-9 {
    margin-left: 55.875em;
  }
  .offset-lg-10 {
    margin-left: 62em;
  }
  .offset-lg-11 {
    margin-left: 68.125em;
  }
  .offset-lg-12 {
    margin-left: 74.25em;
  }
  .hidden-sm,
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
#hd {
  background-color: #262626;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  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%;
  font-size: 92%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#hd #nav li a.current_page_item {
  color: #ff9500;
}
#hd #nav li a.active {
  color: #ff9500;
}
#hd .toc_trigger {
  width: 8%;
  float: right;
  margin-top: 0.75em;
  cursor: pointer;
}
#hd .toc_trigger .bar {
  width: 100%;
  height: 0.25em;
  margin-bottom: 0.25em;
  background-color: #fff;
}
#splash {
  padding-bottom: 8em;
  min-height: 56.25em;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
#splash .btn {
  display: inline-block;
  min-width: 182px;
  padding: 12px 18px 12px 18px;
  margin: 0 0 16px 0;
}
#splash p {
  margin-top: 3em;
  margin-bottom: 0.5em;
}
#splash h1 {
  font-size: 320%;
}
#splash h2 {
  color: #fff;
  margin: 0.5em 0 0.5em 0;
  font-size: 220%;
}
#splash .blocks {
  padding-top: 8em !important;
}
#splash .blocks .block {
  background-color: #262626;
  height: 13.125em;
  border-radius: 0.1875em;
  padding: 1em 1em 1.5em 1em;
  background-repeat: no-repeat;
  background-size: auto 2.625em;
  background-position: 94% 0.875em;
  margin-bottom: 1em;
}
#splash .blocks .block h2 {
  color: #ff9500;
  font-size: 144%;
  margin: 0 0 1em 0;
}
#splash .blocks .block p {
  margin: 0 0 1em 0;
  font-size: 100%;
}
#splash .blocks .block a {
  text-decoration: underline;
}
.regulation #splash .blocks .block:hover,
.home #splash .blocks .block:hover {
  cursor: pointer;
  color: #ff9500;
}
.regulation #splash .blocks .block:hover a,
.home #splash .blocks .block:hover a {
  color: #ff9500;
}
.home #splash .blocks .block.block1 {
  background-image: url(img/client_icon1.svg);
}
.home #splash .blocks .block.block2 {
  background-image: url(img/client_icon2.svg);
}
.home #splash .blocks .block.block3 {
  background-image: url(img/icon_purchase.svg);
}
.research.provider #splash .blocks .block.block1 {
  background-image: url(img/icon_find.svg);
}
.research.provider #splash .blocks .block.block2 {
  background-image: url(img/icon_loud.svg);
}
.research.provider #splash .blocks .block.block3 {
  background-image: url(img/icon_maze.svg);
}
.asset.manager #splash .blocks .block.block1 {
  background-image: url(img/icon_library.svg);
}
.asset.manager #splash .blocks .block.block2 {
  background-image: url(img/mifid1.svg);
}
.asset.manager #splash .blocks .block.block3 {
  background-image: url(img/icon_bulb.svg);
}
#splash .blocks.shallow .block {
  height: 8.75em;
}
#splash .blocks.shallow .block a {
  color: #fff;
}
.regulation #splash .blocks.shallow .block {
  height: 4em;
}
.takeaway h2 {
  color: #fff;
  margin: 0.75em 0 0.75em 0;
}
.takeaway h2.dl {
  font-size: 132%;
  margin: 1.5em 0 0.5em 0;
}
.takeaway a {
  color: #fff;
}
.takeaway a:hover {
  color: #ff9500;
}
.takeaway .block {
  background-color: #262626;
  border-radius: 0.1875em;
  padding: 1em 1em 1.5em 1em;
  margin-bottom: 1em;
}
.takeaway .block h2 {
  color: #ff9500;
  font-size: 144%;
  margin: 0 0 1.5em 0;
}
.takeaway .block p {
  margin: 0 0 1em 0;
  font-size: 87%;
}
.takeaway .block::after {
  content: 'Read more';
  color: #ff9500;
  text-decoration: underline;
  font-size: 96%;
}
.takeaway .block.dl {
  background-color: #1d1d1b;
  text-align: center;
  padding: 1em;
  transition: background 0.2s linear;
}
.takeaway .block.dl::after {
  content: '';
}
.takeaway .block.dl:hover {
  background: #0d0d0d;
}
#mifid {
  margin-top: 0.75em;
  margin-bottom: 3em;
}
#mifid h2 {
  color: #fff;
  margin: 0.75em 0 0.75em 0;
}
#mifid thead th {
  background-color: #ff9500;
  color: #333;
  border: 2px solid #262626;
  border-bottom: 8px solid #262626;
}
#mifid tbody th,
#mifid tbody td {
  border: 2px solid #262626;
}
#mifid tbody th {
  background-color: #4a4a49;
  color: #ff9500;
}
#mifid tbody td {
  background-color: #4a4a49;
  color: #ccc;
}
#mifid tbody td ul li {
  list-style-type: none;
  margin: 0 0 0.5em 0;
}
#bd {
  padding-top: 2.625em;
  min-height: 66vh;
}
#bd.home #main .row {
  padding-top: 6em;
  padding-bottom: 6em;
}
#bd.home #main .row.skinny {
  padding-top: 2em;
  padding-bottom: 4em;
}
#bd.home #main h1 {
  color: #c2c2c2;
  font-size: 224%;
  margin-bottom: 0.5em;
}
#bd.home #main h2 {
  color: #c2c2c2;
  font-size: 182%;
  margin-bottom: 1.5em;
}
#bd.home #main p {
  padding: 0 0 0 0.75em;
  border-left: 0.0625em solid #ff9500;
}
#bd.home #main p.highlight {
  border: none;
  padding: 0;
  margin: 0 0 2em 0;
  color: #ff9500;
}
#bd .container,
#bd .row {
  padding: 1.25em 0 1.25em 0;
}
#bd hr {
  border: none;
  border-bottom: 2px solid #ff9500;
  margin-bottom: 0;
}
#bd .posts {
  width: 23em;
}
#bd .posts .post {
  margin-bottom: 1em;
  padding: 1.25em;
  background-color: #1f1f1d;
  color: #ccc;
}
#bd .posts .post h2 {
  color: #ccc;
  margin: 0 0 0.5em 0;
}
#bd .posts .post h2 a {
  color: #ccc;
}
#bd .posts .post h2 a:hover {
  color: #ff9500;
}
#bd .posts .post a {
  color: #ff9500;
}
#bd .posts .post a:hover {
  color: #fff;
}
#bd .posts .post a.the_permalink {
  margin-top: 1.125em;
  text-decoration: underline;
  display: inline-block;
}
#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 .content,
#bd .posts .post .excerpt {
  max-height: 624.9375em;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}
#bd .posts .post .content.collapsed,
#bd .posts .post .excerpt.collapsed {
  max-height: 0;
  transition: none;
}
#bd .sidebar {
  width: 23em;
  padding: 1em;
  background-color: #373737;
  border-radius: 0.1875em;
  box-sizing: border-box;
  color: #ccc;
}
#bd .sidebar h2 {
  margin: 0 0 0.5em 0;
}
#bd .sidebar h2 span {
  color: #ccc;
  font-family: FreightSans, sans-serif;
  font-size: 52%;
}
#bd .sidebar h2 span a {
  color: #fff;
  font-weight: bold;
}
#bd .sidebar hr {
  border: none;
  border-top: 4px solid #262626;
  margin: 1.25em -1em 1.25em -1em;
}
#bd .sidebar a {
  color: #ccc;
}
#bd .sidebar a:hover {
  color: #ff9500;
}
#bd .sidebar .current-cat a {
  color: #ff9500;
}
#bd .sidebar .current-cat a:hover {
  color: #ff9500;
}
#bd .sidebar ul {
  padding-left: 0.25em;
}
#bd .sidebar ul li {
  margin-bottom: 0.25em;
  list-style-type: none;
}
#bd .sidebar ul li::before {
  content: '►';
  font-size: 64%;
  color: #ff9500;
  margin-right: 0.5em;
}
#bd.about_us .bios .bio {
  margin-bottom: 1.25em;
}
#bd.about_us .bios .bio h3 {
  font-size: 20px;
}
#bd.about_us .bios .bio p {
  color: #999;
}
.no_touch #bd.about_us .bios .bio:hover p {
  color: #fff;
}
#bd.about_us .bios .bio.about p {
  color: #ccc;
}
.no_touch #bd.about_us .bios .bio.about:hover p {
  color: #ccc;
}
#ft {
  background-color: #1f1f1d;
  padding: 1.5em 0 3em 0;
}
#ft .copy {
  font-size: 12px;
}
#ft .social {
  width: 48%;
  float: right;
  margin: 0 0 1.5em 2%;
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
#ft .social:hover {
  opacity: 1;
}
#ft ul {
  list-style-type: none;
  margin: 0 0 4.5em 0;
}
#ft ul li {
  background: none;
  padding-left: 0;
  color: #ff9500;
  margin: 0 0 0.1875em 0;
  font-weight: 87%;
}
#ft ul li a {
  color: #fff;
}
#ft ul li a:hover {
  color: #ff9500;
}
#news h1 {
  color: #ccc;
  margin-bottom: 1.5em;
}
#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: absolute;
  bottom: 3em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 5;
}
.modalTrigger,
.videoTrigger {
  cursor: pointer;
}
.modalTrigger iframe {
  pointer-events: none;
}
#vidsrc {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: -16px;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
}
#vidsrc.off {
  display: none;
}
#vidsrc.on {
  display: block;
}
#vidsrc .container,
#vidsrc .row {
  height: 100vh;
}
#vidsrc .col {
  box-sizing: border-box;
}
#vidsrc iframe {
  width: 720px;
  height: 480px;
  position: absolute;
  left: 50%;
  margin-left: -360px;
  top: 120px;
}
iframe {
  width: 22.5em;
  height: 15em;
  margin-top: 2em;
}
.overlay,
#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,
#overlay.off {
  display: none;
}
.overlay.on,
#overlay.on {
  display: block;
}
.overlay.on form,
#overlay.on form {
  display: none;
}
.overlay.on .survey_message,
#overlay.on .survey_message {
  display: none !important;
}
.overlay .container,
#overlay .container,
.overlay .row,
#overlay .row {
  height: 100vh;
}
.overlay .col,
#overlay .col {
  box-sizing: border-box;
}
.overlay .roleSwitcher,
#overlay .roleSwitcher {
  margin-bottom: 24px;
}
.overlay .modal,
#overlay .modal,
.overlay #modal,
#overlay #modal {
  background-color: #262626;
  border-radius: 4px;
  box-shadow: 0 0 5px #000;
  padding: 32px 64px 32px 64px;
  margin-top: 8vh;
  position: relative;
  color: #ccc;
}
.overlay .modal h1,
#overlay .modal h1,
.overlay #modal h1,
#overlay #modal h1 {
  margin-bottom: 1.125em;
}
.overlay .modal .close,
#overlay .modal .close,
.overlay #modal .close,
#overlay #modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ff9500;
}
.overlay .modal div,
#overlay .modal div,
.overlay #modal div,
#overlay #modal div {
  max-width: 100%;
}
.overlay .demo-register-blurb,
#overlay .demo-register-blurb,
.overlay .faq-register-blurb,
#overlay .faq-register-blurb {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 90%;
}
textarea {
  resize: none;
  border: none;
  padding: 8px;
  font-size: 128%;
  width: 100%;
  background: #121212;
  height: 110px;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}
.col textarea {
  display: none;
}
input {
  width: 100%;
  margin: 0 0 12px 0;
  padding: 8px 0 8px 0;
  font-size: 128%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  color: #fff;
}
input[type=submit] {
  background: none;
  border: none;
  background-color: #ff9500;
  color: #333;
  padding: 8px;
  margin-top: 12px;
  border-radius: 4px;
}
input[type=submit]:hover {
  background-color: #ccc;
}
input[type=radio] {
  width: auto;
  margin: 0 8px 8px 0;
}
label {
  font-size: 128%;
  color: #999;
  display: inline-block;
  margin: 16px 0 8px 0;
}
#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;
}
#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 {
  color: #ff9500;
  content: "- ";
  text-indent: -10px;
}
#mifid th {
  color: #ff9500;
  vertical-align: top;
}
#mifid th.icon {
  text-align: left;
}
#mifid th.icon img {
  max-width: 3em;
  max-height: 3em;
  margin: 1em auto 0 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 {
  text-align: center;
}
#featured_logos a {
  display: block;
  padding: 24px 0 12px 0;
  width: 32%;
  height: 72px;
  float: left;
  border-left: 1px dashed #333;
  opacity: 0.66;
  transition: 0.1s opacity linear;
}
#featured_logos a:hover {
  opacity: 1;
}
#featured_logos a:nth-child(-n+3) {
  border-bottom: 1px dashed #333;
}
#featured_logos a:nth-child(3n+1) {
  border-left: none;
}
#featured_logos a:nth-child(even) {
  padding-top: 36px;
  padding-bottom: 0;
}
#featured_logos a img {
  width: 66%;
  height: auto;
}
.backtotop {
  display: none;
}
[data-url] {
  background-color: #1f1f1d;
  padding-top: 4em;
  min-height: 85vh;
}
[data-url] h1 {
  padding-top: 2em;
  border-top: 1px solid #ff9500;
  margin-bottom: 1.5em;
}
[data-url] h2 {
  color: #fff;
  margin-bottom: 1em;
}
[data-url] .backtotop {
  display: block;
  position: absolute;
  top: 3em;
  right: 0;
  color: #ff9500;
  text-decoration: underline;
  font-size: 92%;
}
[data-url] .backtotop:hover {
  color: #fff;
  text-decoration: none;
}
.one_screen {
  position: relative;
  min-height: 82vh;
}
.fakesubmit {
  cursor: pointer;
}
#promo h1 {
  margin: 2.25em 0 2.25em 0;
}
#promo p {
  margin-bottom: 1em;
}
#promo ul {
  margin: 0 1em 1em 1em;
}
#promo .dl_link {
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 1.5em;
  font-size: 1.5em;
  background-color: #000;
  opacity: 0.8;
  transition: opacity 0.2s linear;
}
#promo .dl_link:hover {
  opacity: 1;
}
#promo .survey_message {
  display: none !important;
}
#promo img {
  float: right ;
  margin: 0 0 16px 16px;
}
#promo .fakesubmit {
  background-color: #ff9500;
  margin: 12px 0 12px 0;
}
#promo .fakesubmit:hover {
  background-color: #fff;
}
.survey_message {
  margin-bottom: 1.5em;
}
.well {
  background-color: #000;
  padding: 16px;
  border-radius: 4px;
}
.col form,
.col .feedback {
  margin-bottom: 24px;
}
#about-intro h2 {
  color: #FFFFFF;
  font-size: 200%;
}
.profile {
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
}
.profile h2 {
  color: #ffffff;
}
.white {
  background: #FFFFFF;
}
.white p {
  color: #262626;
}
.white .logo-list .partner {
  float: left;
  height: 8vh;
  width: 18%;
  padding: 0 0.5em;
}
.white .logo-list .partner img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.award-block {
  margin-top: 1em;
}
.geosurvey {
  display: none;
}
.geosurvey .geosurvey__continent {
  display: none;
}
.geosurvey .geosurvey__results {
  display: none;
}
.geosurvey .geosurvey__results__item {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.geosurvey .geosurvey__results__label {
  width: 70px;
}
.geosurvey .geosurvey__results__bar {
  position: relative;
  margin-left: 5px;
  flex-grow: 1;
  height: 30px;
  background-color: #1A1A1A;
  border-radius: 0.1875em;
  overflow: hidden;
}
.geosurvey .geosurvey__results__bar span {
  display: block;
  position: relative;
  height: 100%;
  background-color: #ff9500;
}
.geosurvey .geosurvey__results__bar span:before {
  display: flex;
  align-content: center;
  align-items: center;
  position: absolute;
  content: attr(data-value);
  height: 100%;
  top: 0;
  left: 8px;
  font-size: 14px;
  color: #FFF;
}
.geosurvey--Asia .geosurvey__continent--Asia {
  display: block;
}
.geosurvey--US .geosurvey__continent--US {
  display: block;
}
.geosurvey--results form {
  display: none;
}
.geosurvey--results .geosurvey__results {
  display: block;
}
.geosurvey form span {
  display: block;
}
.geosurvey form input {
  cursor: pointer;
}
.geosurvey form label {
  margin-top: 5px;
  cursor: pointer;
}
.website_and_privacy_policy ol,
.cookie_policy ol {
  counter-reset: item;
  margin-bottom: 30px;
}
.website_and_privacy_policy ol b.privacy-subtitle,
.cookie_policy ol b.privacy-subtitle {
  display: inline-block;
  margin-top: 10px;
}
.website_and_privacy_policy ol li,
.cookie_policy ol li {
  display: block;
  margin-bottom: 15px;
}
.website_and_privacy_policy ol li:before,
.cookie_policy ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.website_and_privacy_policy ol ol,
.cookie_policy ol ol {
  margin: 10px 20px;
  margin-right: 0;
}
@media screen and (min-width: 53.625em) {
  #hd {
    height: 9.5em;
  }
  #hd .row {
    margin-top: 1.5em;
  }
  #hd #logo {
    margin-top: 2em;
  }
  #hd .toc_trigger {
    display: none;
  }
  #hd #nav {
    width: 9.375em;
    padding: 0.375em 2.25em 0.375em 1.5em;
    display: block;
    border-left: 1px solid #333;
    margin: -1.125em 0 -1.125em 0;
  }
  #hd #nav li {
    padding: 0;
  }
  #hd #nav li a {
    padding: 0;
  }
  #hd #signin {
    width: auto;
    font-size: 92%;
    padding: 4.5em 3em 1.5em 3em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-left: 1px solid #333;
    margin: -1.125em 0 -1.125em 0;
    float: right;
    color: #fff;
    background-image: url(img/icon_login.svg);
    background-size: auto 33%;
    background-position: center 33%;
    background-repeat: no-repeat;
  }
  #hd #signin:hover {
    color: #ff9500;
  }
  #bd {
    padding-top: 9.5em;
  }
  #bd .posts {
    width: 29.125em;
  }
  #bd .sidebar {
    width: 16.875em;
    margin-left: 2.3125em;
  }
  #bd.about.us .bios .bio .image {
    width: 32%;
    float: left;
  }
  #bd.about.us .bios .bio .text {
    width: 66%;
    margin-left: 33%;
  }
  #bd.about.us .bios .bio .text h3,
  #bd.about.us .bios .bio .text p {
    margin: 0 1.5em 0.5em 0.75em;
  }
  .pullup {
    position: relative;
    top: -3.5em;
  }
  #splash {
    height: 90vh;
    padding-bottom: 2em;
  }
  iframe {
    width: 45em;
    height: 30em;
  }
  .profile {
    float: left;
    width: 46%;
  }
}
@media screen and (min-width: 72em) {
  #bd .posts {
    width: 47.5em;
  }
  #bd .sidebar {
    width: 20.6875em;
  }
  #ft .social {
    width: 29%;
  }
  iframe {
    width: 50em;
    height: 33.3125em;
  }
  .profile {
    width: 17.9%;
  }
  .white {
    background: #FFFFFF;
  }
  .white .logo-list .partner {
    height: 8vh;
    width: 9.7%;
  }
}