@charset "UTF-8";
@import url("//hello.myfonts.net/count/324953");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");

/*--------------------------------------------------------------
# Americaneagle.com START
--------------------------------------------------------------*/

.posts-grid-even-height {
    display: flex;
    flex-wrap: wrap;
}
.posts-grid-even-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.posts-grid-even-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posts-grid-even-height > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.featured-stories-grid > div.row.grid {
    display: flex;
    flex-wrap: wrap;
}
.featured-stories-grid > div.row.grid > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.featured-stories-grid > div.row.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured-stories-grid > div.row.grid > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*--------------------------------------------------------------
# Americaneagle.com END
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/**
 * Color names from http://chir.ag/projects/name-that-color/
 *
 */
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
.no-padding {
  padding: 0 !important; }

.no-x-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-x-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .cta > .caret,
  .cta a > .caret, .event .featured-webinar .view-more a > .caret,
  .webinar .featured-webinar .view-more a > .caret,
  .whitepaper .featured-webinar .view-more a > .caret, .hs-form.stacked .actions .cta > .caret,
  .dropup > .btn > .caret,
  .dropup > .cta > .caret,
  .cta
  .dropup > a > .caret, .event .featured-webinar .view-more
  .dropup > a > .caret,
  .webinar .featured-webinar .view-more
  .dropup > a > .caret,
  .whitepaper .featured-webinar .view-more
  .dropup > a > .caret, .hs-form.stacked .actions
  .dropup > .cta > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("sass/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon, .module.grid2 .view-more .icon, .module.grid2 .view-more.mobile-only .cta.link .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before, .module.grid2 .view-more .icon:before, .module.grid2 .view-more.mobile-only .cta.link .icon:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #9A9A9A;
  text-decoration: none; }
  a:hover, a:focus {
    color: #747474;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, .genre-landing .ais-pagination,
.page-template-page-events-landing .ais-pagination,
body.page-template-page-vendor-directory-landing .ais-pagination,
body.page-template-page-webinars-landing .ais-pagination,
body.search .ais-pagination {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .single-product .metric-body ul, .genre-landing .ais-pagination,
.page-template-page-events-landing .ais-pagination,
body.page-template-page-vendor-directory-landing .ais-pagination,
body.page-template-page-webinars-landing .ais-pagination,
body.search .ais-pagination {
  padding-left: 0;
  list-style: none; }

.list-inline, .genre-landing .ais-pagination,
.page-template-page-events-landing .ais-pagination,
body.page-template-page-vendor-directory-landing .ais-pagination,
body.page-template-page-webinars-landing .ais-pagination,
body.search .ais-pagination {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, .genre-landing .ais-pagination > li,
  .page-template-page-events-landing .ais-pagination > li,
  body.page-template-page-vendor-directory-landing .ais-pagination > li,
  body.page-template-page-webinars-landing .ais-pagination > li,
  body.search .ais-pagination > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 742px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1162px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -11px;
  margin-right: -11px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .page-template-default .hs-form, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-webinars-landing #algolia-hits article.post-type-event .fields, .page-template-page-events-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-events-landing #algolia-hits article.post-type-event .fields, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .woocommerce-checkout .content-container, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .woocommerce-checkout .content-container, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account #wc-memberships-members-area, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .woocommerce-checkout .content-container, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account #wc-memberships-members-area {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12, .woocommerce-checkout .content-container, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account #wc-memberships-members-area {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2, .footer .footer-upper > ul:first-child {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .page-template-default .hs-form, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-webinars-landing #algolia-hits article.post-type-event .fields, .page-template-page-events-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-events-landing #algolia-hits article.post-type-event .fields, .col-md-9, .col-md-10, .woocommerce-checkout .content-container, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8, .page-template-default .hs-form, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-webinars-landing #algolia-hits article.post-type-event .fields, .page-template-page-events-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-events-landing #algolia-hits article.post-type-event .fields {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10, .woocommerce-checkout .content-container {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1, .woocommerce-checkout .content-container {
    margin-left: 8.3333333333%; }
  .col-md-offset-2, .page-template-default .hs-form {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].cta, .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > input[type="date"].cta,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].cta,
  .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > input[type="time"].cta,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].cta,
  .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > input[type="datetime-local"].cta,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].cta,
  .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > input[type="month"].cta,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].cta, .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > input[type="date"].cta,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].cta,
  .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > input[type="time"].cta,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].cta,
  .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > input[type="datetime-local"].cta,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].cta,
  .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > input[type="month"].cta,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.cta,
  .cta
  .input-group-lg > .input-group-btn > a.form-control-static, .event .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.form-control-static,
  .webinar .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.form-control-static,
  .whitepaper .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.form-control-static, .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > .form-control-static.cta, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.cta,
  .cta
  .input-group-sm > .input-group-btn > a.form-control-static, .event .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.form-control-static,
  .webinar .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.form-control-static,
  .whitepaper .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.form-control-static, .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > .form-control-static.cta {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .cta,
.cta
.input-group-sm > .input-group-btn > a, .event .featured-webinar .view-more
.input-group-sm > .input-group-btn > a,
.webinar .featured-webinar .view-more
.input-group-sm > .input-group-btn > a,
.whitepaper .featured-webinar .view-more
.input-group-sm > .input-group-btn > a, .hs-form.stacked .actions
.input-group-sm > .input-group-btn > .cta {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.cta, .hs-form.stacked .actions
.input-group-sm > .input-group-btn > select.cta {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.cta, .hs-form.stacked .actions
.input-group-sm > .input-group-btn > textarea.cta,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].cta,
.hs-form.stacked .actions
.input-group-sm > .input-group-btn > select[multiple].cta {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .cta,
.cta
.input-group-lg > .input-group-btn > a, .event .featured-webinar .view-more
.input-group-lg > .input-group-btn > a,
.webinar .featured-webinar .view-more
.input-group-lg > .input-group-btn > a,
.whitepaper .featured-webinar .view-more
.input-group-lg > .input-group-btn > a, .hs-form.stacked .actions
.input-group-lg > .input-group-btn > .cta {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.cta, .hs-form.stacked .actions
.input-group-lg > .input-group-btn > select.cta {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.cta, .hs-form.stacked .actions
.input-group-lg > .input-group-btn > textarea.cta,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].cta,
.hs-form.stacked .actions
.input-group-lg > .input-group-btn > select[multiple].cta {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .cta + .form-control-feedback,
.cta
.input-group-lg > .input-group-btn > a + .form-control-feedback, .event .featured-webinar .view-more
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.webinar .featured-webinar .view-more
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.whitepaper .featured-webinar .view-more
.input-group-lg > .input-group-btn > a + .form-control-feedback, .hs-form.stacked .actions
.input-group-lg > .input-group-btn > .cta + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .cta + .form-control-feedback,
.cta
.input-group-sm > .input-group-btn > a + .form-control-feedback, .event .featured-webinar .view-more
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.webinar .featured-webinar .view-more
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.whitepaper .featured-webinar .view-more
.input-group-sm > .input-group-btn > a + .form-control-feedback, .hs-form.stacked .actions
.input-group-sm > .input-group-btn > .cta + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 11px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .cta,
.cta a, .event .featured-webinar .view-more a,
.webinar .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more a, .hs-form.stacked .actions .cta {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .cta:focus,
  .cta a:focus, .event .featured-webinar .view-more a:focus,
  .webinar .featured-webinar .view-more a:focus,
  .whitepaper .featured-webinar .view-more a:focus, .hs-form.stacked .actions .cta:focus, .btn.focus, .focus.cta,
  .cta a.focus, .event .featured-webinar .view-more a.focus,
  .webinar .featured-webinar .view-more a.focus,
  .whitepaper .featured-webinar .view-more a.focus, .hs-form.stacked .actions .focus.cta, .btn:active:focus, .cta:active:focus,
  .cta a:active:focus, .event .featured-webinar .view-more a:active:focus,
  .webinar .featured-webinar .view-more a:active:focus,
  .whitepaper .featured-webinar .view-more a:active:focus, .hs-form.stacked .actions .cta:active:focus, .btn:active.focus, .cta:active.focus,
  .cta a:active.focus, .event .featured-webinar .view-more a:active.focus,
  .webinar .featured-webinar .view-more a:active.focus,
  .whitepaper .featured-webinar .view-more a:active.focus, .hs-form.stacked .actions .cta:active.focus, .btn.active:focus, .active.cta:focus,
  .cta a.active:focus, .event .featured-webinar .view-more a.active:focus,
  .webinar .featured-webinar .view-more a.active:focus,
  .whitepaper .featured-webinar .view-more a.active:focus, .hs-form.stacked .actions .active.cta:focus, .btn.active.focus, .active.focus.cta,
  .cta a.active.focus, .event .featured-webinar .view-more a.active.focus,
  .webinar .featured-webinar .view-more a.active.focus,
  .whitepaper .featured-webinar .view-more a.active.focus, .hs-form.stacked .actions .active.focus.cta {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .cta:hover,
  .cta a:hover, .event .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more a:hover, .hs-form.stacked .actions .cta:hover, .btn:focus, .cta:focus,
  .cta a:focus, .event .featured-webinar .view-more a:focus,
  .webinar .featured-webinar .view-more a:focus,
  .whitepaper .featured-webinar .view-more a:focus, .hs-form.stacked .actions .cta:focus, .btn.focus, .focus.cta,
  .cta a.focus, .event .featured-webinar .view-more a.focus,
  .webinar .featured-webinar .view-more a.focus,
  .whitepaper .featured-webinar .view-more a.focus, .hs-form.stacked .actions .focus.cta {
    color: #333;
    text-decoration: none; }
  .btn:active, .cta:active,
  .cta a:active, .event .featured-webinar .view-more a:active,
  .webinar .featured-webinar .view-more a:active,
  .whitepaper .featured-webinar .view-more a:active, .hs-form.stacked .actions .cta:active, .btn.active, .active.cta,
  .cta a.active, .event .featured-webinar .view-more a.active,
  .webinar .featured-webinar .view-more a.active,
  .whitepaper .featured-webinar .view-more a.active, .hs-form.stacked .actions .active.cta {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.cta,
  .cta a.disabled, .event .featured-webinar .view-more a.disabled,
  .webinar .featured-webinar .view-more a.disabled,
  .whitepaper .featured-webinar .view-more a.disabled, .hs-form.stacked .actions .disabled.cta, .btn[disabled], [disabled].cta,
  .cta a[disabled], .event .featured-webinar .view-more a[disabled],
  .webinar .featured-webinar .view-more a[disabled],
  .whitepaper .featured-webinar .view-more a[disabled], .hs-form.stacked .actions [disabled].cta,
  fieldset[disabled] .btn,
  fieldset[disabled] .cta,
  fieldset[disabled]
  .cta a,
  .cta
  fieldset[disabled] a,
  fieldset[disabled] .event .featured-webinar .view-more a, .event .featured-webinar .view-more
  fieldset[disabled] a,
  fieldset[disabled]
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more
  fieldset[disabled] a,
  fieldset[disabled]
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more
  fieldset[disabled] a,
  fieldset[disabled] .hs-form.stacked .actions .cta, .hs-form.stacked .actions
  fieldset[disabled] .cta {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.cta,
.cta a.disabled, .event .featured-webinar .view-more a.disabled,
.webinar .featured-webinar .view-more a.disabled,
.whitepaper .featured-webinar .view-more a.disabled, .hs-form.stacked .actions a.disabled.cta,
fieldset[disabled] a.btn,
fieldset[disabled] a.cta,
fieldset[disabled]
.cta a,
.cta
fieldset[disabled] a,
fieldset[disabled] .event .featured-webinar .view-more a, .event .featured-webinar .view-more
fieldset[disabled] a,
fieldset[disabled]
.webinar .featured-webinar .view-more a,
.webinar .featured-webinar .view-more
fieldset[disabled] a,
fieldset[disabled]
.whitepaper .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more
fieldset[disabled] a,
fieldset[disabled] .hs-form.stacked .actions a.cta, .hs-form.stacked .actions
fieldset[disabled] a.cta {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #9A9A9A;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #747474;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .cta,
.cta .btn-group-lg > a, .event .featured-webinar .view-more .btn-group-lg > a,
.webinar .featured-webinar .view-more .btn-group-lg > a,
.whitepaper .featured-webinar .view-more .btn-group-lg > a, .hs-form.stacked .actions .btn-group-lg > .cta {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .cta,
.cta .btn-group-sm > a, .event .featured-webinar .view-more .btn-group-sm > a,
.webinar .featured-webinar .view-more .btn-group-sm > a,
.whitepaper .featured-webinar .view-more .btn-group-sm > a, .hs-form.stacked .actions .btn-group-sm > .cta {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .cta,
.cta .btn-group-xs > a, .event .featured-webinar .view-more .btn-group-xs > a,
.webinar .featured-webinar .view-more .btn-group-xs > a,
.whitepaper .featured-webinar .view-more .btn-group-xs > a, .hs-form.stacked .actions .btn-group-xs > .cta {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .cta,
  .cta .btn-group > a, .event .featured-webinar .view-more .btn-group > a,
  .webinar .featured-webinar .view-more .btn-group > a,
  .whitepaper .featured-webinar .view-more .btn-group > a, .hs-form.stacked .actions .btn-group > .cta,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .cta,
  .cta
  .btn-group-vertical > a, .event .featured-webinar .view-more
  .btn-group-vertical > a,
  .webinar .featured-webinar .view-more
  .btn-group-vertical > a,
  .whitepaper .featured-webinar .view-more
  .btn-group-vertical > a, .hs-form.stacked .actions
  .btn-group-vertical > .cta {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .cta:hover,
    .cta .btn-group > a:hover, .event .featured-webinar .view-more .btn-group > a:hover,
    .webinar .featured-webinar .view-more .btn-group > a:hover,
    .whitepaper .featured-webinar .view-more .btn-group > a:hover, .hs-form.stacked .actions .btn-group > .cta:hover, .btn-group > .btn:focus, .btn-group > .cta:focus,
    .cta .btn-group > a:focus, .event .featured-webinar .view-more .btn-group > a:focus,
    .webinar .featured-webinar .view-more .btn-group > a:focus,
    .whitepaper .featured-webinar .view-more .btn-group > a:focus, .hs-form.stacked .actions .btn-group > .cta:focus, .btn-group > .btn:active, .btn-group > .cta:active,
    .cta .btn-group > a:active, .event .featured-webinar .view-more .btn-group > a:active,
    .webinar .featured-webinar .view-more .btn-group > a:active,
    .whitepaper .featured-webinar .view-more .btn-group > a:active, .hs-form.stacked .actions .btn-group > .cta:active, .btn-group > .btn.active, .btn-group > .active.cta,
    .cta .btn-group > a.active, .event .featured-webinar .view-more .btn-group > a.active,
    .webinar .featured-webinar .view-more .btn-group > a.active,
    .whitepaper .featured-webinar .view-more .btn-group > a.active, .hs-form.stacked .actions .btn-group > .active.cta,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .cta:hover,
    .cta
    .btn-group-vertical > a:hover, .event .featured-webinar .view-more
    .btn-group-vertical > a:hover,
    .webinar .featured-webinar .view-more
    .btn-group-vertical > a:hover,
    .whitepaper .featured-webinar .view-more
    .btn-group-vertical > a:hover, .hs-form.stacked .actions
    .btn-group-vertical > .cta:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .cta:focus,
    .cta
    .btn-group-vertical > a:focus, .event .featured-webinar .view-more
    .btn-group-vertical > a:focus,
    .webinar .featured-webinar .view-more
    .btn-group-vertical > a:focus,
    .whitepaper .featured-webinar .view-more
    .btn-group-vertical > a:focus, .hs-form.stacked .actions
    .btn-group-vertical > .cta:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .cta:active,
    .cta
    .btn-group-vertical > a:active, .event .featured-webinar .view-more
    .btn-group-vertical > a:active,
    .webinar .featured-webinar .view-more
    .btn-group-vertical > a:active,
    .whitepaper .featured-webinar .view-more
    .btn-group-vertical > a:active, .hs-form.stacked .actions
    .btn-group-vertical > .cta:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.cta,
    .cta
    .btn-group-vertical > a.active, .event .featured-webinar .view-more
    .btn-group-vertical > a.active,
    .webinar .featured-webinar .view-more
    .btn-group-vertical > a.active,
    .whitepaper .featured-webinar .view-more
    .btn-group-vertical > a.active, .hs-form.stacked .actions
    .btn-group-vertical > .active.cta {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .cta + .btn, .btn-group
.cta a + .btn,
.cta .btn-group a + .btn, .btn-group .event .featured-webinar .view-more a + .btn, .event .featured-webinar .view-more .btn-group a + .btn, .btn-group
.webinar .featured-webinar .view-more a + .btn,
.webinar .featured-webinar .view-more .btn-group a + .btn, .btn-group
.whitepaper .featured-webinar .view-more a + .btn,
.whitepaper .featured-webinar .view-more .btn-group a + .btn, .btn-group .hs-form.stacked .actions .cta + .btn, .hs-form.stacked .actions .btn-group .cta + .btn, .btn-group .btn + .cta, .btn-group .cta + .cta, .btn-group
.cta a + .cta,
.cta .btn-group a + .cta, .btn-group .event .featured-webinar .view-more a + .cta, .event .featured-webinar .view-more .btn-group a + .cta, .btn-group
.webinar .featured-webinar .view-more a + .cta,
.webinar .featured-webinar .view-more .btn-group a + .cta, .btn-group
.whitepaper .featured-webinar .view-more a + .cta,
.whitepaper .featured-webinar .view-more .btn-group a + .cta, .btn-group
.cta .btn + a,
.cta .btn-group .btn + a, .btn-group
.cta .cta + a,
.cta .btn-group .cta + a, .btn-group .cta a + a, .cta .btn-group a + a, .btn-group .event .featured-webinar .view-more
.cta a + a, .btn-group
.webinar .featured-webinar .view-more
.cta a + a, .btn-group
.whitepaper .featured-webinar .view-more
.cta a + a, .btn-group .hs-form.stacked .actions
.cta .cta + a,
.cta .btn-group .hs-form.stacked .actions .cta + a, .hs-form.stacked .actions .btn-group
.cta .cta + a,
.cta .hs-form.stacked .actions .btn-group .cta + a, .btn-group .event .featured-webinar .view-more .btn + a, .event .featured-webinar .view-more .btn-group .btn + a, .btn-group .event .featured-webinar .view-more .cta + a, .event .featured-webinar .view-more .btn-group .cta + a, .event .featured-webinar .view-more .btn-group
.cta a + a, .btn-group .event .featured-webinar .view-more a + a, .event .featured-webinar .view-more .btn-group a + a, .event .featured-webinar .view-more .btn-group .hs-form.stacked .actions .cta + a, .btn-group
.webinar .featured-webinar .view-more .btn + a,
.webinar .featured-webinar .view-more .btn-group .btn + a, .btn-group
.webinar .featured-webinar .view-more .cta + a,
.webinar .featured-webinar .view-more .btn-group .cta + a,
.webinar .featured-webinar .view-more .btn-group
.cta a + a, .btn-group .webinar .featured-webinar .view-more a + a, .webinar .featured-webinar .view-more .btn-group a + a,
.webinar .featured-webinar .view-more .btn-group .hs-form.stacked .actions .cta + a, .btn-group
.whitepaper .featured-webinar .view-more .btn + a,
.whitepaper .featured-webinar .view-more .btn-group .btn + a, .btn-group
.whitepaper .featured-webinar .view-more .cta + a,
.whitepaper .featured-webinar .view-more .btn-group .cta + a,
.whitepaper .featured-webinar .view-more .btn-group
.cta a + a, .btn-group .whitepaper .featured-webinar .view-more a + a, .whitepaper .featured-webinar .view-more .btn-group a + a,
.whitepaper .featured-webinar .view-more .btn-group .hs-form.stacked .actions .cta + a, .btn-group .hs-form.stacked .actions .btn + .cta, .hs-form.stacked .actions .btn-group .btn + .cta, .btn-group
.cta .hs-form.stacked .actions a + .cta, .hs-form.stacked .actions .btn-group
.cta a + .cta,
.cta .btn-group .hs-form.stacked .actions a + .cta, .hs-form.stacked .actions
.cta .btn-group a + .cta, .btn-group .event .featured-webinar .view-more .hs-form.stacked .actions a + .cta, .event .featured-webinar .view-more .btn-group .hs-form.stacked .actions a + .cta, .btn-group
.webinar .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
.webinar .featured-webinar .view-more .btn-group .hs-form.stacked .actions a + .cta, .btn-group
.whitepaper .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
.whitepaper .featured-webinar .view-more .btn-group .hs-form.stacked .actions a + .cta, .btn-group .hs-form.stacked .actions .cta + .cta, .hs-form.stacked .actions .btn-group .cta + .cta,
.btn-group .btn + .btn-group,
.btn-group .cta + .btn-group,
.btn-group
.cta a + .btn-group,
.cta
.btn-group a + .btn-group,
.btn-group .event .featured-webinar .view-more a + .btn-group, .event .featured-webinar .view-more
.btn-group a + .btn-group,
.btn-group
.webinar .featured-webinar .view-more a + .btn-group,
.webinar .featured-webinar .view-more
.btn-group a + .btn-group,
.btn-group
.whitepaper .featured-webinar .view-more a + .btn-group,
.whitepaper .featured-webinar .view-more
.btn-group a + .btn-group,
.btn-group .hs-form.stacked .actions .cta + .btn-group, .hs-form.stacked .actions
.btn-group .cta + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .cta,
.btn-group
.cta .btn-group + a,
.cta
.btn-group .btn-group + a,
.btn-group .event .featured-webinar .view-more .btn-group + a, .event .featured-webinar .view-more
.btn-group .btn-group + a,
.btn-group
.webinar .featured-webinar .view-more .btn-group + a,
.webinar .featured-webinar .view-more
.btn-group .btn-group + a,
.btn-group
.whitepaper .featured-webinar .view-more .btn-group + a,
.whitepaper .featured-webinar .view-more
.btn-group .btn-group + a,
.btn-group .hs-form.stacked .actions .btn-group + .cta, .hs-form.stacked .actions
.btn-group .btn-group + .cta,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .cta, .btn-toolbar
  .cta a,
  .cta .btn-toolbar a, .btn-toolbar .event .featured-webinar .view-more a, .event .featured-webinar .view-more .btn-toolbar a, .btn-toolbar
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .btn-toolbar a, .btn-toolbar
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .btn-toolbar a, .btn-toolbar .hs-form.stacked .actions .cta, .hs-form.stacked .actions .btn-toolbar .cta,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .cta,
  .cta .btn-toolbar > a, .event .featured-webinar .view-more .btn-toolbar > a,
  .webinar .featured-webinar .view-more .btn-toolbar > a,
  .whitepaper .featured-webinar .view-more .btn-toolbar > a, .hs-form.stacked .actions .btn-toolbar > .cta,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .cta:not(:first-child):not(:last-child):not(.dropdown-toggle),
.cta .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .event .featured-webinar .view-more .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle),
.webinar .featured-webinar .view-more .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle),
.whitepaper .featured-webinar .view-more .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .hs-form.stacked .actions .btn-group > .cta:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .cta:first-child,
.cta .btn-group > a:first-child, .event .featured-webinar .view-more .btn-group > a:first-child,
.webinar .featured-webinar .view-more .btn-group > a:first-child,
.whitepaper .featured-webinar .view-more .btn-group > a:first-child, .hs-form.stacked .actions .btn-group > .cta:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .cta:first-child:not(:last-child):not(.dropdown-toggle),
  .cta .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .event .featured-webinar .view-more .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle),
  .webinar .featured-webinar .view-more .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle),
  .whitepaper .featured-webinar .view-more .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .hs-form.stacked .actions .btn-group > .cta:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .cta:last-child:not(:first-child),
.cta .btn-group > a:last-child:not(:first-child), .event .featured-webinar .view-more .btn-group > a:last-child:not(:first-child),
.webinar .featured-webinar .view-more .btn-group > a:last-child:not(:first-child),
.whitepaper .featured-webinar .view-more .btn-group > a:last-child:not(:first-child), .hs-form.stacked .actions .btn-group > .cta:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .cta,
.cta .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .event .featured-webinar .view-more .btn-group > .btn-group:not(:first-child):not(:last-child) > a,
.webinar .featured-webinar .view-more .btn-group > .btn-group:not(:first-child):not(:last-child) > a,
.whitepaper .featured-webinar .view-more .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .hs-form.stacked .actions .btn-group > .btn-group:not(:first-child):not(:last-child) > .cta {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .cta:last-child,
.cta .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .event .featured-webinar .view-more .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.webinar .featured-webinar .view-more .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.whitepaper .featured-webinar .view-more .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .hs-form.stacked .actions .btn-group > .btn-group:first-child:not(:last-child) > .cta:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .cta:first-child,
.cta .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .event .featured-webinar .view-more .btn-group > .btn-group:last-child:not(:first-child) > a:first-child,
.webinar .featured-webinar .view-more .btn-group > .btn-group:last-child:not(:first-child) > a:first-child,
.whitepaper .featured-webinar .view-more .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .hs-form.stacked .actions .btn-group > .btn-group:last-child:not(:first-child) > .cta:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .cta + .dropdown-toggle,
.cta .btn-group > a + .dropdown-toggle, .event .featured-webinar .view-more .btn-group > a + .dropdown-toggle,
.webinar .featured-webinar .view-more .btn-group > a + .dropdown-toggle,
.whitepaper .featured-webinar .view-more .btn-group > a + .dropdown-toggle, .hs-form.stacked .actions .btn-group > .cta + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .cta + .dropdown-toggle,
.cta .btn-group-lg.btn-group > a + .dropdown-toggle, .event .featured-webinar .view-more .btn-group-lg.btn-group > a + .dropdown-toggle,
.webinar .featured-webinar .view-more .btn-group-lg.btn-group > a + .dropdown-toggle,
.whitepaper .featured-webinar .view-more .btn-group-lg.btn-group > a + .dropdown-toggle, .hs-form.stacked .actions .btn-group-lg.btn-group > .cta + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .cta .caret, .event .featured-webinar .view-more a .caret,
.webinar .featured-webinar .view-more a .caret,
.whitepaper .featured-webinar .view-more a .caret, .hs-form.stacked .actions .cta .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .cta .caret,
.cta .btn-group-lg > a .caret, .event .featured-webinar .view-more .btn-group-lg > a .caret,
.webinar .featured-webinar .view-more .btn-group-lg > a .caret,
.whitepaper .featured-webinar .view-more .btn-group-lg > a .caret, .hs-form.stacked .actions .btn-group-lg > .cta .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .cta .caret, .dropup
.cta .btn-group-lg > a .caret,
.cta .dropup .btn-group-lg > a .caret, .dropup .event .featured-webinar .view-more .btn-group-lg > a .caret, .event .featured-webinar .view-more .dropup .btn-group-lg > a .caret, .dropup
.webinar .featured-webinar .view-more .btn-group-lg > a .caret,
.webinar .featured-webinar .view-more .dropup .btn-group-lg > a .caret, .dropup
.whitepaper .featured-webinar .view-more .btn-group-lg > a .caret,
.whitepaper .featured-webinar .view-more .dropup .btn-group-lg > a .caret, .dropup .hs-form.stacked .actions .btn-group-lg > .cta .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .cta,
.cta .btn-group-vertical > a, .event .featured-webinar .view-more .btn-group-vertical > a,
.webinar .featured-webinar .view-more .btn-group-vertical > a,
.whitepaper .featured-webinar .view-more .btn-group-vertical > a, .hs-form.stacked .actions .btn-group-vertical > .cta,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .cta,
.cta
.btn-group-vertical > .btn-group > a, .event .featured-webinar .view-more
.btn-group-vertical > .btn-group > a,
.webinar .featured-webinar .view-more
.btn-group-vertical > .btn-group > a,
.whitepaper .featured-webinar .view-more
.btn-group-vertical > .btn-group > a, .hs-form.stacked .actions
.btn-group-vertical > .btn-group > .cta {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .cta,
.cta .btn-group-vertical > .btn-group > a, .event .featured-webinar .view-more .btn-group-vertical > .btn-group > a,
.webinar .featured-webinar .view-more .btn-group-vertical > .btn-group > a,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .btn-group > a, .hs-form.stacked .actions .btn-group-vertical > .btn-group > .cta {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .cta + .btn,
.cta .btn-group-vertical > a + .btn, .event .featured-webinar .view-more .btn-group-vertical > a + .btn,
.webinar .featured-webinar .view-more .btn-group-vertical > a + .btn,
.whitepaper .featured-webinar .view-more .btn-group-vertical > a + .btn, .hs-form.stacked .actions .btn-group-vertical > .cta + .btn, .btn-group-vertical > .btn + .cta, .btn-group-vertical > .cta + .cta,
.cta .btn-group-vertical > a + .cta, .event .featured-webinar .view-more .btn-group-vertical > a + .cta,
.webinar .featured-webinar .view-more .btn-group-vertical > a + .cta,
.whitepaper .featured-webinar .view-more .btn-group-vertical > a + .cta,
.cta .btn-group-vertical > .btn + a,
.cta .btn-group-vertical > .cta + a, .cta .btn-group-vertical > a + a, .hs-form.stacked .actions
.cta .btn-group-vertical > .cta + a,
.cta .hs-form.stacked .actions .btn-group-vertical > .cta + a, .event .featured-webinar .view-more .btn-group-vertical > .btn + a, .event .featured-webinar .view-more .btn-group-vertical > .cta + a, .event .featured-webinar .view-more
.cta .btn-group-vertical > a + a, .event .featured-webinar .view-more .btn-group-vertical > a + a, .event .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > .cta + a,
.webinar .featured-webinar .view-more .btn-group-vertical > .btn + a,
.webinar .featured-webinar .view-more .btn-group-vertical > .cta + a,
.webinar .featured-webinar .view-more
.cta .btn-group-vertical > a + a, .webinar .featured-webinar .view-more .btn-group-vertical > a + a,
.webinar .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > .cta + a,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .btn + a,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .cta + a,
.whitepaper .featured-webinar .view-more
.cta .btn-group-vertical > a + a, .whitepaper .featured-webinar .view-more .btn-group-vertical > a + a,
.whitepaper .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > .cta + a, .hs-form.stacked .actions .btn-group-vertical > .btn + .cta,
.cta .hs-form.stacked .actions .btn-group-vertical > a + .cta, .hs-form.stacked .actions
.cta .btn-group-vertical > a + .cta, .event .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > a + .cta,
.webinar .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > a + .cta,
.whitepaper .featured-webinar .view-more .hs-form.stacked .actions .btn-group-vertical > a + .cta, .hs-form.stacked .actions .btn-group-vertical > .cta + .cta,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .cta + .btn-group,
.cta
.btn-group-vertical > a + .btn-group, .event .featured-webinar .view-more
.btn-group-vertical > a + .btn-group,
.webinar .featured-webinar .view-more
.btn-group-vertical > a + .btn-group,
.whitepaper .featured-webinar .view-more
.btn-group-vertical > a + .btn-group, .hs-form.stacked .actions
.btn-group-vertical > .cta + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .cta,
.cta
.btn-group-vertical > .btn-group + a, .event .featured-webinar .view-more
.btn-group-vertical > .btn-group + a,
.webinar .featured-webinar .view-more
.btn-group-vertical > .btn-group + a,
.whitepaper .featured-webinar .view-more
.btn-group-vertical > .btn-group + a, .hs-form.stacked .actions
.btn-group-vertical > .btn-group + .cta,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .cta:not(:first-child):not(:last-child),
.cta .btn-group-vertical > a:not(:first-child):not(:last-child), .event .featured-webinar .view-more .btn-group-vertical > a:not(:first-child):not(:last-child),
.webinar .featured-webinar .view-more .btn-group-vertical > a:not(:first-child):not(:last-child),
.whitepaper .featured-webinar .view-more .btn-group-vertical > a:not(:first-child):not(:last-child), .hs-form.stacked .actions .btn-group-vertical > .cta:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .cta:first-child:not(:last-child),
.cta .btn-group-vertical > a:first-child:not(:last-child), .event .featured-webinar .view-more .btn-group-vertical > a:first-child:not(:last-child),
.webinar .featured-webinar .view-more .btn-group-vertical > a:first-child:not(:last-child),
.whitepaper .featured-webinar .view-more .btn-group-vertical > a:first-child:not(:last-child), .hs-form.stacked .actions .btn-group-vertical > .cta:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .cta:last-child:not(:first-child),
.cta .btn-group-vertical > a:last-child:not(:first-child), .event .featured-webinar .view-more .btn-group-vertical > a:last-child:not(:first-child),
.webinar .featured-webinar .view-more .btn-group-vertical > a:last-child:not(:first-child),
.whitepaper .featured-webinar .view-more .btn-group-vertical > a:last-child:not(:first-child), .hs-form.stacked .actions .btn-group-vertical > .cta:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cta,
.cta .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .event .featured-webinar .view-more .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a,
.webinar .featured-webinar .view-more .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .hs-form.stacked .actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cta {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cta:last-child,
.cta .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .event .featured-webinar .view-more .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.webinar .featured-webinar .view-more .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .hs-form.stacked .actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cta:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cta:first-child,
.cta .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .event .featured-webinar .view-more .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child,
.webinar .featured-webinar .view-more .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child,
.whitepaper .featured-webinar .view-more .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .hs-form.stacked .actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cta:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .cta,
  .cta .btn-group-justified > a, .event .featured-webinar .view-more .btn-group-justified > a,
  .webinar .featured-webinar .view-more .btn-group-justified > a,
  .whitepaper .featured-webinar .view-more .btn-group-justified > a, .hs-form.stacked .actions .btn-group-justified > .cta,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .cta, .btn-group-justified > .btn-group
  .cta a,
  .cta .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .event .featured-webinar .view-more a, .event .featured-webinar .view-more .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .hs-form.stacked .actions .cta, .hs-form.stacked .actions .btn-group-justified > .btn-group .cta {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .cta input[type="radio"],
.cta [data-toggle="buttons"] > a input[type="radio"], .event .featured-webinar .view-more [data-toggle="buttons"] > a input[type="radio"],
.webinar .featured-webinar .view-more [data-toggle="buttons"] > a input[type="radio"],
.whitepaper .featured-webinar .view-more [data-toggle="buttons"] > a input[type="radio"], .hs-form.stacked .actions [data-toggle="buttons"] > .cta input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .cta input[type="checkbox"],
.cta
[data-toggle="buttons"] > a input[type="checkbox"], .event .featured-webinar .view-more
[data-toggle="buttons"] > a input[type="checkbox"],
.webinar .featured-webinar .view-more
[data-toggle="buttons"] > a input[type="checkbox"],
.whitepaper .featured-webinar .view-more
[data-toggle="buttons"] > a input[type="checkbox"], .hs-form.stacked .actions
[data-toggle="buttons"] > .cta input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .cta input[type="radio"],
.cta
[data-toggle="buttons"] > .btn-group > a input[type="radio"], .event .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
.webinar .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
.whitepaper .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="radio"], .hs-form.stacked .actions
[data-toggle="buttons"] > .btn-group > .cta input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .cta input[type="checkbox"],
.cta
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"], .event .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
.webinar .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
.whitepaper .featured-webinar .view-more
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"], .hs-form.stacked .actions
[data-toggle="buttons"] > .btn-group > .cta input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.cta,
  .cta
  .input-group-sm > .input-group-btn > a.input-group-addon, .event .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.input-group-addon,
  .webinar .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.input-group-addon,
  .whitepaper .featured-webinar .view-more
  .input-group-sm > .input-group-btn > a.input-group-addon, .hs-form.stacked .actions
  .input-group-sm > .input-group-btn > .input-group-addon.cta {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.cta,
  .cta
  .input-group-lg > .input-group-btn > a.input-group-addon, .event .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.input-group-addon,
  .webinar .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.input-group-addon,
  .whitepaper .featured-webinar .view-more
  .input-group-lg > .input-group-btn > a.input-group-addon, .hs-form.stacked .actions
  .input-group-lg > .input-group-btn > .input-group-addon.cta {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .cta,
.cta
.input-group-btn:first-child > a, .event .featured-webinar .view-more
.input-group-btn:first-child > a,
.webinar .featured-webinar .view-more
.input-group-btn:first-child > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:first-child > a, .hs-form.stacked .actions
.input-group-btn:first-child > .cta,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .cta,
.cta
.input-group-btn:first-child > .btn-group > a, .event .featured-webinar .view-more
.input-group-btn:first-child > .btn-group > a,
.webinar .featured-webinar .view-more
.input-group-btn:first-child > .btn-group > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:first-child > .btn-group > a, .hs-form.stacked .actions
.input-group-btn:first-child > .btn-group > .cta,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .cta:not(:last-child):not(.dropdown-toggle),
.cta
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), .event .featured-webinar .view-more
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.webinar .featured-webinar .view-more
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.whitepaper .featured-webinar .view-more
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), .hs-form.stacked .actions
.input-group-btn:last-child > .cta:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .cta,
.cta
.input-group-btn:last-child > .btn-group:not(:last-child) > a, .event .featured-webinar .view-more
.input-group-btn:last-child > .btn-group:not(:last-child) > a,
.webinar .featured-webinar .view-more
.input-group-btn:last-child > .btn-group:not(:last-child) > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:last-child > .btn-group:not(:last-child) > a, .hs-form.stacked .actions
.input-group-btn:last-child > .btn-group:not(:last-child) > .cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .cta,
.cta
.input-group-btn:last-child > a, .event .featured-webinar .view-more
.input-group-btn:last-child > a,
.webinar .featured-webinar .view-more
.input-group-btn:last-child > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:last-child > a, .hs-form.stacked .actions
.input-group-btn:last-child > .cta,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .cta,
.cta
.input-group-btn:last-child > .btn-group > a, .event .featured-webinar .view-more
.input-group-btn:last-child > .btn-group > a,
.webinar .featured-webinar .view-more
.input-group-btn:last-child > .btn-group > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:last-child > .btn-group > a, .hs-form.stacked .actions
.input-group-btn:last-child > .btn-group > .cta,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .cta:not(:first-child),
.cta
.input-group-btn:first-child > a:not(:first-child), .event .featured-webinar .view-more
.input-group-btn:first-child > a:not(:first-child),
.webinar .featured-webinar .view-more
.input-group-btn:first-child > a:not(:first-child),
.whitepaper .featured-webinar .view-more
.input-group-btn:first-child > a:not(:first-child), .hs-form.stacked .actions
.input-group-btn:first-child > .cta:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .cta,
.cta
.input-group-btn:first-child > .btn-group:not(:first-child) > a, .event .featured-webinar .view-more
.input-group-btn:first-child > .btn-group:not(:first-child) > a,
.webinar .featured-webinar .view-more
.input-group-btn:first-child > .btn-group:not(:first-child) > a,
.whitepaper .featured-webinar .view-more
.input-group-btn:first-child > .btn-group:not(:first-child) > a, .hs-form.stacked .actions
.input-group-btn:first-child > .btn-group:not(:first-child) > .cta {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .cta,
  .cta .input-group-btn > a, .event .featured-webinar .view-more .input-group-btn > a,
  .webinar .featured-webinar .view-more .input-group-btn > a,
  .whitepaper .featured-webinar .view-more .input-group-btn > a, .hs-form.stacked .actions .input-group-btn > .cta {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .cta + .btn,
    .cta .input-group-btn > a + .btn, .event .featured-webinar .view-more .input-group-btn > a + .btn,
    .webinar .featured-webinar .view-more .input-group-btn > a + .btn,
    .whitepaper .featured-webinar .view-more .input-group-btn > a + .btn, .hs-form.stacked .actions .input-group-btn > .cta + .btn, .input-group-btn > .btn + .cta, .input-group-btn > .cta + .cta,
    .cta .input-group-btn > a + .cta, .event .featured-webinar .view-more .input-group-btn > a + .cta,
    .webinar .featured-webinar .view-more .input-group-btn > a + .cta,
    .whitepaper .featured-webinar .view-more .input-group-btn > a + .cta,
    .cta .input-group-btn > .btn + a,
    .cta .input-group-btn > .cta + a, .cta .input-group-btn > a + a, .hs-form.stacked .actions
    .cta .input-group-btn > .cta + a,
    .cta .hs-form.stacked .actions .input-group-btn > .cta + a, .event .featured-webinar .view-more .input-group-btn > .btn + a, .event .featured-webinar .view-more .input-group-btn > .cta + a, .event .featured-webinar .view-more
    .cta .input-group-btn > a + a, .event .featured-webinar .view-more .input-group-btn > a + a, .event .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > .cta + a,
    .webinar .featured-webinar .view-more .input-group-btn > .btn + a,
    .webinar .featured-webinar .view-more .input-group-btn > .cta + a,
    .webinar .featured-webinar .view-more
    .cta .input-group-btn > a + a, .webinar .featured-webinar .view-more .input-group-btn > a + a,
    .webinar .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > .cta + a,
    .whitepaper .featured-webinar .view-more .input-group-btn > .btn + a,
    .whitepaper .featured-webinar .view-more .input-group-btn > .cta + a,
    .whitepaper .featured-webinar .view-more
    .cta .input-group-btn > a + a, .whitepaper .featured-webinar .view-more .input-group-btn > a + a,
    .whitepaper .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > .cta + a, .hs-form.stacked .actions .input-group-btn > .btn + .cta,
    .cta .hs-form.stacked .actions .input-group-btn > a + .cta, .hs-form.stacked .actions
    .cta .input-group-btn > a + .cta, .event .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > a + .cta,
    .webinar .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > a + .cta,
    .whitepaper .featured-webinar .view-more .hs-form.stacked .actions .input-group-btn > a + .cta, .hs-form.stacked .actions .input-group-btn > .cta + .cta {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .cta:hover,
    .cta .input-group-btn > a:hover, .event .featured-webinar .view-more .input-group-btn > a:hover,
    .webinar .featured-webinar .view-more .input-group-btn > a:hover,
    .whitepaper .featured-webinar .view-more .input-group-btn > a:hover, .hs-form.stacked .actions .input-group-btn > .cta:hover, .input-group-btn > .btn:focus, .input-group-btn > .cta:focus,
    .cta .input-group-btn > a:focus, .event .featured-webinar .view-more .input-group-btn > a:focus,
    .webinar .featured-webinar .view-more .input-group-btn > a:focus,
    .whitepaper .featured-webinar .view-more .input-group-btn > a:focus, .hs-form.stacked .actions .input-group-btn > .cta:focus, .input-group-btn > .btn:active, .input-group-btn > .cta:active,
    .cta .input-group-btn > a:active, .event .featured-webinar .view-more .input-group-btn > a:active,
    .webinar .featured-webinar .view-more .input-group-btn > a:active,
    .whitepaper .featured-webinar .view-more .input-group-btn > a:active, .hs-form.stacked .actions .input-group-btn > .cta:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .cta,
  .cta .input-group-btn:first-child > a, .event .featured-webinar .view-more .input-group-btn:first-child > a,
  .webinar .featured-webinar .view-more .input-group-btn:first-child > a,
  .whitepaper .featured-webinar .view-more .input-group-btn:first-child > a, .hs-form.stacked .actions .input-group-btn:first-child > .cta,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .cta,
  .cta .input-group-btn:last-child > a, .event .featured-webinar .view-more .input-group-btn:last-child > a,
  .webinar .featured-webinar .view-more .input-group-btn:last-child > a,
  .whitepaper .featured-webinar .view-more .input-group-btn:last-child > a, .hs-form.stacked .actions .input-group-btn:last-child > .cta,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #222424; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #222424;
    border-color: #9A9A9A; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 11px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -11px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -11px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.cta,
  .cta .btn-group-sm > a.navbar-btn, .event .featured-webinar .view-more .btn-group-sm > a.navbar-btn,
  .webinar .featured-webinar .view-more .btn-group-sm > a.navbar-btn,
  .whitepaper .featured-webinar .view-more .btn-group-sm > a.navbar-btn, .hs-form.stacked .actions .btn-group-sm > .navbar-btn.cta {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.cta,
  .cta .btn-group-xs > a.navbar-btn, .event .featured-webinar .view-more .btn-group-xs > a.navbar-btn,
  .webinar .featured-webinar .view-more .btn-group-xs > a.navbar-btn,
  .whitepaper .featured-webinar .view-more .btn-group-xs > a.navbar-btn, .hs-form.stacked .actions .btn-group-xs > .navbar-btn.cta {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 11px;
      margin-right: 11px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -11px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #222424; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #222424;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #222424; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 11px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #9A9A9A; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .cta + .btn, .modal-footer
  .cta a + .btn,
  .cta .modal-footer a + .btn, .modal-footer .event .featured-webinar .view-more a + .btn, .event .featured-webinar .view-more .modal-footer a + .btn, .modal-footer
  .webinar .featured-webinar .view-more a + .btn,
  .webinar .featured-webinar .view-more .modal-footer a + .btn, .modal-footer
  .whitepaper .featured-webinar .view-more a + .btn,
  .whitepaper .featured-webinar .view-more .modal-footer a + .btn, .modal-footer .hs-form.stacked .actions .cta + .btn, .hs-form.stacked .actions .modal-footer .cta + .btn, .modal-footer .btn + .cta, .modal-footer .cta + .cta, .modal-footer
  .cta a + .cta,
  .cta .modal-footer a + .cta, .modal-footer .event .featured-webinar .view-more a + .cta, .event .featured-webinar .view-more .modal-footer a + .cta, .modal-footer
  .webinar .featured-webinar .view-more a + .cta,
  .webinar .featured-webinar .view-more .modal-footer a + .cta, .modal-footer
  .whitepaper .featured-webinar .view-more a + .cta,
  .whitepaper .featured-webinar .view-more .modal-footer a + .cta, .modal-footer
  .cta .btn + a,
  .cta .modal-footer .btn + a, .modal-footer
  .cta .cta + a,
  .cta .modal-footer .cta + a, .modal-footer .cta a + a, .cta .modal-footer a + a, .modal-footer .event .featured-webinar .view-more
  .cta a + a, .modal-footer
  .webinar .featured-webinar .view-more
  .cta a + a, .modal-footer
  .whitepaper .featured-webinar .view-more
  .cta a + a, .modal-footer .hs-form.stacked .actions
  .cta .cta + a,
  .cta .modal-footer .hs-form.stacked .actions .cta + a, .hs-form.stacked .actions .modal-footer
  .cta .cta + a,
  .cta .hs-form.stacked .actions .modal-footer .cta + a, .modal-footer .event .featured-webinar .view-more .btn + a, .event .featured-webinar .view-more .modal-footer .btn + a, .modal-footer .event .featured-webinar .view-more .cta + a, .event .featured-webinar .view-more .modal-footer .cta + a, .event .featured-webinar .view-more .modal-footer
  .cta a + a, .modal-footer .event .featured-webinar .view-more a + a, .event .featured-webinar .view-more .modal-footer a + a, .event .featured-webinar .view-more .modal-footer .hs-form.stacked .actions .cta + a, .modal-footer
  .webinar .featured-webinar .view-more .btn + a,
  .webinar .featured-webinar .view-more .modal-footer .btn + a, .modal-footer
  .webinar .featured-webinar .view-more .cta + a,
  .webinar .featured-webinar .view-more .modal-footer .cta + a,
  .webinar .featured-webinar .view-more .modal-footer
  .cta a + a, .modal-footer .webinar .featured-webinar .view-more a + a, .webinar .featured-webinar .view-more .modal-footer a + a,
  .webinar .featured-webinar .view-more .modal-footer .hs-form.stacked .actions .cta + a, .modal-footer
  .whitepaper .featured-webinar .view-more .btn + a,
  .whitepaper .featured-webinar .view-more .modal-footer .btn + a, .modal-footer
  .whitepaper .featured-webinar .view-more .cta + a,
  .whitepaper .featured-webinar .view-more .modal-footer .cta + a,
  .whitepaper .featured-webinar .view-more .modal-footer
  .cta a + a, .modal-footer .whitepaper .featured-webinar .view-more a + a, .whitepaper .featured-webinar .view-more .modal-footer a + a,
  .whitepaper .featured-webinar .view-more .modal-footer .hs-form.stacked .actions .cta + a, .modal-footer .hs-form.stacked .actions .btn + .cta, .hs-form.stacked .actions .modal-footer .btn + .cta, .modal-footer
  .cta .hs-form.stacked .actions a + .cta, .hs-form.stacked .actions .modal-footer
  .cta a + .cta,
  .cta .modal-footer .hs-form.stacked .actions a + .cta, .hs-form.stacked .actions
  .cta .modal-footer a + .cta, .modal-footer .event .featured-webinar .view-more .hs-form.stacked .actions a + .cta, .event .featured-webinar .view-more .modal-footer .hs-form.stacked .actions a + .cta, .modal-footer
  .webinar .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
  .webinar .featured-webinar .view-more .modal-footer .hs-form.stacked .actions a + .cta, .modal-footer
  .whitepaper .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
  .whitepaper .featured-webinar .view-more .modal-footer .hs-form.stacked .actions a + .cta, .modal-footer .hs-form.stacked .actions .cta + .cta, .hs-form.stacked .actions .modal-footer .cta + .cta {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .cta + .btn, .modal-footer .btn-group
  .cta a + .btn,
  .cta .modal-footer .btn-group a + .btn, .modal-footer .btn-group .event .featured-webinar .view-more a + .btn, .event .featured-webinar .view-more .modal-footer .btn-group a + .btn, .modal-footer .btn-group
  .webinar .featured-webinar .view-more a + .btn,
  .webinar .featured-webinar .view-more .modal-footer .btn-group a + .btn, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more a + .btn,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group a + .btn, .modal-footer .btn-group .hs-form.stacked .actions .cta + .btn, .modal-footer .btn-group .btn + .cta, .modal-footer .btn-group .cta + .cta, .modal-footer .btn-group
  .cta a + .cta,
  .cta .modal-footer .btn-group a + .cta, .modal-footer .btn-group .event .featured-webinar .view-more a + .cta, .event .featured-webinar .view-more .modal-footer .btn-group a + .cta, .modal-footer .btn-group
  .webinar .featured-webinar .view-more a + .cta,
  .webinar .featured-webinar .view-more .modal-footer .btn-group a + .cta, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more a + .cta,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group a + .cta, .modal-footer .btn-group
  .cta .btn + a,
  .cta .modal-footer .btn-group .btn + a, .modal-footer .btn-group
  .cta .cta + a,
  .cta .modal-footer .btn-group .cta + a, .modal-footer .btn-group .cta a + a, .cta .modal-footer .btn-group a + a, .modal-footer .btn-group .event .featured-webinar .view-more
  .cta a + a, .modal-footer .btn-group
  .webinar .featured-webinar .view-more
  .cta a + a, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more
  .cta a + a,
  .cta .modal-footer .btn-group .hs-form.stacked .actions .cta + a, .modal-footer .btn-group .event .featured-webinar .view-more .btn + a, .event .featured-webinar .view-more .modal-footer .btn-group .btn + a, .modal-footer .btn-group .event .featured-webinar .view-more .cta + a, .event .featured-webinar .view-more .modal-footer .btn-group .cta + a, .event .featured-webinar .view-more .modal-footer .btn-group
  .cta a + a, .modal-footer .btn-group .event .featured-webinar .view-more a + a, .event .featured-webinar .view-more .modal-footer .btn-group a + a, .event .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions .cta + a, .modal-footer .btn-group
  .webinar .featured-webinar .view-more .btn + a,
  .webinar .featured-webinar .view-more .modal-footer .btn-group .btn + a, .modal-footer .btn-group
  .webinar .featured-webinar .view-more .cta + a,
  .webinar .featured-webinar .view-more .modal-footer .btn-group .cta + a,
  .webinar .featured-webinar .view-more .modal-footer .btn-group
  .cta a + a, .modal-footer .btn-group .webinar .featured-webinar .view-more a + a, .webinar .featured-webinar .view-more .modal-footer .btn-group a + a,
  .webinar .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions .cta + a, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more .btn + a,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group .btn + a, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more .cta + a,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group .cta + a,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group
  .cta a + a, .modal-footer .btn-group .whitepaper .featured-webinar .view-more a + a, .whitepaper .featured-webinar .view-more .modal-footer .btn-group a + a,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions .cta + a, .modal-footer .btn-group .hs-form.stacked .actions .btn + .cta, .modal-footer .btn-group
  .cta .hs-form.stacked .actions a + .cta,
  .cta .modal-footer .btn-group .hs-form.stacked .actions a + .cta, .modal-footer .btn-group .event .featured-webinar .view-more .hs-form.stacked .actions a + .cta, .event .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions a + .cta, .modal-footer .btn-group
  .webinar .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
  .webinar .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions a + .cta, .modal-footer .btn-group
  .whitepaper .featured-webinar .view-more .hs-form.stacked .actions a + .cta,
  .whitepaper .featured-webinar .view-more .modal-footer .btn-group .hs-form.stacked .actions a + .cta, .modal-footer .btn-group .hs-form.stacked .actions .cta + .cta {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .mobile-only {
  display: none !important; }

.visible-sm, .mobile-only {
  display: none !important; }

.visible-md, .mobile-only {
  display: none !important; }

.visible-lg, .desktop-only {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs, .mobile-only {
    display: block !important; }
  table.visible-xs, table.mobile-only {
    display: table !important; }
  tr.visible-xs, tr.mobile-only {
    display: table-row !important; }
  th.visible-xs, th.mobile-only,
  td.visible-xs,
  td.mobile-only {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm, .mobile-only {
    display: block !important; }
  table.visible-sm, table.mobile-only {
    display: table !important; }
  tr.visible-sm, tr.mobile-only {
    display: table-row !important; }
  th.visible-sm, th.mobile-only,
  td.visible-sm,
  td.mobile-only {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md, .mobile-only {
    display: block !important; }
  table.visible-md, table.mobile-only {
    display: table !important; }
  tr.visible-md, tr.mobile-only {
    display: table-row !important; }
  th.visible-md, th.mobile-only,
  td.visible-md,
  td.mobile-only {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg, .desktop-only {
    display: block !important; }
  table.visible-lg, table.desktop-only {
    display: table !important; }
  tr.visible-lg, tr.desktop-only {
    display: table-row !important; }
  th.visible-lg, th.desktop-only,
  td.visible-lg,
  td.desktop-only {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("font-awesome/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("font-awesome/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("font-awesome/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("font-awesome/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("font-awesome/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3295571, 2016-10-13T16:18:23-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Cambria-Bold by Ascender
 * URL: http://www.myfonts.com/fonts/ascender/cambria/bold/
 *
 * Webfont: Cambria by Ascender
 * URL: http://www.myfonts.com/fonts/ascender/cambria/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3295571
 * Licensed pageviews: 250,000
 * Webfonts copyright: &#x00A9; 2007 Microsoft Corporation. All Rights Reserved.
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Cambria';
  src: url("fonts/Cambria/Cambria.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Cambria/Cambria.eot?#iefix") format("embedded-opentype"), url("fonts/Cambria/Cambria.woff") format("woff"), url("fonts/Cambria/324953_1_0b.woff2") format("woff2"), url("fonts/Cambria/Cambria.ttf") format("truetype"), url("fonts/Cambria/Cambria.svg#Cambria") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Cambria';
  src: url("fonts/Cambria/Cambria Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Cambria/Cambria Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Cambria/Cambria Bold.woff") format("woff"), url("fonts/Cambria/324953_0_0b.woff2") format("woff2"), url("fonts/Cambria/Cambria Bold.ttf") format("truetype"), url("fonts/Cambria/Cambria Bold.svg#Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

/*
 * LATO
 */
/*
 * H Tags
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600; }

.eyebrow {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900; }

/*
 * Body Tag
 */
body {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200; }

/*
 * Buttons
 */
a.button,
button.button,
button.btn,
button.cta,
.hs-form.stacked .actions button.cta,
input.button,
a.btn,
a.cta,
.cta a,
.event .featured-webinar .view-more a,
.webinar .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more a,
.hs-form.stacked .actions a.cta,
button[type="submit"] {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], select {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #040707;
  background-color: #FFF; }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #959595;
    font-size: 18px; }
  input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, select:-moz-placeholder {
    color: #959595;
    font-size: 18px; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder {
    color: #959595;
    font-size: 18px; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #959595;
    font-size: 18px; }

input[type="checkbox"] {
  margin: 7px 15px 0 0;
  float: left; }

.hs-form-checkbox {
  list-style: none; }
  .hs-form-checkbox input[type="checkbox"] {
    margin: -11px 15px 0 0; }

.acf-field input[type="text"], .acf-field input[type="number"], .acf-field input[type="password"], .acf-field input[type="email"], .acf-field input[type="tel"] {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: #040707 !important;
  box-shadow: 0 0 1px 1px #DEDEDE !important;
  border-color: #DEDEDE !important; }
  .acf-field input[type="text"] select, .acf-field input[type="number"] select, .acf-field input[type="password"] select, .acf-field input[type="email"] select, .acf-field input[type="tel"] select {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #AEAEAE; }
  .acf-field input[type="text"] option, .acf-field input[type="number"] option, .acf-field input[type="password"] option, .acf-field input[type="email"] option, .acf-field input[type="tel"] option {
    color: #040707 !important; }
  .acf-field input[type="text"] option:first-child, .acf-field input[type="number"] option:first-child, .acf-field input[type="password"] option:first-child, .acf-field input[type="email"] option:first-child, .acf-field input[type="tel"] option:first-child {
    color: #AEAEAE !important; }

.form-control::-webkit-input-placeholder {
  color: white; }

.form-control:-moz-placeholder {
  color: white; }

.form-control::-moz-placeholder {
  color: white; }

.form-control:-ms-input-placeholder {
  color: white; }

select {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #AEAEAE; }

option {
  color: #000; }

option:first-child {
  color: #AEAEAE; }

@font-face {
  font-family: 'icomoon';
  src: url("icomoon//icomoon.eot?bjxtwh");
  src: url("icomoon//icomoon.eot?bjxtwh#iefix") format("embedded-opentype"), url("icomoon//icomoon.ttf?bjxtwh") format("truetype"), url("icomoon//icomoon.woff?bjxtwh") format("woff"), url("icomoon//icomoon.svg?bjxtwh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: ""; }

/*
 * Globals
 */
.woocommerce {
  color: #000;
  /*
	 * Forms
	 */
  /*
	 * Tables
	 */
  /*
	 * Buttons
	 */
  /*
	 * Tags
	 */
  /*
	 * Inputs
	 */
  /*
	 * Notices
	 */ }
  .woocommerce form input[type="text"], .woocommerce form input[type="number"], .woocommerce form input[type="password"], .woocommerce form input[type="email"], .woocommerce form input[type="tel"], .woocommerce form select {
    border-radius: 5px;
    padding: 10px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    outline: none;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #CCCCCC; }
    .woocommerce form input[type="text"]:-webkit-autofill, .woocommerce form input[type="number"]:-webkit-autofill, .woocommerce form input[type="password"]:-webkit-autofill, .woocommerce form input[type="email"]:-webkit-autofill, .woocommerce form input[type="tel"]:-webkit-autofill, .woocommerce form select:-webkit-autofill {
      transition: all 5000s ease-in-out 0s; }
  .woocommerce form .select2-container .select2-choice {
    border: none;
    border-radius: 3px;
    padding: 4px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc; }
  .woocommerce form.login {
    margin: 2em auto; }
  .woocommerce table {
    border: none !important;
    color: #000; }
    .woocommerce table th {
      font-weight: bold !important; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.btn,
  .woocommerce a.cta,
  .woocommerce
  .cta a,
  .cta
  .woocommerce a,
  .woocommerce .event .featured-webinar .view-more a, .event .featured-webinar .view-more
  .woocommerce a,
  .woocommerce
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more
  .woocommerce a,
  .woocommerce
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more
  .woocommerce a,
  .woocommerce .hs-form.stacked .actions a.cta, .hs-form.stacked .actions
  .woocommerce a.cta,
  .woocommerce #review_form #submit,
  .woocommerce button[type="submit"] {
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid transparent; }
    .woocommerce a.button:not(.inv),
    .woocommerce button.button:not(.inv),
    .woocommerce input.button:not(.inv),
    .woocommerce a.btn:not(.inv),
    .woocommerce a.cta:not(.inv),
    .woocommerce
    .cta a:not(.inv),
    .cta
    .woocommerce a:not(.inv),
    .woocommerce .event .featured-webinar .view-more a:not(.inv), .event .featured-webinar .view-more
    .woocommerce a:not(.inv),
    .woocommerce
    .webinar .featured-webinar .view-more a:not(.inv),
    .webinar .featured-webinar .view-more
    .woocommerce a:not(.inv),
    .woocommerce
    .whitepaper .featured-webinar .view-more a:not(.inv),
    .whitepaper .featured-webinar .view-more
    .woocommerce a:not(.inv),
    .woocommerce .hs-form.stacked .actions a.cta:not(.inv), .hs-form.stacked .actions
    .woocommerce a.cta:not(.inv),
    .woocommerce #review_form #submit:not(.inv),
    .woocommerce button[type="submit"]:not(.inv) {
      background-color: #000;
      color: #FFF; }
      .woocommerce a.button:not(.inv):hover,
      .woocommerce button.button:not(.inv):hover,
      .woocommerce input.button:not(.inv):hover,
      .woocommerce a.btn:not(.inv):hover,
      .woocommerce a.cta:not(.inv):hover,
      .woocommerce
      .cta a:not(.inv):hover,
      .cta
      .woocommerce a:not(.inv):hover,
      .woocommerce .event .featured-webinar .view-more a:not(.inv):hover, .event .featured-webinar .view-more
      .woocommerce a:not(.inv):hover,
      .woocommerce
      .webinar .featured-webinar .view-more a:not(.inv):hover,
      .webinar .featured-webinar .view-more
      .woocommerce a:not(.inv):hover,
      .woocommerce
      .whitepaper .featured-webinar .view-more a:not(.inv):hover,
      .whitepaper .featured-webinar .view-more
      .woocommerce a:not(.inv):hover,
      .woocommerce #review_form #submit:not(.inv):hover,
      .woocommerce button[type="submit"]:not(.inv):hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #FFF;
        text-decoration: underline; }
    .woocommerce a.button.inv,
    .woocommerce button.button.inv,
    .woocommerce input.button.inv,
    .woocommerce a.btn.inv,
    .woocommerce a.inv.cta,
    .woocommerce
    .cta a.inv,
    .cta
    .woocommerce a.inv,
    .woocommerce .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more
    .woocommerce a.inv,
    .woocommerce
    .webinar .featured-webinar .view-more a.inv,
    .webinar .featured-webinar .view-more
    .woocommerce a.inv,
    .woocommerce
    .whitepaper .featured-webinar .view-more a.inv,
    .whitepaper .featured-webinar .view-more
    .woocommerce a.inv,
    .woocommerce .hs-form.stacked .actions a.inv.cta, .hs-form.stacked .actions
    .woocommerce a.inv.cta,
    .woocommerce #review_form #submit.inv,
    .woocommerce button[type="submit"].inv {
      border: 2px solid #000;
      background-color: #FFF !important;
      color: #000; }
      .woocommerce a.button.inv:hover,
      .woocommerce button.button.inv:hover,
      .woocommerce input.button.inv:hover,
      .woocommerce a.btn.inv:hover,
      .woocommerce a.inv.cta:hover,
      .woocommerce
      .cta a.inv:hover,
      .cta
      .woocommerce a.inv:hover,
      .woocommerce .event .featured-webinar .view-more a.inv:hover, .event .featured-webinar .view-more
      .woocommerce a.inv:hover,
      .woocommerce
      .webinar .featured-webinar .view-more a.inv:hover,
      .webinar .featured-webinar .view-more
      .woocommerce a.inv:hover,
      .woocommerce
      .whitepaper .featured-webinar .view-more a.inv:hover,
      .whitepaper .featured-webinar .view-more
      .woocommerce a.inv:hover,
      .woocommerce #review_form #submit.inv:hover,
      .woocommerce button[type="submit"].inv:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #000;
        text-decoration: underline; }
  .woocommerce h1 {
    color: #000;
    margin: 20px 0; }
  .woocommerce h2 {
    color: #000;
    margin: 20px 0; }
  .woocommerce h3 {
    color: #000;
    margin: 20px 0; }
  .woocommerce a {
    color: #4E99C9; }
  .woocommerce input[type="text"] {
    height: 40px; }
  .woocommerce .woocommerce-Message {
    border-top: none;
    border-bottom: 1px solid #454545;
    background-color: transparent;
    padding: 10px !important; }
    .woocommerce .woocommerce-Message:before {
      content: ''; }

/*
 * Globals
 */
.checkout-login {
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #CCCCCC; }
  @media all and (min-width: 1200px) {
    .checkout-login {
      padding-bottom: 40px;
      margin-bottom: 60px; } }
  .checkout-login p {
    margin-bottom: 10px !important; }
  .checkout-login-head {
    font-weight: 600;
    color: #040707; }
  .checkout-login-body {
    color: #666666; }

.woocommerce-checkout #primary .row.page-title {
  margin-bottom: 44px !important; }
  @media all and (max-width: 991px) {
    .woocommerce-checkout #primary .row.page-title {
      margin-bottom: 34px !important; } }

.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 56px; }
  @media all and (max-width: 991px) {
    .woocommerce-checkout form.woocommerce-checkout {
      margin-top: 36px; } }

.woocommerce-checkout .checkout-signin-container .woocommerce-info {
  display: block;
  color: #040707;
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 25px !important;
  font-size: 18px; }
  @media all and (min-width: 992px) {
    .woocommerce-checkout .checkout-signin-container .woocommerce-info {
      padding: 10px 0 35px !important; } }
  .woocommerce-checkout .checkout-signin-container .woocommerce-info:before {
    content: ""; }
  .woocommerce-checkout .checkout-signin-container .woocommerce-info a, .woocommerce-checkout .checkout-signin-container .woocommerce-info a.toggleLogin {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    text-decoration: none; }
    .woocommerce-checkout .checkout-signin-container .woocommerce-info a:hover, .woocommerce-checkout .checkout-signin-container .woocommerce-info a.toggleLogin:hover {
      text-decoration: underline; }

.woocommerce-checkout .checkout-signin-container form.login {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  margin: 15px 0;
  padding: 0 0 31px; }
  @media all and (max-width: 991px) {
    .woocommerce-checkout .checkout-signin-container form.login {
      padding: 0 0 22px; } }
  .woocommerce-checkout .checkout-signin-container form.login p {
    margin: 18px 0 22px 0; }
    @media all and (max-width: 991px) {
      .woocommerce-checkout .checkout-signin-container form.login p {
        margin-bottom: 12px; } }
  .woocommerce-checkout .checkout-signin-container form.login p, .woocommerce-checkout .checkout-signin-container form.login .rememberme {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    color: #666666; }
  .woocommerce-checkout .checkout-signin-container form.login p.lost_password {
    margin-top: 13px; }
  .woocommerce-checkout .checkout-signin-container form.login .form-row {
    margin: 0 !important;
    padding: 0; }
    .woocommerce-checkout .checkout-signin-container form.login .form-row input.input-text, .woocommerce-checkout .checkout-signin-container form.login .form-row textarea {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      color: #666666;
      font-size: 20px; }
  .woocommerce-checkout .checkout-signin-container form.login .form-row, .woocommerce-checkout .checkout-signin-container form.login label.rememberme, .woocommerce-checkout .checkout-signin-container form.login .button {
    padding-bottom: 19px; }
  .woocommerce-checkout .checkout-signin-container form.login label.rememberme {
    color: #666666 !important;
    font-size: 20px; }
  .woocommerce-checkout .checkout-signin-container form.login .button {
    width: 100%; }
  .woocommerce-checkout .checkout-signin-container form.login p.lost_password {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .woocommerce-checkout .checkout-signin-container form.login p a.toggleLogin {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }
  .woocommerce-checkout .checkout-signin-container form.login .rememberme input[type="checkbox"] {
    margin-top: 14px; }

.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #FFF;
  padding: 0 20px 20px;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #040707; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-checkout .woocommerce-checkout-review-order-table td {
      padding: 24px 12px !important; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
      font-weight: 600 !important; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal span, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-custom-coupon th, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-custom-coupon td, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-custom-coupon span, .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td, .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping span {
      font-weight: 400 !important; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal > td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total > td {
      text-align: right; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-custom-coupon .input-group {
      margin-top: 16px; }
      .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-custom-coupon .input-group input {
        min-width: 150px; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .variation-Print {
      float: none !important; }
  .woocommerce-checkout .woocommerce-checkout-review-order #wc-coupon_code {
    height: 40px !important;
    border-bottom: none; }
  .woocommerce-checkout .woocommerce-checkout-review-order .apply-wc-coupon {
    margin-top: -3px;
    display: block;
    height: 45px;
    padding: 10px 30px;
    font-weight: 400; }
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background-color: #FFF; }
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment #place_order {
      width: 100%; }
  .woocommerce-checkout .woocommerce-checkout-review-order .wc-terms-and-conditions {
    font-family: "Lato";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 19px !important; }
    .woocommerce-checkout .woocommerce-checkout-review-order .wc-terms-and-conditions span {
      margin-left: 44px; }
      .woocommerce-checkout .woocommerce-checkout-review-order .wc-terms-and-conditions span.required {
        margin-left: 0; }
    .woocommerce-checkout .woocommerce-checkout-review-order .wc-terms-and-conditions .input-checkbox {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 22px; }

.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  padding: 0; }

.woocommerce-checkout .database-notice-link td {
  border-top: none !important; }

.woocommerce-checkout .create-account .acf-fields > .acf-field {
  padding: 0 2px; }
  .woocommerce-checkout .create-account .acf-fields > .acf-field[data-name="first_name"], .woocommerce-checkout .create-account .acf-fields > .acf-field[data-name="last_name"], .woocommerce-checkout .create-account .acf-fields > .acf-field[data-name="company_name"], .woocommerce-checkout .create-account .acf-fields > .acf-field[data-name="email"], .woocommerce-checkout .create-account .acf-fields > .acf-field[data-name="password"] {
    display: none; }
  .woocommerce-checkout .create-account .acf-fields > .acf-field .acf-input-wrap {
    overflow: visible; }

@media all and (max-width: 991px) {
  .woocommerce-cart .content-container .woocommerce > .row {
    margin-left: 11px;
    margin-right: 11px; } }

.woocommerce-cart .item-action {
  width: 40px; }

.woocommerce-cart .related-container {
  margin: 40px 0; }

.woocommerce-cart .cart-container {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  padding: 30px;
  background: #FFF;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc; }
  @media all and (min-width: 992px) {
    .woocommerce-cart .cart-container {
      padding: 40px 40px 10px; } }
  .woocommerce-cart .cart-container div[class*="col-"] {
    padding: 0; }
  .woocommerce-cart .cart-container input[type="number"] {
    margin-top: -32px;
    width: 50px;
    text-align: center;
    box-shadow: none !important;
    border: 1px solid #DEDEDE; }
  .woocommerce-cart .cart-container .btn, .woocommerce-cart .cart-container .cta, .woocommerce-cart .cart-container
  .cta a,
  .cta .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container .hs-form.stacked .actions .cta, .hs-form.stacked .actions .woocommerce-cart .cart-container .cta {
    width: 100%; }
    @media all and (min-width: 992px) {
      .woocommerce-cart .cart-container .btn, .woocommerce-cart .cart-container .cta, .woocommerce-cart .cart-container
      .cta a,
      .cta .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container
      .webinar .featured-webinar .view-more a,
      .webinar .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container
      .whitepaper .featured-webinar .view-more a,
      .whitepaper .featured-webinar .view-more .woocommerce-cart .cart-container a, .woocommerce-cart .cart-container .hs-form.stacked .actions .cta, .hs-form.stacked .actions .woocommerce-cart .cart-container .cta {
        width: auto; } }
  .woocommerce-cart .cart-container .cart-button {
    margin-top: 20px;
    text-align: center; }
    .woocommerce-cart .cart-container .cart-button .continue-shopping {
      display: block;
      margin-top: 20px; }
    @media all and (min-width: 992px) {
      .woocommerce-cart .cart-container .cart-button {
        margin-top: 0;
        text-align: right; }
        .woocommerce-cart .cart-container .cart-button .continue-shopping {
          margin-top: 10px; } }
  .woocommerce-cart .cart-container form {
    margin: 0 !important; }
    .woocommerce-cart .cart-container form .table > thead > tr > th {
      padding-top: 0; }
    .woocommerce-cart .cart-container form .cart-button {
      margin-bottom: 8px; }
  .woocommerce-cart .cart-container .table > thead > tr > th {
    padding: 0 0 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd; }
  .woocommerce-cart .cart-container .table > tbody > tr > td,
  .woocommerce-cart .cart-container .table > tbody > tr > th {
    border-top: none; }
  .woocommerce-cart .cart-container .table > tbody > tr > td:first-child,
  .woocommerce-cart .cart-container .table > tbody > tr > th:first-child {
    padding-left: 0; }
  .woocommerce-cart .cart-container .table > tbody > tr:first-child > td {
    padding-top: 24px; }
  .woocommerce-cart .cart-container .cart_item td {
    padding-top: 32px;
    padding-bottom: 0; }
  .woocommerce-cart .cart-container .cart_item a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    color: #040707 !important; }
  .woocommerce-cart .cart-container .cart_item .variation {
    margin: 0 0 0; }
    .woocommerce-cart .cart-container .cart_item .variation > dt[class^="variation-"] {
      display: none; }
    .woocommerce-cart .cart-container .cart_item .variation p {
      margin: 0; }
  .woocommerce-cart .cart-container .shipping td {
    text-align: right; }
  .woocommerce-cart .cart-container .calculated_shipping table > tbody > tr:first-child td {
    padding-top: 32px; }
  .woocommerce-cart .cart-container .calculated_shipping .btn, .woocommerce-cart .cart-container .calculated_shipping .cta, .woocommerce-cart .cart-container .calculated_shipping
  .cta a,
  .cta .woocommerce-cart .cart-container .calculated_shipping a, .woocommerce-cart .cart-container .calculated_shipping .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-cart .cart-container .calculated_shipping a, .woocommerce-cart .cart-container .calculated_shipping
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .woocommerce-cart .cart-container .calculated_shipping a, .woocommerce-cart .cart-container .calculated_shipping
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .woocommerce-cart .cart-container .calculated_shipping a {
    margin-bottom: 10px;
    width: 150px;
    font-size: 18px;
    line-height: 28px; }
  .woocommerce-cart .cart-container .icon-remove {
    margin-top: -6px;
    padding: 6px;
    background-color: #CCCCCC;
    border-radius: 100%; }
    .woocommerce-cart .cart-container .icon-remove:hover {
      background-color: #AEAEAE;
      cursor: pointer; }
  .woocommerce-cart .cart-container .continue-shopping {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4E99C9; }
    .woocommerce-cart .cart-container .continue-shopping .glyphicon, .woocommerce-cart .cart-container .continue-shopping .module.grid2 .view-more .icon, .module.grid2 .view-more .woocommerce-cart .cart-container .continue-shopping .icon {
      font-size: 12px; }
  .woocommerce-cart .cart-container .cart-collaterals .cart-button .btn, .woocommerce-cart .cart-container .cart-collaterals .cart-button .cta, .woocommerce-cart .cart-container .cart-collaterals .cart-button
  .cta a,
  .cta .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a {
    width: 100%; }
    @media all and (min-width: 992px) {
      .woocommerce-cart .cart-container .cart-collaterals .cart-button .btn, .woocommerce-cart .cart-container .cart-collaterals .cart-button .cta, .woocommerce-cart .cart-container .cart-collaterals .cart-button
      .cta a,
      .cta .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button
      .webinar .featured-webinar .view-more a,
      .webinar .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a, .woocommerce-cart .cart-container .cart-collaterals .cart-button
      .whitepaper .featured-webinar .view-more a,
      .whitepaper .featured-webinar .view-more .woocommerce-cart .cart-container .cart-collaterals .cart-button a {
        width: 160px; } }

.woocommerce-order-received .woocommerce {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  color: #666666; }

.woocommerce-order-received .order-number {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  color: #666666;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC; }

.woocommerce-order-received .order-confirmation {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  color: #666666;
  margin-bottom: 40px; }

.woocommerce-order-received .order_details {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  color: #040707; }
  .woocommerce-order-received .order_details thead th {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900; }
  .woocommerce-order-received .order_details .order_item {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700; }
  .woocommerce-order-received .order_details .database-notice-link, .woocommerce-order-received .order_details .download-url {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    color: #666666;
    font-size: 20px; }
  .woocommerce-order-received .order_details tfoot tr:last-child {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700; }

.woocommerce-order-received .woocommerce table.shop_table {
  padding-top: 80px;
  margin-bottom: 40px; }
  .woocommerce-order-received .woocommerce table.shop_table tfoot {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400; }
    .woocommerce-order-received .woocommerce table.shop_table tfoot tr:not(:first-child) th, .woocommerce-order-received .woocommerce table.shop_table tfoot tr:not(:first-child) td {
      border-top: none; }

.woocommerce-order-received .info-list.confirmation {
  display: none; }

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .cross-sells {
  width: auto; }
  .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li, .cross-sells ul.products li {
    width: 33%; }
    @media all and (max-width: 991px) {
      .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li, .cross-sells ul.products li {
        width: 95%; } }

.woocommerce-checkout-review-order-table .variation > dt[class^="variation-"] {
  display: none !important; }

.shop_table.order_details .order_item .variation > dt[class^="variation-"] {
  display: none !important; }

/*
 * My Account
 */
.woocommerce-account .content-container {
  width: 100%; }

.woocommerce-account #primary .row.page-title {
  margin-bottom: 26px !important; }
  @media all and (min-width: 992px) {
    .woocommerce-account #primary .row.page-title {
      margin-bottom: 45px !important; } }

.woocommerce-account .woocommerce-MyAccount-navigation {
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
  float: none;
  border-bottom: 1px solid #CCCCCC; }
  @media all and (min-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation li {
      display: inline-block; } }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 5px 13px;
    background: transparent;
    margin: 5px 10px; }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    font-size: 1.125em;
    line-height: 1.25em; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    border-bottom: 3px solid transparent;
    color: #4E99C9;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lato";
    font-style: normal;
    font-weight: bold; }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
      padding-bottom: 10px; }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
      border-bottom: 5px solid #4E99C9; }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
      padding-bottom: 20px; }
      .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
        color: #040707;
        border-bottom: 5px solid #040707; }

.woocommerce-account .welcome-message {
  display: block;
  margin: 30px 0;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  color: #040707; }
  @media all and (min-width: 992px) {
    .woocommerce-account .welcome-message {
      margin: 40px 0; } }
  .woocommerce-account .welcome-message-name {
    font-family: "Cambria-Bold";
    font-style: normal;
    font-weight: 200; }
  .woocommerce-account .welcome-message-link {
    margin-left: 30px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4E99C9;
    cursor: pointer; }

.woocommerce-account .woocommerce-Addresses .title .edit {
  clear: both;
  float: none;
  display: block; }

.woocommerce-account .feature {
  margin-bottom: 50px;
  padding-right: 0; }

.woocommerce-account .my-membership {
  margin-bottom: 20px; }
  .woocommerce-account .my-membership .teaser.news.tile {
    padding: 36px 40px 36px 40px;
    margin-bottom: 9px; }
    @media (max-width: 991px) {
      .woocommerce-account .my-membership .teaser.news.tile {
        padding: 26px 30px 24px 30px; } }
    .woocommerce-account .my-membership .teaser.news.tile .title {
      margin-bottom: 0; }
  .woocommerce-account .my-membership .membership-actions, .woocommerce-account .my-membership .order-actions {
    padding: 0 !important; }
  .woocommerce-account .my-membership .actions {
    margin-top: 23px; }
  .woocommerce-account .my-membership .view-benefits {
    font-family: "Lato";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: -6px; }
    .woocommerce-account .my-membership .view-benefits .icon-arrow-right {
      font-size: 12px;
      color: #4E99C9; }
  .woocommerce-account .my-membership .content {
    padding: 10px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc; }
    .woocommerce-account .my-membership .content .title h2 {
      text-align: left;
      margin: 0; }
    .woocommerce-account .my-membership .content .membership-content .name {
      font-family: "Lato";
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      margin-top: 22px; }
    .woocommerce-account .my-membership .content .membership-actions {
      padding: 12px 12px 12px 0; }

.woocommerce-account .get-pocket {
  margin-bottom: 20px; }
  .woocommerce-account .get-pocket .content {
    padding: 10px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc; }
    .woocommerce-account .get-pocket .content .cta {
      padding-left: 0;
      text-align: left; }
    .woocommerce-account .get-pocket .content .title h2 {
      text-align: left;
      margin: 0 0 20px; }

.woocommerce-account #wc-memberships-members-area {
  float: none; }

.woocommerce-account .my-membership-tabs {
  text-align: center; }
  .woocommerce-account .my-membership-tabs a {
    text-decoration: none; }
  .woocommerce-account .my-membership-tabs ul {
    padding: 0; }
    .woocommerce-account .my-membership-tabs ul li {
      display: block;
      padding: 5px 11px;
      background: transparent;
      margin: 5px 0;
      border-bottom: 3px solid transparent; }
      @media all and (min-width: 992px) {
        .woocommerce-account .my-membership-tabs ul li {
          display: inline-block; } }
      .woocommerce-account .my-membership-tabs ul li:after {
        display: none; }
      .woocommerce-account .my-membership-tabs ul li:hover {
        border-bottom: 3px solid #000; }
        .woocommerce-account .my-membership-tabs ul li:hover a {
          color: #000; }

.woocommerce-account.woocommerce-view-order .shop_table.order_details {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400; }

.woocommerce-account.woocommerce-view-order .woocommerce table.shop_table td {
  border: none; }

.woocommerce-account.woocommerce-view-order .woocommerce table.shop_table tfoot th {
  border: none; }

.woocommerce-account.woocommerce-view-order .woocommerce table.shop_table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-account.woocommerce-view-order .info-list {
  padding: 9px 12px; }
  .woocommerce-account.woocommerce-view-order .info-list ul li {
    margin: 10px 0; }
    .woocommerce-account.woocommerce-view-order .info-list ul li:first-child {
      font-family: "Lato";
      font-style: normal;
      font-weight: bold;
      color: #040707; }
  @media all and (min-width: 992px) {
    .woocommerce-account.woocommerce-view-order .info-list ul {
      border-bottom: none; }
      .woocommerce-account.woocommerce-view-order .info-list ul:not(:last-child):after {
        content: ' ';
        position: absolute;
        width: 1px;
        height: 150px;
        margin: 0 10px;
        top: 0;
        right: 0; } }

.woocommerce-account.woocommerce-view-order .order_item .variation > dt[class^="variation-"] {
  display: none; }

.woocommerce-account.woocommerce-view-order .order_item .download-url {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  margin-bottom: 20px;
  color: #666666;
  font-size: 20px; }

@media all and (max-width: 991px) {
  .woocommerce-account .shop_table.subscription_details .button {
    margin-bottom: 15px; } }

.woocommerce-account .feature .teaser.top-story {
  height: 430px; }

.woocommerce-account .shop_table .download-actions:before {
  content: attr(data-title) ""; }

.woocommerce-account table.woocommerce-MyAccount-downloads td {
  vertical-align: middle; }

.woocommerce-account table.woocommerce-MyAccount-downloads .download-description {
  text-align: left; }
  .woocommerce-account table.woocommerce-MyAccount-downloads .download-description p {
    margin-bottom: 0; }

.woocommerce-account table.woocommerce-MyAccount-downloads .download-actions {
  font-size: 0; }

.woocommerce-edit-address #update_all_subscriptions_addresses {
  margin: 8px 8px 0 0;
  position: relative; }

/*
 * Pages
 */
.woocommerce-page {
  /*
	 * Headers
	 */ }
  .woocommerce-page .entry-header {
    background-color: #FFF; }
    .woocommerce-page .entry-header .entry-title {
      color: #000;
      text-align: left;
      padding: 10px; }
      @media all and (min-width: 768px) {
        .woocommerce-page .entry-header .entry-title {
          padding: 20px 10px;
          margin-bottom: 30px; } }
  .woocommerce-page .entry-content {
    margin-bottom: 200px; }

/*
 * Product detail page
 */
.single-product #content {
  padding: 30px 0; }
  @media all and (min-width: 992px) {
    .single-product #content {
      padding: 60px 30px 40px; } }
  @media all and (min-width: 1200px) {
    .single-product #content {
      padding-left: 0;
      padding-right: 0; } }
  .single-product #content .hero .content .headline {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 27px; }
  .single-product #content .hero .content ul li {
    line-height: 28px;
    margin-top: 0; }

@media all and (min-width: 992px) {
  .single-product .product-container {
    padding: 0; } }

.single-product .product-summary {
  padding: 30px;
  background-color: white;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  font-family: "Lato";
  font-style: normal;
  font-weight: 200; }
  .single-product .product-summary p {
    margin: 0; }
  .single-product .product-summary .quantity .prefix-label {
    margin-right: 8px; }
  .single-product .product-summary .quantity .qty {
    height: auto; }
  @media all and (min-width: 992px) {
    .single-product .product-summary {
      margin: 40px 0;
      padding: 40px; }
      .single-product .product-summary .variations_button {
        float: right;
        display: flex;
        align-items: center; }
        .single-product .product-summary .variations_button .quantity {
          margin-right: 40px !important; }
      .single-product .product-summary .single_add_to_cart_button {
        width: auto !important; } }
  .single-product .product-summary .variations_form.cart {
    margin: 0; }
    .single-product .product-summary .variations_form.cart input[type="radio"] {
      margin: 0 8px 0 0; }
    .single-product .product-summary .variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description, .single-product .product-summary .variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price, .single-product .product-summary .variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
      display: none !important; }
    @media all and (min-width: 992px) {
      .single-product .product-summary .variations_form.cart {
        display: flex;
        align-items: center;
        position: relative; }
        .single-product .product-summary .variations_form.cart .single_variation_wrap {
          position: absolute;
          top: 50%;
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 0; } }
  .single-product .product-summary .membership-tout {
    margin: 30px 0 0;
    padding: 30px 0 0; }
    .single-product .product-summary .membership-tout label {
      margin: 0; }
    @media all and (min-width: 992px) {
      .single-product .product-summary .membership-tout {
        display: flex;
        align-items: center; }
        .single-product .product-summary .membership-tout .btn, .single-product .product-summary .membership-tout .cta, .single-product .product-summary .membership-tout
        .cta a,
        .cta .single-product .product-summary .membership-tout a, .single-product .product-summary .membership-tout .event .featured-webinar .view-more a, .event .featured-webinar .view-more .single-product .product-summary .membership-tout a, .single-product .product-summary .membership-tout
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .single-product .product-summary .membership-tout a, .single-product .product-summary .membership-tout
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .single-product .product-summary .membership-tout a {
          width: auto !important; } }
  .single-product .product-summary div[itemprop="description"] {
    display: none; }
  .single-product .product-summary .format-label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    letter-spacing: 0; }
  .single-product .product-summary .variations .label {
    display: inline-block; }
    @media all and (min-width: 992px) {
      .single-product .product-summary .variations .label {
        margin-bottom: 10px; } }
  .single-product .product-summary .variations .value > div {
    margin-top: 30px; }
    @media all and (min-width: 992px) {
      .single-product .product-summary .variations .value > div {
        margin-top: 20px; } }
    .single-product .product-summary .variations .value > div label {
      margin-bottom: 0; }
  .single-product .product-summary .single_add_to_cart_button {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    background: #040707;
    border-radius: 5px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0;
    width: 100%;
    margin: 30px 0 0; }
  .single-product .product-summary .amount,
  .single-product .product-summary .quantity,
  .single-product .product-summary .subscription-details {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    margin-top: 30px !important;
    font-size: 16px;
    color: #040707;
    line-height: 22px; }
    .single-product .product-summary .amount input,
    .single-product .product-summary .quantity input,
    .single-product .product-summary .subscription-details input {
      height: 57px; }
  .single-product .product-summary .price-wrapper {
    padding: 30px 30px 0; }
    @media all and (min-width: 992px) {
      .single-product .product-summary .price-wrapper {
        padding: 40px; } }
    .single-product .product-summary .price-wrapper .amount,
    .single-product .product-summary .price-wrapper .subscription-details {
      font-size: 22px; }
  .single-product .product-summary .subscription-single-form {
    padding: 40px;
    margin: 0; }
    .single-product .product-summary .subscription-single-form .single_add_to_cart_button {
      float: right; }
  .single-product .product-summary .simple-form-wrapper {
    margin: 0; }
    .single-product .product-summary .simple-form-wrapper form {
      margin: 0 !important; }
      .single-product .product-summary .simple-form-wrapper form:not(.simple) {
        padding: 30px !important; }
        @media all and (min-width: 992px) {
          .single-product .product-summary .simple-form-wrapper form:not(.simple) {
            padding: 40px 40px 30px !important; } }
      .single-product .product-summary .simple-form-wrapper form.simple {
        padding: 0 30px 30px !important; }
        @media all and (min-width: 992px) {
          .single-product .product-summary .simple-form-wrapper form.simple {
            padding: 40px 40px 30px !important; } }
      @media all and (min-width: 992px) {
        .single-product .product-summary .simple-form-wrapper form .single_add_to_cart_button {
          margin: 0 0 0 40px !important;
          float: right !important; } }
      @media all and (min-width: 992px) {
        .single-product .product-summary .simple-form-wrapper form .quantity {
          margin: 0 !important;
          float: right !important; } }

.single-product .metric-body p {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 50px; }

.single-product .metric-body .col {
  position: relative; }

.single-product .metric-body ul li {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 27px;
  margin: 5px 0; }
  .single-product .metric-body ul li:first-child {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    color: #040707;
    letter-spacing: 0;
    line-height: 30px; }

.single-product .metrics {
  margin-bottom: 80px; }

.single-product .additional-section-body {
  margin-bottom: 75px;
  color: #666666 !important;
  font-size: 20px;
  line-height: 100%; }
  .single-product .additional-section-body ul {
    margin-bottom: 0;
    list-style-type: square; }
    .single-product .additional-section-body ul li {
      padding: 0 20px 0 0;
      margin-bottom: 25px; }
  @media all and (min-width: 992px) {
    .single-product .additional-section-body ul {
      -moz-column-count: 2;
      -moz-column-gap: 40px;
      -webkit-column-count: 2;
      -webkit-column-gap: 40px;
      column-count: 2;
      column-gap: 40px; } }

.single-product .panel {
  background-color: transparent;
  box-shadow: none;
  border: none; }

.single-product .content-body {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  color: #666666;
  font-size: 20px;
  line-height: 27px; }
  @media all and (min-width: 992px) {
    .single-product .content-body {
      padding: 0 270px; } }
  .single-product .content-body blockquote {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 10px;
    left: 13px;
    border-left: none; }
    .single-product .content-body blockquote p:before,
    .single-product .content-body blockquote span:before {
      margin-left: -15px;
      content: '"'; }
    .single-product .content-body blockquote p:after,
    .single-product .content-body blockquote span:after {
      content: '"'; }

.single-product .back-to {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .single-product .back-to {
      margin-top: -10px; } }
  .single-product .back-to a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }

.single-product .product-summary-separator {
  margin: 10px 0 20px 0; }

@media all and (min-width: 992px) {
  .up-sells .section-header, .woocommerce .cart-collaterals .cross-sells .section-header, .woocommerce-page .cart-collaterals .cross-sells .section-header, .cross-sells .section-header, .up-sells .section-header h2, .woocommerce .cart-collaterals .cross-sells .section-header h2, .woocommerce-page .cart-collaterals .cross-sells .section-header h2, .cross-sells .section-header h2 {
    padding-left: 0;
    padding-right: 0; } }

.up-sells .products, .woocommerce .cart-collaterals .cross-sells .products, .woocommerce-page .cart-collaterals .cross-sells .products, .cross-sells .products {
  margin-bottom: 60px; }
  .up-sells .products .image img, .cross-sells .products .image img {
    width: 100%; }
  @media all and (min-width: 992px) {
    .up-sells .products .image, .cross-sells .products .image {
      width: 203px;
      height: 143px;
      margin-right: 30px; }
      .up-sells .products .image img, .cross-sells .products .image img {
        width: 203px;
        height: 143px; } }
  .up-sells .products li, .woocommerce .cart-collaterals .cross-sells .products li, .woocommerce-page .cart-collaterals .cross-sells .products li, .cross-sells .products li {
    margin-bottom: 30px; }
    .up-sells .products li:not(:last-child), .cross-sells .products li:not(:last-child) {
      padding-bottom: 30px;
      border-bottom: 1px solid #CCCCCC; }
    @media all and (min-width: 992px) {
      .up-sells .products li, .woocommerce .cart-collaterals .cross-sells .products li, .woocommerce-page .cart-collaterals .cross-sells .products li, .cross-sells .products li {
        margin-bottom: 0; }
        .up-sells .products li:not(:last-child), .cross-sells .products li:not(:last-child) {
          padding-left: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .up-sells .products li:last-child, .cross-sells .products li:last-child {
          padding-right: 0;
          float: right; }
        .up-sells .products li .details, .cross-sells .products li .details {
          width: 41%; } }
    .up-sells .products li a, .woocommerce .cart-collaterals .cross-sells .products li a, .woocommerce-page .cart-collaterals .cross-sells .products li a, .cross-sells .products li a {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600; }
  .up-sells .products h3, .woocommerce .cart-collaterals .cross-sells .products h3, .woocommerce-page .cart-collaterals .cross-sells .products h3, .cross-sells .products h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 17px;
    text-align: left; }
    @media all and (min-width: 992px) {
      .up-sells .products h3, .woocommerce .cart-collaterals .cross-sells .products h3, .woocommerce-page .cart-collaterals .cross-sells .products h3, .cross-sells .products h3 {
        margin-top: 0; } }
  .up-sells .products .price, .cross-sells .products .price {
    color: #000;
    font-size: 19px;
    line-height: 22px; }
  .up-sells .products .add_to_cart_button, .cross-sells .products .add_to_cart_button {
    margin-top: 17px; }

.user-bought {
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  padding: 20px;
  background-color: #FFF;
  margin: 0 11px 30px; }
  @media all and (min-width: 992px) {
    .user-bought {
      margin: inherit; } }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations label {
    font-weight: normal;
    font-size: 16px; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 0; }

.woocommerce-message-wrapper {
  display: inline-block;
  background-color: #FDF7D8; }

.woocommerce-message div, .woocommerce-info div {
  max-width: 1370px;
  margin: 0 auto; }

.woocommerce-message:before, .woocommerce-info:before {
  content: "\f058";
  color: #040707; }

.woocommerce-error:before {
  content: "\f071"; }

.woocommerce > .cart-container:not(:first-child) {
  margin: 40px 0 0; }
  @media all and (min-width: 992px) {
    .woocommerce > .cart-container:not(:first-child) {
      margin: 60px 0 0; } }

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  background-color: #FDF7D8;
  color: #040707;
  border-top: none;
  text-align: center;
  padding: 80px 6px 30px !important;
  margin: 0 0 2px !important; }
  @media all and (min-width: 992px) {
    .woocommerce-message, .woocommerce-info, .woocommerce-error {
      text-align: left;
      padding: 30px 70px !important; } }
  @media all and (min-width: 992px) {
    .woocommerce-message.membership-message-wrapper:before, .woocommerce-info.membership-message-wrapper:before, .woocommerce-error.membership-message-wrapper:before {
      top: 28%; } }
  .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
    font-family: "FontAwesome" !important;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 30px;
    left: calc(50% - 8px); }
    @media all and (min-width: 992px) {
      .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
        display: flex;
        align-items: center;
        font-size: 24px;
        line-height: 24px;
        position: absolute;
        height: 10%;
        top: 45%;
        left: 35px; } }
  .woocommerce-message .head, .woocommerce-info .head, .woocommerce-error .head {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: inherit;
    color: #040707;
    margin-bottom: 20px; }
    @media all and (min-width: 992px) {
      .woocommerce-message .head, .woocommerce-info .head, .woocommerce-error .head {
        line-height: 22px; } }
  .woocommerce-message .body, .woocommerce-info .body, .woocommerce-error .body {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: inherit;
    color: #666666; }
    @media all and (min-width: 992px) {
      .woocommerce-message .body, .woocommerce-info .body, .woocommerce-error .body {
        line-height: 20px; } }
  .woocommerce-message .membership-message .body, .woocommerce-info .membership-message .body, .woocommerce-error .membership-message .body {
    margin-top: 0; }
  .woocommerce-message .membership-message .actions, .woocommerce-message.db-notice .actions, .woocommerce-message.general-notice .actions, .woocommerce-info .membership-message .actions, .woocommerce-info.db-notice .actions, .woocommerce-info.general-notice .actions, .woocommerce-error .membership-message .actions, .woocommerce-error.db-notice .actions, .woocommerce-error.general-notice .actions {
    margin-top: 30px; }
    .woocommerce-message .membership-message .actions .btn, .woocommerce-message .membership-message .actions .cta, .woocommerce-message .membership-message .actions
    .cta a,
    .cta .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message.db-notice .actions .btn, .woocommerce-message.db-notice .actions .cta, .woocommerce-message.db-notice .actions
    .cta a,
    .cta .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.general-notice .actions .btn, .woocommerce-message.general-notice .actions .cta, .woocommerce-message.general-notice .actions
    .cta a,
    .cta .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-info .membership-message .actions .btn, .woocommerce-info .membership-message .actions .cta, .woocommerce-info .membership-message .actions
    .cta a,
    .cta .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info.db-notice .actions .btn, .woocommerce-info.db-notice .actions .cta, .woocommerce-info.db-notice .actions
    .cta a,
    .cta .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.general-notice .actions .btn, .woocommerce-info.general-notice .actions .cta, .woocommerce-info.general-notice .actions
    .cta a,
    .cta .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-error .membership-message .actions .btn, .woocommerce-error .membership-message .actions .cta, .woocommerce-error .membership-message .actions
    .cta a,
    .cta .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error.db-notice .actions .btn, .woocommerce-error.db-notice .actions .cta, .woocommerce-error.db-notice .actions
    .cta a,
    .cta .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.general-notice .actions .btn, .woocommerce-error.general-notice .actions .cta, .woocommerce-error.general-notice .actions
    .cta a,
    .cta .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .woocommerce-error.general-notice .actions a {
      width: 100%; }
  @media all and (min-width: 992px) {
    .woocommerce-message .membership-message, .woocommerce-message.db-notice, .woocommerce-message.general-notice, .woocommerce-info .membership-message, .woocommerce-info.db-notice, .woocommerce-info.general-notice, .woocommerce-error .membership-message, .woocommerce-error.db-notice, .woocommerce-error.general-notice {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .woocommerce-message .membership-message .message, .woocommerce-message .membership-message .actions, .woocommerce-message.db-notice .message, .woocommerce-message.db-notice .actions, .woocommerce-message.general-notice .message, .woocommerce-message.general-notice .actions, .woocommerce-info .membership-message .message, .woocommerce-info .membership-message .actions, .woocommerce-info.db-notice .message, .woocommerce-info.db-notice .actions, .woocommerce-info.general-notice .message, .woocommerce-info.general-notice .actions, .woocommerce-error .membership-message .message, .woocommerce-error .membership-message .actions, .woocommerce-error.db-notice .message, .woocommerce-error.db-notice .actions, .woocommerce-error.general-notice .message, .woocommerce-error.general-notice .actions {
        margin: 0;
        padding: 0; }
      .woocommerce-message .membership-message .actions, .woocommerce-message.db-notice .actions, .woocommerce-message.general-notice .actions, .woocommerce-info .membership-message .actions, .woocommerce-info.db-notice .actions, .woocommerce-info.general-notice .actions, .woocommerce-error .membership-message .actions, .woocommerce-error.db-notice .actions, .woocommerce-error.general-notice .actions {
        margin-top: 0;
        text-align: right; }
        .woocommerce-message .membership-message .actions .btn, .woocommerce-message .membership-message .actions .cta, .woocommerce-message .membership-message .actions
        .cta a,
        .cta .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message .membership-message .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-message .membership-message .actions a, .woocommerce-message.db-notice .actions .btn, .woocommerce-message.db-notice .actions .cta, .woocommerce-message.db-notice .actions
        .cta a,
        .cta .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.db-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-message.db-notice .actions a, .woocommerce-message.general-notice .actions .btn, .woocommerce-message.general-notice .actions .cta, .woocommerce-message.general-notice .actions
        .cta a,
        .cta .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-message.general-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-message.general-notice .actions a, .woocommerce-info .membership-message .actions .btn, .woocommerce-info .membership-message .actions .cta, .woocommerce-info .membership-message .actions
        .cta a,
        .cta .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info .membership-message .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-info .membership-message .actions a, .woocommerce-info.db-notice .actions .btn, .woocommerce-info.db-notice .actions .cta, .woocommerce-info.db-notice .actions
        .cta a,
        .cta .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.db-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-info.db-notice .actions a, .woocommerce-info.general-notice .actions .btn, .woocommerce-info.general-notice .actions .cta, .woocommerce-info.general-notice .actions
        .cta a,
        .cta .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-info.general-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-info.general-notice .actions a, .woocommerce-error .membership-message .actions .btn, .woocommerce-error .membership-message .actions .cta, .woocommerce-error .membership-message .actions
        .cta a,
        .cta .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error .membership-message .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-error .membership-message .actions a, .woocommerce-error.db-notice .actions .btn, .woocommerce-error.db-notice .actions .cta, .woocommerce-error.db-notice .actions
        .cta a,
        .cta .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.db-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-error.db-notice .actions a, .woocommerce-error.general-notice .actions .btn, .woocommerce-error.general-notice .actions .cta, .woocommerce-error.general-notice .actions
        .cta a,
        .cta .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions .event .featured-webinar .view-more a, .event .featured-webinar .view-more .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .woocommerce-error.general-notice .actions a, .woocommerce-error.general-notice .actions
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .woocommerce-error.general-notice .actions a {
          width: auto; } }
  .woocommerce-message.db-notice:before, .woocommerce-message.general-notice:before, .woocommerce-info.db-notice:before, .woocommerce-info.general-notice:before, .woocommerce-error.db-notice:before, .woocommerce-error.general-notice:before {
    display: none; }
  .woocommerce-message.db-notice .head, .woocommerce-message.general-notice .head, .woocommerce-info.db-notice .head, .woocommerce-info.general-notice .head, .woocommerce-error.db-notice .head, .woocommerce-error.general-notice .head {
    margin-bottom: 10px; }
  .woocommerce-message.db-notice .body, .woocommerce-message.general-notice .body, .woocommerce-info.db-notice .body, .woocommerce-info.general-notice .body, .woocommerce-error.db-notice .body, .woocommerce-error.general-notice .body {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200; }
  .woocommerce-message.db-notice, .woocommerce-info.db-notice, .woocommerce-error.db-notice {
    margin: 0 !important;
    padding: 1.5em 0 !important; }
    @media all and (min-width: 992px) {
      .woocommerce-message.db-notice .message, .woocommerce-info.db-notice .message, .woocommerce-error.db-notice .message {
        padding-left: 0; }
      .woocommerce-message.db-notice .actions, .woocommerce-info.db-notice .actions, .woocommerce-error.db-notice .actions {
        padding-right: 0; } }
  .woocommerce-message.general-notice, .woocommerce-info.general-notice, .woocommerce-error.general-notice {
    padding: 40px 30px !important;
    margin-bottom: 20px !important;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    background-color: #FFF; }
  .woocommerce-message a.btn.inv, .woocommerce-message a.inv.cta, .woocommerce-message
  .cta a.inv,
  .cta .woocommerce-message a.inv, .woocommerce-message .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce-message a.inv, .woocommerce-message
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce-message a.inv, .woocommerce-message
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce-message a.inv, .woocommerce-message .hs-form.stacked .actions a.inv.cta, .hs-form.stacked .actions .woocommerce-message a.inv.cta, .woocommerce .woocommerce-message a.btn.inv, .woocommerce .woocommerce-message a.inv.cta, .woocommerce .woocommerce-message
  .cta a.inv,
  .cta .woocommerce .woocommerce-message a.inv, .woocommerce .woocommerce-message .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce .woocommerce-message a.inv, .woocommerce .woocommerce-message
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce .woocommerce-message a.inv, .woocommerce .woocommerce-message
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce .woocommerce-message a.inv, .woocommerce-info a.btn.inv, .woocommerce-info a.inv.cta, .woocommerce-info
  .cta a.inv,
  .cta .woocommerce-info a.inv, .woocommerce-info .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce-info a.inv, .woocommerce-info
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce-info a.inv, .woocommerce-info
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce-info a.inv, .woocommerce-info .hs-form.stacked .actions a.inv.cta, .hs-form.stacked .actions .woocommerce-info a.inv.cta, .woocommerce .woocommerce-info a.btn.inv, .woocommerce .woocommerce-info a.inv.cta, .woocommerce .woocommerce-info
  .cta a.inv,
  .cta .woocommerce .woocommerce-info a.inv, .woocommerce .woocommerce-info .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce .woocommerce-info a.inv, .woocommerce .woocommerce-info
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce .woocommerce-info a.inv, .woocommerce .woocommerce-info
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce .woocommerce-info a.inv, .woocommerce-error a.btn.inv, .woocommerce-error a.inv.cta, .woocommerce-error
  .cta a.inv,
  .cta .woocommerce-error a.inv, .woocommerce-error .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce-error a.inv, .woocommerce-error
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce-error a.inv, .woocommerce-error
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce-error a.inv, .woocommerce-error .hs-form.stacked .actions a.inv.cta, .hs-form.stacked .actions .woocommerce-error a.inv.cta, .woocommerce .woocommerce-error a.btn.inv, .woocommerce .woocommerce-error a.inv.cta, .woocommerce .woocommerce-error
  .cta a.inv,
  .cta .woocommerce .woocommerce-error a.inv, .woocommerce .woocommerce-error .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more .woocommerce .woocommerce-error a.inv, .woocommerce .woocommerce-error
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce .woocommerce-error a.inv, .woocommerce .woocommerce-error
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce .woocommerce-error a.inv {
    background-color: transparent !important; }

html {
  margin: 0 auto;
  overflow-x: hidden; }

#primary .row.page-title {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    #primary .row.page-title {
      margin-bottom: 0px; } }

#primary .row.header header, #primary .row.page-title header {
  max-width: 1370px;
  margin: 0 auto; }
  #primary .row.header header.page-title, #primary .row.page-title header.page-title {
    max-width: 1370px;
    margin: 0 auto; }
    #primary .row.header header.page-title sup, #primary .row.page-title header.page-title sup {
      top: .5em !important;
      vertical-align: top;
      font-size: 16px;
      font-weight: 200; }

.row .main-content {
  margin-top: 60px; }

@media (max-width: 991px) {
  .row .col-xs-12, .row .woocommerce-checkout .content-container, .woocommerce-checkout .row .content-container, .row .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .row .woocommerce-MyAccount-navigation, .row .woocommerce-account #wc-memberships-members-area, .woocommerce-account .row #wc-memberships-members-area {
    float: none; } }

#article-container,
.outer-container,
.homepage,
body.woocommerce > #page > #container {
  max-width: 1370px;
  margin: 0 auto; }

body {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: #666666;
  background: url("img/site-bground.svg") no-repeat;
  background-size: cover; }

.alignright {
  float: right;
  margin-left: 30px; }

.alignleft {
  float: left;
  margin-right: 30px; }

.divider {
  margin: 0;
  text-align: center; }
  .divider .mask {
    width: 100%;
    border-top: 1px solid #454545; }
  .divider span {
    display: block;
    width: 250px;
    text-align: center;
    margin: -10px auto; }

.wp-caption.aligncenter {
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0; }
  .wp-caption.aligncenter p {
    margin-top: 11px;
    color: #666666;
    font-size: 14px;
    text-align: left; }

/** Bootstrap affix plugin for "sticky" elements while scrolling */
.affix-top {
  position: relative; }

.affix {
  top: 20px; }

.affix-bottom {
  position: absolute; }

/* .modal-fullscreen */
.modal-fullscreen {
  background: transparent; }
  .modal-fullscreen.fade.in {
    background-color: rgba(34, 36, 36, 0.97) !important; }

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff; }

.modal-backdrop.modal-backdrop-fullscreen.in {
  background-color: rgba(34, 36, 36, 0.97) !important; }

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen {
  background-color: #222424;
  color: #000; }
  .modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
  .modal-fullscreen h2 {
    color: #FFF; }

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px; } }

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px; } }

@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px; } }

/**
 * login modal
 *
*/
.modal-header {
  border-bottom: none; }

/*
 * Tables
 */
table {
  border: none !important;
  color: #000; }
  table th {
    font-weight: bold !important; }

/*
* Woocommerce override
*/
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.btn,
.woocommerce a.cta,
.woocommerce
.cta a,
.cta
.woocommerce a,
.woocommerce .event .featured-webinar .view-more a, .event .featured-webinar .view-more
.woocommerce a,
.woocommerce
.webinar .featured-webinar .view-more a,
.webinar .featured-webinar .view-more
.woocommerce a,
.woocommerce
.whitepaper .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more
.woocommerce a,
.woocommerce .hs-form.stacked .actions a.cta, .hs-form.stacked .actions
.woocommerce a.cta,
.woocommerce a.cta,
.woocommerce .cta a,
.woocommerce .cta,
.woocommerce #review_form #submit,
.woocommerce button[type="submit"] {
  padding: 15px 30px;
  border-radius: 5px; }
  .woocommerce a.button.inv,
  .woocommerce button.button.inv,
  .woocommerce input.button.inv,
  .woocommerce a.btn.inv,
  .woocommerce a.inv.cta,
  .woocommerce
  .cta a.inv,
  .cta
  .woocommerce a.inv,
  .woocommerce .event .featured-webinar .view-more a.inv, .event .featured-webinar .view-more
  .woocommerce a.inv,
  .woocommerce
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more
  .woocommerce a.inv,
  .woocommerce
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more
  .woocommerce a.inv,
  .woocommerce .hs-form.stacked .actions a.inv.cta, .hs-form.stacked .actions
  .woocommerce a.inv.cta,
  .woocommerce a.cta.inv,
  .woocommerce .cta a.inv,
  .woocommerce .cta.inv,
  .woocommerce #review_form #submit.inv,
  .woocommerce button[type="submit"].inv {
    border: 2px solid #000; }

.woocommerce .woocommerce-checkout #payment div.payment_box input.input-text {
  font-size: 16px;
  color: #040707; }

.woocommerce .create-account p {
  margin-top: 10px;
  color: #666666; }

.woocommerce form h3 {
  font-size: 22px !important;
  color: #040707 !important;
  margin: 0px 0 30px 0 !important; }

.woocommerce form label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  color: #040707 !important;
  margin-bottom: 0 !important; }
  .woocommerce form label .required {
    color: #040707 !important; }

.woocommerce form .select2-container, .woocommerce form .select2-results .select2-result-label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  height: 45px; }

.woocommerce form .form-row {
  margin: 0 0 13px !important; }

@media all and (max-width: 1200px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100% !important; } }

.woocommerce .woocommerce-EditAccountForm legend {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  padding-top: 34px; }

.woocommerce .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 15px; }

.woocommerce input[type="text"], .woocommerce input[type="number"], .woocommerce input[type="password"], .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce select, .woocommerce .select2-drop-mask, .woocommerce .select2-with-searchbox {
  height: 45px !important;
  box-shadow: 0 0 1px 1px #DEDEDE !important;
  border-color: #DEDEDE !important; }

.woocommerce .input-text::-webkit-input-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #AEAEAE; }

.woocommerce .input-text:-moz-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #AEAEAE; }

.woocommerce .input-text::-moz-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #AEAEAE; }

.woocommerce .input-text:-ms-input-placeholder {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #AEAEAE; }

.woocommerce .woocommerce-shipping-fields {
  margin-top: 13px; }
  .woocommerce .woocommerce-shipping-fields h3#ship-to-different-address > span {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    margin-right: 10px; }

.woocommerce .acf-fields {
  margin-top: 20px; }
  .woocommerce .acf-fields > .acf-field {
    border: none;
    margin-bottom: 18px; }

.woocommerce .tile.color h1 {
  margin-top: 0; }

.woocommerce legend {
  border: none;
  color: #040707;
  margin-bottom: 7px; }

/*
 * Buttons
 */
a.button, .woocommerce a.button,
button.button, .woocommerce
button.button,
button.btn,
button.cta,
.hs-form.stacked .actions button.cta,
.woocommerce
button.btn,
.woocommerce button.cta,
.woocommerce .hs-form.stacked .actions button.cta,
.hs-form.stacked .actions .woocommerce button.cta,
input.button, .woocommerce
input.button,
a.btn,
a.cta,
.cta a,
.event .featured-webinar .view-more a,
.webinar .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more a,
.hs-form.stacked .actions a.cta,
.woocommerce
a.btn,
.woocommerce a.cta,
.woocommerce
.cta a,
.cta .woocommerce a,
.woocommerce .event .featured-webinar .view-more a,
.event .featured-webinar .view-more .woocommerce a,
.woocommerce
.webinar .featured-webinar .view-more a,
.webinar .featured-webinar .view-more .woocommerce a,
.woocommerce
.whitepaper .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more .woocommerce a,
.woocommerce .hs-form.stacked .actions a.cta,
.hs-form.stacked .actions .woocommerce a.cta,
a.call-to-action, .woocommerce
a.call-to-action,
a.cta, .woocommerce
a.cta,
#review_form #submit, .woocommerce
#review_form #submit {
  /* Rectangle 81: */
  background: #040707;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  height: 57px;
  padding: 15px 30px;
  color: #FFF;
  border: 2px solid transparent; }
  a.button:hover, .woocommerce a.button:hover,
  button.button:hover, .woocommerce
  button.button:hover,
  button.btn:hover,
  button.cta:hover,
  .hs-form.stacked .actions button.cta:hover,
  .woocommerce
  button.btn:hover,
  .woocommerce button.cta:hover,
  .woocommerce .hs-form.stacked .actions button.cta:hover,
  .hs-form.stacked .actions .woocommerce button.cta:hover,
  input.button:hover, .woocommerce
  input.button:hover,
  a.btn:hover,
  a.cta:hover,
  .cta a:hover,
  .event .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more a:hover,
  .hs-form.stacked .actions a.cta:hover,
  .woocommerce
  a.btn:hover,
  .woocommerce a.cta:hover,
  .woocommerce
  .cta a:hover,
  .cta .woocommerce a:hover,
  .woocommerce .event .featured-webinar .view-more a:hover,
  .event .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .webinar .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .whitepaper .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce .hs-form.stacked .actions a.cta:hover,
  .hs-form.stacked .actions .woocommerce a.cta:hover,
  a.call-to-action:hover, .woocommerce
  a.call-to-action:hover,
  a.cta:hover, .woocommerce
  a.cta:hover,
  #review_form #submit:hover, .woocommerce
  #review_form #submit:hover {
    background-color: rgba(4, 7, 7, 0.8);
    color: #FFF;
    text-decoration: underline; }
  a.button.inv, a.button.white, .woocommerce a.button.inv, .woocommerce a.button.white,
  button.button.inv,
  button.button.white, .woocommerce
  button.button.inv, .woocommerce
  button.button.white,
  button.btn.inv,
  button.inv.cta,
  .hs-form.stacked .actions button.inv.cta,
  button.btn.white,
  button.white.cta,
  .hs-form.stacked .actions button.white.cta,
  .woocommerce
  button.btn.inv,
  .woocommerce button.inv.cta,
  .woocommerce .hs-form.stacked .actions button.inv.cta,
  .hs-form.stacked .actions .woocommerce button.inv.cta,
  .woocommerce
  button.btn.white,
  .woocommerce button.white.cta,
  .woocommerce .hs-form.stacked .actions button.white.cta,
  .hs-form.stacked .actions .woocommerce button.white.cta,
  input.button.inv,
  input.button.white, .woocommerce
  input.button.inv, .woocommerce
  input.button.white,
  a.btn.inv,
  a.inv.cta,
  .cta a.inv,
  .event .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more a.inv,
  .hs-form.stacked .actions a.inv.cta,
  a.btn.white,
  a.white.cta,
  .cta a.white,
  .event .featured-webinar .view-more a.white,
  .webinar .featured-webinar .view-more a.white,
  .whitepaper .featured-webinar .view-more a.white,
  .hs-form.stacked .actions a.white.cta,
  .woocommerce
  a.btn.inv,
  .woocommerce a.inv.cta,
  .woocommerce
  .cta a.inv,
  .cta .woocommerce a.inv,
  .woocommerce .event .featured-webinar .view-more a.inv,
  .event .featured-webinar .view-more .woocommerce a.inv,
  .woocommerce
  .webinar .featured-webinar .view-more a.inv,
  .webinar .featured-webinar .view-more .woocommerce a.inv,
  .woocommerce
  .whitepaper .featured-webinar .view-more a.inv,
  .whitepaper .featured-webinar .view-more .woocommerce a.inv,
  .woocommerce .hs-form.stacked .actions a.inv.cta,
  .hs-form.stacked .actions .woocommerce a.inv.cta,
  .woocommerce
  a.btn.white,
  .woocommerce a.white.cta,
  .woocommerce
  .cta a.white,
  .cta .woocommerce a.white,
  .woocommerce .event .featured-webinar .view-more a.white,
  .event .featured-webinar .view-more .woocommerce a.white,
  .woocommerce
  .webinar .featured-webinar .view-more a.white,
  .webinar .featured-webinar .view-more .woocommerce a.white,
  .woocommerce
  .whitepaper .featured-webinar .view-more a.white,
  .whitepaper .featured-webinar .view-more .woocommerce a.white,
  .woocommerce .hs-form.stacked .actions a.white.cta,
  .hs-form.stacked .actions .woocommerce a.white.cta,
  a.call-to-action.inv,
  a.call-to-action.white, .woocommerce
  a.call-to-action.inv, .woocommerce
  a.call-to-action.white,
  a.cta.inv,
  a.cta.white, .woocommerce
  a.cta.inv, .woocommerce
  a.cta.white,
  #review_form #submit.inv,
  #review_form #submit.white, .woocommerce
  #review_form #submit.inv, .woocommerce
  #review_form #submit.white {
    border: 2px solid #040707;
    border-radius: 5px;
    font-size: 18px;
    color: #040707;
    letter-spacing: 0;
    background-color: #FFF !important; }
    a.button.inv:hover, a.button.white:hover, .woocommerce a.button.inv:hover, .woocommerce a.button.white:hover,
    button.button.inv:hover,
    button.button.white:hover, .woocommerce
    button.button.inv:hover, .woocommerce
    button.button.white:hover,
    button.btn.inv:hover,
    button.inv.cta:hover,
    .hs-form.stacked .actions button.inv.cta:hover,
    button.btn.white:hover,
    button.white.cta:hover,
    .hs-form.stacked .actions button.white.cta:hover,
    .woocommerce
    button.btn.inv:hover,
    .woocommerce button.inv.cta:hover,
    .woocommerce
    button.btn.white:hover,
    .woocommerce button.white.cta:hover,
    input.button.inv:hover,
    input.button.white:hover, .woocommerce
    input.button.inv:hover, .woocommerce
    input.button.white:hover,
    a.btn.inv:hover,
    a.inv.cta:hover,
    .cta a.inv:hover,
    .event .featured-webinar .view-more a.inv:hover,
    .webinar .featured-webinar .view-more a.inv:hover,
    .whitepaper .featured-webinar .view-more a.inv:hover,
    .hs-form.stacked .actions a.inv.cta:hover,
    a.btn.white:hover,
    a.white.cta:hover,
    .cta a.white:hover,
    .event .featured-webinar .view-more a.white:hover,
    .webinar .featured-webinar .view-more a.white:hover,
    .whitepaper .featured-webinar .view-more a.white:hover,
    .hs-form.stacked .actions a.white.cta:hover,
    .woocommerce
    a.btn.inv:hover,
    .woocommerce a.inv.cta:hover,
    .woocommerce
    .cta a.inv:hover,
    .cta .woocommerce a.inv:hover,
    .woocommerce .event .featured-webinar .view-more a.inv:hover,
    .event .featured-webinar .view-more .woocommerce a.inv:hover,
    .woocommerce
    .webinar .featured-webinar .view-more a.inv:hover,
    .webinar .featured-webinar .view-more .woocommerce a.inv:hover,
    .woocommerce
    .whitepaper .featured-webinar .view-more a.inv:hover,
    .whitepaper .featured-webinar .view-more .woocommerce a.inv:hover,
    .woocommerce
    a.btn.white:hover,
    .woocommerce a.white.cta:hover,
    .woocommerce
    .cta a.white:hover,
    .cta .woocommerce a.white:hover,
    .woocommerce .event .featured-webinar .view-more a.white:hover,
    .event .featured-webinar .view-more .woocommerce a.white:hover,
    .woocommerce
    .webinar .featured-webinar .view-more a.white:hover,
    .webinar .featured-webinar .view-more .woocommerce a.white:hover,
    .woocommerce
    .whitepaper .featured-webinar .view-more a.white:hover,
    .whitepaper .featured-webinar .view-more .woocommerce a.white:hover,
    a.call-to-action.inv:hover,
    a.call-to-action.white:hover, .woocommerce
    a.call-to-action.inv:hover, .woocommerce
    a.call-to-action.white:hover,
    a.cta.inv:hover,
    a.cta.white:hover, .woocommerce
    a.cta.inv:hover, .woocommerce
    a.cta.white:hover,
    #review_form #submit.inv:hover,
    #review_form #submit.white:hover, .woocommerce
    #review_form #submit.inv:hover, .woocommerce
    #review_form #submit.white:hover {
      background-color: rgba(0, 0, 0, 0.3);
      color: #000;
      text-decoration: underline; }
  a.button.tout-transparent, .woocommerce a.button.tout-transparent,
  button.button.tout-transparent, .woocommerce
  button.button.tout-transparent,
  button.btn.tout-transparent,
  button.tout-transparent.cta,
  .hs-form.stacked .actions button.tout-transparent.cta,
  .woocommerce
  button.btn.tout-transparent,
  .woocommerce button.tout-transparent.cta,
  .woocommerce .hs-form.stacked .actions button.tout-transparent.cta,
  .hs-form.stacked .actions .woocommerce button.tout-transparent.cta,
  input.button.tout-transparent, .woocommerce
  input.button.tout-transparent,
  a.btn.tout-transparent,
  a.tout-transparent.cta,
  .cta a.tout-transparent,
  .event .featured-webinar .view-more a.tout-transparent,
  .webinar .featured-webinar .view-more a.tout-transparent,
  .whitepaper .featured-webinar .view-more a.tout-transparent,
  .hs-form.stacked .actions a.tout-transparent.cta,
  .woocommerce
  a.btn.tout-transparent,
  .woocommerce a.tout-transparent.cta,
  .woocommerce
  .cta a.tout-transparent,
  .cta .woocommerce a.tout-transparent,
  .woocommerce .event .featured-webinar .view-more a.tout-transparent,
  .event .featured-webinar .view-more .woocommerce a.tout-transparent,
  .woocommerce
  .webinar .featured-webinar .view-more a.tout-transparent,
  .webinar .featured-webinar .view-more .woocommerce a.tout-transparent,
  .woocommerce
  .whitepaper .featured-webinar .view-more a.tout-transparent,
  .whitepaper .featured-webinar .view-more .woocommerce a.tout-transparent,
  .woocommerce .hs-form.stacked .actions a.tout-transparent.cta,
  .hs-form.stacked .actions .woocommerce a.tout-transparent.cta,
  a.call-to-action.tout-transparent, .woocommerce
  a.call-to-action.tout-transparent,
  a.cta.tout-transparent, .woocommerce
  a.cta.tout-transparent,
  #review_form #submit.tout-transparent, .woocommerce
  #review_form #submit.tout-transparent {
    border: 2px solid #FFF;
    border-radius: 5px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0;
    background-color: transparent; }
    a.button.tout-transparent:hover, .woocommerce a.button.tout-transparent:hover,
    button.button.tout-transparent:hover, .woocommerce
    button.button.tout-transparent:hover,
    button.btn.tout-transparent:hover,
    button.tout-transparent.cta:hover,
    .hs-form.stacked .actions button.tout-transparent.cta:hover,
    .woocommerce
    button.btn.tout-transparent:hover,
    .woocommerce button.tout-transparent.cta:hover,
    input.button.tout-transparent:hover, .woocommerce
    input.button.tout-transparent:hover,
    a.btn.tout-transparent:hover,
    a.tout-transparent.cta:hover,
    .cta a.tout-transparent:hover,
    .event .featured-webinar .view-more a.tout-transparent:hover,
    .webinar .featured-webinar .view-more a.tout-transparent:hover,
    .whitepaper .featured-webinar .view-more a.tout-transparent:hover,
    .hs-form.stacked .actions a.tout-transparent.cta:hover,
    .woocommerce
    a.btn.tout-transparent:hover,
    .woocommerce a.tout-transparent.cta:hover,
    .woocommerce
    .cta a.tout-transparent:hover,
    .cta .woocommerce a.tout-transparent:hover,
    .woocommerce .event .featured-webinar .view-more a.tout-transparent:hover,
    .event .featured-webinar .view-more .woocommerce a.tout-transparent:hover,
    .woocommerce
    .webinar .featured-webinar .view-more a.tout-transparent:hover,
    .webinar .featured-webinar .view-more .woocommerce a.tout-transparent:hover,
    .woocommerce
    .whitepaper .featured-webinar .view-more a.tout-transparent:hover,
    .whitepaper .featured-webinar .view-more .woocommerce a.tout-transparent:hover,
    a.call-to-action.tout-transparent:hover, .woocommerce
    a.call-to-action.tout-transparent:hover,
    a.cta.tout-transparent:hover, .woocommerce
    a.cta.tout-transparent:hover,
    #review_form #submit.tout-transparent:hover, .woocommerce
    #review_form #submit.tout-transparent:hover {
      background-color: rgba(0, 0, 0, 0.3);
      color: #FFF;
      text-decoration: underline; }
  a.button:hover, .woocommerce a.button:hover,
  button.button:hover, .woocommerce
  button.button:hover,
  button.btn:hover,
  button.cta:hover,
  .hs-form.stacked .actions button.cta:hover,
  .woocommerce
  button.btn:hover,
  .woocommerce button.cta:hover,
  .woocommerce .hs-form.stacked .actions button.cta:hover,
  .hs-form.stacked .actions .woocommerce button.cta:hover,
  input.button:hover, .woocommerce
  input.button:hover,
  a.btn:hover,
  a.cta:hover,
  .cta a:hover,
  .event .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more a:hover,
  .hs-form.stacked .actions a.cta:hover,
  .woocommerce
  a.btn:hover,
  .woocommerce a.cta:hover,
  .woocommerce
  .cta a:hover,
  .cta .woocommerce a:hover,
  .woocommerce .event .featured-webinar .view-more a:hover,
  .event .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .webinar .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .whitepaper .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce .hs-form.stacked .actions a.cta:hover,
  .hs-form.stacked .actions .woocommerce a.cta:hover,
  a.call-to-action:hover, .woocommerce
  a.call-to-action:hover,
  a.cta:hover, .woocommerce
  a.cta:hover,
  #review_form #submit:hover, .woocommerce
  #review_form #submit:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: underline; }
  a.button.outline, .woocommerce a.button.outline,
  button.button.outline, .woocommerce
  button.button.outline,
  button.btn.outline,
  button.outline.cta,
  .hs-form.stacked .actions button.outline.cta,
  .woocommerce
  button.btn.outline,
  .woocommerce button.outline.cta,
  .woocommerce .hs-form.stacked .actions button.outline.cta,
  .hs-form.stacked .actions .woocommerce button.outline.cta,
  input.button.outline, .woocommerce
  input.button.outline,
  a.btn.outline,
  a.outline.cta,
  .cta a.outline,
  .event .featured-webinar .view-more a.outline,
  .webinar .featured-webinar .view-more a.outline,
  .whitepaper .featured-webinar .view-more a.outline,
  .hs-form.stacked .actions a.outline.cta,
  .woocommerce
  a.btn.outline,
  .woocommerce a.outline.cta,
  .woocommerce
  .cta a.outline,
  .cta .woocommerce a.outline,
  .woocommerce .event .featured-webinar .view-more a.outline,
  .event .featured-webinar .view-more .woocommerce a.outline,
  .woocommerce
  .webinar .featured-webinar .view-more a.outline,
  .webinar .featured-webinar .view-more .woocommerce a.outline,
  .woocommerce
  .whitepaper .featured-webinar .view-more a.outline,
  .whitepaper .featured-webinar .view-more .woocommerce a.outline,
  .woocommerce .hs-form.stacked .actions a.outline.cta,
  .hs-form.stacked .actions .woocommerce a.outline.cta,
  a.call-to-action.outline, .woocommerce
  a.call-to-action.outline,
  a.cta.outline, .woocommerce
  a.cta.outline,
  #review_form #submit.outline, .woocommerce
  #review_form #submit.outline {
    border: 2px solid #040707;
    border-radius: 5px;
    font-size: 18px;
    color: #040707;
    letter-spacing: 0;
    background-color: transparent !important; }
    a.button.outline:hover, .woocommerce a.button.outline:hover,
    button.button.outline:hover, .woocommerce
    button.button.outline:hover,
    button.btn.outline:hover,
    button.outline.cta:hover,
    .hs-form.stacked .actions button.outline.cta:hover,
    .woocommerce
    button.btn.outline:hover,
    .woocommerce button.outline.cta:hover,
    input.button.outline:hover, .woocommerce
    input.button.outline:hover,
    a.btn.outline:hover,
    a.outline.cta:hover,
    .cta a.outline:hover,
    .event .featured-webinar .view-more a.outline:hover,
    .webinar .featured-webinar .view-more a.outline:hover,
    .whitepaper .featured-webinar .view-more a.outline:hover,
    .hs-form.stacked .actions a.outline.cta:hover,
    .woocommerce
    a.btn.outline:hover,
    .woocommerce a.outline.cta:hover,
    .woocommerce
    .cta a.outline:hover,
    .cta .woocommerce a.outline:hover,
    .woocommerce .event .featured-webinar .view-more a.outline:hover,
    .event .featured-webinar .view-more .woocommerce a.outline:hover,
    .woocommerce
    .webinar .featured-webinar .view-more a.outline:hover,
    .webinar .featured-webinar .view-more .woocommerce a.outline:hover,
    .woocommerce
    .whitepaper .featured-webinar .view-more a.outline:hover,
    .whitepaper .featured-webinar .view-more .woocommerce a.outline:hover,
    a.call-to-action.outline:hover, .woocommerce
    a.call-to-action.outline:hover,
    a.cta.outline:hover, .woocommerce
    a.cta.outline:hover,
    #review_form #submit.outline:hover, .woocommerce
    #review_form #submit.outline:hover {
      background-color: rgba(0, 0, 0, 0.3) !important;
      color: #000; }
  a.button:hover, .woocommerce a.button:hover,
  button.button:hover, .woocommerce
  button.button:hover,
  button.btn:hover,
  button.cta:hover,
  .hs-form.stacked .actions button.cta:hover,
  .woocommerce
  button.btn:hover,
  .woocommerce button.cta:hover,
  .woocommerce .hs-form.stacked .actions button.cta:hover,
  .hs-form.stacked .actions .woocommerce button.cta:hover,
  input.button:hover, .woocommerce
  input.button:hover,
  a.btn:hover,
  a.cta:hover,
  .cta a:hover,
  .event .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more a:hover,
  .hs-form.stacked .actions a.cta:hover,
  .woocommerce
  a.btn:hover,
  .woocommerce a.cta:hover,
  .woocommerce
  .cta a:hover,
  .cta .woocommerce a:hover,
  .woocommerce .event .featured-webinar .view-more a:hover,
  .event .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .webinar .featured-webinar .view-more a:hover,
  .webinar .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce
  .whitepaper .featured-webinar .view-more a:hover,
  .whitepaper .featured-webinar .view-more .woocommerce a:hover,
  .woocommerce .hs-form.stacked .actions a.cta:hover,
  .hs-form.stacked .actions .woocommerce a.cta:hover,
  a.call-to-action:hover, .woocommerce
  a.call-to-action:hover,
  a.cta:hover, .woocommerce
  a.cta:hover,
  #review_form #submit:hover, .woocommerce
  #review_form #submit:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: underline; }

.feature-overlay a.call-to-action.white {
  border: none; }

.hs-form .hs-button {
  background-color: #000 !important;
  background-image: none !important;
  text-shadow: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 15px !important; }

form {
  border: none;
  padding: 0;
  margin: 20px auto; }
  form h2 {
    text-align: center; }
  form h3 {
    font-size: 22px; }
  form label, form .acf-field .acf-label label {
    font-size: 16px; }
  form ::-webkit-input-placeholder {
    color: #434343; }
  form :-moz-placeholder {
    /* Firefox 18- */
    color: #434343; }
  form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #434343; }
  form :-ms-input-placeholder {
    color: #434343; }
  form input[type="text"], form input[type="number"], form input[type="password"], form input[type="email"], form input[type="tel"], form select {
    border-radius: 5px;
    padding: 10px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    outline: none;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #CCCCCC; }
    form input[type="text"]:-webkit-autofill, form input[type="number"]:-webkit-autofill, form input[type="password"]:-webkit-autofill, form input[type="email"]:-webkit-autofill, form input[type="tel"]:-webkit-autofill, form select:-webkit-autofill {
      transition: all 5000s ease-in-out 0s; }
  form input[type="submit"] {
    width: 100%; }
    @media all and (min-width: 992px) {
      form input[type="submit"] {
        width: auto; } }

.close {
  color: #FFF;
  text-shadow: none;
  opacity: 1; }

.register-link {
  text-align: center;
  color: #FFF; }
  .register-link a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400; }

#login-fullscreen .modal-header {
  margin-top: 20px; }
  #login-fullscreen .modal-header .close {
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
    text-align: right;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    color: #959595;
    font-size: 20px;
    background-image: url("img/icons/menu-icons.svg") !important;
    background-size: 140px 22px;
    height: 20px;
    width: 20px; }
    @media all and (min-width: 992px) {
      #login-fullscreen .modal-header .close {
        right: 60px; } }
    #login-fullscreen .modal-header .close:after {
      position: relative;
      left: 30px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      color: #FFF; }
      @media all and (min-width: 992px) {
        #login-fullscreen .modal-header .close:after {
          content: 'Close'; } }
    #login-fullscreen .modal-header .close .icon {
      background-position: 280px 22px;
      width: 18px; }
  #login-fullscreen .modal-header .close:hover {
    color: #959595; }

.article-single .login-form, .login-form {
  font-size: 18px;
  text-align: center; }
  .article-single .login-form form.login, .login-form form.login {
    border: none !important;
    margin-top: 10px;
    margin-bottom: 0px; }
    @media all and (max-width: 991px) {
      .article-single .login-form form.login, .login-form form.login {
        padding-bottom: 0; } }
  .article-single .login-form a, .login-form a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400; }
  .article-single .login-form h2, .login-form h2 {
    color: #000;
    text-align: center !important;
    font-size: 30px;
    margin-top: 7px;
    margin-bottom: 0; }
    @media all and (min-width: 992px) {
      .article-single .login-form h2, .login-form h2 {
        font-size: 40px; } }
  .article-single .login-form input[type="submit"], .login-form input[type="submit"] {
    width: 100%;
    display: inline-block;
    margin-bottom: 6px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 4px;
    background-color: #000;
    color: #FFF;
    margin-top: 10px; }
  .article-single .login-form input.button:hover, .login-form input.button:hover {
    background-color: #B0B0B0 !important; }
  .article-single .login-form form, .login-form form {
    max-width: 410px; }
    .article-single .login-form form ::-webkit-input-placeholder, .login-form form ::-webkit-input-placeholder {
      color: #A3A3A3;
      font-size: 18px; }
    .article-single .login-form form :-moz-placeholder, .login-form form :-moz-placeholder {
      /* Firefox 18- */
      color: #A3A3A3;
      font-size: 18px; }
    .article-single .login-form form ::-moz-placeholder, .login-form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #A3A3A3;
      font-size: 18px; }
    .article-single .login-form form :-ms-input-placeholder, .login-form form :-ms-input-placeholder {
      color: #A3A3A3;
      font-size: 18px; }
  .article-single .login-form .lost_password a, .article-single .login-form + .register-link a a, .article-single .login-form + a, .login-form .lost_password a, .login-form + .register-link a a, .login-form + a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #4E99C9; }
  .article-single .login-form .lost_password, .login-form .lost_password {
    text-align: center; }
  .article-single .login-form + .register-link, .login-form + .register-link {
    margin-top: 7px;
    font-size: 20px;
    color: #666666; }
    @media all and (max-width: 991px) {
      .article-single .login-form + .register-link, .login-form + .register-link {
        margin-bottom: 22px; } }

.login-form input[type="submit"] {
  background-color: #FFF;
  color: #000; }

.login-form .lost_password a {
  color: #FFF; }

.login-form + .register-link a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #4E99C9; }

.modal-content .login-form form.login {
  border: none !important;
  margin-top: 36px; }

.modal-content .login-form h2 {
  color: #FFF; }

.modal-content .login-form input[type="submit"] {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
  margin-top: 22px; }

.modal-content .login-form input[type="text"], .modal-content .login-form input[type="number"], .modal-content .login-form input[type="password"], .modal-content .login-form input[type="email"], .modal-content .login-form input[type="tel"], .modal-content .login-form select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  color: #959595;
  font-size: 26px;
  padding: 0; }
  .modal-content .login-form input[type="text"]:focus, .modal-content .login-form input[type="number"]:focus, .modal-content .login-form input[type="password"]:focus, .modal-content .login-form input[type="email"]:focus, .modal-content .login-form input[type="tel"]:focus, .modal-content .login-form select:focus {
    color: #FFF; }

.modal-content .login-form form {
  max-width: 410px; }
  .modal-content .login-form form ::-webkit-input-placeholder {
    color: #959595;
    font-size: 26px; }
  .modal-content .login-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-size: 26px; }
  .modal-content .login-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 26px; }
  .modal-content .login-form form :-ms-input-placeholder {
    color: #959595;
    font-size: 26px; }

.modal-content .login-form + .register-link {
  margin-top: 20px;
  font-size: 20px;
  color: #959595; }
  .modal-content .login-form + .register-link a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFF; }

.facets ul {
  margin-left: -38px; }
  .facets ul li {
    list-style: none; }

.add-gradient-bottom {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 40px; }

.media-grid li {
  margin-bottom: 22px; }

.media-grid img {
  width: 100%;
  height: auto; }
  @media (min-width: 1200px) {
    .media-grid img {
      width: 298px;
      height: 167px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quote {
  padding-left: 12px;
  padding-right: 10px;
  color: #040707;
  font-size: 35px;
  left: 13px; }
  @media all and (min-width: 992px) {
    .quote {
      font-size: 40px; } }
  .quote span:before {
    margin-left: -15px;
    content: '"'; }
  .quote span:after {
    content: '"'; }

.feature .quote {
  padding-left: 0;
  padding-right: 0;
  left: 0; }
  .feature .quote span:before {
    margin-left: 0;
    content: ''; }
  .feature .quote span:after {
    content: ''; }

.view-more {
  font-size: 18px; }
  .view-more a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600; }
  .view-more .icon-arrow-right {
    font-size: 9px;
    color: #4E99C9; }

.references {
  margin: 70px 0 36px 0; }
  .references .quote, .references .person-title, .references .cta {
    margin-bottom: 22px; }
  @media (min-width: 1200px) {
    .references .quote {
      padding-left: 0; } }
  .references .person {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    color: #040707;
    font-size: 20px; }
  .references .person-title {
    font-size: 14px; }
  .references .feature-separator {
    margin: 30px 0 30px 0; }
  .references a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400; }
  .references .reference .company-logo {
    margin-bottom: 0; }
    .references .reference .company-logo img {
      height: auto;
      width: auto; }
      .references .reference .company-logo img.logo {
        height: auto;
        width: auto;
        position: relative;
        background: transparent;
        margin-left: 18px; }

.hs-form input[type="submit"] {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600; }

.hs-form label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  color: #040707;
  margin-bottom: 8px; }
  .hs-form label .required {
    color: #040707; }

.hs-form .input {
  margin-bottom: 23px; }

.hs-form .hs-input {
  box-sizing: inherit !important;
  height: 45px; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], select {
  border-radius: 5px;
  padding: 10px;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  outline: none;
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #CCCCCC; }
  input[type="text"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, select:-webkit-autofill {
    transition: all 5000s ease-in-out 0s; }

.back-to-top {
  display: none;
  -moz-box-shadow: 0 0 4px 1px #aaa;
  -webkit-box-shadow: 0 0 4px 1px #aaa;
  box-shadow: 0 0 4px 1px #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 20px;
  position: fixed;
  right: 17px;
  bottom: 40px;
  cursor: pointer;
  background-image: url("img/icons/arrow-up.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px 23px;
  width: 57px;
  height: 57px;
  z-index: 10; }

.promotional-tout .logo, .grid-item .logo, .teaser .logo {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 15px;
  background-color: #FFF;
  width: 119px;
  height: auto;
  z-index: 2; }
  @media all and (min-width: 992px) {
    .promotional-tout .logo, .grid-item .logo, .teaser .logo {
      right: 40px;
      padding: 20px;
      width: 170px;
      height: auto; } }
  .promotional-tout .logo img, .grid-item .logo img, .teaser .logo img {
    width: 89px;
    height: auto;
    max-height: 80px; }
    @media all and (min-width: 992px) {
      .promotional-tout .logo img, .grid-item .logo img, .teaser .logo img {
        width: 130px;
        height: auto; } }

.shortcode-ui-blockquote {
  color: #040707;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 40px;
  margin-top: 39px;
  left: 13px; }
  @media all and (min-width: 992px) {
    .shortcode-ui-blockquote {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 48px; } }
  .shortcode-ui-blockquote .logo {
    margin-left: 19px;
    position: relative;
    background: transparent;
    right: 18px;
    width: auto;
    height: auto;
    padding: 0 15px 15px; }
    .shortcode-ui-blockquote .logo img {
      width: auto;
      height: auto; }
  .shortcode-ui-blockquote .quote {
    color: #040707; }
    .shortcode-ui-blockquote .quote:before {
      margin-left: -15px;
      content: '"'; }
    .shortcode-ui-blockquote .quote:after {
      content: '"'; }
  .shortcode-ui-blockquote .name {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    margin-top: 25px;
    margin-left: 10px; }
  .shortcode-ui-blockquote .company {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 10px;
    margin-left: 10px; }

.social.twitter.shortcode-quote {
  top: -20px;
  position: relative;
  margin: 0 0 15px 10px;
  display: block; }
  @media (min-width: 1200px) {
    .social.twitter.shortcode-quote {
      margin-bottom: 25px;
      margin-left: 20px; } }
  .social.twitter.shortcode-quote .icon {
    font-size: 30px;
    color: #000;
    bottom: -3px;
    margin-right: 10px; }
    .social.twitter.shortcode-quote .icon:hover {
      text-decoration: none; }
  .social.twitter.shortcode-quote a.twitter-text {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }

span.pipe {
  color: #c2c2c2; }

.ad.external .ad-placeholder iframe {
  display: block;
  margin: 0 auto; }

.ad.external.ajax {
  display: block; }

.left-rail:not(.affix) {
  position: relative; }
  @media all and (min-width: 1200px) {
    .left-rail:not(.affix) {
      position: absolute; } }

.social.mobile-only.affix, .social.mobile-only.affix-bottom {
  z-index: 9;
  width: 100%;
  top: 0; }

.term-description {
  margin-bottom: 30px;
  font-size: 20px; }
  @media all and (min-width: 992px) {
    .term-description {
      padding: 0; } }
  .term-description .label {
    font-family: "Cambria-Bold";
    font-style: normal;
    font-weight: 400;
    color: #000; }
    .term-description .label + p {
      display: inline; }

.news-analysis .teaser h1 {
  font-size: 40px; }

.news-analysis .teaser.gated i {
  height: 30px;
  width: 30px; }

.news-analysis .y-margin-15 {
  margin-top: 40px;
  margin-bottom: 40px; }

.teaser .headshot {
  margin-right: 10px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 905px;
  max-height: 650px; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background-image: url("img/icons/menu-icons.svg") !important;
  background-size: 140px 22px;
  position: fixed;
  height: 20px;
  width: 20px;
  top: 30px;
  right: 85px;
  cursor: pointer;
  z-index: 8040; }
  @media all and (min-width: 992px) {
    .fancybox-close {
      top: 60px;
      right: 120px; } }
  .fancybox-close:after {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    content: 'Close';
    position: absolute;
    left: 25px;
    top: -1px;
    font-size: 18px; }

.fancybox-nav {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20%;
  height: 70%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(34, 36, 36, 0.98); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that don't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

a.fancybox-media span.glyphicon, a.fancybox-media .module.grid2 .view-more span.icon, .module.grid2 .view-more a.fancybox-media span.icon, a.fancybox-media .module.grid2 .view-more.mobile-only .cta.link span.icon, .module.grid2 .view-more.mobile-only .cta.link a.fancybox-media span.icon {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 50px;
  color: #FFF;
  margin-top: -10px; }

.global-disclaimer {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-style: italic;
  font-size: 14px;
  color: #666666; }
  .global-disclaimer p {
    margin: 0; }
  .global-disclaimer .text {
    margin: 25px 0; }

/**
  * Woo form selects
  *
  */
.select2-container .select2-choice, .select2-results .select2-result-label {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  height: 45px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  margin-left: 4px;
  margin-top: 3px; }

.view-more {
  display: inline-block;
  margin-bottom: 30px; }
  .view-more.cta-text a {
    border: 2px solid #FFF;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 30px;
    height: 57px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-right: 30px; }
    .view-more.cta-text a:hover {
      background-color: rgba(0, 0, 0, 0.3);
      color: #FFF;
      text-decoration: underline; }
  .view-more.details-text {
    margin-top: 20px; }
    .view-more.details-text a:hover {
      text-decoration: underline; }
    .single-webinar .view-more.details-text {
      border: none;
      padding: 0;
      height: auto;
      text-align: left;
      margin-right: auto; }
      .single-webinar .view-more.details-text:hover {
        text-decoration: underline; }
  .view-more .icon-arrow-right {
    display: none; }

.grid2 .view-more {
  display: inline-block;
  float: none; }
  .grid2 .view-more.cta-text a {
    border: none;
    display: inline;
    padding: 0;
    margin: 0; }
  .grid2 .view-more.cta-text a > span {
    margin-left: 5px; }
  .grid2 .view-more .icon-arrow-right {
    visibility: visible; }

.related-content .icon-arrow-right {
  visibility: visible; }

.newsletter-callout.teaser.tile.color,
.product-component.teaser.tile.color,
.product.teaser.tile.color {
  padding: 36px 20px 0 28px; }
  @media all and (min-width: 1200px) {
    .newsletter-callout.teaser.tile.color,
    .product-component.teaser.tile.color,
    .product.teaser.tile.color {
      height: 360px; } }
  @media (max-width: 991px) {
    .newsletter-callout.teaser.tile.color .fields .thumb-image,
    .product-component.teaser.tile.color .fields .thumb-image,
    .product.teaser.tile.color .fields .thumb-image {
      padding-left: 0px;
      padding-right: 0px; } }
  .newsletter-callout.teaser.tile.color .fields .content-fields,
  .product-component.teaser.tile.color .fields .content-fields,
  .product.teaser.tile.color .fields .content-fields {
    padding-left: 16px; }
    @media (max-width: 991px) {
      .newsletter-callout.teaser.tile.color .fields .content-fields,
      .product-component.teaser.tile.color .fields .content-fields,
      .product.teaser.tile.color .fields .content-fields {
        padding-left: 0; } }
  .newsletter-callout.teaser.tile.color .fields .thumb,
  .newsletter-callout.teaser.tile.color .fields .charts-thumb,
  .product-component.teaser.tile.color .fields .thumb,
  .product-component.teaser.tile.color .fields .charts-thumb,
  .product.teaser.tile.color .fields .thumb,
  .product.teaser.tile.color .fields .charts-thumb {
    margin: 4px 0 23px 0; }
  .newsletter-callout.teaser.tile.color .fields .excerpt,
  .product-component.teaser.tile.color .fields .excerpt,
  .product.teaser.tile.color .fields .excerpt {
    margin-bottom: 13px;
    height: auto; }
  .newsletter-callout.teaser.tile.color .fields .social-links,
  .product-component.teaser.tile.color .fields .social-links,
  .product.teaser.tile.color .fields .social-links {
    margin: 14px 0 13px; }
  .newsletter-callout.teaser.tile.color .fields .view-more,
  .product-component.teaser.tile.color .fields .view-more,
  .product.teaser.tile.color .fields .view-more {
    margin-bottom: 27px;
    display: block; }
    @media all and (min-width: 1200px) {
      .newsletter-callout.teaser.tile.color .fields .view-more,
      .product-component.teaser.tile.color .fields .view-more,
      .product.teaser.tile.color .fields .view-more {
        margin-bottom: 39px; } }
    .newsletter-callout.teaser.tile.color .fields .view-more .cta,
    .product-component.teaser.tile.color .fields .view-more .cta,
    .product.teaser.tile.color .fields .view-more .cta {
      padding-top: 15px; }

.product-component.teaser.tile.color {
  padding-bottom: 16px; }
  .product-component.teaser.tile.color .fields {
    margin-bottom: 0; }

@media all and (min-width: 1200px) {
  .product.teaser.tile.color {
    padding-left: 39px;
    height: 300px; } }

@media all and (min-width: 1200px) {
  .product.teaser.tile.color .fields {
    padding-left: 10px; } }

.product.teaser.tile.color .thumb {
  margin-top: 2px;
  margin-right: 28px; }

.product.teaser.tile.color .price {
  margin-bottom: 19px; }

/**
 * Styles for HTML elements.
**/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    h1, h2, h3, h4, h5, h6 {
      text-align: left; } }

h1 {
  padding: 22px 0 27px 0; }

a {
  color: #4E99C9;
  position: relative; }
  a:hover, a:focus {
    color: #4E99C9;
    text-decoration: underline; }

/**
 * Global Styles for pages.
**/
h1 {
  color: #FFF;
  font-size: 40px;
  text-align: left; }

h2 {
  font-size: 22px; }

@media all and (min-width: 992px) {
  .content-container, .woocommerce-checkout .content-container {
    margin-bottom: 40px; } }

@media all and (min-width: 1200px) {
  .content-container, .woocommerce-checkout .content-container {
    padding-left: 0;
    padding-right: 0; } }

.woocommerce-checkout .content-container {
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.row.page-title {
  background-color: #FFF; }
  .row.page-title h1 {
    color: #000; }
  .row.page-title.color {
    margin-bottom: 0;
    background-color: #054A75; }
    .row.page-title.color h1 {
      color: #FFF;
      text-align: center; }
      @media (min-width: 1200px) {
        .row.page-title.color h1 {
          text-align: left; } }
    @media (min-width: 1200px) {
      .row.page-title.color {
        margin-bottom: 22px; } }

/** Filter Controls **/
.filter {
  margin-bottom: 22px;
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-size: 18px; }
  .filter .filter-item {
    padding: 15px; }
  .filter .filter-item.header {
    color: #666666; }
  .filter a {
    padding-bottom: 10px;
    text-transform: uppercase; }
  .filter a:hover {
    border-bottom: 5px solid #4E99C9;
    text-decoration: none; }
  .filter .active a {
    color: #040707;
    border-bottom: 5px solid #040707; }
  @media (min-width: 1200px) {
    .filter {
      margin-top: 18px; }
      .filter .filter-item {
        display: inline-block; } }

/** Buttons/CTA Links **/
.cta,
.cta a {
  font-size: 18px;
  width: 100%; }
  .cta.link,
  .cta a.link {
    color: #FFF;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 5px; }
    .cta.link.gray,
    .cta a.link.gray {
      background-color: #B0B0B0;
      color: #000;
      border: none; }
  .cta.house-ad,
  .cta a.house-ad {
    background: none;
    border: 2px solid #FFF;
    color: #FFF; }
  .cta.description,
  .cta a.description {
    background: none;
    color: #FFF; }
    @media (min-width: 1200px) {
      .cta.description,
      .cta a.description {
        text-align: left; } }
  .cta.load-more-button,
  .cta a.load-more-button {
    color: #FFF;
    background-color: #000;
    border: 2px solid #FFF;
    border-radius: 5px; }
  @media (min-width: 768px) {
    .cta,
    .cta a {
      width: auto; } }

a.call-to-action.white {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Lato";
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 22px;
  border-color: transparent; }
  a.call-to-action.white:hover {
    background-color: #FFF;
    color: #000;
    text-decoration: underline; }

.cta-subtext {
  font-size: 12px;
  margin-top: 7px;
  color: #CCCCCC; }

.eyebrow {
  margin-bottom: 25px;
  font-size: 12px;
  color: #4E99C9;
  text-transform: uppercase; }

.byline {
  font-size: 20px; }
  .byline .pipe {
    color: #C2C2C2; }

.section-header {
  margin: 0 auto 40px;
  padding: 0 11px;
  display: block;
  overflow: hidden; }
  @media all and (min-width: 992px) {
    .section-header {
      margin-bottom: 60px; } }
  .section-header h2 {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center !important;
    text-transform: uppercase;
    color: #666666 !important;
    font-size: 24px; }
    html:not(.gecko) .section-header h2 {
      text-overflow: ellipsis; }
    .section-header h2:after, .section-header h2:before {
      content: "";
      position: relative;
      display: inline-block;
      width: 50%;
      height: 1px;
      vertical-align: middle;
      background: #666666 !important; }
    .section-header h2:before {
      left: -20px;
      margin: 0 0 0 -50%; }
    .section-header h2:after {
      left: 20px;
      margin: 0 -50% 0 0; }
    .section-header h2 > span {
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      max-width: 240px; }
    @media all and (min-width: 992px) {
      .section-header h2:before {
        left: -30px; }
      .section-header h2:after {
        left: 30px; }
      .section-header h2 > span {
        width: auto;
        max-width: 100%; } }

.page-section-header {
  margin-top: 10px;
  margin-bottom: 40px; }
  @media all and (min-width: 992px) {
    .page-section-header {
      margin-top: 40px;
      margin-bottom: 60px; } }
  .page-section-header-title {
    margin: 0 auto;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #040707;
    text-align: left !important; }
    @media all and (min-width: 992px) {
      .page-section-header-title {
        font-size: 40px;
        text-align: center !important; } }
  .page-section-header-description {
    margin-top: 20px;
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    color: #666666;
    text-align: left !important; }
    @media all and (min-width: 992px) {
      .page-section-header-description {
        margin: 30px auto 0;
        text-align: center !important; } }

.internal-ad {
  background-color: #4A4A4A; }
  .internal-ad img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6; }

@media (min-width: 1200px) {
  .ading .sponsorship {
    text-align: left; } }

.feature-separator {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
  content: ''; }

#page-title.page-title h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  padding: 15px 11px 15px 11px;
  font-size: 40px;
  text-align: center; }
  #page-title.page-title h1 a {
    color: #FFF; }
  @media all and (min-width: 992px) {
    #page-title.page-title h1 {
      font-size: 50px;
      text-align: left; } }
  @media all and (min-width: 1200px) {
    #page-title.page-title h1 {
      padding: 17px 0; } }
  #page-title.page-title h1 .editor-name,
  #page-title.page-title h1 .genre-name,
  #page-title.page-title h1 .company-name {
    font-weight: 600; }
  #page-title.page-title h1 .vendor-link, #page-title.page-title h1 .vendor-link:hover {
    color: #000; }

@media all and (min-width: 1200px) {
  .tax-genre #page-title.page-title h1 {
    padding: 17px 0 17px 0; } }

.tax-genre .feature {
  margin-bottom: 20px; }

.tax-genre .feature-side-tout {
  padding-left: 20px;
  padding-right: 0; }

.y-margin-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .editor-details .editor {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .editor-details .editor-thumb {
    padding: 0; }
    .editor-details .editor-thumb img {
      width: 100%;
      height: auto; } }

.editor-details .editor-bio {
  font-size: 22px;
  color: #666666;
  margin-top: 30px; }

.editor-details .editor-name {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: left;
  color: #000; }

.editor-details .editor-description:last-of-type {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .editor-details .editor-description:last-of-type {
      margin-bottom: 40px; } }

.editor-details .editor-description:empty {
  margin-bottom: 0; }

.editor-details .editor-meta {
  padding-top: 20px;
  padding-bottom: 20px; }
  .editor-details .editor-meta:first-child {
    margin-top: 10px; }
  .editor-details .editor-meta:last-child {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .editor-details .editor-meta {
      padding-top: 0;
      padding-bottom: 0;
      float: left; }
      .editor-details .editor-meta:first-child {
        margin-top: 0; }
      .editor-details .editor-meta:last-child {
        margin-bottom: 0; }
      .editor-details .editor-meta-container {
        margin-top: 40px; } }

.editor-details .title {
  margin-bottom: 20px; }
  .editor-details .title h3 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #040707; }

.editor-details ul {
  margin-bottom: 0; }
  .editor-details ul li {
    line-height: 100%; }
    .editor-details ul li:not(:last-child) {
      margin-bottom: 20px; }
    .editor-details ul li a {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      color: #4E99C9; }
    .editor-details ul li .icon {
      width: 36px;
      font-family: 'FontAwesome';
      text-align: center; }
      .editor-details ul li .icon:before {
        width: 36px !important;
        font-size: 36px !important; }

@media (min-width: 1200px) {
  .editor-details .editor-bio {
    margin-top: 0;
    padding: 0 30px 0;
    border-right: 1px solid #CCCCCC; }
  .editor-details .social-links {
    margin: 0 0 0 40px !important; }
    .editor-details .social-links ul {
      margin-top: 0 !important; }
      .editor-details .social-links ul li {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 !important;
        margin-bottom: 30px !important;
        text-align: left; }
        .editor-details .social-links ul li .link {
          margin-left: 20px; } }

@media (max-width: 1200px) {
  .editor-details .social-links {
    margin: 30px 0 0 !important; }
    .editor-details .social-links ul {
      margin-top: 0 !important; }
      .editor-details .social-links ul li {
        padding: 0 !important; }
        .editor-details .social-links ul li:not(:last-child) {
          margin: 0 40px 35px 0 !important; }
        .editor-details .social-links ul li .link {
          display: none; } }

.ad .title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 11px;
  color: #B0B0B0;
  text-transform: uppercase; }

blockquote {
  color: #040707;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 35px;
  left: 13px;
  border-left: none; }
  @media all and (min-width: 992px) {
    blockquote {
      font-size: 40px; } }
  blockquote p:before,
  blockquote span:before {
    line-height: 50px;
    margin-left: -15px;
    content: '"'; }
  blockquote p:after,
  blockquote span:after {
    content: '"'; }

.featured-webinar {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media all and (min-width: 992px) {
    .featured-webinar {
      margin-top: 30px;
      margin-bottom: 80px; } }
  .featured-webinar .teaser h1 {
    font-size: 40px;
    color: #666666;
    margin-bottom: 25px; }
  .featured-webinar .teaser h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px; }
  .featured-webinar .cta-subtext {
    color: #666666; }
  .featured-webinar .byline {
    margin-bottom: 30px; }
    .featured-webinar .byline .date {
      margin-top: 15px; }

.feature {
  padding-bottom: 40px;
  margin-bottom: 60px; }
  @media all and (min-width: 992px) {
    .feature {
      margin-bottom: 80px; } }
  .feature.no-access {
    padding-bottom: 0;
    margin-bottom: 0; }
  .feature.charticle {
    padding-bottom: 0; }
    @media all and (min-width: 992px) {
      .feature.charticle {
        margin-bottom: 60px; } }

@media (max-width: 767px) {
  .feature {
    padding-bottom: 30px; }
    .stories .feature.tile .thumb {
      width: 100%; } }

.author.mini-bio {
  margin-top: 40px;
  margin-bottom: 40px; }
  .author.mini-bio:last-child {
    margin-bottom: 80px; }
  .author.mini-bio h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .author.mini-bio .position {
    font-size: 14px; }
  .author.mini-bio img {
    float: left;
    margin-right: 19px; }
  .author.mini-bio .fields {
    overflow: hidden;
    min-height: 80px; }
  .author.mini-bio .social-links {
    margin-top: 5px; }
    .author.mini-bio .social-links .title {
      display: none; }
    .author.mini-bio .social-links li .link {
      display: none; }
  .author.mini-bio .info {
    padding-left: 57px; }
  .author.mini-bio .expertise li {
    margin-bottom: 5px; }
    .author.mini-bio .expertise li a {
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      font-size: 18px; }
  @media (max-width: 767px) {
    .author.mini-bio {
      margin-top: 30px;
      margin-bottom: 30px; }
      .author.mini-bio:last-child {
        margin-bottom: 40px; }
      .author.mini-bio img {
        margin-right: 9px; }
      .author.mini-bio .social-links {
        margin-top: 22px; }
      .author.mini-bio .info {
        padding-left: 22px; }
      .author.mini-bio .expertise .title {
        margin-top: 24px; } }

/** Modules **/
.module.grid1, .module.resources {
  margin-bottom: 60px; }
  @media all and (min-width: 992px) {
    .module.grid1, .module.resources {
      margin-bottom: 100px; }
      .module.grid1 .teaser.first img, .module.resources .teaser.first img {
        float: left;
        margin-right: 22px; } }
  .module.grid1 .secondary-item:nth-child(odd), .module.resources .secondary-item:nth-child(odd) {
    content: '';
    display: block;
    clear: both; }
  .module.grid1 .secondary .feature-separator, .module.resources .secondary .feature-separator {
    margin: 30px 0; }
    @media (min-width: 992px) {
      .module.grid1 .secondary .feature-separator, .module.resources .secondary .feature-separator {
        margin: 40px 0; } }
  .module.grid1 .view-more, .module.resources .view-more {
    margin-bottom: 0; }
    .module.grid1 .view-more .cta.link, .module.resources .view-more .cta.link {
      border: none; }

.module.grid2 {
  margin-bottom: 40px; }
  @media all and (min-width: 992px) {
    .module.grid2 {
      margin-bottom: 60px; } }
  .module.grid2 .view-more, .module.grid2 .view-more.mobile-only .cta.link {
    font-size: 18px;
    color: #4E99C9;
    margin-bottom: 16px; }
  .module.grid2 .view-more.mobile-only .cta.link {
    background-color: transparent !important;
    border: none; }
  .module.grid2 .secondary {
    margin-top: 30px; }
    @media all and (min-width: 1200px) {
      .module.grid2 .secondary {
        margin-top: 0; } }
  .module.grid2 .sponsorship {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 11px;
    color: #B0B0B0;
    text-transform: uppercase; }
  .module.grid2 .feature-separator {
    margin: 30px 0; }
    @media (min-width: 992px) {
      .module.grid2 .feature-separator {
        margin: 40px 0; } }

.module.feed .row.results {
  margin-bottom: 26px; }

.module.feed h1 {
  font-size: 40px; }

.module.feed .ader {
  margin-bottom: 42px; }

.module.feed .ad.external {
  margin: 0;
  padding: 0 10px 0 10px; }

.module.feed .ad .title {
  margin-top: 0; }

.module.feed .feature-separator {
  margin: 40px 0; }

@media (max-width: 767px) {
  .module.feed .ader {
    margin-bottom: 21px; }
  .module.feed .teaser .byline {
    margin-bottom: 18px; }
  .module.feed .teaser .thumb {
    margin: 24px 0 23px 0; }
  .module.feed .feature-separator {
    margin: 10px 0 25px; }
  .module.feed .load-more-button {
    margin-bottom: 26px; } }

/** Isotope/Mosaic Grids **/
.grid .grid-item {
  margin-bottom: 18px; }
  .grid .grid-item .grid-item-content .ad.external {
    margin-bottom: 36px; }
  .grid .grid-item .grid-item-content .byline {
    margin-bottom: 0; }
  .grid .grid-item .grid-item-content .view-more {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0; }

/** Page-specific **/
.vertical-landing #page-title.page-title h1 a, .vertical-landing #page-title.page-title h1 a:hover {
  color: #FFF; }

.vertical-landing .feature {
  margin-bottom: 20px; }
  .vertical-landing .feature .feature-overlay-bottom {
    margin-bottom: 60px; }

.vertical-landing #algolia-stats {
  display: none; }

.vertical-landing .bottom-ad {
  margin-bottom: 54px;
  margin-top: 60px; }

.vertical-landing .featured-stories {
  margin-top: 36px; }

.vertical-landing .featured-stories-grid {
  margin-bottom: 36px; }

@media (max-width: 991px) {
  .vertical-landing .feature .feature-overlay-bottom {
    margin-bottom: 30px; } }

.industry-landing #page-title,
.topics-landing #page-title {
  min-height: 75px; }
  @media all and (min-width: 992px) {
    .industry-landing #page-title,
    .topics-landing #page-title {
      max-height: none;
      min-height: inherit; } }

.industry-landing .ad.external,
.topics-landing .ad.external {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0; }

.industry-landing .feature,
.topics-landing .feature {
  margin-bottom: 20px; }

.industry-landing,
.module.feed,
.topics-landing {
  margin-bottom: 60px; }

.event .feature,
.webinar .feature,
.whitepaper .feature {
  margin-bottom: 60px; }
  @media all and (min-width: 992px) {
    .event .feature,
    .webinar .feature,
    .whitepaper .feature {
      margin-bottom: 80px; } }

.event .about,
.webinar .about,
.whitepaper .about {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  margin-top: 0; }
  @media all and (min-width: 992px) {
    .event .about,
    .webinar .about,
    .whitepaper .about {
      margin-top: 20px; } }
  .event .about p:last-child,
  .webinar .about p:last-child,
  .whitepaper .about p:last-child {
    margin-bottom: 0; }

.event .sponsor,
.webinar .sponsor,
.whitepaper .sponsor {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px; }
  @media all and (min-width: 992px) {
    .event .sponsor,
    .webinar .sponsor,
    .whitepaper .sponsor {
      margin-top: 50px;
      margin-bottom: 85px; } }

.event .logos,
.webinar .logos,
.whitepaper .logos {
  margin-top: 10px; }
  .event .logos .sponsor-logo,
  .webinar .logos .sponsor-logo,
  .whitepaper .logos .sponsor-logo {
    margin-bottom: 15px; }

.event .featured-webinar h2,
.webinar .featured-webinar h2,
.whitepaper .featured-webinar h2 {
  text-align: center; }

.event .featured-webinar .view-more a,
.webinar .featured-webinar .view-more a,
.whitepaper .featured-webinar .view-more a {
  margin: 0 auto;
  background: #000;
  color: #FFF;
  padding: 15px 30px;
  display: block; }

.event .featured-webinar .view-more i,
.webinar .featured-webinar .view-more i,
.whitepaper .featured-webinar .view-more i {
  display: none; }

.event .list-speakers,
.webinar .list-speakers,
.whitepaper .list-speakers {
  margin-top: 0;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .event .list-speakers,
    .webinar .list-speakers,
    .whitepaper .list-speakers {
      margin-top: 20px;
      padding-bottom: 80px; } }
  .event .list-speakers-item:not(:last-of-type),
  .webinar .list-speakers-item:not(:last-of-type),
  .whitepaper .list-speakers-item:not(:last-of-type) {
    margin-bottom: 60px; }
  @media (min-width: 992px) {
    .event .list-speakers-item:not(:last-of-type),
    .webinar .list-speakers-item:not(:last-of-type),
    .whitepaper .list-speakers-item:not(:last-of-type) {
      margin-bottom: 80px; } }
  .event .list-speakers-separator,
  .webinar .list-speakers-separator,
  .whitepaper .list-speakers-separator {
    border-top: 1px solid #CCCCCC; }

.event .list-webinars,
.webinar .list-webinars,
.whitepaper .list-webinars {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .event .list-webinars,
    .webinar .list-webinars,
    .whitepaper .list-webinars {
      margin-bottom: 100px; } }

.event .speakers,
.webinar .speakers,
.whitepaper .speakers {
  margin: 36px 0; }

.event .hs-form .hs-input,
.event .hs-form textarea.hs-input,
.webinar .hs-form .hs-input,
.webinar .hs-form textarea.hs-input,
.whitepaper .hs-form .hs-input,
.whitepaper .hs-form textarea.hs-input {
  box-sizing: border-box;
  max-width: none;
  width: 100%; }

.event .hs-form .hs-input,
.event .hs-form textarea.hs-input,
.webinar .hs-form .hs-input,
.webinar .hs-form textarea.hs-input,
.whitepaper .hs-form .hs-input,
.whitepaper .hs-form textarea.hs-input {
  box-sizing: border-box;
  max-width: none;
  width: 100%; }

.event .hs-form input[type="text"],
.event .hs-form input[type="number"],
.event .hs-form input[type="password"],
.event .hs-form input[type="email"],
.event .hs-form input[type="tel"],
.event .hs-form select,
.webinar .hs-form input[type="text"],
.webinar .hs-form input[type="number"],
.webinar .hs-form input[type="password"],
.webinar .hs-form input[type="email"],
.webinar .hs-form input[type="tel"],
.webinar .hs-form select,
.whitepaper .hs-form input[type="text"],
.whitepaper .hs-form input[type="number"],
.whitepaper .hs-form input[type="password"],
.whitepaper .hs-form input[type="email"],
.whitepaper .hs-form input[type="tel"],
.whitepaper .hs-form select {
  width: 100% !important; }
  .event .hs-form input[type="text"].error,
  .event .hs-form input[type="number"].error,
  .event .hs-form input[type="password"].error,
  .event .hs-form input[type="email"].error,
  .event .hs-form input[type="tel"].error,
  .event .hs-form select.error,
  .webinar .hs-form input[type="text"].error,
  .webinar .hs-form input[type="number"].error,
  .webinar .hs-form input[type="password"].error,
  .webinar .hs-form input[type="email"].error,
  .webinar .hs-form input[type="tel"].error,
  .webinar .hs-form select.error,
  .whitepaper .hs-form input[type="text"].error,
  .whitepaper .hs-form input[type="number"].error,
  .whitepaper .hs-form input[type="password"].error,
  .whitepaper .hs-form input[type="email"].error,
  .whitepaper .hs-form input[type="tel"].error,
  .whitepaper .hs-form select.error {
    box-shadow: 0 0 1px 1px #D13030; }

.event .hs-form .hs-error-msgs,
.webinar .hs-form .hs-error-msgs,
.whitepaper .hs-form .hs-error-msgs {
  margin: -12px 0 20px 0; }
  .event .hs-form .hs-error-msgs label,
  .webinar .hs-form .hs-error-msgs label,
  .whitepaper .hs-form .hs-error-msgs label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #D13030; }

.event .hs-form .cta:focus,
.webinar .hs-form .cta:focus,
.whitepaper .hs-form .cta:focus {
  color: #FFF !important;
  background: #D4D5D5 !important; }

.article-single {
  font-size: 20px; }
  .article-single p {
    line-height: 28px;
    margin-bottom: 17px; }
  .article-single blockquote p {
    line-height: 50px; }
  .article-single .view-more {
    font-size: 18px; }
  .article-single h1,
  .article-single h2,
  .article-single h3,
  .article-single h5 {
    text-align: left;
    color: #000; }
  @media (max-width: 991px) {
    .article-single h1 {
      font-size: 45px; } }
  .article-single h2 {
    font-size: 22px;
    margin-bottom: 22px; }
  .article-single h3 {
    font-size: 20px;
    margin-bottom: 22px; }
  .article-single .hero {
    padding: 0;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media all and (min-width: 992px) {
      .article-single .hero {
        background-position: 0 0;
        max-height: 500px;
        min-height: 450px; } }
    .article-single .hero .content {
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #FFF; }
      @media all and (min-width: 992px) {
        .article-single .hero .content {
          margin-left: 75px;
          margin-right: 60px; } }
      .article-single .hero .content h2 {
        color: #FFF;
        margin: 0 0 20px;
        text-align: left; }
      .article-single .hero .content .headline, .article-single .hero .content .subhead {
        color: #FFF;
        text-align: left;
        margin-bottom: 30px; }
      .article-single .hero .content .headline {
        font-family: "Lato";
        font-style: normal;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px; }
      .article-single .hero .content .subhead {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px; }
      .article-single .hero .content ul {
        font-family: "Lato";
        font-style: normal;
        font-weight: 300;
        margin: 0;
        padding: 0 20px;
        font-size: 20px;
        line-height: 20px; }
        .article-single .hero .content ul li {
          list-style-type: square;
          margin-top: 25px; }
    .article-single .hero-chart-image {
      margin-top: 36px; }
  .article-single .subheader .subhead {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px; }
  .article-single .subheader .feature-separator {
    margin-bottom: 37px; }
  .article-single .next-title {
    background-color: #666666;
    margin: 60px -11px 0;
    padding-top: 8px;
    padding-left: 11px;
    height: 45px; }
    .article-single .next-title.has-hero {
      margin-bottom: 60px; }
    .article-single .next-title .next {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      color: #FFF; }
      .article-single .next-title .next .colon {
        display: none; }
    .article-single .next-title .title {
      display: none; }
  @media (min-width: 992px) {
    .article-single .next-title {
      margin: 20px -500px 62px;
      padding: 20px 500px 0;
      height: 66px; }
      .article-single .next-title.has-hero {
        margin-bottom: 30px; }
      .article-single .next-title .next {
        font-size: 18px;
        color: #ED9230; }
        .article-single .next-title .next .colon {
          display: inline; }
      .article-single .next-title .title {
        display: inline;
        font-family: "Lato";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #FFF; } }
  .article-single .time-to-read {
    margin-bottom: 4px; }
  .article-single .download {
    margin-bottom: 31px; }
    @media (min-width: 1200px) {
      .article-single .download {
        margin-bottom: 41px; } }
    .article-single .download i {
      width: 13px;
      height: 15px;
      margin-left: 5px;
      display: inline-block;
      background: url("img/icons/icon-download.png") no-repeat; }
  .article-single .ader {
    margin-bottom: 0; }
    .article-single .ader h2 {
      text-align: center; }
  .article-single .loader {
    background: url("img/loader.gif") no-repeat;
    content: " ";
    height: 150px;
    width: 150px;
    margin: 0 auto;
    padding: 15px;
    display: none; }
  @media all and (min-width: 992px) {
    .article-single .feature .no-hero h1 {
      font-size: 70px; } }
  @media all and (min-width: 992px) {
    .article-single .feature.charticle .no-hero h1 {
      font-size: 40px; } }
  .article-single .feature.charticle .no-hero .hero-chart {
    margin-top: 50px;
    min-height: 565px; }
  .article-single .feature .no-hero {
    margin-top: 40px; }
    @media all and (min-width: 992px) {
      .article-single .feature .no-hero {
        margin-top: 38px; } }
    .article-single .feature .no-hero .eyebrow {
      line-height: 1;
      margin-bottom: 25px; }
    .article-single .feature .no-hero .byline {
      margin: 10px 0 50px; }
    .article-single .feature .no-hero div.presented-by {
      display: inline-block; }
    .article-single .feature .no-hero h1 {
      padding-top: 0;
      padding-bottom: 0; }
      .article-single .feature .no-hero h1 p {
        padding-top: 0;
        padding-bottom: 0; }
    .article-single .feature .no-hero .feature-separator {
      margin-bottom: 50px; }
    @media (min-width: 1200px) {
      .article-single .feature .no-hero {
        padding-left: 125px;
        padding-right: 125px; }
        .article-single .feature .no-hero .eyebrow {
          margin-bottom: 25px; }
        .article-single .feature .no-hero .byline {
          margin: 15px 0 50px; } }
    @media all and (min-width: 992px) {
      .article-single .feature .no-hero body {
        font-size: 20px; } }
  .article-single .gate-teaser {
    padding-left: 125px;
    padding-right: 125px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .article-single .gate-teaser {
        padding-left: 10px;
        padding-right: 10px; } }
  .article-single .toc h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px; }
  .article-single .toc li {
    margin-bottom: 10px; }
    .article-single .toc li a.toc-anchor {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 16px; }
  .article-single .toc .feature-separator {
    margin-top: 23px;
    margin-bottom: 20px; }
  .article-single .in-brief ul {
    margin-left: -18px;
    list-style-type: square; }
    .article-single .in-brief ul li {
      margin-bottom: 10px; }
  .article-single .in-brief hr {
    margin-bottom: 22px;
    margin-top: 22px; }
  @media (min-width: 1200px) {
    .article-single .in-brief hr {
      margin-top: 32px; } }
  .article-single .key-takeaways {
    margin-top: 30px;
    margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .article-single .key-takeaways {
      margin-top: 40px;
      margin-bottom: 80px; } }
  .article-single .body h1 {
    padding-top: 16px; }
    .article-single .body h1:first-child {
      padding-top: 23px; }
  .article-single .body h2 {
    padding-top: 20px; }
    .article-single .body h2:first-child {
      padding-top: 27px; }
  .article-single .body h3 {
    margin-bottom: 10px;
    padding-top: 20px; }
    .article-single .body h3:first-child {
      padding-top: 27px; }
  @media (min-width: 1200px) {
    .article-single .body h1 {
      padding-top: 46px; }
      .article-single .body h1:first-child {
        padding-top: 28px; }
    .article-single .body h2 {
      padding-top: 50px; }
      .article-single .body h2:first-child {
        padding-top: 32px; }
    .article-single .body h3 {
      margin-bottom: 10px;
      padding-top: 50px; }
      .article-single .body h3:first-child {
        padding-top: 28px; } }
  .article-single .body ul {
    list-style-type: square;
    margin-left: -18px; }
    .article-single .body ul li {
      margin-bottom: 11px; }
  .article-single .body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .article-single .body img[class*=" wp-image-"],
  .article-single .body img[class^="wp-image-"] {
    margin-top: 30px;
    margin-bottom: 31px; }
    @media (min-width: 1200px) {
      .article-single .body img[class*=" wp-image-"],
      .article-single .body img[class^="wp-image-"] {
        margin-top: 50px;
        margin-bottom: 51px; } }
  .article-single .body .wp-caption.aligncenter {
    padding: 0;
    margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .article-single .body .wp-caption.aligncenter {
        margin-bottom: 41px; } }
  .article-single .body .wp-caption img[class*=" wp-image-"],
  .article-single .body .wp-caption img[class^="wp-image-"] {
    margin-top: 13px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .article-single .body .wp-caption img[class*=" wp-image-"],
      .article-single .body .wp-caption img[class^="wp-image-"] {
        margin-top: 33px; } }
  .article-single .body .wp-caption .wp-caption-text {
    padding-left: 5px; }
  .article-single .body .ad.external {
    margin-bottom: 30px;
    clear: both; }
  .article-single .more-links {
    margin-top: 40px;
    margin-bottom: 80px; }
  .article-single #bottom-links {
    margin-top: 40px; }
  @media all and (min-width: 992px) {
    .article-single .in-this-article {
      display: flex;
      flex-direction: column; }
      .article-single .in-this-article.col-lg-6, .article-single .in-this-article.col-lg-7, .article-single .in-this-article.col-lg-8, .article-single .in-this-article.col-lg-9, .article-single .in-this-article.col-lg-10, .article-single .in-this-article.col-lg-11, .article-single .in-this-article.col-lg-12 {
        align-items: center;
        justify-content: center; }
        .article-single .in-this-article.col-lg-6 .row, .article-single .in-this-article.col-lg-7 .row, .article-single .in-this-article.col-lg-8 .row, .article-single .in-this-article.col-lg-9 .row, .article-single .in-this-article.col-lg-10 .row, .article-single .in-this-article.col-lg-11 .row, .article-single .in-this-article.col-lg-12 .row {
          min-width: 160px; } }
  .article-single .in-this-article .sec-title {
    margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .article-single .in-this-article .links {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center; } }
  .article-single .in-this-article .links-item {
    min-width: 160px;
    max-width: 240px; }
    .article-single .in-this-article .links-item:not(:last-child) {
      margin-right: 60px; }
  .article-single .in-this-article h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .article-single .in-this-article ul a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }
  .article-single .in-this-article .feature-separator {
    margin-top: 10px;
    margin-bottom: 4px; }
  .article-single .middle .ad .title {
    margin-top: 0; }
  .article-single .right-rail .ad .title {
    margin-top: 0; }
  .article-single .related-stories > .row > .col-lg-6 {
    padding: 0; }
    .article-single .related-stories > .row > .col-lg-6:nth-child(odd) {
      content: "";
      display: table;
      clear: both; }
  .article-single article.body .social.twitter {
    top: -20px;
    position: relative; }
    .article-single article.body .social.twitter .icon {
      font-size: 30px;
      color: #000;
      bottom: -3px;
      margin-right: 10px; }
      .article-single article.body .social.twitter .icon:hover {
        text-decoration: none; }
    .article-single article.body .social.twitter .twitter-text {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 18px; }
  .article-single .related-stories h2 {
    margin-bottom: 32px; }
  .article-single .related-stories .feature-separator {
    margin-bottom: 26px; }
  @media (min-width: 1200px) {
    .article-single .related-stories {
      border-left: 1px solid #CCCCCC;
      margin-bottom: 22px; }
      .article-single .related-stories h2 {
        margin-left: 19px;
        margin-bottom: 32px; }
      .article-single .related-stories .feature-separator {
        margin-left: 19px;
        margin-bottom: 36px; } }

.vendor .description {
  margin-bottom: 6px; }

.vendor .media-grid .ader {
  margin-top: 36px; }

.vendor .resources .feature-separator {
  margin-bottom: 36px; }

.vendor .resources .item {
  margin-bottom: 22px; }
  .vendor .resources .item a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400; }

.vendor .resources .fields {
  overflow: hidden; }
  .vendor .resources .fields h4.label {
    margin-top: 0;
    margin-bottom: 10px; }

.vendor .resources i {
  width: 50px;
  height: 60px;
  margin-right: 22px; }
  .vendor .resources i.case_study {
    background: url("img/icons/icon-case-study.png") no-repeat; }
  .vendor .resources i.report {
    background: url("img/icons/icon-report.png") no-repeat; }
  .vendor .resources i.presentation {
    background: url("img/icons/icon-presentation.png") no-repeat; }

.vendor .tout {
  margin-top: 36px;
  margin-bottom: 36px; }

.hs-form.stacked fieldset {
  margin-left: auto;
  margin-right: auto; }

.hs-form.stacked .actions {
  width: 100%;
  text-align: center; }
  .hs-form.stacked .actions .cta {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    padding: 15px 0;
    background: #040707;
    border-radius: 5px;
    font-size: 18px;
    color: #FFF;
    margin: 0;
    letter-spacing: 0;
    border: 2px solid transparent; }
    @media all and (min-width: 992px) {
      .hs-form.stacked .actions .cta {
        padding: 15px 30px; } }
    .hs-form.stacked .actions .cta:hover {
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF;
      text-decoration: underline; }

.hs-form.stacked .hs_recaptcha .input > div {
  margin: auto; }

.generic-content {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 27px; }
  .generic-content .ader h2 {
    font-size: 24px;
    color: #666666;
    letter-spacing: 0;
    line-height: 66px; }
  .generic-content h1 {
    font-size: 40px;
    color: #040707;
    letter-spacing: 0; }
  .generic-content h2 {
    font-size: 22px;
    color: #040707;
    letter-spacing: 0.1px;
    line-height: 50px; }
  .generic-content h6 {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left; }
  .generic-content ul > li {
    list-style-type: square; }
  .generic-content .wp-caption-text {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0; }
  .generic-content img.alignleft {
    float: none;
    width: 100%;
    height: auto; }
    @media all and (min-width: 992px) {
      .generic-content img.alignleft {
        padding: 0 20px 20px 0;
        float: left;
        width: initial; } }
  .generic-content img.alignright {
    float: none;
    width: 100%;
    height: auto; }
    @media all and (min-width: 992px) {
      .generic-content img.alignright {
        padding: 0 0 20px 20px;
        float: right;
        width: initial; } }

/**
 * Content gates
 *
*/
.badge-360, .teaser.gated i {
  background: url("img/icons/icon-360.png") no-repeat;
  background-size: cover; }

.teaser.gated i {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 4px; }

.gate {
  padding-top: 81px;
  padding-bottom: 70px;
  color: #B0B0B0;
  background: #000;
  min-height: 500px;
  margin-bottom: 80px; }
  .gate .logo {
    margin-bottom: 22px; }
  .gate h2 p {
    color: #FFF;
    font-size: 40px;
    line-height: 52px; }
  .gate a {
    color: #FFF; }
  .gate .left {
    padding-right: 22px; }
  .gate .membership {
    margin-top: 6px; }
    @media (min-width: 1200px) {
      .gate .membership {
        border-left: 1px solid #454545; } }
    .gate .membership .description .description {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 400;
      font-size: 18px; }
      .gate .membership .description .description li {
        list-style-type: square;
        color: #FFF;
        text-align: left; }
    .gate .membership .action .call-to-action {
      margin-left: 22px; }
    .gate .membership .action .description {
      margin: 23px 0 0 20px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      line-height: 26px; }
  .gate i {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 400;
    width: 80px;
    height: 85px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1200px) {
      .gate i {
        margin: 0; } }
  @media (min-width: 1200px) {
    .gate {
      text-align: left; } }

/** Related content inside WYSIWYGs **/
.body .related-content {
  padding-left: 0;
  padding-right: 0; }
  .body .related-content h1,
  .body .related-content h1:first-child {
    font-size: 22px;
    padding-top: 0; }
  .body .related-content .feature-separator {
    margin-bottom: 20px; }
    .body .related-content .feature-separator.top {
      margin-top: 15px;
      margin-bottom: 36px; }
      @media (min-width: 1200px) {
        .body .related-content .feature-separator.top {
          margin-top: 5px; } }
    .body .related-content .feature-separator.bottom {
      margin-top: 32px;
      margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .body .related-content.alignleft {
      padding-left: 0;
      padding-right: 30px; }
    .body .related-content.alignright {
      padding-left: 30px;
      padding-right: 0; }
    .body .related-content .feature-separator.top {
      margin-top: 5px; }
    .body .related-content .feature-separator.bottom {
      margin-bottom: 20px; } }

.page-template-default .hs-form .hs-input,
.page-template-default .hs-form textarea.hs-input {
  box-sizing: border-box;
  max-width: none;
  width: 100%; }

.page-template-default .aligncenter {
  display: block;
  margin: 0 auto; }

.registration-success-message p {
  margin: 0; }

.registration-success-message .registration-links {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .registration-success-message .registration-links {
      margin-top: 60px; } }
  .registration-success-message .registration-links li {
    margin-bottom: 25px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }

.registration-success-message .registration-subhead {
  font-size: 20px;
  color: #666666; }

.registration-success-message h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #040707;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0; }
  @media (min-width: 992px) {
    .registration-success-message h1 {
      margin-top: 30px; } }

.registration-success-message h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  color: #040707;
  letter-spacing: 0.1px;
  line-height: 50px; }

span.presented-by {
  color: #ED9230;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600; }
  span.presented-by:after {
    content: ":"; }

.header.hidden-xs {
  font-size: 16px; }
  .header.hidden-xs a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px; }
  @media all and (min-width: 768px) {
    .header.hidden-xs nav.navbar {
      height: 80px;
      background-color: #040707;
      color: #9A9A9A;
      border: none;
      margin-bottom: 0;
      padding: 0;
      border-radius: 0; }
      .header.hidden-xs nav.navbar .navbar-header {
        float: none; }
      .header.hidden-xs nav.navbar .navbar-brand {
        width: 167px;
        margin: 22px 20px 0 11px;
        padding: 0;
        position: relative; }
        .header.hidden-xs nav.navbar .navbar-brand img {
          height: 34px; }
        .header.hidden-xs nav.navbar .navbar-brand:after, .header.hidden-xs nav.navbar .navbar-brand:before {
          display: table;
          content: ''; }
        .header.hidden-xs nav.navbar .navbar-brand:after {
          content: '';
          position: absolute;
          right: 0;
          top: -2px;
          border-right: 1px solid #454545;
          height: 40px; }
      .header.hidden-xs nav.navbar .logo-text {
        font-family: "Lato";
        font-style: normal;
        font-weight: 200;
        color: #FFF;
        font-size: 18px;
        margin: 25px 0; }
      .header.hidden-xs nav.navbar .navbar-btn {
        margin: 0 15px 0 0;
        padding: 0;
        right: 0; }
        .header.hidden-xs nav.navbar .navbar-btn > li {
          padding: 17px; }
          .header.hidden-xs nav.navbar .navbar-btn > li.open {
            background: #222424; } }
      @media all and (min-width: 768px) and (max-width: 1435px) {
        .header.hidden-xs nav.navbar .navbar-btn > li {
          padding-right: 5px;
          padding-left: 8px; } }
  @media all and (min-width: 768px) {
          .header.hidden-xs nav.navbar .navbar-btn > li:first-child {
            display: none;
            padding-left: 0; } }
        @media all and (min-width: 768px) and (min-width: 935px) {
          .header.hidden-xs nav.navbar .navbar-btn > li:first-child {
            display: inline-block; } }
  @media all and (min-width: 768px) {
          .header.hidden-xs nav.navbar .navbar-btn > li.main-menu-list-item {
            padding: 0;
            width: 105px; }
            .header.hidden-xs nav.navbar .navbar-btn > li.main-menu-list-item a.dropdown-toggle {
              background-color: #222424 !important;
              border-radius: 5px;
              font-size: 18px;
              color: #FFF;
              padding: 12px 20px;
              text-decoration: none; }
              .header.hidden-xs nav.navbar .navbar-btn > li.main-menu-list-item a.dropdown-toggle span {
                text-decoration: none; }
            .header.hidden-xs nav.navbar .navbar-btn > li.main-menu-list-item i:before {
              margin-left: -20px !important;
              border-left: none !important; }
            .header.hidden-xs nav.navbar .navbar-btn > li.main-menu-list-item.open > a {
              height: 80px;
              padding-top: 28px;
              border-radius: 0; }
        .header.hidden-xs nav.navbar .navbar-btn li:not(:first-child) a i:before {
          content: ' ';
          display: block;
          border-left: 1px solid #454545;
          width: 1px;
          height: 25px;
          position: absolute;
          margin-top: -2px;
          margin-left: -18px; } }
      @media all and (min-width: 768px) and (max-width: 1435px) {
        .header.hidden-xs nav.navbar .navbar-btn li:not(:first-child) a i:before {
          margin-left: -8px !important; } }
  @media all and (min-width: 768px) {
        .header.hidden-xs nav.navbar .navbar-btn a {
          border: none;
          background-color: transparent;
          padding: 10px 0;
          border-radius: 0;
          height: 46px;
          color: #9A9A9A; }
          .header.hidden-xs nav.navbar .navbar-btn a .subscription {
            display: none; } }
        @media all and (min-width: 768px) and (min-width: 935px) {
          .header.hidden-xs nav.navbar .navbar-btn a .subscription {
            display: inline-block; } }
  @media all and (min-width: 768px) {
          .header.hidden-xs nav.navbar .navbar-btn a.open, .header.hidden-xs nav.navbar .navbar-btn a:hover {
            border: none;
            color: #FFF;
            background-color: transparent !important; }
            .header.hidden-xs nav.navbar .navbar-btn a.open span, .header.hidden-xs nav.navbar .navbar-btn a:hover span {
              text-decoration: underline; }
          .header.hidden-xs nav.navbar .navbar-btn a.open i {
            background-position: 280px 22px;
            width: 19px; }
          .header.hidden-xs nav.navbar .navbar-btn a .topmenu-title {
            font-weight: bold; }
      .header.hidden-xs nav.navbar .logo-text {
        margin: 0; }
        .header.hidden-xs nav.navbar .logo-text .navbar-btn > li {
          padding-left: 0;
          padding-right: 0; }
        .header.hidden-xs nav.navbar .logo-text .navbar-btn li:not(:first-child) a i:before {
          margin-left: 2px; } }
      @media all and (min-width: 768px) and (max-width: 1435px) {
        .header.hidden-xs nav.navbar .logo-text .navbar-btn li:not(:first-child) a i:before {
          margin-left: 2px !important; } }
  @media all and (min-width: 768px) {
        .header.hidden-xs nav.navbar .logo-text .topmenu-title {
          display: inherit;
          color: #FFF; }
        .header.hidden-xs nav.navbar .logo-text .abbrv {
          display: none;
          color: #FFF; } }
  @media all and (min-width: 768px) and (max-width: 1345px) {
    .header.hidden-xs nav.navbar .logo-text .topmenu-title {
      display: none; }
    .header.hidden-xs nav.navbar .logo-text .abbrv {
      display: inherit; } }
  @media all and (min-width: 768px) and (max-width: 1065px) {
    .header.hidden-xs nav.navbar .logo-text {
      display: none; } }
  @media all and (min-width: 768px) {
      .header.hidden-xs nav.navbar .menu-icon {
        background: url("img/icons/menu-icons.svg");
        background-size: 140px 22px;
        height: 22px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top; }
        .header.hidden-xs nav.navbar .menu-icon.subscription {
          width: 16px;
          background-position: 116px 22px; }
        .header.hidden-xs nav.navbar .menu-icon.account {
          width: 18px;
          background-position: 95px 22px; }
        .header.hidden-xs nav.navbar .menu-icon.cart {
          width: 25px;
          background-position: 72px 22px;
          height: 21px; }
        .header.hidden-xs nav.navbar .menu-icon.search {
          width: 20px;
          background-position: 43px 22px; }
        .header.hidden-xs nav.navbar .menu-icon.menu {
          width: 20px;
          background-position: 20px 22px; }
          .header.hidden-xs nav.navbar .menu-icon.menu.open {
            width: 25px; }
      .header.hidden-xs nav.navbar .sub-menu {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        width: 100%;
        border: none;
        border-radius: 0;
        background-color: #222424;
        padding: 20px;
        margin: 0;
        box-shadow: 0 0.3125em 0.625em #000; }
        .header.hidden-xs nav.navbar .sub-menu > li:not(:last-child):after {
          content: ' ';
          display: inline-block;
          width: 100%;
          position: relative;
          margin: 65px 0 38px;
          border-bottom: 1px solid #454545; }
        .header.hidden-xs nav.navbar .sub-menu a {
          color: #FFF;
          font-size: 1.125em;
          line-height: 2.25em;
          padding: 0; }
        .header.hidden-xs nav.navbar .sub-menu .top-menu > ul:nth-child(2n+2):before {
          content: ' ';
          display: block;
          border-left: 1px solid #454545;
          width: 1px;
          height: 270px;
          top: 9px;
          position: absolute;
          margin-left: -28px; }
        .header.hidden-xs nav.navbar .sub-menu .top-menu .list-unstyled a, .header.hidden-xs nav.navbar .sub-menu .top-menu .single-product .metric-body ul a, .single-product .metric-body .header.hidden-xs nav.navbar .sub-menu .top-menu ul a, .header.hidden-xs nav.navbar .sub-menu .top-menu .genre-landing .ais-pagination a, .genre-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        .page-template-page-events-landing .ais-pagination a,
        .page-template-page-events-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-vendor-directory-landing .ais-pagination a,
        body.page-template-page-vendor-directory-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-webinars-landing .ais-pagination a,
        body.page-template-page-webinars-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.search .ais-pagination a,
        body.search .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination a {
          font-weight: 200;
          font-size: 18px; }
        .header.hidden-xs nav.navbar .sub-menu .top-menu .list-unstyled .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu .single-product .metric-body ul .list-header a, .single-product .metric-body .header.hidden-xs nav.navbar .sub-menu .top-menu ul .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu .genre-landing .ais-pagination .list-header a, .genre-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        .page-template-page-events-landing .ais-pagination .list-header a,
        .page-template-page-events-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-vendor-directory-landing .ais-pagination .list-header a,
        body.page-template-page-vendor-directory-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-webinars-landing .ais-pagination .list-header a,
        body.page-template-page-webinars-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.search .ais-pagination .list-header a,
        body.search .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-header a, .header.hidden-xs nav.navbar .sub-menu .top-menu .list-unstyled .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu .single-product .metric-body ul .list-subheader a, .single-product .metric-body .header.hidden-xs nav.navbar .sub-menu .top-menu ul .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu .genre-landing .ais-pagination .list-subheader a, .genre-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        .page-template-page-events-landing .ais-pagination .list-subheader a,
        .page-template-page-events-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-vendor-directory-landing .ais-pagination .list-subheader a,
        body.page-template-page-vendor-directory-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.page-template-page-webinars-landing .ais-pagination .list-subheader a,
        body.page-template-page-webinars-landing .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-subheader a, .header.hidden-xs nav.navbar .sub-menu .top-menu
        body.search .ais-pagination .list-subheader a,
        body.search .header.hidden-xs nav.navbar .sub-menu .top-menu .ais-pagination .list-subheader a {
          font-weight: bold; }
        .header.hidden-xs nav.navbar .sub-menu .bottom-menu {
          margin: 0 0 20px 0; } }
      @media all and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
        .header.hidden-xs nav.navbar .sub-menu .bottom-menu {
          text-align: center; } }
  @media all and (min-width: 768px) {
          .header.hidden-xs nav.navbar .sub-menu .bottom-menu li {
            padding: 16px 30px;
            margin-top: 24px; }
            .header.hidden-xs nav.navbar .sub-menu .bottom-menu li a {
              font-size: 30px;
              line-height: 1; }
            .header.hidden-xs nav.navbar .sub-menu .bottom-menu li:first-child {
              text-align: right;
              padding-left: 0;
              border-right: 1px solid #454545; } }
        @media all and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
          .header.hidden-xs nav.navbar .sub-menu .bottom-menu li {
            padding: 16px; }
            .header.hidden-xs nav.navbar .sub-menu .bottom-menu li a {
              font-size: 22px; }
            .header.hidden-xs nav.navbar .sub-menu .bottom-menu li:nth-child(-n+2) {
              padding-left: 15px;
              border-right: 1px solid #454545; } }
  @media all and (min-width: 768px) {
            .header.hidden-xs nav.navbar .sub-menu .bottom-menu li:last-child {
              padding-right: 0;
              padding-left: 0; } }
      @media all and (min-width: 768px) and (min-width: 1200px) {
        .header.hidden-xs nav.navbar .sub-menu .bottom-menu .col-lg-3 {
          width: 20%; }
        .header.hidden-xs nav.navbar .sub-menu .bottom-menu .col-lg-6 {
          width: 60%; } }
  @media all and (min-width: 768px) {
        .header.hidden-xs nav.navbar .sub-menu .dropdown-toggle:after {
          content: ' ';
          display: inline-block;
          width: 0.3125em;
          position: absolute;
          right: 0;
          margin: 30px 15px;
          vertical-align: middle;
          border-top: 0.25em dashed;
          border-top: 0.25em solid;
          border-right: 0.25em solid transparent;
          border-left: 0.25em solid transparent; }
        .header.hidden-xs nav.navbar .sub-menu .dropdown-menu {
          background-color: #2B2B2B;
          position: relative;
          width: 100%;
          border: none;
          outline: none;
          margin: 0;
          font-size: 1.125em;
          line-height: 2.25em;
          color: #FFF; }
          .header.hidden-xs nav.navbar .sub-menu .dropdown-menu a {
            font-size: 1.125em;
            line-height: 2.25em;
            color: #FFF;
            margin: 0 1.125em; }
        .header.hidden-xs nav.navbar .sub-menu .list-navbar {
          margin-left: 0; }
        .header.hidden-xs nav.navbar .sub-menu .list-header > a {
          color: #FFF !important;
          padding: 0 !important;
          font-size: 30px !important;
          line-height: 40px !important; }
        .header.hidden-xs nav.navbar .sub-menu .list-subheader {
          margin-top: 40px; }
          .header.hidden-xs nav.navbar .sub-menu .list-subheader a {
            color: #666666;
            pointer-events: none;
            cursor: default; }
        .header.hidden-xs nav.navbar .sub-menu .coverage-list li {
          font-size: 30px;
          line-height: 30px; }
          .header.hidden-xs nav.navbar .sub-menu .coverage-list li a {
            font-size: 30px;
            line-height: 30px; }
            .header.hidden-xs nav.navbar .sub-menu .coverage-list li a .list-icon {
              margin-right: 15px; }
          .header.hidden-xs nav.navbar .sub-menu .coverage-list li.list-header {
            padding-right: 47px;
            color: #7B7B7B; }
          .header.hidden-xs nav.navbar .sub-menu .coverage-list li:not(.list-header):not(:last-child) {
            padding: 0 75px 0 0; } }
    @media all and (min-width: 768px) and (max-width: 1199px) {
      .header.hidden-xs nav.navbar .sub-menu .coverage-list li.list-header {
        width: 100%;
        margin-bottom: 50px;
        margin-left: -4px; } }
  @media all and (min-width: 768px) {
      .header.hidden-xs nav.navbar .list-icon {
        background: url("img/icons/list-icons-desktop.png");
        display: inline-block;
        background-size: 123px 51px; }
        .header.hidden-xs nav.navbar .list-icon.topic {
          width: 43px;
          height: 50px;
          background-position: 0 3px;
          margin-bottom: -10px; }
        .header.hidden-xs nav.navbar .list-icon.company {
          width: 38px;
          height: 50px;
          background-position: 80px;
          margin-bottom: -10px; }
        .header.hidden-xs nav.navbar .list-icon.industry {
          width: 38px;
          height: 41px;
          background-position: 38px;
          margin-bottom: -8px; }
      .header.hidden-xs nav.navbar .desk-search-menu {
        padding: 0 90px; }
        .header.hidden-xs nav.navbar .desk-search-menu > li:not(:last-child):after {
          display: none; }
        .header.hidden-xs nav.navbar .desk-search-menu .coverage-list {
          margin: 40px auto; } }
      @media all and (min-width: 768px) and (max-width: 1199px) {
        .header.hidden-xs nav.navbar .desk-search-menu .coverage-list {
          margin-left: -35px;
          margin-right: -35px; } }
  @media all and (min-width: 768px) {
      .header.hidden-xs nav.navbar .search-form {
        max-width: 904px;
        margin: 0 auto 57px; }
        .header.hidden-xs nav.navbar .search-form ::-webkit-input-placeholder {
          color: #434343; }
        .header.hidden-xs nav.navbar .search-form :-moz-placeholder {
          /* Firefox 18- */
          color: #434343; }
        .header.hidden-xs nav.navbar .search-form ::-moz-placeholder {
          /* Firefox 19+ */
          color: #434343; }
        .header.hidden-xs nav.navbar .search-form :-ms-input-placeholder {
          color: #434343; }
        .header.hidden-xs nav.navbar .search-form input {
          width: 100%;
          border: none;
          background: transparent;
          border-bottom: 1px solid #7B7B7B;
          outline: none;
          font-size: 100px;
          line-height: 1;
          padding: 0 0 9px;
          box-shadow: none;
          color: #FFF;
          margin: 0 auto; }
        .header.hidden-xs nav.navbar .search-form label {
          font-size: 14px;
          line-height: 1;
          font-weight: 200;
          color: #A3A3A3;
          width: 100%;
          text-align: center;
          margin: 25px 0 0; } }

@media all and (max-width: 767px) {
  .header.visible-xs nav.navbar, .header.mobile-only nav.navbar {
    height: 50px;
    background-color: #040707;
    color: #9A9A9A;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0; }
    .header.visible-xs nav.navbar .navbar-brand, .header.mobile-only nav.navbar .navbar-brand {
      margin: 0 15px 0 10px;
      padding: 0; }
      .header.visible-xs nav.navbar .navbar-brand img, .header.mobile-only nav.navbar .navbar-brand img {
        height: 24px;
        margin-top: 13px; }
    .header.visible-xs nav.navbar .list-inline > li, .header.mobile-only nav.navbar .list-inline > li, .header.visible-xs nav.navbar .genre-landing .ais-pagination > li, .genre-landing .header.visible-xs nav.navbar .ais-pagination > li, .header.mobile-only nav.navbar .genre-landing .ais-pagination > li, .genre-landing .header.mobile-only nav.navbar .ais-pagination > li, .header.visible-xs nav.navbar
    .page-template-page-events-landing .ais-pagination > li,
    .page-template-page-events-landing .header.visible-xs nav.navbar .ais-pagination > li, .header.mobile-only nav.navbar
    .page-template-page-events-landing .ais-pagination > li,
    .page-template-page-events-landing .header.mobile-only nav.navbar .ais-pagination > li, .header.visible-xs nav.navbar
    body.page-template-page-vendor-directory-landing .ais-pagination > li,
    body.page-template-page-vendor-directory-landing .header.visible-xs nav.navbar .ais-pagination > li, .header.mobile-only nav.navbar
    body.page-template-page-vendor-directory-landing .ais-pagination > li,
    body.page-template-page-vendor-directory-landing .header.mobile-only nav.navbar .ais-pagination > li, .header.visible-xs nav.navbar
    body.page-template-page-webinars-landing .ais-pagination > li,
    body.page-template-page-webinars-landing .header.visible-xs nav.navbar .ais-pagination > li, .header.mobile-only nav.navbar
    body.page-template-page-webinars-landing .ais-pagination > li,
    body.page-template-page-webinars-landing .header.mobile-only nav.navbar .ais-pagination > li, .header.visible-xs nav.navbar
    body.search .ais-pagination > li,
    body.search .header.visible-xs nav.navbar .ais-pagination > li, .header.mobile-only nav.navbar
    body.search .ais-pagination > li,
    body.search .header.mobile-only nav.navbar .ais-pagination > li {
      padding: 0; }
    .header.visible-xs nav.navbar .navbar-btn, .header.mobile-only nav.navbar .navbar-btn {
      margin: 0;
      padding: 0;
      right: 0; }
      .header.visible-xs nav.navbar .navbar-btn > li, .header.mobile-only nav.navbar .navbar-btn > li {
        height: 100%;
        padding: 12px 11px 0px; }
        .header.visible-xs nav.navbar .navbar-btn > li.open, .header.mobile-only nav.navbar .navbar-btn > li.open {
          background: #222424;
          padding-bottom: 1px; }
          .header.visible-xs nav.navbar .navbar-btn > li.open a, .header.mobile-only nav.navbar .navbar-btn > li.open a {
            background: transparent !important; }
        .header.visible-xs nav.navbar .navbar-btn > li.menu.open, .header.mobile-only nav.navbar .navbar-btn > li.menu.open {
          padding-bottom: 10px; }
        .header.visible-xs nav.navbar .navbar-btn > li.subscription, .header.mobile-only nav.navbar .navbar-btn > li.subscription {
          display: none; }
        .header.visible-xs nav.navbar .navbar-btn > li.search, .header.mobile-only nav.navbar .navbar-btn > li.search {
          margin-right: -9px; }
      .header.visible-xs nav.navbar .navbar-btn > li:not(.account):not(:first-child):not(:last-child) a i:before, .header.mobile-only nav.navbar .navbar-btn > li:not(.account):not(:first-child):not(:last-child) a i:before {
        content: ' ';
        display: block;
        border-left: 1px solid #454545;
        width: 1px;
        height: 22px;
        top: 2px;
        position: absolute;
        margin-left: -17px; }
      .header.visible-xs nav.navbar .navbar-btn > li.search a i:before, .header.mobile-only nav.navbar .navbar-btn > li.search a i:before {
        margin-left: -15px; }
      .header.visible-xs nav.navbar .navbar-btn a, .header.mobile-only nav.navbar .navbar-btn a {
        height: 37px;
        border: none;
        background: transparent;
        padding: 2px 0 2px 4px;
        margin: 0;
        border-radius: 0; }
        .header.visible-xs nav.navbar .navbar-btn a.open, .header.mobile-only nav.navbar .navbar-btn a.open, .header.visible-xs nav.navbar .navbar-btn a:hover, .header.mobile-only nav.navbar .navbar-btn a:hover {
          border: none;
          background: #222424; }
        .header.visible-xs nav.navbar .navbar-btn a.open i, .header.mobile-only nav.navbar .navbar-btn a.open i {
          background-position: 280px 22px;
          width: 20px; }
    .header.visible-xs nav.navbar .menu-icon, .header.mobile-only nav.navbar .menu-icon {
      background: url("img/icons/menu-icons.svg");
      background-size: 140px 22px;
      height: 22px;
      display: block;
      vertical-align: top; }
      .header.visible-xs nav.navbar .menu-icon.account, .header.mobile-only nav.navbar .menu-icon.account {
        width: 18px;
        background-position: 95px 22px; }
      .header.visible-xs nav.navbar .menu-icon.cart, .header.mobile-only nav.navbar .menu-icon.cart {
        width: 25px;
        background-position: 72px 22px;
        height: 21px; }
      .header.visible-xs nav.navbar .menu-icon.search, .header.mobile-only nav.navbar .menu-icon.search {
        width: 20px;
        background-position: 43px 22px; }
      .header.visible-xs nav.navbar .menu-icon.menu, .header.mobile-only nav.navbar .menu-icon.menu {
        width: 20px;
        background-position: 20px 22px; }
        .header.visible-xs nav.navbar .menu-icon.menu.open, .header.mobile-only nav.navbar .menu-icon.menu.open {
          width: 25px; }
    .header.visible-xs nav.navbar .sub-menu, .header.mobile-only nav.navbar .sub-menu {
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      width: 100%;
      padding: 0 18px;
      border: none;
      border-radius: 0;
      background-color: #222424;
      margin: 0;
      padding: 0 11px;
      box-shadow: 0 0.3125em 0.625em #000; }
      .header.visible-xs nav.navbar .sub-menu > li:not(:last-child):not(.open) > a, .header.mobile-only nav.navbar .sub-menu > li:not(:last-child):not(.open) > a {
        border-bottom: 1px solid #454545; }
      .header.visible-xs nav.navbar .sub-menu a, .header.mobile-only nav.navbar .sub-menu a {
        color: #FFF;
        font-size: 30px;
        line-height: 1; }
      .header.visible-xs nav.navbar .sub-menu .dropdown, .header.mobile-only nav.navbar .sub-menu .dropdown {
        margin: 0 -11px; }
        .header.visible-xs nav.navbar .sub-menu .dropdown .dropdown-toggle, .header.mobile-only nav.navbar .sub-menu .dropdown .dropdown-toggle {
          height: 87px;
          padding: 27px 0 2px 11px; }
      .header.visible-xs nav.navbar .sub-menu .dropdown:not(.open) .dropdown-toggle:after, .header.mobile-only nav.navbar .sub-menu .dropdown:not(.open) .dropdown-toggle:after {
        content: ' ';
        display: inline-block;
        width: 0.3125em;
        position: absolute;
        right: 0;
        margin: 15px;
        vertical-align: middle;
        border-top: 0.25em dashed;
        border-top: 0.25em solid;
        border-right: 0.25em solid transparent;
        border-left: 0.25em solid transparent; }
      .header.visible-xs nav.navbar .sub-menu .dropdown.open .dropdown-toggle:after, .header.mobile-only nav.navbar .sub-menu .dropdown.open .dropdown-toggle:after {
        content: ' ';
        display: inline-block;
        width: 0.3125em;
        position: absolute;
        right: 11px;
        margin: 15px;
        vertical-align: middle;
        border-bottom: 0.25em solid;
        border-right: 0.25em solid transparent;
        border-left: 0.25em solid transparent; }
      .header.visible-xs nav.navbar .sub-menu .dropdown-menu, .header.mobile-only nav.navbar .sub-menu .dropdown-menu {
        background-color: #2B2B2B;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 27px 0 20px;
        border: none;
        outline: none;
        font-size: 1.125em;
        line-height: 100%;
        color: #FFF; }
        .header.visible-xs nav.navbar .sub-menu .dropdown-menu a, .header.mobile-only nav.navbar .sub-menu .dropdown-menu a {
          font-size: 18px;
          line-height: 100%;
          color: #FFF;
          margin: 0 11px; }
      .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .list-subheader, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .list-subheader {
        margin-top: 18px;
        color: #666666;
        pointer-events: none;
        cursor: default;
        font-weight: bold; }
      .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .list-unstyled a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .list-unstyled a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .single-product .metric-body ul a, .single-product .metric-body .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu ul a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .single-product .metric-body ul a, .single-product .metric-body .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu ul a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .genre-landing .ais-pagination a, .genre-landing .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .genre-landing .ais-pagination a, .genre-landing .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      .page-template-page-events-landing .ais-pagination a,
      .page-template-page-events-landing .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      .page-template-page-events-landing .ais-pagination a,
      .page-template-page-events-landing .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.page-template-page-vendor-directory-landing .ais-pagination a,
      body.page-template-page-vendor-directory-landing .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.page-template-page-vendor-directory-landing .ais-pagination a,
      body.page-template-page-vendor-directory-landing .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.page-template-page-webinars-landing .ais-pagination a,
      body.page-template-page-webinars-landing .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.page-template-page-webinars-landing .ais-pagination a,
      body.page-template-page-webinars-landing .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.search .ais-pagination a,
      body.search .header.visible-xs nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a, .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu
      body.search .ais-pagination a,
      body.search .header.mobile-only nav.navbar .sub-menu .NewsAnalysis .dropdown-menu .ais-pagination a {
        display: block;
        height: 37px;
        color: #FFF;
        padding: 0; }
      .header.visible-xs nav.navbar .sub-menu .list-navbar li, .header.mobile-only nav.navbar .sub-menu .list-navbar li {
        width: 100%;
        padding: 30px 0; }
        .header.visible-xs nav.navbar .sub-menu .list-navbar li a, .header.mobile-only nav.navbar .sub-menu .list-navbar li a {
          padding-top: 0;
          padding-bottom: 0; }
        .header.visible-xs nav.navbar .sub-menu .list-navbar li:not(:last-child), .header.mobile-only nav.navbar .sub-menu .list-navbar li:not(:last-child) {
          border-bottom: 1px solid #454545; }
      .header.visible-xs nav.navbar .sub-menu .list-header, .header.mobile-only nav.navbar .sub-menu .list-header {
        color: #7B7B7B;
        margin: 35px 0 25px;
        font-size: 18px;
        font-weight: bold; }
      .header.visible-xs nav.navbar .sub-menu .coverage-list li:not(.list-header), .header.mobile-only nav.navbar .sub-menu .coverage-list li:not(.list-header) {
        margin-bottom: 23px; }
      .header.visible-xs nav.navbar .sub-menu .coverage-list li.list-header, .header.mobile-only nav.navbar .sub-menu .coverage-list li.list-header {
        margin-bottom: 20px; }
      .header.visible-xs nav.navbar .sub-menu .coverage-list li a, .header.mobile-only nav.navbar .sub-menu .coverage-list li a {
        font-size: 30px;
        line-height: 1; }
      .header.visible-xs nav.navbar .sub-menu .coverage-list-bottom, .header.mobile-only nav.navbar .sub-menu .coverage-list-bottom {
        width: 100%;
        margin-left: 0; }
      .header.visible-xs nav.navbar .sub-menu .coverage-search li, .header.mobile-only nav.navbar .sub-menu .coverage-search li {
        margin-bottom: 20px; }
      .header.visible-xs nav.navbar .sub-menu .coverage-search a, .header.mobile-only nav.navbar .sub-menu .coverage-search a {
        display: flex;
        align-items: center;
        font-family: "Lato";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%; }
    .header.visible-xs nav.navbar .list-icon, .header.mobile-only nav.navbar .list-icon {
      background: url("img/icons/list-icons.png");
      display: inline-block;
      background-size: 82px 34px;
      margin-right: 9px; }
      .header.visible-xs nav.navbar .list-icon.topic, .header.mobile-only nav.navbar .list-icon.topic {
        width: 25px;
        height: 29px;
        background-position: 0;
        margin-bottom: -6px; }
      .header.visible-xs nav.navbar .list-icon.company, .header.mobile-only nav.navbar .list-icon.company {
        width: 25px;
        height: 34px;
        background-position: 53px;
        margin-bottom: -6px; }
      .header.visible-xs nav.navbar .list-icon.industry, .header.mobile-only nav.navbar .list-icon.industry {
        width: 25px;
        height: 28px;
        background-position: 25px;
        margin-bottom: -6px; }
    .header.visible-xs nav.navbar .menu .coverage-list:after, .header.mobile-only nav.navbar .menu .coverage-list:after {
      content: ' ';
      display: block;
      border-bottom: 1px solid #454545;
      height: 1px;
      margin: 26px 0 0; }
    .header.visible-xs nav.navbar .menu .coverage-list .list-icon, .header.mobile-only nav.navbar .menu .coverage-list .list-icon {
      margin-right: 17px; }
    .header.visible-xs nav.navbar .menu .coverage-list .list-header, .header.mobile-only nav.navbar .menu .coverage-list .list-header {
      margin-top: 24px;
      margin-bottom: 19px; }
    .header.visible-xs nav.navbar .menu a.btn, .header.mobile-only nav.navbar .menu a.btn, .header.visible-xs nav.navbar .menu a.cta, .header.mobile-only nav.navbar .menu a.cta, .header.visible-xs nav.navbar .menu
    .cta a,
    .cta .header.visible-xs nav.navbar .menu a, .header.mobile-only nav.navbar .menu
    .cta a,
    .cta .header.mobile-only nav.navbar .menu a, .header.visible-xs nav.navbar .menu .event .featured-webinar .view-more a, .event .featured-webinar .view-more .header.visible-xs nav.navbar .menu a, .header.mobile-only nav.navbar .menu .event .featured-webinar .view-more a, .event .featured-webinar .view-more .header.mobile-only nav.navbar .menu a, .header.visible-xs nav.navbar .menu
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .header.visible-xs nav.navbar .menu a, .header.mobile-only nav.navbar .menu
    .webinar .featured-webinar .view-more a,
    .webinar .featured-webinar .view-more .header.mobile-only nav.navbar .menu a, .header.visible-xs nav.navbar .menu
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .header.visible-xs nav.navbar .menu a, .header.mobile-only nav.navbar .menu
    .whitepaper .featured-webinar .view-more a,
    .whitepaper .featured-webinar .view-more .header.mobile-only nav.navbar .menu a {
      height: 32px;
      margin-top: -10px;
      margin-bottom: -4px;
      padding: 6px 10px;
      background-color: #222424 !important;
      border-radius: 5px;
      color: #FFF; }
    .header.visible-xs nav.navbar .search .sub-menu .coverage-list li a, .header.mobile-only nav.navbar .search .sub-menu .coverage-list li a {
      font-size: 20px; }
    .header.visible-xs nav.navbar .search .search-form, .header.mobile-only nav.navbar .search .search-form {
      margin: 0; }
    .header.visible-xs nav.navbar .search-form ::-webkit-input-placeholder, .header.mobile-only nav.navbar .search-form ::-webkit-input-placeholder {
      color: #434343; }
    .header.visible-xs nav.navbar .search-form :-moz-placeholder, .header.mobile-only nav.navbar .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: #434343; }
    .header.visible-xs nav.navbar .search-form ::-moz-placeholder, .header.mobile-only nav.navbar .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #434343; }
    .header.visible-xs nav.navbar .search-form :-ms-input-placeholder, .header.mobile-only nav.navbar .search-form :-ms-input-placeholder {
      color: #434343; }
    .header.visible-xs nav.navbar .search-form input, .header.mobile-only nav.navbar .search-form input {
      border: none;
      background: transparent;
      border-bottom: 1px solid #7B7B7B;
      outline: none;
      font-size: 45px;
      line-height: 1;
      padding: 0 0 5px 0;
      margin: 86px 0 13px;
      max-width: 280px;
      box-shadow: none;
      color: #FFF; }
    .header.visible-xs nav.navbar .search-form label, .header.mobile-only nav.navbar .search-form label {
      font-size: 14px;
      font-weight: 200;
      line-height: 1;
      margin: 0;
      color: #A3A3A3; } }

.cart-counter {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  margin-left: -5px;
  margin-top: -9px;
  display: block;
  padding: 2px 7px 3px;
  background: white;
  border-radius: 5px;
  font-size: 13px;
  color: #000; }

.navbar {
  margin-bottom: 0; }

ul.dropdown-menu.sub-menu {
  display: none;
  min-height: 570px; }
  ul.dropdown-menu.sub-menu.open {
    display: block; }

.footer {
  font-family: "Lato";
  font-style: normal;
  font-weight: 200;
  color: #FFF;
  clear: both;
  background-color: #222424; }
  .footer a {
    color: #FFF; }
    .footer a .open, .footer a:hover, .footer a:focus, .footer a:active, .footer a:visited {
      background-color: #222424; }
  @media all and (min-width: 768px) {
    .footer {
      color: #9A9A9A;
      /*a {
			color: $header_text_color !important;
			.open, &:hover, &:focus, &:active, &:visited {
				background-color: $footer_bg_color;
			}
		}*/ } }
  @media all and (min-width: 768px) {
    .footer .footer-upper ul li:first-child {
      font-family: "Lato";
      font-style: normal;
      font-weight: bold;
      color: #F1F1F1;
      font-size: 1em; }
      .footer .footer-upper ul li:first-child:after {
        content: ' ';
        display: block;
        position: relative;
        width: 4.375em;
        height: 0.0625em;
        border-bottom: 1px solid #454545;
        margin: 1.25em 0; } }
  .footer .footer-upper li {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    line-height: 1.875em;
    font-size: 0.875em;
    color: #FFF; }
    .footer .footer-upper li a {
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      color: #FFF; }
  .footer .social-links {
    text-align: right;
    margin-top: 0; }
    @media all and (max-width: 767px) {
      .footer .social-links {
        text-align: center;
        margin: 1.25em auto 0; }
        .footer .social-links:after {
          content: ' ';
          display: block;
          border-top: 0.0625em solid #454545;
          margin: 1.25em 0.625em 0; }
        .footer .social-links ul {
          margin: 0; } }
    .footer .social-links li {
      margin: 0 0.625em; }
    .footer .social-links .icon-twitter {
      background: url("img/icons/social-icons.png");
      display: block;
      width: 2.3125em;
      height: 1.875em;
      background-position: 0 0;
      background-size: 8.875em; }
    .footer .social-links .icon-facebook {
      background: url("img/icons/social-icons.png");
      display: block;
      width: 1.875em;
      height: 1.875em;
      background-position: 6.25em 0;
      background-size: 8.875em; }
    .footer .social-links .icon-linkedin {
      background: url("img/icons/social-icons.png");
      display: block;
      width: 1.875em;
      height: 1.875em;
      background-position: 4.0625em 0;
      background-size: 8.875em; }
    .footer .social-links .icon-google-plus {
      background: url("img/icons/social-icons.png");
      display: block;
      width: 1.875em;
      height: 1.875em;
      background-position: 1.875em 0;
      background-size: 8.875em; }
  .footer .copyright {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    color: #FFF;
    line-height: 1.875em; }
    @media all and (max-width: 767px) {
      .footer .copyright {
        margin: 1.25em 0;
        text-align: center; }
        .footer .copyright p {
          margin: 0; } }
  .footer .footer-upper {
    margin-top: 2.5em; }
  .footer .footer-bottom {
    font-size: 0.875em;
    margin-bottom: 0.9375em; }
    .footer .footer-bottom:before {
      content: ' ';
      display: block;
      border-top: 0.0625em solid #454545;
      margin: 30px 11px 35px; }
    @media all and (min-width: 1200px) {
      .footer .footer-bottom {
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto; } }
  @media all and (max-width: 767px) {
    .footer .dropdown {
      border-bottom: 0.0625em solid #040707; }
      .footer .dropdown a {
        font-weight: bold; }
    .footer .dropdown-menu {
      position: relative;
      width: 100%;
      border: none;
      box-shadow: none;
      border-radius: 0;
      background-color: black;
      height: 100% !important; }
      .footer .dropdown-menu a {
        color: #FFF; }
    .footer .dropdown-toggle:after {
      content: ' ';
      display: inline-block;
      width: 5px;
      position: absolute;
      right: 0;
      height: 100%;
      margin: 10px 15px;
      vertical-align: middle;
      border-top: 7px dashed;
      border-top: 7px solid \9;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent; } }

.genre-landing,
.page-template-page-events-landing,
body.page-template-page-vendor-directory-landing,
body.page-template-page-webinars-landing,
body.search {
  color: #040707; }
  .genre-landing .search-header h2,
  .page-template-page-events-landing .search-header h2,
  body.page-template-page-vendor-directory-landing .search-header h2,
  body.page-template-page-webinars-landing .search-header h2,
  body.search .search-header h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 9px; }
    @media all and (min-width: 992px) {
      .genre-landing .search-header h2,
      .page-template-page-events-landing .search-header h2,
      body.page-template-page-vendor-directory-landing .search-header h2,
      body.page-template-page-webinars-landing .search-header h2,
      body.search .search-header h2 {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 20px; } }
  .genre-landing .feature-separator.top-content,
  .page-template-page-events-landing .feature-separator.top-content,
  body.page-template-page-vendor-directory-landing .feature-separator.top-content,
  body.page-template-page-webinars-landing .feature-separator.top-content,
  body.search .feature-separator.top-content {
    margin: 8px 0 15px; }
  .genre-landing .search-input,
  .genre-landing .search-tip,
  .page-template-page-events-landing .search-input,
  .page-template-page-events-landing .search-tip,
  body.page-template-page-vendor-directory-landing .search-input,
  body.page-template-page-vendor-directory-landing .search-tip,
  body.page-template-page-webinars-landing .search-input,
  body.page-template-page-webinars-landing .search-tip,
  body.search .search-input,
  body.search .search-tip {
    margin: 0 auto;
    float: none; }
  .genre-landing #algolia-search-box input,
  .page-template-page-events-landing #algolia-search-box input,
  body.page-template-page-vendor-directory-landing #algolia-search-box input,
  body.page-template-page-webinars-landing #algolia-search-box input,
  body.search #algolia-search-box input {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    height: 57px !important; }
  .genre-landing #algolia-search-box .ais-clear-all--link,
  .page-template-page-events-landing #algolia-search-box .ais-clear-all--link,
  body.page-template-page-vendor-directory-landing #algolia-search-box .ais-clear-all--link,
  body.page-template-page-webinars-landing #algolia-search-box .ais-clear-all--link,
  body.search #algolia-search-box .ais-clear-all--link {
    position: absolute;
    right: 3px;
    padding: 1px;
    margin: 15px 30px;
    background-color: #CCCCCC;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
    background: url("img/oval-x.png");
    display: block;
    width: 28px;
    height: 28px;
    background-position: 0 0; }
  .genre-landing .help-text,
  .page-template-page-events-landing .help-text,
  body.page-template-page-vendor-directory-landing .help-text,
  body.page-template-page-webinars-landing .help-text,
  body.search .help-text {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #959595;
    margin-top: 13px; }
  .genre-landing .ais-stats--time,
  .page-template-page-events-landing .ais-stats--time,
  body.page-template-page-vendor-directory-landing .ais-stats--time,
  body.page-template-page-webinars-landing .ais-stats--time,
  body.search .ais-stats--time {
    display: none; }
  .genre-landing .ais-stats--body,
  .page-template-page-events-landing .ais-stats--body,
  body.page-template-page-vendor-directory-landing .ais-stats--body,
  body.page-template-page-webinars-landing .ais-stats--body,
  body.search .ais-stats--body {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    margin-top: 24px; }
    @media all and (min-width: 992px) {
      .genre-landing .ais-stats--body,
      .page-template-page-events-landing .ais-stats--body,
      body.page-template-page-vendor-directory-landing .ais-stats--body,
      body.page-template-page-webinars-landing .ais-stats--body,
      body.search .ais-stats--body {
        margin-top: 13px; } }
  .genre-landing .sort-by,
  .page-template-page-events-landing .sort-by,
  body.page-template-page-vendor-directory-landing .sort-by,
  body.page-template-page-webinars-landing .sort-by,
  body.search .sort-by {
    font-size: 18px;
    line-height: 25px;
    color: #666666; }
    .genre-landing .sort-by .label,
    .page-template-page-events-landing .sort-by .label,
    body.page-template-page-vendor-directory-landing .sort-by .label,
    body.page-template-page-webinars-landing .sort-by .label,
    body.search .sort-by .label {
      font-family: "Lato";
      font-style: normal;
      font-weight: 900; }
    .genre-landing .sort-by > div,
    .page-template-page-events-landing .sort-by > div,
    body.page-template-page-vendor-directory-landing .sort-by > div,
    body.page-template-page-webinars-landing .sort-by > div,
    body.search .sort-by > div {
      display: inline-block; }
    .genre-landing .sort-by .ais-sort-by-selector,
    .page-template-page-events-landing .sort-by .ais-sort-by-selector,
    body.page-template-page-vendor-directory-landing .sort-by .ais-sort-by-selector,
    body.page-template-page-webinars-landing .sort-by .ais-sort-by-selector,
    body.search .sort-by .ais-sort-by-selector {
      border: none;
      background: transparent;
      margin-top: 20px; }
  .genre-landing .vertical-search,
  .page-template-page-events-landing .vertical-search,
  body.page-template-page-vendor-directory-landing .vertical-search,
  body.page-template-page-webinars-landing .vertical-search,
  body.search .vertical-search {
    margin-left: 0; }
    @media all and (min-width: 992px) {
      .genre-landing .vertical-search,
      .page-template-page-events-landing .vertical-search,
      body.page-template-page-vendor-directory-landing .vertical-search,
      body.page-template-page-webinars-landing .vertical-search,
      body.search .vertical-search {
        margin-left: 10px; } }
    .genre-landing .vertical-search select,
    .page-template-page-events-landing .vertical-search select,
    body.page-template-page-vendor-directory-landing .vertical-search select,
    body.page-template-page-webinars-landing .vertical-search select,
    body.search .vertical-search select {
      height: 57px !important;
      text-indent: 12px;
      margin-top: 30px; }
      @media all and (min-width: 992px) {
        .genre-landing .vertical-search select,
        .page-template-page-events-landing .vertical-search select,
        body.page-template-page-vendor-directory-landing .vertical-search select,
        body.page-template-page-webinars-landing .vertical-search select,
        body.search .vertical-search select {
          margin-top: 0; } }
  .genre-landing .ais-root__collapsible,
  .page-template-page-events-landing .ais-root__collapsible,
  body.page-template-page-vendor-directory-landing .ais-root__collapsible,
  body.page-template-page-webinars-landing .ais-root__collapsible,
  body.search .ais-root__collapsible {
    margin-bottom: 14px; }
    .genre-landing .ais-root__collapsible .ais-header,
    .page-template-page-events-landing .ais-root__collapsible .ais-header,
    body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-header,
    body.page-template-page-webinars-landing .ais-root__collapsible .ais-header,
    body.search .ais-root__collapsible .ais-header {
      cursor: pointer;
      padding: 18px 0 5px;
      margin-bottom: 10px;
      border-top: 1px solid #CCCCCC; }
      .genre-landing .ais-root__collapsible .ais-header h3,
      .page-template-page-events-landing .ais-root__collapsible .ais-header h3,
      body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-header h3,
      body.page-template-page-webinars-landing .ais-root__collapsible .ais-header h3,
      body.search .ais-root__collapsible .ais-header h3 {
        text-align: left; }
    .genre-landing .ais-root__collapsible .ais-menu--item,
    .page-template-page-events-landing .ais-root__collapsible .ais-menu--item,
    body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-menu--item,
    body.page-template-page-webinars-landing .ais-root__collapsible .ais-menu--item,
    body.search .ais-root__collapsible .ais-menu--item {
      margin: 12px 0 10px; }
      .genre-landing .ais-root__collapsible .ais-menu--item .ais-menu--link,
      .page-template-page-events-landing .ais-root__collapsible .ais-menu--item .ais-menu--link,
      body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-menu--item .ais-menu--link,
      body.page-template-page-webinars-landing .ais-root__collapsible .ais-menu--item .ais-menu--link,
      body.search .ais-root__collapsible .ais-menu--item .ais-menu--link {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px; }
        .genre-landing .ais-root__collapsible .ais-menu--item .ais-menu--link .ais-menu--count,
        .page-template-page-events-landing .ais-root__collapsible .ais-menu--item .ais-menu--link .ais-menu--count,
        body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-menu--item .ais-menu--link .ais-menu--count,
        body.page-template-page-webinars-landing .ais-root__collapsible .ais-menu--item .ais-menu--link .ais-menu--count,
        body.search .ais-root__collapsible .ais-menu--item .ais-menu--link .ais-menu--count {
          font-size: 14px;
          color: #666666; }
      .genre-landing .ais-root__collapsible .ais-menu--item__active a,
      .page-template-page-events-landing .ais-root__collapsible .ais-menu--item__active a,
      body.page-template-page-vendor-directory-landing .ais-root__collapsible .ais-menu--item__active a,
      body.page-template-page-webinars-landing .ais-root__collapsible .ais-menu--item__active a,
      body.search .ais-root__collapsible .ais-menu--item__active a {
        font-weight: 900 !important; }
    .genre-landing .ais-root__collapsible .caret,
    .page-template-page-events-landing .ais-root__collapsible .caret,
    body.page-template-page-vendor-directory-landing .ais-root__collapsible .caret,
    body.page-template-page-webinars-landing .ais-root__collapsible .caret,
    body.search .ais-root__collapsible .caret {
      right: 0;
      position: absolute;
      margin: 13px 31px; }
    .genre-landing .ais-root__collapsible:not(.ais-root__collapsed) .caret,
    .page-template-page-events-landing .ais-root__collapsible:not(.ais-root__collapsed) .caret,
    body.page-template-page-vendor-directory-landing .ais-root__collapsible:not(.ais-root__collapsed) .caret,
    body.page-template-page-webinars-landing .ais-root__collapsible:not(.ais-root__collapsed) .caret,
    body.search .ais-root__collapsible:not(.ais-root__collapsed) .caret {
      border-top: 0;
      border-bottom: 4px dashed;
      border-bottom: 4px solid "	";
      content: ""; }
  .genre-landing .ais-root__collapsed .ais-body,
  .genre-landing .ais-root__collapsed .ais-root__collapsed .ais-footer,
  .page-template-page-events-landing .ais-root__collapsed .ais-body,
  .page-template-page-events-landing .ais-root__collapsed .ais-root__collapsed .ais-footer,
  body.page-template-page-vendor-directory-landing .ais-root__collapsed .ais-body,
  body.page-template-page-vendor-directory-landing .ais-root__collapsed .ais-root__collapsed .ais-footer,
  body.page-template-page-webinars-landing .ais-root__collapsed .ais-body,
  body.page-template-page-webinars-landing .ais-root__collapsed .ais-root__collapsed .ais-footer,
  body.search .ais-root__collapsed .ais-body,
  body.search .ais-root__collapsed .ais-root__collapsed .ais-footer {
    display: none; }
  .genre-landing .ais-pagination,
  .page-template-page-events-landing .ais-pagination,
  body.page-template-page-vendor-directory-landing .ais-pagination,
  body.page-template-page-webinars-landing .ais-pagination,
  body.search .ais-pagination {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: -5x;
    margin-bottom: 40px; }
    .genre-landing .ais-pagination--item a,
    .page-template-page-events-landing .ais-pagination--item a,
    body.page-template-page-vendor-directory-landing .ais-pagination--item a,
    body.page-template-page-webinars-landing .ais-pagination--item a,
    body.search .ais-pagination--item a {
      font-weight: 400;
      color: #666666; }
    .genre-landing .ais-pagination--item__active a,
    .page-template-page-events-landing .ais-pagination--item__active a,
    body.page-template-page-vendor-directory-landing .ais-pagination--item__active a,
    body.page-template-page-webinars-landing .ais-pagination--item__active a,
    body.search .ais-pagination--item__active a {
      font-weight: 900;
      color: #040707; }
  .genre-landing .ais-hits,
  .page-template-page-events-landing .ais-hits,
  body.page-template-page-vendor-directory-landing .ais-hits,
  body.page-template-page-webinars-landing .ais-hits,
  body.search .ais-hits {
    margin-top: 10px; }
  .genre-landing .ais-hits--item,
  .page-template-page-events-landing .ais-hits--item,
  body.page-template-page-vendor-directory-landing .ais-hits--item,
  body.page-template-page-webinars-landing .ais-hits--item,
  body.search .ais-hits--item {
    color: #666666;
    padding: 40px 0;
    border-bottom: 1px solid #CCCCCC; }
    .genre-landing .ais-hits--item .industry-resources.full-background .permalink,
    .genre-landing .ais-hits--item .post-type-product .permalink,
    .genre-landing .ais-hits--item .post-type-webinar .permalink,
    .page-template-page-events-landing .ais-hits--item .industry-resources.full-background .permalink,
    .page-template-page-events-landing .ais-hits--item .post-type-product .permalink,
    .page-template-page-events-landing .ais-hits--item .post-type-webinar .permalink,
    body.page-template-page-vendor-directory-landing .ais-hits--item .industry-resources.full-background .permalink,
    body.page-template-page-vendor-directory-landing .ais-hits--item .post-type-product .permalink,
    body.page-template-page-vendor-directory-landing .ais-hits--item .post-type-webinar .permalink,
    body.page-template-page-webinars-landing .ais-hits--item .industry-resources.full-background .permalink,
    body.page-template-page-webinars-landing .ais-hits--item .post-type-product .permalink,
    body.page-template-page-webinars-landing .ais-hits--item .post-type-webinar .permalink,
    body.search .ais-hits--item .industry-resources.full-background .permalink,
    body.search .ais-hits--item .post-type-product .permalink,
    body.search .ais-hits--item .post-type-webinar .permalink {
      font-family: "Lato";
      font-style: normal;
      font-weight: 400; }
      .genre-landing .ais-hits--item .industry-resources.full-background .permalink a,
      .genre-landing .ais-hits--item .post-type-product .permalink a,
      .genre-landing .ais-hits--item .post-type-webinar .permalink a,
      .page-template-page-events-landing .ais-hits--item .industry-resources.full-background .permalink a,
      .page-template-page-events-landing .ais-hits--item .post-type-product .permalink a,
      .page-template-page-events-landing .ais-hits--item .post-type-webinar .permalink a,
      body.page-template-page-vendor-directory-landing .ais-hits--item .industry-resources.full-background .permalink a,
      body.page-template-page-vendor-directory-landing .ais-hits--item .post-type-product .permalink a,
      body.page-template-page-vendor-directory-landing .ais-hits--item .post-type-webinar .permalink a,
      body.page-template-page-webinars-landing .ais-hits--item .industry-resources.full-background .permalink a,
      body.page-template-page-webinars-landing .ais-hits--item .post-type-product .permalink a,
      body.page-template-page-webinars-landing .ais-hits--item .post-type-webinar .permalink a,
      body.search .ais-hits--item .industry-resources.full-background .permalink a,
      body.search .ais-hits--item .post-type-product .permalink a,
      body.search .ais-hits--item .post-type-webinar .permalink a {
        text-decoration: underline; }
    .genre-landing .ais-hits--item:first-child,
    .page-template-page-events-landing .ais-hits--item:first-child,
    body.page-template-page-vendor-directory-landing .ais-hits--item:first-child,
    body.page-template-page-webinars-landing .ais-hits--item:first-child,
    body.search .ais-hits--item:first-child {
      margin-top: 0;
      padding-top: 0; }
    .genre-landing .ais-hits--item h2,
    .page-template-page-events-landing .ais-hits--item h2,
    body.page-template-page-vendor-directory-landing .ais-hits--item h2,
    body.page-template-page-webinars-landing .ais-hits--item h2,
    body.search .ais-hits--item h2 {
      color: #040707;
      margin: 10px 0; }
      .genre-landing .ais-hits--item h2 a,
      .page-template-page-events-landing .ais-hits--item h2 a,
      body.page-template-page-vendor-directory-landing .ais-hits--item h2 a,
      body.page-template-page-webinars-landing .ais-hits--item h2 a,
      body.search .ais-hits--item h2 a {
        color: #040707; }
    .genre-landing .ais-hits--item .excerpt,
    .page-template-page-events-landing .ais-hits--item .excerpt,
    body.page-template-page-vendor-directory-landing .ais-hits--item .excerpt,
    body.page-template-page-webinars-landing .ais-hits--item .excerpt,
    body.search .ais-hits--item .excerpt {
      margin: 10px 0 30px; }
    .genre-landing .ais-hits--item .title a,
    .page-template-page-events-landing .ais-hits--item .title a,
    body.page-template-page-vendor-directory-landing .ais-hits--item .title a,
    body.page-template-page-webinars-landing .ais-hits--item .title a,
    body.search .ais-hits--item .title a {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600; }
    @media all and (max-width: 991px) {
      .genre-landing .ais-hits--item,
      .page-template-page-events-landing .ais-hits--item,
      body.page-template-page-vendor-directory-landing .ais-hits--item,
      body.page-template-page-webinars-landing .ais-hits--item,
      body.search .ais-hits--item {
        padding: 30px 0; } }
  .genre-landing .facets-menu .ais-facets h3,
  .page-template-page-events-landing .facets-menu .ais-facets h3,
  body.page-template-page-vendor-directory-landing .facets-menu .ais-facets h3,
  body.page-template-page-webinars-landing .facets-menu .ais-facets h3,
  body.search .facets-menu .ais-facets h3 {
    font-size: 18px; }
  .genre-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:first-child,
  .page-template-page-events-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:first-child,
  body.page-template-page-vendor-directory-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:first-child,
  body.page-template-page-webinars-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:first-child,
  body.search .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:first-child {
    margin-top: 12px;
    border-top: 1px solid #CCCCCC; }
  .genre-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:last-child,
  .page-template-page-events-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:last-child,
  body.page-template-page-vendor-directory-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:last-child,
  body.page-template-page-webinars-landing .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:last-child,
  body.search .facets-menu .ais-facets .ais-body .ais-menu--list > .ais-menu--item:last-child {
    margin-bottom: 32px; }
  .genre-landing .facets-menu .ais-facets:last-child,
  .page-template-page-events-landing .facets-menu .ais-facets:last-child,
  body.page-template-page-vendor-directory-landing .facets-menu .ais-facets:last-child,
  body.page-template-page-webinars-landing .facets-menu .ais-facets:last-child,
  body.search .facets-menu .ais-facets:last-child {
    border-bottom: 1px solid #CCCCCC; }
  .genre-landing .cta-subtext,
  .page-template-page-events-landing .cta-subtext,
  body.page-template-page-vendor-directory-landing .cta-subtext,
  body.page-template-page-webinars-landing .cta-subtext,
  body.search .cta-subtext {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #959595;
    margin-top: 0px; }

.tax-genre .row.section-header {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .tax-genre .row.section-header {
      margin-bottom: 13px; } }

.tax-genre #algolia-hits {
  margin-top: 0; }
  @media all and (min-width: 992px) {
    .tax-genre #algolia-hits {
      margin-top: 20px; } }

.tax-genre .post-type-event.genre-aggregate .eyebrow:not(.topic-eyebrow),
.tax-genre .post-type-post.genre-aggregate .eyebrow:not(.topic-eyebrow),
.tax-genre .post-type-webinar.genre-aggregate .eyebrow:not(.topic-eyebrow),
.tax-genre .post-type-whitepaper.genre-aggregate .eyebrow:not(.topic-eyebrow) {
  display: none; }

.tax-genre .post-type-event.genre-aggregate .eyebrow.topic-eyebrow,
.tax-genre .post-type-post.genre-aggregate .eyebrow.topic-eyebrow,
.tax-genre .post-type-webinar.genre-aggregate .eyebrow.topic-eyebrow,
.tax-genre .post-type-whitepaper.genre-aggregate .eyebrow.topic-eyebrow {
  display: block !important; }

.tax-genre .post-type-event.genre-aggregate .byline.presented-by,
.tax-genre .post-type-post.genre-aggregate .byline.presented-by,
.tax-genre .post-type-webinar.genre-aggregate .byline.presented-by,
.tax-genre .post-type-whitepaper.genre-aggregate .byline.presented-by {
  overflow: hidden; }

.tax-genre a.btn.outline, .tax-genre a.outline.cta, .tax-genre
.cta a.outline,
.cta .tax-genre a.outline, .tax-genre .event .featured-webinar .view-more a.outline, .event .featured-webinar .view-more .tax-genre a.outline, .tax-genre
.webinar .featured-webinar .view-more a.outline,
.webinar .featured-webinar .view-more .tax-genre a.outline, .tax-genre
.whitepaper .featured-webinar .view-more a.outline,
.whitepaper .featured-webinar .view-more .tax-genre a.outline, .tax-genre .hs-form.stacked .actions a.outline.cta, .hs-form.stacked .actions .tax-genre a.outline.cta {
  background-color: transparent !important;
  color: #000 !important; }
  .tax-genre a.btn.outline.white, .tax-genre a.outline.white.cta, .tax-genre
  .cta a.outline.white,
  .cta .tax-genre a.outline.white, .tax-genre .event .featured-webinar .view-more a.outline.white, .event .featured-webinar .view-more .tax-genre a.outline.white, .tax-genre
  .webinar .featured-webinar .view-more a.outline.white,
  .webinar .featured-webinar .view-more .tax-genre a.outline.white, .tax-genre
  .whitepaper .featured-webinar .view-more a.outline.white,
  .whitepaper .featured-webinar .view-more .tax-genre a.outline.white {
    color: #FFF !important;
    border-color: #FFF; }

.tax-genre a.btn.outline:hover, .tax-genre a.outline.cta:hover, .tax-genre
.cta a.outline:hover,
.cta .tax-genre a.outline:hover, .tax-genre .event .featured-webinar .view-more a.outline:hover, .event .featured-webinar .view-more .tax-genre a.outline:hover, .tax-genre
.webinar .featured-webinar .view-more a.outline:hover,
.webinar .featured-webinar .view-more .tax-genre a.outline:hover, .tax-genre
.whitepaper .featured-webinar .view-more a.outline:hover,
.whitepaper .featured-webinar .view-more .tax-genre a.outline:hover {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.tax-genre .post-type-event .date-prefix,
.tax-genre .post-type-webinar .date-prefix,
.tax-genre .post-type-whitepaper .date-prefix {
  color: #ED9230; }

.tax-genre .post-type-event .byline.presented-by,
.tax-genre .post-type-webinar .byline.presented-by,
.tax-genre .post-type-whitepaper .byline.presented-by {
  margin-bottom: 0; }
  .tax-genre .post-type-event .byline.presented-by ul,
  .tax-genre .post-type-webinar .byline.presented-by ul,
  .tax-genre .post-type-whitepaper .byline.presented-by ul {
    margin-bottom: 0; }

.tax-genre .post-type-event .pubdate,
.tax-genre .post-type-webinar .pubdate,
.tax-genre .post-type-whitepaper .pubdate {
  display: none; }

.tax-genre .post-type-event .excerpt,
.tax-genre .post-type-webinar .excerpt,
.tax-genre .post-type-whitepaper .excerpt {
  margin-top: 30px; }

.tax-genre .post-type-event .permalink.webinar,
.tax-genre .post-type-webinar .permalink.webinar,
.tax-genre .post-type-whitepaper .permalink.webinar {
  margin: 30px 0;
  color: #666666;
  display: block !important; }

.tax-genre .post-type-whitepaper a.btn.outline, .tax-genre .post-type-whitepaper a.outline.cta, .tax-genre .post-type-whitepaper
.cta a.outline,
.cta .tax-genre .post-type-whitepaper a.outline, .tax-genre .post-type-whitepaper .event .featured-webinar .view-more a.outline, .event .featured-webinar .view-more .tax-genre .post-type-whitepaper a.outline, .tax-genre .post-type-whitepaper
.webinar .featured-webinar .view-more a.outline,
.webinar .featured-webinar .view-more .tax-genre .post-type-whitepaper a.outline, .tax-genre .post-type-whitepaper
.whitepaper .featured-webinar .view-more a.outline,
.whitepaper .featured-webinar .view-more .tax-genre .post-type-whitepaper a.outline {
  color: #FFF !important;
  border-color: #FFF; }

.tax-genre .post-type-whitepaper .permalink {
  display: inline-block;
  margin-top: 6px; }
  .tax-genre .post-type-whitepaper .permalink.webinar {
    float: left;
    margin: 0 15px 0 0; }

@media all and (min-width: 991px) {
  .tax-genre .no-results {
    width: 46% !important; } }

.tax-genre .no-results a.btn.outline, .tax-genre .no-results a.outline.cta, .tax-genre .no-results
.cta a.outline,
.cta .tax-genre .no-results a.outline, .tax-genre .no-results .event .featured-webinar .view-more a.outline, .event .featured-webinar .view-more .tax-genre .no-results a.outline, .tax-genre .no-results
.webinar .featured-webinar .view-more a.outline,
.webinar .featured-webinar .view-more .tax-genre .no-results a.outline, .tax-genre .no-results
.whitepaper .featured-webinar .view-more a.outline,
.whitepaper .featured-webinar .view-more .tax-genre .no-results a.outline {
  padding: 12px 30px; }

.tax-genre .headshot {
  margin-top: 0 !important; }

.tax-genre.term-webinars .permalink.webinar {
  margin-bottom: 4px; }

.search-content {
  margin-top: 25px; }
  @media all and (max-width: 991px) {
    .search-content {
      padding-left: 0;
      padding-right: 0; }
      .search-content .left-sidebar {
        padding: 0; }
      .search-content .ais-menu--header h3 {
        margin-left: 14px; }
      .search-content .ais-menu--link {
        margin-left: 14px; } }
  .search-content .left-sidebar {
    margin-bottom: 20px; }

body.page-template-page-vendor-directory-landing .ais-hits .ais-hits--item:last-child {
  margin-bottom: 35px; }

body.page-template-page-vendor-directory-landing .left-sidebar {
  margin-top: 25px; }

body.page-template-page-vendor-directory-landing .results-content {
  margin-top: 20px; }

.tax-genre .ais-hits .ais-hits--item:last-child {
  margin-bottom: 33px; }

.search-results .ais-hits .ais-hits--item:last-child {
  margin-bottom: 34px; }

.toc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 22px; }
  .toc .toc-list-header {
    font-weight: bold; }

.toc-body-item {
  visibility: hidden;
  position: absolute; }

.single .content-area {
  margin: 20px auto;
  display: inline-block; }

#article-body .content iframe {
  margin-top: 30px;
  margin-bottom: 30px; }

.company,
.vendor {
  font-size: 16px; }
  .company.container-fluid,
  .vendor.container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .company h3,
  .vendor h3 {
    color: #000;
    font-size: 2.5em;
    text-align: left;
    margin-bottom: 37px; }
  .company h4, .company .label,
  .vendor h4,
  .vendor .label {
    color: #000;
    font-size: 1.125em;
    margin: 0 0 8px;
    text-align: left; }
  @media all and (min-width: 992px) {
    .company-block,
    .vendor-block {
      padding: 0 30px; } }
  .company .label,
  .vendor .label {
    font-weight: 700;
    margin-top: 30px; }
    @media all and (min-width: 1200px) {
      .company .label,
      .vendor .label {
        margin-top: 0; }
        .company .label:not(:first-of-type),
        .vendor .label:not(:first-of-type) {
          margin-top: 28px; } }
  .company .score,
  .vendor .score {
    margin-top: 1px; }
  .company .value,
  .vendor .value {
    margin-bottom: 5px; }
  @media all and (min-width: 992px) {
    .company .overview-content,
    .vendor .overview-content {
      display: flex;
      align-items: center;
      margin-bottom: 40px; } }
  .company .overview .section-left:after, .company .overview .section-left:before,
  .vendor .overview .section-left:after,
  .vendor .overview .section-left:before {
    content: "";
    display: table; }
  .company .overview .section-left .rank, .company .overview .section-left .rank_desc,
  .vendor .overview .section-left .rank,
  .vendor .overview .section-left .rank_desc {
    color: #000;
    font-weight: 600; }
  .company .overview .section-left .rank,
  .vendor .overview .section-left .rank {
    font-size: 2.5em; }
  .company .overview .section-left .rank_desc,
  .vendor .overview .section-left .rank_desc {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 1.375em; }
  .company .overview .section-left .label,
  .vendor .overview .section-left .label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700; }
  .company .border-right,
  .vendor .border-right {
    border-right: 1px solid #CCCCCC; }
  .company .border-left,
  .vendor .border-left {
    border-left: 1px solid #CCCCCC; }
  .company .border-top,
  .vendor .border-top {
    border-top: 1px solid #CCCCCC; }
  .company .item-list .item,
  .vendor .item-list .item {
    margin-bottom: 7px; }
  .company .branding,
  .vendor .branding {
    padding-top: 30px;
    padding-bottom: 30px; }
  .company .info,
  .vendor .info {
    margin-top: 30px; }
    @media all and (min-width: 992px) {
      .company .info,
      .vendor .info {
        margin-top: 0; } }
    .company .info .row,
    .vendor .info .row {
      border-bottom: none; }
    .company .info-description,
    .vendor .info-description {
      display: inline-block;
      margin-bottom: 50px;
      font-size: 1.25em; }
      .company .info-description p:last-child,
      .vendor .info-description p:last-child {
        margin-bottom: 0; }
    .company .info .col-lg-3,
    .vendor .info .col-lg-3 {
      display: inline-block;
      vertical-align: bottom;
      min-height: 125px; }
      @media all and (min-width: 768px) {
        .company .info .col-lg-3,
        .vendor .info .col-lg-3 {
          min-height: 115px; } }
      .company .info .col-lg-3:nth-child(4):after,
      .vendor .info .col-lg-3:nth-child(4):after {
        clear: both; }
  .company .ir-top500-guides .btn.outline, .company .ir-top500-guides .outline.cta, .company .ir-top500-guides
  .cta a.outline,
  .cta .company .ir-top500-guides a.outline, .company .ir-top500-guides .event .featured-webinar .view-more a.outline, .event .featured-webinar .view-more .company .ir-top500-guides a.outline, .company .ir-top500-guides
  .webinar .featured-webinar .view-more a.outline,
  .webinar .featured-webinar .view-more .company .ir-top500-guides a.outline, .company .ir-top500-guides
  .whitepaper .featured-webinar .view-more a.outline,
  .whitepaper .featured-webinar .view-more .company .ir-top500-guides a.outline,
  .vendor .ir-top500-guides .btn.outline,
  .vendor .ir-top500-guides .outline.cta,
  .vendor .ir-top500-guides
  .cta a.outline,
  .cta
  .vendor .ir-top500-guides a.outline,
  .vendor .ir-top500-guides .event .featured-webinar .view-more a.outline, .event .featured-webinar .view-more
  .vendor .ir-top500-guides a.outline,
  .vendor .ir-top500-guides
  .webinar .featured-webinar .view-more a.outline,
  .webinar .featured-webinar .view-more
  .vendor .ir-top500-guides a.outline,
  .vendor .ir-top500-guides
  .whitepaper .featured-webinar .view-more a.outline,
  .whitepaper .featured-webinar .view-more
  .vendor .ir-top500-guides a.outline {
    margin-top: 20px; }
  .company .tagline,
  .vendor .tagline {
    margin: 22px 0 22px 0; }
  .company .clients,
  .vendor .clients {
    margin-top: 0;
    margin-bottom: 30px; }
    @media all and (min-width: 1200px) {
      .company .clients,
      .vendor .clients {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .company .sales-representative,
  .vendor .sales-representative {
    margin-top: 0;
    margin-bottom: 30px; }
    .company .sales-representative .sales-contact,
    .vendor .sales-representative .sales-contact {
      border-right: none; }
      @media all and (min-width: 1200px) {
        .company .sales-representative .sales-contact,
        .vendor .sales-representative .sales-contact {
          border-right: 1px solid #CCCCCC; } }
    @media all and (min-width: 1200px) {
      .company .sales-representative,
      .vendor .sales-representative {
        margin-top: 40px;
        margin-bottom: 74px; } }
    .company .sales-representative .thumb,
    .vendor .sales-representative .thumb {
      margin-right: 20px;
      vertical-align: baseline; }
      @media all and (min-width: 768px) {
        .company .sales-representative .thumb,
        .vendor .sales-representative .thumb {
          float: left; } }
    .company .sales-representative .fields,
    .vendor .sales-representative .fields {
      display: inline-block !important; }
      @media all and (min-width: 768px) {
        .company .sales-representative .fields,
        .vendor .sales-representative .fields {
          width: 70%; } }
    .company .sales-representative h4,
    .vendor .sales-representative h4 {
      margin-bottom: 30px; }
      .company .sales-representative h4.name,
      .vendor .sales-representative h4.name {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        margin-bottom: 20px; }
    .company .sales-representative ul,
    .vendor .sales-representative ul {
      margin-bottom: 0; }
    .company .sales-representative .social-links li,
    .vendor .sales-representative .social-links li {
      margin-right: 40px;
      padding: 0; }
      .company .sales-representative .social-links li:last-child,
      .vendor .sales-representative .social-links li:last-child {
        margin-right: 0; }
    .company .sales-representative .social-links.contact,
    .vendor .sales-representative .social-links.contact {
      margin: 0 0 10px; }
      @media (min-width: 1200px) {
        .company .sales-representative .social-links.contact,
        .vendor .sales-representative .social-links.contact {
          margin: 0; } }
      .company .sales-representative .social-links.contact li,
      .vendor .sales-representative .social-links.contact li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        vertical-align: top; }
        .company .sales-representative .social-links.contact li .icon,
        .vendor .sales-representative .social-links.contact li .icon {
          width: 25px;
          color: #000; }
          .company .sales-representative .social-links.contact li .icon-small,
          .vendor .sales-representative .social-links.contact li .icon-small {
            float: left;
            width: 14px;
            height: 16px;
            padding-top: 2px;
            margin-right: 8px; }
        .company .sales-representative .social-links.contact li.address .icon,
        .vendor .sales-representative .social-links.contact li.address .icon {
          float: left; }
        .company .sales-representative .social-links.contact li.address .description,
        .vendor .sales-representative .social-links.contact li.address .description {
          display: block;
          overflow: hidden; }
    @media (min-width: 1200px) {
      .company .sales-representative .social-links.social li,
      .vendor .sales-representative .social-links.social li {
        margin-right: 22px;
        width: auto; } }
  .company .connect .fields,
  .vendor .connect .fields {
    width: 100%; }
    @media all and (min-width: 1200px) {
      .company .connect .fields,
      .vendor .connect .fields {
        margin-left: 19px; } }
    .company .connect .fields .icon,
    .vendor .connect .fields .icon {
      margin-right: 20px; }
      .company .connect .fields .icon:before,
      .vendor .connect .fields .icon:before {
        width: 25px;
        display: inline-block;
        text-align: center; }
    .company .connect .fields .social-links,
    .vendor .connect .fields .social-links {
      margin: 0; }
      .company .connect .fields .social-links ul.social,
      .vendor .connect .fields .social-links ul.social {
        margin-top: 0;
        left: inherit; }
        .company .connect .fields .social-links ul.social li,
        .vendor .connect .fields .social-links ul.social li {
          display: flex;
          align-items: center;
          font-family: "Lato";
          font-style: normal;
          font-weight: 600; }
        .company .connect .fields .social-links ul.social li:not(:last-child),
        .vendor .connect .fields .social-links ul.social li:not(:last-child) {
          margin-bottom: 10px; }
      .company .connect .fields .social-links .icon:before,
      .vendor .connect .fields .social-links .icon:before {
        font-size: 32px;
        width: 32px; }
      .company .connect .fields .social-links .fa-facebook,
      .vendor .connect .fields .social-links .fa-facebook {
        background-color: #040707;
        border-radius: 32px;
        color: #fff;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center; }
        .company .connect .fields .social-links .fa-facebook:hover,
        .vendor .connect .fields .social-links .fa-facebook:hover {
          background-color: #4E99C9; }
        .company .connect .fields .social-links .fa-facebook:before,
        .vendor .connect .fields .social-links .fa-facebook:before {
          font-size: 16px;
          width: 32px; }
      .company .connect .fields .social-links .fa-linkedin,
      .vendor .connect .fields .social-links .fa-linkedin {
        background-color: #040707;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center; }
        .company .connect .fields .social-links .fa-linkedin:hover,
        .vendor .connect .fields .social-links .fa-linkedin:hover {
          background-color: #4E99C9; }
        .company .connect .fields .social-links .fa-linkedin:before,
        .vendor .connect .fields .social-links .fa-linkedin:before {
          font-size: 21.3333333333px;
          width: 32px; }
  @media (min-width: 1200px) {
    .company .media-grid img,
    .vendor .media-grid img {
      width: 320px;
      height: 225px; } }
  .company .references .section-header,
  .vendor .references .section-header {
    margin-bottom: 10px; }
    @media all and (min-width: 992px) {
      .company .references .section-header,
      .vendor .references .section-header {
        margin-bottom: 20px; } }
  .company .references .reference,
  .vendor .references .reference {
    padding-top: 30px;
    line-height: 100%;
    border-bottom: 1px solid #CCCCCC; }
    .company .references .reference:last-child,
    .vendor .references .reference:last-child {
      padding-bottom: 60px;
      border-bottom: none; }
      @media all and (min-width: 992px) {
        .company .references .reference:last-child,
        .vendor .references .reference:last-child {
          padding-bottom: 100px; } }
    @media all and (min-width: 992px) {
      .company .references .reference,
      .vendor .references .reference {
        padding-top: 20px;
        padding-bottom: 7px; } }
    .company .references .reference .quote, .company .references .reference .person,
    .vendor .references .reference .quote,
    .vendor .references .reference .person {
      color: #000; }
    .company .references .reference .quote,
    .vendor .references .reference .quote {
      margin-bottom: 15px;
      font-size: 35px;
      color: #040707;
      line-height: 48px; }
      @media all and (min-width: 1200px) {
        .company .references .reference .quote,
        .vendor .references .reference .quote {
          font-size: 40px;
          margin-bottom: 35px; } }
    .company .references .reference .company-logo,
    .vendor .references .reference .company-logo {
      margin-bottom: 13px; }
    .company .references .reference .person,
    .vendor .references .reference .person {
      margin-bottom: 15px; }
    .company .references .reference .person-title,
    .vendor .references .reference .person-title {
      margin-bottom: 25px; }
    .company .references .reference .view-more,
    .vendor .references .reference .view-more {
      margin-bottom: 19px; }
      @media all and (min-width: 1200px) {
        .company .references .reference .view-more,
        .vendor .references .reference .view-more {
          margin-bottom: 22px; } }
      .company .references .reference .view-more .icon-arrow-right,
      .vendor .references .reference .view-more .icon-arrow-right {
        font-size: 10px;
        display: inline-block;
        margin-bottom: 9px; }
    .company .references .reference .clearfix, .company .references .reference .feature-separator,
    .vendor .references .reference .clearfix,
    .vendor .references .reference .feature-separator {
      display: none; }
  .company .related-posts,
  .vendor .related-posts {
    margin-bottom: 40px; }
    .company .related-posts .section-header,
    .vendor .related-posts .section-header {
      margin-bottom: 40px; }
      @media all and (min-width: 992px) {
        .company .related-posts .section-header,
        .vendor .related-posts .section-header {
          margin-bottom: 60px; } }
    .company .related-posts .teasers-item:not(:first-child),
    .vendor .related-posts .teasers-item:not(:first-child) {
      margin-top: 30px; }
      @media all and (min-width: 992px) {
        .company .related-posts .teasers-item:not(:first-child),
        .vendor .related-posts .teasers-item:not(:first-child) {
          margin-top: 40px; } }
    .company .related-posts .teasers-item:only-of-type,
    .vendor .related-posts .teasers-item:only-of-type {
      margin-top: 0; }
    .company .related-posts .teasers .teaser,
    .vendor .related-posts .teasers .teaser {
      display: block;
      padding-bottom: 30px;
      border-bottom: 1px solid #CCCCCC; }
      @media all and (min-width: 992px) {
        .company .related-posts .teasers .teaser,
        .vendor .related-posts .teasers .teaser {
          padding-bottom: 40px; } }
      .company .related-posts .teasers .teaser .fields,
      .vendor .related-posts .teasers .teaser .fields {
        line-height: 100%; }
        .company .related-posts .teasers .teaser .fields .byline,
        .vendor .related-posts .teasers .teaser .fields .byline {
          margin: 0; }
  .company .tout,
  .vendor .tout {
    margin-top: 60px; }
    @media all and (min-width: 992px) {
      .company .tout,
      .vendor .tout {
        margin-top: 80px; } }
    .company .tout .title,
    .vendor .tout .title {
      margin-bottom: 20px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      text-align: center !important; }
    .company .tout .description,
    .vendor .tout .description {
      margin-bottom: 30px;
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      text-align: center !important; }
    .company .tout .cta,
    .vendor .tout .cta {
      padding: 0; }
  .company .shopper_profile .row > div,
  .vendor .shopper_profile .row > div {
    min-height: 80px; }
  .company .gate .action,
  .vendor .gate .action {
    padding-left: 0; }
    .company .gate .action .call-to-action,
    .vendor .gate .action .call-to-action {
      margin-left: 11px; }
    .company .gate .action .description,
    .vendor .gate .action .description {
      margin-left: 0; }
  .company .woocommerce-message, .company .woocommerce-info, .company .woocommerce-error,
  .vendor .woocommerce-message,
  .vendor .woocommerce-info,
  .vendor .woocommerce-error {
    font-size: 20px; }
    .company .woocommerce-message a, .company .woocommerce-info a, .company .woocommerce-error a,
    .vendor .woocommerce-message a,
    .vendor .woocommerce-info a,
    .vendor .woocommerce-error a {
      font-size: 20px; }
  .company .woo-error,
  .vendor .woo-error {
    margin-bottom: 40px; }

.vendor .related-posts .teasers .teaser {
  border-bottom: none; }

body.page-template-page-membership-landing .description-container th {
  border: none; }

body.page-template-page-membership-landing .tout-float .body {
  padding-left: 0;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px; }
  @media all and (min-width: 992px) {
    body.page-template-page-membership-landing .tout-float .body {
      padding-left: 23px; } }
  body.page-template-page-membership-landing .tout-float .body h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #040707;
    margin-bottom: 27px;
    margin-top: 30px;
    text-align: left; }
    @media all and (min-width: 992px) {
      body.page-template-page-membership-landing .tout-float .body h2 {
        margin-top: 0; } }
  body.page-template-page-membership-landing .tout-float .body ul {
    margin: 0 0 23px;
    font-family: "Cambria";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    list-style-type: square; }
    @media all and (min-width: 992px) {
      body.page-template-page-membership-landing .tout-float .body ul {
        margin: 0 -15px 45px 0; } }
    body.page-template-page-membership-landing .tout-float .body ul li {
      margin: 10px 0 15px -15px;
      list-style: square; }

body.page-template-page-vendor-directory-landing .content-container {
  display: block;
  padding: 30px 0; }
  @media all and (min-width: 992px) {
    body.page-template-page-vendor-directory-landing .content-container {
      padding: 20px 30px; } }

body.page-template-page-vendor-directory-landing .temp-dropdown select {
  width: 100%; }

body.page-template-page-vendor-directory-landing .ais-menu--item.ais-menu--item__active {
  font-weight: 900; }

body.page-template-page-vendor-directory-landing .ais-hits {
  margin-top: 0; }

body.page-template-page-vendor-directory-landing .temp-dropdown select {
  width: 100%; }

body.page-template-page-vendor-directory-landing .ais-menu--item.ais-menu--item__active {
  font-weight: 900; }

body.page-template-page-vendor-directory-landing .ais-hits {
  margin-top: 0; }

.top-vendors {
  display: inline-block;
  margin-bottom: 60px; }
  @media all and (min-width: 992px) {
    .top-vendors {
      margin-bottom: 100px; } }
  .top-vendors .section-header {
    margin-bottom: 10px; }
    @media all and (min-width: 992px) {
      .top-vendors .section-header {
        margin-bottom: 20px; } }
  .top-vendors .cta {
    margin-top: 30px; }
    @media all and (min-width: 992px) {
      .top-vendors .cta {
        margin-top: 40px; } }

body.page-template-page-research-data #primary .hero .content h2 {
  font-size: 24px;
  line-height: 32px; }
  @media all and (min-width: 992px) {
    body.page-template-page-research-data #primary .hero .content h2 {
      font-size: 60px;
      line-height: 74px; } }

body.page-template-page-research-data #primary .hero .subhead {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px; }
  @media all and (min-width: 992px) {
    body.page-template-page-research-data #primary .hero .subhead {
      font-size: 20px;
      line-height: 36px; } }

body.page-template-page-research-data .content-container {
  padding: 0; }

body.page-template-page-research-data .cta {
  margin-bottom: 30px; }

body.page-template-page-research-data .tout {
  margin-top: 30px;
  margin-bottom: 30px; }

body.error404 .message {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #040707;
  margin-top: 150px;
  margin-bottom: 200px;
  letter-spacing: 0; }
  body.error404 .message-text {
    margin: 0 auto 40px;
    max-width: 600px; }
  body.error404 .message-action {
    margin-bottom: 80px; }

body.error404 .content-coverage-list {
  font-family: "Lato";
  font-style: normal;
  font-weight: 200;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  padding-top: 60px;
  border-top: 1px solid #666666; }
  body.error404 .content-coverage-list a {
    display: flex;
    align-items: center;
    justify-content: center; }
  body.error404 .content-coverage-list li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center; }
  @media all and (min-width: 992px) {
    body.error404 .content-coverage-list {
      display: flex;
      align-items: center;
      justify-content: center; }
      body.error404 .content-coverage-list li {
        width: auto;
        padding: 0;
        margin-bottom: 0;
        text-align: left; }
        body.error404 .content-coverage-list li:not(:last-child) {
          margin-right: 80px; } }
  body.error404 .content-coverage-list .list-header {
    margin-bottom: 20px;
    margin-right: 52px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #666666; }
    @media all and (min-width: 992px) {
      body.error404 .content-coverage-list .list-header {
        font-size: 30px;
        margin-bottom: 0; } }
  body.error404 .content-coverage-list .list-icon {
    background: url("img/icons/list-icons.png");
    display: inline-block;
    vertical-align: middle;
    background-size: 120px 48px;
    margin-right: 25px; }
    body.error404 .content-coverage-list .list-icon.topic {
      width: 40px;
      height: 48px;
      background-position: 0; }
    body.error404 .content-coverage-list .list-icon.industry {
      width: 40px;
      height: 48px;
      background-position: 40px; }
    body.error404 .content-coverage-list .list-icon.company {
      width: 40px;
      height: 48px;
      background-position: 80px; }
  @media all and (min-width: 992px) {
    body.error404 .content-coverage-list {
      font-size: 30px; }
      body.error404 .content-coverage-list .list-header {
        font-size: 30px; } }

/**
 * Style for the Timeline.
 *
 * The timeline is an unordered list that will show
 * teasers content on the line by date.
 *
*/
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px !important; }
  .timeline .teaser h1 {
    text-align: right;
    font-size: 40px; }
    .timeline .teaser h1 a {
      font-size: 22px;
      color: #000; }
      @media all and (min-width: 992px) {
        .timeline .teaser h1 a {
          font-size: 40px; } }
  .timeline .teaser .eyebrow a {
    font-size: 12px; }
  .timeline .teaser .byline {
    margin-bottom: 0; }
  .timeline .timeline-inverted .teaser h1 {
    text-align: left; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 50%;
  margin-left: -1.5px; }

.timeline-badge.point,
.timeline-badge.month {
  -webkit-transition: width 0.2s, height 0.2s;
  /* Safari */
  transition: width 0.2s, height 0.2s; }

.timeline-panel {
  -webkit-transition: padding 0.2s;
  /* Safari */
  transition: padding 0.2s; }

.timeline > li:not(.archive-month):hover > .timeline-badge.point {
  width: 40px;
  height: 40px;
  background-color: #000;
  margin-left: -20px;
  margin-top: 45px;
  padding: 7px; }

.timeline > li:not(.archive-month):hover > .timeline-panel {
  padding-right: 20px; }

.timeline > li.timeline-inverted:not(.archive-month):hover > .timeline-panel {
  padding-left: 20px; }

.timeline > li {
  margin-bottom: 60px !important;
  position: relative; }
  .timeline > li:last-child {
    margin-bottom: 0 !important; }

.timeline .archive-month-header:not(:first-child) {
  margin-bottom: 40px !important; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 49%;
  float: left;
  position: relative;
  text-align: right;
  margin: 0 -20px; }
  .timeline > li > .timeline-panel .eyebrow {
    margin-bottom: 30px; }

ul.timeline > li.archive-month:hover > .timeline-badge.point {
  background-color: #000;
  width: 160px;
  height: 40px;
  margin-left: -85px;
  margin-top: -5px;
  padding: 7px; }

ul.timeline > li > .archive-year.timeline-badge.month:hover {
  background-color: #000;
  width: 160px;
  height: 50px;
  margin-left: -85px;
  padding: 13px; }

ul.timeline > li > .timeline-badge.month:hover {
  background-color: #000;
  width: 160px;
  height: 50px;
  margin-left: -85px;
  margin-top: -3px;
  padding: 13px; }

ul.timeline > li.archive-month > .timeline-panel .teaser {
  margin-top: 75px; }

ul.timeline .teaser:hover h1 a {
  text-decoration: underline; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 100; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  left: -14px;
  right: auto; }

.timeline > li > .timeline-panel.month {
  height: 44px;
  content: ''; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline > li > .timeline-badge.month {
  width: 150px;
  margin-left: -80px;
  background: #ccc;
  font-size: 18px;
  cursor: pointer;
  padding: 10px; }
  .timeline > li > .timeline-badge.month > span {
    vertical-align: middle;
    line-height: 24px; }

.timeline > li > .timeline-badge.point {
  width: 34px;
  height: 34px;
  background: #ccc;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  font-size: 18px;
  margin-left: -15px;
  cursor: pointer;
  margin-top: 50px;
  padding: 3px; }
  .timeline > li > .timeline-badge.point > span {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    text-align: center; }

.timeline > li.archive-month > .timeline-badge.point {
  width: 150px;
  margin-left: -80px;
  background: #ccc;
  font-size: 18px;
  border-radius: 0;
  margin-top: 0; }

.timeline > li.archive-month > .timeline-badge.point span {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  width: 150px;
  text-align: center; }

@media (max-width: 767px) {
  .timeline .teaser h1 {
    text-align: left; }
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 42px;
    margin-left: 0;
    top: 0; }
  ul.timeline > li > .timeline-panel {
    float: right;
    text-align: left; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  ul.timeline > li > .archive-year.timeline-badge.month:hover {
    margin-left: -42px; }
  ul.timeline > li > .timeline-badge.month {
    margin-left: -42px; }
    ul.timeline > li > .timeline-badge.month:hover {
      margin-left: -42px; }
  ul.timeline > li > .timeline-badge.month:hover {
    margin-left: -42px; }
  ul.timeline > li.archive-month > .timeline-badge.point {
    margin-left: -42px; }
    ul.timeline > li.archive-month > .timeline-badge.point:hover > .timeline-badge.point {
      margin-left: -42px; } }

/**
 * Hover effect styles for media grid items.
 *
 * @see https://miketricking.github.io/dist/
 *
 */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 70%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.page-template-page-registration-landing {
  color: #000; }
  .page-template-page-registration-landing .content-container {
    padding: 30px 0; }
    @media all and (min-width: 992px) {
      .page-template-page-registration-landing .content-container {
        padding: 40px 30px; } }
  @media all and (min-width: 992px) {
    .page-template-page-registration-landing .registration-form {
      padding: 0 40px; } }
  .page-template-page-registration-landing .registration-form input:not([type="radio"]),
  .page-template-page-registration-landing .registration-form select {
    border-radius: 3px;
    border: none;
    padding: 10px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    width: 100%;
    height: 40px; }
  .page-template-page-registration-landing .registration-form form > h2 {
    display: none; }
  .page-template-page-registration-landing .general-info {
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 40px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc; }
    @media all and (min-width: 992px) {
      .page-template-page-registration-landing .general-info {
        padding: 40px; } }
    .page-template-page-registration-landing .general-info ul li {
      margin: 10px 0; }
    .page-template-page-registration-landing .general-info .title {
      margin-bottom: 30px; }
      .page-template-page-registration-landing .general-info .title h2 {
        margin: 0;
        text-align: left; }
    .page-template-page-registration-landing .general-info .body {
      margin-bottom: 30px;
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      color: #666666; }
      .page-template-page-registration-landing .general-info .body p:last-child {
        margin-bottom: 0; }
    .page-template-page-registration-landing .general-info .registration-cta a {
      width: 100%; }
      @media all and (min-width: 992px) {
        .page-template-page-registration-landing .general-info .registration-cta a {
          width: auto; } }
  .page-template-page-registration-landing .acf-input-wrap {
    overflow: visible; }
  .page-template-page-registration-landing .acf-label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    color: #040707 !important;
    margin-bottom: 0 !important; }
  .page-template-page-registration-landing .required, .page-template-page-registration-landing .acf-required {
    color: #040707 !important; }
  .page-template-page-registration-landing input[type="text"], .page-template-page-registration-landing input[type="number"], .page-template-page-registration-landing input[type="password"], .page-template-page-registration-landing input[type="email"], .page-template-page-registration-landing input[type="tel"], .page-template-page-registration-landing select, .page-template-page-registration-landing .select2-drop-mask, .page-template-page-registration-landing .select2-with-searchbox {
    height: 45px;
    box-shadow: 0 0 1px 1px #DEDEDE;
    border-color: #DEDEDE; }

.genre-landing .search-header,
.search .search-header {
  margin-bottom: 40px;
  color: #000; }

.genre-landing #algolia-hits article,
.search #algolia-hits article {
  position: relative;
  color: #000;
  /**
		 * remove the BG for everything that is not post type event/webinar/whitepaper
		 * and for genres events/webinars/industry-resources/research-analysis/top-500-research
		 */ }
  .genre-landing #algolia-hits article .company-description,
  .genre-landing #algolia-hits article .company-prepend,
  .genre-landing #algolia-hits article .eyebrow.topic-eyebrow,
  .genre-landing #algolia-hits article .logo, .genre-landing #algolia-hits article fu .overlay,
  .genre-landing #algolia-hits article .permalink,
  .genre-landing #algolia-hits article .vendor-prepend,
  .genre-landing #algolia-hits article .vendor-tagline,
  .search #algolia-hits article .company-description,
  .search #algolia-hits article .company-prepend,
  .search #algolia-hits article .eyebrow.topic-eyebrow,
  .search #algolia-hits article .logo,
  .search #algolia-hits article fu .overlay,
  .search #algolia-hits article .permalink,
  .search #algolia-hits article .vendor-prepend,
  .search #algolia-hits article .vendor-tagline {
    display: none; }
  .genre-landing #algolia-hits article:not([data-gated="true"]) .badge,
  .search #algolia-hits article:not([data-gated="true"]) .badge {
    display: none; }
  .genre-landing #algolia-hits article.industry-resources.full-background, .genre-landing #algolia-hits article.post-type-whitepaper, .genre-landing #algolia-hits article.post-type-event, .genre-landing #algolia-hits article.post-type-product.full-background, .genre-landing #algolia-hits article.post-type-webinar, .genre-landing #algolia-hits article.top-500-research, .genre-landing #algolia-hits article.research-analysis,
  .search #algolia-hits article.industry-resources.full-background,
  .search #algolia-hits article.post-type-whitepaper,
  .search #algolia-hits article.post-type-event,
  .search #algolia-hits article.post-type-product.full-background,
  .search #algolia-hits article.post-type-webinar,
  .search #algolia-hits article.top-500-research,
  .search #algolia-hits article.research-analysis {
    color: #FFF;
    margin: 0 -33px;
    padding: 0 30px; }
    .genre-landing #algolia-hits article.industry-resources.full-background.global-search .permalink, .genre-landing #algolia-hits article.post-type-whitepaper.global-search .permalink, .genre-landing #algolia-hits article.post-type-event.global-search .permalink, .genre-landing #algolia-hits article.post-type-product.full-background.global-search .permalink, .genre-landing #algolia-hits article.post-type-webinar.global-search .permalink, .genre-landing #algolia-hits article.top-500-research.global-search .permalink, .genre-landing #algolia-hits article.research-analysis.global-search .permalink,
    .search #algolia-hits article.industry-resources.full-background.global-search .permalink,
    .search #algolia-hits article.post-type-whitepaper.global-search .permalink,
    .search #algolia-hits article.post-type-event.global-search .permalink,
    .search #algolia-hits article.post-type-product.full-background.global-search .permalink,
    .search #algolia-hits article.post-type-webinar.global-search .permalink,
    .search #algolia-hits article.top-500-research.global-search .permalink,
    .search #algolia-hits article.research-analysis.global-search .permalink {
      margin-bottom: 30px;
      line-height: 1.2em; }
      .genre-landing #algolia-hits article.industry-resources.full-background.global-search .permalink a, .genre-landing #algolia-hits article.post-type-whitepaper.global-search .permalink a, .genre-landing #algolia-hits article.post-type-event.global-search .permalink a, .genre-landing #algolia-hits article.post-type-product.full-background.global-search .permalink a, .genre-landing #algolia-hits article.post-type-webinar.global-search .permalink a, .genre-landing #algolia-hits article.top-500-research.global-search .permalink a, .genre-landing #algolia-hits article.research-analysis.global-search .permalink a,
      .search #algolia-hits article.industry-resources.full-background.global-search .permalink a,
      .search #algolia-hits article.post-type-whitepaper.global-search .permalink a,
      .search #algolia-hits article.post-type-event.global-search .permalink a,
      .search #algolia-hits article.post-type-product.full-background.global-search .permalink a,
      .search #algolia-hits article.post-type-webinar.global-search .permalink a,
      .search #algolia-hits article.top-500-research.global-search .permalink a,
      .search #algolia-hits article.research-analysis.global-search .permalink a {
        border: 2px solid #FFF;
        border-radius: 5px;
        font-size: 18px;
        padding: 15px 30px;
        height: 57px;
        text-align: center;
        display: block;
        margin-right: 30px; }
    .genre-landing #algolia-hits article.industry-resources.full-background.global-search .cta-text, .genre-landing #algolia-hits article.post-type-whitepaper.global-search .cta-text, .genre-landing #algolia-hits article.post-type-event.global-search .cta-text, .genre-landing #algolia-hits article.post-type-product.full-background.global-search .cta-text, .genre-landing #algolia-hits article.post-type-webinar.global-search .cta-text, .genre-landing #algolia-hits article.top-500-research.global-search .cta-text, .genre-landing #algolia-hits article.research-analysis.global-search .cta-text,
    .search #algolia-hits article.industry-resources.full-background.global-search .cta-text,
    .search #algolia-hits article.post-type-whitepaper.global-search .cta-text,
    .search #algolia-hits article.post-type-event.global-search .cta-text,
    .search #algolia-hits article.post-type-product.full-background.global-search .cta-text,
    .search #algolia-hits article.post-type-webinar.global-search .cta-text,
    .search #algolia-hits article.top-500-research.global-search .cta-text,
    .search #algolia-hits article.research-analysis.global-search .cta-text {
      display: none; }
    @media all and (min-width: 992px) {
      .genre-landing #algolia-hits article.industry-resources.full-background, .genre-landing #algolia-hits article.post-type-whitepaper, .genre-landing #algolia-hits article.post-type-event, .genre-landing #algolia-hits article.post-type-product.full-background, .genre-landing #algolia-hits article.post-type-webinar, .genre-landing #algolia-hits article.top-500-research, .genre-landing #algolia-hits article.research-analysis,
      .search #algolia-hits article.industry-resources.full-background,
      .search #algolia-hits article.post-type-whitepaper,
      .search #algolia-hits article.post-type-event,
      .search #algolia-hits article.post-type-product.full-background,
      .search #algolia-hits article.post-type-webinar,
      .search #algolia-hits article.top-500-research,
      .search #algolia-hits article.research-analysis {
        margin: 0;
        padding: 0 60px; } }
    .genre-landing #algolia-hits article.industry-resources.full-background .excerpt,
    .genre-landing #algolia-hits article.industry-resources.full-background .title a,
    .genre-landing #algolia-hits article.industry-resources.full-background a,
    .genre-landing #algolia-hits article.industry-resources.full-background h1,
    .genre-landing #algolia-hits article.industry-resources.full-background h4, .genre-landing #algolia-hits article.post-type-whitepaper .excerpt,
    .genre-landing #algolia-hits article.post-type-whitepaper .title a,
    .genre-landing #algolia-hits article.post-type-whitepaper a,
    .genre-landing #algolia-hits article.post-type-whitepaper h1,
    .genre-landing #algolia-hits article.post-type-whitepaper h4, .genre-landing #algolia-hits article.post-type-event .excerpt,
    .genre-landing #algolia-hits article.post-type-event .title a,
    .genre-landing #algolia-hits article.post-type-event a,
    .genre-landing #algolia-hits article.post-type-event h1,
    .genre-landing #algolia-hits article.post-type-event h4, .genre-landing #algolia-hits article.post-type-product.full-background .excerpt,
    .genre-landing #algolia-hits article.post-type-product.full-background .title a,
    .genre-landing #algolia-hits article.post-type-product.full-background a,
    .genre-landing #algolia-hits article.post-type-product.full-background h1,
    .genre-landing #algolia-hits article.post-type-product.full-background h4, .genre-landing #algolia-hits article.post-type-webinar .excerpt,
    .genre-landing #algolia-hits article.post-type-webinar .title a,
    .genre-landing #algolia-hits article.post-type-webinar a,
    .genre-landing #algolia-hits article.post-type-webinar h1,
    .genre-landing #algolia-hits article.post-type-webinar h4, .genre-landing #algolia-hits article.top-500-research .excerpt,
    .genre-landing #algolia-hits article.top-500-research .title a,
    .genre-landing #algolia-hits article.top-500-research a,
    .genre-landing #algolia-hits article.top-500-research h1,
    .genre-landing #algolia-hits article.top-500-research h4, .genre-landing #algolia-hits article.research-analysis .excerpt,
    .genre-landing #algolia-hits article.research-analysis .title a,
    .genre-landing #algolia-hits article.research-analysis a,
    .genre-landing #algolia-hits article.research-analysis h1,
    .genre-landing #algolia-hits article.research-analysis h4,
    .search #algolia-hits article.industry-resources.full-background .excerpt,
    .search #algolia-hits article.industry-resources.full-background .title a,
    .search #algolia-hits article.industry-resources.full-background a,
    .search #algolia-hits article.industry-resources.full-background h1,
    .search #algolia-hits article.industry-resources.full-background h4,
    .search #algolia-hits article.post-type-whitepaper .excerpt,
    .search #algolia-hits article.post-type-whitepaper .title a,
    .search #algolia-hits article.post-type-whitepaper a,
    .search #algolia-hits article.post-type-whitepaper h1,
    .search #algolia-hits article.post-type-whitepaper h4,
    .search #algolia-hits article.post-type-event .excerpt,
    .search #algolia-hits article.post-type-event .title a,
    .search #algolia-hits article.post-type-event a,
    .search #algolia-hits article.post-type-event h1,
    .search #algolia-hits article.post-type-event h4,
    .search #algolia-hits article.post-type-product.full-background .excerpt,
    .search #algolia-hits article.post-type-product.full-background .title a,
    .search #algolia-hits article.post-type-product.full-background a,
    .search #algolia-hits article.post-type-product.full-background h1,
    .search #algolia-hits article.post-type-product.full-background h4,
    .search #algolia-hits article.post-type-webinar .excerpt,
    .search #algolia-hits article.post-type-webinar .title a,
    .search #algolia-hits article.post-type-webinar a,
    .search #algolia-hits article.post-type-webinar h1,
    .search #algolia-hits article.post-type-webinar h4,
    .search #algolia-hits article.top-500-research .excerpt,
    .search #algolia-hits article.top-500-research .title a,
    .search #algolia-hits article.top-500-research a,
    .search #algolia-hits article.top-500-research h1,
    .search #algolia-hits article.top-500-research h4,
    .search #algolia-hits article.research-analysis .excerpt,
    .search #algolia-hits article.research-analysis .title a,
    .search #algolia-hits article.research-analysis a,
    .search #algolia-hits article.research-analysis h1,
    .search #algolia-hits article.research-analysis h4 {
      color: #FFF; }
    .genre-landing #algolia-hits article.industry-resources.full-background .fields, .genre-landing #algolia-hits article.post-type-whitepaper .fields, .genre-landing #algolia-hits article.post-type-event .fields, .genre-landing #algolia-hits article.post-type-product.full-background .fields, .genre-landing #algolia-hits article.post-type-webinar .fields, .genre-landing #algolia-hits article.top-500-research .fields, .genre-landing #algolia-hits article.research-analysis .fields,
    .search #algolia-hits article.industry-resources.full-background .fields,
    .search #algolia-hits article.post-type-whitepaper .fields,
    .search #algolia-hits article.post-type-event .fields,
    .search #algolia-hits article.post-type-product.full-background .fields,
    .search #algolia-hits article.post-type-webinar .fields,
    .search #algolia-hits article.top-500-research .fields,
    .search #algolia-hits article.research-analysis .fields {
      padding: 55px 0 30px; }
      .genre-landing #algolia-hits article.industry-resources.full-background .fields .tagline, .genre-landing #algolia-hits article.post-type-whitepaper .fields .tagline, .genre-landing #algolia-hits article.post-type-event .fields .tagline, .genre-landing #algolia-hits article.post-type-product.full-background .fields .tagline, .genre-landing #algolia-hits article.post-type-webinar .fields .tagline, .genre-landing #algolia-hits article.top-500-research .fields .tagline, .genre-landing #algolia-hits article.research-analysis .fields .tagline,
      .search #algolia-hits article.industry-resources.full-background .fields .tagline,
      .search #algolia-hits article.post-type-whitepaper .fields .tagline,
      .search #algolia-hits article.post-type-event .fields .tagline,
      .search #algolia-hits article.post-type-product.full-background .fields .tagline,
      .search #algolia-hits article.post-type-webinar .fields .tagline,
      .search #algolia-hits article.top-500-research .fields .tagline,
      .search #algolia-hits article.research-analysis .fields .tagline {
        font-size: 25px; }
    .genre-landing #algolia-hits article.industry-resources.full-background .thumb, .genre-landing #algolia-hits article.post-type-whitepaper .thumb, .genre-landing #algolia-hits article.post-type-event .thumb, .genre-landing #algolia-hits article.post-type-product.full-background .thumb, .genre-landing #algolia-hits article.post-type-webinar .thumb, .genre-landing #algolia-hits article.top-500-research .thumb, .genre-landing #algolia-hits article.research-analysis .thumb,
    .search #algolia-hits article.industry-resources.full-background .thumb,
    .search #algolia-hits article.post-type-whitepaper .thumb,
    .search #algolia-hits article.post-type-event .thumb,
    .search #algolia-hits article.post-type-product.full-background .thumb,
    .search #algolia-hits article.post-type-webinar .thumb,
    .search #algolia-hits article.top-500-research .thumb,
    .search #algolia-hits article.research-analysis .thumb {
      display: none; }
    .genre-landing #algolia-hits article.industry-resources.full-background .logo,
    .genre-landing #algolia-hits article.industry-resources.full-background .overlay,
    .genre-landing #algolia-hits article.industry-resources.full-background .permalink, .genre-landing #algolia-hits article.post-type-whitepaper .logo,
    .genre-landing #algolia-hits article.post-type-whitepaper .overlay,
    .genre-landing #algolia-hits article.post-type-whitepaper .permalink, .genre-landing #algolia-hits article.post-type-event .logo,
    .genre-landing #algolia-hits article.post-type-event .overlay,
    .genre-landing #algolia-hits article.post-type-event .permalink, .genre-landing #algolia-hits article.post-type-product.full-background .logo,
    .genre-landing #algolia-hits article.post-type-product.full-background .overlay,
    .genre-landing #algolia-hits article.post-type-product.full-background .permalink, .genre-landing #algolia-hits article.post-type-webinar .logo,
    .genre-landing #algolia-hits article.post-type-webinar .overlay,
    .genre-landing #algolia-hits article.post-type-webinar .permalink, .genre-landing #algolia-hits article.top-500-research .logo,
    .genre-landing #algolia-hits article.top-500-research .overlay,
    .genre-landing #algolia-hits article.top-500-research .permalink, .genre-landing #algolia-hits article.research-analysis .logo,
    .genre-landing #algolia-hits article.research-analysis .overlay,
    .genre-landing #algolia-hits article.research-analysis .permalink,
    .search #algolia-hits article.industry-resources.full-background .logo,
    .search #algolia-hits article.industry-resources.full-background .overlay,
    .search #algolia-hits article.industry-resources.full-background .permalink,
    .search #algolia-hits article.post-type-whitepaper .logo,
    .search #algolia-hits article.post-type-whitepaper .overlay,
    .search #algolia-hits article.post-type-whitepaper .permalink,
    .search #algolia-hits article.post-type-event .logo,
    .search #algolia-hits article.post-type-event .overlay,
    .search #algolia-hits article.post-type-event .permalink,
    .search #algolia-hits article.post-type-product.full-background .logo,
    .search #algolia-hits article.post-type-product.full-background .overlay,
    .search #algolia-hits article.post-type-product.full-background .permalink,
    .search #algolia-hits article.post-type-webinar .logo,
    .search #algolia-hits article.post-type-webinar .overlay,
    .search #algolia-hits article.post-type-webinar .permalink,
    .search #algolia-hits article.top-500-research .logo,
    .search #algolia-hits article.top-500-research .overlay,
    .search #algolia-hits article.top-500-research .permalink,
    .search #algolia-hits article.research-analysis .logo,
    .search #algolia-hits article.research-analysis .overlay,
    .search #algolia-hits article.research-analysis .permalink {
      display: block; }
    .genre-landing #algolia-hits article.industry-resources.full-background .eyebrow, .genre-landing #algolia-hits article.post-type-whitepaper .eyebrow, .genre-landing #algolia-hits article.post-type-event .eyebrow, .genre-landing #algolia-hits article.post-type-product.full-background .eyebrow, .genre-landing #algolia-hits article.post-type-webinar .eyebrow, .genre-landing #algolia-hits article.top-500-research .eyebrow, .genre-landing #algolia-hits article.research-analysis .eyebrow,
    .search #algolia-hits article.industry-resources.full-background .eyebrow,
    .search #algolia-hits article.post-type-whitepaper .eyebrow,
    .search #algolia-hits article.post-type-event .eyebrow,
    .search #algolia-hits article.post-type-product.full-background .eyebrow,
    .search #algolia-hits article.post-type-webinar .eyebrow,
    .search #algolia-hits article.top-500-research .eyebrow,
    .search #algolia-hits article.research-analysis .eyebrow {
      margin-bottom: 12px; }
    .genre-landing #algolia-hits article.industry-resources.full-background .byline, .genre-landing #algolia-hits article.post-type-whitepaper .byline, .genre-landing #algolia-hits article.post-type-event .byline, .genre-landing #algolia-hits article.post-type-product.full-background .byline, .genre-landing #algolia-hits article.post-type-webinar .byline, .genre-landing #algolia-hits article.top-500-research .byline, .genre-landing #algolia-hits article.research-analysis .byline,
    .search #algolia-hits article.industry-resources.full-background .byline,
    .search #algolia-hits article.post-type-whitepaper .byline,
    .search #algolia-hits article.post-type-event .byline,
    .search #algolia-hits article.post-type-product.full-background .byline,
    .search #algolia-hits article.post-type-webinar .byline,
    .search #algolia-hits article.top-500-research .byline,
    .search #algolia-hits article.research-analysis .byline {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 400;
      font-size: 25px;
      color: #FFF;
      margin-bottom: 20px; }
    .genre-landing #algolia-hits article.industry-resources.full-background .excerpt, .genre-landing #algolia-hits article.post-type-whitepaper .excerpt, .genre-landing #algolia-hits article.post-type-event .excerpt, .genre-landing #algolia-hits article.post-type-product.full-background .excerpt, .genre-landing #algolia-hits article.post-type-webinar .excerpt, .genre-landing #algolia-hits article.top-500-research .excerpt, .genre-landing #algolia-hits article.research-analysis .excerpt,
    .search #algolia-hits article.industry-resources.full-background .excerpt,
    .search #algolia-hits article.post-type-whitepaper .excerpt,
    .search #algolia-hits article.post-type-event .excerpt,
    .search #algolia-hits article.post-type-product.full-background .excerpt,
    .search #algolia-hits article.post-type-webinar .excerpt,
    .search #algolia-hits article.top-500-research .excerpt,
    .search #algolia-hits article.research-analysis .excerpt {
      display: none; }
    .genre-landing #algolia-hits article.industry-resources.full-background .permalink, .genre-landing #algolia-hits article.post-type-whitepaper .permalink, .genre-landing #algolia-hits article.post-type-event .permalink, .genre-landing #algolia-hits article.post-type-product.full-background .permalink, .genre-landing #algolia-hits article.post-type-webinar .permalink, .genre-landing #algolia-hits article.top-500-research .permalink, .genre-landing #algolia-hits article.research-analysis .permalink,
    .search #algolia-hits article.industry-resources.full-background .permalink,
    .search #algolia-hits article.post-type-whitepaper .permalink,
    .search #algolia-hits article.post-type-event .permalink,
    .search #algolia-hits article.post-type-product.full-background .permalink,
    .search #algolia-hits article.post-type-webinar .permalink,
    .search #algolia-hits article.top-500-research .permalink,
    .search #algolia-hits article.research-analysis .permalink {
      display: inline-block;
      margin-top: 5px; }
      .genre-landing #algolia-hits article.industry-resources.full-background .permalink a, .genre-landing #algolia-hits article.post-type-whitepaper .permalink a, .genre-landing #algolia-hits article.post-type-event .permalink a, .genre-landing #algolia-hits article.post-type-product.full-background .permalink a, .genre-landing #algolia-hits article.post-type-webinar .permalink a, .genre-landing #algolia-hits article.top-500-research .permalink a, .genre-landing #algolia-hits article.research-analysis .permalink a,
      .search #algolia-hits article.industry-resources.full-background .permalink a,
      .search #algolia-hits article.post-type-whitepaper .permalink a,
      .search #algolia-hits article.post-type-event .permalink a,
      .search #algolia-hits article.post-type-product.full-background .permalink a,
      .search #algolia-hits article.post-type-webinar .permalink a,
      .search #algolia-hits article.top-500-research .permalink a,
      .search #algolia-hits article.research-analysis .permalink a {
        text-decoration: none; }
    .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .byline, .genre-landing #algolia-hits article.post-type-whitepaper.genre-aggregate .byline, .genre-landing #algolia-hits article.post-type-event.genre-aggregate .byline, .genre-landing #algolia-hits article.post-type-product.full-background.genre-aggregate .byline, .genre-landing #algolia-hits article.post-type-webinar.genre-aggregate .byline, .genre-landing #algolia-hits article.top-500-research.genre-aggregate .byline, .genre-landing #algolia-hits article.research-analysis.genre-aggregate .byline,
    .search #algolia-hits article.industry-resources.full-background.genre-aggregate .byline,
    .search #algolia-hits article.post-type-whitepaper.genre-aggregate .byline,
    .search #algolia-hits article.post-type-event.genre-aggregate .byline,
    .search #algolia-hits article.post-type-product.full-background.genre-aggregate .byline,
    .search #algolia-hits article.post-type-webinar.genre-aggregate .byline,
    .search #algolia-hits article.top-500-research.genre-aggregate .byline,
    .search #algolia-hits article.research-analysis.genre-aggregate .byline {
      font-size: 16px;
      margin-bottom: 5px; }
    .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.post-type-whitepaper.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.post-type-event.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.post-type-product.full-background.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.post-type-webinar.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.top-500-research.genre-aggregate .eyebrow:not(.topic-eyebrow), .genre-landing #algolia-hits article.research-analysis.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.industry-resources.full-background.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.post-type-whitepaper.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.post-type-event.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.post-type-product.full-background.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.post-type-webinar.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.top-500-research.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .search #algolia-hits article.research-analysis.genre-aggregate .eyebrow:not(.topic-eyebrow) {
      display: none; }
    .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.post-type-whitepaper.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.post-type-event.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.post-type-product.full-background.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.post-type-webinar.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.top-500-research.genre-aggregate .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.research-analysis.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.industry-resources.full-background.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.post-type-whitepaper.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.post-type-event.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.post-type-product.full-background.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.post-type-webinar.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.top-500-research.genre-aggregate .eyebrow.topic-eyebrow,
    .search #algolia-hits article.research-analysis.genre-aggregate .eyebrow.topic-eyebrow {
      display: block; }
    .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .excerpt, .genre-landing #algolia-hits article.post-type-whitepaper.genre-aggregate .excerpt, .genre-landing #algolia-hits article.post-type-event.genre-aggregate .excerpt, .genre-landing #algolia-hits article.post-type-product.full-background.genre-aggregate .excerpt, .genre-landing #algolia-hits article.post-type-webinar.genre-aggregate .excerpt, .genre-landing #algolia-hits article.top-500-research.genre-aggregate .excerpt, .genre-landing #algolia-hits article.research-analysis.genre-aggregate .excerpt,
    .search #algolia-hits article.industry-resources.full-background.genre-aggregate .excerpt,
    .search #algolia-hits article.post-type-whitepaper.genre-aggregate .excerpt,
    .search #algolia-hits article.post-type-event.genre-aggregate .excerpt,
    .search #algolia-hits article.post-type-product.full-background.genre-aggregate .excerpt,
    .search #algolia-hits article.post-type-webinar.genre-aggregate .excerpt,
    .search #algolia-hits article.top-500-research.genre-aggregate .excerpt,
    .search #algolia-hits article.research-analysis.genre-aggregate .excerpt {
      margin: 10px 0 30px;
      display: block; }
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink {
    display: inline-block;
    margin-top: 25px;
    float: none; }
    .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink.webinar,
    .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink.webinar {
      margin-top: 20px; }
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .byline,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .byline {
    font-size: 20px; }
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a.btn, .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a.cta, .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .cta a,
  .cta .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a, .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink .event .featured-webinar .view-more a, .event .featured-webinar .view-more .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a, .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a, .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink .cta-subtext,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a.btn,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a.cta,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .cta a,
  .cta
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink .event .featured-webinar .view-more a, .event .featured-webinar .view-more
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .webinar .featured-webinar .view-more a,
  .webinar .featured-webinar .view-more
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink
  .whitepaper .featured-webinar .view-more a,
  .whitepaper .featured-webinar .view-more
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink .cta-subtext {
    display: none; }
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .permalink a {
    text-decoration: underline; }
  .genre-landing #algolia-hits article.industry-resources.full-background.genre-aggregate .excerpt,
  .search #algolia-hits article.industry-resources.full-background.genre-aggregate .excerpt {
    display: none; }
  .genre-landing #algolia-hits article.charts-data, .genre-landing #algolia-hits article.strategies, .genre-landing #algolia-hits article.news,
  .search #algolia-hits article.charts-data,
  .search #algolia-hits article.strategies,
  .search #algolia-hits article.news {
    color: #000;
    background: transparent;
    background-image: none !important; }
    .genre-landing #algolia-hits article.charts-data .byline,
    .genre-landing #algolia-hits article.charts-data h1,
    .genre-landing #algolia-hits article.charts-data h4, .genre-landing #algolia-hits article.strategies .byline,
    .genre-landing #algolia-hits article.strategies h1,
    .genre-landing #algolia-hits article.strategies h4, .genre-landing #algolia-hits article.news .byline,
    .genre-landing #algolia-hits article.news h1,
    .genre-landing #algolia-hits article.news h4,
    .search #algolia-hits article.charts-data .byline,
    .search #algolia-hits article.charts-data h1,
    .search #algolia-hits article.charts-data h4,
    .search #algolia-hits article.strategies .byline,
    .search #algolia-hits article.strategies h1,
    .search #algolia-hits article.strategies h4,
    .search #algolia-hits article.news .byline,
    .search #algolia-hits article.news h1,
    .search #algolia-hits article.news h4 {
      color: #000; }
    .genre-landing #algolia-hits article.charts-data .excerpt,
    .genre-landing #algolia-hits article.charts-data .byline, .genre-landing #algolia-hits article.strategies .excerpt,
    .genre-landing #algolia-hits article.strategies .byline, .genre-landing #algolia-hits article.news .excerpt,
    .genre-landing #algolia-hits article.news .byline,
    .search #algolia-hits article.charts-data .excerpt,
    .search #algolia-hits article.charts-data .byline,
    .search #algolia-hits article.strategies .excerpt,
    .search #algolia-hits article.strategies .byline,
    .search #algolia-hits article.news .excerpt,
    .search #algolia-hits article.news .byline {
      color: #666666; }
    .genre-landing #algolia-hits article.charts-data .thumb, .genre-landing #algolia-hits article.strategies .thumb, .genre-landing #algolia-hits article.news .thumb,
    .search #algolia-hits article.charts-data .thumb,
    .search #algolia-hits article.strategies .thumb,
    .search #algolia-hits article.news .thumb {
      float: none; }
      @media all and (min-width: 992px) {
        .genre-landing #algolia-hits article.charts-data .thumb, .genre-landing #algolia-hits article.strategies .thumb, .genre-landing #algolia-hits article.news .thumb,
        .search #algolia-hits article.charts-data .thumb,
        .search #algolia-hits article.strategies .thumb,
        .search #algolia-hits article.news .thumb {
          margin-top: 5px;
          float: right;
          width: 300px;
          margin-left: 22px; } }
    .genre-landing #algolia-hits article.charts-data .logo,
    .genre-landing #algolia-hits article.charts-data .overlay,
    .genre-landing #algolia-hits article.charts-data .permalink, .genre-landing #algolia-hits article.strategies .logo,
    .genre-landing #algolia-hits article.strategies .overlay,
    .genre-landing #algolia-hits article.strategies .permalink, .genre-landing #algolia-hits article.news .logo,
    .genre-landing #algolia-hits article.news .overlay,
    .genre-landing #algolia-hits article.news .permalink,
    .search #algolia-hits article.charts-data .logo,
    .search #algolia-hits article.charts-data .overlay,
    .search #algolia-hits article.charts-data .permalink,
    .search #algolia-hits article.strategies .logo,
    .search #algolia-hits article.strategies .overlay,
    .search #algolia-hits article.strategies .permalink,
    .search #algolia-hits article.news .logo,
    .search #algolia-hits article.news .overlay,
    .search #algolia-hits article.news .permalink {
      display: none; }
    .genre-landing #algolia-hits article.charts-data .fields, .genre-landing #algolia-hits article.strategies .fields, .genre-landing #algolia-hits article.news .fields,
    .search #algolia-hits article.charts-data .fields,
    .search #algolia-hits article.strategies .fields,
    .search #algolia-hits article.news .fields {
      padding: 0; }
      .genre-landing #algolia-hits article.charts-data .fields .tagline, .genre-landing #algolia-hits article.strategies .fields .tagline, .genre-landing #algolia-hits article.news .fields .tagline,
      .search #algolia-hits article.charts-data .fields .tagline,
      .search #algolia-hits article.strategies .fields .tagline,
      .search #algolia-hits article.news .fields .tagline {
        font-size: 25px; }
  .genre-landing #algolia-hits article.perspectives .thumb,
  .search #algolia-hits article.perspectives .thumb {
    display: none; }
  .genre-landing #algolia-hits article.instructional .eyebrow:not(.topic-eyebrow),
  .genre-landing #algolia-hits article.instructional .permalink, .genre-landing #algolia-hits article.instructionals .eyebrow:not(.topic-eyebrow),
  .genre-landing #algolia-hits article.instructionals .permalink, .genre-landing #algolia-hits article.news .eyebrow:not(.topic-eyebrow),
  .genre-landing #algolia-hits article.news .permalink, .genre-landing #algolia-hits article.press-releases .eyebrow:not(.topic-eyebrow),
  .genre-landing #algolia-hits article.press-releases .permalink,
  .search #algolia-hits article.instructional .eyebrow:not(.topic-eyebrow),
  .search #algolia-hits article.instructional .permalink,
  .search #algolia-hits article.instructionals .eyebrow:not(.topic-eyebrow),
  .search #algolia-hits article.instructionals .permalink,
  .search #algolia-hits article.news .eyebrow:not(.topic-eyebrow),
  .search #algolia-hits article.news .permalink,
  .search #algolia-hits article.press-releases .eyebrow:not(.topic-eyebrow),
  .search #algolia-hits article.press-releases .permalink {
    display: none; }
  .genre-landing #algolia-hits article.instructional .excerpt,
  .genre-landing #algolia-hits article.instructional .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.instructionals .excerpt,
  .genre-landing #algolia-hits article.instructionals .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.news .excerpt,
  .genre-landing #algolia-hits article.news .eyebrow.topic-eyebrow, .genre-landing #algolia-hits article.press-releases .excerpt,
  .genre-landing #algolia-hits article.press-releases .eyebrow.topic-eyebrow,
  .search #algolia-hits article.instructional .excerpt,
  .search #algolia-hits article.instructional .eyebrow.topic-eyebrow,
  .search #algolia-hits article.instructionals .excerpt,
  .search #algolia-hits article.instructionals .eyebrow.topic-eyebrow,
  .search #algolia-hits article.news .excerpt,
  .search #algolia-hits article.news .eyebrow.topic-eyebrow,
  .search #algolia-hits article.press-releases .excerpt,
  .search #algolia-hits article.press-releases .eyebrow.topic-eyebrow {
    display: block; }
  .genre-landing #algolia-hits article.post-type-vendor,
  .search #algolia-hits article.post-type-vendor {
    color: #666666; }
    .genre-landing #algolia-hits article.post-type-vendor .vendor-prepend,
    .search #algolia-hits article.post-type-vendor .vendor-prepend {
      font-weight: 400;
      display: inline; }
    .genre-landing #algolia-hits article.post-type-vendor .vendor-tagline,
    .search #algolia-hits article.post-type-vendor .vendor-tagline {
      display: block;
      font-size: 14px;
      font-style: italic; }
    .genre-landing #algolia-hits article.post-type-vendor h4,
    .search #algolia-hits article.post-type-vendor h4 {
      margin: 20px 0;
      color: #040707; }
  .genre-landing #algolia-hits article.post-type-company .company-prepend,
  .search #algolia-hits article.post-type-company .company-prepend {
    font-weight: 400;
    display: inline; }
  .genre-landing #algolia-hits article.post-type-company .company-description,
  .search #algolia-hits article.post-type-company .company-description {
    display: block; }
  .genre-landing #algolia-hits article.post-type-company .company-description,
  .search #algolia-hits article.post-type-company .company-description {
    font-size: 20px;
    color: #666666; }
  .genre-landing #algolia-hits article:not(.post-type-event):not(.post-type-webinar):not(.post-type-whitepaper):not(.post-type-product):not(.events):not(.webinars):not(.industry-resources):not(.research-analysis):not(.top-500-research),
  .search #algolia-hits article:not(.post-type-event):not(.post-type-webinar):not(.post-type-whitepaper):not(.post-type-product):not(.events):not(.webinars):not(.industry-resources):not(.research-analysis):not(.top-500-research) {
    background: transparent;
    background-image: none !important;
    background-size: cover; }
  .genre-landing #algolia-hits article .overlay,
  .search #algolia-hits article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.37; }
  .genre-landing #algolia-hits article .price,
  .search #algolia-hits article .price {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 50px; }
  .genre-landing #algolia-hits article .permalink,
  .search #algolia-hits article .permalink {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 50px; }
  .genre-landing #algolia-hits article .badge,
  .search #algolia-hits article .badge {
    width: 31px;
    height: auto;
    margin: 0 10px 8px 0;
    background: white;
    border-radius: 50%; }
  .genre-landing #algolia-hits article .title,
  .search #algolia-hits article .title {
    font-size: 22px;
    clear: both; }
    @media all and (min-width: 992px) {
      .genre-landing #algolia-hits article .title,
      .search #algolia-hits article .title {
        font-size: 40px;
        clear: none; } }
    .genre-landing #algolia-hits article .title a,
    .search #algolia-hits article .title a {
      color: #000; }
  @media all and (min-width: 1200px) {
    .genre-landing #algolia-hits article .thumb,
    .search #algolia-hits article .thumb {
      margin-left: 0;
      width: 50%; } }
  .genre-landing #algolia-hits article .byline,
  .search #algolia-hits article .byline {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0; }
    .genre-landing #algolia-hits article .byline ul li:not(:last-child),
    .search #algolia-hits article .byline ul li:not(:last-child) {
      border-right: 1px solid #CCCCCC; }
    .genre-landing #algolia-hits article .byline ul li.presented-by,
    .search #algolia-hits article .byline ul li.presented-by {
      border-right: none;
      display: block; }
  .genre-landing #algolia-hits article .headshot,
  .search #algolia-hits article .headshot {
    margin-top: 15px;
    border-right: none !important; }

.genre-landing .search-header,
.search .search-header {
  margin-bottom: 2px; }

/**
 * Page overrides for events, webinars, whitepapers landings.
 */
.term-events .ais-hits--item,
.term-webinars .ais-hits--item {
  padding-left: 0;
  padding-right: 0; }

.term-events #algolia-hits article,
.term-webinars #algolia-hits article {
  position: relative; }
  .term-events #algolia-hits article .thumb,
  .term-webinars #algolia-hits article .thumb {
    display: block;
    float: right; }
  .term-events #algolia-hits article.industry-resources.full-background, .term-events #algolia-hits article.post-type-event, .term-events #algolia-hits article.post-type-webinar,
  .term-webinars #algolia-hits article.industry-resources.full-background,
  .term-webinars #algolia-hits article.post-type-event,
  .term-webinars #algolia-hits article.post-type-webinar {
    background: transparent;
    background-image: none !important; }
    .term-events #algolia-hits article.industry-resources.full-background .title a,
    .term-events #algolia-hits article.industry-resources.full-background h1,
    .term-events #algolia-hits article.industry-resources.full-background h4, .term-events #algolia-hits article.post-type-event .title a,
    .term-events #algolia-hits article.post-type-event h1,
    .term-events #algolia-hits article.post-type-event h4, .term-events #algolia-hits article.post-type-webinar .title a,
    .term-events #algolia-hits article.post-type-webinar h1,
    .term-events #algolia-hits article.post-type-webinar h4,
    .term-webinars #algolia-hits article.industry-resources.full-background .title a,
    .term-webinars #algolia-hits article.industry-resources.full-background h1,
    .term-webinars #algolia-hits article.industry-resources.full-background h4,
    .term-webinars #algolia-hits article.post-type-event .title a,
    .term-webinars #algolia-hits article.post-type-event h1,
    .term-webinars #algolia-hits article.post-type-event h4,
    .term-webinars #algolia-hits article.post-type-webinar .title a,
    .term-webinars #algolia-hits article.post-type-webinar h1,
    .term-webinars #algolia-hits article.post-type-webinar h4 {
      color: #000 !important; }
    .term-events #algolia-hits article.industry-resources.full-background .eyebrow a, .term-events #algolia-hits article.post-type-event .eyebrow a, .term-events #algolia-hits article.post-type-webinar .eyebrow a,
    .term-webinars #algolia-hits article.industry-resources.full-background .eyebrow a,
    .term-webinars #algolia-hits article.post-type-event .eyebrow a,
    .term-webinars #algolia-hits article.post-type-webinar .eyebrow a {
      color: #4E99C9; }
    .term-events #algolia-hits article.industry-resources.full-background .byline,
    .term-events #algolia-hits article.industry-resources.full-background .excerpt, .term-events #algolia-hits article.post-type-event .byline,
    .term-events #algolia-hits article.post-type-event .excerpt, .term-events #algolia-hits article.post-type-webinar .byline,
    .term-events #algolia-hits article.post-type-webinar .excerpt,
    .term-webinars #algolia-hits article.industry-resources.full-background .byline,
    .term-webinars #algolia-hits article.industry-resources.full-background .excerpt,
    .term-webinars #algolia-hits article.post-type-event .byline,
    .term-webinars #algolia-hits article.post-type-event .excerpt,
    .term-webinars #algolia-hits article.post-type-webinar .byline,
    .term-webinars #algolia-hits article.post-type-webinar .excerpt {
      color: #666666 !important; }
    .term-events #algolia-hits article.industry-resources.full-background .logo,
    .term-events #algolia-hits article.industry-resources.full-background .overlay,
    .term-events #algolia-hits article.industry-resources.full-background .permalink, .term-events #algolia-hits article.post-type-event .logo,
    .term-events #algolia-hits article.post-type-event .overlay,
    .term-events #algolia-hits article.post-type-event .permalink, .term-events #algolia-hits article.post-type-webinar .logo,
    .term-events #algolia-hits article.post-type-webinar .overlay,
    .term-events #algolia-hits article.post-type-webinar .permalink,
    .term-webinars #algolia-hits article.industry-resources.full-background .logo,
    .term-webinars #algolia-hits article.industry-resources.full-background .overlay,
    .term-webinars #algolia-hits article.industry-resources.full-background .permalink,
    .term-webinars #algolia-hits article.post-type-event .logo,
    .term-webinars #algolia-hits article.post-type-event .overlay,
    .term-webinars #algolia-hits article.post-type-event .permalink,
    .term-webinars #algolia-hits article.post-type-webinar .logo,
    .term-webinars #algolia-hits article.post-type-webinar .overlay,
    .term-webinars #algolia-hits article.post-type-webinar .permalink {
      display: none; }
    .term-events #algolia-hits article.industry-resources.full-background .thumb, .term-events #algolia-hits article.post-type-event .thumb, .term-events #algolia-hits article.post-type-webinar .thumb,
    .term-webinars #algolia-hits article.industry-resources.full-background .thumb,
    .term-webinars #algolia-hits article.post-type-event .thumb,
    .term-webinars #algolia-hits article.post-type-webinar .thumb {
      display: block;
      float: left; }
      @media all and (min-width: 992px) {
        .term-events #algolia-hits article.industry-resources.full-background .thumb, .term-events #algolia-hits article.post-type-event .thumb, .term-events #algolia-hits article.post-type-webinar .thumb,
        .term-webinars #algolia-hits article.industry-resources.full-background .thumb,
        .term-webinars #algolia-hits article.post-type-event .thumb,
        .term-webinars #algolia-hits article.post-type-webinar .thumb {
          float: right; } }
    .term-events #algolia-hits article.industry-resources.full-background .fields, .term-events #algolia-hits article.post-type-event .fields, .term-events #algolia-hits article.post-type-webinar .fields,
    .term-webinars #algolia-hits article.industry-resources.full-background .fields,
    .term-webinars #algolia-hits article.post-type-event .fields,
    .term-webinars #algolia-hits article.post-type-webinar .fields {
      padding: 0; }
      .term-events #algolia-hits article.industry-resources.full-background .fields .tagline, .term-events #algolia-hits article.post-type-event .fields .tagline, .term-events #algolia-hits article.post-type-webinar .fields .tagline,
      .term-webinars #algolia-hits article.industry-resources.full-background .fields .tagline,
      .term-webinars #algolia-hits article.post-type-event .fields .tagline,
      .term-webinars #algolia-hits article.post-type-webinar .fields .tagline {
        font-size: 25px; }
    .term-events #algolia-hits article.industry-resources.full-background .overlay, .term-events #algolia-hits article.post-type-event .overlay, .term-events #algolia-hits article.post-type-webinar .overlay,
    .term-webinars #algolia-hits article.industry-resources.full-background .overlay,
    .term-webinars #algolia-hits article.post-type-event .overlay,
    .term-webinars #algolia-hits article.post-type-webinar .overlay {
      display: none; }

.ais-hits__empty {
  margin-bottom: 90px;
  overflow: hidden;
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px; }
  .ais-hits__empty .bold {
    font-size: 22px;
    color: #040707;
    font-weight: 600; }
  .ais-hits__empty .no-results {
    width: 90%;
    margin: 0 auto; }
    .ais-hits__empty .no-results .heading {
      font-weight: 600;
      padding-left: 0; }
    .ais-hits__empty .no-results .heading,
    .ais-hits__empty .no-results ul {
      margin-top: 15px; }
    .ais-hits__empty .no-results .ais-clear-all--link {
      margin: 25px 0 0; }
    @media all and (min-width: 991px) {
      .ais-hits__empty .no-results {
        width: 89%; } }

.page-template-page-webinars-landing .feature .teaser.top-story .feature-overlay, .page-template-page-events-landing .feature .teaser.top-story .feature-overlay {
  top: 0;
  height: 470px; }

.page-template-page-webinars-landing .feature .teaser.top-story .date, .page-template-page-events-landing .feature .teaser.top-story .date {
  padding-bottom: 8px; }

.page-template-page-webinars-landing .search-header, .page-template-page-events-landing .search-header {
  margin-bottom: 40px;
  color: #000; }

.page-template-page-webinars-landing #algolia-hits article, .page-template-page-events-landing #algolia-hits article {
  position: relative;
  color: #000; }
  .page-template-page-webinars-landing #algolia-hits article .logo, .page-template-page-webinars-landing #algolia-hits article .overlay, .page-template-page-webinars-landing #algolia-hits article .thumb, .page-template-page-webinars-landing #algolia-hits article .permalink, .page-template-page-webinars-landing #algolia-hits article .vendor-prepend, .page-template-page-webinars-landing #algolia-hits article .company-prepend, .page-template-page-events-landing #algolia-hits article .logo, .page-template-page-events-landing #algolia-hits article .overlay, .page-template-page-events-landing #algolia-hits article .thumb, .page-template-page-events-landing #algolia-hits article .permalink, .page-template-page-events-landing #algolia-hits article .vendor-prepend, .page-template-page-events-landing #algolia-hits article .company-prepend {
    display: none; }
  .page-template-page-webinars-landing #algolia-hits article.post-type-webinar, .page-template-page-webinars-landing #algolia-hits article.post-type-event, .page-template-page-events-landing #algolia-hits article.post-type-webinar, .page-template-page-events-landing #algolia-hits article.post-type-event {
    min-height: 240px;
    color: #000;
    background: transparent;
    background-image: none !important; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar h1, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar h4, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .excerpt, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .byline, .page-template-page-webinars-landing #algolia-hits article.post-type-event h1, .page-template-page-webinars-landing #algolia-hits article.post-type-event h4, .page-template-page-webinars-landing #algolia-hits article.post-type-event .excerpt, .page-template-page-webinars-landing #algolia-hits article.post-type-event .byline, .page-template-page-events-landing #algolia-hits article.post-type-webinar h1, .page-template-page-events-landing #algolia-hits article.post-type-webinar h4, .page-template-page-events-landing #algolia-hits article.post-type-webinar .excerpt, .page-template-page-events-landing #algolia-hits article.post-type-webinar .byline, .page-template-page-events-landing #algolia-hits article.post-type-event h1, .page-template-page-events-landing #algolia-hits article.post-type-event h4, .page-template-page-events-landing #algolia-hits article.post-type-event .excerpt, .page-template-page-events-landing #algolia-hits article.post-type-event .byline {
      color: #000; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .logo, .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .overlay, .page-template-page-webinars-landing #algolia-hits article.post-type-event .logo, .page-template-page-webinars-landing #algolia-hits article.post-type-event .overlay, .page-template-page-events-landing #algolia-hits article.post-type-webinar .logo, .page-template-page-events-landing #algolia-hits article.post-type-webinar .overlay, .page-template-page-events-landing #algolia-hits article.post-type-event .logo, .page-template-page-events-landing #algolia-hits article.post-type-event .overlay {
      display: none; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .thumb, .page-template-page-webinars-landing #algolia-hits article.post-type-event .thumb, .page-template-page-events-landing #algolia-hits article.post-type-webinar .thumb, .page-template-page-events-landing #algolia-hits article.post-type-event .thumb {
      display: block;
      float: right; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-webinars-landing #algolia-hits article.post-type-event .fields, .page-template-page-events-landing #algolia-hits article.post-type-webinar .fields, .page-template-page-events-landing #algolia-hits article.post-type-event .fields {
      padding: 0; }
      .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .fields .tagline, .page-template-page-webinars-landing #algolia-hits article.post-type-event .fields .tagline, .page-template-page-events-landing #algolia-hits article.post-type-webinar .fields .tagline, .page-template-page-events-landing #algolia-hits article.post-type-event .fields .tagline {
        font-size: 25px; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .permalink, .page-template-page-webinars-landing #algolia-hits article.post-type-event .permalink, .page-template-page-events-landing #algolia-hits article.post-type-webinar .permalink, .page-template-page-events-landing #algolia-hits article.post-type-event .permalink {
      display: block; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .cta, .page-template-page-webinars-landing #algolia-hits article.post-type-event .cta, .page-template-page-events-landing #algolia-hits article.post-type-webinar .cta, .page-template-page-events-landing #algolia-hits article.post-type-event .cta {
      background-color: transparent !important;
      margin-bottom: 20px; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .eyebrow:not(.topic-eyebrow), .page-template-page-webinars-landing #algolia-hits article.post-type-event .eyebrow:not(.topic-eyebrow), .page-template-page-events-landing #algolia-hits article.post-type-webinar .eyebrow:not(.topic-eyebrow), .page-template-page-events-landing #algolia-hits article.post-type-event .eyebrow:not(.topic-eyebrow) {
      display: none; }
    .page-template-page-webinars-landing #algolia-hits article.post-type-webinar .eyebrow.topic-eyebrow, .page-template-page-webinars-landing #algolia-hits article.post-type-event .eyebrow.topic-eyebrow, .page-template-page-events-landing #algolia-hits article.post-type-webinar .eyebrow.topic-eyebrow, .page-template-page-events-landing #algolia-hits article.post-type-event .eyebrow.topic-eyebrow {
      display: block; }
  .page-template-page-webinars-landing #algolia-hits article .overlay, .page-template-page-events-landing #algolia-hits article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.37;
    background: #040707; }
  .page-template-page-webinars-landing #algolia-hits article .price, .page-template-page-events-landing #algolia-hits article .price {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 50px; }
  .page-template-page-webinars-landing #algolia-hits article .permalink, .page-template-page-events-landing #algolia-hits article .permalink {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 50px; }
  .page-template-page-webinars-landing #algolia-hits article .badge, .page-template-page-events-landing #algolia-hits article .badge {
    width: 31px;
    height: auto;
    margin: 0 10px 0 0;
    background: white;
    border-radius: 50%; }
  .page-template-page-webinars-landing #algolia-hits article .title, .page-template-page-events-landing #algolia-hits article .title {
    font-size: 40px; }
    .page-template-page-webinars-landing #algolia-hits article .title a, .page-template-page-events-landing #algolia-hits article .title a {
      color: #000; }
  .page-template-page-webinars-landing #algolia-hits article .byline, .page-template-page-events-landing #algolia-hits article .byline {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0; }
    .page-template-page-webinars-landing #algolia-hits article .byline ul li:not(:last-child), .page-template-page-events-landing #algolia-hits article .byline ul li:not(:last-child) {
      border-right: 1px solid #CCCCCC; }

body.page-template-page-finder .search-container {
  margin-bottom: 40px; }

body.page-template-page-finder .search-header {
  color: #040707;
  margin-bottom: 30px; }

body.page-template-page-finder .business-needs .title {
  color: #040707; }

body.page-template-page-finder input[type="search"]:not(#search) {
  border-radius: 5px;
  padding: 10px;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #CCCCCC; }
  body.page-template-page-finder input[type="search"]:not(#search):-webkit-autofill {
    transition: all 5000s ease-in-out 0s; }

#interstitial {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  left: 0px;
  display: block;
  overflow: hidden;
  /* background: #FFF; */ }
  #interstitial .top {
    background: #000;
    padding: 30px; }
    #interstitial .top .inter-logo {
      text-align: left; }
    #interstitial .top .inter-site {
      text-align: right; }
      #interstitial .top .inter-site .cta {
        border: 1px solid #FFF; }
  #interstitial .ad-content {
    text-align: center;
    margin-top: 40px; }

/*--------------------------------------------------------------
# Template parts
--------------------------------------------------------------*/
.need-assistance {
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #FFF;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  color: #666666;
  text-align: left; }
  .need-assistance ul {
    margin: 0;
    padding: 0;
    line-height: 100%; }
    .need-assistance ul li {
      display: block; }
      .need-assistance ul li:not(:last-child) {
        margin-bottom: 20px; }
      .need-assistance ul li a {
        color: #666666 !important; }
      .need-assistance ul li .glyphicon, .need-assistance ul li .module.grid2 .view-more .icon, .module.grid2 .view-more .need-assistance ul li .icon, .need-assistance ul li .module.grid2 .view-more.mobile-only .cta.link .icon, .module.grid2 .view-more.mobile-only .cta.link .need-assistance ul li .icon {
        margin-right: 8px; }
      @media all and (min-width: 992px) {
        .need-assistance ul li {
          display: inline-block; }
          .need-assistance ul li:not(:last-child) {
            margin: 10px 30px 10px 0; } }
    .need-assistance ul .list-header {
      font-weight: bold;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      color: #040707; }

/** Refactor for use cases like the promo or inline article **/
.teaser.left-image .title {
  margin-top: 15px; }

@media (min-width: 1200px) {
  .teaser.left-image img {
    float: left;
    margin-right: 20px;
    max-width: none; }
  .teaser.left-image .title {
    margin-top: 0; } }

.tax-genre .feature .teaser.top-story {
  height: 430px;
  max-width: 903px; }
  @media (max-width: 991px) {
    .tax-genre .feature .teaser.top-story {
      min-height: 547px; } }

.teaser .thumb {
  margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .teaser .thumb {
      margin-bottom: 0; } }

.teaser .fields {
  overflow: hidden; }
  .charts-and-data .teaser .fields {
    margin-bottom: 37px; }

.teaser .eyebrow {
  margin-bottom: 30px; }

.teaser h1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  padding: 0; }
  .teaser h1 a {
    color: #000; }

.teaser .byline {
  margin-bottom: 25px;
  font-size: 14px;
  color: #666666;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400; }
  @media all and (min-width: 992px) {
    .teaser .byline {
      margin-bottom: 35px; } }

.teaser .quote {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #666666;
  line-height: 1.15;
  margin-top: -18px; }

.teaser .date .prefix {
  color: #ED9230;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px; }

.teaser .date-prefix {
  color: #ED9230;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px; }

.teaser .excerpt {
  font-size: 20px;
  color: #666666; }

@media all and (min-width: 992px) {
  .teaser.product img {
    float: left;
    margin-right: 22px; }
  .teaser .quote {
    margin-top: -8px; } }

.teaser.tile {
  padding: 30px 0; }
  .teaser.tile.color {
    width: 100%;
    display: inline-table;
    color: #666666;
    background: #FFF;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 30px; }
    .teaser.tile.color h1 {
      font-size: 22px;
      margin-bottom: 20px; }
    .teaser.tile.color .title, .teaser.tile.color h2 {
      color: #040707;
      margin-bottom: 30px; }
    .teaser.tile.color .byline {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 400; }
    .product .teaser.tile.color .excerpt {
      height: 80px;
      overflow: hidden;
      word-wrap: break-word;
      text-overflow: ellipsis; }
    .teaser.tile.color .excerpt p {
      margin-bottom: 0; }
    .teaser.tile.color .eyebrow, .teaser.tile.color .description {
      margin-bottom: 30px; }
    .teaser.tile.color .thumb {
      margin: 4px 0 25px 0; }
    .teaser.tile.color .cta {
      padding-top: 0;
      padding-bottom: 0; }
    @media all and (min-width: 992px) {
      .teaser.tile.color {
        padding: 40px; }
        .teaser.tile.color .thumb {
          margin: 25px auto; }
          .product-list .teaser.tile.color .thumb {
            margin-right: 20px; } }

.teaser.event .img-responsive {
  margin-right: 22px; }

.teaser.vendor h1 {
  font-size: 40px; }

.speakers .teaser.speaker h2 {
  font-size: 20px;
  margin-bottom: 10px; }

.speakers .teaser.speaker .byline {
  margin-bottom: 17px; }

.speakers .teaser.speaker .row {
  margin-bottom: 30px; }
  .speakers .teaser.speaker .row .thumb {
    float: inherit; }
  .speakers .teaser.speaker .row .excerpt p {
    margin-bottom: 10px; }

.feature .teaser-bottom-margin {
  margin-bottom: 80px; }
  @media all and (min-width: 992px) {
    .feature .teaser-bottom-margin {
      margin-bottom: 100px; } }

.feature .teaser .eyebrow {
  margin-bottom: 10px; }

.feature .teaser.top-story {
  max-width: 1370px;
  height: 652px;
  padding-top: 40px; }
  .feature .teaser.top-story .feature-overlay {
    position: absolute;
    bottom: -40px;
    width: 397px;
    margin: 0 40px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5); }
    .feature .teaser.top-story .feature-overlay .eyebrow {
      color: #FFF;
      padding-left: 0; }
      .feature .teaser.top-story .feature-overlay .eyebrow a {
        color: #FFF; }
    .feature .teaser.top-story .feature-overlay h1 {
      color: #FFF;
      font-size: 40px;
      line-height: 100%;
      margin-bottom: 13px; }
      .feature .teaser.top-story .feature-overlay h1 a {
        color: #FFF; }
    .feature .teaser.top-story .feature-overlay .byline {
      line-height: 100%;
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 16px;
      color: #FFF; }
      .feature .teaser.top-story .feature-overlay .byline .date {
        margin-top: 15px; }
      .feature .teaser.top-story .feature-overlay .byline a.call-to-action {
        margin-top: 25px; }
      .feature .teaser.top-story .feature-overlay .byline .cta-subtext {
        margin-top: 20px;
        margin-bottom: 40px;
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 14px; }
      @media all and (min-width: 992px) {
        .feature .teaser.top-story .feature-overlay .byline {
          padding: 0; } }

@media (min-width: 1200px) {
  .feature .teaser {
    margin-left: 0;
    margin-right: 0; }
    .feature .teaser .thumb {
      float: left;
      width: 200px;
      margin-right: 30px; }
    .feature .teaser.tile .eyebrow {
      padding-left: 0; }
    .feature .teaser.tile .thumb {
      float: none;
      width: 356px;
      max-height: 250px;
      margin-top: 0;
      margin-right: 0; } }

.feature .stories .bottom-feature-container .teasers-item {
  padding: 0; }

@media all and (min-width: 1200px) {
  .feature .stories .bottom-feature-container {
    padding-left: 0; }
    .feature .stories .bottom-feature-container .teasers-item {
      padding-left: 0; } }

@media (min-width: 1200px) {
  .feature {
    margin-left: 0;
    margin-right: 0; }
    .stories .feature.tile .thumb {
      width: 203px;
      max-height: 143px; } }

body.page-template-page-vendor-directory-landing #algolia-hits .teaser {
  position: relative;
  background-size: cover; }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser p {
    margin: 0; }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum {
    min-height: 535px;
    color: #FFF; }
    @media all and (min-width: 768px) {
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum {
        min-height: 100%; } }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum a, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum h1, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum h4 {
      color: #FFF; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .thumb {
      display: none;
      z-index: 2; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields {
      padding: 57px 30px; }
      @media all and (min-width: 768px) {
        body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields {
          padding: 57px 60px; } }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields h1 {
        margin-bottom: 0; }
        @media all and (min-width: 768px) {
          body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields h1 {
            max-width: 500px; } }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .tagline {
        font-size: 25px;
        margin: 12px 0 27px 0; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .tagline, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields h1, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .expertise, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .services {
        z-index: 2;
        position: relative; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .expertise h4, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .services h4 {
        margin: 0 0 7px 0; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .expertise p, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .services p {
        font-size: 20px; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Platinum .fields .expertise {
        margin-bottom: 25px; }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold {
    min-height: 280px;
    background: transparent;
    background-image: none !important;
    color: #040707; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold h1 {
      margin-bottom: 0; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .logo, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .overlay {
      display: none; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .fields {
      padding: 0;
      float: left; }
      @media all and (min-width: 768px) {
        body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .fields.with-image {
          max-width: -webkit-calc(100% - 331px);
          max-width: -moz-calc(100% - 331px);
          max-width: calc(100% - 331px); } }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .thumb {
      float: none;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
      @media all and (min-width: 768px) {
        body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .thumb {
          margin-left: 0;
          margin-top: 0; } }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .thumb-link {
      padding: 0; }
      @media all and (min-width: 768px) {
        body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .thumb-link {
          float: right;
          max-width: 331px;
          padding-left: 11px; } }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .tagline {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-style: italic;
      color: #666666;
      margin: 17px 0 27px; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .services, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .expertise {
      font-size: 20px;
      color: #666666;
      margin-bottom: 27px; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .services h4, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .expertise h4 {
        font-size: 18px;
        color: #040707;
        margin: 0 0 15px 0; }
    @media all and (min-width: 768px) {
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Gold .services {
        margin-bottom: 37px; } }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) {
    min-height: auto;
    background: transparent;
    background-image: none !important;
    color: #040707; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .logo, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .overlay, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .thumb, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .expertise, body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .thumb-link, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .logo, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .overlay, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .thumb, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .expertise, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .thumb-link {
      display: none; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .tagline, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .tagline {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-style: italic;
      color: #666666;
      margin: 17px 0 27px; }
    body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .services, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .services {
      font-size: 20px;
      color: #666666;
      margin-bottom: 27px; }
      body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .services h4, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .services h4 {
        font-size: 18px;
        color: #040707;
        margin: 0 0 15px 0; }
      @media all and (min-width: 768px) {
        body.page-template-page-vendor-directory-landing #algolia-hits .teaser.Silver .services, body.page-template-page-vendor-directory-landing #algolia-hits .teaser:not(.Gold):not(.Platinum):not(.Silver) .services {
          margin-bottom: 37px; } }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.37;
    background: #040707;
    z-index: 1; }
  body.page-template-page-vendor-directory-landing #algolia-hits .teaser .fields p {
    display: block; }

.top-vendors .teaser-item {
  display: inline-block; }
  .top-vendors .teaser-item:nth-child(even) {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 992px) {
    .top-vendors .teaser-item:nth-child(odd) {
      padding-left: 15px; }
    .top-vendors .teaser-item:nth-child(even) {
      padding-right: 15px; } }

.top-vendors .teaser.vendor {
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC; }
  @media all and (min-width: 992px) {
    .top-vendors .teaser.vendor {
      margin-top: 40px; } }
  @media all and (max-width: 1199px) {
    .top-vendors .teaser.vendor .vendor-img, .top-vendors .teaser.vendor .fields {
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 992px) {
    .top-vendors .teaser.vendor .vendor-img {
      padding-left: 0;
      padding-right: 30px; } }
  .top-vendors .teaser.vendor .vendor-img .thumb {
    margin-bottom: 20px;
    width: 100%; }
    @media all and (min-width: 992px) {
      .top-vendors .teaser.vendor .vendor-img .thumb {
        margin-bottom: 0;
        margin-right: 30px; } }
  @media all and (min-width: 992px) {
    .top-vendors .teaser.vendor .fields {
      padding-left: 0;
      padding-right: 0; } }
  .top-vendors .teaser.vendor .fields .title {
    margin-bottom: 20px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #040707; }
  .top-vendors .teaser.vendor .fields .tagline {
    margin-bottom: 30px;
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    font-style: italic;
    color: #666666; }
    .top-vendors .teaser.vendor .fields .tagline p {
      margin: 0; }
  .top-vendors .teaser.vendor .fields .expertise, .top-vendors .teaser.vendor .fields .services {
    margin-bottom: 30px;
    font-family: "Cambria";
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    color: #666666; }
  @media all and (min-width: 992px) {
    .top-vendors .teaser.vendor .fields .services {
      margin-bottom: 40px; } }
  .top-vendors .teaser.vendor .fields h4 {
    margin-bottom: 15px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #040707; }

@media (max-width: 991px) {
  .feature .teaser.top-story {
    min-height: 470px; }
    .feature .teaser.top-story .feature-overlay {
      bottom: -30px;
      width: calc(100% - 60px);
      margin-left: 20px;
      margin-right: 20px;
      padding: 30px; }
      .feature .teaser.top-story .feature-overlay .byline {
        margin-bottom: 29px; }
        .feature .teaser.top-story .feature-overlay .byline a.call-to-action {
          width: 100%; }
        .feature .teaser.top-story .feature-overlay .byline .cta-subtext {
          margin-bottom: 30px; }
        .feature .teaser.top-story .feature-overlay .byline .date {
          margin-top: 10px; } }

/** Modules **/
.module.grid1 .teaser.first h1, .module.resources .teaser.first h1 {
  margin-bottom: 20px;
  font-size: 40px; }

.module.grid1 .teaser.first .byline, .module.resources .teaser.first .byline {
  margin-bottom: 0; }

.module.grid1 .teaser.first .excerpt, .module.resources .teaser.first .excerpt {
  margin-top: 40px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .module.grid1 .teaser.first .excerpt, .module.resources .teaser.first .excerpt {
      margin-bottom: 40px; } }
  .module.grid1 .teaser.first .excerpt p, .module.resources .teaser.first .excerpt p {
    margin: 0; }

.module.grid1 .teaser.first + .feature-separator, .module.resources .teaser.first + .feature-separator {
  margin: 30px 0; }
  @media all and (min-width: 992px) {
    .module.grid1 .teaser.first + .feature-separator, .module.resources .teaser.first + .feature-separator {
      display: none; } }

.module.grid1 .teaser.gated i, .module.resources .teaser.gated i {
  height: 30px;
  width: 30px; }

.module.grid1 .secondary .teaser h1, .module.resources .secondary .teaser h1 {
  margin-bottom: 20px; }

.module.grid1 .secondary .teaser .byline, .module.resources .secondary .teaser .byline {
  margin-bottom: 0; }

.module.grid1 .secondary .teaser .excerpt, .module.resources .secondary .teaser .excerpt {
  margin-top: 40px; }
  .module.grid1 .secondary .teaser .excerpt p, .module.resources .secondary .teaser .excerpt p {
    margin: 0; }

.module.grid1 .secondary .teaser.gated i, .module.resources .secondary .teaser.gated i {
  height: 15px;
  width: 15px; }

@media all and (min-width: 992px) {
  .module.grid2 .secondary .teaser {
    height: auto; } }

.module.grid2 .secondary .teaser .byline {
  margin-bottom: 0; }

.module.grid2 .secondary .teaser .view-more {
  font-size: 16px; }

@media (min-width: 768px) {
  .module.feed .teaser .thumb {
    margin-top: 5px;
    float: right;
    width: 300px;
    margin-left: 22px; } }

.module.feed .teaser h1 {
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .module.feed .teaser h1 {
      margin-bottom: 10px; } }

.module.feed .teaser .eyebrow {
  margin-bottom: 16px; }

.module.feed .teaser .price {
  font-size: 30px;
  margin-bottom: 15px; }

.module.feed .teaser .byline {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 28px; }

.module.feed .teaser.industry-resources .eyebrow, .module.feed .teaser.webinar .eyebrow {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .module.feed .teaser.industry-resources .eyebrow, .module.feed .teaser.webinar .eyebrow {
      margin-top: 60px; } }

.module.feed .teaser.industry-resources h1, .module.feed .teaser.webinar h1 {
  margin-bottom: 10px; }

.module.feed .teaser.industry-resources .byline, .module.feed .teaser.webinar .byline {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 29px; }

/** Isotope/Mosaic Grids **/
.grid .grid-item .grid-item-content .teaser.industry-resources, .grid .grid-item .grid-item-content .teaser.webinar {
  background-color: #040707;
  color: #FFF;
  min-height: 520px; }
  .grid .grid-item .grid-item-content .teaser.industry-resources h1, .grid .grid-item .grid-item-content .teaser.webinar h1 {
    font-size: 40px; }
  .grid .grid-item .grid-item-content .teaser.industry-resources a, .grid .grid-item .grid-item-content .teaser.industry-resources h1, .grid .grid-item .grid-item-content .teaser.industry-resources h4, .grid .grid-item .grid-item-content .teaser.industry-resources .excerpt, .grid .grid-item .grid-item-content .teaser.industry-resources .title a, .grid .grid-item .grid-item-content .teaser.webinar a, .grid .grid-item .grid-item-content .teaser.webinar h1, .grid .grid-item .grid-item-content .teaser.webinar h4, .grid .grid-item .grid-item-content .teaser.webinar .excerpt, .grid .grid-item .grid-item-content .teaser.webinar .title a {
    color: #FFF; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .fields, .grid .grid-item .grid-item-content .teaser.webinar .fields {
    font-size: 18px;
    padding: 100px 36px 0 36px; }
    .grid .grid-item .grid-item-content .teaser.industry-resources .fields .tagline, .grid .grid-item .grid-item-content .teaser.webinar .fields .tagline {
      font-size: 25px; }
    .grid .grid-item .grid-item-content .teaser.industry-resources .fields .eyebrow, .grid .grid-item .grid-item-content .teaser.webinar .fields .eyebrow {
      margin-bottom: 10px; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .thumb, .grid .grid-item .grid-item-content .teaser.webinar .thumb {
    display: none; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .logo, .grid .grid-item .grid-item-content .teaser.industry-resources .overlay, .grid .grid-item .grid-item-content .teaser.industry-resources .permalink, .grid .grid-item .grid-item-content .teaser.webinar .logo, .grid .grid-item .grid-item-content .teaser.webinar .overlay, .grid .grid-item .grid-item-content .teaser.webinar .permalink {
    display: block; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .byline, .grid .grid-item .grid-item-content .teaser.webinar .byline {
    font-size: 18px;
    color: #FFF; }
  .grid .grid-item .grid-item-content .teaser.industry-resources.genre-aggregate .eyebrow:not(.topic-eyebrow), .grid .grid-item .grid-item-content .teaser.webinar.genre-aggregate .eyebrow:not(.topic-eyebrow) {
    display: none; }
  .grid .grid-item .grid-item-content .teaser.industry-resources.genre-aggregate .eyebrow.topic-eyebrow, .grid .grid-item .grid-item-content .teaser.webinar.genre-aggregate .eyebrow.topic-eyebrow {
    display: block; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .feature-separator, .grid .grid-item .grid-item-content .teaser.webinar .feature-separator {
    display: none; }
    .grid .grid-item .grid-item-content .teaser.industry-resources .feature-separator.full-background, .grid .grid-item .grid-item-content .teaser.webinar .feature-separator.full-background {
      display: block; }
  .grid .grid-item .grid-item-content .teaser.industry-resources .view-more.details-text, .grid .grid-item .grid-item-content .teaser.webinar .view-more.details-text {
    display: none; }

.grid .grid-item .grid-item-content .teaser.tile.color .eyebrow {
  margin-bottom: 14px; }

.grid .grid-item .grid-item-content .teaser.tile.color h1 {
  margin-bottom: 12px; }

.grid .grid-item .grid-item-content .teaser.tile.color .excerpt {
  margin-top: 26px; }

/** Genre Landing **/
.genre-landing .ais-hits--item .teaser .eyebrow {
  margin-bottom: 5px; }

.genre-landing .ais-hits--item .teaser .byline {
  margin-bottom: 15px;
  font-family: "Cambria";
  font-style: normal;
  font-weight: 400; }
  .genre-landing .ais-hits--item .teaser .byline.presented-by {
    margin-bottom: 0; }

.genre-landing .ais-hits--item .teaser .thumb {
  width: 320px;
  margin-top: 24px; }

@media (min-width: 1200px) {
  .genre-landing .ais-hits--item .teaser .thumb {
    float: right;
    margin-left: 22px;
    margin-top: -19px; } }

/** Page-specific **/
.vertical-landing .feature .teaser.top-story {
  height: 430px;
  max-width: 903px; }

@media (min-width: 1200px) {
  .vertical-landing .feature .teaser.feature {
    background: transparent;
    box-shadow: none;
    padding: 0; }
    .vertical-landing .feature .teaser.feature .thumb {
      float: left;
      margin-right: 30px; }
    .vertical-landing .feature .teaser.feature .fields .eyebrow {
      margin-bottom: 20px; }
    .vertical-landing .feature .teaser.feature .fields h1 {
      margin-bottom: 15px; }
    .vertical-landing .feature .teaser.feature .fields .byline {
      margin-bottom: 0; } }

.industry-landing .teaser .fields,
.topics-landing .teaser .fields {
  overflow: visible; }

.industry-landing .feature .teaser.top-story,
.topics-landing .feature .teaser.top-story {
  height: 430px;
  max-width: 903px; }
  @media (max-width: 991px) {
    .industry-landing .feature .teaser.top-story,
    .topics-landing .feature .teaser.top-story {
      min-height: 547px; } }

.industry-landing .teaser,
.module.feed .teaser,
.topics-landing .teaser {
  margin-bottom: 8px; }
  .industry-landing .teaser .feature-separator, .industry-landing .teaser + .feature-separator,
  .module.feed .teaser .feature-separator,
  .module.feed .teaser + .feature-separator,
  .topics-landing .teaser .feature-separator,
  .topics-landing .teaser + .feature-separator {
    margin: 40px 0; }
  .industry-landing .teaser h1,
  .module.feed .teaser h1,
  .topics-landing .teaser h1 {
    font-size: 40px; }
    @media (max-width: 991px) {
      .industry-landing .teaser h1,
      .module.feed .teaser h1,
      .topics-landing .teaser h1 {
        font-size: 22px; } }
  .industry-landing .teaser .byline,
  .module.feed .teaser .byline,
  .topics-landing .teaser .byline {
    margin-bottom: 22px; }
  .industry-landing .teaser.news,
  .module.feed .teaser.news,
  .topics-landing .teaser.news {
    margin-bottom: 24px; }
  .industry-landing .teaser.event,
  .module.feed .teaser.event,
  .topics-landing .teaser.event {
    margin-right: 0; }
  .industry-landing .teaser.industry-resources, .industry-landing .teaser.webinar,
  .module.feed .teaser.industry-resources,
  .module.feed .teaser.webinar,
  .topics-landing .teaser.industry-resources,
  .topics-landing .teaser.webinar {
    background-color: #040707;
    color: #FFF; }
    .industry-landing .teaser.industry-resources h1, .industry-landing .teaser.webinar h1,
    .module.feed .teaser.industry-resources h1,
    .module.feed .teaser.webinar h1,
    .topics-landing .teaser.industry-resources h1,
    .topics-landing .teaser.webinar h1 {
      font-size: 40px; }
      @media (max-width: 991px) {
        .industry-landing .teaser.industry-resources h1, .industry-landing .teaser.webinar h1,
        .module.feed .teaser.industry-resources h1,
        .module.feed .teaser.webinar h1,
        .topics-landing .teaser.industry-resources h1,
        .topics-landing .teaser.webinar h1 {
          font-size: 22px; } }
    .industry-landing .teaser.industry-resources .excerpt,
    .industry-landing .teaser.industry-resources .title a,
    .industry-landing .teaser.industry-resources a,
    .industry-landing .teaser.industry-resources h1,
    .industry-landing .teaser.industry-resources h4, .industry-landing .teaser.webinar .excerpt,
    .industry-landing .teaser.webinar .title a,
    .industry-landing .teaser.webinar a,
    .industry-landing .teaser.webinar h1,
    .industry-landing .teaser.webinar h4,
    .module.feed .teaser.industry-resources .excerpt,
    .module.feed .teaser.industry-resources .title a,
    .module.feed .teaser.industry-resources a,
    .module.feed .teaser.industry-resources h1,
    .module.feed .teaser.industry-resources h4,
    .module.feed .teaser.webinar .excerpt,
    .module.feed .teaser.webinar .title a,
    .module.feed .teaser.webinar a,
    .module.feed .teaser.webinar h1,
    .module.feed .teaser.webinar h4,
    .topics-landing .teaser.industry-resources .excerpt,
    .topics-landing .teaser.industry-resources .title a,
    .topics-landing .teaser.industry-resources a,
    .topics-landing .teaser.industry-resources h1,
    .topics-landing .teaser.industry-resources h4,
    .topics-landing .teaser.webinar .excerpt,
    .topics-landing .teaser.webinar .title a,
    .topics-landing .teaser.webinar a,
    .topics-landing .teaser.webinar h1,
    .topics-landing .teaser.webinar h4 {
      color: #FFF; }
    .industry-landing .teaser.industry-resources .view-more .icon-arrow-right, .industry-landing .teaser.webinar .view-more .icon-arrow-right,
    .module.feed .teaser.industry-resources .view-more .icon-arrow-right,
    .module.feed .teaser.webinar .view-more .icon-arrow-right,
    .topics-landing .teaser.industry-resources .view-more .icon-arrow-right,
    .topics-landing .teaser.webinar .view-more .icon-arrow-right {
      color: #FFF; }
    .industry-landing .teaser.industry-resources .fields, .industry-landing .teaser.webinar .fields,
    .module.feed .teaser.industry-resources .fields,
    .module.feed .teaser.webinar .fields,
    .topics-landing .teaser.industry-resources .fields,
    .topics-landing .teaser.webinar .fields {
      padding: 20px; }
      @media all and (min-width: 992px) {
        .industry-landing .teaser.industry-resources .fields, .industry-landing .teaser.webinar .fields,
        .module.feed .teaser.industry-resources .fields,
        .module.feed .teaser.webinar .fields,
        .topics-landing .teaser.industry-resources .fields,
        .topics-landing .teaser.webinar .fields {
          padding: 60px; } }
      .industry-landing .teaser.industry-resources .fields .tagline, .industry-landing .teaser.webinar .fields .tagline,
      .module.feed .teaser.industry-resources .fields .tagline,
      .module.feed .teaser.webinar .fields .tagline,
      .topics-landing .teaser.industry-resources .fields .tagline,
      .topics-landing .teaser.webinar .fields .tagline {
        font-size: 25px; }
    .industry-landing .teaser.industry-resources .thumb, .industry-landing .teaser.webinar .thumb,
    .module.feed .teaser.industry-resources .thumb,
    .module.feed .teaser.webinar .thumb,
    .topics-landing .teaser.industry-resources .thumb,
    .topics-landing .teaser.webinar .thumb {
      display: none; }
    .industry-landing .teaser.industry-resources .logo,
    .industry-landing .teaser.industry-resources .overlay,
    .industry-landing .teaser.industry-resources .permalink, .industry-landing .teaser.webinar .logo,
    .industry-landing .teaser.webinar .overlay,
    .industry-landing .teaser.webinar .permalink,
    .module.feed .teaser.industry-resources .logo,
    .module.feed .teaser.industry-resources .overlay,
    .module.feed .teaser.industry-resources .permalink,
    .module.feed .teaser.webinar .logo,
    .module.feed .teaser.webinar .overlay,
    .module.feed .teaser.webinar .permalink,
    .topics-landing .teaser.industry-resources .logo,
    .topics-landing .teaser.industry-resources .overlay,
    .topics-landing .teaser.industry-resources .permalink,
    .topics-landing .teaser.webinar .logo,
    .topics-landing .teaser.webinar .overlay,
    .topics-landing .teaser.webinar .permalink {
      display: block; }
    .industry-landing .teaser.industry-resources .byline, .industry-landing .teaser.webinar .byline,
    .module.feed .teaser.industry-resources .byline,
    .module.feed .teaser.webinar .byline,
    .topics-landing .teaser.industry-resources .byline,
    .topics-landing .teaser.webinar .byline {
      color: #FFF; }
    .industry-landing .teaser.industry-resources.genre-aggregate .eyebrow:not(.topic-eyebrow), .industry-landing .teaser.webinar.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .module.feed .teaser.industry-resources.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .module.feed .teaser.webinar.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .topics-landing .teaser.industry-resources.genre-aggregate .eyebrow:not(.topic-eyebrow),
    .topics-landing .teaser.webinar.genre-aggregate .eyebrow:not(.topic-eyebrow) {
      display: none; }
    .industry-landing .teaser.industry-resources.genre-aggregate .eyebrow.topic-eyebrow, .industry-landing .teaser.webinar.genre-aggregate .eyebrow.topic-eyebrow,
    .module.feed .teaser.industry-resources.genre-aggregate .eyebrow.topic-eyebrow,
    .module.feed .teaser.webinar.genre-aggregate .eyebrow.topic-eyebrow,
    .topics-landing .teaser.industry-resources.genre-aggregate .eyebrow.topic-eyebrow,
    .topics-landing .teaser.webinar.genre-aggregate .eyebrow.topic-eyebrow {
      display: block; }
    .industry-landing .teaser.industry-resources .feature-separator, .industry-landing .teaser.webinar .feature-separator,
    .module.feed .teaser.industry-resources .feature-separator,
    .module.feed .teaser.webinar .feature-separator,
    .topics-landing .teaser.industry-resources .feature-separator,
    .topics-landing .teaser.webinar .feature-separator {
      display: none; }
      .industry-landing .teaser.industry-resources .feature-separator.full-background, .industry-landing .teaser.webinar .feature-separator.full-background,
      .module.feed .teaser.industry-resources .feature-separator.full-background,
      .module.feed .teaser.webinar .feature-separator.full-background,
      .topics-landing .teaser.industry-resources .feature-separator.full-background,
      .topics-landing .teaser.webinar .feature-separator.full-background {
        display: block; }

.industry-landing .top-story.teaser .fields,
.topics-landing .top-story.teaser .fields {
  padding: 20px; }

.event .featured-webinar .teaser h1,
.webinar .featured-webinar .teaser h1,
.whitepaper .featured-webinar .teaser h1 {
  text-align: center; }

.event .teaser.speaker .thumb,
.webinar .teaser.speaker .thumb,
.whitepaper .teaser.speaker .thumb {
  margin-right: 30px; }
  @media (min-width: 992px) {
    .event .teaser.speaker .thumb,
    .webinar .teaser.speaker .thumb,
    .whitepaper .teaser.speaker .thumb {
      float: left; } }

.event .teaser.speaker h1,
.webinar .teaser.speaker h1,
.whitepaper .teaser.speaker h1 {
  margin-bottom: 15px; }

.event .teaser.speaker .byline,
.webinar .teaser.speaker .byline,
.whitepaper .teaser.speaker .byline {
  margin-bottom: 30px; }

.event .teaser.speaker .excerpt,
.webinar .teaser.speaker .excerpt,
.whitepaper .teaser.speaker .excerpt {
  font-size: 20px;
  overflow: hidden; }
  .event .teaser.speaker .excerpt p:last-child,
  .webinar .teaser.speaker .excerpt p:last-child,
  .whitepaper .teaser.speaker .excerpt p:last-child {
    margin-bottom: 0; }

.event .teaser.webinar .prefix,
.webinar .teaser.webinar .prefix,
.whitepaper .teaser.webinar .prefix {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px; }

.event .teaser.webinar .excerpt,
.webinar .teaser.webinar .excerpt,
.whitepaper .teaser.webinar .excerpt {
  font-family: "Cambria";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  color: #666666; }

.event .teaser.webinar .view-more,
.webinar .teaser.webinar .view-more,
.whitepaper .teaser.webinar .view-more {
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px; }

.event .teasers .teaser .byline,
.webinar .teasers .teaser .byline,
.whitepaper .teasers .teaser .byline {
  margin-bottom: 30px; }

.event .teasers .teaser .excerpt,
.webinar .teasers .teaser .excerpt,
.whitepaper .teasers .teaser .excerpt {
  margin-bottom: 30px; }

.event .teasers .teaser .feature-separator,
.webinar .teasers .teaser .feature-separator,
.whitepaper .teasers .teaser .feature-separator {
  margin: 30px 0; }
  @media (min-width: 992px) {
    .event .teasers .teaser .feature-separator,
    .webinar .teasers .teaser .feature-separator,
    .whitepaper .teasers .teaser .feature-separator {
      margin: 40px 0; } }

.event .teasers .teaser .view-more a,
.webinar .teasers .teaser .view-more a,
.whitepaper .teasers .teaser .view-more a {
  text-decoration: none; }
  .event .teasers .teaser .view-more a .fa,
  .webinar .teasers .teaser .view-more a .fa,
  .whitepaper .teasers .teaser .view-more a .fa {
    margin-left: 2px;
    font-size: 14px; }

.article-single .related-stories .teaser h1 {
  font-size: 22px;
  margin-bottom: 9px; }

.article-single .related-stories .teaser .byline {
  margin-bottom: 9px; }

@media (min-width: 1200px) {
  .article-single .related-stories .teaser {
    padding-left: 19px; }
    .article-single .related-stories .teaser h1 {
      margin-bottom: 9px; }
    .article-single .related-stories .teaser .byline {
      margin-bottom: 19px; } }

/** Related content inside WYSIWYGs **/
.body .related-content .teaser h1 {
  margin-bottom: 12px; }

.body .related-content .teaser .eyebrow {
  margin-bottom: 17px; }

.body .related-content .teaser .byline {
  margin-bottom: 14px; }

.body .related-content .teaser .view-more a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600; }

@media (max-width: 991px) {
  .speakers .speaker .col-xs-12, .speakers .speaker .woocommerce-checkout .content-container, .woocommerce-checkout .speakers .speaker .content-container, .speakers .speaker .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .speakers .speaker .woocommerce-MyAccount-navigation, .speakers .speaker .woocommerce-account #wc-memberships-members-area, .woocommerce-account .speakers .speaker #wc-memberships-members-area {
    float: left; }
  .speakers .speaker h2 {
    margin-top: 20px; } }

@media (max-width: 1199px) {
  .module.feed .teaser h1 {
    font-size: 40px; }
    .page-template-page-research-data .module.feed .teaser h1 {
      font-size: 22px; }
  .teaser.Gold.tile.color h1,
  .teaser.tile.color h1 {
    font-size: 40px; }
    .page-template-page-research-data .teaser.Gold.tile.color h1, .page-template-page-research-data
    .teaser.tile.color h1 {
      font-size: 22px; }
  .teaser.Gold h1,
  .teaser h1 {
    margin-bottom: 20px;
    font-size: 40px; }
    .page-template-page-research-data .teaser.Gold h1, .page-template-page-research-data
    .teaser h1 {
      font-size: 22px; }
  .teaser.Gold .thumb,
  .teaser .thumb {
    margin-top: 5px;
    float: right;
    width: 300px;
    margin-left: 22px; } }

@media (max-width: 767px) {
  .teaser.Gold .thumb,
  .teaser .thumb {
    float: inherit;
    width: 100%;
    margin-left: 0; } }

/**
 * Promo touts also have an inline background style
 * to manage the image background which is loaded
 * into the admin.
 *
 * This is also used for post type teasers
 * using the same tout-like treatment.
**/
.promotional-tout.default {
  background-color: #777777;
  display: flex;
  align-items: center; }
  .promotional-tout.default .content h1 {
    padding-top: 0;
    margin-bottom: -10px;
    margin-left: -2px;
    font-size: 40px;
    line-height: 48px;
    color: #FFF; }
  .promotional-tout.default .content h2 {
    color: #FFF; }
  .promotional-tout.default .content .promo-byline, .promotional-tout.default .content .promo-description, .promotional-tout.default .content .promo-cta-header {
    margin-bottom: 26px;
    font-size: 18px;
    color: #FFF; }
  .promotional-tout.default .content .promo-description {
    font-size: 20px;
    margin-bottom: 26px; }
    .promotional-tout.default .content .promo-description ul {
      padding-left: 14px;
      list-style: none; }
      .promotional-tout.default .content .promo-description ul li:before {
        content: '■';
        float: left;
        width: 12px;
        margin: 3px -15px;
        font-size: 14px; }
  .promotional-tout.default .content .promo-cta-header {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0; }
  .promotional-tout.default .content select {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px; }
  .promotional-tout.default .content select:last-child {
    margin-bottom: 0; }
  .promotional-tout.default .content .cta {
    margin: 10px 0; }

.promotional-tout.default,
.teaser.vendor.with-background {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 240px;
  margin-bottom: 40px; }
  @media all and (min-width: 992px) {
    .promotional-tout.default,
    .teaser.vendor.with-background {
      height: 470px; }
      .promotional-tout.default.full-width,
      .teaser.vendor.with-background.full-width {
        height: 270px; } }
  :not(.feature .desktop-only) .promotional-tout.default .content, :not(.feature .desktop-only)
  .teaser.vendor.with-background .content {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    margin: 30px 30px; }
    @media all and (min-width: 992px) {
      :not(.feature .desktop-only) .promotional-tout.default .content, :not(.feature .desktop-only)
      .teaser.vendor.with-background .content {
        margin: 0 60px; } }
  .promotional-tout.default.no-logo,
  .teaser.vendor.with-background.no-logo {
    padding: 23px 61px 23px 62px; }
    @media (max-width: 991px) {
      .promotional-tout.default.no-logo,
      .teaser.vendor.with-background.no-logo {
        padding: 23px 31px 23px 32px;
        margin-bottom: 30px; } }
  .promotional-tout.default:not(.no-logo),
  .teaser.vendor.with-background:not(.no-logo) {
    padding: 110px 61px 23px 62px; }
    @media (max-width: 991px) {
      .promotional-tout.default:not(.no-logo),
      .teaser.vendor.with-background:not(.no-logo) {
        padding: 110px 31px 40px 32px;
        margin-bottom: 30px; } }
    .promotional-tout.default:not(.no-logo) .content h1,
    .teaser.vendor.with-background:not(.no-logo) .content h1 {
      padding-bottom: 18px; }
  .promotional-tout.default .eyebrow,
  .teaser.vendor.with-background .eyebrow {
    color: #FFF;
    margin-bottom: 15px; }
  .promotional-tout.default h1,
  .teaser.vendor.with-background h1 {
    padding-top: 12px; }
  .promotional-tout.default p,
  .teaser.vendor.with-background p {
    font-size: 20px; }
  .promotional-tout.default.text-center p, .genre-landing .promotional-tout.default.ais-pagination p,
  .page-template-page-events-landing .promotional-tout.default.ais-pagination p,
  body.page-template-page-vendor-directory-landing .promotional-tout.default.ais-pagination p,
  body.page-template-page-webinars-landing .promotional-tout.default.ais-pagination p,
  body.search .promotional-tout.default.ais-pagination p,
  .teaser.vendor.with-background.text-center p, .genre-landing .teaser.vendor.with-background.ais-pagination p,
  .page-template-page-events-landing .teaser.vendor.with-background.ais-pagination p,
  body.page-template-page-vendor-directory-landing .teaser.vendor.with-background.ais-pagination p,
  body.page-template-page-webinars-landing .teaser.vendor.with-background.ais-pagination p,
  body.search .teaser.vendor.with-background.ais-pagination p {
    font-size: 20px; }
  .promotional-tout.default .byline,
  .teaser.vendor.with-background .byline {
    margin-bottom: 23px;
    font-size: 18px;
    color: #FFF; }
  .promotional-tout.default ul,
  .teaser.vendor.with-background ul {
    list-style-type: square; }
  .promotional-tout.default.text-center h1, .genre-landing .promotional-tout.default.ais-pagination h1,
  .page-template-page-events-landing .promotional-tout.default.ais-pagination h1,
  body.page-template-page-vendor-directory-landing .promotional-tout.default.ais-pagination h1,
  body.page-template-page-webinars-landing .promotional-tout.default.ais-pagination h1,
  body.search .promotional-tout.default.ais-pagination h1,
  .teaser.vendor.with-background.text-center h1, .genre-landing .teaser.vendor.with-background.ais-pagination h1,
  .page-template-page-events-landing .teaser.vendor.with-background.ais-pagination h1,
  body.page-template-page-vendor-directory-landing .teaser.vendor.with-background.ais-pagination h1,
  body.page-template-page-webinars-landing .teaser.vendor.with-background.ais-pagination h1,
  body.search .teaser.vendor.with-background.ais-pagination h1 {
    text-align: center; }
  .promotional-tout.default.text-center ul, .genre-landing .promotional-tout.default.ais-pagination ul,
  .page-template-page-events-landing .promotional-tout.default.ais-pagination ul,
  body.page-template-page-vendor-directory-landing .promotional-tout.default.ais-pagination ul,
  body.page-template-page-webinars-landing .promotional-tout.default.ais-pagination ul,
  body.search .promotional-tout.default.ais-pagination ul,
  .teaser.vendor.with-background.text-center ul, .genre-landing .teaser.vendor.with-background.ais-pagination ul,
  .page-template-page-events-landing .teaser.vendor.with-background.ais-pagination ul,
  body.page-template-page-vendor-directory-landing .teaser.vendor.with-background.ais-pagination ul,
  body.page-template-page-webinars-landing .teaser.vendor.with-background.ais-pagination ul,
  body.search .teaser.vendor.with-background.ais-pagination ul {
    display: inline-block; }

.feature .promotional-tout.default .content,
.feature .teaser.vendor.with-background .content {
  margin: 0; }
  @media all and (min-width: 992px) {
    .feature .promotional-tout.default .content,
    .feature .teaser.vendor.with-background .content {
      margin: 50px 30px; } }

.feature .feature-side-tout .promotional-tout.default .content,
.feature .feature-side-tout .teaser.vendor.with-background .content {
  margin: 0; }

.col-md-6 .promotional-tout {
  min-height: 470px; }
  @media all and (max-width: 991px) {
    .col-md-6 .promotional-tout {
      min-height: 650px; } }

.teaser.vendor.with-background {
  color: #FFF; }
  .teaser.vendor.with-background h1, .teaser.vendor.with-background h4 {
    color: #FFF; }
    .teaser.vendor.with-background h1 a, .teaser.vendor.with-background h4 a {
      color: #FFF; }
    .teaser.vendor.with-background h1 a:hover, .teaser.vendor.with-background h4 a:hover {
      text-decoration: none; }

.header.hidden-xs nav.navbar .sub-menu .bottom-menu li .promotional-tout.small a.cta {
  text-align: center;
  padding: 18px 25px;
  font-size: 18px;
  height: 57px; }

.promotional-tout.small {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 15px;
  background: #323232; }
  .promotional-tout.small img {
    margin: 0 auto; }
  .promotional-tout.small .header {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 22px;
    line-height: 30px; }
  .promotional-tout.small .description {
    color: #7B7B7B;
    font-size: 20px;
    line-height: 28px; }
  .promotional-tout.small .cta {
    text-align: center;
    color: #FFF !important;
    border: 1px solid #FFF !important; }

.membership-tout {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  border-top: 1px solid #CCCCCC;
  padding: 30px 0;
  margin: 0 30px;
  font-size: 16px;
  line-height: 22px; }
  .membership-tout p {
    margin: 0; }
  @media all and (min-width: 992px) {
    .membership-tout {
      padding: 30px 0 40px;
      margin: 0 40px; } }
  .membership-tout .headline {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px; }
  .membership-tout .body {
    margin-bottom: 30px; }
    @media all and (min-width: 992px) {
      .membership-tout .body {
        margin-bottom: 0; } }
  .membership-tout .cta {
    padding: inherit; }
    @media all and (min-width: 992px) {
      .membership-tout .cta {
        float: right; } }

.three-col-tout {
  margin: 40px 0;
  text-align: center; }
  @media all and (min-width: 992px) {
    .three-col-tout {
      margin: 100px 0 120px 0; } }
  .three-col-tout .item {
    font-size: 20px;
    line-height: 26px;
    padding: 30px;
    color: #666666; }
    @media all and (min-width: 992px) {
      .three-col-tout .item {
        padding: 20px;
        border-bottom: none; }
        .three-col-tout .item:not(:first-child):before {
          content: '';
          position: absolute;
          left: 0;
          top: 20px;
          height: 300px;
          border-left: 1px solid #CCCCCC; } }
    .three-col-tout .item .header {
      margin-bottom: 50px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 900;
      font-size: 22px;
      color: #040707; }
    .three-col-tout .item .body h3 {
      margin: 0 0 25px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 900;
      text-align: center;
      font-size: 60px;
      color: #666666; }

.side-by-side-touts-section {
  margin: 0 -15px 40px; }
  .side-by-side-touts-section .col-md-6 {
    padding-left: 15px;
    padding-right: 15px; }

.page-template-page-webinars-landing .feature .promotional-tout,
.page-template-page-events-landing .feature .promotional-tout {
  margin-left: 19px;
  margin-right: -11px; }

/** Isotope/Mosaic Grids **/
.grid .grid-item .grid-item-content .promotional-tout {
  min-height: 520px; }

.header.hidden-xs nav.navbar .sub-menu .promotional-tout.small {
  display: block;
  overflow: hidden;
  background: #323232;
  width: 744px;
  min-height: 132px;
  margin-top: -52px;
  padding: 20px;
  position: relative;
  float: right; }
  .header.hidden-xs nav.navbar .sub-menu .promotional-tout.small .image {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 130px; }
  .header.hidden-xs nav.navbar .sub-menu .promotional-tout.small .middle {
    margin: 0 183px 0 150px; }
  .header.hidden-xs nav.navbar .sub-menu .promotional-tout.small .header {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 22px;
    line-height: 30px; }
  .header.hidden-xs nav.navbar .sub-menu .promotional-tout.small .description {
    color: #7B7B7B;
    font-size: 20px;
    line-height: 28px; }
  .header.hidden-xs nav.navbar .sub-menu .promotional-tout.small a.cta {
    text-align: center;
    padding: 15px 25px;
    font-size: 18px;
    height: 57px;
    width: 143px;
    position: absolute;
    top: 38px;
    right: 20px;
    border-radius: 5px;
    color: #FFF !important;
    border: 1px solid #FFF !important; }

.optional-touts {
  margin-bottom: 36px; }

.comparison-grid {
  color: #000; }
  @media all and (min-width: 768px) {
    .comparison-grid {
      margin-bottom: 40px; } }
  .comparison-grid .header .section-header {
    padding: 0; }
  @media all and (min-width: 768px) {
    .comparison-grid .body {
      padding: 40px;
      background-color: #FFF;
      -moz-box-shadow: 0 0 1px 1px #ccc;
      -webkit-box-shadow: 0 0 1px 1px #ccc;
      box-shadow: 0 0 1px 1px #ccc; } }
  .comparison-grid .table {
    margin-bottom: 0; }
    .comparison-grid .table thead th {
      padding: 0 8px 30px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      color: #040707;
      vertical-align: top; }
      @media all and (min-width: 768px) {
        .comparison-grid .table thead th p {
          margin: 0 auto;
          max-width: 240px;
          text-align: center; }
        .comparison-grid .table thead th .s1 {
          margin-top: 10px;
          font-family: "Cambria";
          font-style: normal;
          font-weight: 200;
          font-size: 20px;
          color: #666666 !important;
          display: block; } }
    .comparison-grid .table thead .membership-type-badge p:first-child {
      display: flex;
      align-items: flex-start; }
      .comparison-grid .table thead .membership-type-badge p:first-child:before {
        display: inline;
        margin-right: 8px;
        content: '';
        width: 28px;
        height: 31px;
        background-image: url("img/icons/icon-360.png");
        background-size: contain;
        background-repeat: no-repeat; }
    @media all and (min-width: 768px) {
      .comparison-grid .table tbody tr td,
      .comparison-grid .table tbody tr th {
        max-width: 240px;
        padding: 30px 0; } }
    @media all and (min-width: 768px) {
      .comparison-grid .table tbody tr:last-child td,
      .comparison-grid .table tbody tr:last-child th {
        padding-bottom: 0; } }
    .comparison-grid .table tbody th[scope="row"] {
      font-family: "Lato";
      font-style: normal;
      font-weight: 900;
      font-size: 22px;
      color: #040707; }
    .comparison-grid .table tbody td,
    .comparison-grid .table tbody th:not([scope="row"]) {
      text-align: center;
      font-size: 20px;
      color: #666666; }
      .comparison-grid .table tbody td p a,
      .comparison-grid .table tbody th:not([scope="row"]) p a {
        display: block;
        margin-top: 30px; }
        .comparison-grid .table tbody td p a.btn, .comparison-grid .table tbody td p a.cta, .comparison-grid .table tbody td p
        .cta a,
        .cta .comparison-grid .table tbody td p a, .comparison-grid .table tbody td p .event .featured-webinar .view-more a, .event .featured-webinar .view-more .comparison-grid .table tbody td p a, .comparison-grid .table tbody td p
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more .comparison-grid .table tbody td p a, .comparison-grid .table tbody td p
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more .comparison-grid .table tbody td p a, .comparison-grid .table tbody td p .hs-form.stacked .actions a.cta, .hs-form.stacked .actions .comparison-grid .table tbody td p a.cta,
        .comparison-grid .table tbody th:not([scope="row"]) p a.btn,
        .comparison-grid .table tbody th:not([scope="row"]) p a.cta,
        .comparison-grid .table tbody th:not([scope="row"]) p
        .cta a,
        .cta
        .comparison-grid .table tbody th:not([scope="row"]) p a,
        .comparison-grid .table tbody th:not([scope="row"]) p .event .featured-webinar .view-more a, .event .featured-webinar .view-more
        .comparison-grid .table tbody th:not([scope="row"]) p a,
        .comparison-grid .table tbody th:not([scope="row"]) p
        .webinar .featured-webinar .view-more a,
        .webinar .featured-webinar .view-more
        .comparison-grid .table tbody th:not([scope="row"]) p a,
        .comparison-grid .table tbody th:not([scope="row"]) p
        .whitepaper .featured-webinar .view-more a,
        .whitepaper .featured-webinar .view-more
        .comparison-grid .table tbody th:not([scope="row"]) p a {
          display: inline-block;
          margin-top: 20px; }
  .comparison-grid .comparison-grid-item {
    padding: 30px;
    background-color: #FFF;
    color: #666666;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc; }
    .comparison-grid .comparison-grid-item:not(:last-child) {
      margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      .comparison-grid .comparison-grid-item {
        padding: 40px 30px; } }
    .comparison-grid .comparison-grid-item .head {
      font-family: "Lato";
      font-style: normal;
      font-weight: 900;
      font-size: 22px;
      line-height: 100%;
      color: #040707;
      margin-bottom: 30px; }
      .comparison-grid .comparison-grid-item .head .s1 {
        margin-top: 10px;
        font-family: "Cambria";
        font-style: normal;
        font-weight: 200;
        font-size: 20px;
        color: #666666 !important;
        display: block; }
      .comparison-grid .comparison-grid-item .head p {
        margin: 0; }
    .comparison-grid .comparison-grid-item .column-features {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      line-height: 100%;
      color: #666666; }
      .comparison-grid .comparison-grid-item .column-features ul {
        margin: 0;
        padding: 0 20px; }
        .comparison-grid .comparison-grid-item .column-features ul li {
          list-style-type: square; }
          .comparison-grid .comparison-grid-item .column-features ul li p {
            margin-top: 10px; }
          .comparison-grid .comparison-grid-item .column-features ul li:not(:last-child) {
            margin-bottom: 25px; }
          .comparison-grid .comparison-grid-item .column-features ul li.btn-container {
            list-style: none;
            text-align: center;
            margin-top: 40px;
            font-weight: bold; }
            .comparison-grid .comparison-grid-item .column-features ul li.btn-container p a {
              display: block;
              margin-top: 20px; }
  .comparison-grid .panel-collapse {
    font-size: 14px;
    line-height: 16px;
    padding: 0; }
    .comparison-grid .panel-collapse .panel-body {
      padding: 0;
      text-align: left; }
      .comparison-grid .panel-collapse .panel-body p {
        margin: 0; }
  .comparison-grid .description-container {
    display: none; }
    .comparison-grid .description-container td,
    .comparison-grid .description-container th {
      padding: 0;
      max-width: 250px; }
    .comparison-grid .description-container th {
      border: none;
      padding: 0 0 30px !important; }
    .comparison-grid .description-container-action, .comparison-grid .description-container-price {
      display: block;
      line-height: 100%;
      text-align: center; }
    .comparison-grid .description-container-price {
      margin-top: 40px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      color: #666666; }
      @media all and (min-width: 768px) {
        .comparison-grid .description-container-price {
          margin-top: 50px; } }
    .comparison-grid .description-container-action {
      margin-top: 20px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      color: #4E99C9; }
      @media all and (min-width: 768px) {
        .comparison-grid .description-container-action {
          margin-top: 30px; } }
      .comparison-grid .description-container-action.btn, .comparison-grid .description-container-action.cta, .comparison-grid
      .cta a.description-container-action,
      .cta .comparison-grid a.description-container-action, .comparison-grid .event .featured-webinar .view-more a.description-container-action, .event .featured-webinar .view-more .comparison-grid a.description-container-action, .comparison-grid
      .webinar .featured-webinar .view-more a.description-container-action,
      .webinar .featured-webinar .view-more .comparison-grid a.description-container-action, .comparison-grid
      .whitepaper .featured-webinar .view-more a.description-container-action,
      .whitepaper .featured-webinar .view-more .comparison-grid a.description-container-action, .comparison-grid .hs-form.stacked .actions .description-container-action.cta, .hs-form.stacked .actions .comparison-grid .description-container-action.cta {
        display: inline-block;
        margin-top: 20px; }

.charts-and-data .title h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 40px;
  color: #000; }

.charts-and-data .fields h1 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 0; }

.charts-and-data .fields .excerpt {
  font-size: 20px;
  line-height: 28px; }

.charts-and-data .content {
  margin-bottom: 30px; }

@media all and (min-width: 992px) {
  .charts-and-data .social-links ul.social {
    position: relative;
    top: 0; } }

.database-benefits {
  margin-bottom: 11px; }
  @media all and (min-width: 992px) {
    .database-benefits {
      margin-bottom: 50px; } }
  .database-benefits .section-header {
    margin-bottom: 25px; }
  .database-benefits .body {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px; }
    .database-benefits .body h2 {
      font-size: 40px;
      color: #040707;
      letter-spacing: 0;
      line-height: 44px;
      margin-bottom: 25px; }
    @media all and (min-width: 992px) {
      .database-benefits .body {
        padding-left: 30px; } }
    .database-benefits .body ul {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      list-style-type: square; }
      @media all and (min-width: 992px) {
        .database-benefits .body ul {
          margin: 0 -15px; } }
      .database-benefits .body ul li {
        margin: 10px 0 15px 0; }

.tout-float {
  margin-top: 40px; }

.business-needs,
.list-of-links {
  display: inline-block;
  margin: 40px 0; }
  .business-needs a,
  .list-of-links a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600; }
  .business-needs .title h2,
  .list-of-links .title h2 {
    text-align: left;
    color: #040707;
    letter-spacing: 0;
    line-height: 54px; }
    @media all and (min-width: 992px) {
      .business-needs .title h2,
      .list-of-links .title h2 {
        text-align: center; } }
  .business-needs .subhead,
  .list-of-links .subhead {
    margin: 20px 0; }
    @media all and (min-width: 992px) {
      .business-needs .subhead,
      .list-of-links .subhead {
        text-align: center; } }
  .business-needs .links,
  .list-of-links .links {
    text-align: left; }
    .business-needs .links li:not(:last-child),
    .list-of-links .links li:not(:last-child) {
      margin-bottom: 23px; }
    @media all and (min-width: 992px) {
      .business-needs .links li,
      .list-of-links .links li {
        margin-bottom: 23px; } }
    @media all and (min-width: 992px) {
      .business-needs .links-list,
      .list-of-links .links-list {
        margin-bottom: 87px !important; } }

.business-needs {
  margin: 40px 0 80px; }
  @media all and (min-width: 992px) {
    .business-needs {
      margin-bottom: 125px; } }
  .business-needs .section-header {
    margin-bottom: 0; }
  .business-needs .homepage-section-header {
    margin-top: 50px;
    margin-bottom: 40px; }
    @media all and (min-width: 992px) {
      .business-needs .homepage-section-header {
        margin-top: 80px;
        margin-bottom: 60px; } }
    .business-needs .homepage-section-header-description {
      max-width: 100%; }
  .business-needs .links {
    text-align: center; }
    @media all and (min-width: 992px) {
      .business-needs .links {
        text-align: left; } }
    .business-needs .links li:not(:last-child) {
      margin-bottom: 25px; }
    @media all and (min-width: 992px) {
      .business-needs .links li {
        margin-bottom: 25px; } }

.top-vendor-item {
  margin-bottom: 40px; }

.newsletter-module-footer {
  margin-top: 60px; }
  .newsletter-module-footer, .page-template-default .newsletter-module-footer {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 38px 0 18px; }
    .newsletter-module-footer .row, .page-template-default .newsletter-module-footer .row {
      max-width: 1350px; }
    .newsletter-module-footer h1, .page-template-default .newsletter-module-footer h1 {
      margin: -5px 0 0;
      text-align: center;
      font-size: 40px;
      padding: 0;
      color: #FFF; }
    .newsletter-module-footer .subhead, .page-template-default .newsletter-module-footer .subhead {
      margin: 4px auto 16px; }
      .newsletter-module-footer .subhead h2, .page-template-default .newsletter-module-footer .subhead h2 {
        font-family: "Cambria";
        font-style: normal;
        font-weight: 200;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        margin: 0; }
    .newsletter-module-footer .head-box, .page-template-default .newsletter-module-footer .head-box {
      margin: 0 auto; }
    .newsletter-module-footer .input-boxes, .page-template-default .newsletter-module-footer .input-boxes {
      margin: 0 auto; }
      .newsletter-module-footer .input-boxes > div, .page-template-default .newsletter-module-footer .input-boxes > div {
        margin-bottom: 4px; }
        @media all and (min-width: 992px) {
          .newsletter-module-footer .input-boxes > div, .page-template-default .newsletter-module-footer .input-boxes > div {
            margin-bottom: 0; } }
      .newsletter-module-footer .input-boxes .submitted-message, .page-template-default .newsletter-module-footer .input-boxes .submitted-message {
        position: relative;
        display: inline-block;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 40px;
        font-weight: bold; }
        .newsletter-module-footer .input-boxes .submitted-message:before, .page-template-default .newsletter-module-footer .input-boxes .submitted-message:before {
          position: absolute;
          content: ' ';
          background: url("img/icons/icon-check.png");
          display: block;
          width: 30px;
          height: 30px;
          top: 13px;
          left: 0; }
    .newsletter-module-footer .foot-box, .page-template-default .newsletter-module-footer .foot-box {
      margin: 20px auto 0;
      font-size: 14px;
      line-height: 19px;
      color: #A3A3A3; }
      .newsletter-module-footer .foot-box a, .page-template-default .newsletter-module-footer .foot-box a {
        color: #FFF; }
      @media all and (min-width: 992px) {
        .newsletter-module-footer .foot-box ul > li, .page-template-default .newsletter-module-footer .foot-box ul > li {
          display: inline-block;
          padding-left: 5px;
          padding-right: 5px; } }
    .newsletter-module-footer .btn.subscribe, .newsletter-module-footer .subscribe.cta, .newsletter-module-footer
    .cta a.subscribe,
    .cta .newsletter-module-footer a.subscribe, .newsletter-module-footer .event .featured-webinar .view-more a.subscribe, .event .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer
    .webinar .featured-webinar .view-more a.subscribe,
    .webinar .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer
    .whitepaper .featured-webinar .view-more a.subscribe,
    .whitepaper .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer .hs-form.stacked .actions .subscribe.cta, .hs-form.stacked .actions .newsletter-module-footer .subscribe.cta, .page-template-default .newsletter-module-footer .btn.subscribe, .page-template-default .newsletter-module-footer .subscribe.cta, .page-template-default .newsletter-module-footer
    .cta a.subscribe,
    .cta .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer .event .featured-webinar .view-more a.subscribe, .event .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer
    .webinar .featured-webinar .view-more a.subscribe,
    .webinar .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer
    .whitepaper .featured-webinar .view-more a.subscribe,
    .whitepaper .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe {
      border-color: #FFF;
      height: 45px;
      width: 100%; }
      @media all and (min-width: 992px) {
        .newsletter-module-footer .btn.subscribe, .newsletter-module-footer .subscribe.cta, .newsletter-module-footer
        .cta a.subscribe,
        .cta .newsletter-module-footer a.subscribe, .newsletter-module-footer .event .featured-webinar .view-more a.subscribe, .event .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer
        .webinar .featured-webinar .view-more a.subscribe,
        .webinar .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer
        .whitepaper .featured-webinar .view-more a.subscribe,
        .whitepaper .featured-webinar .view-more .newsletter-module-footer a.subscribe, .newsletter-module-footer .hs-form.stacked .actions .subscribe.cta, .hs-form.stacked .actions .newsletter-module-footer .subscribe.cta, .page-template-default .newsletter-module-footer .btn.subscribe, .page-template-default .newsletter-module-footer .subscribe.cta, .page-template-default .newsletter-module-footer
        .cta a.subscribe,
        .cta .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer .event .featured-webinar .view-more a.subscribe, .event .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer
        .webinar .featured-webinar .view-more a.subscribe,
        .webinar .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe, .page-template-default .newsletter-module-footer
        .whitepaper .featured-webinar .view-more a.subscribe,
        .whitepaper .featured-webinar .view-more .page-template-default .newsletter-module-footer a.subscribe {
          width: auto; } }
    .newsletter-module-footer input[type="text"], .newsletter-module-footer input[type="number"], .newsletter-module-footer input[type="password"], .newsletter-module-footer input[type="email"], .newsletter-module-footer input[type="tel"], .newsletter-module-footer select, .page-template-default .newsletter-module-footer input[type="text"], .page-template-default .newsletter-module-footer input[type="number"], .page-template-default .newsletter-module-footer input[type="password"], .page-template-default .newsletter-module-footer input[type="email"], .page-template-default .newsletter-module-footer input[type="tel"], .page-template-default .newsletter-module-footer select {
      border-radius: 5px;
      padding: 0 10px 0 19px;
      -moz-box-shadow: 0 0 1px 1px #ccc;
      -webkit-box-shadow: 0 0 1px 1px #ccc;
      box-shadow: 0 0 1px 1px #ccc;
      outline: none;
      width: 100%;
      height: 40px;
      border: none;
      border-bottom: 1px solid #CCCCCC; }
      .newsletter-module-footer input[type="text"]:-webkit-autofill, .newsletter-module-footer input[type="number"]:-webkit-autofill, .newsletter-module-footer input[type="password"]:-webkit-autofill, .newsletter-module-footer input[type="email"]:-webkit-autofill, .newsletter-module-footer input[type="tel"]:-webkit-autofill, .newsletter-module-footer select:-webkit-autofill, .page-template-default .newsletter-module-footer input[type="text"]:-webkit-autofill, .page-template-default .newsletter-module-footer input[type="number"]:-webkit-autofill, .page-template-default .newsletter-module-footer input[type="password"]:-webkit-autofill, .page-template-default .newsletter-module-footer input[type="email"]:-webkit-autofill, .page-template-default .newsletter-module-footer input[type="tel"]:-webkit-autofill, .page-template-default .newsletter-module-footer select:-webkit-autofill {
        transition: all 5000s ease-in-out 0s; }
    .newsletter-module-footer input[type="email"], .newsletter-module-footer select, .page-template-default .newsletter-module-footer input[type="email"], .page-template-default .newsletter-module-footer select {
      font-size: 18px;
      height: 53px !important; }
    .newsletter-module-footer select, .page-template-default .newsletter-module-footer select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-left: 19px; }
    .newsletter-module-footer .hs-form, .page-template-default .newsletter-module-footer .hs-form {
      margin-bottom: 16px;
      margin-left: auto;
      width: 100%; }
      .newsletter-module-footer .hs-form label, .page-template-default .newsletter-module-footer .hs-form label {
        display: none; }
      .newsletter-module-footer .hs-form .hs-error-msgs, .page-template-default .newsletter-module-footer .hs-form .hs-error-msgs {
        list-style: none;
        padding-left: 0; }
        .newsletter-module-footer .hs-form .hs-error-msgs label, .page-template-default .newsletter-module-footer .hs-form .hs-error-msgs label {
          display: block;
          color: #ED9230; }
      .newsletter-module-footer .hs-form .hs-input, .page-template-default .newsletter-module-footer .hs-form .hs-input {
        height: 45px;
        border: 1px solid #FFF;
        box-shadow: none;
        color: #AEAEAE; }
        .newsletter-module-footer .hs-form .hs-input:focus, .page-template-default .newsletter-module-footer .hs-form .hs-input:focus {
          color: #040707; }
      .newsletter-module-footer .hs-form .input, .page-template-default .newsletter-module-footer .hs-form .input {
        margin-bottom: 0; }
      .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field, .page-template-default .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-bottom: 0; }
        .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field.hs_email, .page-template-default .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field.hs_email {
          margin-left: 0; }
      .newsletter-module-footer .hs-form .hs_submit, .page-template-default .newsletter-module-footer .hs-form .hs_submit {
        vertical-align: bottom;
        position: relative;
        top: inherit;
        width: 100%;
        margin-right: auto;
        margin-left: auto; }
        .newsletter-module-footer .hs-form .hs_submit .actions .cta, .page-template-default .newsletter-module-footer .hs-form .hs_submit .actions .cta {
          border: 1px solid #FFF;
          padding: 15px 30px;
          margin-bottom: 4px; }
          .newsletter-module-footer .hs-form .hs_submit .actions .cta:hover, .page-template-default .newsletter-module-footer .hs-form .hs_submit .actions .cta:hover {
            background-color: rgba(4, 7, 7, 0.8);
            color: #FFF;
            text-decoration: underline; }
      @media all and (min-width: 992px) {
        .newsletter-module-footer .hs-form .input, .page-template-default .newsletter-module-footer .hs-form .input {
          text-align: left; } }
    .newsletter-module-footer form, .page-template-default .newsletter-module-footer form {
      margin: 0; }
    @media all and (min-width: 992px) {
      .newsletter-module-footer .hs-form fieldset, .page-template-default .newsletter-module-footer .hs-form fieldset {
        display: inline-block;
        margin: 0;
        max-width: 100%; }
        .newsletter-module-footer .hs-form fieldset.form-columns-2, .page-template-default .newsletter-module-footer .hs-form fieldset.form-columns-2 {
          width: 100%; }
          .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field, .page-template-default .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field {
            float: left; }
            .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field.hs_email, .page-template-default .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field.hs_email {
              margin-left: 0;
              margin-right: 22px; }
      .newsletter-module-footer .hs-form .hs_submit, .page-template-default .newsletter-module-footer .hs-form .hs_submit {
        display: inline-block;
        vertical-align: bottom;
        position: absolute;
        top: 62px;
        right: 0;
        width: 145px; } }
    @media all and (min-width: 1200px) {
      .newsletter-module-footer .hs-form .hs_submit, .page-template-default .newsletter-module-footer .hs-form .hs_submit {
        top: 98px; } }

@media all and (max-width: 1199px) {
  .newsletter-module-footer {
    margin-top: 30px; }
    .newsletter-module-footer .hs-form h1 {
      font-size: 22px; }
    .newsletter-module-footer .hs-form .subhead {
      margin-bottom: 0; }
      .newsletter-module-footer .hs-form .subhead h2 {
        font-size: 14px; }
    .newsletter-module-footer .hs-form fieldset {
      max-width: 100% !important; }
    .newsletter-module-footer .hs-form fieldset.form-columns-2 .input {
      margin-right: 0; }
      .newsletter-module-footer .hs-form fieldset.form-columns-2 .input .hs-input {
        width: 100% !important; }
    .newsletter-module-footer .hs-form fieldset.form-columns-2 .hs-form-field {
      margin-bottom: 30px; }
    .newsletter-module-footer .input-boxes {
      margin-bottom: 15px; }
      .newsletter-module-footer .input-boxes .submitted-message {
        font-size: 22px;
        padding-left: 0;
        padding-right: 0;
        font-weight: bold; }
        .newsletter-module-footer .input-boxes .submitted-message:before {
          position: relative;
          margin: -10px auto 15px; }
    .newsletter-module-footer .foot-box {
      margin-top: 0; }
      .newsletter-module-footer .foot-box .s1:first-child {
        display: block; } }

/* Hubspot forms */
.hs-form {
  margin-left: auto;
  width: 100%; }
  .hs-form .hs-error-msgs {
    list-style: none;
    padding-left: 0; }
    .hs-form .hs-error-msgs label {
      display: block;
      color: #ED9230; }
  .hs-form .hs-input {
    color: #AEAEAE; }
    .hs-form .hs-input:focus {
      color: #040707; }
  .hs-form fieldset .hs-form-field {
    max-width: 100%;
    width: 100%;
    float: none; }
  .hs-form .hs_submit {
    vertical-align: bottom;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    .hs-form .hs_submit .actions .cta {
      border: 1px solid #FFF;
      padding: 15px 30px;
      margin-bottom: 4px; }
      .hs-form .hs_submit .actions .cta:hover {
        background-color: rgba(4, 7, 7, 0.8);
        color: #FFF;
        text-decoration: underline; }
  @media all and (min-width: 992px) {
    .hs-form .input {
      text-align: left; } }

@media all and (min-width: 992px) {
  .hs-form fieldset {
    max-width: 100%; }
    .hs-form fieldset.form-columns-2 {
      width: 100%; }
      .hs-form fieldset.form-columns-2 .hs-form-field {
        float: left; } }

@media all and (max-width: 1199px) {
  .hs-form h1 {
    font-size: 22px; }
  .hs-form .subhead h2 {
    font-size: 14px; }
  .hs-form fieldset {
    max-width: 100% !important; }
  .hs-form fieldset.form-columns-2 .input {
    margin-right: 0; }
    .hs-form fieldset.form-columns-2 .input .hs-input {
      width: 100% !important; }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 30px; } }

.related-content {
  margin: 40px 0;
  padding: 0; }
  .related-content .section-header {
    padding: 0; }
  .related-content .products {
    margin-bottom: 60px; }
    .related-content .products .image img {
      width: 100%; }
    @media all and (min-width: 992px) {
      .related-content .products .image {
        width: 203px;
        height: 143px;
        margin-right: 30px; }
        .related-content .products .image img {
          width: 203px;
          height: 143px; } }
    .related-content .products li {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #CCCCCC; }
      .related-content .products li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      @media all and (min-width: 992px) {
        .related-content .products li {
          margin-bottom: 0;
          padding-left: 0;
          padding-bottom: 0;
          border-bottom: none; }
          .related-content .products li:last-child {
            padding-right: 0;
            float: right; }
          .related-content .products li .details {
            width: 41%; } }
      .related-content .products li a {
        font-family: "Lato";
        font-style: normal;
        font-weight: 600; }
    .related-content .products h3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 17px;
      text-align: left; }
      @media all and (min-width: 992px) {
        .related-content .products h3 {
          margin-top: 0; } }
    .related-content .products .price {
      color: #000;
      font-size: 19px;
      line-height: 22px; }
    .related-content .products .add_to_cart_button {
      margin-top: 17px; }

.product-list .item > div {
  padding: 10px; }

@media all and (min-width: 992px) {
  .product-list .teaser {
    height: 300px; } }

.product-list .cta {
  margin-top: 30px; }

.product-list-action {
  margin-top: 30px; }

.hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center; }
  @media all and (min-width: 992px) {
    .hero {
      background-position: 0 0;
      max-height: 500px;
      min-height: 450px; } }
  .hero .content {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 60px 45px;
    font-size: 20px;
    line-height: 30px;
    color: #FFF; }
    @media all and (min-width: 992px) {
      .hero .content {
        max-width: 750px; } }
    .hero .content h2 {
      margin-bottom: 30px;
      text-align: left;
      font-size: 40px;
      line-height: 48px;
      color: #FFF; }
      @media all and (min-width: 992px) {
        .hero .content h2 {
          font-size: 60px;
          line-height: 74px; } }
    .hero .content ul {
      padding: 0 20px; }
    .hero .content .caret-down {
      margin-top: 30px;
      text-align: center; }
      .hero .content .caret-down a {
        display: inline-block;
        line-height: 100%;
        color: #FFF !important; }
        .hero .content .caret-down a span {
          line-height: 14px;
          cursor: pointer; }
  .hero:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 7, 7, 0.35); }

#primary .hero, #content .hero {
  padding: 0;
  min-height: 640px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media all and (min-width: 992px) {
    #primary .hero, #content .hero {
      margin-bottom: 80px;
      background-position: 0 0;
      max-height: 500px;
      min-height: 450px; } }
  @media (max-width: 767px) {
    #primary .hero, #content .hero {
      margin-top: 30px; } }
  #primary .hero .content, #content .hero .content {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF; }
    @media all and (min-width: 992px) {
      #primary .hero .content, #content .hero .content {
        padding: 0;
        margin-left: 115px;
        margin-right: 60px; } }
    #primary .hero .content h2, #content .hero .content h2 {
      color: #FFF;
      margin: 0 0 20px;
      text-align: left; }
    #primary .hero .content .headline, #primary .hero .content .subhead, #content .hero .content .headline, #content .hero .content .subhead {
      color: #FFF;
      text-align: left;
      margin-bottom: 30px; }
    #primary .hero .content .headline, #content .hero .content .headline {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      line-height: 40px; }
      @media all and (min-width: 992px) {
        #primary .hero .content .headline, #content .hero .content .headline {
          font-size: 60px;
          line-height: 60px; } }
    #primary .hero .content .subhead, #content .hero .content .subhead {
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      line-height: 36px; }
    #primary .hero .content ul, #content .hero .content ul {
      margin: 0;
      padding: 0 20px;
      font-size: 20px;
      line-height: 20px; }
      #primary .hero .content ul li, #content .hero .content ul li {
        list-style-type: square;
        margin-top: 25px; }

.ir-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px; }
  .ir-tabs .nav-tabs {
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    color: #040707;
    letter-spacing: 0;
    border-bottom: none; }
    .ir-tabs .nav-tabs a {
      margin: 0;
      padding: 30px 40px;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      color: #040707 !important;
      border-radius: 0; }
      @media all and (max-width: 991px) {
        .ir-tabs .nav-tabs a {
          padding: 30px 20px; } }
    .ir-tabs .nav-tabs li {
      float: left; }
      .ir-tabs .nav-tabs li.active {
        z-index: 1; }
        .ir-tabs .nav-tabs li.active a {
          background: #FFF; }
        .ir-tabs .nav-tabs li.active li.active a {
          background: #FFF; }
        .ir-tabs .nav-tabs li.active li a {
          background: #D4D5D5; }
      .ir-tabs .nav-tabs li a {
        background: #D4D5D5; }
        .ir-tabs .nav-tabs li a:hover {
          background: rgba(124, 124, 124, 0.78); }
    .ir-tabs .nav-tabs .dropdown .dropdown-menu {
      padding-top: 0;
      width: 100%; }
    .ir-tabs .nav-tabs .dropdown li {
      float: none; }
  .ir-tabs .browse-header {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    display: block;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
    margin-right: 20px; }
    @media (min-width: 992px) {
      .ir-tabs .browse-header {
        display: none; } }
  .ir-tabs .tab-content {
    padding: 30px 40px;
    background: #FFF;
    border: 1px solid #ddd; }
    @media all and (min-width: 768px) {
      .ir-tabs .tab-content {
        padding: 50px 40px 20px; } }
    .ir-tabs .tab-content .tab-pane ul {
      margin-bottom: 0; }
      .ir-tabs .tab-content .tab-pane ul li {
        margin-bottom: 30px;
        line-height: 100%; }
        .ir-tabs .tab-content .tab-pane ul li a {
          font-family: "Lato";
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          color: #4E99C9; }
      .ir-tabs .tab-content .tab-pane ul.list-inline li, .ir-tabs .tab-content .tab-pane .genre-landing ul.ais-pagination li, .genre-landing .ir-tabs .tab-content .tab-pane ul.ais-pagination li, .ir-tabs .tab-content .tab-pane
      .page-template-page-events-landing ul.ais-pagination li,
      .page-template-page-events-landing .ir-tabs .tab-content .tab-pane ul.ais-pagination li, .ir-tabs .tab-content .tab-pane
      body.page-template-page-vendor-directory-landing ul.ais-pagination li,
      body.page-template-page-vendor-directory-landing .ir-tabs .tab-content .tab-pane ul.ais-pagination li, .ir-tabs .tab-content .tab-pane
      body.page-template-page-webinars-landing ul.ais-pagination li,
      body.page-template-page-webinars-landing .ir-tabs .tab-content .tab-pane ul.ais-pagination li, .ir-tabs .tab-content .tab-pane
      body.search ul.ais-pagination li,
      body.search .ir-tabs .tab-content .tab-pane ul.ais-pagination li {
        padding-left: 11px;
        padding-right: 11px; }
  .ir-tabs .side-links {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .ir-tabs .side-links {
        margin: 30px 0;
        text-align: right; } }
    .ir-tabs .side-links ul {
      margin-bottom: 0; }
    .ir-tabs .side-links-header, .ir-tabs .side-links-option {
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      padding: 0; }
    .ir-tabs .side-links-header {
      display: block;
      color: #666666;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .ir-tabs .side-links-header {
          display: inline;
          margin-right: 20px;
          margin-bottom: 0; } }
    .ir-tabs .side-links-option {
      display: inline;
      color: #4E99C9; }
      .ir-tabs .side-links-option:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 0; }
    .ir-tabs .side-links span.glyphicon, .ir-tabs .side-links .module.grid2 .view-more span.icon, .module.grid2 .view-more .ir-tabs .side-links span.icon, .ir-tabs .side-links .module.grid2 .view-more.mobile-only .cta.link span.icon, .module.grid2 .view-more.mobile-only .cta.link .ir-tabs .side-links span.icon {
      font-size: 12px; }

.jump-links {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center; }
  .jump-links ul {
    margin-bottom: 0; }
    .jump-links ul li {
      padding: 0; }
  .jump-links .list-head {
    display: block;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #666666;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .jump-links .list-head {
        display: inline;
        margin-right: 30px;
        margin-bottom: 0; } }
  .jump-links li:not(.list-head) {
    display: block;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #4E99C9;
    text-transform: uppercase; }
    .jump-links li:not(.list-head):not(:last-child) {
      margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .jump-links li:not(.list-head) {
        display: inline; }
        .jump-links li:not(.list-head):not(:last-child) {
          margin-right: 60px;
          margin-bottom: 0; } }

.newsletter-callouts {
  margin-bottom: 80px; }
  .newsletter-callouts .item {
    margin-bottom: 22px; }
    .newsletter-callouts .item h1 {
      font-size: 22px;
      color: #040707;
      letter-spacing: 0;
      line-height: 30px; }
    .newsletter-callouts .item .excerpt {
      font-size: 20px;
      color: #666666;
      letter-spacing: 0;
      line-height: 28px; }
    .newsletter-callouts .item .frequency {
      font-size: 14px;
      color: #666666;
      letter-spacing: 0;
      line-height: 27px; }
    .newsletter-callouts .item .cta {
      margin-top: 20px; }

.subscription-tout {
  margin-bottom: 15px; }
  @media all and (min-width: 992px) {
    .subscription-tout {
      margin-bottom: 75px; } }
  .subscription-tout h1 {
    font-size: 40px;
    color: #040707;
    letter-spacing: 0;
    line-height: 44px;
    padding-top: 0; }
  .subscription-tout .body {
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px; }
    .subscription-tout .body ul {
      margin: 0 0 23px 0;
      font-family: "Cambria";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      list-style-type: square; }
      @media all and (min-width: 992px) {
        .subscription-tout .body ul {
          margin: 0 -15px 45px 0; } }
      .subscription-tout .body ul li {
        margin: 10px 0 15px -15px; }
  .subscription-tout .buttons {
    margin-left: 0; }
    .subscription-tout .buttons a {
      letter-spacing: 0;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600; }
    .subscription-tout .buttons li {
      margin-bottom: 30px;
      text-align: center; }
    @media all and (min-width: 992px) {
      .subscription-tout .buttons li {
        text-align: left;
        display: inline-block;
        margin-bottom: 0; }
        .subscription-tout .buttons li:not(:last-child) {
          margin-right: 12px; }
        .subscription-tout .buttons li:last-child:before {
          content: ' ';
          position: absolute;
          height: 22px;
          width: 1px;
          margin-left: -10px;
          border-right: 1px solid #7B7B7B; } }

.connect-with-us h3 {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 32px; }

@media all and (min-width: 992px) {
  .connect-with-us .social-link-item.first {
    margin-bottom: 40px; } }

.connect-with-us .social-link-item.first h3 {
  font-size: 22px;
  color: #666666;
  letter-spacing: 0;
  line-height: 32px; }
  @media all and (min-width: 992px) {
    .connect-with-us .social-link-item.first h3 {
      font-size: 30px; } }

.connect-with-us .social-link-item .author-twitter-link {
  /* Author Twitter Pages: */ }
  .connect-with-us .social-link-item .author-twitter-link a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px; }
  @media all and (min-width: 992px) {
    .connect-with-us .social-link-item .author-twitter-link {
      margin-left: 20px; }
      .connect-with-us .social-link-item .author-twitter-link:before {
        content: ' ';
        position: absolute;
        height: 30px;
        width: 1px;
        margin-left: -25px;
        border-right: 1px solid #7B7B7B; } }
  .connect-with-us .social-link-item .author-twitter-link .author-twitter-text {
    margin: 3px 15px; }

.connect-with-us .social-link-item li {
  margin-right: 20px; }

.connect-with-us .social-links {
  margin-top: 0; }
  .connect-with-us .social-links .icon-twitter {
    background: url("img/icons/social-icons-black.png");
    display: block;
    width: 32px;
    height: 30px;
    background-position: 0 0;
    background-size: 98px 30px; }
  .connect-with-us .social-links .icon-facebook {
    background: url("img/icons/social-icons-black.png");
    display: block;
    width: 31px;
    height: 30px;
    background-position: 61px 0;
    background-size: 98px 30px; }
  .connect-with-us .social-links .icon-linkedin {
    background: url("img/icons/social-icons-black.png");
    display: block;
    width: 25px;
    height: 30px;
    background-position: 25px 0;
    background-size: 98px 30px; }

.connect-with-us .rss-feeds {
  border-top: 1px solid #7B7B7B;
  border-left: none;
  padding-top: 30px;
  margin-top: 25px; }
  @media all and (min-width: 992px) {
    .connect-with-us .rss-feeds {
      border-top: none;
      border-left: 1px solid #7B7B7B;
      padding: 0 30px;
      margin-top: 0; } }
  .connect-with-us .rss-feeds .icon-rss {
    background: url("img/icons/rss-icon.png");
    display: block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-size: 24px 24px; }
  .connect-with-us .rss-feeds .rss-link {
    height: 30px;
    margin-bottom: 30px; }
    .connect-with-us .rss-feeds .rss-link a {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 28px; }
      .connect-with-us .rss-feeds .rss-link a span {
        margin-left: 20px; }

.social.mobile-only .mobile {
  background-color: #FFF;
  height: 45px;
  -webkit-box-shadow: 0 1px 1px 0 #CCCCCC;
  box-shadow: 0 1px 1px 0 #CCCCCC; }
  .social.mobile-only .mobile .social-links {
    margin-top: 5px; }

#post-social-links-desktop .social-links .social.fixed {
  position: fixed;
  margin-left: 15px; }

#post-social-links-desktop .social-links .social.scroll {
  position: absolute; }

.social-links {
  position: relative;
  margin: 0 0 13px; }
  .social-links.profile {
    position: inherit;
    margin: 22px 0 0; }
  .social-links.list-inline, .genre-landing .social-links.ais-pagination,
  .page-template-page-events-landing .social-links.ais-pagination,
  body.page-template-page-vendor-directory-landing .social-links.ais-pagination,
  body.page-template-page-webinars-landing .social-links.ais-pagination,
  body.search .social-links.ais-pagination {
    margin-left: 0; }
  .social-links .title {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    color: #666666;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 992px) {
      .social-links .title {
        font-size: 18px; } }
  .social-links ul.social {
    margin: 10px 0 0; }
    .social-links ul.social li {
      margin: 0;
      padding: 0 15px 0 0;
      white-space: nowrap; }
      .social-links ul.social li .link {
        line-height: 1.2;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .social-links ul.social .icon {
      display: inline-block;
      font-size: 0;
      cursor: pointer;
      color: #000; }
      .social-links ul.social .icon:after {
        display: inline-block;
        text-indent: -9999em;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: -1.75rem;
        right: 1.5rem; }
      .social-links ul.social .icon:before {
        font-size: 21px; }
      @media (min-width: 992px) {
        .social-links ul.social .icon:before {
          font-size: 25px; } }
      .social-links ul.social .icon:hover, .social-links ul.social .icon:focus {
        color: #4E99C9;
        text-decoration: none; }

#mini-bios .social-links ul.social {
  top: 0; }

.mobile-only.social.fixed {
  position: fixed;
  top: 0; }

.mobile-only.social.scroll {
  position: absolute; }

.mobile .social-links .title {
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
  text-align: right;
  margin-right: 10px; }

.mobile .social-links ul {
  display: inline-block;
  margin-top: 5px; }
  @media (max-width: 991px) {
    .mobile .social-links ul li {
      padding-right: 10px; } }

.fixed-social {
  position: fixed;
  top: 0;
  height: 45px;
  width: 100%;
  background-color: #FFF;
  margin-left: 0; }
  .fixed-social .social {
    position: relative; }
    .fixed-social .social .mobile {
      position: absolute;
      top: 0; }
    .fixed-social .social .hidden {
      display: block !important; }
  .fixed-social .social-links {
    margin-top: 6px;
    margin-bottom: 7px; }

.alphabetical-list {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px; }
  .alphabetical-list .letters {
    border-bottom: 1px solid #CCCCCC; }
    .alphabetical-list .letters ul {
      margin-bottom: -5px; }
      .alphabetical-list .letters ul li {
        text-align: center;
        width: 13%;
        margin-bottom: 45px; }
      @media all and (min-width: 992px) {
        .alphabetical-list .letters ul {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 40px; }
          .alphabetical-list .letters ul li {
            text-align: left;
            margin-bottom: 0;
            width: auto; } }
  .alphabetical-list .head-letter {
    font-size: 60px;
    line-height: 60px;
    width: 40px;
    color: #CECECE;
    letter-spacing: 0;
    font-weight: bold; }
    .alphabetical-list .head-letter span {
      display: inline-block; }
    @media all and (min-width: 992px) {
      .alphabetical-list .head-letter {
        margin-left: 20px;
        margin-right: 170px; } }
  .alphabetical-list .list-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    .alphabetical-list .list-item:not(:last-child) {
      border-bottom: 1px solid #CCCCCC; }
    .alphabetical-list .list-item ul {
      margin-top: 45px;
      margin-bottom: 0; }
      .alphabetical-list .list-item ul li:not(:last-child) {
        margin-bottom: 23px; }
    @media all and (min-width: 992px) {
      .alphabetical-list .list-item {
        flex-direction: row;
        align-items: center;
        padding: 50px 0 60px;
        margin: 0; }
        .alphabetical-list .list-item ul {
          margin-top: 0; }
        .alphabetical-list .list-item:first-child {
          padding: 60px 0; } }

/**
 * Styles for Ad spots.
 *
 */
.ad.external.global.top {
  padding: 50px 0;
  background-color: #D4D5D5; }

.ad.external.sponsor {
  margin: 0; }

.ad.external .title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400; }

.ad.external.banner {
  margin-bottom: 36px; }

.topics-landing .row.header .ad.external.sponsor,
.industry-landing .row.header .ad.external.sponsor {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 70px; }
  @media (max-width: 991px) {
    .topics-landing .row.header .ad.external.sponsor,
    .industry-landing .row.header .ad.external.sponsor {
      margin-top: 25px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .topics-landing .row.header .ad.external.sponsor,
    .industry-landing .row.header .ad.external.sponsor {
      margin-top: 60px; } }

.topics-landing .ad.external {
  height: auto; }

.topics-landing .row.results .ad.external,
.industry-landing .row.results .ad.external {
  height: auto;
  margin-bottom: 20px; }

.topics-landing .right-rail .ad.external,
.industry-landing .right-rail .ad.external {
  height: auto; }

#swipebox-overlay {
  opacity: 0.98;
  background-color: #222424; }
  #swipebox-overlay #swipebox-container {
    max-width: 1370px;
    margin: 0 auto; }
    #swipebox-overlay #swipebox-container #swipebox-slider .slide:before {
      height: 350px; }
    #swipebox-overlay #swipebox-container #swipebox-slider .slide img {
      max-width: 905px;
      max-height: 650px; }
    #swipebox-overlay #swipebox-container #swipebox-close {
      background-image: url("img/icons/menu-icons.svg") !important;
      background-size: 140px 22px;
      height: 38px;
      width: 38px;
      top: 60px;
      right: 50px; }
      #swipebox-overlay #swipebox-container #swipebox-close:after {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        content: 'Close';
        position: absolute;
        left: 40px;
        bottom: 0;
        font-size: 18px; }
    #swipebox-overlay #swipebox-container .menu-icon.menu {
      background-position: 280px 22px;
      width: 19px; }

.homepage-section {
  margin-bottom: 40px; }
  @media all and (min-width: 992px) {
    .homepage-section {
      margin-bottom: 80px; } }
  .homepage-section-header {
    margin-top: 60px;
    margin-bottom: 40px; }
    @media all and (min-width: 992px) {
      .homepage-section-header {
        margin-top: 80px;
        margin-bottom: 60px; } }
    .homepage-section-header-title {
      margin: 0 auto;
      font-family: "Lato";
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      color: #040707;
      text-align: center !important; }
    .homepage-section-header-description {
      max-width: 550px;
      margin: 30px auto 0;
      font-family: "Cambria";
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      color: #666666;
      text-align: center !important; }

.homepage-separator {
  border-top: 1px solid #CCCCCC;
  margin: 0 !important;
  padding: 0 11px !important; }

.homepage.hero {
  overflow: hidden;
  max-width: none; }
  @media all and (min-width: 992px) {
    .homepage.hero {
      max-height: 640px;
      min-height: 640px; } }

@media all and (min-width: 992px) {
  .homepage .coverage {
    margin-bottom: 60px; } }

.homepage .coverage .promos .promo {
  margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .homepage .coverage .promos .promo {
      margin-bottom: 0;
      padding: 0 15px; }
      .homepage .coverage .promos .promo:first-child {
        padding-left: 11px; }
      .homepage .coverage .promos .promo:last-child {
        padding-right: 11px; } }
  .homepage .coverage .promos .promo-img-bg {
    padding: 20px;
    height: 240px; }
  .homepage .coverage .promos .promo a:hover {
    text-decoration: none; }
  .homepage .coverage .promos .promo h3 {
    position: relative;
    top: 85%;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 22px;
    color: #FFF; }

.homepage .tout {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  @media all and (min-width: 992px) {
    .homepage .tout {
      padding: 60px 40px; } }
  .homepage .tout-title {
    color: #000;
    text-align: left; }
  .homepage .tout-description {
    margin: 30px 0;
    text-align: left; }
    @media all and (min-width: 992px) {
      .homepage .tout-description {
        margin: 20px 0 0; } }
  .homepage .tout-cta {
    width: 100%; }
    @media all and (min-width: 768px) {
      .homepage .tout-cta {
        width: auto; } }

.homepage .browse .header {
  margin: 0 0 20px;
  height: 50px; }
  .homepage .browse .header a {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 30px; }
  .homepage .browse .header i {
    width: 44px;
    height: 50px;
    margin-right: 25px; }
    .homepage .browse .header i.topic {
      background: url("img/icons/icon-topic.png") no-repeat; }
    .homepage .browse .header i.company {
      background: url("img/icons/icon-company.png") no-repeat; }
    .homepage .browse .header i.industry {
      background: url("img/icons/icon-industry.png") no-repeat; }

.homepage .browse .description {
  font-size: 20px;
  margin-bottom: 0; }

.homepage .browse .item {
  padding: 0 40px; }
  @media all and (min-width: 992px) {
    .homepage .browse .item:not(:last-child) {
      padding: 0 100px 0 0;
      margin-bottom: 0; }
    .homepage .browse .item:last-child {
      padding: 0; } }
  .homepage .browse .item:not(:last-child) {
    margin-bottom: 40px; }
    @media all and (min-width: 992px) {
      .homepage .browse .item:not(:last-child) {
        margin-bottom: 0; } }

.homepage .research-data .homepage-section-header {
  margin-top: 40px;
  margin-bottom: 45px; }
  @media all and (min-width: 992px) {
    .homepage .research-data .homepage-section-header {
      margin-top: 80px;
      margin-bottom: 60px; } }

.homepage .research-data .teasers .item {
  margin-bottom: 60px; }
  .homepage .research-data .teasers .item:last-of-type {
    margin-bottom: 0; }
  @media all and (min-width: 1200px) {
    .homepage .research-data .teasers .item {
      padding-left: 37.5px;
      padding-right: 37.5px;
      margin-bottom: 0; } }

.homepage .research-data .teasers .teaser .thumb {
  margin: 0; }

.homepage .research-data .teasers .teaser .img-responsive {
  width: 100%;
  max-width: 100%; }

.homepage .research-data .teasers .teaser h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px; }

.homepage .research-data .teasers .teaser .byline {
  display: none; }

.homepage .research-data .teasers .teaser .excerpt {
  margin-bottom: 30px;
  font-size: 20px; }

@media all and (min-width: 992px) {
  .homepage .companies .home-section-header {
    margin-top: 100px;
    margin-bottom: 80px; } }

@media all and (min-width: 992px) {
  .homepage .companies-list {
    display: flex;
    align-items: center;
    justify-content: center; } }

.homepage .companies-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 50px; }
  .homepage .companies-logo-img {
    max-width: 200px;
    max-height: 100px; }

.homepage .references {
  margin-top: 60px;
  margin-bottom: 40px; }
  @media all and (min-width: 992px) {
    .homepage .references {
      margin-top: 80px;
      margin-bottom: 60px; } }
  .homepage .references .reference .feature-separator {
    display: none; }

@media (min-width: 992px) {
  .homepage .resources .teasers .teaser.first img {
    margin-right: 22px;
    float: left; } }

.homepage .homepage-promo-touts {
  margin-top: 36px;
  margin-bottom: 36px; }

.homepage .module.resources {
  margin-bottom: 0; }
  .homepage .module.resources .module {
    margin-bottom: 40px; }

/*--------------------------------------------------------------
# Browsers
--------------------------------------------------------------*/
_:-ms-fullscreen .editor-bio p, :root .editor-bio p {
  padding-bottom: 10px; }

_:-ms-fullscreen .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover, :root .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
  border-bottom: none; }
  _:-ms-fullscreen .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a, :root .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
    text-decoration: none; }

_:-ms-fullscreen .teaser .excerpt, :root .teaser .excerpt {
  padding-bottom: 20px; }

@supports (-ms-accelerator: true) {
  .editor-bio p {
    padding-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
    border-bottom: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
      text-decoration: none; }
  .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    vertical-align: top; }
  .teaser .excerpt {
    padding-bottom: 20px; } }

html.win .editor-bio p {
  padding-bottom: 10px; }

html.win .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
  border-bottom: none; }
  html.win .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
    text-decoration: none; }

html.win .woocommerce tr.cart-subtotal {
  height: 75px; }

html.win .woocommerce tr.order-total {
  height: 95px;
  vertical-align: top; }
  html.win .woocommerce tr.order-total th {
    padding-top: 26px; }
  html.win .woocommerce tr.order-total td {
    vertical-align: top; }

html.win .woocommerce tr.shipping {
  height: 115px; }

html.win .woocommerce table.my_account_orders td, html.win .woocommerce table.my_account_orders th {
  vertical-align: top; }

body.page-template-page-finder input[type="search"]:not(#search)::-ms-clear {
  display: none; }
