@charset "utf-8";
/* CSS Document */
#autocomplete {
  position: absolute;
  z-index: 100;
  overflow: hidden;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#autocomplete li {
  cursor: default;
  white-space: pre;
  zoom: 1;
}
html.js .form-autocomplete {
  background-image: url(/s/sites/all/themes/omega/omega/images/misc/throbber.gif?1379458577);
  background-position: 100% 2px;
  background-repeat: no-repeat;
}
html.js .throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}
.form-textarea-wrapper textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.resizable-textarea .grippie {
  height: 9px;
  background: #eeeeee url(/s/sites/all/themes/omega/omega/images/misc/grippie.png?1379458577) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  overflow: hidden;
}
body.drag {
  cursor: move;
}
.tabledrag-handle {
  float: left;
  overflow: hidden;
  text-decoration: none;
  cursor: move;
}
.tabledrag-handle .handle {
  height: 15px;
  width: 15px;
  margin: -0.4em 0;
  padding: 0.4em;
  background: url(/s/sites/all/themes/omega/omega/images/misc/draggable.png?1379458577) no-repeat 6px 9px;
}
.tabledrag-handle:hover {
  text-decoration: none;
}
.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
.indentation {
  float: left;
  width: 20px;
}
.tree-child {
  background: url(/s/sites/all/themes/omega/omega/images/misc/tree.png?1379458577) no-repeat 12px center;
}
.tree-child-last {
  background: url(/s/sites/all/themes/omega/omega/images/misc/tree-bottom.png?1379458577) no-repeat 12px center;
}
.tree-child-horizontal {
  background: url(/s/sites/all/themes/omega/omega/images/misc/tree.png?1379458577) no-repeat -12px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
.sticky-header {
  margin-top: 0;
  background-color: #fff;
}
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  height: 1.5em;
  width: 5px;
  background-color: #000;
}
.progress .percentage {
  float: right;
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  float: left;
  height: 15px;
  width: 15px;
  margin: 2px;
  background: transparent url(/s/sites/all/themes/omega/omega/images/misc/throbber.gif?1379458577) no-repeat 0px -18px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.container-inline div, .container-inline label {
  display: inline;
}
.container-inline .fieldset-wrapper {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
html.js .js-hide {
  display: none;
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.menu {
  border: none;
  list-style: none;
  text-align: left;
}
.menu .expanded {
  list-style-image: url(/s/sites/all/themes/omega/omega/images/misc/menu-expanded.png?1379458577);
  list-style-type: circle;
}
.menu .collapsed {
  list-style-image: url(/s/sites/all/themes/omega/omega/images/misc/menu-collapsed.png?1379458577);
  list-style-type: disc;
}
.menu .leaf {
  list-style-image: url(/s/sites/all/themes/omega/omega/images/misc/menu-leaf.png?1379458577);
  list-style-type: square;
}
.active {
  color: #000;
}
.menu-disabled {
  background: #ccc;
}
.links--inline {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links--inline:after {
  content: "";
  display: table;
  clear: both;
}
.links--inline li {
  float: left;
  margin-right: 1em;
}
.links--inline li > a {
  display: block;
}
.tabs a {
  background-color: #eee;
  text-decoration: none;
}
.tabs a.active {
  background-color: #ccc;
}
.tabs a:hover, .tabs a:focus {
  background-color: #bbb;
}
.tabs--primary {
  margin-bottom: 1em;
  border-bottom: 1px solid #bbb;
}
.tabs--primary a {
  padding: 0.3em 0.8em;
}
.tabs--secondary a {
  padding: 0.2em 0.5em;
  margin: 0.4em 0;
  font-size: 0.9em;
}
.messages {
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
}
.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.messages li {
  list-style-image: none;
}
.messages--status {
  background-image: url(/s/sites/all/themes/omega/omega/images/misc/message-24-ok.png?1379458577);
  border-color: #be7;
}
.messages--status, tr.ok {
  background-color: #f8fff0;
}
.messages--status, .ok {
  color: #234600;
}
.messages--warning {
  background-image: url(/s/sites/all/themes/omega/omega/images/misc/message-24-warning.png?1379458577);
  border-color: #ed5;
}
.messages--warning, tr.warning {
  background-color: #fffce5;
}
.messages--warning, .warning {
  color: #333;
}
.messages--error {
  background-image: url(/s/sites/all/themes/omega/omega/images/misc/message-24-error.png?1379458577);
  border-color: #ed541d;
}
.messages--error, tr.error {
  background-color: #fef5f1;
}
.messages--error, .error {
  color: #333;
}
.error .error {
  color: #8c2e0b;
}
fieldset {
  margin-bottom: 1em;
}
table {
  border-collapse: collapse;
}
th {
  padding-right: 1em;
  background-color: #bbb;
  text-align: left;
}
tr.even, tr.odd {
  background-color: #eee;
}
tr.odd {
  background-color: #ddd;
}
#autocomplete {
  background: #fff;
  border: 1px solid;
  color: #000;
}
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
  padding-left: 15px;
  background: url(/s/sites/all/themes/omega/omega/images/misc/menu-expanded.png?1379458577) 5px 65% no-repeat;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/s/sites/all/themes/omega/omega/images/misc/menu-collapsed.png?1379458577);
  background-position: 5px 50%;
}
.fieldset-legend .summary {
  margin-left: 0.5em;
  color: #999;
  font-size: 0.9em;
}
.drag {
  background-color: #fffff0;
}
.drag-previous {
  background-color: #ffd;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(/s/sites/all/themes/omega/omega/images/misc/progress.gif?1379458577);
}
.selected td {
  background: #ffc;
}
.checkbox, .checkbox {
  text-align: center;
}
.form-item, .form-actions {
  margin-bottom: 1em;
}
.form-item label, .form-actions label {
  display: block;
  font-weight: bold;
}
.form-item .description, .form-actions .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-bottom: 0.4em;
}
.form-checkboxes .description, .form-radios .description {
  margin-left: 2.4em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkbox, .form-radio {
  vertical-align: middle;
}
.marker, .form-required {
  color: #f00;
}
input.error, textarea.error, select.error {
  border: 2px solid red;
}
tr .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.container-inline .form-actions, .container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
.more-link {
  display: block;
  text-align: right;
}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
  background-image: none;
  list-style-type: none;
}
.pager__item--current {
  font-weight: bold;
}
.indented {
  margin-left: 25px;
}
.container-inline-date {
  clear: both;
}
.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}
.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 10px;
  vertical-align: top;
}
.container-inline-date .form-item .form-item {
  float: left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
  margin-right: 5px;
}
.container-inline-date .date-spacer {
  margin-left: -5px;
}
.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}
.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}
.container-inline-date .date-padding {
  padding: 10px;
  float: left;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}
#calendar_div, #calendar_div td, #calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}
.calendar td {
  padding: 0;
}
span.date-display-single {}
span.date-display-start {}
span.date-display-end {}
.date-prefix-inline {
  display: inline-block;
}
.date-clear {
  clear: both;
  display: block;
  float: none;
}
.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}
.date-float {
  clear: none;
  float: left;
  width: auto;
}
.date-float .form-type-checkbox {
  padding-right: 1em;
}
.form-type-date-select .form-type-select[class$=hour] {
  margin-left: .75em;
}
.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}
.date-container .select-container {
  clear: left;
  float: left;
}
div.date-calendar-day {
  background: #F3F3F3;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}
div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  background-color: #B5BEBE;
  color: white;
  font-size: .9em;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: bold;
}
div.date-calendar-day span.year {
  font-size: .9em;
  padding: 2px;
}
.form-item.form-item-instance-widget-settings-input-format-custom, .form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
  margin-right: .6em;
}
.date-year-range-select {
  margin-right: 1em;
}
#ui-datepicker-div {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  background: #eee;
  border-right: 2px #666 solid;
  border-bottom: 2px #666 solid;
  z-index: 9999;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label, .field--label-inline .field__items {
  float: left;
}
div.toboggan-container {
  text-align: center;
}
div.toboggan-login-link-container {
  text-align: left;
}
div.toboggan-login-link-container a {
  text-decoration: none;
}
div.toboggan-block-message {
  text-align: left;
}
div.user-login-block {
  text-align: left;
}
div.user-login-block a {
  text-align: left;
}
.toboggan-unified #login-message {
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
}
.toboggan-unified #login-links {
  text-align: center;
  font-size: 1.5em;
  line-height: 2.7;
}
.toboggan-unified #login-links a {
  padding: .5em;
  border: 1px #666 solid;
  background-color: #EEE;
}
.toboggan-unified #login-links a:hover {
  background-color: #DDD;
}
.toboggan-unified #login-links a.lt-active, .toboggan-unified #login-links a.lt-active:hover {
  background-color: #FFF19A;
  border: 2px #333 solid;
}
.toboggan-unified.login #register-form {
  display: none;
}
.toboggan-unified.register #login-form {
  display: none;
}
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
.search-result__snippet {
  padding-left: 1em;
}
.search-result__info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
div.password-confirm {
  visibility: hidden;
}
.password-strength {
  float: right;
  margin-top: 1.2em;
  width: 17em;
}
.password-strength-title {
  float: left;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  clear: both;
  height: 0.3em;
  width: 100%;
  background-color: #c4c4c4;
}
.password-indicator .indicator {
  height: 100%;
  width: 0%;
  background-color: #47c965;
}
div.password-confirm {
  float: right;
  clear: both;
  width: 17em;
  margin-top: 1.5em;
}
.form-type-password-confirm input {
  width: 16em;
}
.password-suggestions {
  margin: 0.7em 0;
  padding: 0.2em 0.5em;
  border: 1px solid #b4b4b4;
}
.user-profile-item__label {
  font-weight: bold;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: .5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: .5em;
}
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
.views-view-grid tbody {
  border-top: none;
}
.view .progress-disabled {
  float: none;
}
.color-link {
  background: #3d5f7f;
}
.color-link-hover {
  background: #3d5f7f;
}
.color-link-nav {
  background: #333;
}
html {
  font-size: 87.5%;
  line-height: 1.14286em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  line-height: 1.14286em;
  margin: 0.57143em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 1.52381em;
  margin: 0.7619em 0;
}
h3 {
  font-size: 1.17em !important;
  line-height: 1.25em !important;
	margin: 0.9768em 0 !important; }
h4 {
  font-size: 1em;
  line-height: 2.28571em;
  margin: 1.14286em 0;
}
h5 {
  font-size: 0.83em;
  line-height: 1.37694em;
  margin: 1.37694em 0;
}
h6 {
  font-size: 0.67em;
  line-height: 1.70576em;
  margin: 1.70576em 0;
}
blockquote {
  margin: 1.14286em 40px;
}
ol, ul li:before {
  content: none !important;
}
dl, ol, ul {
  margin: 1.14286em 0;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
ol, ul {
  padding: 0 0 0 40px;
}
figcaption, figure {
  display: block;
}
figure {
  margin: 1.14286em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
p, pre {
  margin: 1.14286em 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.14286em;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button, [type="button"], [type="reset"], [type="submit"] {}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
  margin: 1.14286em 0;
  padding: 0 0 0 40px;
}
menu menu, ol menu, ul menu {
  margin: 0;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
embed, img, object, video {
  max-width: 100%;
  height: auto;
}
@media all and (max-width:800px) {
  #toolbar, #admin-menu {
    display: none;
  }
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
html body.logged-in.admin-menu {
  margin-top: 0 !important;
}
.color-link {
  background: #3d5f7f;
}
.color-link-hover {
  background: #3d5f7f;
}
.color-link-nav {
  background: #333;
}
body {
  scrollbar-base-color: white;
  scrollbar-track-color: #f5f5f5;
  scrollbar-face-color: #e1e1e1;
  scrollbar-highlight-color: #e1e1e1;
  scrollbar-3dlight-color: #e1e1e1;
  scrollbar-shadow-color: #e1e1e1;
  scrollbar-darkshadow-color: #e1e1e1;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 1px;
}
::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #e1e1e1;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #cbcbcb;
}
::-webkit-scrollbar-thumb:active {
  background-color: #b4b4b4;
}
.has-no-activity > h3, table.product-family .intro, table.product-family .product__line th, .l-homepage .l-hero h2, .l-homepage .l-hero h2.aux-marketing, .l-homepage .l-content .l-statistics .stat .count, .modal-search .form-search, .profile-author-about .author-name, .pull-quote .quote, .pull-quote .byline, .paragraph-intro, .viz-metadata .viz-title-old, .viz-metadata .viz-title, .related-workbooks .related-viz-header, .component-workbook-tile .ui-awaiting-delete {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
body, .sub-title, .node-type-blog-post .block--ds-extras-page-hero .field--author .label-inline, .node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager a, .node--blog-post--full .field--body h2, .node--blog-post--full .flippy .prev > a, .node--blog-post--full .flippy .next > a, .comments__title, .cta, table.product-family .row__header, table.product-family .product__cost, .custom-gallery .gallery-list-item-container .gallery-list-item-title, .l-homepage .l-hero h1, .l-homepage .l-how .point__description, .media__caption, .author-follow, .author-unfollow, .profile-about-author, .profile-author__form.is-editing .profile-input, .profile-author__form.is-editing .form-type-select, .profile-author__form.is-editing .author-org[contenteditable="true"], .profile-author__form.is-editing .profile-input.author-org, .profile-author__form.is-editing .profile-inputs.author-org, .author-main-info .bio, .trainings--live .event__link > a, .tile, .tile.tile--ui, .user-settings .tab-nav, .user-settings h3, .quicktabs-wrapper .qt--external, .quicktabs-style-tableau-overview > li > a, .quicktabs-style-tableau-overview .tabs > li > a, .quicktabs-style-tableau-overview .tabs--primary > li > a, .pager-load-more .pager-next a, .viz-metadata .form-section.form-viz-permalink .viz-permalink, .viz-metadata .viz-description, .viz-workbook-metadata .viz-workbook__details .basic, .viz-workbook-metadata .viz-workbook__details .extended, .viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header a, .viz-workbook-metadata-beta .viz-workbook__details-beta .basic, .viz-workbook-metadata-beta .viz-workbook__details-beta .extended, .related-workbooks .media-related-viz .viz-title, .component-workbook-tile .workbook-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .badge--viz, .overview-blog .blog-post__title, .overview-blog .blog-post__publish, .node-type-blog-post .block--ds-extras-page-hero .field--author, .node--blog-post--full .field--body .content-feedback__text, form label.error, .custom-gallery .gallery-tab.active a, .custom-gallery .gallery-list-item-container .gallery-badge-list, .custom-gallery .gallery-list-item-container .gallery-list-item-publishDate, .l-homepage .l-cta .media-viz__title, .l-homepage .l-cta .blog-post__title, .l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link, .l-login .author-menu, .l-region--navigation .menu a, .footer-navigation .footer-navigation__heading, .profile-author__form .input-error, .view-display-id-resources_datasets .resource__asset, .custom-search .search-tab.active a, .modal-verification-prompt label.error, .account-signup .form__feedback, .quicktabs-style-tableau-overview > li.active > a, .quicktabs-style-tableau-overview .tabs > li.active > a, .quicktabs-style-tableau-overview .tabs--primary > li.active > a, .adhoc-tabs .tab.active, .line-emphasis, .viz-workbook-metadata .viz-refresh-error, .viz-workbook-metadata .viz-workbook-autosync .api-error, .component-workbook-tile .featured-flyout {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
.badge, .badge--tip, .profile-author-about .author-org, .profile-author-about .author-location, .profile-author-about .profile-website, .profile-preview-toggle, .profile-preview-toggle .toggle, .qtip-content {
  font-family: 'Roboto', sans-serif !important;
}
.has-no-activity > h3, table.product-family .intro, table.product-family .product__line th, .l-homepage .l-hero h2, .l-homepage .l-hero h2.aux-marketing, .l-homepage .l-content .l-statistics .stat .count, .modal-search .form-search, .profile-author-about .author-name, .pull-quote .quote, .pull-quote .byline, .paragraph-intro, .viz-metadata .viz-title-old, .viz-metadata .viz-title, .related-workbooks .related-viz-header, .component-workbook-tile .ui-awaiting-delete, body, .sub-title, .node-type-blog-post .block--ds-extras-page-hero .field--author .label-inline, .node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager a, .node--blog-post--full .field--body h2, .node--blog-post--full .flippy .prev > a, .node--blog-post--full .flippy .next > a, .comments__title, .cta, table.product-family .row__header, table.product-family .product__cost, .custom-gallery .gallery-list-item-container .gallery-list-item-title, .l-homepage .l-hero h1, .l-homepage .l-how .point__description, .media__caption, .author-follow, .author-unfollow, .profile-about-author, .profile-author__form.is-editing .profile-input, .profile-author__form.is-editing .form-type-select, .profile-author__form.is-editing .author-org[contenteditable="true"], .profile-author__form.is-editing .profile-input.author-org, .profile-author__form.is-editing .profile-inputs.author-org, .author-main-info .bio, .trainings--live .event__link > a, .tile, .tile.tile--ui, .user-settings .tab-nav, .user-settings h3, .quicktabs-wrapper .qt--external, .quicktabs-style-tableau-overview > li > a, .quicktabs-style-tableau-overview .tabs > li > a, .quicktabs-style-tableau-overview .tabs--primary > li > a, .pager-load-more .pager-next a, .viz-metadata .form-section.form-viz-permalink .viz-permalink, .viz-metadata .viz-description, .viz-workbook-metadata .viz-workbook__details .basic, .viz-workbook-metadata .viz-workbook__details .extended, .viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header a, .viz-workbook-metadata-beta .viz-workbook__details-beta .basic, .viz-workbook-metadata-beta .viz-workbook__details-beta .extended, .related-workbooks .media-related-viz .viz-title, .component-workbook-tile .workbook-title, h1, h2, h3, h4, h5, h6, .badge--viz, .overview-blog .blog-post__title, .overview-blog .blog-post__publish, .node-type-blog-post .block--ds-extras-page-hero .field--author, .node--blog-post--full .field--body .content-feedback__text, form label.error, .custom-gallery .gallery-tab.active a, .custom-gallery .gallery-list-item-container .gallery-badge-list, .custom-gallery .gallery-list-item-container .gallery-list-item-publishDate, .l-homepage .l-cta .media-viz__title, .l-homepage .l-cta .blog-post__title, .l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link, .l-login .author-menu, .l-region--navigation .menu a, .footer-navigation .footer-navigation__heading, .profile-author__form .input-error, .view-display-id-resources_datasets .resource__asset, .custom-search .search-tab.active a, .modal-verification-prompt label.error, .account-signup .form__feedback, .quicktabs-style-tableau-overview > li.active > a, .quicktabs-style-tableau-overview .tabs > li.active > a, .quicktabs-style-tableau-overview .tabs--primary > li.active > a, .adhoc-tabs .tab.active, .line-emphasis, .viz-workbook-metadata .viz-refresh-error, .viz-workbook-metadata .viz-workbook-autosync .api-error, .component-workbook-tile .featured-flyout, .badge, .badge--tip, .profile-author-about .author-org, .profile-author-about .author-location, .profile-author-about .profile-website, .profile-preview-toggle, .profile-preview-toggle .toggle, .qtip-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.badge, .badge--tip {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  padding: 0.14286em 0.42857em;
  letter-spacing: 0.07143em;
  border-radius: 1px;
}
.authorCard-list, .global-footer__language .global-footer__language-options, .profile-author__form ul.profile-websites, .author-main-info .profile-websites, .viz-block-grid, .l-search-results .searchhead ul, .google-search-pager .pager, .google-search-results, .viz-workbook-metadata .workbook-detail-list, .viz-workbook-metadata .viz-workbook-autosync, .viz-workbook-metadata-beta .workbook-detail-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !Important;
}
.component-workbook-tile .workbook-action-frame, .component-workbook-tile .workbook-action-vbox, .component-workbook-tile .workbook-favorite-vbox, .component-workbook-tile .workbook-toast-vbox {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.overview-blog .blog-post__author-image img {
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  border-radius: 100px;
  vertical-align: middle;
}
.authorCard-list .authorCard-avatar img {
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  vertical-align: middle;
}
.overlay-content .close .text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  width: 1px;
  height: 1px;
}
input[type="checkbox"] {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.form-section, .l-homepage .l-main > .l-inner, .l-region--navigation .menu, .google-search-results, .logged-in .l-admin .tabs.tabs--primary, .logged-in .l-admin .tabs.tabs--primary li, .quicktabs-style-tableau-overview, .views-exposed-widgets .views-exposed-widget, .block--ds-extras-viz-navigation .custom-pager {
  border: 0;
  padding: 0;
  margin: 0;
}
.overview-blog .blog-post__thumbnail img, .custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail img, .l-homepage .l-hero .video-cover, .l-homepage .l-hero .hero-video, .ratio-lock [class*="ratio-content"], #cboxOverlay, .overlay-shade, .related-workbooks .media-related-viz .viz-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.l-nope .missing-visuals img, .activity-list-single-column .author-profile, .activity-list-single-column .author__workbook img, .node-type-blog-post .l-content img, .custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail, .l-homepage .l-cta .l-blog .blog-post__thumbnail, .media-viz .media-viz__thumbnail, .media-video .media-video__player, .cropArea, .gss-thumbnail-image img, .search-result--author .gss-thumbnail-image img, .custom-search .result-thumbnail img, .author-list .author__workbook img, .react-modal-content, .tile .shadow, .react-toast-content, .related-workbooks .media-related-viz .viz-thumb, .component-workbook-tile .workbook-thumbnail-container {
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.l-nope .missing-visuals img, .activity-list-single-column .author-profile, .activity-list-single-column .author__workbook img, .node-type-blog-post .l-content img, .custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail, .l-homepage .l-cta .l-blog .blog-post__thumbnail, .media-viz .media-viz__thumbnail, .media-video .media-video__player, .cropArea, .gss-thumbnail-image img, .search-result--author .gss-thumbnail-image img, .custom-search .result-thumbnail img, .author-list .author__workbook img {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 6px;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-return > a, .block--ds-extras-viz-navigation .field--viz-gallery-return > a, .viz-control-bar .author-return {
  color: #656565;
  text-decoration: none;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-return > a:hover, .block--ds-extras-viz-navigation .field--viz-gallery-return > a:hover, .viz-control-bar .author-return:hover {
  color: #323232;
  text-decoration: none;
}
.form__select:after, .form-type-select:after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer .navigation, .clearfix, .content-container, .activity-list-single-column .author-profile, .activity-list-single-column .author__all, .author .author__details, .overview-blog .blog-post, .overview-blog .blog-post__intro, .node-type-blog-post .block__content.stuck, .overview-download .features, .form-section, .l-homepage .l-cta .l-votd, .l-homepage .l-cta .l-blog, .l-homepage .sequence .slide, .l-homepage .sequence .seq-nav, .media--left, .media--right, .modal .modal-content, .l-nav--secondary .l-inner, .l-header .l-login, .l-header .l-search, .author-info, .profile-author__form.is-editing .form-section, .l-search-results .gss-result, .author-list .author-profile, .logged-in .l-admin, .account-manage > .form-section, .quicktabs-wrapper .l-tabs, #cboxLoadedContent, .pull-quote, .block--ds-extras-viz-navigation .custom-pager, .workbook-detail__form, .viz-workbook-metadata .viz-workbook-metadata__head, .viz-workbook-metadata .viz-workbook__details, .viz-workbook-metadata-beta .viz-workbook-metadata__head, .viz-workbook-metadata-beta .viz-workbook__details-beta {
  *zoom: 1;
}
.l-footer .navigation:before, .clearfix:before, .content-container:before, .activity-list-single-column .author-profile:before, .activity-list-single-column .author__all:before, .author .author__details:before, .overview-blog .blog-post:before, .overview-blog .blog-post__intro:before, .node-type-blog-post .block__content.stuck:before, .overview-download .features:before, .form-section:before, .l-homepage .l-cta .l-votd:before, .l-homepage .l-cta .l-blog:before, .l-homepage .sequence .slide:before, .l-homepage .sequence .seq-nav:before, .media--left:before, .media--right:before, .modal .modal-content:before, .l-nav--secondary .l-inner:before, .l-header .l-login:before, .l-header .l-search:before, .author-info:before, .profile-author__form.is-editing .form-section:before, .l-search-results .gss-result:before, .author-list .author-profile:before, .logged-in .l-admin:before, .account-manage > .form-section:before, .quicktabs-wrapper .l-tabs:before, #cboxLoadedContent:before, .pull-quote:before, .block--ds-extras-viz-navigation .custom-pager:before, .workbook-detail__form:before, .viz-workbook-metadata .viz-workbook-metadata__head:before, .viz-workbook-metadata .viz-workbook__details:before, .viz-workbook-metadata-beta .viz-workbook-metadata__head:before, .viz-workbook-metadata-beta .viz-workbook__details-beta:before, .l-footer .navigation:after, .clearfix:after, .content-container:after, .activity-list-single-column .author-profile:after, .activity-list-single-column .author__all:after, .author .author__details:after, .overview-blog .blog-post:after, .overview-blog .blog-post__intro:after, .node-type-blog-post .block__content.stuck:after, .overview-download .features:after, .form-section:after, .l-homepage .l-cta .l-votd:after, .l-homepage .l-cta .l-blog:after, .l-homepage .sequence .slide:after, .l-homepage .sequence .seq-nav:after, .media--left:after, .media--right:after, .modal .modal-content:after, .l-nav--secondary .l-inner:after, .l-header .l-login:after, .l-header .l-search:after, .author-info:after, .profile-author__form.is-editing .form-section:after, .l-search-results .gss-result:after, .author-list .author-profile:after, .logged-in .l-admin:after, .account-manage > .form-section:after, .quicktabs-wrapper .l-tabs:after, #cboxLoadedContent:after, .pull-quote:after, .block--ds-extras-viz-navigation .custom-pager:after, .workbook-detail__form:after, .viz-workbook-metadata .viz-workbook-metadata__head:after, .viz-workbook-metadata .viz-workbook__details:after, .viz-workbook-metadata-beta .viz-workbook-metadata__head:after, .viz-workbook-metadata-beta .viz-workbook__details-beta:after {
  content: "";
  display: table;
}
.l-footer .navigation:after, .clearfix:after, .content-container:after, .activity-list-single-column .author-profile:after, .activity-list-single-column .author__all:after, .author .author__details:after, .overview-blog .blog-post:after, .overview-blog .blog-post__intro:after, .node-type-blog-post .block__content.stuck:after, .overview-download .features:after, .form-section:after, .l-homepage .l-cta .l-votd:after, .l-homepage .l-cta .l-blog:after, .l-homepage .sequence .slide:after, .l-homepage .sequence .seq-nav:after, .media--left:after, .media--right:after, .modal .modal-content:after, .l-nav--secondary .l-inner:after, .l-header .l-login:after, .l-header .l-search:after, .author-info:after, .profile-author__form.is-editing .form-section:after, .l-search-results .gss-result:after, .author-list .author-profile:after, .logged-in .l-admin:after, .account-manage > .form-section:after, .quicktabs-wrapper .l-tabs:after, #cboxLoadedContent:after, .pull-quote:after, .block--ds-extras-viz-navigation .custom-pager:after, .workbook-detail__form:after, .viz-workbook-metadata .viz-workbook-metadata__head:after, .viz-workbook-metadata .viz-workbook__details:after, .viz-workbook-metadata-beta .viz-workbook-metadata__head:after, .viz-workbook-metadata-beta .viz-workbook__details-beta:after {
  clear: both;
}
.node-type-blog-post .block--ds-extras-page-hero .field--ds-user-picture a, .l-homepage .l-hero .play-video, .l-homepage .sequence .slide-content a, .l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link, .l-login .author-menu, .l-login .author-menu a:hover, .l-region--navigation .menu a, .toast .toast__close:hover, .quicktabs-wrapper .qt--external:hover, .quicktabs-style-tableau-overview > li > a:hover, .quicktabs-style-tableau-overview .tabs > li > a:hover, .quicktabs-style-tableau-overview .tabs--primary > li > a:hover, .workbook-detail__form .lineage a.disabled, .viz-workbook-metadata .workbook-detail-list a.disabled {
  text-decoration: none;
  background-image: none;
}
.node-type-blog-post .block--ds-extras-page-hero .field--ds-user-picture a:hover, .l-homepage .l-hero .play-video:hover, .l-homepage .sequence .slide-content a:hover, .l-header .l-region--navigation .signup-link:hover, .l-header .l-region--navigation .login-link:hover, .l-login .author-menu:hover, .l-login .author-menu a:hover, .l-region--navigation .menu a:hover, .toast .toast__close:hover, .quicktabs-wrapper .qt--external:hover, .quicktabs-style-tableau-overview > li > a:hover, .quicktabs-style-tableau-overview .tabs > li > a:hover, .quicktabs-style-tableau-overview .tabs--primary > li > a:hover, .workbook-detail__form .lineage a.disabled:hover, .viz-workbook-metadata .workbook-detail-list a.disabled:hover {
  background-image: none;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-return > a:before, .comment-reply:before, input[type="checkbox"]:checked:before, .overlay-content .close:before, .block--ds-extras-viz-navigation .field--viz-gallery-return > a:before, .viz-control-bar .author-return:before {
  display: inline-block;
  font-family: "public-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
input[type="checkbox"] {
  outline: 0;
}
input[type="checkbox"]:focus:before {
  border: 1px solid #2c9de8;
  box-shadow: 0 0 5px #2c9de8;
}
.tile.tile--icon, .component-workbook-tile .workbook-action-icon {
  font-size: 1.42857em;
  line-height: 28px;
  width: 35px;
  height: 34px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.clear.outline.tile.tile--icon, .component-workbook-tile .clear.outline.workbook-action-icon {
  border-color: #b2b2b2;
}
.tile.tile--icon [class^="icon-"], .component-workbook-tile .workbook-action-icon [class^="icon-"] {
  line-height: 1;
}
.component-workbook-tile .ui-hide::after, .component-workbook-tile .ui-show::after {
  -webkit-transform: rotate(47.5deg);
  -moz-transform: rotate(47.5deg);
  -ms-transform: rotate(47.5deg);
  -o-transform: rotate(47.5deg);
  transform: rotate(47.5deg);
  background: #fff;
  border-radius: 20px;
  content: ' ';
  display: block;
  height: 2px;
  left: -7px;
  position: absolute;
  top: 14px;
  width: 42px;
}
@font-face {
  font-family: 'Benton Sans';
  src: local("Benton Sans Thin");
  src: url("/s/sites/all/fonts/bentonsans-thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'Benton Sans';
  src: local("Benton Sans Light");
  src: url("/s/sites/all/fonts/bentonsans-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Benton Sans';
  src: local("Benton Sans Book");
  src: url("/s/sites/all/fonts/bentonsans-book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Benton Sans';
  src: local("Benton Sans Medium");
  src: url("/s/sites/all/fonts/bentonsans-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Benton Sans';
  src: local("Benton Sans Book");
  src: url("/s/sites/all/fonts/bentonsans-book-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'public-icons';
  src: url("/s/sites/all/themes/revizit/fonts/public-icon-font/public-icons.eot?#iefix") format("embedded-opentype"), url("/s/sites/all/themes/revizit/fonts/public-icon-font/public-icons.woff") format("woff"), url("/s/sites/all/themes/revizit/fonts/public-icon-font/public-icons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.modal-tbd .logo {
  width: 180px;
  margin-bottom: 20px;
}
body {
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
}
.l-page {
  padding-top: 50px;
}
.l-page > .sticky-wrapper {
  height: 50px;
  margin-top: -50px;
}
.l-header {
  background: #2d4b65;
  height: 50px;
}
.l-region--header {
  text-align: right;
}
.l-main {
  min-height: 350px;
}
.l-content {
  padding-top: 24px;
  background: #fff;
}
.l-content.angular-content {
  padding-top: 0;
}
.l-footer {
  background: #102332;
  color: #fff;
  padding: 36px 0;
}
.l-footer .about {
  font-size: 0.71429em;
  text-align: center;
}
@media (min-width:55em) {
  .l-footer .about {
    text-align: left;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width:64em) {
  .l-footer .about {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
.l-footer .about img {
  width: 180px;
  margin-bottom: 6px;
}
.l-footer .navigation {
  padding-left: 84px;
  padding-right: 84px;
}
@media (min-width:30em) {
  .l-footer .navigation {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media (min-width:55em) {
  .l-footer .navigation {
    padding-left: 0;
    padding-right: 0;
    width: 83.05085%;
    float: right;
    margin-right: 0;
    margin-top: 24px;
  }
}
@media (min-width:64em) {
  .l-footer .navigation {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding-top: 7px;
    padding-left: 24px;
    margin-top: 0;
  }
}
.l-footer .navigation .footer-navigation__heading {
  color: #fff;
  margin-bottom: 12px;
  margin-top: 36px;
}
@media (min-width:55em) {
  .l-footer .navigation .footer-navigation__heading {
    margin-top: 0;
  }
}
.l-footer .navigation a {
  color: #fff;
}
.l-footer .navigation .badge {
  background: rgba(255, 255, 255, 0.75);
  color: #102332;
}
.l-footer .social {
  padding-left: 84px;
  padding-right: 84px;
  margin-top: 48px;
}
@media (min-width:30em) {
  .l-footer .social {
    text-align: center;
  }
}
@media (min-width:55em) {
  .l-footer .social {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 20px;
  }
}
@media (min-width:64em) {
  .l-footer .social {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    text-align: right;
    position: static;
    right: auto;
  }
}
.l-footer .social a {
  font-size: 1.71429em;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin-right: 12px;
}
.l-footer div[class^="grid-"] {
  margin-bottom: 12px;
}
@media (min-width:55em) {
  .l-footer div[class^="grid-"] {
    margin-bottom: 0;
  }
}
.page-title {
  font-size: 2.57143em;
  margin-top: 24px;
  margin-bottom: 0;
  color: #323232;
}
.page-subtitle {
  color: #b2b2b2;
  font-size: 20px;
}
.page-subtitle:before {
  content: '/';
  color: #b2b2b2;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
.sub-title {
  color: #4d4d4d;
  font-size: 0.92857em;
}
.overview-section {
  background: #f4f4f4;
  padding: 36px 0 0;
}
.l-overview .l-content.l-inner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.l-overview .block--quicktabs {
  background: #f4f4f4;
}
.l-overview .overview__wrapper {
  background: #f4f4f4;
  margin-top: 24px;
  padding-top: 24px;
  min-height: 768px;
}
.l-content.l-inner {
  padding-bottom: 24px;
}
.node-type-page .l-content.l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.l-standard .node--page--full {
  padding-top: 24px;
  background: #f4f4f4;
}
.block--ds-extras-page-title {
  margin-top: 24px;
}
@media (min-width:64em) {
  .l-standard.page-node-1770 .l-content .field--body, .l-standard.page-node-1771 .l-content .field--body {
    padding-left: 72px;
    padding-right: 72px;
  }
}
#block-nodeblock-7 .l-inner {
  padding-left: 0;
  padding-right: 0;
}
.view .feed-icon {
  display: none;
}
html {
  font-size: 14px;
  line-height: 1.42857em;
}
.grid-1 {
  width: 21.05263%;
  float: left;
  margin-right: 5.26316%;
}
@media (min-width:55em) {
  .grid-1 {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-2 {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}
@media (min-width:55em) {
  .grid-2 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-3 {
  width: 73.68421%;
  float: left;
  margin-right: 5.26316%;
}
@media (min-width:55em) {
  .grid-3 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-5 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-5 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-6 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-7 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-7 {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-8 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-9 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-9 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-10 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-10 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-11 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-11 {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
  }
}
.grid-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .grid-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.push-11 {
  margin-left: 93.22034%;
}
.pull-11 {
  margin-left: -93.22034%;
}
.push-10 {
  margin-left: 84.74576%;
}
.pull-10 {
  margin-left: -84.74576%;
}
.push-9 {
  margin-left: 76.27119%;
}
.pull-9 {
  margin-left: -76.27119%;
}
.push-8 {
  margin-left: 67.79661%;
}
.pull-8 {
  margin-left: -67.79661%;
}
.push-7 {
  margin-left: 59.32203%;
}
.pull-7 {
  margin-left: -59.32203%;
}
.push-6 {
  margin-left: 50.84746%;
}
.pull-6 {
  margin-left: -50.84746%;
}
.push-5 {
  margin-left: 42.37288%;
}
.pull-5 {
  margin-left: -42.37288%;
}
.push-4 {
  margin-left: 33.89831%;
}
.pull-4 {
  margin-left: -33.89831%;
}
.push-3 {
  margin-left: 25.42373%;
}
.pull-3 {
  margin-left: -25.42373%;
}
.push-2 {
  margin-left: 16.94915%;
}
.pull-2 {
  margin-left: -16.94915%;
}
.push-1 {
  margin-left: 8.47458%;
}
.pull-1 {
  margin-left: -8.47458%;
}
.omega, .grid-last {
  margin-right: 0 !important;
}
.margin-top-none {
  margin-top: 0px !important;
}
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.margin-left-none {
  margin-left: 0px !important;
}
.margin-right-none {
  margin-right: 0px !important;
}
.margin-all-none {
  margin: 0px !important;
}
.margin-top-one {
  margin-top: 12px !important;
}
.margin-bottom-one {
  margin-bottom: 12px !important;
}
.margin-left-one {
  margin-left: 12px !important;
}
.margin-right-one {
  margin-right: 12px !important;
}
.margin-all-one {
  margin: 12px !important;
}
.margin-top-two {
  margin-top: 24px !important;
}
.margin-bottom-two {
  margin-bottom: 24px !important;
}
.margin-left-two {
  margin-left: 24px !important;
}
.margin-right-two {
  margin-right: 24px !important;
}
.margin-all-two {
  margin: 24px !important;
}
.margin-top-three {
  margin-top: 36px !important;
}
.margin-bottom-three {
  margin-bottom: 36px !important;
}
.margin-left-three {
  margin-left: 36px !important;
}
.margin-right-three {
  margin-right: 36px !important;
}
.margin-all-three {
  margin: 36px !important;
}
.margin-top-four {
  margin-top: 48px !important;
}
.margin-bottom-four {
  margin-bottom: 48px !important;
}
.margin-left-four {
  margin-left: 48px !important;
}
.margin-right-four {
  margin-right: 48px !important;
}
.margin-all-four {
  margin: 48px !important;
}
.margin-top-five {
  margin-top: 60px !important;
}
.margin-bottom-five {
  margin-bottom: 60px !important;
}
.margin-left-five {
  margin-left: 60px !important;
}
.margin-right-five {
  margin-right: 60px !important;
}
.margin-all-five {
  margin: 60px !important;
}
.padding-top-none {
  padding-top: 0px !important;
}
.padding-bottom-none {
  padding-bottom: 0px !important;
}
.padding-left-none {
  padding-left: 0px !important;
}
.padding-right-none {
  padding-right: 0px !important;
}
.padding-all-none {
  padding: 0px !important;
}
.padding-top-one {
  padding-top: 12px !important;
}
.padding-bottom-one {
  padding-bottom: 12px !important;
}
.padding-left-one {
  padding-left: 12px !important;
}
.padding-right-one {
  padding-right: 12px !important;
}
.padding-all-one {
  padding: 12px !important;
}
.padding-top-two {
  padding-top: 24px !important;
}
.padding-bottom-two {
  padding-bottom: 24px !important;
}
.padding-left-two {
  padding-left: 24px !important;
}
.padding-right-two {
  padding-right: 24px !important;
}
.padding-all-two {
  padding: 24px !important;
}
.padding-top-three {
  padding-top: 36px !important;
}
.padding-bottom-three {
  padding-bottom: 36px !important;
}
.padding-left-three {
  padding-left: 36px !important;
}
.padding-right-three {
  padding-right: 36px !important;
}
.padding-all-three {
  padding: 36px !important;
}
.padding-top-four {
  padding-top: 48px !important;
}
.padding-bottom-four {
  padding-bottom: 48px !important;
}
.padding-left-four {
  padding-left: 48px !important;
}
.padding-right-four {
  padding-right: 48px !important;
}
.padding-all-four {
  padding: 48px !important;
}
.padding-top-five {
  padding-top: 60px !important;
}
.padding-bottom-five {
  padding-bottom: 60px !important;
}
.padding-left-five {
  padding-left: 60px !important;
}
.padding-right-five {
  padding-right: 60px !important;
}
.padding-all-five {
  padding: 60px !important;
}
.content-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11%;
  padding-right: 11%;
}
.content-container.content-container--wide {
  padding-left: 3%;
  padding-right: 3%;
}
.content-container.content-container--narrow {
  padding-left: 16%;
  padding-right: 16%;
}
.content-container.content-container--text-column {
  padding-left: 22%;
  padding-right: 22%;
}
b, strong {
  font-weight: 500;
}
.text--xxl {
  font-size: 2.57143em;
}
.text--xl {
  font-size: 1.71429em;
}
.text--l {
  font-size: 1.28571em;
}
.text--s {
  font-size: 0.85714em;
}
.text--xs {
  font-size: 0.78571em;
}
.text--xxs {
  font-size: 0.71429em;
}
.text--copy {
  color: #4d4d4d;
}
.text--copy-light {
  color: #656565;
}
.text--copy-muted {
  color: #888;
}
.text--white {
  color: #fff;
}
.text--left {
  text-align: left !important;
}
.text--centered {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #323232;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 600;
}
.heading-strong {
  font-weight: 500;
}
h1 {
  font-size: 2.57143em;
}
h2 {
  font-size: 1.71429em;
}
h3 {
  font-size: 1.28571em;
}
.heading--1 {
  font-size: 2.57143em !important;
}
.heading--2 {
  font-size: 1.71429em !important;
}
.heading--3 {
  font-size: 1.28571em !important;
}
h3, h4, h5, h6 {
  margin-bottom: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before, .icon-arrow-b:before, .icon-arrow-l:before, .icon-arrow-pipe-l:before, .icon-arrow-pipe-r:before, .icon-arrow-r:before, .icon-arrow-t:before, .icon-badge-featured-viz:before, .icon-badge-featured-viz-make:before, .icon-badge-votd:before, .icon-calendar:before, .icon-checkmark:before, .icon-chevron-b:before, .icon-chevron-l:before, .icon-chevron-r:before, .icon-chevron-t:before, .icon-close:before, .icon-close-circle:before, .icon-dashboard:before, .icon-download:before, .icon-edit-copy:before, .icon-edit-pencil:before, .icon-export:before, .icon-favorite-empty:before, .icon-favorite-filled:before, .icon-favorite-small-empty:before, .icon-favorite-small-filled:before, .icon-file-generic:before, .icon-geolocation:before, .icon-globe:before, .icon-lock:before, .icon-logo-apple:before, .icon-logo-windows:before, .icon-map:before, .icon-mobile-menu:before, .icon-play-circle-small:before, .icon-plus:before, .icon-present:before, .icon-quote-double-start:before, .icon-refresh:before, .icon-search:before, .icon-setting-gear:before, .icon-share:before, .icon-social-facebook:before, .icon-social-gplus:before, .icon-social-instagram:before, .icon-social-linkedin:before, .icon-social-linkedin-negative:before, .icon-social-rss:before, .icon-social-twitter:before, .icon-social-youtube:before, .icon-story-book:before, .icon-table-join:before, .icon-tableau-logo:before, .icon-tablet:before, .icon-trash:before, .icon-triangle-down:before, .icon-triangle-left:before, .icon-triangle-right:before, .icon-triangle-up:before, .icon-vizql:before {
  display: inline-block;
  font-family: "public-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-arrow-b:before {
  content: "\f133";
}
.icon-arrow-l:before {
  content: "\f12a";
}
.icon-arrow-pipe-l:before {
  content: "\f118";
}
.icon-arrow-pipe-r:before {
  content: "\f119";
}
.icon-arrow-r:before {
  content: "\f12b";
}
.icon-arrow-t:before {
  content: "\f134";
}
.icon-badge-featured-viz:before {
  content: "\f129";
}
.icon-badge-featured-viz-make:before {
  content: "\f12e";
}
.icon-badge-votd:before {
  content: "\f12f";
}
.icon-calendar:before {
  content: "\f100";
}
.icon-checkmark:before {
  content: "\f132";
}
.icon-chevron-b:before {
  content: "\f11c";
}
.icon-chevron-l:before {
  content: "\f11d";
}
.icon-chevron-r:before {
  content: "\f11e";
}
.icon-chevron-t:before {
  content: "\f11f";
}
.icon-close:before {
  content: "\f120";
}
.icon-close-circle:before {
  content: "\f101";
}
.icon-dashboard:before {
  content: "\f121";
}
.icon-download:before {
  content: "\f122";
}
.icon-edit-copy:before {
  content: "\f145";
}
.icon-edit-pencil:before {
  content: "\f11a";
}
.icon-export:before {
  content: "\f123";
}
.icon-favorite-empty:before {
  content: "\f140";
}
.icon-favorite-filled:before {
  content: "\f141";
}
.icon-favorite-small-empty:before {
  content: "\f142";
}
.icon-favorite-small-filled:before {
  content: "\f144";
}
.icon-file-generic:before {
  content: "\f131";
}
.icon-geolocation:before {
  content: "\f124";
}
.icon-globe:before {
  content: "\f125";
}
.icon-lock:before {
  content: "\f136";
}
.icon-logo-apple:before {
  content: "\f12c";
}
.icon-logo-windows:before {
  content: "\f12d";
}
.icon-map:before {
  content: "\f130";
}
.icon-mobile-menu:before {
  content: "\f102";
}
.icon-play-circle-small:before {
  content: "\f128";
}
.icon-plus:before {
  content: "\f135";
}
.icon-present:before {
  content: "\f11b";
}
.icon-quote-double-start:before {
  content: "\f103";
}
.icon-refresh:before {
  content: "\f104";
}
.icon-search:before {
  content: "\f105";
}
.icon-setting-gear:before {
  content: "\f106";
}
.icon-share:before {
  content: "\f107";
}
.icon-social-facebook:before {
  content: "\f108";
}
.icon-social-gplus:before {
  content: "\f109";
}
.icon-social-instagram:before {
  content: "\f10a";
}
.icon-social-linkedin:before {
  content: "\f10b";
}
.icon-social-linkedin-negative:before {
  content: "\f126";
}
.icon-social-rss:before {
  content: "\f10c";
}
.icon-social-twitter:before {
  content: "\f10d";
}
.icon-social-youtube:before {
  content: "\f10e";
}
.icon-story-book:before {
  content: "\f127";
}
.icon-table-join:before {
  content: "\f10f";
}
.icon-tableau-logo:before {
  content: "\f110";
}
.icon-tablet:before {
  content: "\f111";
}
.icon-trash:before {
  content: "\f112";
}
.icon-triangle-down:before {
  content: "\f113";
}
.icon-triangle-left:before {
  content: "\f114";
}
.icon-triangle-right:before {
  content: "\f115";
}
.icon-triangle-up:before {
  content: "\f116";
}
.icon-vizql:before {
  content: "\f117";
}
.l-nope {
  background: #f4f4f4;
  padding: 10em 0 5em;
  text-align: center;
  min-height: 750px;
}
.l-nope h1 {
  font-size: 2.57143em;
}
.l-nope .not-found-title a {
  text-decoration: underline;
}
.l-nope .missing-visuals {
  margin-top: 48px;
}
.l-nope .missing-visuals img {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  width: 100px;
  display: inline-block;
  margin-left: 48px;
  padding: 0;
  border-color: #323232;
}
.l-nope .missing-visuals img:first-child {
  margin-left: 0;
}
.l-oos .l-main .node--page--full {
  background: url("/s/sites/all/themes/revizit/images/bg-unavailable-ninja.png") 83% 320px no-repeat #fff;
  padding-top: 48px;
  min-height: 860px;
  text-align: center;
  -webkit-background-size: auto 28%;
  -o-background-size: auto 28%;
  background-size: auto 28%;
}
@media (min-width:55em) {
  .l-oos .l-main .node--page--full {
    background-position: 90% 210px;
    -webkit-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
  }
}
.l-oos .ninja-workers {
  margin-top: 240px;
}
@media (min-width:55em) {
  .l-oos .ninja-workers {
    margin-top: 280px;
  }
}
.activity-view {
  min-height: 768px;
}
.activity-list-single-column {
  padding-left: 0;
  margin-top: 10px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width:48em) {
  .activity-list-single-column {
    margin-top: 20px;
  }
}
.activity-list-single-column .author-profile {
  background: white;
  list-style: none;
  padding: 20px;
  padding-bottom: 40px;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width:30em) {
  .activity-list-single-column .author-profile {
    width: 340px;
  }
}
@media (min-width:48em) {
  .activity-list-single-column .author-profile {
    width: 670px;
  }
}
.activity-list-single-column .author__all {
  display: flex;
  flex-direction: row;
}
.activity-list-single-column .author__info {
  display: flex;
}
.activity-list-single-column .author__avatar {
  margin-right: 20px;
}
.activity-list-single-column .author__avatar img {
  margin: 0;
  min-width: 60px;
  max-width: 60px;
}
@media (min-width:48em) {
  .activity-list-single-column .author__avatar img {
    min-width: 80px;
    max-width: 80px;
  }
}
.activity-list-single-column .author__activity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  width: 100%;
}
.activity-list-single-column .author__activity .author-name {
  font-size: 1.14286em;
  line-height: 20px;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width:48em) {
  .activity-list-single-column .author__activity .author-name {
    font-size: 1.28571em;
    line-height: normal;
  }
}
.activity-list-single-column .author__activity .activity-description {
  margin-top: 8px;
  font-size: 0.85714em;
  color: #191919;
}
.activity-list-single-column .author__activity .activity-time {
  color: #888;
}
.activity-list-single-column .author__workbook {
  width: 100%;
}
@media (min-width:48em) {
  .activity-list-single-column .author__workbook {
    width: 370px;
  }
}
.activity-list-single-column .author__workbook img {
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 1px;
}
.activity-list-single-column .author__workbook .viz-title {
  color: #4d4d4d;
  margin-bottom: 8px;
  font-size: 1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width:48em) {
  .activity-list-single-column .author__workbook .viz-title {
    font-size: 1.14286em;
  }
}
.activity-list-single-column .author__workbook .viz-details {
  display: flex;
  line-height: 24px;
}
.activity-list-single-column .author__workbook .viz-details .viz-author {
  display: inline-block;
  flex: 1;
  font-size: 1em;
}
.activity-list-single-column .author__workbook .viz-details .viz-author a {
  color: #666666;
}
.activity-list-single-column .author__workbook .viz-details .viz-view-info {
  color: #888;
  flex: 1;
  font-size: 1em;
  text-align: right;
}
.all-activities-loaded {
  position: relative;
  bottom: 40px;
  text-align: center;
}
@media (min-width:64em) {
  .has-no-activity {
    padding-left: 25.42373%;
    padding-right: 25.42373%;
  }
}
.has-no-activity > h2 {
  color: #656565;
  font-size: 1.71429em;
  margin-bottom: 0;
}
.has-no-activity > h3 {
  color: #656565;
  margin-bottom: 12px;
}
.activity-logged-out {
  position: relative;
  background: url("//cdnl.tblsft.com/sites/default/files/pages/hero_public.jpg") top center no-repeat;
  padding-top: 96px;
  height: 573px;
  background-size: cover;
  margin-top: -24px;
  color: #fff;
}
.activity-logged-out h1, .activity-logged-out .l-inner > p, .activity-logged-out .l-inner > p a {
  color: #fff;
}
.activity-logged-out p {
  font-size: 1.14286em;
}
.activity-favorite-count {
  padding-left: 6px;
}
.activity-favorite-count.favorite-in-feed {
  cursor: pointer;
}
ul.authorCard-list {
  margin: 0;
  padding-bottom: 12px;
}
.authorCard-list .authorCard-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 6px;
  border-bottom: 1px solid #e6e6e6;
}
.authorCard-list .authorCard-avatar {
  flex-basis: 50px;
}
.authorCard-list .authorCard-name {
  flex-basis: auto;
  padding-left: 12px;
  font-size: 1em;
  line-height: normal;
}
.activity-feed-nav-bar {
  padding-top: 6px;
  margin-top: -24px;
}
.activity-feed-nav-bar .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.28571em;
  padding: 0;
}
.activity-feed-nav-bar .nav-tabs a {
  display: block;
  padding: 0.35714em 0.85714em;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 400;
}
.activity-feed-nav-bar .nav-tabs a:visited {
  color: #4d4d4d;
}
.activity-feed-nav-bar .nav-tabs a:hover {
  color: #707070;
}
.activity-feed-nav-bar .nav-tabs a:active {
  color: #444;
}
.activity-feed-nav-bar .nav-tabs > li {
  display: inline-block;
  color: #656565;
}
@media all and (max-width:30em) {
  .activity-feed-nav-bar .nav-tabs > li a {
    padding-left: 1.78571em;
  }
}
.activity-feed-nav-bar .nav-tabs > li.active {
  color: #323232;
  border-bottom: 3px solid #2d4b65;
}
.activity-feed-nav-bar .nav-tabs > li.active a {
  font-weight: 500;
}
.overview-authors .block--quicktabs .block__content > .l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.view-display-id-authors_featured .author {
  margin-bottom: 96px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width:55em) {
  .view-display-id-authors_featured .author {
    width: 49.15254%;
    float: left;
    margin-bottom: 48px;
  }
  .view-display-id-authors_featured .author:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .view-display-id-authors_featured .author:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:64.0625em) {
  .view-display-id-authors_featured .author {
    width: 650px;
    padding-left: 80px;
    padding-right: 80px;
    float: left;
    display: inline-block;
    min-height: 450px;
    margin-bottom: 48px;
  }
}
.author .author__username {
  display: none;
}
.author .author__avatar {
  display: block;
  height: auto;
  margin: 12px auto 24px;
  border: 2px solid #aaa;
  border-radius: 999em;
  width: 160px;
}
@media (min-width:64em) {
  .author .author__avatar {
    margin-right: 18px;
    float: left;
  }
}
@media (min-width:64em) {
  .author .author__info {
    max-width: 250px;
    float: left;
    margin-top: 24px;
  }
}
.author .author__name {
  font-size: 1.28571em;
  text-align: center;
}
@media (min-width:55em) {
  .author .author__name {
    text-align: left;
    margin-top: 24px;
  }
}
.author .author__stats {
  text-align: center;
  display: block;
  margin: 0px;
  padding-top: 2px;
}
@media (min-width:55em) {
  .author .author__stats {
    text-align: left;
  }
  .author .author__stats [class^="author-follow"], .author .author__stats .author-workbooks {
    margin-left: 0;
    display: block;
    margin-bottom: 2px;
  }
}
@media (min-width:64em) {
  .author .author__stats [class^="author-follow"], .author .author__stats .author-workbooks {
    margin-left: 12px;
    display: inline;
  }
  .author .author__stats [class^="author-follow"]:first-child, .author .author__stats .author-workbooks:first-child {
    margin-left: 0;
  }
}
.author .author__location {
  color: #888;
  font-size: 0.85714em;
  text-align: center;
  display: block;
}
@media (min-width:55em) {
  .author .author__location {
    text-align: left;
    display: inline-block;
    margin-bottom: 2px;
  }
}
.author .author__link {
  text-align: center;
  margin-top: 24px;
}
.author .clear.outline.tile {
  border-color: #656565;
}
.author__link .author-follow, .author__link .author-unfollow, .author__link .author__link--profile {
  display: block;
  width: auto;
  margin-top: 6px;
}
@media (min-width:55em) {
  .author__link .author-follow, .author__link .author-unfollow, .author__link .author__link--profile {
    display: inline-block;
    width: 13em;
  }
}
@media (min-width:64em) {
  .author__link .author-follow, .author__link .author-unfollow, .author__link .author__link--profile {
    margin-right: 6px;
  }
}
@media (min-width:55em) {
  .author__link .author-unfollow {
    margin-left: 3px;
  }
}
.badge {
  color: #fff;
  vertical-align: middle;
  margin-left: 6px;
  text-decoration: none;
}
.badge:hover {
  text-decoration: none;
}
.badge.orange {
  background: #ea8e4f;
}
.badge.red {
  background: #ea4353;
}
.badge.green {
  background: #2ccb96;
}
.badge.grey {
  background: #B1B1B1;
}
.badge.white {
  background: #fff;
  color: #252525;
}
.badge--tip {
  position: relative;
  margin-left: 12px;
}
.badge--tip:before {
  position: absolute;
  z-index: 2;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: -5px;
  border-width: 0 6px 6px 0;
  border-color: transparent #B1B1B1 transparent transparent;
}
.badge--tip.orange:before {
  border-right-color: #ea8e4f;
}
.badge--tip.outline {
  border: 1px solid #dd6a35;
}
.badge--tip.outline:before {
  top: 0;
  left: -6px;
}
.badge--tip.outline:after {
  position: absolute;
  z-index: 1;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: -8px;
  border-width: 0 8px 8px 0;
  border-color: transparent #dd6a35 transparent transparent;
}
.badge--tip.outline.orange:after {
  border-right-color: #dd6a35;
}
.badge--viz {
  font-size: 0.78571em;
  font-weight: 500;
  background: #4895B1;
  color: #fff;
  padding: 6px;
  text-transform: uppercase;
  margin-right: 6px;
}
@media (min-width:64em) {
  .badge--viz {
    font-size: 0.78571em;
    padding: 12px;
  }
}
.badge--votd {
  display: none;
}
.badge--votw {
  background: #2DA28C;
}
.badge--iron {
  background: #F5717F;
}
.badge--fanalytics {
  background: #6F5D7F;
}
.overview-blog .overview-blog {
  margin-top: 24px;
}
.overview-blog .blog-post {
  margin-top: 12px;
}
@media (min-width:55em) {
  .overview-blog .blog-post {
    padding-left: 16.94915%;
    padding-right: 16.94915%;
  }
}
@media (min-width:85.375em) {
  .overview-blog .blog-post {
    padding-left: 25.42373%;
    padding-right: 25.42373%;
  }
}
.overview-blog .blog-post:first-child {
  margin-top: 0;
}
.overview-blog .blog-post__thumbnail {
  border: 1px solid #d9d9d9;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.overview-blog .blog-post__thumbnail img {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.overview-blog .blog-post__intro {
  border: 1px solid #d9d9d9;
  background: #fff;
  position: relative;
  padding: 12px 18px;
  z-index: 1;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (min-width:30em) {
  .overview-blog .blog-post__intro {
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 0 #ccc;
    box-shadow: 1px 1px 0 #ccc;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}
@media (min-width:55em) {
  .overview-blog .blog-post__intro {
    margin-left: 24px;
    margin-right: 24px;
    -webkit-transform: translateY(-66%);
    -moz-transform: translateY(-66%);
    -ms-transform: translateY(-66%);
    -o-transform: translateY(-66%);
    transform: translateY(-66%);
  }
}
.overview-blog .blog-post__title {
  font-size: 1.71429em;
  color: #323232;
  margin-bottom: 6px;
}
.overview-blog .blog-post__author-image {
  display: inline-block;
  margin-right: 6px;
}
.overview-blog .blog-post__author-image img {
  border-color: #657585;
}
.overview-blog .blog-post__author-name {
  display: inline-block;
  font-style: italic;
}
.overview-blog .blog-post__description {
  margin-top: 6px;
}
.overview-blog .blog-post__publish {
  display: inline-block;
  margin-top: 24px;
}
.overview-blog .blog-post__publish em {
  font-style: normal;
}
.node-type-blog-post .l-content.l-inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.node-type-blog-post .block--ds-extras-page-hero {
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #aaa;
  color: #4d4d4d;
}
@media (min-width:64em) {
  .node-type-blog-post .block--ds-extras-page-hero {
    height: 375px;
  }
}
.node-type-blog-post .block--ds-extras-page-hero .block__content {
  padding: 12px 0;
  z-index: 0;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  bottom: 0;
}
@media (min-width:64em) {
  .node-type-blog-post .block--ds-extras-page-hero .block__content {
    position: absolute;
  }
}
.node-type-blog-post .block--ds-extras-page-hero .block__content .l-inner {
  position: relative;
  z-index: 10;
}
.node-type-blog-post .block--ds-extras-page-hero a {
  color: #fff;
}
.node-type-blog-post .block--ds-extras-page-hero .field--blog-return, .node-type-blog-post .block--ds-extras-page-hero .field--blog-nav-pager {
  display: none;
}
.node-type-blog-post .block--ds-extras-page-hero .field--publish-date, .node-type-blog-post .block--ds-extras-page-hero .field--author {
  display: inline-block;
}
.node-type-blog-post .block--ds-extras-page-hero .field--author {
  margin-right: 4px;
}
.node-type-blog-post .block--ds-extras-page-hero .field--title {
  margin-bottom: 12px;
  max-width: 80em;
}
.node-type-blog-post .block--ds-extras-page-hero .field--title h2 {
  font-size: 1.28571em;
}
@media (min-width:64em) {
  .node-type-blog-post .block--ds-extras-page-hero .field--title h2 {
    font-size: 2.57143em;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
.node-type-blog-post .block--ds-extras-page-hero .field--ds-user-picture {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.node-type-blog-post .block--ds-extras-page-hero .field--ds-user-picture img {
  border: 3px solid #f4f4f4;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
.node-type-blog-post .block--ds-extras-page-hero .field--easy-social {
  position: relative;
  display: inline-block;
  margin-top: 12px;
}
@media (min-width:55em) {
  .node-type-blog-post .block--ds-extras-page-hero .field--easy-social {
    position: absolute;
    margin-top: 0;
    right: 12px;
    bottom: 0;
  }
}
.node-type-blog-post .block__content.stuck {
  height: 47px;
  position: fixed !important;
  padding-top: 0 !important;
  top: 50px;
  width: 100%;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.node-type-blog-post .block__content.stuck .l-inner {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-return {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 15px;
}
@media (min-width:55em) {
  .node-type-blog-post .block__content.stuck .l-inner .field--blog-return {
    top: 12px;
    left: 20px;
    font-size: 1.28571em;
    padding-right: 33px;
    border-right: 1px solid #e5e5e5;
  }
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-return > a:before {
  content: "ï„";
}
.node-type-blog-post .block__content.stuck .l-inner .field--title {
  display: none;
}
@media (min-width:55em) {
  .node-type-blog-post .block__content.stuck .l-inner .field--title {
    display: block;
    margin-top: 0;
    margin-left: 120px;
    margin-bottom: 0;
  }
}
.node-type-blog-post .block__content.stuck .l-inner .field--title h2 {
  font-size: 1.28571em;
  margin-bottom: 6px;
}
.node-type-blog-post .block__content.stuck .l-inner .field--author {
  display: none;
}
.node-type-blog-post .block__content.stuck .l-inner .field--easy-social {
  display: none;
}
@media (min-width:55em) {
  .node-type-blog-post .block__content.stuck .l-inner .field--easy-social {
    display: inline-block;
    top: 14px;
  }
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager {
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager .flippy {
  margin: 0;
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager a {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 1px;
  line-height: 1;
  font-size: 1.14286em;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  color: #323232;
  background: none;
  border: 1px solid #656565;
  font-size: 0.85714em;
}
@media (min-width:55em) {
  .node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager a {
    font-size: 1em;
    padding: 11px 1.64286em;
  }
}
.node-type-blog-post .block__content.stuck .l-inner .field--blog-nav-pager a:hover {
  background: #e5e5e5;
}
.node-type-blog-post .block__content.stuck .l-inner .field--ds-user-picture, .node-type-blog-post .block__content.stuck .l-inner .label-inline, .node-type-blog-post .block__content.stuck .l-inner .date-display-single {
  display: none;
}
.node-type-blog-post .l-content {
  padding-top: 0;
}
.node-type-blog-post .l-content .field--body {
  float: none !important;
  padding-bottom: 48px;
}
@media (min-width:55em) {
  .node-type-blog-post .l-content .field--body {
    padding-left: 16.94915%;
    padding-right: 16.94915%;
  }
}
.node-type-blog-post .l-content img {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.node--blog-post--full {
  background: #f4f4f4;
  padding-top: 24px;
}
.node--blog-post--full .field--body {
  font-size: 1.28571em;
  line-height: 1.5;
}
.node--blog-post--full .field--body .paragraph-intro {
  font-size: 0.88889em;
}
.node--blog-post--full .field--body .line-emphasis {
  font-size: 1.33333em;
}
.node--blog-post--full .field--body h2 {
  font-size: 1.66667em;
}
.node--blog-post--full .field--body h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.node--blog-post--full .field--body p + h2 {
  margin-top: 36px;
}
.node--blog-post--full .field--body h2 + p, .node--blog-post--full .field--body h3 + p {
  margin-top: 0;
}
.node--blog-post--full .field--body .media-image {
  margin-top: 48px;
}
.node--blog-post--full .field--body .media-image__caption {
  line-height: 1.2;
  font-size: 0.77778em;
}
.node--blog-post--full .field--body .pull-quote .quote {
  font-size: 1.66667em;
}
.node--blog-post--full .field--body .pull-quote .byline {
  font-size: 1.33333em;
}
.node--blog-post--full .field--body .content-feedback__heading {
  font-size: 1.66667em;
}
.node--blog-post--full .field--body .content-feedback__text {
  font-size: 1em;
  margin-bottom: 12px;
}
.node--blog-post--full .flippy {
  margin-left: 0;
  text-align: center;
  margin-bottom: 48px;
  padding-left: 0;
}
@media (min-width:55em) {
  .node--blog-post--full .flippy .next {
    margin-left: 84px;
  }
}
.node--blog-post--full .flippy .prev > a, .node--blog-post--full .flippy .next > a {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 1px;
  line-height: 1;
  font-size: 1.14286em;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #323232;
  background: none;
  border: 1px solid #656565;
  width: 10em;
}
@media (min-width:55em) {
  .node--blog-post--full .flippy .prev > a, .node--blog-post--full .flippy .next > a {
    font-size: 1em;
    padding: 11px 1.64286em;
  }
}
@media (min-width:55em) {
  .node--blog-post--full .flippy .prev > a, .node--blog-post--full .flippy .next > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.node--blog-post--full .flippy .prev > a:hover, .node--blog-post--full .flippy .next > a:hover {
  background: #e5e5e5;
}
.comments__title {
  font-size: 2.57143em;
}
.comment {
  margin-top: 24px;
}
.comment h3 {
  font-size: 1.28571em;
}
.comment__info .permalink {
  display: inline-block;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #656565;
}
.comment__submitted {
  margin-top: 0;
  display: inline-block;
}
.comment__content p:first-child {
  margin-top: 0;
}
.comment__content p:last-child {
  margin-bottom: 0;
}
.comments__form-title {
  margin-top: 48px;
}
.comment-reply a {
  display: inline-block;
}
.block--commentsblock, .page-comment {
  padding: 36px 0;
}
@media (min-width:64em) {
  .block--commentsblock .comment-wrapper, .page-comment .comment-wrapper {
    width: columns(6, 12);
  }
}
.block--commentsblock .form-textarea, .page-comment .form-textarea {
  padding: 10px;
  border-radius: 2px;
  -webkit-box-shadow: inset -2px 2px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -2px 2px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -2px 2px 3px 1px rgba(0, 0, 0, 0.05);
}
.block--commentsblock .filter-wrapper, .page-comment .filter-wrapper {
  border: 0;
  padding: 20px 0;
  font-size: .85em;
}
@media (min-width:64em) {
  .page-comment .comment, .page-comment .comment-form {
    width: columns(6, 12);
  }
}
.page-comment .comment-form {
  margin-top: 48px;
}
#edit-preview {
  background: #656565;
}
.comment-reply:before {
  content: "ï„ª";
  margin-right: 6px;
  font-size: 0.85714em;
}
.comment__links .comment-reply > a {
  display: inline-block;
}
.js .node-type-contest #header-blocks, .js .node-type-contest #search-box, .js .node-type-contest #navbar {
  display: none;
}
.node-type-contest p {
  font-size: 14px;
  line-height: 1.6em;
}
.js .node-type-contest #page, .js .node-type-contest #content {
  width: 100%;
}
.js .node-type-contest #header-inner, .js .node-type-contest #content-header, .js .node-type-contest #footer-inner, .js .node-type-contest .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.js .node-type-contest #footer .content {
  background: #fff;
}
.js .node-type-contest #content-area {
  padding: 0;
}
.js .node-type-contest .contest-intro {
  width: 490px;
  margin-left: 400px;
}
.js .node-type-contest #content .content {
  position: relative;
  background: #f3f8fc;
  padding: 25px 0;
  margin-top: 3em;
  margin-bottom: 4em;
  min-height: 740px;
}
.node-type-contest .prize {
  border-radius: 300px;
  background: #6ea7d4;
  padding: 40px;
  overflow: hidden;
  position: absolute;
  behavior: url("/sites/all/themes/tableau_public_1/js/PIE.htc");
}
.node-type-contest .prize, .node-type-contest .prize h3, .node-type-contest .circle h4, .node-type-contest .prize .info, .node-type-contest .prize .more, .node-type-contest #layer-info a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.node-type-contest .shellax-layer {
  position: absolute;
  top: 375px;
  left: 16%;
}
.node-type-contest #layer-1 {
  z-index: 4;
  left: 0;
}
.node-type-contest #layer-2 {
  z-index: 1;
}
.node-type-contest #layer-3 {
  z-index: 2;
}
.node-type-contest #layer-info {
  z-index: 30;
}
.node-type-contest #layer-prize {
  z-index: 3;
}
.node-type-contest .shellax-layer .circle {
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100px;
  display: inline-block;
  opacity: 0.9;
  behavior: url("/sites/all/themes/tableau_public_1/js/PIE.htc");
}
.node-type-contest .shellax-layer .circle.small {
  width: 60px;
  height: 60px;
}
.node-type-contest .shellax-layer .circle.smallmed {
  width: 100px;
  height: 100px;
}
.node-type-contest .shellax-layer .circle.med {
  width: 150px;
  height: 150px;
}
.node-type-contest .shellax-layer .circle.large {
  width: 200px;
  height: 200px;
}
.node-type-contest .shellax-layer .circle.x-large {
  width: 20px;
  height: 250px;
}
.node-type-contest .shellax-layer .c1 {
  background: #666666;
}
.node-type-contest .shellax-layer .c2 {
  background: #2683c2;
}
.node-type-contest .shellax-layer .c3 {
  background: #f77a20;
}
.node-type-contest .shellax-layer .c4 {
  background: #0260a3;
}
.node-type-contest .shellax-layer .c5 {
  background: #e94e4a;
}
.node-type-contest .shellax-layer .c6 {
  background: #19b2dc;
}
.node-type-contest .shellax-layer .c7 {
  background: #f53;
}
.node-type-contest .shellax-layer .c8 {
  background: #037;
}
.node-type-contest .shellax-layer .grey {
  background: #666666;
}
.node-type-contest .shellax-layer .blue-a {
  background: #0260a3;
}
.node-type-contest .shellax-layer .blue-c {
  background: #2683c2;
}
.node-type-contest .shellax-layer .blue-d {
  background: #19b2dc;
}
.node-type-contest .shellax-layer .orange {
  background: #f77a20;
}
.node-type-contest .shellax-layer .orange-bright {
  background: #f53;
}
.node-type-contest .shellax-layer .red-e {
  background: #e94e4a;
}
.node-type-contest .shellax-layer .blue-7 {
  background: #037;
}
.node-type-contest .prize .more {
  opacity: 0;
  padding: 10px;
}
.node-type-contest .prize:hover .more {
  opacity: 1;
}
.node-type-contest .prize h3, .node-type-contest .circle h4, .node-type-contest .prize .info {
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.node-type-contest .prize h3, .node-type-contest .circle h4 {
  font-size: 36px;
  margin-top: 25%;
  text-transform: uppercase;
}
.node-type-contest .circle h4 {
  font-size: 18px;
  margin-top: 50%;
}
.node-type-contest .prize:hover h3 {
  margin-top: 10%;
}
.node-type-contest .prize .more, .node-type-contest .prize .more p {
  color: #fff;
  font-weight: 400;
}
.node-type-contest .big.prize {
  top: 30px;
  left: 30px;
  width: 390px;
  height: 390px;
  background-color: rgba(232, 122, 51, 0.95);
  z-index: 100;
}
.node-type-contest .big.prize:hover {
  width: 450px;
  height: 450px;
  margin-top: -30px;
  margin-left: -30px;
}
.node-type-contest .big.prize .more {
  width: 200px;
}
.node-type-contest .big.prize:hover .more {
  width: 320px;
  margin: 1em auto;
  height: 180px;
  overflow-y: auto;
}
.node-type-contest .crowd.prize h3 {
  border-bottom: 6px solid #56a5d4;
}
.node-type-contest .crowd.prize {
  background-color: rgba(38, 131, 194, 0.95);
  right: 170px;
  top: 60px;
  width: 330px;
  height: 330px;
  z-index: 50;
}
.node-type-contest .crowd.prize:hover {
  width: 430px;
  height: 430px;
}
.node-type-contest .crowd.prize .more {
  width: 200px;
}
.node-type-contest .crowd.prize:hover .more {
  width: 250px;
  margin: 1em auto;
  height: 150px;
  overflow-y: auto;
}
.node-type-contest #layer-info a.faq.circle:hover, .node-type-contest #layer-info a.gallery.circle:hover {
  width: 120px;
  height: 120px;
  text-decoration: none;
}
.node-type-contest .student.prize {
  left: 260px;
  top: 350px;
  z-index: 10;
  width: 300px;
  height: 300px;
  background-color: rgba(28, 69, 130, 0.95);
}
.node-type-contest .student.prize h3 {
  margin-top: 15%;
  border-bottom: 6px solid #1853a7;
}
.node-type-contest .student.prize:hover {
  width: 420px;
  height: 420px;
}
.node-type-contest .student.prize .more {
  width: 200px;
}
.node-type-contest .student.prize:hover .more {
  width: 250px;
  margin: 1em auto;
  height: 100px;
  overflow-y: auto;
}
.l-instructions {
  position: relative;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 1em 0 4em;
  display: table;
  width: 100%;
}
.l-instructions .instruction {
  text-align: center;
  width: 268px;
  padding: 5px 26px 20px;
  border-left: 1px solid #ddd;
  display: table-cell;
  vertical-align: top;
}
.l-instructions .instruction:first-child {
  border-left: 0;
}
.l-instructions .instruction .step {
  color: #f08429;
  font-size: 72px;
  font-weight: 400;
}
.l-instructions .instruction h3 {
  font-size: 2em;
  font-weight: 400;
  margin: 1em 0 1.5em;
}
.l-instructions .instruction p {
  margin-top: 5px;
  text-align: center;
  font-weight: 400;
}
#layer-1 b.med.circle.grey {
  top: -180px !important;
  left: 119px !important;
  width: 170px;
  height: 170px;
  background: rgba(75, 75, 75, 0.9);
  z-index: 30;
}
#layer-1 b.smallmed.circle.grey {
  top: -80px !important;
}
#layer-info .faq {
  background: url("http://www.tableausoftware.com/public/sites/default/files/icon_question.png") center 30% no-repeat #19b2dc;
}
#layer-info .gallery {
  background: url("http://www.tableausoftware.com/public/sites/default/files/icon_vizz.png") center 30% no-repeat rgba(38, 131, 194, 0.95);
}
.node-type-contest .more {
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.node-type-contest .prize h3 {
  margin-top: 31%;
}
.node-type-contest h3 {
  color: #666;
}
.node-type-contest .student.prize h3 {
  margin-top: 15%;
  border-bottom: 6px solid #2964c9;
}
.node-type-contest .student.prize h3 {
  margin-top: 20%;
}
.node-type-contest .crowd.prize:hover {
  margin-top: -40px;
  margin-right: -40px;
}
.node-type-contest .student.prize:hover {
  margin-top: -40px;
  margin-left: -40px;
}
a.faq.circle {
  left: 740px !important;
}
a.faq.circle:hover {
  margin-top: -25px;
  margin-left: -25px;
}
#layer-2 b.med.circle.orange-bright {
  background: #f77a20;
}
.node-type-contest .shellax-layer .grey {
  background: #888;
}
.js .node-type-contest .contest-intro {
  width: 490px;
  margin-left: 400px;
}
.l-prizes {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  margin-top: 3em;
  margin-bottom: 4em;
  min-height: 740px;
}
.cta {
  display: inline-block;
  margin: .5em 0;
  padding: 13px 30px;
  background-color: #ff6d02;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-font-smoothing: auto;
  transition: background-color 0.25s, color 0.35s;
}
.cta:nth-child(n+2) {
  margin-left: 1em;
}
.cta:hover, .cta:focus {
  background-color: #dd6a35;
  color: #fff;
  text-decoration: underline;
}
.cta:active {
  text-decoration: underline;
}
.cta:before, .cta:after {
  display: inline-block;
  text-decoration: underline;
}
.cta:before, .cta:after, .cta:hover:before, .cta:hover:after {
  text-decoration: none;
}
.cta.cta--secondary {
  border: 2px solid #ff6d02;
  padding: 11px 28px;
  background: transparent;
  color: #ff6d02;
}
.cta.cta--secondary:hover, .cta.cta--secondary:focus {
  border-color: #ffb16f;
  background: transparent;
  color: #dd6a35;
}
.cta.cta--secondary:active {
  border-color: #ffb16f;
  background: transparent;
  color: #ffb16f;
}
.cta.cta--secondary.cta--light {
  border-color: #fff;
  color: #fff;
}
.cta.cta--secondary.cta--light:hover, .cta.cta--secondary.cta--light:focus {
  border-color: #fff;
  color: #fff;
}
.cta.cta--secondary.cta--light:active {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.cta.cta--full-width {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width:639px) {
  .cta {
    display: block;
    text-align: center;
  }
  .cta:nth-child(n+2) {
    margin-left: 0;
  }
  button.cta {
    width: 100%;
  }
}
.default-state__container {
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.default-state__container .default-state__icon {
  height: 80px;
  margin-bottom: 36px;
  width: 80px;
}
.default-state__container .default-state__title--primary {
  color: #666;
  font-size: 1.28571em;
  font-weight: 400;
  margin-bottom: 16px;
}
.default-state__container .default-state__title--secondary {
  color: #666;
  font-size: 1em;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 28px;
}
.default-state__container .default-state__cta {
  margin: 0 6px;
}
@media all and (max-width:30em) {
  .default-state__container .default-state__cta {
    margin-bottom: 28px;
  }
  .default-state__container .default-state__cta.download {
    display: none;
  }
  .default-state__container .default-state__cta.download-mobile {
    display: block;
  }
}
.default-state__container .default-state__cta.download {
  display: inline-block;
}
.default-state__container .default-state__cta.download i {
  margin-right: 10px;
}
.default-state__container .default-state__cta.download-mobile {
  text-decoration: underline;
  display: none;
}
.public-product-download-form {
  display: inline-block;
}
.public-product-download-form .form-item-email {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 0;
}
.public-product-download-form .form-item-email label {
  text-align: left;
  display: none;
}
.public-product-download-form .form-item-email .form-text {
  position: relative;
  width: 180px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #ff6d02;
  line-height: 1;
  height: 3em;
  font-size: 1.14286em;
  font-style: normal;
  width: 70vw;
  left: -2px;
}
@media (min-width:55em) {
  .public-product-download-form .form-item-email .form-text {
    left: auto;
    width: 240px;
    font-size: 1em;
  }
}
.public-product-download-form .form-item-email .form-text::placeholder, .public-product-download-form .form-item-email .form-text::-webkit-input-placeholder {
  font-style: normal;
  color: #707070;
}
.public-product-download-form.action.tile {
  color: #fff;
  background: #ff6d02;
}
.public-product-download-form.action.tile.outline {
  border: 1px solid #ffb16f;
}
.public-product-download-form.action.tile:hover {
  background: #ffb16f;
  color: #fff;
}
.public-product-download-form .form-submit {
  margin: 0 !important;
  height: 3em;
  vertical-align: top;
  width: 70vw;
}
@media (min-width:55em) {
  .public-product-download-form .form-submit {
    width: auto;
  }
}
.public-product-download-form label.error {
  display: block;
  margin-top: 3px;
}
.public-product-download-form.success .form-item-email .form-text {
  border: 1px solid #2ccb96;
}
.lte-ie9 .public-product-download-form .form-item-email label {
  display: block;
}
.lte-ie9 .l-homepage .l-download {
  margin-top: -14px;
}
.lte-ie9 .l-homepage .public-product-download-form .form-item-email label {
  color: #fff;
}
.overview-download {}
.overview-download .l-features {
  background: #f4f4f4;
  padding-top: 24px;
}
.overview-download .l-features h2 {
  text-align: center;
}
.overview-download .intro.l-inner {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 36px;
}
@media (min-width:55em) {
  .overview-download .intro.l-inner {
    padding-left: 16.94915%;
    padding-right: 16.94915%;
  }
}
.overview-download .intro.l-inner h2 {
  font-size: 2.57143em;
}
.overview-download .intro.l-inner h3 {
  color: #656565;
}
.overview-download .intro.l-inner .action.tile {
  margin-top: 24px;
  margin-bottom: 12px;
}
.overview-download .intro.l-inner .action.tile [class^="icon-"] {
  margin-right: 12px;
}
.overview-download .intro.l-inner .product__screencap {
  margin-top: 36px;
  margin-bottom: -42px;
}
.overview-download .intro.l-inner .requirements {
  margin-top: 24px;
}
.overview-download .intro.l-inner .requirements h3 {
  font-size: 1em;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 6px;
  padding-right: 9px;
  border-right: 1px solid #656565;
}
.overview-download .not-auto-download .public-product-download-form {
  margin-top: 24px;
}
.overview-download .is-auto-download {
  padding: 24px 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #2ccb96;
  color: #fff;
  margin-top: 24px;
}
.overview-download .is-auto-download h2, .overview-download .is-auto-download h3 {
  margin-bottom: 6px;
  color: #fff !important;
}
.overview-download .is-auto-download h3 {
  display: inline-block;
  margin-right: 12px;
}
.overview-download .is-auto-download a {
  color: #fff;
}
.overview-download .is-auto-download .cta-download {
  margin-bottom: 6px !important;
  color: #656565;
  font-weight: 500;
}
.overview-download .is-auto-download .secondary-download {
  margin-bottom: 0;
}
.overview-download .l-content > .l-inner {
  padding-top: 48px;
}
.overview-download .l-features .feature {
  text-align: center;
  margin-bottom: 72px;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width:55em) {
  .overview-download .l-features .feature {
    width: 49.15254%;
    float: left;
  }
  .overview-download .l-features .feature:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .overview-download .l-features .feature:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
.overview-download .l-features .feature [class^="icon-"] {
  font-size: 64px;
  color: #656565;
}
.overview-download .l-features .feature .feature__title, .overview-download .l-features .feature .feature__description {
  text-align: left;
}
.overview-download .l-features .feature .feature__title {
  margin-top: 12px;
  color: #323232;
  text-align: center;
}
@media (min-width:55em) {
  .overview-download .l-features .feature .feature__title {
    text-align: left;
  }
}
.overview-download .l-features .feature .feature__description {
  color: #656565;
}
.l-product-family {
  padding-top: 48px;
}
table.product-family th, table.product-family td {
  display: block;
}
@media (min-width:55em) {
  table.product-family th, table.product-family td {
    display: table-cell;
  }
}
table.product-family th.personal, table.product-family th.professional, table.product-family td.personal, table.product-family td.professional {
  display: none;
}
@media (min-width:55em) {
  table.product-family th.personal, table.product-family th.professional, table.product-family td.personal, table.product-family td.professional {
    display: table-cell;
  }
}
table.product-family th.active, table.product-family td.active {
  display: block !important;
  background: transparent;
}
@media (min-width:55em) {
  table.product-family th.active, table.product-family td.active {
    display: table-cell !important;
  }
}
table.product-family .intro {
  font-size: 2.57143em;
  margin-bottom: 48px;
}
table.product-family .row__header {
  font-size: 1.71429em;
}
table.product-family .product__spec, table.product-family .product__price {
  border-top: 1px solid #d9d9d9;
}
table.product-family .product__spec ul, table.product-family .product__price ul {
  margin-left: 0;
  padding-left: 18px;
}
table.product-family .product__spec ul, table.product-family .product__spec ol, table.product-family .product__price ul, table.product-family .product__price ol {
  margin-top: 0;
}
table.product-family .product__spec td, table.product-family .product__price td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
}
@media (min-width:55em) {
  table.product-family .product__spec td, table.product-family .product__price td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
table.product-family .product__price {
  border-top: 0;
  padding-top: 0;
}
table.product-family .product__line {
  display: none;
}
@media (min-width:55em) {
  table.product-family .product__line {
    display: table-row;
  }
}
table.product-family .product__line th {
  font-size: 2.14286em;
  background: #fff;
  padding-bottom: 12px;
}
table.product-family .product__line th:first-child {
  width: 22%;
}
table.product-family .product__line .public, table.product-family .product__line .personal, table.product-family .product__line .professional {
  width: 26%;
}
table.product-family .product__cost {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.28571em;
  margin-bottom: 6px;
}
@media (min-width:55em) {
  table.product-family .product__cost {
    display: block;
    margin-right: 0;
  }
}
table.product-family .cta [class^="icon-"] {
  position: relative;
  bottom: -2px;
  margin-right: 6px;
}
.l-footnotes {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #f4f4f4;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.l-footnotes .footnotes {
  font-size: 0.85714em;
}
#product-family-toggle {
  display: block;
  padding-bottom: 24px;
}
@media (min-width:55em) {
  #product-family-toggle {
    display: none;
  }
}
#product-family-toggle .form-type-select select {
  font-size: 14px;
}
form input.error {
  border: 1px solid #c83946 !important;
}
form label.error {
  color: #c83946 !important;
}
input[type="tel"], input[type="url"], input[type="number"], input[type="search"], .profile-input, #profile-url, textarea {
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in;
  border: 1px solid #b2b2b2;
  border-radius: 1px;
  padding: 6px 6px;
}
@media (min-width:55em) {
  input[type="tel"], input[type="url"], input[type="number"], input[type="search"], .profile-input, #profile-url, textarea {
    padding: 6px 6px;
  }
}
input[type="tel"]:hover, input[type="url"]:hover, input[type="number"]:hover, input[type="search"]:hover, .profile-input:hover, #profile-url:hover, textarea:hover {
  border: 1px solid #656565;
}
.input-text {
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in;
  border: none;
  border-bottom: 1px solid #cbcbcb;
  padding-top: 6px;
  padding-left: 0;
  padding-bottom: 6px;
}
.input-text:hover {
  border: none;
  border-bottom: 1px solid #656565;
}
.input-text:focus {
  border: none;
  border-bottom: 1px solid #2DCC97;
  outline: none;
}
.input-text.error {
  border: none !important;
  border-bottom: 1px solid #c83946 !important;
}
.input-text::input-placeholder {
  font-style: normal;
  color: #ccc;
  font-size: 13px;
}
.input-text::-webkit-input-placeholder {
  font-style: normal;
  color: #ccc;
  font-size: 13px;
}
.input-text::-moz-placeholder {
  font-style: normal;
  color: #ccc;
  font-size: 13px;
}
.input-text:-ms-input-placeholder {
  font-style: normal;
  color: #ccc;
  font-size: 13px;
}
.input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-text:focus:-moz-placeholder {
  color: transparent;
}
.input-text:focus::-moz-placeholder {
  color: transparent;
}
.input-text:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
.form-type-checkbox {
  margin-bottom: 6px;
}
input[type="checkbox"] {
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
}
input[type="checkbox"]:before {
  content: '';
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-appearance: initial;
  background: #fff;
  width: 14px;
  height: 14px;
  padding-left: 1px;
  font-size: 10px;
  vertical-align: top;
}
input[type="checkbox"]:checked:before {
  content: "ï„²";
  padding-top: 1px;
}
input[type="checkbox"].error:before {
  border: 1px solid #c83946;
}
.form__select, .form-type-select {
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in;
  position: relative;
  display: block;
  border: 1px solid #b2b2b2;
  border-radius: 1px;
  background: #fff;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
@media (min-width:55em) {
  .form__select, .form-type-select {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.form__select:hover, .form-type-select:hover {
  border: 1px solid #656565;
}
.form__select:hover:before, .form-type-select:hover:before {
  background: #b2b2b2;
}
.form__select:hover:after, .form-type-select:hover:after {
  border-color: #323232 transparent transparent transparent;
}
.form__select:before, .form-type-select:before {
  -webkit-transition: background 150ms ease-in;
  -moz-transition: background 150ms ease-in;
  -o-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
  position: absolute;
  top: 0;
  right: 24px;
  height: 100%;
  width: 1px;
  background: #ddd;
  content: '';
}
.form__select:after, .form-type-select:after {
  -webkit-transition: border-color 150ms ease-in;
  -moz-transition: border-color 150ms ease-in;
  -o-transition: border-color 150ms ease-in;
  transition: border-color 150ms ease-in;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  right: 8px;
  content: '';
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #656565 transparent transparent transparent;
}
.form__select select, .form-type-select select {
  position: relative;
  z-index: 5;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  padding: 0 30px 0 6px;
}
.form__select select:focus, .form-type-select select:focus {
  outline: none;
}
.form__select select::-ms-expand, .form-type-select select::-ms-expand {
  display: none;
}
label, .form-label {
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.85714em;
  color: #656565;
}
label.error, .form-label.error {
  font-family: "Benton Sans Medium""Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
label a:hover, .form-label a:hover {
  text-decoration: underline;
}
.lte-ie9 .form__select:before, .lte-ie9 .form-type-select:before {
  right: 30px;
}
.lte-ie9 .form__select select, .lte-ie9 .form-type-select select {
  padding-right: 6px;
}
.views-exposed-widgets .form-type-select {
  padding-top: 3px;
  padding-bottom: 3px;
}
.views-exposed-widgets select {
  font-size: 0.85714em;
}
.form-section {
  display: block;
  border: 0;
  padding: 0;
}
.form-section label, .form-section .form-label {
  display: block;
}
.form-section .form-field {
  display: block;
}
@media (min-width:55em) {
  .form-section--inline {
    display: table;
    border: 0;
    padding: 0;
  }
}
.form-section--inline > label, .form-section--inline .form-label {
  text-align: left;
}
@media (min-width:55em) {
  .form-section--inline > label, .form-section--inline .form-label {
    display: table-cell;
    width: 8em;
    vertical-align: top;
    padding-top: 9px;
  }
}
@media (min-width:55em) {
  .form-section--inline .form-field {
    width: auto;
    display: table-cell;
  }
}
.form-actions label, .form-actions [class^="form-label"] {
  font-weight: 400;
  font-size: 0.85714em;
  color: #666;
}
.form-label--inline {
  display: inline-block !important;
  margin-left: 6px;
  margin-right: 6px;
}
.is-editing .form-section {
  margin-bottom: 12px;
}
.is-editing .input-error {
  color: #ea4353;
}
.form-actions {
  margin-top: 12px;
  border: 0;
  padding: 0;
  text-align: right;
}
.form-actions .tile {
  margin-left: 6px;
}
.form-actions [disabled="disabled"] {
  cursor: default;
}
.form-actions [disabled] {
  cursor: default;
}
form .instruction {
  color: #656565;
  font-size: 0.78571em;
  display: inline-block;
  line-height: 1.3;
  margin-top: 3px;
}
form .instruction a:hover {
  text-decoration: underline;
}
form .tile:focus {
  outline: 0;
  box-shadow: 0 0 5px #2c9de8;
}
label.error {
  color: #c83946;
  font-size: 0.85714em;
}
::input-placeholder {
  font-style: italic;
  color: #ccc;
  font-size: 13px;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #ccc;
  font-size: 13px;
}
::-moz-placeholder {
  font-style: italic;
  color: #ccc;
  font-size: 13px;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #ccc;
  font-size: 13px;
}
.page-gallery.l-overview .page-title {
  display: inline-block;
}
.page-gallery.l-overview .page-title__desc {
  display: inline-block;
  margin-bottom: 0;
}
.page-gallery.l-overview .sub-title {
  display: block;
}
.page-gallery .l-content {
  padding-top: 0;
}
.page-gallery .l-content > .page-title {
  display: none;
}
.page-gallery .l-content.l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.custom-gallery .gallery-header {
  height: 108px;
}
.custom-gallery .gallery-page-lower {
  background: #f4f4f4;
  min-height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-gallery .gallery-tab-container {
  height: 48px;
  border-bottom: 3px solid #e6e6e6;
  background: #f4f4f4;
}
.custom-gallery .gallery-tab-container .l-inner {
  position: relative;
}
.custom-gallery .gallery-empty-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
.custom-gallery .gallery-tab-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}
.custom-gallery .gallery-tab {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.custom-gallery .gallery-tab .gallery-tab-label {
  vertical-align: baseline;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-size: 1.28571em;
}
@media (min-width:20em) and (max-width:30em) {
  .custom-gallery .gallery-tab {
    margin-right: 18px;
  }
  .custom-gallery .gallery-tab .gallery-tab-label {
    font-size: 1em;
  }
}
.custom-gallery .gallery-tab.active .gallery-tab-label {
  border-bottom: 3px solid #2d4b65;
}
.custom-gallery .gallery-tab.active a {
  color: #323232;
}
.custom-gallery .gallery-list-options {
  width: 100%;
  padding-top: 24px;
}
.custom-gallery .gallery-list-options .form-type-select {
  float: left;
  padding-top: 9px;
  padding-bottom: 9px;
  margin: 8px;
}
.custom-gallery .tile {
  margin: 8px;
}
.custom-gallery .gallery-list-container {
  margin-top: 12px;
  width: 100%;
}
.custom-gallery .gallery-list-container ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-gallery .gallery-list-container ol li {
  padding: 12px 0;
  margin: 0;
}
.custom-gallery .gallery-list-item-container {
  margin-bottom: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 410px;
}
.custom-gallery .gallery-list-item-container .gallery-badge-list {
  font-size: 0.78571em;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: -9px;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail {
  flex: 3 1 320px;
  padding: 6px 6px;
  max-height: 410px;
}
@media (min-width:55em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width:64.0625em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail {
    margin-left: 8.47458%;
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}
.custom-gallery .gallery-list-item-container .gallery-list-item-thumbnail img {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2 1 250px;
  padding: 6px 6px;
  max-height: 410px;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-title {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-title [class*="icon"] {
  font-size: 0.85714em;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-title-left {
  flex: 0 0 80%;
  margin-right: 5%;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-title-right {
  flex: 1;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-details {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width:20em) and (max-width:30em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-details-left {
    margin-right: 19px;
  }
}
@media (min-width:30em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-details-left {
    flex: 0 0 84%;
  }
}
.custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-item-details-right {
  flex: 1;
}
@media (min-width:20em) and (max-width:30em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-summary .gallery-list-favorite-button {
    float: right;
  }
}
.custom-gallery .gallery-list-item-container .gallery-list-item-title {
  font-size: 1.64286em;
  margin-top: 6px;
}
@media (min-width:55em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-title {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width:64.0625em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-title {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
.custom-gallery .gallery-list-item-container .gallery-list-item-details {
  padding-top: 12px;
  font-size: 0.92857em;
  color: #656565;
}
@media (min-width:55em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-details {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:64.0625em) {
  .custom-gallery .gallery-list-item-container .gallery-list-item-details {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
.custom-gallery .gallery-list-item-container .gallery-list-item-description {
  max-height: 307.5px;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-description p {
  margin-top: 0;
}
.custom-gallery .gallery-list-item-container .gallery-list-item-publishDate {
  margin-bottom: 6px;
  font-size: 0.85714em;
}
.custom-gallery .gallery-navbar-container {
  border-bottom: 3px solid #e6e6e6;
  background: #f4f4f4;
}
.custom-gallery .gallery-navbar-container .l-inner {
  position: relative;
}
.custom-gallery .gallery-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -12px;
  height: 48px;
}
.custom-gallery .gallery-navbar-backLink {
  font-size: 1.28571em;
  width: 100px;
}
.custom-gallery .gallery-navbar-pager {
  padding: 0 12px;
}
.custom-gallery .navbar-pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.custom-gallery .navbar-pager li {
  padding: 0 6px;
  list-style-type: none;
}
.custom-gallery .navbar-pager .nav-button {
  width: 32px;
  height: 32px;
}
.custom-gallery .navbar-pager .prev-button, .custom-gallery .navbar-pager .next-button {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: block;
  border: 1px solid #656565;
  color: #656565;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.custom-gallery .navbar-pager .prev-button.is-inactive, .custom-gallery .navbar-pager .next-button.is-inactive {
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.custom-gallery .navbar-pager .date {
  display: none;
  margin-right: 12px;
  margin-left: 12px;
}
@media (min-width:30em) {
  .custom-gallery .navbar-pager .date {
    display: inherit;
  }
}
.custom-gallery .gallery-item-content {
  background: #f4f4f4;
  margin-top: 48px;
  min-height: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-gallery .gallery-item-content.js-embed-ff-on {
  display: block;
  display: initial;
}
.custom-gallery .gallery-item-content .embedded-viz-wrapper {
  overflow-x: auto;
}
.custom-gallery .gallery-item-content .embedded-viz-wrapper.js-embed-ff-on iframe {
  margin: 0 auto;
}
.custom-gallery .gallery-item-content .gallery-viz-embed {
  display: flex;
  justify-content: center;
  width: 1000px;
}
.custom-gallery .gallery-item-content .gallery-item-metadata {
  margin: 48px 0px;
}
.custom-gallery .gallery-item-content .gallery-item-metadata .gallery-title-and-social {
  display: flex;
  align-items: baseline;
  position: relative;
  top: 5px;
}
@media (min-width:0em) and (max-width:55em) {
  .custom-gallery .gallery-item-content .gallery-item-metadata .gallery-title-and-social {
    flex-direction: column-reverse;
  }
}
.custom-gallery .gallery-item-content .gallery-item-social {
  display: flex;
  margin-left: 100px;
}
@media (min-width:0em) and (max-width:55em) {
  .custom-gallery .gallery-item-content .gallery-item-social {
    margin-left: 0px;
  }
}
.custom-gallery .gallery-item-content .gallery-item-social > iframe, .custom-gallery .gallery-item-content .gallery-item-social > span {
  margin-right: 18px;
  overflow: hidden;
  border: 0;
}
.custom-gallery .gallery-item-content .gallery-item-instructions {
  font-style: italic;
}
.custom-gallery .gallery-badge-list {
  display: flex;
  flex-direction: row;
}
.custom-gallery .gallery-badge-list .gallery-badge {
  margin-right: 6px;
  padding: 6px;
  z-index: 2;
  background: #2DA28C;
  color: #fff;
}
@media (min-width:20em) {
  .custom-gallery .gallery-badge-list .gallery-badge {
    padding: 12px;
  }
}
.custom-gallery .gallery-badge-list .fanalytics-winner {
  background: #6F5D7F;
}
.custom-gallery .gallery-badge-list .greatest-hits {
  background: #3d5f7f;
}
.custom-gallery .gallery-badge-list .iron-viz-winner {
  background: #F5717F;
}
.custom-gallery .gallery-badge-list .viz-of-the-week {
  background: #2DA28C;
}
.custom-gallery .gallery-badge-list .viz-of-the-day {
  display: none;
}
.hashtag {
  color: #5e93c5;
}
.hashtag:visited {
  color: #5e93c5;
}
.hashtag:hover {
  color: #5e93c5;
  text-decoration: underline;
}
.hashtag_placeholder {
  font-weight: bold;
}
.tagging-dropdown-item:hover {
  cursor: pointer;
}
.l-homepage {
  padding-top: 50px;
}
.l-homepage .l-main > .l-inner {
  width: 100%;
  max-width: 100%;
}
.l-homepage .l-main .l-content section {
  padding: 48px 0;
}
.l-homepage .l-main h2 {
  text-align: center;
  color: #fff;
  font-size: 1.71429em;
}
.l-homepage .node--page {
  padding-bottom: 0 !important;
}
.l-homepage .page-title {
  display: none;
}
.l-homepage .l-hero {
  position: relative;
  z-index: 1;
  background: #000;
  margin-top: -100px;
  background-image: url("/s/sites/all/themes/revizit/images/bg-home-hero-2019-refresh.jpg");
  background-position: center center;
  background-size: cover;
}
@media (min-width:20em) {
  .l-homepage .l-hero {
    min-height: 320px;
  }
}
@media (min-width:55em) {
  .l-homepage .l-hero {
    min-height: 420px;
  }
}
@media (min-width:64em) {
  .l-homepage .l-hero {
    min-height: 460px;
  }
}
.l-homepage .l-hero h1 {
  position: relative;
  font-size: 1.85714em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media (min-width:55em) {
  .l-homepage .l-hero h1 {
    font-size: 2.14286em;
  }
}
@media (min-width:64em) {
  .l-homepage .l-hero h1 {
    font-size: 2.85714em;
  }
}
.l-homepage .l-hero h2 {
  font-size: 1.28571em;
}
@media (min-width:30em) {
  .l-homepage .l-hero h2 {
    font-size: 1.71429em;
  }
}
.l-homepage .l-hero .hero__content {
  width: 100%;
  margin-top: 12px;
}
@media (min-width:30em) {
  .l-homepage .l-hero .hero__content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.l-homepage .l-hero .play-video {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4.42857em;
  width: 62px;
}
@media (min-width:64em) {
  .l-homepage .l-hero .play-video {
    margin-top: -12px;
    font-size: 6.42857em;
    width: 90px;
  }
}
.l-homepage .l-hero .overlay-content {
  text-align: center;
  padding-top: 136px;
}
.l-homepage .l-hero .overlay-content .close {
  margin-top: -36px;
}
.l-homepage .l-hero .video-promo {
  max-width: 960px;
  margin: 0 auto;
}
.l-homepage .l-hero .video-promo .ratio-content {
  width: 100%;
  height: 100%;
}
.l-homepage .l-hero h2.aux-marketing {
  position: relative;
  z-index: 2;
  font-size: 1.14286em;
  margin: 12px auto;
}
.l-homepage .l-hero h2.aux-marketing b, .l-homepage .l-hero h2.aux-marketing strong {
  font-weight: 500;
}
@media (min-width:64em) {
  .l-homepage .l-hero h2.aux-marketing {
    font-size: 1.28571em;
  }
}
.l-homepage .l-hero .video-cover {
  z-index: 1;
  background-color: rgba(20, 20, 20, 0.5);
  background: -moz-radial-gradient(center center, ellipse cover, rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-radial-gradient(center center, ellipse cover, rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center center, ellipse cover, rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center center, ellipse cover, rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center center, ellipse cover, rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.9) 100%);
}
.l-homepage .l-hero .hero-video {
  overflow: hidden;
  background: url("/s/sites/all/themes/revizit/images/hm_video_poster01.jpg") center center;
  background-size: cover;
}
@media (min-width:64em) {
  .l-homepage .l-hero .hero-video {
    background: none;
  }
}
.l-homepage .l-hero #hero-ambient {
  min-width: 100%;
  display: none;
  width: auto;
  height: auto;
  background-size: cover;
  background: #000;
  opacity: 0.8;
}
@media (min-width:64em) {
  .l-homepage .l-hero #hero-ambient {
    display: block;
  }
}
.l-homepage .l-header {
  background: #2d4b65;
  width: 100%;
  z-index: 10;
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
}
.l-homepage .l-header.at-top {
  background: rgba(0, 0, 0, 0.3);
}
.l-homepage .l-header.at-top .l-search, .l-homepage .l-header.at-top .l-avatar {
  border-color: transparent;
}
.l-homepage .l-header.at-top .menu a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.l-homepage .l-header.at-top .menu .signup-link {
  border-color: #ff6d02;
  background: #ff6d02;
}
.l-homepage .l-header.at-top .menu .signup-link:hover {
  background: #ffb16f;
  border-color: #ffb16f;
}
.l-homepage .l-header.at-top .cta--sticky {
  position: absolute;
  top: -99999em;
  opacity: 0;
}
.l-homepage .l-header .cta--sticky {
  position: absolute;
  top: -99999em;
  opacity: 0;
  padding: 6px 12px;
}
@media (min-width:64.0625em) {
  .l-homepage .l-header .cta--sticky {
    -webkit-transition: opacity 50ms ease-in;
    -moz-transition: opacity 50ms ease-in;
    -o-transition: opacity 50ms ease-in;
    transition: opacity 50ms ease-in;
    position: relative;
    top: 12px;
    opacity: 1;
    float: left;
  }
}
.l-homepage .l-header .l-search .search-reveal {
  padding: 11px 7px;
  margin-top: -4px;
  height: 49px;
  line-height: 16px;
  right: 45px;
}
.l-homepage .l-content {
  padding-top: 0;
}
.l-homepage .l-content .l-statistics {
  padding: 48px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.l-homepage .l-content .l-statistics .stat {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width:55em) {
  .l-homepage .l-content .l-statistics .stat {
    width: 32.20339%;
    float: left;
    margin-bottom: 0;
  }
  .l-homepage .l-content .l-statistics .stat:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-homepage .l-content .l-statistics .stat:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .l-content .l-statistics .stat:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
.l-homepage .l-content .l-statistics .stat h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.l-homepage .l-content .l-statistics .stat .count {
  font-size: 2.57143em;
  color: #657585;
}
@media (min-width:85.375em) {
  .l-homepage .l-content .l-statistics .stat .count {
    font-size: 3.42857em;
  }
}
@media (min-width:85.375em) {
  .l-homepage .l-content .l-statistics .stat .count {
    font-size: 4.28571em;
  }
}
.l-homepage .l-download {
  padding: 0 !important;
  text-align: center;
  position: relative;
  top: -18px;
}
.l-homepage .l-download .form--product-download {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:64.0625em) {
  .l-homepage .l-download .form--product-download {
    display: inline-block;
    width: 40em;
  }
}
.l-homepage .l-download .form--product-download .public-product-download-form {
  margin-bottom: 12px;
}
.l-homepage .l-download .form--product-download .instruction {
  font-size: 0.85714em;
}
.l-homepage .l-download .form--product-download .privacy {
  color: #2d4b65;
  font-weight: 500;
}
.l-homepage .l-example {
  padding-top: 3em !important;
  background: url("//cdns.tblsft.com/sites/default/files/pages/lower_hero_public.jpg") top center no-repeat #000;
  color: #fff;
  min-height: 400px;
}
.l-homepage .l-example h2 {
  font-size: 1.71429em !important;
  letter-spacing: 2px;
  margin-bottom: 48px;
}
@media (min-width:64em) {
  .l-homepage .l-example h2 {
    font-size: 2.57143em !important;
  }
}
.l-homepage .l-cta {
  background: #f4f4f4;
  min-height: 350px;
}
.l-homepage .l-cta h2 {
  color: #4d4d4d !important;
}
.l-homepage .l-cta .cta__heading {
  color: #323232;
  margin-bottom: 18px;
  font-size: 2.57143em;
  text-align: center;
}
.l-homepage .l-cta .view-content.l-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width:55em) {
  .l-homepage .l-cta .l-votd {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width:64.0625em) {
  .l-homepage .l-cta .l-votd {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}
.l-homepage .l-cta .l-votd .media-viz__thumbnail {
  padding: 0;
}
.l-homepage .l-cta .l-blog {
  margin-top: 24px;
}
@media (min-width:55em) {
  .l-homepage .l-cta .l-blog {
    margin-top: 0;
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:64.0625em) {
  .l-homepage .l-cta .l-blog {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    margin-left: -26.31579%;
  }
}
.l-homepage .l-cta .l-blog .blog-post__thumbnail {
  padding: 0;
  background: #fff;
  margin-bottom: 12px;
}
.l-homepage .l-cta .l-blog .blog-post__author {
  display: none;
}
.l-homepage .l-cta .media-viz__thumbnail, .l-homepage .l-cta .media-video__player {
  margin-bottom: 12px;
}
.l-homepage .l-cta .media-viz__title, .l-homepage .l-cta .blog-post__title {
  margin-top: 16px;
  margin-bottom: 6px;
}
.l-homepage .l-cta .media-viz__description p, .l-homepage .l-cta .media-video__description p {
  margin: 0;
}
.l-homepage .l-cta .cta__link {
  display: inline-block;
  margin-top: 12px;
  color: #3d5f7f;
  font-weight: 500;
}
.l-homepage .sequence .slide {
  background: #fff;
  color: #657585;
}
.l-homepage .sequence .slide .persona, .l-homepage .sequence .slide .slide-content {
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  opacity: 0;
}
.l-homepage .sequence .slide.active .persona, .l-homepage .sequence .slide.active .slide-content {
  opacity: 1;
}
.l-homepage .sequence .persona {
  padding: 36px;
  padding-top: 24px;
  padding-bottom: 0;
  color: #656565;
}
@media (min-width:64em) {
  .l-homepage .sequence .persona {
    padding: 48px;
    padding-top: 48px;
    padding-bottom: 24px;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.l-homepage .sequence .persona .persona-avatar {
  border-radius: 50px;
  border: 2px solid #ccc;
  width: 80px;
  margin-top: -6px;
}
@media (min-width:55em) {
  .l-homepage .sequence .persona .persona-avatar {
    width: 100px;
    margin-top: -54px;
  }
}
@media (min-width:64em) {
  .l-homepage .sequence .persona .persona-avatar {
    margin-top: -72px;
  }
}
.l-homepage .sequence .persona .persona-name, .l-homepage .sequence .persona .persona-category {
  font-size: 1.71429em;
  margin-top: -67px;
  margin-left: 120px;
}
@media (min-width:55em) {
  .l-homepage .sequence .persona .persona-name, .l-homepage .sequence .persona .persona-category {
    margin-top: -50px;
  }
}
@media (min-width:64em) {
  .l-homepage .sequence .persona .persona-name, .l-homepage .sequence .persona .persona-category {
    margin-top: -60px;
  }
}
.l-homepage .sequence .persona .persona-name {
  color: #323232;
}
.l-homepage .sequence .persona .persona-category {
  font-size: 1em;
  margin-top: 0;
}
@media (min-width:55em) {
  .l-homepage .sequence .persona .persona-category {
    margin-top: 0;
  }
}
@media (min-width:64em) {
  .l-homepage .sequence .persona .persona-category {
    margin-top: 0;
  }
}
.l-homepage .sequence .persona .persona-desc {
  margin-top: 36px;
  font-size: 1.14286em;
  line-height: 1.6;
}
@media (min-width:55em) {
  .l-homepage .sequence .persona .persona-desc {
    margin-top: 12px;
  }
}
.l-homepage .sequence .persona .author-avatar {
  width: 80px;
  border-radius: 50px;
  border: 2px solid #ccc;
}
.l-homepage .sequence .slide-content {
  padding: 24px;
  text-align: center;
}
@media (min-width:64em) {
  .l-homepage .sequence .slide-content {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    margin-top: 67px;
  }
}
@media (min-width:64em) {
  .l-homepage .sequence .slide-content {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    margin-top: 67px;
  }
}
.l-homepage .sequence .slide-content img {
  border: 1px solid #d9d9d9;
}
.l-homepage .sequence .seq-nav {
  margin-top: 24px;
}
.l-homepage .sequence .seq-nav .tile {
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: none;
  padding: 6px;
  width: 49.15254%;
  float: left;
  text-align: center;
  margin-top: 12px;
}
.l-homepage .sequence .seq-nav .tile:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.l-homepage .sequence .seq-nav .tile:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.l-homepage .sequence .seq-nav .tile.active {
  font-weight: 400;
}
.l-homepage .sequence .seq-nav .tile.active, .l-homepage .sequence .seq-nav .tile:hover {
  background: #fff;
  color: #656565;
}
@media (min-width:64em) {
  .l-homepage .sequence .seq-nav .tile {
    font-size: 1em;
    width: 15.25424%;
    float: left;
    margin-top: 0;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 2) {
    margin-left: 16.94915%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 3) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 4) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 5) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .sequence .seq-nav .tile:nth-child(6n + 6) {
    margin-left: 84.74576%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:85.375em) {
  .l-homepage .sequence .seq-nav .tile {
    font-size: 1.28571em;
  }
}
.l-homepage .l-how {
  margin-top: 60px;
}
@media (min-width:55em) {
  .l-homepage .l-how {
    margin-top: 0;
  }
}
.l-homepage .l-how .point {
  margin-bottom: 36px;
}
@media (min-width:55em) {
  .l-homepage .l-how .point {
    width: 32.20339%;
    float: left;
    margin-bottom: 0;
  }
  .l-homepage .l-how .point:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-homepage .l-how .point:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .l-homepage .l-how .point:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
.l-homepage .l-how .point img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
@media (min-width:64em) {
  .l-homepage .l-how .point img {
    width: auto;
  }
}
@media (min-width:64em) {
  .l-homepage .l-how .point.explore img {
    margin-left: 27px;
  }
}
.l-homepage .l-how .point__header {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
.l-homepage .l-how .point__description {
  font-size: 0.85714em;
}
@media (min-width:55em) {
  .l-homepage .l-how .point__description {
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.7;
  }
}
@media (min-width:64em) {
  .l-homepage .l-how .point__description {
    font-size: 1em;
    padding-left: 30px;
    padding-right: 30px;
  }
}
a {
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}
a:visited {
  color: #4d4d4d;
}
a:hover {
  text-decoration: underline;
  color: #323232;
}
a [class^="icon-"] {
  vertical-align: middle;
}
.l-content p a {
  text-decoration: underline;
}
.l-content p a:hover {
  color: #323232;
}
.activity-view a, .modal-authorCards a, .standard-link a {
  color: #1A699E;
  font-weight: 500;
}
.activity-view a:visited, .modal-authorCards a:visited, .standard-link a:visited {
  color: #1A699E;
}
.activity-view a:hover, .modal-authorCards a:hover, .standard-link a:hover {
  color: #2A79AF;
}
.activity-view a:active, .modal-authorCards a:active, .standard-link a:active {
  color: #15557F;
}
ul {
  margin-left: 0;
}
ul ul {
  margin-top: 0;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
iframe {
  border: 0;
}
img, media, video {
  max-width: 100%;
  height: auto;
}
.media-viz .media-viz__thumbnail {
  background: #fff;
}
.media-viz .media-viz__thumbnail img {
  display: block;
}
.media-viz .media-viz__title {
  margin-bottom: 0;
}
.media-viz .media-viz__author {
  font-size: 0.85714em;
  margin-bottom: 12px;
}
.media-viz .media-viz__description {
  margin-bottom: 0;
}
.media-video .media-video__player {
  border: 1px solid #ddd;
  background: #fff;
}
.media-video img, .media-video video {
  display: block;
}
.ratio-lock {
  position: relative;
}
.ratio-lock:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.ratio-lock [class*="ratio-content"] {
  display: block;
}
.ratio-lock img[class*="-content"] {
  width: 100%;
  height: 100%;
}
.ratio-lock iframe {
  width: 100%;
  height: 100%;
}
.ratio-lock.ratio2_1:before {
  padding-top: 50%;
}
.ratio-lock.ratio3_2:before {
  padding-top: 66.66667%;
}
.ratio-lock.ratio4_3:before {
  padding-top: 75%;
}
.ratio-lock.ratio16_9:before {
  padding-top: 56.25%;
}
.ratio-lock.ratio_golden:before {
  padding-top: 61.8%;
}
.media-image {
  margin-top: 24px;
  margin-bottom: 36px;
}
.media-image .media-image__asset {
  margin-left: auto;
  margin-right: auto;
}
.media-image .media-image__caption {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 0.85714em;
}
.media-image--borderless img {
  border: 0 !important;
}
.media--center {
  text-align: center;
}
.media--center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
[class*="media-"].media--left {
  float: left;
  margin-top: 0 !important;
  margin-right: 24px;
  margin-bottom: 12px;
}
[class*="media-"].media--left .media-image__asset {
  margin-left: 0;
  margin-right: 0;
}
[class*="media-"].media--right {
  float: right;
  margin-top: 0 !important;
  margin-left: 24px;
  margin-bottom: 12px;
}
[class*="media-"].media--right .media-image__asset {
  margin-left: 0;
  margin-right: 0;
}
.media__caption {
  font-style: italic;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
.react-modal-content {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: opacity 2000ms ease-in-out;
  border-radius: 0;
  border: 1px solid #d4d4d4;
  padding: 0;
  position: absolute;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.modal-close-button-container {
  align-items: center;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 6px;
  height: 30px;
  width: 30px;
}
.modal-close-button-container .close-button {
  min-height: 18px;
  min-width: 18px;
  height: 18px;
  width: 18px;
  font-size: 0.85714em;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  display: inline-flex;
  justify-content: center;
}
.modal-close-button-container .close-button:focus {
  border-color: #3498DB;
  box-shadow: 0 0 4px 0 #3498DB;
  outline: none;
}
.modal-close-button-container .close-button:hover {
  background-color: #e6e6e6;
}
.modal-close-button-container .icon-close::before {
  height: 14px;
  width: 14px;
  padding-top: 2px;
}
.react-modal-overlay {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.react-signup-modal-content {
  width: 98%;
  max-width: 420px;
  overflow: auto;
  height: auto;
  max-height: 90%;
}
.react-login-modal-content {
  width: 318px;
  height: 434px;
}
@media (min-width:30em) {
  .react-login-modal-content {
    width: 420px;
  }
}
.react-sessionTimeout-modal-content {
  width: 318px;
  height: 410px;
}
@media (min-width:30em) {
  .react-sessionTimeout-modal-content {
    width: 420px;
  }
}
.react-authorCards-modal-content {
  width: 318px;
  height: 490px;
}
@media (min-width:30em) {
  .react-authorCards-modal-content {
    width: 420px;
  }
}
.modal-authorCards {
  height: 490px;
  display: flex;
  flex-direction: column;
}
.modal-authorCards .modal-header {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  min-height: 0;
  font-size: 1.14286em;
  padding: 12px 0 12px 12px;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.modal-authorCards .modal-header a {
  line-height: 1.5;
  font-weight: 500;
}
.modal-authorCards .modal-header .modal-close-button-container {
  padding-top: 0;
}
.modal-authorCards .modal-content {
  overflow: auto;
  flex-grow: 1;
  height: 440px;
  padding-top: 0;
  padding-right: 6px;
  padding-bottom: 0;
  padding-left: 12px;
  min-height: 0;
}
.warning-container {
  margin-top: 48px;
  padding: 6px 36px 12px;
}
@media (min-width:55em) {
  .warning-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.warning-container .toast-warning {
  padding: 6px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
body.modal-open {
  overflow: hidden;
}
.modal {
  overflow: hidden;
  position: fixed;
  top: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}
.modal.in {
  top: 0;
  background: #f4f4f4;
  height: 100%;
  overflow-y: auto;
}
.site-logo {
  display: block;
}
.site-logo:hover {
  text-decoration: none;
}
.site-logo:hover .badge {
  text-decoration: none;
}
.site-logo img {
  width: 110px;
  display: inline-block;
  margin: 15px 0 0 33px;
  vertical-align: middle;
}
@media (min-width:55em) {
  .site-logo img {
    margin: 15px 0 0;
    width: 110px;
  }
}
@media (min-width:64em) {
  .site-logo img {
    margin-top: 11px;
    width: 150px;
  }
}
.site-logo .badge {
  position: relative;
  bottom: -6px;
  vertical-align: baseline;
  margin-left: 6px;
  border-radius: 4px;
  opacity: 0.7;
  text-decoration: none;
}
#hamburger {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 10px;
  margin-right: 2px;
  padding: 10px;
}
@media (min-width:55em) {
  #hamburger {
    display: none;
  }
}
.l-off-canvas {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 100;
}
@media (min-width:55em) {
  .l-off-canvas {
    display: none;
  }
}
.l-nav--secondary.stuck {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #102332;
  color: #fff;
  z-index: 5;
}
.l-nav--secondary.stuck .l-inner .l-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.l-nav--secondary.stuck .l-inner .l-tabs a {
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
}
.l-nav--secondary.stuck .l-inner .l-tabs .qt--external {
  padding-top: 11px;
}
.touchevents .l-nav--secondary {
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (min-width:55em) {
  .touchevents .l-nav--secondary {
    overflow-x: hidden;
  }
}
.touchevents .l-nav--secondary.stuck {
  position: fixed;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 40px;
}
.touchevents .l-nav--secondary.stuck .l-tabs .active a {
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.touchevents .quicktabs-tabpage {
  padding-top: 24px !important;
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 20;
}
.l-header a {
  color: #fff;
}
@media (min-width:55em) {
  .l-header .l-inner {
    position: relative;
  }
}
@media (min-width:55em) {
  .l-header .block--menu-block-1 {
    float: right;
  }
}
.l-header .block--menu-block-1 .l-inner {
  padding: 0;
}
@media (min-width:55em) {
  .l-header .l-login, .l-header .l-search {
    float: right;
  }
}
.l-header .author-avatar {
  display: block;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  border: 2px solid #fff;
  margin: 7px 9px;
  -webkit-transition: opacity 80ms ease;
  -moz-transition: opacity 80ms ease;
  -o-transition: opacity 80ms ease;
  transition: opacity 80ms ease;
  opacity: 0;
}
.l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 1px;
  padding: 5px;
  border: 2px solid #ddd;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 11px 5px 9px;
  margin-left: 20px;
  display: inline-block;
  letter-spacing: 1px;
}
@media (min-width:55em) {
  .l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link {
    margin-left: 5px;
  }
}
@media (min-width:64em) {
  .l-header .l-region--navigation .signup-link, .l-header .l-region--navigation .login-link {
    margin-left: 10px;
  }
}
.l-header .l-region--navigation .signup-link {
  border-color: #ff6d02;
  background: #ff6d02;
}
.l-header .l-region--navigation .signup-link:hover {
  border-color: #ffb16f;
  background: #ffb16f;
}
@media (min-width:55em) {
  .avatar-logged-in .l-login {
    position: absolute;
    right: 52px;
  }
}
.avatar-logged-in .l-login .l-avatar {
  display: block;
  margin-left: 10px;
}
.avatar-logged-in .l-login .l-avatar:before {
  content: '';
  display: block;
  border-top: 1px solid #444;
  width: 60%;
  position: absolute;
  top: 19px;
  right: 7%;
}
@media (min-width:55em) {
  .avatar-logged-in .l-login .l-avatar {
    margin-left: 0;
    height: 50px;
    padding-top: 1px;
    cursor: pointer;
  }
  .avatar-logged-in .l-login .l-avatar:before {
    display: none;
  }
}
@media (min-width:55em) {
  .avatar-logged-in .l-region--navigation {
    padding-right: 86px;
  }
}
.avatar-logged-in .author-avatar {
  opacity: 1;
}
.avatar-logged-in .login-link, .avatar-logged-in .user-logged-in-menu-toggle, .avatar-logged-in .signup-link {
  display: none !important;
}
.l-login {
  position: relative;
  z-index: 1;
}
@media (min-width:55em) {
  .l-login {
    float: right;
    margin: 0;
  }
  .l-login:hover {
    background: #ddd;
  }
  .l-login:hover .author-menu {
    left: auto;
    right: -52px;
    opacity: 1;
  }
}
.l-login .l-inner {
  padding: 0;
}
.l-login .l-avatar {
  display: none;
}
.l-login .author-menu {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 1px;
  padding: 0;
  text-align: left;
}
.l-login .author-menu a {
  display: block;
  padding: 16px 10px;
}
@media (min-width:55em) {
  .l-login .author-menu a {
    text-transform: none;
    padding: 10px;
  }
}
.l-login .author-menu .app-usage {
  padding: 16px 10px;
  padding-right: 20px;
  color: #e5e5e5;
}
@media (min-width:55em) {
  .l-login .author-menu .app-usage {
    color: #656565;
    padding: 10px;
    padding-right: 10px;
  }
}
@media (min-width:55em) {
  .l-login .author-menu {
    position: absolute;
    left: -99999em;
    background: #ddd;
    color: #4d4d4d;
    top: 50px;
    width: 215px;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
  }
  .l-login .author-menu a {
    color: #4d4d4d;
    padding: 15px 20px;
  }
  .l-login .author-menu a:hover {
    background: #eee;
  }
  .l-login .author-menu .app-usage {
    padding: 10px 20px 10px;
  }
  .l-login .author-menu .indicator {
    height: 6px;
  }
}
.modal-search {
  border: 0 !important;
  height: 150% !important;
  width: 100% !important;
  top: 0 !important;
}
.modal-search#colorbox {
  background: rgba(255, 255, 255, 0.7);
}
.modal-search #cboxWrapper, .modal-search #cboxContent, .modal-search #cboxLoadedContent {
  height: 100% !important;
}
.modal-search .search-block-form {
  text-align: center;
  margin-top: 15%;
}
.modal-search .form-search {
  border: 0;
  font-size: 1.28571em;
  width: 20em;
  max-width: 80%;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #b2b2b2;
  padding: 4px 6px;
}
@media (min-width:55em) {
  .modal-search .form-search {
    font-size: 1.71429em;
  }
}
.modal-search ::input-placeholder {
  font-size: 1em;
}
.modal-search ::-webkit-input-placeholder {
  font-size: 1em;
}
.modal-search ::-moz-placeholder {
  font-size: 1em;
}
.modal-search :-ms-input-placeholder {
  font-size: 1em;
}
.modal-search input[type="search"]:hover {
  border: 0;
  border-bottom: 1px solid #b2b2b2;
}
.modal-search .search-submit {
  -webkit-transition: color 80ms ease-in;
  -moz-transition: color 80ms ease-in;
  -o-transition: color 80ms ease-in;
  transition: color 80ms ease-in;
  position: relative;
  top: -6px;
  margin-right: 12px;
  font-size: 28px;
  color: #656565;
}
.modal-search .search-submit:hover {
  color: #323232;
}
.l-search {
  position: relative;
  z-index: 2;
  float: right;
  padding: 11px 15px;
  margin-right: -20px;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
@media (min-width:55em) {
  .l-search {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-search .search-reveal {
  display: none;
}
.block--search-form {
  padding: 10px 9px;
  display: inline-block;
}
.block--search-form .l-inner {
  margin: 0;
  padding: 0;
  max-width: inherit;
  width: auto;
}
.block--search-form .form-search {
  border: 0;
  margin-left: 10px;
  outline: 0;
  width: 230px;
  color: #4d4d4d;
  margin-top: 4px;
}
.block--search-form .search-close {
  display: none;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  padding: 7px 12px;
  margin-right: 3px;
  border-right: 1px solid #ccc;
  color: #4d4d4d;
}
.block--search-form .search-submit {
  border: 0;
  color: #fff;
  background: transparent;
  padding: 0 6px;
  padding-top: 4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.touchevents .canvas-content {
  -webkit-transition: left 50ms ease;
  -moz-transition: left 50ms ease;
  -o-transition: left 50ms ease;
  transition: left 50ms ease;
}
.mobile-menu-open {
  overflow: hidden;
  background: #222;
}
.mobile-menu-open body {
  background: #222;
}
.mobile-menu-open .canvas-content {
  position: relative;
  left: 320px;
}
.mobile-menu-open #hamburger {
  display: none;
}
.mobile-menu-open .l-nav--secondary {
  left: 85%;
}
.mobile-menu-open .block--ds-extras-viz-navigation {
  left: 85%;
}
.mobile-menu-open .node-type-blog-post .block__content.stuck {
  left: 85%;
}
.mobile-menu-open .l-region--navigation {
  left: 0;
  -webkit-transition: left 150ms ease-in-out;
  -moz-transition: left 150ms ease-in-out;
  -o-transition: left 150ms ease-in-out;
  transition: left 150ms ease-in-out;
}
@media (min-width:20em) {
  .mobile-menu-open .l-region--navigation {
    width: 320px;
    min-height: 100%;
  }
}
.mobile-menu-open .l-region--navigation .menu-inner-div {
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu-open .canvas-content {
  background: #fff;
}
.mobile-menu-open .site-logo {
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 20;
}
.mobile-menu-open .l-search {
  visibility: hidden;
}
.mobile-menu-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #111;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.mobile-menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.l-region--navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 768px;
  width: 85%;
  left: -85%;
  padding-top: 4em;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #333;
  -webkit-transition: left 150ms ease-in-out, width 0ms linear 150ms;
  -moz-transition: left 150ms ease-in-out, width 0ms linear 150ms;
  -o-transition: left 150ms ease-in-out, width 0ms linear 150ms;
  transition: left 150ms ease-in-out, width 0ms linear 150ms;
  padding-top: 50px;
}
.l-region--navigation .menu li {
  list-style: none;
  max-height: 50px;
}
.l-region--navigation .menu a {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85714em;
  letter-spacing: 1px;
  padding: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}
@media (min-width:55em) {
  .l-region--navigation .menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.l-region--navigation .menu a:hover, .l-region--navigation .menu a.active {
  background: #ddd;
  color: #222636;
}
@media (min-width:55em) {
  .l-region--navigation {
    text-align: right;
    width: auto;
    position: static;
    margin-right: 0 !important;
    padding-right: 33px;
    left: auto;
    top: auto;
    min-height: 0;
    padding-top: 0;
    background: transparent;
    height: auto;
    overflow: hidden;
  }
  .l-region--navigation .menu {
    overflow: hidden;
    margin: 0;
  }
  .l-region--navigation .menu li {
    float: left;
    overflow: hidden;
  }
  .l-region--navigation .menu a {
    padding: 18px 9px;
  }
  .l-region--navigation .menu a.login {
    margin: 0;
  }
  .l-region--navigation .menu a:hover {
    background: #102332;
    color: #fff;
  }
  .l-region--navigation .menu a.active-trail, .l-region--navigation .menu a.active {
    background: #102332;
    color: #eee;
  }
}
@media (min-width:64.0625em) {
  .l-region--navigation .menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.open-panel, a.close-panel {
  display: none;
}
.avatar-logged-in .nav__activity a.unreadActivity::after {
  position: relative;
  display: inline-block;
  padding: 3px 0 1px;
  min-width: 18px;
  background-color: #ff6d02;
  border-radius: 3px;
  font-size: 0.9em;
  vertical-align: text-bottom;
  text-align: center;
  content: attr(data-unread-count);
  margin: -6px 8px 0 5px;
}
@media (min-width:30em) {
  .footer-navigation {
    width: 32.20339%;
    float: left;
  }
  .footer-navigation:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .footer-navigation:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .footer-navigation:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
.footer-navigation .footer-navigation__heading {
  color: #656565;
  font-size: 1em;
}
.footer-navigation a {
  display: block;
  color: #888;
  margin-bottom: 16px;
}
.footer-navigation a:hover {
  text-decoration: underline;
}
.global-footer__language {
  position: relative;
  padding: 6px 12px;
  cursor: pointer;
  background: #657585;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  width: 9.5em;
}
@media (min-width:64em) {
  .global-footer__language {
    top: -48px;
    margin: 0;
  }
}
.global-footer__language:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transition: transform 0.5s;
  transform-origin: 50% 15% 0;
}
.global-footer__language .global-footer__language-options {
  position: absolute;
  bottom: 100%;
  left: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  background: #657585;
  transition: max-height 0.5s ease-out;
  width: 9.5em;
}
.global-footer__language .global-footer__language-options .selected {
  display: none;
}
.global-footer__language .global-footer__language-options .language-link {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  color: #fff;
}
.global-footer__language .global-footer__language-options .active {
  pointer-events: none;
}
.global-footer__language:hover:after {
  transform: rotate(180deg);
}
.global-footer__language:hover .global-footer__language-options {
  max-height: 400px;
}
.loading-spacer {
  display: flex;
  justify-content: center;
}
.loading-spinner {
  height: 50px;
  width: 50px;
  background: url("/s/sites/all/themes/revizit/images/loading-spinner.svg") no-repeat;
}
.news-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-banner.news-banner--dark {
  color: #fff;
}
.news-banner.news-banner--dark h1, .news-banner.news-banner--dark h2, .news-banner.news-banner--dark h3, .news-banner.news-banner--dark h4, .news-banner.news-banner--dark h5, .news-banner.news-banner--dark h6 {
  color: #fff;
}
.pagination-container {
  margin: 0 0 1em 0;
  padding: 0;
}
.pagination-container ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-container ul li {
  margin-left: 0;
  padding: 4px 10px 4px 10px;
}
.pagination-container ul li.pagination-current a, .pagination-container ul li.pagination-current a:hover {
  font-weight: 700;
  cursor: default;
  text-decoration: none;
}
.pagination-container ul li.pagination-end.disabled a {
  color: #b2b2b2;
  cursor: default;
  text-decoration: none;
}
.author-profile .l-main > .l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
input.author-city, input.author-state, input.author-country {
  font-size: 14px;
}
input#author-name {
  margin-top: 0;
}
.angular-author-profile .block__content > .l-inner {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.author-info {
  text-align: center;
  min-height: 187px;
  position: relative;
}
@media (min-width:55em) {
  .author-info {
    text-align: left;
  }
}
.l-region-author {
  padding-top: 24px;
}
.author-avatar {
  display: block;
  min-width: 32px;
  max-width: 100%;
  height: auto;
  border-radius: 999em;
  margin: 12px auto -24px;
  border: 2px solid #b2b2b2;
}
@media (min-width:64em) {
  .author-avatar {
    margin-bottom: 0;
    max-width: 160px;
    margin: 0 auto;
  }
}
.img-crop {
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px dashed #ddd;
}
.img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.author-avatar__crop {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 10;
}
@media (min-width:55em) {
  .author-avatar__crop {
    top: 0;
  }
}
.cropArea {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-top: 54px;
}
@media (min-width:55em) {
  .cropArea {
    margin-top: 0;
  }
}
.crop-preview {
  margin-top: 12px;
}
.crop-preview img {
  display: block;
  min-width: 32px;
  max-width: 100px;
  height: auto;
  border-radius: 999em;
  margin: 0 auto;
}
.profile-author-about.can-edit [contenteditable], .profile-author-about.can-edit .profile-input, .profile-author-about.can-edit .profile-attribute {
  will-change: opacity;
  -webkit-transition: background 80ms ease-in-out;
  -moz-transition: background 80ms ease-in-out;
  -o-transition: background 80ms ease-in-out;
  transition: background 80ms ease-in-out;
}
.profile-author-about.can-edit .profile-attribute:hover {
  background: #eee;
  cursor: pointer;
}
.profile-author-about .ui-avatar {
  position: relative;
  font-size: 1.28571em;
  display: block;
  text-align: center;
  width: 12em;
  max-width: 100%;
  cursor: pointer;
  margin: 24px auto 0;
}
@media (min-width:64em) {
  .profile-author-about .ui-avatar {
    margin-top: 0;
    font-size: 0.85714em;
  }
}
.profile-author-about .ui-avatar #avatarUploadInput {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 16px 0 0;
  width: 5em;
  height: 100%;
  top: -1px;
  left: 50%;
  margin-left: -5em;
}
.profile-author-about .ui-avatar #avatarUploadInput.is-alone {
  margin-left: -2.5em;
}
.profile-author-about .ui-avatar--delete {
  display: inline-block;
  margin-left: 9px;
  padding-left: 12px;
  border-left: 1px solid #b2b2b2;
}
.profile-author-about .author-image {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .profile-author-about .author-image {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.profile-author-about .author-image .profile-attribute {
  padding-top: 12px;
  padding-bottom: 12px;
}
.profile-author-about .author-main-info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .profile-author-about .author-main-info {
    margin-top: 6px;
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:64em) {
  .profile-author-about .author-main-info {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
.profile-author-about.editing-avatar .author-image {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .profile-author-about.editing-avatar .author-image {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width:64.0625em) {
  .profile-author-about.editing-avatar .author-image {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.profile-author-about.editing-avatar .author-avatar__crop {
  width: 100%;
  height: 100%;
}
.profile-author-about .author-name {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 2.57143em;
  border: 0;
}
@media (min-width:55em) {
  .profile-author-about .author-name {
    margin-top: 0;
  }
}
.profile-author-about .author-org, .profile-author-about .author-location, .profile-author-about .profile-website {
  position: relative;
  font-size: 0.78571em;
  display: inline-block;
  padding: 4px 7px;
  margin: 0 6px;
}
.profile-author-about .author-org.has-before-divider:before, .profile-author-about .author-location.has-before-divider:before, .profile-author-about .profile-website.has-before-divider:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 6px;
  height: 12px;
  width: 1px;
  display: block;
  background: #ccc;
}
.profile-author-about .author__details > span:first-of-type {
  margin-left: -6px;
}
.profile-author-about .profile-attribute.author-name {
  margin-left: -6px;
  padding: 6px 6px 3px;
}
.profile-author-about .edit-controls {
  display: inline-block;
  vertical-align: super;
  margin-left: 6px;
  position: relative;
  top: -6px;
}
.profile-author-about [class^="edit-profile-"] > [class^="icon-"] {
  margin-right: 6px;
}
.profile-author-about .edit-action {
  display: inline-block;
}
.profile-preview {
  display: inline-block;
  float: right;
}
.author-follow__wrapper {
  display: inline-block;
}
@media (min-width:30em) {
  .author-follow__wrapper {
    margin-right: 8.4px;
  }
}
.author-follow, .author-unfollow, .profile-about-author {
  display: block;
  width: 20em;
  margin: 10px auto 0;
  text-align: center;
}
@media (min-width:30em) {
  .author-follow, .author-unfollow, .profile-about-author {
    margin-top: 9px;
    display: inline-block;
  }
}
@media (min-width:55em) {
  .author-follow, .author-unfollow, .profile-about-author {
    width: 18em;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.tableau-social .author-follow, .tableau-social .author-unfollow {
  width: 13em;
}
.author-unfollow [class^='icon-'] {
  margin-right: 6px;
  font-size: 9px;
}
.author-unfollow .action {
  display: none;
}
.author-unfollow:hover .default {
  display: none;
}
.author-unfollow:hover .action {
  display: inline;
}
.author__content-stats {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #656565;
}
@media (min-width:55em) {
  .author__content-stats {
    display: inline-block;
    margin: 0;
    font-size: 0.85714em;
  }
}
.author__content-stats .author-followers, .author__content-stats .author-following {
  margin-left: 12px;
}
.author__content-stats .author-followers:first-child, .author__content-stats .author-following:first-child {
  margin-left: 0;
}
.author__content-stats .count {
  color: #323232;
  font-weight: 500;
}
.author__content-stats button {
  border: none;
  background: none;
  padding: 0 !important;
  font: inherit;
  color: inherit;
}
.profile-author__form .form-label {
  position: absolute;
  opacity: 0;
  left: -9999em;
}
.profile-author__form .input-error {
  display: block;
  color: #c83946;
  margin-top: 4px;
  font-size: 0.85714em;
}
.profile-author__form .form-section {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.profile-author__form .form-actions {
  margin-top: 0;
  border: 0;
  text-align: right;
}
.profile-author__form ul.profile-websites {
  color: #656565;
  margin-top: 0;
}
.profile-author__form.is-editing .edit-controls, .profile-author__form.is-editing .profile-attribute, .profile-author__form.is-editing .author-location {
  display: none;
}
.profile-author__form.is-editing .profile-input {
  -webkit-transition: border-color 80ms ease-in;
  -moz-transition: border-color 80ms ease-in;
  -o-transition: border-color 80ms ease-in;
  transition: border-color 80ms ease-in;
  border: 1px solid #b2b2b2;
}
.profile-author__form.is-editing .profile-input textarea {
  resize: none;
}
.profile-author__form.is-editing .profile-input.editor {
  box-sizing: border-box;
  cursor: text;
  overflow: auto;
}
.profile-author__form.is-editing .profile-input.editor:focus-within {
  background: #f4f4f4;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.profile-author__form.is-editing .profile-input.editor .DraftEditor-editorContainer, .profile-author__form.is-editing .profile-input.editor .DraftEditor-root, .profile-author__form.is-editing .profile-input.editor .public-DraftEditor-content {
  max-height: 100%;
}
.profile-author__form.is-editing .profile-input.editor .public-DraftEditor-content {
  background: white;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.profile-author__form.is-editing .profile-input.editor .public-DraftEditor-content:focus-within {
  background: #f4f4f4;
}
.profile-author__form.is-editing .profile-input.editor.error {
  border: 1px solid #c83946;
}
.profile-author__form.is-editing .profile-input.editor .hashtag:hover {
  text-decoration: none;
}
.profile-author__form.is-editing .profile-input .public-DraftEditorPlaceholder-root {
  z-index: 2;
}
.profile-author__form.is-editing .profile-input:hover {
  border: 1px solid #656565;
}
.profile-author__form.is-editing [contenteditable="true"], .profile-author__form.is-editing .profile-input, .profile-author__form.is-editing .profile-inputs {
  display: block;
  background: #fff;
  width: 100%;
}
.profile-author__form.is-editing [contenteditable="true"].author-org, .profile-author__form.is-editing .profile-input.author-org, .profile-author__form.is-editing .profile-inputs.author-org {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.profile-author__form.is-editing .profile-inputs {
  border: 0;
  padding: 0;
}
.profile-author__form.is-editing .profile-inputs:before {
  display: none;
}
.profile-author__form.is-editing .profile-input:focus {
  background: #f4f4f4;
}
.profile-author__form.is-editing .input-prefix {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 6px;
}
@media (min-width:55em) {
  .profile-author__form.is-editing .input-prefix {
    top: 0;
  }
}
.profile-author__form.is-editing .form-section {
  width: 100%;
  margin-bottom: 24px;
}
.profile-author__form.is-editing .form-label {
  position: static;
  opacity: 1;
  width: 10em;
  left: auto;
  font-size: 12px;
  min-width: 6em;
}
.profile-author__form.is-editing .form-section.author-location .form-field {
  margin-bottom: 12px;
}
@media (min-width:55em) {
  .profile-author__form.is-editing .form-section.author-location .form-field {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0;
  }
}
.profile-author__form.is-editing .form-section.author-location .form-field .form-label {
  display: none;
}
@media (min-width:55em) {
  .profile-author__form.is-editing .form-section.author-location .locality {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:55em) {
  .profile-author__form.is-editing .form-section.author-location .locality .form-field.form-author-city {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width:55em) {
  .profile-author__form.is-editing .form-section.author-location .locality .form-field.form-author-state {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
.profile-author__form.is-editing .author-org {
  width: 100%;
}
.profile-author__form.is-editing .author-city {
  display: block;
  padding: 6px;
  width: 100%;
  background: #fff;
}
@media (min-width:55em) {
  .profile-author__form.is-editing .form-field, .profile-author__form.is-editing .form-fields {
    display: table-cell;
    width: 90%;
  }
}
.profile-author__form.is-editing .input-bio {
  height: 140px;
  resize: none;
}
.profile-author__form.is-editing .input-bio.error {
  border: 1px solid #c83946;
}
.profile-author__form.is-editing .profile-bio .instruction {
  display: block;
  margin-top: 6px;
}
.profile-author__form.is-editing .profile-bio .instruction .char-limit {
  display: inline-block;
  float: right;
}
.profile-author__form.is-editing .profile-bio .instruction .char-limit .count.is-exceeded {
  color: #c83946;
  font-weight: 500;
}
.profile-author__form.is-editing .profile-websites .input-row .form-field {
  position: relative;
  margin-bottom: 12px;
}
@media (min-width:55em) {
  .profile-author__form.is-editing .profile-websites .input-row .form-field {
    width: 49.15254%;
    float: left;
    margin-bottom: 0;
  }
  .profile-author__form.is-editing .profile-websites .input-row .form-field:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .profile-author__form.is-editing .profile-websites .input-row .form-field:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
.profile-author__form.is-editing .profile-websites.social .input-row {
  margin-bottom: 12px;
}
.profile-author__form.is-editing .profile-websites.social .input-row.last {
  margin-bottom: 0;
}
.profile-author__form.is-editing .profile-websites .input-prefix {
  display: block;
  text-align: center;
  height: 100%;
  width: 32px;
  line-height: 32px;
  color: #888;
}
.profile-author__form.is-editing .profile-websites .input-prefix [class^="icon-"] {
  font-size: 16px;
}
.profile-author__form.is-editing .profile-websites .profile-edit {
  display: none;
}
.profile-author__form.is-editing .profile-websites.social .profile-input {
  padding-left: 32px;
}
.profile-author__form.is-editing .form-actions {
  margin-top: 12px;
  border: 0;
  text-align: right;
}
.profile-author__form.is-editing .form-actions p {
  margin-right: 0;
}
.profile-author__form.is-editing .form-actions .tile {
  width: 132px;
}
.author-main-info {
  position: relative;
  left: -6px;
}
.author-main-info header {
  margin-top: 12px;
}
.author-main-info .social.profile-websites .profile-websites {
  margin-left: -10px !important;
}
@media (min-width:55em) {
  .author-main-info .social.profile-websites .profile-websites {
    display: inline-block;
    margin-right: 12px;
  }
}
.author-main-info .social.profile-websites .profile-website {
  text-align: center;
  border-left: 0;
  padding-left: 0;
  padding: 0;
}
.author-main-info .profile-websites {
  margin-bottom: 0;
}
.author-main-info .profile-websites .profile-website {
  color: #656565;
}
.author-main-info .profile-websites .profile-website a {
  color: #656565;
  display: inline-block;
  padding: 1px 5px;
}
.author-main-info .profile-websites .profile-website a [class^="icon-"] {
  font-size: 24px;
}
.author-main-info .profile-websites .profile-website a .icon-social-twitter {
  font-size: 28px;
}
.author-main-info .profile-websites .profile-website a .icon-social-gplus {
  font-size: 25px;
}
@media (min-width:55em) {
  .author-main-info .profile-websites .profile-website a [class^="icon-"] {
    font-size: 18px;
  }
  .author-main-info .profile-websites .profile-website a .icon-social-twitter {
    font-size: 22px;
  }
  .author-main-info .profile-websites .profile-website a .icon-social-gplus {
    font-size: 19px;
  }
}
.author-main-info .profile-websites .profile-website a[class^="social-"] {
  color: #656565;
  text-align: center;
  display: inline-block;
  line-height: 31px;
  border-radius: 4px;
}
.author-main-info .bio {
  text-align: left;
  max-width: 44em;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.author-main-info .profile-bio {
  text-align: left;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 250ms ease;
  -moz-transition: max-height 250ms ease;
  -o-transition: max-height 250ms ease;
  transition: max-height 250ms ease;
}
.author-main-info .profile-bio .bio {
  margin-top: 12px;
}
.author-main-info .profile-bio .expand-bio-button {
  font-weight: 500;
  text-decoration: underline;
  color: #1A699E;
  display: block;
  padding-top: 5px;
}
.author-main-info .profile-bio.is-editing {
  max-height: 500px;
  margin-top: 0;
  display: block !important;
  overflow: visible;
}
.l-region-author-profile {
  background: #f4f4f4;
  margin-top: 12px;
  padding: 0 0 2em;
  border-top: 1px solid #eee;
  min-height: 300px;
}
.l-region-author-profile .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 6px;
  margin-bottom: 36px;
  font-size: 1.28571em;
  padding: 0;
}
.l-region-author-profile .nav-tabs a {
  display: block;
  padding: 1.07143em 2.14286em;
  text-decoration: none;
}
.l-region-author-profile .nav-tabs > li {
  display: inline-block;
  color: #656565;
}
@media all and (max-width:30em) {
  .l-region-author-profile .nav-tabs > li a {
    padding-left: 1.78571em;
  }
}
.l-region-author-profile .nav-tabs > li.active {
  color: #323232;
  font-weight: 500;
}
.l-region-author-profile .nav-tabs .counter {
  margin-left: 6px;
  font-size: 0.78571em;
  color: #b2b2b2;
}
.l-region-author-profile .tab-pane {
  display: none;
}
.l-region-author-profile .tab-pane.active {
  display: block;
}
.author__details {
  color: #656565;
  margin-top: -4px !important;
  margin-bottom: 4px;
}
.viz-block-grid .media-viz {
  display: block;
  position: relative;
  background: #f4f4f4;
  min-height: 150px;
  color: #333;
  margin-bottom: 36px;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:30em) {
  .viz-block-grid .media-viz {
    width: 49.15254%;
    float: left;
  }
  .viz-block-grid .media-viz:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .viz-block-grid .media-viz:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:55em) {
  .viz-block-grid .media-viz {
    width: 32.20339%;
    float: left;
  }
  .viz-block-grid .media-viz:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .viz-block-grid .media-viz:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .viz-block-grid .media-viz:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:64.0625em) {
  .viz-block-grid .media-viz {
    padding: 0 18px;
  }
}
@media (min-width:85.375em) {
  .viz-block-grid .media-viz {
    width: 23.72881%;
    float: left;
    padding: 0;
  }
  .viz-block-grid .media-viz:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .viz-block-grid .media-viz:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  .viz-block-grid .media-viz:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .viz-block-grid .media-viz:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
}
.viz-block-grid .media-viz.ng-enter {
  opacity: 0;
}
.viz-block-grid .media-viz.ng-enter-active, .viz-block-grid .media-viz.ng-move-active {
  opacity: 1;
}
.viz-block-grid .media-viz.ng-leave {
  opacity: 0;
}
.viz-block-grid .media-viz.ng-move {
  opacity: 0;
}
.modal-dialog {
  position: relative;
}
.view-author-profile {
  -webkit-transition: opacity 50ms ease;
  -moz-transition: opacity 50ms ease;
  -o-transition: opacity 50ms ease;
  transition: opacity 50ms ease;
  opacity: 1;
}
.view-author-profile.ng-enter, .view-author-profile.ng-enter-active {
  opacity: 0.4;
}
.profile-preview-toggle {
  display: block;
  font-size: 0.78571em;
}
.profile-preview-toggle .ui-toggle {
  display: inline-block;
  border: 1px solid #b2b2b2;
  margin-left: 6px;
}
.profile-preview-toggle .ui-toggle:hover {
  border-color: #656565;
}
@media (min-width:55em) {
  .profile-preview-toggle {
    float: right;
  }
}
@media (min-width:64em) {
  .profile-preview-toggle {
    position: absolute;
    top: 34px;
    right: 0;
    float: none;
  }
}
.profile-preview-toggle .toggle {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: inline-block;
  vertical-align: middle;
  width: 7em;
  padding: 3px 0;
  text-align: center;
  color: #656565;
  margin-left: -4px;
  cursor: pointer;
}
.profile-preview-toggle .toggle:first-child {
  margin-left: 0;
}
.profile-preview-toggle .toggle.active {
  cursor: default;
  color: #fff;
  background: #656565;
}
.profile-preview-toggle .toggle.active:hover {
  color: #fff;
  background: #656565;
}
.profile-preview-toggle .toggle:hover {
  color: #323232;
  background: #e5e5e5;
}
.profile-load-more {
  text-align: center;
  margin-bottom: 48px;
}
.qtip-content .download {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.l-first-run .new-profile-title {
  font-size: 2.57143em;
  text-align: center;
  margin-bottom: 72px;
}
.l-first-run .step {
  margin-bottom: 72px;
}
@media (min-width:55em) {
  .l-first-run .step {
    width: 32.20339%;
    float: left;
    padding-right: 36px;
    padding-left: 36px;
    text-align: center;
    line-height: 1.7;
  }
  .l-first-run .step:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l-first-run .step:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .l-first-run .step:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
.l-first-run .step__heading {
  font-size: 1.71429em;
}
.l-first-run .step__image {
  max-width: 100px;
  display: block;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.l-first-run .step__description {
  text-align: left;
}
.l-first-run .step--data .step__image {
  max-width: 250px;
  margin-top: 12px;
  margin-bottom: 27px;
}
.l-first-run .step--profile .step__image {
  border-radius: 50%;
  border: 4px solid #666;
}
.publish-toast {
  background: #2ea27c;
  padding: 12px 0;
}
.publish-toast .publish-toast-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width:30em) {
  .publish-toast .publish-toast-container {
    align-items: center;
  }
}
.publish-toast .publish-toast-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 1;
  padding-left: 12px;
  font-size: 1em;
  color: #fff;
}
@media (min-width:30em) {
  .publish-toast .publish-toast-content {
    flex-direction: row;
    align-items: center;
    font-size: 1.14286em;
    padding-left: 0;
  }
}
.publish-toast .toast-header {
  color: #fff;
  padding-bottom: 6px;
  font-size: 1em;
}
@media (min-width:30em) {
  .publish-toast .toast-header {
    padding-bottom: 0;
    font-size: 1.14286em;
  }
}
.publish-toast .instruction {
  padding-bottom: 18px;
}
@media (min-width:30em) {
  .publish-toast .instruction {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.publish-toast .edit-details-link {
  color: #fff;
  text-decoration: underline;
}
.publish-toast .modal-close-button-container {
  padding-top: 0;
}
.publish-toast .modal-close-button-container .close-button {
  color: #fff;
  font-size: 1.14286em;
}
.publish-toast .modal-close-button-container .close-button:hover {
  background-color: #1e6d52;
}
.publish-toast .modal-close-button-container .icon-close::before {
  height: 16px;
  width: 16px;
  padding-top: 0;
}
.block--quicktabs-overview-resources .block__content > .l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.view-display-id-resources_datasets .views-table {
  width: 100%;
  margin-top: 48px;
}
.view-display-id-resources_datasets .views-table:first-child {
  margin-top: 0;
}
.view-display-id-resources_datasets .views-table:first-child > caption {
  border-top: 0;
  padding-top: 0;
}
.view-display-id-resources_datasets .views-table > caption {
  text-align: left;
  font-size: 1.71429em;
  margin-bottom: 24px;
  border-top: 1px solid #dfdfdf;
  padding-top: 48px;
}
@media (min-width:55em) {
  .view-display-id-resources_datasets .views-table > caption {
    border-top: 0;
    padding-top: 0;
  }
}
.view-display-id-resources_datasets .views-table tr {
  display: block;
  margin-top: 48px;
}
.view-display-id-resources_datasets .views-table tr:first-child {
  margin-top: 0;
}
@media (min-width:30em) {
  .view-display-id-resources_datasets .views-table tr {
    display: table-row;
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
  }
}
.view-display-id-resources_datasets .views-table tr:first-child {
  border-top: 0;
}
.view-display-id-resources_datasets .views-table td {
  display: block;
}
@media (min-width:30em) {
  .view-display-id-resources_datasets .views-table td {
    display: table-cell;
    vertical-align: top;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.view-display-id-resources_datasets .resource__title {
  margin-bottom: 12px;
  font-size: 1.28571em;
}
@media (min-width:30em) {
  .view-display-id-resources_datasets .resource__title {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width:55em) {
  .view-display-id-resources_datasets .resource__title {
    width: 20%;
  }
}
.view-display-id-resources_datasets .resource__title h4 {
  margin-bottom: 0;
}
@media (min-width:55em) {
  .view-display-id-resources_datasets .resource__description {
    width: 65%;
  }
}
.view-display-id-resources_datasets .resource__description > div {
  max-width: 56em;
}
.view-display-id-resources_datasets .resource__asset {
  margin-top: 24px;
}
@media (min-width:30em) {
  .view-display-id-resources_datasets .resource__asset {
    margin-top: 0;
    padding-left: 24px;
  }
}
@media (min-width:55em) {
  .view-display-id-resources_datasets .resource__asset {
    width: 15%;
  }
}
.view-display-id-resources_datasets .resource__asset [class^="icon-file"] {
  margin-right: 6px;
}
.videos--howto .video-player {
  margin-bottom: 48px;
  text-align: center;
  min-height: 220px;
}
.videos--howto #training-video-player {
  background: #000000;
}
@media (min-width:64em) {
  .videos--howto #training-video-player {
    margin-right: 12%;
    margin-left: 12%;
  }
}
.videos--howto .bc-player-default_default {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.videos--howto .video-intro {
  cursor: pointer;
  color: #fff;
  z-index: 1;
  padding: 19% 0;
}
.videos--howto .video-intro [class^="icon-"] {
  font-size: 80px;
}
.videos--howto .video-intro .intro-message {
  margin-top: 24px;
}
.videos--howto .video {
  margin-bottom: 48px;
}
@media (min-width:55em) {
  .videos--howto .video {
    width: 49.15254%;
    float: left;
    padding-left: 48px;
    padding-right: 48px;
  }
  .videos--howto .video:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .videos--howto .video:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
.videos--howto .video__title {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.videos--howto .video__title > .icon-play-circle-small {
  align-self: flex-start;
  font-size: 36px;
  margin-right: 12px;
}
.trainings--live.view-display-id-trainings_upcoming {
  padding-bottom: 48px;
}
.trainings--live.view-display-id-trainings_upcoming > .view-header .section__header {
  margin-top: 48px;
}
.trainings--live .section__header {
  text-align: center;
}
.trainings--live .event--training {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  text-align: center;
}
.trainings--live .event__date, .trainings--live .event__time {
  color: #656565;
}
.trainings--live .event__title {
  font-style: italic;
}
.trainings--live .event__link > a {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 1px;
  line-height: 1;
  font-size: 1.14286em;
  color: #fff;
  background: #2ccb96;
}
@media (min-width:55em) {
  .trainings--live .event__link > a {
    font-size: 1em;
    padding: 11px 1.64286em;
  }
}
.trainings--live .event__link > a.outline {
  border: 1px solid #2ea27c;
}
.trainings--live .event__link > a:hover {
  background: #2ea27c;
  color: #fff;
}
.l-training--live {
  text-align: center;
}
.l-training--live .next__heading {
  text-align: left;
}
.l-training--live .training__heading {
  margin-bottom: 6px;
}
.l-training--live .training__sessions {
  margin-top: 48px;
}
.l-training--live .session {
  background: #e5e5e5;
  padding: 24px;
  margin-bottom: 24px;
}
@media (min-width:55em) {
  .l-training--live .session {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .l-training--live .session:first-child {
    margin-left: 16.94915%;
  }
}
@media (min-width:64em) {
  .l-training--live .session {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .l-training--live .session:first-child {
    margin-left: 25.42373%;
  }
}
.l-training--live .session .training__title {
  margin-bottom: 12px;
  font-size: 1.71429em;
}
.l-training--live .session .training__date, .l-training--live .session .training__time {
  display: block;
  font-size: 1.28571em;
  margin-bottom: 6px;
}
.l-training--live .session .training__time {
  margin-bottom: 24px;
}
.section-search .l-content.l-inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.search-close {
  display: none;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  padding: 7px 12px;
  margin-right: 3px;
  border-right: 1px solid #ccc;
  color: #4d4d4d;
}
.search-submit {
  border: 0;
  background: transparent;
  padding-top: 4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.page-search .search-form {
  padding: 24px;
}
.page-search .search-form #edit-basic {
  text-align: center;
  display: block;
}
.page-search .search-form .form-search {
  font-size: 1.71429em;
  max-width: 100%;
  padding: 0.21429em;
}
.page-search .search-form .form-search::-ms-clear {
  display: none;
}
.page-search .search-form .form-type-searchfield {
  position: relative;
}
.page-search .search-form .form-type-searchfield .search-submit {
  position: absolute;
  right: 0;
  top: -17px;
  margin: 5px;
}
.l-search-nav .quicktabs-style-tableau-overview {
  border-bottom: 0 !important;
}
.l-search-nav a {
  background: #f4f4f4 !important;
}
.l-search-results {
  padding: 0 0 36px;
  line-height: 1.5;
  min-height: 530px;
}
.l-search-results .searchhead {
  padding-bottom: 2em;
}
.l-search-results .searchhead ul li {
  display: inline-block;
  margin-right: 6px;
}
.l-search-results .gss-result > img {
  float: left;
  margin-right: 1em;
}
.l-search-results .gss-title a {
  color: #3d5f7f;
}
.l-search-results .gss-search-url a {
  color: #3d5f7f;
}
.gss-onebox {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.gss-onebox .viz-onebox {
  margin: 0;
  padding: 0;
}
.gss-onebox .viz-onebox li {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 10px;
}
.gss-onebox h2.block__title {
  margin-top: .83em;
  margin-bottom: 0;
}
.gss-onebox .block__content > div {
  padding: 0;
}
.google-search-pager .pager > li {
  display: inline-block;
}
.gss-title {
  margin-bottom: 0;
}
.gss-result {
  margin-bottom: 12px;
}
.gss-search-url {
  font-style: normal !important;
}
.gss-search-snippet {
  margin-top: 0 !important;
}
.gss-thumbnail-image {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.gss-thumbnail-image img {
  padding: 2px;
  width: 80px;
}
.search-result--author .gss-thumbnail-image img {
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
}
.search-result--vizhome .gss-thumbnail-image img {
  width: 80px;
  height: 49px;
}
.no-results {
  width: 28em;
  margin: 0 auto;
}
.no-results li {
  list-style: initial;
}
.l-search {
  padding: 0;
}
@media (min-width:55em) {
  .l-search {
    margin-right: 0;
    position: absolute;
    top: 2px;
    right: 0;
  }
}
.search-button {
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #fff;
}
.l-search-overlay {
  display: none;
}
.l-search-overlay .search-button {
  color: #000000;
}
.search-overlay-open .l-search-overlay {
  display: block;
}
.search-overlay-form {
  margin-top: 15%;
  text-align: center;
}
.custom-search .page-search .l-content.l-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.custom-search .page-search .search-container {
  min-height: 650px;
}
.custom-search .search-page {
  min-width: 320px;
}
.custom-search .search-container-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-search .search-form {
  padding: 24px;
  text-align: center;
  display: block;
}
.custom-search .search-input-container {
  display: inline;
  position: relative;
}
@media (max-width:30em) {
  .custom-search .search-input-container .search-input-icon {
    display: none;
  }
}
.custom-search .search-input {
  font-size: 1.71429em;
  max-width: 100%;
  padding: 0.21429em;
}
.custom-search .search-input::-ms-clear {
  display: none;
}
.custom-search .search-submit {
  border: 0;
  background: transparent;
  padding-top: 4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -17px;
  margin: 5px;
}
.custom-search .search-page-lower {
  background: #f4f4f4;
}
.custom-search .search-tab-container {
  position: relative;
  height: 48px;
  border-bottom: 3px solid #e6e6e6;
}
.custom-search .search-tab-container .l-inner {
  position: relative;
}
.custom-search .search-tab-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}
.custom-search .search-tab {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
.custom-search .search-tab .search-tab-label, .custom-search .search-tab .search-tab-count {
  vertical-align: baseline;
  height: 48px;
  line-height: 48px;
}
.custom-search .search-tab .search-tab-label {
  display: inline-block;
  font-size: 0.85714em;
}
.custom-search .search-tab .search-tab-count {
  display: none;
}
@media (min-width:20em) and (max-width:30em) {
  .custom-search .search-tab {
    margin-right: 6px;
  }
  .custom-search .search-tab .search-tab-label {
    font-size: 0.85714em;
  }
}
@media (min-width:30em) and (max-width:48em) {
  .custom-search .search-tab {
    margin-right: 24px;
  }
  .custom-search .search-tab .search-tab-label {
    font-size: 1em;
  }
}
@media (min-width:48em) {
  .custom-search .search-tab {
    margin-right: 30px;
  }
  .custom-search .search-tab .search-tab-label {
    font-size: 1.28571em;
  }
  .custom-search .search-tab .search-tab-count {
    display: inline-block;
    font-size: 0.85714em;
    margin-left: 6px;
  }
}
@media (min-width:64.0625em) {
  .custom-search .search-tab {
    margin-right: 48px;
  }
}
.custom-search .search-tab.active .search-tab-label {
  border-bottom: 3px solid #2d4b65;
}
.custom-search .search-tab.active a {
  color: #323232;
}
.custom-search .search-results-container {
  padding-bottom: 36px;
  padding-top: 12px;
}
.custom-search .search-results-header {
  padding-bottom: 24px;
}
.custom-search .search-results-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-search .search-result {
  padding: 24px 0;
  margin: 0;
  display: inline-flex;
}
.custom-search .search-result-title a {
  color: #3d5f7f;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.custom-search .search-result-content {
  display: flex;
  flex-direction: row;
}
.custom-search .result-thumbnail {
  display: none;
  padding: 0;
  margin-right: 6px;
  width: 78px;
  min-width: 78px;
  max-width: none;
  float: left;
}
.custom-search .result-thumbnail.show-thumbnail {
  display: block;
}
@media (min-width:55em) {
  .custom-search .result-thumbnail {
    margin-right: 12px;
  }
}
.custom-search .result-thumbnail img {
  padding: 0;
  width: 78px;
}
.custom-search .result-thumbnail.circle img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.custom-search .search-result-url {
  display: inline-block;
  margin: 0;
}
.custom-search .search-result-url a {
  color: #3d5f7f;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.custom-search .search-result-details {
  display: inline-block;
  margin: 0;
}
.custom-search .search-result-snippet-text {
  margin: 9px 0;
}
.custom-search .search-result-snippet-text .hashtag {
  text-decoration: none;
}
.custom-search .search-result-snippet-text .hashtag:hover {
  color: #5e93c5;
  text-decoration: underline;
}
@media (max-width:30em) {
  .custom-search .search-result-snippet-text {
    margin-top: 0;
  }
}
.custom-search .label {
  background-color: #3d5f7f;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.custom-search .search-result-label {
  margin-right: 6px;
}
.author-list {
  padding-left: 0;
}
.author-list .author-profile {
  list-style: none;
  margin-top: 24px;
}
.author-list .author-profile:first-child {
  margin-top: 0;
}
.author-list .author__avatar {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}
@media (min-width:55em) {
  .author-list .author__avatar {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.author-list .author__avatar img {
  width: 100px;
}
.author-list .author__info {
  width: 47.36842%;
  float: right;
  margin-right: 0;
}
@media (min-width:55em) {
  .author-list .author__info {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.author-list .author__name {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.28571em;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.author-list .author__name :hover {
  overflow: visible;
}
.author-list .author__workbook {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:55em) {
  .author-list .author__workbook {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
.author-list .author__workbook img {
  padding: 1px;
  margin-top: 36px;
  width: 100%;
}
@media (min-width:55em) {
  .author-list .author__workbook img {
    width: 140px;
    float: left;
    margin-top: 0;
    margin-right: 12px;
  }
}
.author-list .author__workbook .viz-title {
  margin-top: 6px;
  margin-bottom: 6px;
}
.author-list .author__workbook .viz-view-count {
  display: inline-block;
  color: #333;
  border-right: 1px solid #b2b2b2;
  padding-right: 10px;
  margin-right: 6px;
}
.sticky-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  height: 48px;
  width: 100%;
  left: 0;
  z-index: 5;
}
td, th {
  vertical-align: top;
}
.tile {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 1px;
  line-height: 1;
  font-size: 1.14286em;
  color: #fff;
}
@media (min-width:55em) {
  .tile {
    font-size: 1em;
    padding: 11px 1.64286em;
  }
}
.tile:hover {
  color: #fff;
  text-decoration: none;
}
.tile:visited {
  color: #fff;
}
.tile.element-hidden {
  display: none;
}
.tile.inactive, .tile [disabled] {
  background: #4d4d4d !important;
  cursor: default;
}
.tile.inactive.outline, .tile [disabled].outline {
  border: 1px solid #666;
}
.tile.inactive:hover, .tile [disabled]:hover {
  background: #b2b2b2;
  color: #fff;
}
.tile.action.cta {
  color: #fff;
  background: #ff6d02;
}
.tile.action.cta.outline {
  border: 1px solid #ffb16f;
}
.tile.action.cta:hover {
  background: #ffb16f;
  color: #fff;
}
.tile.action {
  color: #fff;
  background: #ea8e4f;
}
.tile.action.outline {
  border: 1px solid #dd6a35;
}
.tile.action:hover {
  background: #dd6a35;
  color: #fff;
}
.tile.action[disabled] {
  background: #f9ddca;
}
.tile.confirm {
  color: #fff;
  background: #2ccb96;
}
.tile.confirm.outline {
  border: 1px solid #2ea27c;
}
.tile.confirm:hover {
  background: #2ea27c;
  color: #fff;
}
.tile.confirm[disabled] {
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.35);
  background: #e5e5e5;
}
.tile.attention, .tile.caution {
  color: #fff;
  background: #ea4353;
}
.tile.attention.outline, .tile.caution.outline {
  border: 1px solid #c83946;
}
.tile.attention:hover, .tile.caution:hover {
  background: #c83946;
}
.tile.attention[disabled], .tile.caution[disabled] {
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.35);
  background: #e5e5e5;
}
.tile.activity {
  color: #fff;
  background: #b2b2b2;
}
.tile.activity.outline {
  border: 1px solid #656565;
}
.tile.activity:hover {
  background: #656565;
}
.tile.clear {
  color: #4d4d4d;
  background: none;
}
.tile.clear.outline {
  border: 2px solid #fff;
}
.tile.clear:hover {
  border-color: #ddd;
  background: #e6e6e6;
}
.tile.clear.light {
  color: #323232;
  background: none;
}
.tile.clear.light.outline {
  border: 1px solid #656565;
}
.tile.clear.light:hover {
  background: #e5e5e5;
}
.tile.white {
  background: #fff;
  color: #656565;
}
.tile.white.outline {
  border: 1px solid #b2b2b2;
}
.tile.white:hover {
  background: #f4f4f4;
  color: #323232;
}
.tile.facebook {
  background: #3b579d;
}
.tile.tile--xs {
  font-size: 0.78571em;
}
.tile.tile--s {
  font-size: 0.85714em;
}
.tile.tile--l {
  font-size: 1.28571em;
}
.tile.tile--xl {
  font-size: 1.71429em;
}
.tile.tile--xxl {
  font-size: 2.57143em;
}
.tile.tile--ui {
  color: #656565;
  width: auto;
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width:55em) {
  .tile.tile--ui {
    font-size: 0.78571em;
  }
}
.tile.tile--ui [class^="icon"] {
  font-size: 16px;
  margin-right: 6px;
}
.tile.tile--ui [class^="icon-download"] {
  bottom: -2px;
}
.tile.tile--ui [class ~ ="icon-favorite-mobile"] {
  font-size: 22px !important;
  margin-right: 6px;
}
.tile.tile--ui:hover {
  color: #323232;
}
.tile.tile--short {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
input.tile, button.tile {
  border: 0;
}
.toast {
  position: relative;
}
.toast.action {
  background: #2ea27c;
}
.toast .toast__close {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  font-size: 1.71429em;
  line-height: 1;
}
.toast-title {
  font-weight: 500;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a, .toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-success .toast-close-button {
  color: #333333;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover, .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  top: 24px;
  z-index: 999999;
  text-align: center;
  pointer-events: none;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 12px;
  padding: 6px 24px;
  max-width: 480px;
  border-radius: 2px;
  background-position: 15px center;
  background-repeat: no-repeat;
  pointer-events: auto;
}
#toast-container > :hover {
  cursor: pointer;
}
#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
  margin: auto;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
#toast-container {
  text-align: center;
}
#toast-container .toast {
  margin-bottom: 6px !important;
}
.toast {
  background-color: #f2f5fa;
  color: #3d5f7f;
  border: 1px solid #3d5f7f;
}
.toast a {
  font-weight: 500;
  color: #3d5f7f;
  text-decoration: underline !important;
}
.toast-success {
  background-color: #d5f5ea;
  color: #333333;
  border: 1px solid #2ea27c;
}
.toast-success a {
  color: #3d5f7f;
}
.toast-success a:hover {
  color: #3d5f7f;
}
.toast-error {
  background-color: #fbd9dd;
  color: #c83946;
  border: 1px solid #c83946;
}
.toast-error a {
  color: #c83946;
}
.toast-error a:hover {
  color: #c83946;
}
.toast-info {
  background-color: #d8dfe5;
  color: #3d5f7f;
  border: 1px solid #3d5f7f;
}
.toast-info a {
  color: #3d5f7f;
}
.toast-info a:hover {
  color: #3d5f7f;
}
.toast-warning {
  background-color: #fbe8dc;
  color: #dd6a35;
  border: 1px solid #dd6a35;
}
.toast-warning a {
  color: #dd6a35;
}
.toast-warning a:hover {
  color: #dd6a35;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width:240px) {
  #toast-container > div {
    padding: 8px 8px 8px 8px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width:241px) and (max-width:480px) {
  #toast-container > div {
    padding: 8px 8px 8px 8px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width:481px) and (max-width:768px) {
  #toast-container > div {
    padding: 15px 15px 15px 15px;
    width: 25em;
  }
}
.react-toast-content {
  top: 50px;
  overflow: hidden;
  transition: opacity 2000ms ease-in-out;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  outline: none;
  width: 100%;
}
.qtip {
  position: absolute;
  z-index: 100;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  font-size: 11px;
  position: relative;
  padding: 12px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  line-height: 1.4;
}
.qtip-content a {
  text-decoration: underline;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 500;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  max-width: 20em;
  border: 1px solid #ccc;
  background-color: whitesmoke;
  color: #656565;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(/s/sites/all/themes/revizit/css/#default#VML);
  display: inline-block;
  visibility: visible;
}
.logged-in .l-admin {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  background: #333;
}
.logged-in .l-admin .tabs.tabs--primary a {
  font: 300 0.85714em "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  display: block;
  background: transparent;
  color: #dca93c;
  padding: 0.71429em 1.78571em;
  border-right: 1px solid #222;
  border-left: 1px solid #393939;
  -webkit-box-shadow: inset 5px 5px 18px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 5px 5px 18px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 5px 5px 18px -4px rgba(0, 0, 0, 0.3);
}
.logged-in .l-admin .tabs.tabs--primary a.active {
  background: #111;
}
.l-homepage.logged-in .l-admin {
  margin-bottom: 0;
}
.flush-page-cache {
  background: #dd6a35;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.flush-page-cache:visited {
  color: #fff;
}
.wait {
  cursor: wait;
}
.modal-verification-prompt, .modal-user-settings {
  margin-top: -12px;
}
.modal-inner {
  padding: 16px 18px;
  color: #656565;
}
.modal-inner label, .modal-inner .form-label {
  color: #656565;
}
.form-field {
  position: relative;
}
.form-field__label {
  font-size: 11px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -9px;
  left: 0;
}
.form-field__label.is-active {
  opacity: 1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.form-field__label label {
  position: absolute;
  pointer-events: none;
  top: 18px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}
input:focus ~ label, input:valid ~ label {
  top: -10px;
  display: show;
}
.form-facebook {
  margin-top: 24px;
  text-align: center;
}
.logo--facebook {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 6px;
}
.login__divider {
  font-weight: 400;
  color: #656565;
  font-size: 1em;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.modal-verification-prompt label.error {
  color: #c83946 !important;
}
.modal-login, .modal-verification-prompt {
  outline: 0;
  color: #656565;
}
.modal-login .tile.facebook, .modal-verification-prompt .tile.facebook {
  width: 100%;
}
.modal-login .modal-inner, .modal-verification-prompt .modal-inner {
  padding: 24px 36px 24px;
}
@media (min-width:55em) {
  .modal-login .modal-inner, .modal-verification-prompt .modal-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.modal-login .logo-login, .modal-login .logo-verification-prompt, .modal-verification-prompt .logo-login, .modal-verification-prompt .logo-verification-prompt {
  position: relative;
  height: 37px;
  margin: 0 auto;
  display: block;
  margin-bottom: 6px;
  margin-top: 48px;
}
.modal-login .modal-login__subheading-container, .modal-login .modal-verification-prompt__subheading-container, .modal-verification-prompt .modal-login__subheading-container, .modal-verification-prompt .modal-verification-prompt__subheading-container {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.modal-login .modal-login__subheading-container .or-heading, .modal-login .modal-verification-prompt__subheading-container .or-heading, .modal-verification-prompt .modal-login__subheading-container .or-heading, .modal-verification-prompt .modal-verification-prompt__subheading-container .or-heading {
  height: 50px;
}
.modal-login .modal-login__subheading-container .or-heading > hr, .modal-login .modal-login__subheading-container .or-heading h3, .modal-login .modal-verification-prompt__subheading-container .or-heading > hr, .modal-login .modal-verification-prompt__subheading-container .or-heading h3, .modal-verification-prompt .modal-login__subheading-container .or-heading > hr, .modal-verification-prompt .modal-login__subheading-container .or-heading h3, .modal-verification-prompt .modal-verification-prompt__subheading-container .or-heading > hr, .modal-verification-prompt .modal-verification-prompt__subheading-container .or-heading h3 {
  display: inline-block;
}
.modal-login .modal-login__subheading-container .or-heading > hr, .modal-login .modal-verification-prompt__subheading-container .or-heading > hr, .modal-verification-prompt .modal-login__subheading-container .or-heading > hr, .modal-verification-prompt .modal-verification-prompt__subheading-container .or-heading > hr {
  width: 43%;
  margin-bottom: 3px;
}
.modal-login .modal-login__heading, .modal-login .modal-login__subheading, .modal-verification-prompt .modal-login__heading, .modal-verification-prompt .modal-login__subheading {
  text-align: center;
  font-size: 2.57143em;
}
.modal-login .modal-login__subheading, .modal-verification-prompt .modal-login__subheading {
  font-weight: 400;
  color: #656565;
  font-size: 1.2em;
  margin-top: 12px;
  margin-bottom: 24px;
}
.modal-login .keep-me-signed-in-section > label, .modal-login .keep-me-signed-in-section input[type='checkbox'], .modal-verification-prompt .keep-me-signed-in-section > label, .modal-verification-prompt .keep-me-signed-in-section input[type='checkbox'] {
  cursor: pointer;
}
.modal-login .keep-me-signed-in-section > div.error.inline-error, .modal-verification-prompt .keep-me-signed-in-section > div.error.inline-error {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 20px;
  float: right;
}
.modal-login .keep-me-signed-in-section > div.error.inline-error > label, .modal-verification-prompt .keep-me-signed-in-section > div.error.inline-error > label {
  font-weight: 500;
  text-align: right;
}
.modal-login .error-section, .modal-verification-prompt .error-section {
  display: block;
  height: 24px;
}
.modal-login .form-section, .modal-verification-prompt .form-section {
  margin-bottom: 24px;
}
.modal-login .form-section.form-facebook, .modal-verification-prompt .form-section.form-facebook {
  margin-bottom: 12px;
  margin-top: 12px;
}
.modal-login .form-section.form-facebook > .tile.facebook, .modal-verification-prompt .form-section.form-facebook > .tile.facebook {
  font-size: 1.1em;
  font-weight: 400;
}
.modal-login .form-section.form-password, .modal-verification-prompt .form-section.form-password {
  margin-bottom: 6px;
}
.modal-login .form-section label, .modal-verification-prompt .form-section label {
  font-size: 0.85714em;
}
.modal-login .form-login-duration, .modal-verification-prompt .form-login-duration {
  margin-top: -24px;
  text-align: right;
}
.modal-login label[for="login-long-duration"], .modal-verification-prompt label[for="login-long-duration"] {
  display: inline-block;
  width: auto;
}
.modal-login #account-signup, .modal-verification-prompt #account-signup {
  font-size: 12px;
  color: #3d5f7f;
  margin-top: 4px;
  display: inline-block;
}
.modal-login .form-actions, .modal-verification-prompt .form-actions {
  margin-top: 24px;
  text-align: center;
}
.modal-login .form-actions input[type="submit"], .modal-verification-prompt .form-actions input[type="submit"] {
  display: block;
  margin: 0 auto 6px;
  width: 100%;
}
.modal-login .form-actions .form-actions-footer, .modal-verification-prompt .form-actions .form-actions-footer {
  margin-top: 6px;
}
.modal-login .form-actions .form-actions-footer > span, .modal-verification-prompt .form-actions .form-actions-footer > span {
  float: left;
  font-size: 0.78571em;
  font-weight: 400;
}
.modal-login .form-actions .form-actions-footer .password-remind, .modal-verification-prompt .form-actions .form-actions-footer .password-remind {
  color: #3d5f7f;
  font-size: 0.78571em;
  margin-top: 0;
}
.modal-login .form-actions .form-actions-footer .password-remind:hover, .modal-verification-prompt .form-actions .form-actions-footer .password-remind:hover {
  text-decoration: underline;
}
.modal-login footer, .modal-verification-prompt footer {
  margin-top: 36px;
  text-align: center;
  font-size: 0.78571em;
}
.modal-login footer .login-social, .modal-verification-prompt footer .login-social {
  background: #aaa;
  border-radius: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
}
.modal-login footer .login-social.twitter, .modal-verification-prompt footer .login-social.twitter {
  background: #00aced;
}
.modal-login footer .login-social.facebook, .modal-verification-prompt footer .login-social.facebook {
  background: #3b5998;
}
.modal-login footer .login-social.gplus, .modal-verification-prompt footer .login-social.gplus {
  background: #dd4b39;
}
.form-server-login .form-section, .form-verification-prompt .form-section {
  width: 100%;
}
.form-server-login .form-actions, .form-verification-prompt .form-actions {
  text-align: center;
}
.form-server-login .form-label, .form-verification-prompt .form-label {
  margin-bottom: 0.35714em;
  text-transform: uppercase;
  font-size: 0.85714em;
}
.form-server-login .label-break, .form-verification-prompt .label-break {
  display: block;
}
.form-server-login .label-inline, .form-verification-prompt .label-inline {
  display: inline-block;
}
.form-server-login .input-text, .form-verification-prompt .input-text {
  width: 100%;
}
.form-server-login label[for="login-long-duration"], .form-verification-prompt label[for="login-long-duration"] {
  padding: 0;
  margin: 0;
  vertical-align: inherit;
}
.form-server-login label.error a, .form-verification-prompt label.error a {
  font-size: 12px;
  color: #3d5f7f;
}
.form-server-login label.error-fb-need-email, .form-verification-prompt label.error-fb-need-email {
  font-size: 13px;
}
.form-server-login .hidden, .form-verification-prompt .hidden {
  visibility: hidden;
}
.account-signup h2 {
  background-color: #ebebeb;
  min-height: 60px;
  padding: 16px 18px;
  margin-bottom: 0;
}
.account-signup form {
  margin-top: 6px;
}
.account-signup .input-text {
  width: 100%;
}
.account-signup .form-section {
  height: 60px;
  margin-top: 24px;
}
.account-signup .form-section:first-child {
  margin-top: 0;
}
.account-signup .form-field input.error + label.error {
  margin-top: 3px;
}
.account-signup .form-section__header {
  margin-bottom: 6px;
}
.account-signup .form-signup-email {
  height: 84px;
}
.account-signup .form-signup-legal {
  height: 48px;
}
.account-signup .form-signup-legal .form-field {
  display: flex;
  flex-direction: row;
}
.account-signup .form-signup-legal input[type="checkbox"] {
  width: 16px;
}
.account-signup .form-signup-captcha {
  height: 96px;
}
.account-signup .form-actions {
  float: right;
  margin-top: 12px;
  text-align: center;
}
.account-signup label[for="signup-legal"] {
  display: inline-block;
}
.account-signup label.error, .account-signup label.custom-error, .account-signup .instruction.error, .account-signup .instruction.custom-error {
  color: #c83946;
}
.account-signup label.custom-error {
  display: none;
}
.account-signup label.error, .account-signup label.custom-error.active {
  font-size: 0.78571em;
  font-weight: 400;
  display: block;
  text-align: left;
}
.account-signup .form__feedback {
  padding: 12px 18px;
  display: none;
  background: #becbe4;
  font-size: 0.85714em;
  margin-top: 48px;
}
.account-signup .form__feedback.show {
  display: block;
}
.password-recover {
  outline: none;
  height: 264px;
}
.password-recover h2 {
  background-color: #ebebeb;
  height: 60px;
  padding: 16px 18px;
  margin-bottom: 0;
}
.password-recover form {
  margin-top: 36px;
}
.password-recover label {
  display: block;
  line-height: 1.2;
}
.password-recover .form-section {
  height: 60px;
}
.password-recover .form-section input[type="email"] {
  width: 100%;
}
.password-recover label.error {
  margin-top: 6px;
}
.password-recover .form-actions {
  float: right;
  margin-top: 12px;
  text-align: center;
}
.password-recover-set {
  outline: none;
}
.password-recover-set h2 {
  background-color: #ebebeb;
  height: 60px;
  padding: 16px 18px;
  margin-bottom: 0;
}
.password-recover-set form {
  margin-top: 12px;
}
.password-recover-set .form-section {
  height: 60px;
}
.password-recover-set .form-section input {
  width: 100%;
}
.password-recover-set .form-actions {
  float: right;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 12px;
}
.password-recover-set .form-recover-password-confirm {
  margin-top: 24px;
}
.password-recover-set .form-recover-password-recover-code {
  display: none;
  height: 0;
}
.password-recover-set label.error {
  padding-top: 6px;
}
.user-settings h2 {
  padding: 16px 18px;
  margin-bottom: 0;
}
.user-settings .modal-nav-header {
  background-color: #ebebeb;
}
.user-settings .tab-nav {
  display: flex;
  justify-content: space-between;
}
.user-settings .tab {
  text-decoration: none;
  color: #888;
  padding: 6px 12px;
  display: inline-block;
}
.user-settings .tab.active {
  color: #333;
  border-bottom: 3px solid black;
}
.user-settings .tab:first-child {
  margin-left: 6px;
}
.user-settings .input-text {
  width: 100%;
}
.user-settings .tab-content {
  visibility: hidden;
}
.user-settings .tab-content.active {
  visibility: visible;
  min-height: 400px;
}
.user-settings h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 1.14286em;
  color: #323232;
}
.user-settings .form-section:first-child h3 {
  margin-top: 0;
}
.user-settings .form-actions {
  margin-top: 24px;
  margin-bottom: 0;
}
.user-settings .password-remind {
  color: #3d5f7f;
}
.user-settings .password-remind:hover {
  text-decoration: underline;
}
#default-settings-form input[type="checkbox"] + label {
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#default-settings-form .setting--limited {
  display: none;
}
#default-settings-form .form-type-checkbox {
  display: none;
}
#default-settings-form .form-type-checkbox.can-edit {
  display: block;
}
#default-settings-form .checkbox-label-row {
  display: flex;
  flex-direction: row;
}
#default-settings-form .checkbox-label-row input[type="checkbox"] {
  width: 18px;
}
#form--change-email h3, .form-settings--password h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
#form--change-email label.error, #form--change-email .instruction.error, .form-settings--password label.error, .form-settings--password .instruction.error {
  color: #c83946;
}
#form--change-email label.error, .form-settings--password label.error {
  font-size: 0.78571em;
  font-weight: 400;
  padding-top: 3px;
}
@media (min-width:55em) {
  .form-change-email-password {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin: 0;
  }
}
#form--change-email {
  padding-right: 18px;
}
#form--change-email .form-section {
  height: 66px;
}
#form--change-email .form-actions {
  margin-top: 48px;
}
@media (min-width:55em) {
  .form-settings--password {
    padding-left: 18px;
  }
}
.form-settings--password .form-section {
  margin-bottom: 12px;
  height: 72px;
}
.form-settings--password .form-actions {
  margin-top: 72px;
}
.account-manage > .form-section {
  display: block;
}
.account-manage p {
  margin-top: 0;
}
.account-manage .account-type {
  color: #656565;
}
.account-manage .account-type [class^="account-"] {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
.account-manage .account-type [class^="account-"]:first-child {
  padding-left: 0;
  border: 0;
}
.account-manage .app-usage {
  padding: 0;
  border: 0;
  width: 390px;
}
.account-manage .account-upgrade {
  float: right;
}
.account-manage .warning-final {
  display: none;
  font-size: 0.85714em;
  color: #323232;
}
.account-manage .delete-action {
  text-align: right;
}
.account-manage .account-delete__message {
  padding-right: 64px;
}
.account-manage .account-delete .description, .account-manage .account-sign-out-all .description {
  font-size: 0.85714em;
  color: #656565;
}
.account-manage .account-delete .tile, .account-manage .account-sign-out-all .tile {
  width: 225px;
  float: right;
}
@media (min-width:55em) {
  .account-manage .account-delete .tile, .account-manage .account-sign-out-all .tile {
    width: 210px;
  }
}
.account-manage .account-delete .tile {
  margin-left: 0px;
}
.account-manage .account-sign-out-all .tile {
  border: 2px solid #d9d9d9;
  color: #888;
  padding: 10px;
}
.account-manage .account-sign-out-all .tile:hover {
  color: #323232;
  background: #e5e5e5;
}
.account-manage .account-sign-out-all .grid-12.error-block .inline-error > label.error {
  color: #c83946 !important;
}
.account-manage .account-delete-confirm {
  display: none;
  text-align: left;
  float: right;
}
.account-manage .account-delete-confirm label.error {
  font-size: 0.78571em;
  font-weight: 400;
  width: auto;
  margin-top: 4px;
}
.account-manage .account-delete-confirm .form-section {
  height: 48px;
  margin-top: 18px;
}
.account-manage .account-delete-confirm .form-actions {
  margin-top: 12px;
}
.modal-tbd #cboxLoadedContent {
  padding: 12px;
  overflow: initial !important;
}
.modal-tbd .signature {
  width: 50%;
  float: right;
}
#password-form .feedback.password-match.show {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
#password-form label {
  padding-top: 8px;
  width: 5em;
}
#modal-account-signup .form-facebook {
  text-align: left;
}
#modal-account-signup .tile.facebook {
  margin-bottom: 6px;
  padding: 6px 12px;
}
#modal-account-signup .logo--facebook {
  width: 16px;
}
#modal-account-signup label.error-fb-need-email {
  font-size: 13px;
}
#modal-account-signup .form-signup-legal a {
  color: #3d5f7f;
}
#modal-account-signup .form-signup-legal a:hover {
  text-decoration: underline;
}
.app-usage {
  font-size: 0.85714em;
  color: #656565;
  margin: 0;
  padding: 10px;
  text-transform: none;
  cursor: default;
}
@media (min-width:55em) {
  .app-usage {
    border-top: 1px solid #ccc;
  }
}
.app-usage .indicator {
  display: block;
  position: relative;
  height: 8px;
  margin-top: 5px;
  margin-bottom: 4px;
  background: #ccc;
}
@media (min-width:55em) {
  .app-usage .indicator {
    background: #82a4c8;
  }
}
.app-usage .progress {
  background: #3d5f7f;
  position: absolute;
  width: 10%;
  height: 100%;
}
#form--profile-url .profile-url-edit {
  padding-top: 8px;
  padding-bottom: 8px;
}
.profile-url--current:hover {
  background: #e6e6e6;
  text-decoration: none;
  cursor: pointer;
}
.quicktabs-wrapper {
  background: #f4f4f4;
  margin-top: 24px;
}
.quicktabs-wrapper .l-tabs {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 24px;
}
.quicktabs-wrapper .qt--external {
  display: block;
  text-decoration: none;
  color: #656565;
  padding: 18px 6px 12px;
}
@media (min-width:30em) {
  .quicktabs-wrapper .qt--external {
    float: left;
  }
}
@media (min-width:55em) {
  .quicktabs-wrapper .qt--external {
    font-size: 1.14286em;
    float: right;
  }
}
ul .quicktabs-style-tableau-overview {
  display: inline-block;
  line-height: 1;
  overflow-x: scroll;
}
@media (min-width:30em) {
  ul .quicktabs-style-tableau-overview {
    float: left;
  }
}
.quicktabs-style-tableau-overview > li, .quicktabs-style-tableau-overview .tabs > li, .quicktabs-style-tableau-overview .tabs--primary > li {
  display: block;
  vertical-align: middle;
  margin-right: 18px;
  float: left;
}
@media (min-width:55em) {
  .quicktabs-style-tableau-overview > li, .quicktabs-style-tableau-overview .tabs > li, .quicktabs-style-tableau-overview .tabs--primary > li {
    margin-right: 48px;
  }
}
@media (min-width:64em) {
  .quicktabs-style-tableau-overview > li, .quicktabs-style-tableau-overview .tabs > li, .quicktabs-style-tableau-overview .tabs--primary > li {
    margin-right: 96px;
  }
}
.quicktabs-style-tableau-overview > li > a, .quicktabs-style-tableau-overview .tabs > li > a, .quicktabs-style-tableau-overview .tabs--primary > li > a {
  display: block;
  text-decoration: none;
  color: #656565;
  padding: 16px 0;
}
@media (min-width:55em) {
  .quicktabs-style-tableau-overview > li > a, .quicktabs-style-tableau-overview .tabs > li > a, .quicktabs-style-tableau-overview .tabs--primary > li > a {
    font-size: 1.14286em;
  }
}
.quicktabs-style-tableau-overview > li.active > a, .quicktabs-style-tableau-overview .tabs > li.active > a, .quicktabs-style-tableau-overview .tabs--primary > li.active > a {
  color: #323232;
}
.quicktabs-style-tableau-overview .quicktabs-tabpage {
  padding: 0;
  padding-bottom: 36px;
  min-height: 550px;
}
#cboxOverlay {
  background: #fff;
  opacity: 0.97 !important;
  z-index: 101;
  opacity: 0.75 !important;
}
#colorbox {
  z-index: 102;
  outline: none;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  left: -99999em;
  border: 1px solid #b2b2b2;
  background: #fff;
  overflow: hidden;
}
#colorbox.modal-search {
  background: rgba(255, 255, 255, 0.83);
}
#colorbox.modal-animate {
  opacity: 1;
  left: auto;
}
#cboxClose, .cbox-close {
  -webkit-transition: color 150ms ease-in;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  position: absolute;
  right: 12px;
  top: 18px;
  border: 0;
  font-size: 18px;
  background: transparent;
  display: block;
  z-index: 110;
  color: #656565;
}
#cboxClose:hover, .cbox-close:hover {
  color: #323232;
}
.cbox-close {
  top: 10px;
  right: 12px;
  line-height: 1;
  position: fixed;
  cursor: pointer;
}
.adhoc-tabs .tab {
  -webkit-transition: color 150ms ease-in;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
}
.adhoc-tabs .tab.active {
  color: #323232;
}
.adhoc-tabs .tab-content {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 0;
}
.adhoc-tabs .tab-content.active {
  position: static;
  clip: auto;
  height: auto;
}
.pager-load-more {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 36px;
}
.pager-load-more .pager-next a {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 1px;
  line-height: 1;
  font-size: 1.14286em;
  transition-duration: 100ms;
  background: none;
  border: 1px solid #656565;
  color: #323232;
  font-size: 1.71429em;
  background-position: right 5px;
}
@media (min-width:55em) {
  .pager-load-more .pager-next a {
    font-size: 1em;
    padding: 11px 1.64286em;
  }
}
.pager-load-more .pager-next a:hover {
  background: #e5e5e5;
}
.pager-load-more .pager-next a.progress-disabled {
  padding-right: 48px;
  background: url("/s/sites/all/themes/revizit/images/ajax-loader.gif") 165px 5px no-repeat #B1B1B1;
}
.pager-load-more .ajax-progress {
  display: none;
}
.easy_social_box.easy_social_lang_en .easy_social-widget {
  margin-right: 18px;
}
.easy_social_box.easy_social_lang_en .easy_social-widget-facebook {
  position: relative;
  top: -1px;
}
.views-exposed-widgets {
  margin-bottom: 48px;
}
.overlay-shade {
  z-index: 1;
  display: none;
  background: #000;
  background: -moz-radial-gradient(center center, ellipse closest-side, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-radial-gradient(center center, ellipse closest-side, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center center, ellipse closest-side, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center center, ellipse closest-side, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center center, ellipse closest-side, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9) 100%);
}
.overlay-content {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  left: 0;
  right: 0;
  padding: 24px 0 24px;
}
.overlay-content .close {
  font-size: 24px;
}
.overlay-content .close .text {
  width: 1px;
}
.overlay-content .close:before {
  content: "ï„";
}
.overlay-content .close:hover {
  text-decoration: none;
}
.overlay-content .close {
  position: absolute;
  right: 24px;
  display: block;
  z-index: 11;
}
.is-hidden {
  display: none;
}
.favorite-filled {
  color: #ed8f48;
}
.pull-quote {
  color: #656565;
  margin-top: 24px;
  margin-bottom: 36px;
  margin-left: 60px;
  margin-right: 60px;
}
.pull-quote.push-1 {
  margin-right: 0-columns(1, 12);
}
.pull-quote.push-2 {
  margin-right: 0-columns(2, 12);
}
.pull-quote.push-3 {
  margin-right: 0-columns(3, 12);
}
.pull-quote.push-4 {
  margin-right: 0-columns(4, 12);
}
.pull-quote.push-5 {
  margin-right: 0-columns(5, 12);
}
.pull-quote.push-6 {
  margin-right: 0-columns(6, 12);
}
.pull-quote.push-7 {
  margin-right: 0-columns(7, 12);
}
.pull-quote.push-8 {
  margin-right: 0-columns(8, 12);
}
.pull-quote.push-9 {
  margin-right: 0-columns(9, 12);
}
.pull-quote.push-10 {
  margin-right: 0-columns(10, 12);
}
.pull-quote.push-11 {
  margin-right: 0-columns(11, 12);
}
.pull-quote .quote {
  font-style: italic;
  font-size: 2.28571em;
  text-indent: -7px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.pull-quote .byline {
  display: inline-block;
  font-size: 1.71429em;
  float: right;
}
.pull-quote .byline:before {
  content: 'â€”';
}
.paragraph-intro {
  font-style: italic;
  color: #656565;
  margin-bottom: 48px;
}
.line-emphasis {
  text-transform: uppercase;
}
.content-feedback {
  padding: 12px 12px;
  background: #82a4c8;
  text-align: center;
  color: #fff;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.content-feedback .content-feedback__heading {
  font-size: 1.71429em;
  color: #fff;
}
.content-feedback .content-feedback__text {
  font-size: 1.28571em;
  margin-bottom: 0;
}
.content-feedback a {
  color: #fff;
}
.block--ds-extras-viz-navigation {
  text-align: center;
  margin-top: -24px;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
}
.block--ds-extras-viz-navigation .l-inner {
  position: relative;
}
.block--ds-extras-viz-navigation .field--viz-gallery-return {
  text-align: left;
  position: relative;
  z-index: 10;
  font-size: 1.28571em;
}
@media (min-width:55em) {
  .block--ds-extras-viz-navigation .field--viz-gallery-return {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 20px;
    padding: 0;
  }
}
.block--ds-extras-viz-navigation .field--viz-gallery-return > a:before {
  content: "ï„";
}
.block--ds-extras-viz-navigation .field--viz-gallery-pagination {
  position: absolute;
  top: -18px;
  width: 6em;
  right: 12px;
}
@media (min-width:55em) {
  .block--ds-extras-viz-navigation .field--viz-gallery-pagination {
    top: -8px;
    width: 22em;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.block--ds-extras-viz-navigation .custom-pager > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 14px;
}
@media (min-width:55em) {
  .block--ds-extras-viz-navigation .custom-pager > li {
    margin-top: 4px;
  }
}
.block--ds-extras-viz-navigation .custom-pager .pager__prev, .block--ds-extras-viz-navigation .custom-pager .pager__next {
  -webkit-transition: background 80ms ease-in;
  -moz-transition: background 80ms ease-in;
  -o-transition: background 80ms ease-in;
  transition: background 80ms ease-in;
  display: block;
  border: 1px solid #656565;
  color: #656565;
  border-radius: 100px;
  width: 32px;
  line-height: 30px;
  height: 32px;
  text-align: center;
  font-size: 18px;
}
.block--ds-extras-viz-navigation .custom-pager .pager__prev.is-inactive, .block--ds-extras-viz-navigation .custom-pager .pager__next.is-inactive {
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.block--ds-extras-viz-navigation .custom-pager a.pager__prev:hover, .block--ds-extras-viz-navigation .custom-pager a.pager__next:hover {
  color: #323232;
  border-color: #323232;
  background: #e5e5e5;
}
.block--ds-extras-viz-navigation .custom-pager .previous {
  float: right;
}
.block--ds-extras-viz-navigation .custom-pager .next {
  float: left;
}
.block--ds-extras-viz-navigation .custom-pager .icon-chevron-l {
  margin-left: -1px;
}
.block--ds-extras-viz-navigation .custom-pager .icon-chevron-r {
  margin-right: -3px;
}
.block--ds-extras-viz-navigation .field--publish-date {
  display: none;
  color: #656565;
  font-size: 1em;
}
@media (min-width:55em) {
  .block--ds-extras-viz-navigation .field--publish-date {
    display: block;
  }
}
.block--ds-extras-viz-navigation .field--publish-date-ago {
  display: none;
  font-size: 0.71429em;
  color: #888;
  margin-top: -2px;
  margin-bottom: -5px;
}
@media (min-width:55em) {
  .block--ds-extras-viz-navigation .field--publish-date-ago {
    display: block;
  }
}
.block--ds-extras-viz-navigation .field--tableau-votd-subscribe {
  display: none;
  position: absolute;
  top: -1px;
  right: 20px;
}
.block--ds-extras-viz-navigation .field--tableau-votd-subscribe .tile {
  padding-top: 6px;
  padding-bottom: 6px;
}
.viz--viz-of-the-day .block--ds-extras-viz-navigation .field--tableau-votd-subscribe {
  display: none;
}
@media (min-width:55em) {
  .viz--viz-of-the-day .block--ds-extras-viz-navigation .field--tableau-votd-subscribe {
    display: inline-block;
  }
}
.node-type-visualization {}
.node-type-visualization .l-main {
  overflow: hidden;
  background: #f4f4f4;
}
.node-type-visualization .l-content {
  overflow-x: auto;
  background: #f4f4f4;
  -webkit-overflow-scrolling: touch;
}
.node-type-visualization .l-content > .l-inner {
  padding-top: 48px;
}
.node-type-visualization .field--author-link .label-inline {
  display: inline-block;
}
.node-type-visualization .field--embed-code {
  min-height: 400px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.node-type-visualization .field--embed-code iframe.tableauViz {
  margin-left: auto !important;
  margin-right: auto !important;
}
.node-type-visualization .field--embed-code .tableauPlaceholder div {
  background-position-x: center !important;
}
.node-type-visualization .field--embed-code .tableauPlaceholder {
  overflow: auto !important;
}
@media (min-width:55em) {
  .node-type-visualization .block--easy-social {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:55em) {
  .node-type-visualization .block--ds-extras-viz-details {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
.node-type-visualization .field--instruction {
  font-style: italic;
}
.node-type-visualization .view-id-tags .l-inner {
  padding: 0;
}
.node-type-visualization .view-id-tags [class^="badge-"] {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-right: 6px;
}
.node-type-visualization .view-id-tags .badge--1 {
  display: none;
}
.node-type-visualization .view-id-tags .badge--2 {
  background: #3d5f7f;
}
.node-type-visualization .view-id-tags .badge--624 {
  background: #2DA28C;
}
.node-type-visualization .view-id-tags .badge--660 {
  background: #F5717F;
}
.node-type-visualization .view-id-tags .badge--661 {
  background: #6F5D7F;
}
.viz--greatest-hits .field--publish-date, .viz--greatest-hits .field--publish-date-ago {
  visibility: hidden;
}
.viz--greatest-hits .field--viz-gallery-pagination {
  width: 6em;
}
.viz-control-bar {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background: #fff;
}
.viz-control-bar .author-return {
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.viz-control-bar .author-return:before {
  content: "ï„";
}
.viz-control-bar .icon-edit-copy:before {
  font-size: 18px;
}
.viz-embed {
  margin: 0 0 12px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background: #fff;
}
.viz-info-main {
  background: #f4f4f4;
}
.tableau-viz {
  margin-top: 0;
}
.tableau-viz iframe {
  border: 1px solid #f6f6f6;
  display: block;
  height: 88vh;
  margin: 0 auto;
}
@media (min-width:55em) {
  .tableau-viz iframe {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:100em) {
  .tableau-viz iframe {
    width: calc(100vw - 48px);
  }
}
@media (min-width:100em) {
  .tableau-viz iframe {
    width: 100em;
  }
}
.can-edit .viz-author-view-info {
  padding: 0px 6px;
}
.author-profile-link {
  text-decoration: underline;
}
.viz-metadata {
  margin: 38px auto 48px;
}
.viz-metadata .viz-metadata__header {
  margin-right: 6px;
  margin-left: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
.viz-metadata .viz-metadata__header h2 {
  margin: 0;
  font-size: 1em;
}
.viz-metadata .viz-title-old {
  font-size: 2.57143em;
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 60em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.viz-metadata .viz-title {
  font-size: 2.28571em;
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 60em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.viz-metadata .viz-author {
  font-size: 1.28571em;
  margin-bottom: 6px;
}
.viz-metadata .workbook-attribute {
  padding-bottom: 6px;
}
.viz-metadata .form-section.form-viz-permalink {
  margin-bottom: 12px;
  max-width: 60em;
}
.viz-metadata .viz-permalink {
  margin-top: -3px;
  color: #656565;
}
.viz-metadata .viz-permalink a {
  color: #656565;
}
.viz-metadata .viz-description {
  max-width: 60em;
  color: #656565;
}
.viz-metadata .viz-views {
  margin-right: 12px;
}
.viz-metadata .edit-controls {
  display: block;
  vertical-align: sub;
  margin-left: 6px;
  text-align: left;
}
@media (min-width:55em) {
  .viz-metadata .edit-controls {
    display: inline-block;
    text-align: left;
  }
}
.workbook-detail__form .form-field, .workbook-detail__form .form-fields, .workbook-detail__form .form-label, .workbook-detail__form .field-label {
  position: absolute;
  left: -9999em;
}
.workbook-detail__form .form-section {
  margin-bottom: 0;
}
@media (min-width:64em) {
  .workbook-detail__form.is-editing {
    max-width: 60em;
  }
}
.workbook-detail__form.is-editing .form-label {
  position: static;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  padding: 0;
  padding-top: 8px;
  left: auto;
}
@media (min-width:55em) {
  .workbook-detail__form.is-editing .form-label {
    display: table-cell;
    width: 10em;
    vertical-align: top;
  }
}
.workbook-detail__form.is-editing .form-section--checkbox .form-label {
  padding-top: 2px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.workbook-detail__form.is-editing .form-section, .workbook-detail__form.is-editing .form-section.form-viz-permalink {
  margin-bottom: 24px;
}
.workbook-detail__form.is-editing .workbook-attribute {
  display: none;
}
.workbook-detail__form.is-editing .form-field, .workbook-detail__form.is-editing .form-fields {
  position: static;
  left: auto;
}
@media (min-width:55em) {
  .workbook-detail__form.is-editing .form-field, .workbook-detail__form.is-editing .form-fields {
    display: table-cell;
    width: 88%;
    vertical-align: top;
  }
}
.workbook-detail__form.is-editing .form-label--inline {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: 1.8;
}
@media (min-width:55em) {
  .workbook-detail__form.is-editing .form-label--inline {
    display: block;
  }
}
.workbook-detail__form.is-editing .form-label--warn {
  display: inline-block;
  width: auto;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85714em;
  color: #dd6a35;
  margin-left: 24px;
}
@media (min-width:55em) {
  .workbook-detail__form.is-editing .form-label--warn {
    display: block;
  }
}
.workbook-detail__form.is-editing .form-type-checkbox {
  margin-bottom: 6px;
}
.workbook-detail__form.is-editing .workbook-input {
  width: 100%;
}
.workbook-detail__form.is-editing .workbook-input:focus {
  background: #fff;
}
.workbook-detail__form.is-editing .workbook-input.viz-description {
  height: 120px;
}
.workbook-detail__form.is-editing .workbook-input.viz-permalink {
  margin-top: 0;
}
.workbook-detail__form.is-editing .workbook-input.editor {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  cursor: text;
  padding: 6px 6px;
  border-radius: 1px;
  background: #fefefe;
  overflow: auto;
}
.workbook-detail__form.is-editing .workbook-input.editor.error {
  border: 2px solid red;
}
.workbook-detail__form.is-editing .workbook-input.editor:focus-within {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.workbook-detail__form.is-editing .workbook-input.editor:hover {
  border: 1px solid #656565;
}
.workbook-detail__form.is-editing .workbook-input .DraftEditor-editorContainer, .workbook-detail__form.is-editing .workbook-input .DraftEditor-root, .workbook-detail__form.is-editing .workbook-input .public-DraftEditor-content {
  max-height: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.workbook-detail__form.is-editing .workbook-input .hashtag:hover {
  text-decoration: none;
}
.workbook-detail__form.is-editing .tile.embed {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width:55em) {
  .workbook-detail__form.is-editing .tile.embed {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}
.workbook-detail__form.is-editing .viz-embed-code.expanded {
  margin-top: 12px;
  width: 88%;
  float: right;
}
.workbook-detail__form.is-editing .viz-description {
  margin-top: 0;
  resize: none;
}
.workbook-detail__form .form-actions .tile {
  width: 132px;
}
.workbook-detail__form .viz-embed-code {
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  color: #656565;
  font-family: monospace;
  line-height: 1.4;
  will-change: max-height;
  -webkit-transition: max-height 250ms ease-in;
  -moz-transition: max-height 250ms ease-in;
  -o-transition: max-height 250ms ease-in;
  transition: max-height 250ms ease-in;
}
.workbook-detail__form .viz-embed-code.expanded {
  max-height: 500px;
  border: 1px solid #ddd;
  padding: 6px;
}
.workbook-detail__form .lineage a.disabled {
  color: #BFBFBF;
  cursor: auto;
}
.workbook-detail__form .attribution-link {
  font-weight: 500;
}
.workbook-detail__form .attribution-info {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.workbook-detail__form .attribution-info a {
  color: #3d5f7f;
}
.workbook-detail__form .attribution-info.error {
  color: #c83946;
}
.viz-workbook-metadata {
  margin-top: 12px;
}
.viz-workbook-metadata .viz-workbook-metadata__head {
  position: relative;
}
.viz-workbook-metadata .viz-workbook-metadata__head .tableau-actions {
  position: absolute;
  font-size: 0.85714em;
  top: 10px;
  right: 10px;
}
.viz-workbook-metadata .viz-workbook-metadata__head .tableau-actions > a {
  display: inline-block;
  margin-left: 12px;
}
@media (min-width:64em) {
  .viz-workbook-metadata .viz-workbook-metadata__head .workbook-actions {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    text-align: right;
  }
}
.viz-workbook-metadata .viz-workbook__details {
  font-size: 1em;
  margin-top: 36px;
}
.viz-workbook-metadata .viz-workbook__details .viz-workbook-details__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
.viz-workbook-metadata .viz-workbook__details .viz-workbook-details__header h2 {
  margin: 0;
  font-size: 1.28571em;
}
.viz-workbook-metadata .viz-workbook__details .basic {
  color: #656565;
}
@media (min-width:55em) {
  .viz-workbook-metadata .viz-workbook__details .basic {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.viz-workbook-metadata .viz-workbook__details .extended {
  color: #656565;
}
@media (min-width:55em) {
  .viz-workbook-metadata .viz-workbook__details .extended {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
.viz-workbook-metadata .viz-workbook__details .label {
  color: #323232;
}
.viz-workbook-metadata .viz-workbook__details .workbook-attributes {
  display: table;
  margin-bottom: 0;
}
.viz-workbook-metadata .viz-workbook__details .workbook-attributes .attribute-row {
  margin-bottom: 12px;
}
.viz-workbook-metadata .viz-workbook__details .workbook-attributes .label {
  display: table-cell;
  width: 8em;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}
@media (min-width:55em) {
  .viz-workbook-metadata .viz-workbook__details .workbook-attributes .label {
    width: 15em;
  }
}
.viz-workbook-metadata .viz-workbook__details .workbook-attributes .value {
  display: table-cell;
  vertical-align: top;
}
.viz-workbook-metadata .viz-workbook__details td {
  padding: 10px 0 15px;
  vertical-align: top;
}
.viz-workbook-metadata .workbook-detail-list {
  margin-top: 0;
  margin-bottom: unset;
}
.viz-workbook-metadata .workbook-detail-list a.disabled {
  color: #BFBFBF;
  cursor: auto;
}
.viz-workbook-metadata td.label {
  width: 8em;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}
@media (min-width:55em) {
  .viz-workbook-metadata td.label {
    width: 10em;
  }
}
.viz-workbook-metadata .viz-refresh-extract {
  padding-left: 23px;
  padding-right: 23px;
  height: 23px;
  background-color: transparent;
  font-size: 12px;
  border-color: #cbcbcb;
  border-width: 1px;
  display: block;
  margin-top: 3px;
  border-radius: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
}
.viz-workbook-metadata .viz-refresh-extract:hover {
  border-color: #666666;
}
.viz-workbook-metadata .viz-refresh-extract:active {
  border-color: #333333;
  background-color: #f5f5f5;
}
.viz-workbook-metadata .viz-refresh-extract:disabled {
  border-color: #333333;
  background-color: transparent;
  opacity: 0.25;
  color: #000000;
}
.viz-workbook-metadata .viz-refresh-error {
  display: block;
  color: #c83946;
  margin-top: 4px;
  font-size: 0.85714em;
}
.viz-workbook-metadata .viz-workbook-autosync {
  margin-top: 0;
}
.viz-workbook-metadata .viz-workbook-autosync .api-error {
  display: block;
  color: #c83946;
  margin-top: 4px;
  font-size: 0.85714em;
}
.viz-workbook-metadata-beta {
  margin-top: 12px;
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head {
  position: relative;
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .outer-viz-details-header {
  display: table-cell;
  padding-bottom: 12px;
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header {
  display: block;
  vertical-align: sub;
  margin-left: 6px;
  text-align: left;
  font-family: "public-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header {
    display: inline-block;
    text-align: left;
  }
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header a {
  margin: 0;
  font-size: 1.14286em;
  cursor: pointer;
  width: auto;
  padding-right: 12px;
  color: #656565;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header a {
    font-size: 0.78571em;
  }
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .viz-workbook-details__header a:hover {
  color: #323232;
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .tableau-actions {
  position: absolute;
  font-size: 0.85714em;
  top: 12px;
  right: 12px;
}
.viz-workbook-metadata-beta .viz-workbook-metadata__head .tableau-actions > a {
  display: inline-block;
  margin-left: 12px;
}
@media (min-width:64em) {
  .viz-workbook-metadata-beta .viz-workbook-metadata__head .workbook-actions {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    text-align: right;
  }
}
.viz-workbook-metadata-beta .viz-workbook__details-beta {
  font-size: 1em;
  padding: 0;
  margin-top: 36px;
  border-bottom: 1px solid #ccc;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .viz-workbook__details__show-hide {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .basic {
  color: #656565;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta .viz-workbook__details-beta .basic {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .extended {
  color: #656565;
  padding-top: 6px;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta .viz-workbook__details-beta .extended {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .label {
  color: #323232;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .workbook-attributes {
  display: table;
  margin-bottom: 0;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .workbook-attributes .attribute-row {
  margin-bottom: 12px;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .workbook-attributes .label {
  display: table-cell;
  width: 8em;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta .viz-workbook__details-beta .workbook-attributes .label {
    width: 10em;
  }
}
.viz-workbook-metadata-beta .viz-workbook__details-beta .workbook-attributes .value {
  display: table-cell;
  vertical-align: top;
}
.viz-workbook-metadata-beta .viz-workbook__details-beta td {
  padding: 10px 0 15px;
  vertical-align: top;
}
.viz-workbook-metadata-beta .workbook-detail-list {
  margin-top: 0;
}
.viz-workbook-metadata-beta td.label {
  width: 8em;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}
@media (min-width:55em) {
  .viz-workbook-metadata-beta td.label {
    width: 10em;
  }
}
.related-workbooks {
  margin: 36px auto 48px;
}
.related-workbooks .related-viz-header {
  font-size: 1.71429em;
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.related-workbooks .media-related-viz {
  display: block;
  position: relative;
  background: #fff;
  min-height: 150px;
  color: #333;
  margin-bottom: 36px;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width:30em) {
  .related-workbooks .media-related-viz {
    width: 49.15254%;
    float: left;
  }
  .related-workbooks .media-related-viz:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .related-workbooks .media-related-viz:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:55em) {
  .related-workbooks .media-related-viz {
    width: 32.20339%;
    float: left;
  }
  .related-workbooks .media-related-viz:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .related-workbooks .media-related-viz:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .related-workbooks .media-related-viz:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width:64.0625em) {
  .related-workbooks .media-related-viz {
    padding: 0 18px;
  }
}
@media (min-width:85.375em) {
  .related-workbooks .media-related-viz {
    width: 23.72881%;
    float: left;
    padding: 0;
  }
  .related-workbooks .media-related-viz:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .related-workbooks .media-related-viz:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  .related-workbooks .media-related-viz:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .related-workbooks .media-related-viz:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
}
.related-workbooks .media-related-viz.ng-enter {
  opacity: 0;
}
.related-workbooks .media-related-viz.ng-enter-active, .related-workbooks .media-related-viz.ng-move-active {
  opacity: 1;
}
.related-workbooks .media-related-viz.ng-leave {
  opacity: 0;
}
.related-workbooks .media-related-viz.ng-move {
  opacity: 0;
}
.related-workbooks .media-related-viz .viz-title {
  font-size: 1.07143em;
  margin-top: 6px;
  margin-bottom: 0;
}
.related-workbooks .media-related-viz .viz-title a {
  color: #4d4d4d;
}
.related-workbooks .media-related-viz .viz-title a:hover {
  color: #323232;
}
.related-workbooks .media-related-viz [class*="ui-"] {
  position: absolute;
  color: #fff;
}
.related-workbooks .media-related-viz .clear.tile {
  color: #fff;
}
.related-workbooks .media-related-viz .tile.view-viz:hover {
  background: #2ccb96;
  border-color: #2ccb96;
}
.related-workbooks .media-related-viz .tile.view-viz {
  font-size: 1.21429em;
  border-color: #b2b2b2;
}
.related-workbooks .media-related-viz .tile.open-workbook {
  font-size: 0.92857em;
  border-color: #b2b2b2;
}
.related-workbooks .media-related-viz .tile.open-workbook:hover {
  background: #ea8e4f;
  border-color: #ea8e4f;
}
.related-workbooks .media-related-viz .viz-thumb {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
.related-workbooks .media-related-viz .viz-thumb .viz-thumb-inner {
  margin: 6px;
  -webkit-box-shadow: inset 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
}
.related-workbooks .media-related-viz .viz-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.related-workbooks .media-related-viz .viz-view-date {
  display: inline-block;
  color: #656565;
  font-size: 0.85714em;
}
.related-workbooks .media-related-viz .viz-view-date span {
  margin-right: 6px;
}
.related-workbooks .media-related-viz .viz-view-author {
  display: inline-block;
  color: #656565;
  font-size: 0.85714em;
  margin-left: 6px;
}
.related-workbooks .media-related-viz .viz-view-author:hover {
  color: #323232;
}
.can-edit .workbook-attribute-old {
  padding: 6px;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}
.can-edit .workbook-attribute-old:hover {
  background: #fff;
}
.can-edit .workbook-attribute {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}
.can-edit .workbook-attribute:hover {
  background: #fff;
}
.can-edit .viz-permalink {
  display: inline-block;
}
.can-edit .form-section.form-viz-permalink {
  margin-bottom: 0;
}
.can-edit .viz-workbook__details {
  padding-left: 6px;
  padding-right: 6px;
}
.web-authoring-disabled {
  background: white !important;
  cursor: default;
}
.tagging-dropdown-list {
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  list-style-type: none !important;
  z-index: 15;
  position: absolute;
}
.tagging-dropdown-list .tagging-dropdown-item {
  margin: 0;
  padding: 1px 3px;
  transition: 0.3s;
  text-align: left;
}
.tagging-dropdown-list .tagging-dropdown-item.highlight {
  background: #d8d8d8;
}
.tagging-outer-wrapper {
  position: relative;
}
.component-workbook-tile {
  position: relative;
}
.component-workbook-tile .workbook-title {
  font-size: 1.14286em !important;
  margin-bottom: 0 !important;
  margin-top: 6px !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* word-break: break-all !important; */
  word-break: break-word;
}
.component-workbook-tile .workbook-title a {
  color: #4d4d4d;
}
.component-workbook-tile .workbook-view-count, .component-workbook-tile .workbook-favorite-count {
  color: #656565;
  font-size: 0.78571em;
  padding-right: 15px;
}
.component-workbook-tile .workbook-permalink {
  color: #656565;
  display: block;
  font-size: 0.78571em;
}
.component-workbook-tile .featured-flyout {
  color: #fff;
  font-size: 0.85714em;
  left: 9px;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  top: -16px;
}
.component-workbook-tile .featured-flyout:hover {
  text-decoration: none;
}
.component-workbook-tile .workbook-thumbnail-container {
  background: #fff;
  border: none;
  position: relative;
}
.component-workbook-tile .workbook-thumbnail {
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 6px;
}
.component-workbook-tile .workbook-hidden-mask {
  background-color: rgba(244, 244, 244, 0.64);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.component-workbook-tile .workbook-hover-mask {
  background-color: rgba(34, 38, 54, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.component-workbook-tile .workbook-action-frame {
  margin: 6px;
}
.component-workbook-tile .workbook-action-vbox {
  align-content: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.component-workbook-tile .workbook-action-icon-placeholder {
  border: 2px solid transparent;
  height: 30px;
  margin: 2.5px;
}
.component-workbook-tile .workbook-action-hbox, .component-workbook-tile .workbook-favorite-hbox {
  display: flex;
  flex-direction: row-reverse;
  padding: 2.5px;
}
.component-workbook-tile .workbook-action-hbox.center, .component-workbook-tile .workbook-favorite-hbox.center {
  align-self: center;
}
.component-workbook-tile .workbook-action-hbox.bottom, .component-workbook-tile .workbook-favorite-hbox.bottom {
  justify-content: space-between;
}
.component-workbook-tile .workbook-favorite-vbox {
  align-content: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.component-workbook-tile .workbook-toast-vbox {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.component-workbook-tile .workbook-toast-hbox {
  align-items: center;
  display: flex;
}
.component-workbook-tile .workbook-action-icon-placeholder {
  border: 2px solid transparent;
  height: 30px;
  margin: 2.5px;
}
.component-workbook-tile .workbook-action-icon {
  border: 2px solid #b2b2b2;
  color: #fff;
  margin: 2.5px;
  position: relative;
  text-align: center;
  width: 32px;
  display: block;
}
.component-workbook-tile .ui-delete-spinner {
  height: 50px;
  position: relative;
  width: 50px;
}
.component-workbook-tile .ui-awaiting-delete {
  color: #fff;
  font-size: 1.71429em;
  margin-left: 12px;
}
.component-workbook-tile .ui-remove-featured {
  background: #4895B1;
}
.component-workbook-tile .ui-make-featured {
  background: #000000;
}
.component-workbook-tile .ui-make-featured:hover {
  background: #4895B1;
}
.component-workbook-tile .ui-download:hover {
  background: #ea8e4f;
  border-color: #ea8e4f;
}
.component-workbook-tile .ui-add-favorite:hover {
  background: #ed8f48;
  border-color: #ed8f48;
}
.component-workbook-tile .ui-remove-favorite {
  background: #ed8f48;
  border-color: #ed8f48;
}
.component-workbook-tile .ui-delete:hover {
  background: #ea4353;
  border-color: #ea4353;
}
.component-workbook-tile .ui-hide:hover {
  background: #4895B1;
  border-color: #fff;
}
.component-workbook-tile .ui-hide:hover::after {
  background: #fff;
}
.component-workbook-tile .ui-hide::after {
  background: #b2b2b2;
}
.component-workbook-tile .ui-show {
  background: #4895B1;
  border-color: #fff;
}
.component-workbook-tile .ui-show:hover::after {
  background: rgba(255, 255, 255, 0);
}
.component-workbook-tile .ui-confirm-delete-heading {
  color: #fff;
  font-size: 1.28571em;
  margin-bottom: 12px;
}
.component-workbook-tile .ui-confirm-delete-button {
  margin: 0 12px;
}
.component-workbook-tile .ui-view {
  border: 2px solid #b2b2b2;
  color: #fff;
  font-size: 1.21429em;
  height: 47px;
  line-height: 17px;
  padding: 13px 0;
  text-align: center;
  width: 126px;
}
.component-workbook-tile .ui-view:hover {
  background: #2ccb96;
  border-color: #2ccb96;
  text-decoration: none;
}
html {
  font-size: 14px;
  line-height: 1.42857em;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-inner, .l-standard .field--body {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.42857em;
}
.l-inner:after, .l-standard .field--body:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width:55em) {
  .l-inner, .l-standard .field--body {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner:after, .l-standard .field--body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width:64.0625em) {
  .l-inner, .l-standard .field--body {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner:after, .l-standard .field--body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.l-region--highlighted, .l-region--help, .l-region--sidebar-first, .l-region--sidebar-second {
  margin-bottom: 12px;
}
.l-branding {
  display: inline;
  width: 73.33302%;
  float: left;
  margin-right: 6.66791%;
}
.l-region--search {
  display: inline;
  width: 19.99907%;
  float: right;
  margin-right: 0;
}
@media (min-width:30em) {
  .l-branding {
    width: 73.33302%;
    float: left;
    margin-right: 6.66791%;
  }
  .l-region--search {
    width: 19.99907%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:55em) {
  .l-inner, .l-standard .field--body {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner:after, .l-standard .field--body:after {
    content: " ";
    display: block;
    clear: both;
  }
  .l-branding {
    width: 23.40397%;
    float: left;
    margin-right: 2.12804%;
  }
  .l-region--header {
    width: 74.46799%;
    float: right;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .l-region--navigation {
    width: 74.46799%;
    float: right;
    margin-right: 0;
  }
  .has-sidebar-first .l-region--sidebar-first, .has-sidebar-second .l-region--sidebar-first, .has-two-sidebars .l-region--sidebar-first {
    width: 23.40397%;
    float: left;
    margin-right: 2.12804%;
  }
  .has-sidebar-first .l-content, .has-sidebar-second .l-content, .has-two-sidebars .l-content {
    width: 74.46799%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width:64em) {
  .l-inner, .l-standard .field--body {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner:after, .l-standard .field--body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width:85.375em) {
  .l-inner, .l-standard .field--body {
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner:after, .l-standard .field--body:after {
    content: " ";
    display: block;
    clear: both;
  }
  .l-branding {
    width: 23.40397%;
    float: left;
    margin-right: 2.12804%;
  }
  .l-region--header {
    width: 74.46799%;
    float: right;
    margin-right: 0;
  }
  .has-sidebar-first .l-content {
    width: 74.46799%;
    float: right;
    margin-right: 0;
  }
  .has-sidebar-first .l-region--sidebar-first {
    width: 23.40397%;
    float: left;
    margin-right: 2.12804%;
  }
}
table_rfp th, table_rfp td {
  display: block;
}
@media (min-width:55em) {
  table_rfp th, table_rfp td {
    display: table-cell;
  }
}
table_rfp th.personal, table_rfp th.professional, table_rfp td.personal, table_rfp td.professional {
  display: none;
}
@media (min-width:55em) {
  table_rfp th.personal, table_rfp th.professional, table_rfp td.personal, table_rfp td.professional {
    display: table-cell;
  }
}
table_rfp th.active, table_rfp td.active {
  display: block !important;
  background: transparent;
}
@media (min-width:55em) {
  table_rfp th.active, table_rfp td.active {
    display: table-cell !important;
  }
}
table_rfp .intro {
  font-size: 2.57143em;
  margin-bottom: 18px;
}
table_rfp .row_header {
  font-size: 1.71429em;
}
table_rfp .product_spec, table_rfp .product_price {
  border-top: 1px solid #d9d9d9;
}
table_rfp .product_spec ul, table_rfp .product_price ul {
  margin-left: 0;
  padding-left: 18px;
}
table_rfp .product_spec ul, table_rfp .product_spec ol, table_rfp .product_price ul, table_rfp .product_price ol {
  margin-top: 0;
}
table_rfp .product_spec td, table_rfp .product_price td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
}
@media (min-width:55em) {
  table_rfp .product_spec td, table_rfp .product_price td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
table_rfp .product_price {
  border-top: 0;
  padding-top: 0;
}
table_rfp .product_line {
  display: none;
}
@media (min-width:55em) {
  table_rfp .product_line {
    display: table-row;
  }
}
table_rfp .product_line th {
  font-size: 2.14286em;
  background: #fff;
  padding-bottom: 12px;
}
table_rfp .product_line th:first-child {
  width: 22%;
}
table_rfp .product_line .public, table_rfp .product_line .personal, table_rfp .product_line .professional {
  width: 26%;
}
table_rfp .product_cost {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.28571em;
  margin-bottom: 6px;
}
@media (min-width:55em) {
  table_rfp .product_cost {
    display: block;
    margin-right: 0;
  }
}
table_rfp .cta [class^="icon-"] {
  position: relative;
  bottom: -2px;
  margin-right: 6px;
}
/**
 * Sara Ann 9/15/2020
 */
table_1 {
	border: 0;
	border-spacing: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.857em;
	margin: 10px 0;
	width: 100%;
}
table_1 table_1{
	font-size: 1em;
}
tr {
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
	background: #efefef;
	background: rgba(0, 0, 0, 0.063);
	vertical-align: top;
	text-align: left;
}
thead > tr {
	border-bottom: 1px solid #000;
}
tr.odd {
	background: #e4e4e4;
	background: rgba(0, 0, 0, 0.105);
}
table_1 tr th {
	background: #757575;
	background: rgba(0, 0, 0, 0.51);
	border-bottom-style: none;
}
table_1 tr th, table_1 tr th a, table_1 tr th a:hover, table_1 tr th a:focus {
	color: #fff;
	font-weight: bold;
}
table_1 tbody tr th {
	vertical-align: top;
}
tr td, tr th {
	padding: 4px 9px;
	border: 1px solid #fff;
	text-align: left; /* LTR */
	min-width: 100px;	/*to display the dates column correctly*/ 
	word-break: break-word;
    vertical-align: top;
}
.tabledrag-handle:hover, .tabledrag-handle {
	border: none;
}
[dir="rtl"] tr td, [dir="rtl"] tr th {
	text-align: right;
}
/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
    /* 600px */ 
    th.priority-low, td.priority-low, th.priority-medium, td.priority-medium {
        display: none;
    }

    table_1 {
        font-size: 0.657em;
    }

    tr td, tr th {
        padding: 4px 7px;
        min-width: 40px;
        word-break: keep-all;
    }
}

@media screen and (max-width: 60em) { /* 920px */
	th.priority-low, td.priority-low {
		display: none;
	}
}