/*
blue
#55688B;

orange
#EE7F4B;

purple
#745568;
 */
body {
  font-family: "Jost";
  font-size: 16px;
  font-weight: 300;
  padding-top: 60px; }

a {
  color: #5f2551; }

a.no-decoration {
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", sans-serif; }

img {
  max-width: 100%; }

hr {
  height: 5px;
  border: 0;
  background: #f5f5f5; }

.container-dim {
  background-color: #f5f5f5;
  padding: 40px 0;
  margin: 4em 0; }

.background-dim {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
  margin: 4em 0; }

.background-dim.tight {
  margin: 0; }

.section-content a {
  text-decoration: underline; }

.video-container {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */ }

.videoWrapper {
  position: relative;
  /* 16:9 */
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.company-image-block {
  display: inline-block;
  width: 165px;
  height: 122px;
  line-height: 122px;
  border: 1px solid #f5f5f5;
  vertical-align: middle;
  margin-bottom: 2px;
  text-align: center;
  white-space: nowrap; }

.company-image-block.double-width {
  width: 330px; }

.company-image-block.large {
  height: 370px;
  width: 370px;
  line-height: 370px;
  padding: 0 10px;
  border: 4px solid #e5e3e5; }

.company-image-block .va-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: middle; }

.company-image-block .va-wrapper img {
  vertical-align: middle;
  margin-top: -10%; }

.greyscale {
  filter: url('data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale');
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: all 0.6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-transition: all 0.6s ease;
  /* Fade to color for Chrome and Safari */
  backface-visibility: hidden;
  /* Fix for transition flickering */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.greyscale:hover {
  filter: url('data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale');
  filter: none;
  -webkit-filter: grayscale(0%); }

.link-img-block {
  padding: 15px;
  display: inline-block; }

.link-img-block.subscriber {
  padding: 0 0 30px 0; }

.heading-main {
  color: #55688b; }

.heading-small {
  color: #55688b; }

.heading-small.heading-product {
  color: #9b9b9b; }

.text-highlight {
  color: #55688b; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.btn {
  background-color: #ffffff;
  color: #ffffff;
  transition: box-shadow 300ms ease;
  text-decoration: none !important; }

.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: 0 0 0 4px #ffffff;
  color: #ffffff; }

.btn-default {
  color: #333333;
  background-color: #e4e3e5; }

.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  box-shadow: 0 0 0 4px #aaaaaa;
  color: #333333; }

.btn.btn-eq-2-3rds {
  margin-top: 15px;
  margin-right: 2%;
  min-width: 25%; }

.btn-sales {
  background-color: #745568; }

.btn-sales:hover,
.btn-sales:focus,
.btn-sales:active {
  box-shadow: 0 0 0 4px #412235; }

.btn-research {
  background-color: #ee7f4b; }

.btn-research:hover,
.btn-research:focus,
.btn-research:active {
  box-shadow: 0 0 0 4px #bb4c18; }

.btn-database {
  background-color: #55688b; }

.btn-database:hover,
.btn-database:focus,
.btn-database:active {
  box-shadow: 0 0 0 4px #223558; }

.btn-large {
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-right: 0;
  padding: 20px 25px; }

.btn-fixed-width {
  min-width: 230px; }

.btn-medium {
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  margin-right: 0;
  padding: 10px 15px; }

.btn-regular {
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  margin-right: 0;
  padding: 5px 10px; }

.navbar-default {
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #333333;
  height: 60px;
  margin-bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 300ms ease; }

.navbar-default .navbar-toggle {
  margin-top: 12px; }

.navbar-collapse {
  background: #ffffff;
  border-bottom: 2px solid #333; }

.navbar-right {
  margin-right: 0; }

.navbar-brand {
  height: 140px;
  width: 217px;
  padding: 0; }

.navbar-brand img {
  margin-top: 12px;
  width: 100%;
  height: auto; }

.navbar-brand {
  height: 60px; }

.nav-container {
  position: relative; }

.mdb-pagination {
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.shadow {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2); }

.scroll-down {
  background: url('/static/marketing/images/scroll_down.svg?4412a8c13e1c') no-repeat 50% 50%;
  bottom: 20px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -69px;
  position: absolute;
  transition: transform 300ms ease;
  width: 138px; }

.scroll-down:hover {
  transform: scale(1.1); }

section {
  height: 100vh;
  position: relative;
  transition: height 300ms ease; }

section.section-splash {
  height: auto; }

section.section-small {
  height: auto;
  padding: 2em 0 5em 0; }

section.section-tiny {
  height: auto;
  padding: 0; }

.section-content-wrapper,
.network-hero-wrapper {
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }

.section-content,
.network-hero-content {
  display: table-cell;
  position: relative;
  vertical-align: middle; }

.section-content.fix-padding-dim {
  padding: 7em 0; }

.section-network-hero {
  height: 550px !important;
  background: url('/static/marketing/images/tt-bg.jpg?v=2&4412a8c13e1c') no-repeat 50% 50%;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 1em; }

.leader p {
  margin: 50px 0; }

.section-intro {
  background: url('/static/marketing/images/intro-bg.jpg?4412a8c13e1c') no-repeat 50% 50%;
  background-size: cover;
  color: #ffffff; }

.gradient-wrapper {
  background: -moz-radial-gradient(14.58% 40.69%, circle farthest-corner, rgba(31, 31, 31, 0.82) 0%, rgba(17, 17, 17, 0.1) 87.42%, rgba(13, 13, 13, 0) 100%);
  background: -webkit-radial-gradient(14.58% 40.69%, circle farthest-corner, rgba(31, 31, 31, 0.82) 0%, rgba(17, 17, 17, 0.1) 87.42%, rgba(13, 13, 13, 0) 100%);
  background: -webkit-gradient(radial, 14.58% 40.69%, 0, 14.58% 40.69%, 851.99, color-stop(0, rgba(31, 31, 31, 0.82)), color-stop(0.8742, rgba(17, 17, 17, 0.1)), color-stop(1, rgba(13, 13, 13, 0)));
  background: -o-radial-gradient(14.58% 40.69%, circle farthest-corner, rgba(31, 31, 31, 0.82) 0%, rgba(17, 17, 17, 0.1) 87.42%, rgba(13, 13, 13, 0) 100%);
  background: -ms-radial-gradient(14.58% 40.69%, circle farthest-corner, rgba(31, 31, 31, 0.82) 0%, rgba(17, 17, 17, 0.1) 87.42%, rgba(13, 13, 13, 0) 100%);
  background: radial-gradient(14.58% 40.69%, circle farthest-corner, rgba(31, 31, 31, 0.82) 0%, rgba(17, 17, 17, 0.1) 87.42%, rgba(13, 13, 13, 0) 100%);
  padding: 50px 0; }

.about-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 3em auto 0 auto; }

.about-icon-sales {
  background: url('/static/marketing/images/about_icon_sales.svg?4412a8c13e1c') no-repeat 50% 50%; }

.about-icon-land {
  background: url('/static/marketing/images/about_icon_land.svg?4412a8c13e1c') no-repeat 50% 50%; }

.about-icon-sites {
  background: url('/static/marketing/images/about_icon_sites.svg?4412a8c13e1c') no-repeat 50% 50%; }

.about-icon-rented {
  background: url('/static/marketing/images/about_icon_rented.svg?4412a8c13e1c') no-repeat 50% 50%; }

.row-subscribers h1 {
  font-size: 1em;
  color: #9b9b9b; }

.section-team {
  background: url('/static/marketing/images/team-bg.jpg?v=2&4412a8c13e1c') no-repeat 50% 0%;
  background-size: cover; }

.section-team .leader {
  color: #ffffff; }

.section-team .leader p {
  margin-top: 0px;
  margin-bottom: 10px; }

.section-team h1.heading-main {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px; }

.team-block {
  background-color: #ee7f4b;
  color: #ffffff;
  padding: 0 1em 0 0;
  margin-top: 30px;
  margin-bottom: 30px; }

.team-block p {
  font-size: 1em; }

.team-block h2 {
  color: #4a4a4a;
  margin-top: 1em; }

.team-block img {
  max-width: 100%; }

.team-block a {
  text-decoration: underline;
  color: #ffffff;
  margin-bottom: 1em; }

.testimonial-quote {
  font-size: 2.125em;
  color: #ee7f4b;
  position: relative;
  padding-top: 100px; }

.testimonial-quote:before {
  display: block;
  content: url('/static/marketing/images/quote_top.svg?4412a8c13e1c');
  width: 57px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0; }

.testimonial-attribution:after {
  display: block;
  content: url('/static/marketing/images/quote_bottom.svg?4412a8c13e1c');
  width: 57px;
  height: 47px;
  position: absolute;
  right: 0;
  bottom: 50px; }

.testimonial-attribution {
  font-size: 1.125em;
  color: #9b9b9b;
  position: relative;
  padding-bottom: 150px; }

.carousel-indicators {
  bottom: -50px; }

.carousel-indicators li {
  background-color: #ee7f4b;
  border: none; }

.carousel-indicators .active {
  background-color: #55688b;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px; }

.carousel-inner > .item {
  top: 50px; }

.section-database-splash,
.section-research-splash,
.section-network-splash {
  color: #ffffff; }

.section-database-splash .heading-splash,
.section-research-splash .heading-splash,
.section-network-splash .heading-splash {
  color: #ffffff;
  margin-bottom: 1em;
  margin-top: 2em; }

.section-database-splash img,
.section-research-splash img,
.section-network-splash img {
  margin-top: 50px;
  margin-bottom: 120px; }

.section-database-splash {
  background: #55688b;
  background: -moz-linear-gradient(top, #55688b 0%, #2d3e66 100%);
  background: -webkit-linear-gradient(top, #55688b 0%, #2d3e66 100%);
  background: linear-gradient(to bottom, #55688b 0%, #2d3e66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55688b', endColorstr='#2d3e66', GradientType=0); }

.section-database-splash a {
  color: #ffffff;
  text-decoration: underline; }

.section-database-info img {
  margin-top: 20px; }

.section-database-info h3 {
  margin-bottom: 2em; }

.section-database-info .btn-database {
  margin-top: 4em; }

.section-research-splash {
  background: #ee7f4b;
  background: -moz-linear-gradient(top, #ee7f4b 0%, #e36327 100%);
  background: -webkit-linear-gradient(top, #ee7f4b 0%, #e36327 100%);
  background: linear-gradient(to bottom, #ee7f4b 0%, #e36327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7f4b', endColorstr='#e36327', GradientType=0); }

.section-network-splash {
  background: #745568;
  background: -moz-linear-gradient(top, #745568 0%, #623751 100%);
  background: -webkit-linear-gradient(top, #745568 0%, #623751 100%);
  background: linear-gradient(to bottom, #745568 0%, #623751 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#745568', endColorstr='#623751', GradientType=0); }

.section-signup h2 {
  font-size: 1.3125em;
  color: #55688b;
  margin-top: 0;
  margin-bottom: 1em; }

.section-signup h3 {
  font-size: 1.3125em;
  margin-bottom: 1em; }

.section-signup h3 a {
  text-decoration: underline; }

.section-signup .ski-img {
  margin-bottom: 30px; }

.section-signup .tt-actions {
  position: static;
  margin-bottom: 2px; }

.section-signup .past-sponsor {
  margin: 0 12px 12px 0; }

#result-message.error,
.help-block {
  color: #ee7f4b; }

.section-research-info .heading-main {
  margin: 1em 0; }

.report-description {
  border-top: 2px solid #f5f5f5;
  padding-top: 10px; }

.report-block {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px; }

.report-block ul {
  color: #ee7f4b;
  list-style-position: outside;
  padding: 0 1em 3em 1em; }

.report-block ul li {
  margin-bottom: 0.5em; }

.report-column {
  display: table-cell;
  width: 50%;
  vertical-align: top; }

.report-column img {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }

.report-column .heading-small {
  margin-top: 0; }

.report-column .btn {
  position: absolute;
  bottom: 15px;
  margin-bottom: 0; }

.report-meta {
  font-size: 0.75em;
  color: #9b9b9b; }

.section-news .heading-main {
  margin-bottom: 50px; }

.row-news {
  height: auto;
  margin-bottom: 50px; }

.news-block {
  display: block;
  height: auto; }

.news-block .news-block-content {
  padding: 30px;
  background: #ee7f4b;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125em; }

.news-info {
  display: table-row; }

.news-meta {
  font-family: "futura-pt", sans-serif;
  font-size: 0.9em; }

.news-title {
  font-family: "futura-pt", sans-serif;
  color: #ffffff;
  font-size: 1.25em;
  margin-top: 3em; }

.news-excerpt {
  font-family: "futura-pt", sans-serif;
  margin: 2em 0;
  font-size: 1em; }

.news-excerpt ul {
  padding-left: 1em; }

.news-excerpt ul li {
  margin-bottom: 1em; }

.news-image-block {
  height: 100%;
  display: none; }

.news-image-block.fixed-height {
  height: 550px;
  margin-top: 25px; }

.news-image-block .news-img:first-child {
  padding-bottom: 15px; }

.news-image-block .news-img:last-child {
  padding-top: 15px; }

.news-img {
  width: 100%; }

.news-img span {
  display: block;
  background: #eeeeee;
  width: 100%;
  height: 100%; }

.news-img-1,
.news-img-4 {
  height: 60%; }

.news-img-2,
.news-img-3 {
  height: 40%; }

.section-network-hero {
  height: 550px !important;
  background: url('/static/marketing/images/tt-bg.jpg?v=2&4412a8c13e1c') no-repeat 50% 50%;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 1em; }

.btn-news {
  background: #e4e3e5;
  color: #333333;
  margin-right: 0 !important; }

.btn-news:hover {
  box-shadow: 0 0 0 4px #666666;
  color: #666666; }

.tt-meta {
  list-style-type: none;
  padding-left: 0;
  display: table;
  margin: 3em 0; }

.tt-meta li {
  display: table-row;
  margin-bottom: 0.5em; }

.tt-meta-key,
.tt-meta-value {
  display: table-cell;
  vertical-align: middle; }

.tt-meta-key {
  font-family: "futura-pt", sans-serif;
  padding-right: 20px; }

.section-contact-hero {
  height: 225px !important;
  background: url('/static/marketing/images/contact_bg.jpg?4412a8c13e1c') no-repeat 50% 50%;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 3em; }

.section-contact {
  padding-top: 0 !important; }

.section-contact a {
  color: #5f2551;
  text-decoration: underline; }

.section-contact h2 {
  font-size: 1.125em;
  color: #333333; }

.section-contact ul {
  list-style-type: none;
  padding-left: 0; }

.section-contact ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px; }

.section-contact .icon-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.section-contact .icon-tel:before {
  background: url('/static/marketing/images/icon-tel.svg?4412a8c13e1c');
  margin-top: -11px;
  width: 21px;
  height: 21px; }

.section-contact .icon-email:before {
  background: url('/static/marketing/images/icon-email.svg?4412a8c13e1c');
  margin-top: -9px;
  width: 17px;
  height: 18px; }

.marketing-form label {
  line-height: 56px; }

.marketing-form input[type="text"],
.marketing-form input[type="password"],
.marketing-form input[type="email"],
.marketing-form select,
.marketing-form textarea {
  display: block;
  width: 100%;
  font-size: 1.125em;
  color: #000000;
  background-color: #f5f5f5;
  padding: 15px;
  border: none;
  height: 56px;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 30px;
  border-radius: 0; }

.marketing-form textarea {
  height: auto; }

.marketing-form input.required,
.marketing-form select.required {
  background-color: #ee7f4b;
  color: #ffffff; }

.marketing-form .form-control::-webkit-input-placeholder {
  color: #000000; }

.marketing-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000; }

.marketing-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000; }

.marketing-form .form-control:-ms-input-placeholder {
  color: #000000; }

.marketing-form .btn {
  margin-right: 0;
  font-size: 1.125em; }

.marketing-form .error,
.marketing-form #form-error,
#contact-message.error {
  font-family: "futura-pt", sans-serif;
  color: #ee7f4b; }

#contact-message.success {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.1; }

footer {
  background-color: #333333;
  color: #ffffff;
  min-height: 140px;
  padding: 50px 0;
  position: relative;
  z-index: 1000; }

footer a {
  color: #ffffff;
  margin-right: 20px;
  text-decoration: underline; }

footer a:hover {
  color: #ee7f4b; }

.twitter-link {
  margin-left: 40px;
  position: relative; }

.twitter-link:before {
  display: block;
  content: url('/static/marketing/images/x-logo-small.svg?4412a8c13e1c');
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -20px; }

.heading-small {
  font-size: 1.125em; }

#modal-login .modal-dialog,
#modal-signup .modal-dialog {
  max-width: 650px; }

#modal-login .button-height {
  line-height: 40px;
  margin-bottom: 0; }

#modal-login label {
  display: block; }

@media (min-width: 768px) {
  .heading-large {
    font-size: 4em; }
  .heading-medium {
    font-size: 2.125em; }
  .heading-main {
    font-size: 3em; }
  .modal-dialog {
    width: 70%; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .section-content.fix-padding-dim {
    padding: 7em 0 20em 0; } }

@media (min-width: 992px) {
  body {
    padding-top: 100px; }
  .video-container {
    display: block; }
  .navbar-brand {
    height: 100px; }
  .navbar-brand img {
    margin-top: 37px; }
  .navbar-default {
    height: 100px; }
  .navbar-default .navbar-nav > li > a {
    color: #9b9b9b;
    border-bottom: none;
    margin: 46px 5px 0 5px;
    padding: 15px 7px 0 7px; }
  .navbar-default .navbar-nav > li > a.active {
    color: #745568;
    border-bottom: 4px solid #745568;
    font-family: "futura-pt", sans-serif; }
  .navbar-default .navbar-nav > li > a.nav-block.active {
    color: #ffffff;
    font-family: "futura-pt", sans-serif;
    border-bottom: none; }
  .navbar-default .navbar-nav > li > a.nav-block.active span {
    border-bottom: 4px solid #ffffff; }
  .navbar-default .navbar-nav > li > a.nav-block {
    width: 100px;
    height: 100px;
    padding-top: 9px;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 10px;
    text-align: center;
    color: #ffffff; }
  .navbar-default .navbar-nav > li > a.nav-block.members {
    height: 50px;
    margin-top: 50px;
    padding-top: 6px; }
  .navbar-default .navbar-nav > li > a.nav-block.members.log-out {
    padding-top: 14px; }
  .navbar-default .navbar-nav > li > a.nav-separator {
    margin-right: 5px; }
  .navbar-default .navbar-nav > li:last-child > a.nav-block {
    margin-right: 0; }
  .navbar-default .navbar-nav > li > a.nav-block.database,
  .navbar-default .navbar-nav > li > a.nav-block.members {
    background-color: #55688b; }
  .navbar-default .navbar-nav > li > a.nav-block.database:hover {
    background-color: #55688b; }
  .nav-block-icon {
    width: 50px;
    height: 50px;
    margin: 6px auto; }
  .navbar-default .navbar-nav > li > a.nav-block.database .nav-block-icon {
    background: url('/static/marketing/images/nav_database_logo.svg?4412a8c13e1c'); }
  .navbar-default .navbar-nav > li > a.nav-block.research {
    background-color: #ee7f4b; }
  .navbar-default .navbar-nav > li > a.nav-block.research:hover {
    background-color: #ee7f4b; }
  .navbar-default .navbar-nav > li > a.nav-block.research .nav-block-icon {
    background: url('/static/marketing/images/nav_research_logo.svg?4412a8c13e1c'); }
  .navbar-default .navbar-nav > li > a.nav-block.network {
    background-color: #745568; }
  .navbar-default .navbar-nav > li > a.nav-block.network:hover {
    background-color: #745568; }
  .navbar-default .navbar-nav > li > a.nav-block.network .nav-block-icon {
    background: url('/static/marketing/images/nav_network_logo.svg?4412a8c13e1c'); }
  .navbar-collapse {
    background: transparent;
    border-bottom: none; }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px; }
  .section-signup .ski-img {
    margin-bottom: 0; }
  .row-news {
    height: 550px;
    margin-bottom: 120px; }
  .news-block {
    display: table;
    height: 100%; }
  .news-block .news-block-content {
    padding: 30px;
    background: #ee7f4b;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.125em; }
  .news-image-block {
    display: block; }
  .modal-dialog {
    width: 60%; } }

@media (min-width: 1200px) {
  body {
    padding-top: 100px; }
  .modal-dialog {
    width: 50%; }
  .navbar-default .navbar-nav > li > a {
    color: #9b9b9b;
    border-bottom: none;
    margin-top: 50px; }
  .navbar-default {
    height: 100px; }
  .navbar-brand {
    width: 390px;
    padding: 0; }
  .navbar-brand img {
    margin-top: 12px; }
  .section-signup .tt-actions {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px; } }

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.back-to-news {
  margin-top: 58px;
  margin-right: 0;
  float: left; }

.blog-post .post-meta {
  color: #999999; }

.blog-post h1,
.blog-post h2 {
  color: #4b5a7d; }

.blog-post .post-title {
  font-size: 2.5em;
  margin-top: 0; }

.blog-post .post-content {
  border-right: none;
  padding-right: 15px;
  margin-bottom: 30px; }

.blog-post .post-list {
  padding-left: 15px;
  margin-bottom: 30px; }

.blog-post .post-list h2 {
  margin-top: 0;
  border-bottom: 3px solid #4b5a7d;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.25em; }

.blog-post .post-list li {
  margin: 10px 0; }

.blog-post .post-list li a {
  font-family: "futura-pt", sans-serif;
  font-size: 1.125em;
  color: #745568; }

.blog-post .post-list li span {
  color: #745568; }

.blog-post .post-list li.current a,
.blog-post .post-list li.current span {
  color: #ee7f4b; }

.blog-post .gallery {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px; }

.blog-post .gallery img {
  margin: 10px; }

.mce-content strong {
  font-family: "futura-pt", sans-serif; }

.mce-content img.full-width {
  width: 100%;
  height: auto; }

.mce-content img.half-width-left {
  width: 48%;
  height: auto;
  display: inline-block;
  margin-right: 1%; }

.mce-content img.half-width-right {
  width: 48%;
  height: auto;
  display: inline-block;
  margin-left: 1%; }

.mce-content img.floatleft {
  padding: 0 22px 12px 0;
  float: left; }

.mce-content img.floatright {
  padding: 0 0 22px 12px;
  float: right; }

.mce-content img.left {
  padding: 0 22px 0 0;
  display: block;
  margin-right: auto; }

.mce-content img.right {
  padding: 0 0 0 22px;
  display: block;
  margin-left: auto; }

.mce-content img.center {
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mce-content strong {
  font-family: "futura-pt", sans-serif; }

.mce-content .grey {
  color: #909090 !important; }

.mce-content .plum {
  color: #9e6886 !important; }

.mce-content .blue {
  color: #003d79 !important; }

.members-link:hover,
.members-link:focus,
.members-link:active {
  text-decoration: none; }

.members-link-block {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #dddddd; }

.members-link-block.database {
  background-color: #55688b; }

.members-link-block.sales {
  background-color: #745568; }

.members-link-block.sales-alt {
  background-color: rgba(116, 85, 104, 0.8); }

.members-link-block.prs,
.members-link-block.comparables {
  background-color: #ee7f4b; }

.members-link-block.planning {
  background-color: #3d706b; }

.members-link-block.land,
.members-link-block.analysis {
  background-color: #9b9b9b; }

.members-link-block.sales,
.members-link-block.drawing {
  background-color: #745568; }

.members-link-block.prs {
  background-color: #ee7f4b; }

.members-link-block.planning,
.members-link-block.bulletin {
  background-color: #3d706b; }

.members-link-block.land {
  background-color: #9b9b9b; }

/*.members-link-block.bulletin {*/
/*    background-color: #FFCA0B;*/
/*}*/
.members-link-block h2,
.members-link-block h3,
.members-link-block p {
  color: #fff; }

.members-link-block h3 {
  font-size: 1.25em; }

.members-link-block .members-link-icon {
  width: auto;
  height: 100px; }

.non-featured-item .members-link-block h2 {
  height: 66px; }

@media (min-width: 768px) {
  .blog-post .post-content {
    border-right: 5px solid #f5f5f5;
    padding-right: 30px; }
  .blog-post .post-list {
    padding-left: 30px; }
  .blog-post .post-list__no-pad {
    padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse,
  .navbar-bottom {
    display: none !important; }
  .navbar-collapse.in {
    display: block !important; }
  .navbar-toggle {
    display: block; }
  .navbar-header {
    float: none; } }

@media (max-width: 575px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left; }
  .col-xxs-1 {
    width: 8.333333333333332%; }
  .col-xxs-2 {
    width: 16.666666666666664%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-4 {
    width: 33.33333333333333%; }
  .col-xxs-5 {
    width: 41.66666666666667%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-7 {
    width: 58.333333333333336%; }
  .col-xxs-8 {
    width: 66.66666666666666%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-10 {
    width: 83.33333333333334%; }
  .col-xxs-11 {
    width: 91.66666666666666%; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-push-1 {
    left: 8.333333333333332%; }
  .col-xxs-push-2 {
    left: 16.666666666666664%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xss-push-4 {
    left: 33.33333333333333%; }
  .col-xxs-push-5 {
    left: 41.66666666666667%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-7 {
    left: 58.333333333333336%; }
  .col-xxs-push-8 {
    left: 66.66666666666666%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-10 {
    left: 83.33333333333334%; }
  .col-xxs-push-11 {
    left: 91.66666666666666%; }
  .col-xxs-pull-1 {
    right: 8.333333333333332%; }
  .col-xxs-pull-2 {
    right: 16.666666666666664%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-4 {
    right: 33.33333333333333%; }
  .col-xxs-pull-5 {
    right: 41.66666666666667%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-7 {
    right: 58.333333333333336%; }
  .col-xxs-pull-8 {
    right: 66.66666666666666%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-10 {
    right: 83.33333333333334%; }
  .col-xxs-pull-11 {
    right: 91.66666666666666%; }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%; }
  .team-block {
    padding: 0; }
  .team-bio {
    padding: 0 20px; } }

.quarterly-report {
  font-size: 14px; }
  .quarterly-report .report-section h1,
  .quarterly-report .report-section h2,
  .quarterly-report .report-section h3 {
    color: #55688b;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .quarterly-report .report-section h3 {
    font-size: 30px;
    margin: 20px 0; }
  .quarterly-report .report-section p {
    font-size: 18px; }
  .quarterly-report .report-section.blue .mdb-highlight--inner-london--outer-london td,
  .quarterly-report .report-section.blue thead th {
    background-color: #55688b !important;
    color: #fff !important; }
  .quarterly-report .report-section.blue thead th {
    border-right: 2px solid #ffffff; }
  .quarterly-report .report-section.blue .table-striped > tbody > tr:nth-child(odd) > td,
  .quarterly-report .report-section.blue .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eef0f4; }
  .quarterly-report .report-section.orange .mdb-highlight--inner-london--outer-london td,
  .quarterly-report .report-section.orange thead th {
    background-color: #ee7f4b !important;
    color: #fff !important; }
  .quarterly-report .report-section.orange thead th {
    border-right: 2px solid #ffffff; }
  .quarterly-report .report-section.orange .table-striped > tbody > tr:nth-child(odd) > td,
  .quarterly-report .report-section.orange .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fdf2ed; }
  .quarterly-report .report-section.purple .mdb-highlight--inner-london--outer-london td,
  .quarterly-report .report-section.purple thead th {
    background-color: #745568 !important;
    color: #fff !important; }
  .quarterly-report .report-section.purple thead th {
    border-right: 2px solid #ffffff; }
  .quarterly-report .report-section.purple .table-striped > tbody > tr:nth-child(odd) > td,
  .quarterly-report .report-section.purple .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f1eef0; }
  .quarterly-report .report-section.green .mdb-highlight--inner-london--outer-london td,
  .quarterly-report .report-section.green thead th {
    background-color: #0d903e !important;
    color: #fff !important; }
  .quarterly-report .report-section.green thead th {
    border-right: 2px solid #ffffff; }
  .quarterly-report .report-section.green .table-striped > tbody > tr:nth-child(odd) > td,
  .quarterly-report .report-section.green .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e7f4ec; }
  .quarterly-report hr {
    height: 2px; }
    .quarterly-report hr.no-margin {
      margin: 0; }
  .quarterly-report video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /* hacky property for object-fit-videos.min.js */ }
  .quarterly-report .mdb-sticky {
    position: sticky;
    left: 0;
    z-index: 999;
    background-color: #fff; }
  .quarterly-report table {
    font-size: 13px; }
    .quarterly-report table th,
    .quarterly-report table td {
      border-right: 2px solid white;
      text-align: center; }
      .quarterly-report table th:first-child,
      .quarterly-report table td:first-child {
        text-align: left; }
      .quarterly-report table th:last-child,
      .quarterly-report table td:last-child {
        border-right: none; }
    .quarterly-report table td {
      text-align: center; }
      .quarterly-report table td:first-of-type {
        text-align: left; }
    .quarterly-report table th {
      white-space: nowrap; }
    .quarterly-report table tr:nth-of-type(1) th {
      text-align: center;
      border-right: none;
      border-bottom: none; }
    .quarterly-report table tr:nth-of-type(2) th {
      border-top: none;
      border-bottom: none;
      box-shadow: 0 2px 0 #ddd;
      text-align: center; }
  .quarterly-report #qrp--content .row--header h2,
  .quarterly-report #qrp--content .row--header h3 {
    color: #55688b;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px; }
  .quarterly-report #qrp--content .row--header h2 {
    float: left; }
  .quarterly-report .qrp--nav {
    padding-left: 0; }
    .quarterly-report .qrp--nav li {
      margin-bottom: 10px; }
    .quarterly-report .qrp--nav .qrp--nav {
      display: none; }
  .quarterly-report .qrp--nav-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .quarterly-report .qrp--nav-item a:before {
      content: " ";
      display: inline-block;
      width: 20px;
      height: 12px;
      cursor: pointer;
      background: 50% center no-repeat url('/static/images/chevron-down--primary.svg?828009718084&4412a8c13e1c'); }
  .quarterly-report .qrp--nav-item__sub-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px; }
  .quarterly-report .qrp-pagination {
    text-transform: uppercase;
    margin: 10px 0;
    width: 100%; }
    .quarterly-report .qrp-pagination .no-right-margin {
      margin-right: 0; }
    .quarterly-report .qrp-pagination a,
    .quarterly-report .qrp-pagination .index {
      color: #55688b;
      font-size: 12px;
      margin: 0 2em; }
      .quarterly-report .qrp-pagination a:visited,
      .quarterly-report .qrp-pagination .index:visited {
        color: #55688b; }
    .quarterly-report .qrp-pagination .index {
      margin-left: 0; }
    .quarterly-report .qrp-pagination .prev,
    .quarterly-report .qrp-pagination .next,
    .quarterly-report .qrp-pagination .first,
    .quarterly-report .qrp-pagination .all {
      display: inline-block; }
    .quarterly-report .qrp-pagination .next {
      float: right; }
    .quarterly-report .qrp-pagination .all {
      margin-right: 0;
      float: right; }
    .quarterly-report .qrp-pagination .decor {
      position: relative;
      bottom: 1px; }
  @media only screen and (min-width: 768px) {
    .quarterly-report .qrp--col {
      height: calc(100vh - 254px);
      overflow-y: scroll;
      position: fixed;
      z-index: 10; } }
  .quarterly-report .qrp--anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden; }
