@charset "UTF-8";
/*!
 *  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("//info.statwolf.com/hubfs/template/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("//info.statwolf.com/hubfs/template/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("//info.statwolf.com/hubfs/template/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//info.statwolf.com/hubfs/template/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//info.statwolf.com/hubfs/template/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//info.statwolf.com/hubfs/template/font-awesome/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.33333em;
  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.28571em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.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;
}

/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "proxima-nova", serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, .cta-title .cta-title--title h1, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5 {
  font-size: 2em;
  margin: 0.4em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 20px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type=text], button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  background: #374856;
  color: #353535;
  font: 400 100% / 1.5 "proxima-nova", serif;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body > .header,
body > .main-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s linear, -moz-transform 0.3s ease-in-out;
  -o-transition: all 0.3s linear, -o-transform 0.3s ease-in-out;
  -webkit-transition: all 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: all 0.3s linear, transform 0.3s ease-in-out;
}
.wf-active body > .header, .wf-active
body > .main-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

a {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #ca2d3e;
}

img {
  max-width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.lt-ie9 img {
  -ms-behavior: url(static/js/lib/polyfills/backgroundsize.min.htc);
}
.lt-ie9 img img {
  max-width: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

h1, .cta-title .cta-title--title h1, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1.1em;
  margin: 1em 0;
  font-weight: 400;
}

h1, .cta-title .cta-title--title h1, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5, .h1,
h2, .h2 {
  font-size: 2.5em;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0.3125em;
  line-height: 1.0625em;
  font-style: normal;
  color: #374856;
}
h1 a, .cta-title .cta-title--title h1 a, .cta-title .cta-title--title h2 a, .cta-title .cta-title--title h3 a, .cta-title .cta-title--title h4 a, .cta-title .cta-title--title h5 a, .h1 a,
h2 a, .h2 a {
  text-decoration: none;
}
h1:first-child, .cta-title .cta-title--title h1:first-child, .cta-title .cta-title--title h2:first-child, .cta-title .cta-title--title h3:first-child, .cta-title .cta-title--title h4:first-child, .cta-title .cta-title--title h5:first-child, .h1:first-child,
h2:first-child, .h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  h1, .cta-title .cta-title--title h1, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5, .h1,
  h2, .h2 {
    font-size: 3.5625em;
  }
}

h1:first-child, .cta-title .cta-title--title h1:first-child, .cta-title .cta-title--title h2:first-child, .cta-title .cta-title--title h3:first-child, .cta-title .cta-title--title h4:first-child, .cta-title .cta-title--title h5:first-child, .h1:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0.9375em 0 0.625em;
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h2 + h3,
h1 + h3,
.cta-title .cta-title--title h1 + h3,
.cta-title .cta-title--title h2 + h3,
.cta-title .cta-title--title h3 + h3,
.cta-title .cta-title--title h4 + h3,
.cta-title .cta-title--title h5 + h3 {
  margin-top: -0.1875em;
}

h4 {
  font-size: 1.0625em;
  font-weight: 700;
  margin: 0.625em 0 0.3125em;
  line-height: 1.375em;
}
h4 + p {
  margin-top: 0.5em;
}

h5 {
  font-size: 1.0625em;
  font-weight: 700;
  margin: 0.625em 0;
}

ul > li,
ol > li {
  margin-bottom: 0.625em;
}

.lead {
  font-size: 1.125em;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.25em;
  }
}

.bold {
  font-weight: 400;
}

.small {
  font-size: 0.9375em;
  color: #808184;
  margin-top: -0.3125em;
}

address {
  font-style: normal;
  margin-bottom: 1em;
}

.inline-address {
  display: inline;
}

hr {
  border: none;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  height: 2px;
  background: #e1e1e1;
}

p:first-child {
  margin-top: 0;
}

.main-content ol {
  list-style: none;
  counter-reset: li;
}
.main-content ol > li {
  counter-increment: li;
}
.main-content ol > li::before {
  content: counter(li);
  color: #ca2d3e;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .main-content ul > li,
  .main-content ol > li,
  .main-content p {
    font-size: 1.3125em;
    line-height: 1.3125em;
  }
  .main-content li > p {
    font-size: 1em;
    margin: 0;
  }
}

p a:not(.button),
li a:not(.button) {
  color: #ca2d3e;
  border-bottom: 2px solid transparent;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
p a:not(.button):hover,
li a:not(.button):hover {
  border-color: #374856;
}

blockquote {
  margin: 1em 0;
  padding: 0.9375em;
  font-style: italic;
}
blockquote > footer {
  margin-top: 0.4375em;
  color: #353535;
  font-size: 0.875em;
}

@media screen and (min-width: 768px) {
  blockquote {
    font-size: 1.1875em;
  }

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

  .ta-left {
    text-align: left;
  }
}
/* -------------------------------------------------------------------------*/
/* General */
.button, body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  display: inline-block;
  color: #374856;
  outline: none;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", serif;
  text-align: center;
  padding: 0 0.625em;
  height: 2.1875em;
  line-height: 2em;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #374856;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
  -o-transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
  -webkit-transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}
p > .button, body p > .hs-button.primary,
body p > input[type="submit"],
body p > input[type="button"] {
  margin-top: 0.625em;
  font-size: 1em;
}
.button:hover, body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background: #374856;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .button, body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"], .button:hover, body .hs-button.primary:hover,
  body input[type="submit"]:hover,
  body input[type="button"]:hover {
    background: #ca2d3e;
    color: #FFFFFF;
    border-color: #ca2d3e;
  }
}

@media screen and (min-width: 768px) {
  .button--large {
    padding: 0 2.5em;
    font-size: 1.1875em;
    line-height: 2.375em;
    height: 2.5em;
  }
}
.button--solid {
  background: #374856;
  color: #FFFFFF;
}
.button--solid:hover {
  background: #FFFFFF;
  color: #374856;
}

.button--small {
  font-size: 0.75em;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.25em;
}

.button--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
[data-clickable]:hover .button--white, .button--white:hover {
  background: #FFFFFF;
  color: #374856;
}
.button--white.button--solid {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #374856;
}
.button--white.button--solid:hover {
  background: #ca2d3e;
  border-color: #ca2d3e;
  color: #FFFFFF;
}

.button + .button, body .hs-button.primary + .button,
body input[type="submit"] + .button,
body input[type="button"] + .button, body .button + .hs-button.primary, body .hs-button.primary + .hs-button.primary,
body input[type="submit"] + .hs-button.primary,
body input[type="button"] + .hs-button.primary,
body .button + input[type="submit"],
body .hs-button.primary + input[type="submit"],
body input[type="submit"] + input[type="submit"],
body input[type="button"] + input[type="submit"],
body .button + input[type="button"],
body .hs-button.primary + input[type="button"],
body input[type="submit"] + input[type="button"],
body input[type="button"] + input[type="button"] {
  margin-left: 1.25em;
}

@media screen and (max-width: 768px) {
  .nav-wrapper {
    text-align: center;
  }
  .nav-wrapper .nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
    list-style-type: none;
  }
}
.nav-single {
  border-top: 2px dotted #FFFFFF;
  padding-top: 1.25em;
  margin-top: 2.5em;
}

.nav-next {
  float: right;
}

.nav-previous {
  float: left;
}

@media screen and (max-width: 1019px) {
  .navbar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    margin: 0;
    visibility: hidden;
    background-color: #ca2d3e;
    z-index: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: visibility 0.3s, -moz-transform 0.3s;
    -o-transition: visibility 0.3s, -o-transform 0.3s;
    -webkit-transition: visibility 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, transform 0.3s;
  }
  .nav-open .navbar {
    visibility: visible;
  }
  .navbar .row {
    padding: 0;
  }
}
@media screen and (min-width: 1020px) {
  .navbar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print {
  .navbar {
    display: none;
  }
}

.main-content {
  z-index: 2;
  position: relative;
  background: #FFFFFF;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-open .main-content {
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
.editor .main-content {
  z-index: auto;
}

.nav-primary {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  .editor .nav-primary {
    margin-top: 48px;
  }
  .nav-primary > li {
    margin-bottom: 0;
  }
  .nav-primary > li > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-primary > li > div > ul li {
    padding: 0;
    margin: 0;
  }
  .nav-primary > li > .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: none;
  }
  .nav-primary > li > div > ul li {
    width: 100%;
    margin: 0;
    float: none;
    border-bottom: 1px solid #df818b;
  }
  .nav-primary > li > div > ul li a {
    display: block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 23px;
    text-decoration: none;
    border: none;
  }
  .nav-primary > li > div > ul li > ul {
    position: fixed !important;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #ca2d3e;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    font-weight: 400;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .nav-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: fixed !important;
  }
  .nav-primary li.is-open > .secondary-nav,
  .nav-primary li.is-open > ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-primary li.hs-item-has-children > a::before, .nav-primary li.hs-item-has-children > a::after, .nav-primary .go-back > a::before, .nav-primary .go-back > a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .nav-primary li.hs-item-has-children > a::before, .nav-primary .go-back > a::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary li.hs-item-has-children > a::after, .nav-primary .go-back > a::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1020px) and (min-width: 1020px) {
  .nav-primary li.hs-item-has-children > a::before, .nav-primary li.hs-item-has-children > a::after, .nav-primary .go-back > a::before, .nav-primary .go-back > a::after {
    background: #b3b3b3;
  }
}
@media screen and (max-width: 1020px) {
  .nav-primary li.hs-item-has-children > a {
    padding-right: 20px;
  }
  .nav-primary li.hs-item-has-children > a::before, .nav-primary li.hs-item-has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 23px;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }
  .nav-primary li.go-back > a {
    padding-left: 43px;
  }
  .nav-primary li.go-back > a::before, .nav-primary li.go-back > a::after {
    /* arrow goes on the left side - go back button */
    left: 23px;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
@media screen and (min-width: 1020px) {
  .nav-primary {
    padding: 0;
    list-style: none;
    font-size: 1em;
  }
  .nav-primary:before, .nav-primary:after {
    content: " ";
    display: table;
  }
  .nav-primary:after {
    clear: both;
  }
  .nav-primary > li {
    float: left;
    margin-bottom: 0;
  }
  .nav-primary > li a {
    display: inline-block;
    outline: none;
  }
  .nav-primary > li:first-child, .nav-primary > li:last-child {
    float: left;
    width: 50%;
  }
  .nav-primary > li:first-child {
    padding-right: 145px;
  }
  .nav-primary > li:first-child > div > ul {
    float: right;
  }
  .nav-primary > li:first-child > div > ul > li:first-child {
    display: none;
  }
  .nav-primary > li:last-child {
    padding-left: 145px;
  }
  .nav-primary > li:last-child > div > ul {
    float: left;
  }
  .nav-primary > li:last-child > div > ul > li:last-child > a {
    background: #FFFFFF;
    color: #374856;
    padding: 0.625em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .nav-primary > li:last-child > div > ul > li:last-child > a:hover {
    background: #ca2d3e;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 #FFFFFF inset;
    -moz-box-shadow: 0 0 0 #FFFFFF inset;
    box-shadow: 0 0 0 #FFFFFF inset;
  }
  .nav-primary > li > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-primary > li > div > ul:before, .nav-primary > li > div > ul:after {
    content: " ";
    display: table;
  }
  .nav-primary > li > div > ul:after {
    clear: both;
  }
  .nav-primary > li > div > ul li {
    padding: 0;
    margin: 0;
  }
  .nav-primary > li > div > ul > li {
    float: left;
    margin: 0 43px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .nav-primary > li > div > ul > li:hover > a, .nav-primary > li > div > ul > li.active > a {
    -webkit-box-shadow: 0 -3px 0 #FFFFFF inset;
    -moz-box-shadow: 0 -3px 0 #FFFFFF inset;
    box-shadow: 0 -3px 0 #FFFFFF inset;
  }
  .nav-primary > li > div > ul > li.is-open > a:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .nav-primary > li > div > ul > li:last-child {
    margin-right: 0;
  }
  .nav-primary > li > div > ul > li > a {
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    display: block;
    line-height: 0.8125em;
    font-size: 0.8125em;
    text-transform: uppercase;
    padding: 0.625em 0;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 #FFFFFF inset;
    -moz-box-shadow: 0 0 0 #FFFFFF inset;
    box-shadow: 0 0 0 #FFFFFF inset;
    -moz-transition: color 0.2s linear, background 0.2s linear, box-shadow 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear, box-shadow 0.2s linear;
    -webkit-transition: color 0.2s linear, background 0.2s linear, box-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, box-shadow 0.2s linear;
  }
  .nav-primary > li > div > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    padding-top: 0;
    text-align: left;
    width: 150px;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(55, 72, 86, 0.9);
    -moz-transition: max-height 0.2s ease-in-out, overflow 0.2s linear, padding-top 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out, overflow 0.2s linear, padding-top 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out, overflow 0.2s linear, padding-top 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, overflow 0.2s linear, padding-top 0.2s ease-in-out;
  }
  .nav-primary > li > div > ul > li > ul li {
    padding: 0;
    margin: 0;
  }
  .nav-primary > li > div > ul > li > ul > li > a {
    display: block;
    padding: 0.1875em 0.625em;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875em;
    border: none;
    text-decoration: none;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
  }
  .nav-primary > li > div > ul > li > ul > li:hover > a {
    background: #FFFFFF;
    color: #374856;
  }
  .nav-primary > li > div > ul > li:hover > ul {
    max-height: 20em;
    overflow: visible;
    padding-top: 48px;
  }
  .header---fixed .nav-primary > li > div > ul > li:hover > ul {
    padding-top: 20px;
  }
  .nav-primary .go-back {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .body:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .body.with-overlay:after {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.nav-social {
  padding: 0;
  list-style: none;
  font-size: 1em;
}
.nav-social > li {
  float: left;
  margin-bottom: 0;
}
.nav-social > li a {
  display: inline-block;
  outline: none;
}
.nav-social > li {
  margin-left: 10px;
}
.nav-social > li:first-child {
  line-height: 32px;
  margin-left: 0;
  font-size: 1.125em;
}

.nav-footer {
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-family: "fira-sans", sans-serif;
  font-size: 0.875em;
}
.nav-footer > li {
  float: left;
  margin-bottom: 0;
}
.nav-footer > li a {
  display: inline-block;
  outline: none;
}
.nav-footer > li {
  margin-bottom: 0.3125em;
  float: none;
}
.nav-footer > li > a {
  color: #353535;
  display: block;
  padding: 0.3125em 0;
  font-weight: 400;
}
.nav-footer > li.active > a {
  margin-left: -0.625em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1020px) {
  .nav-footer {
    text-align: left;
  }
}

/* All HubSpot Forms
   ========================================================================== */
.form-title {
  margin-bottom: 0.9375em;
  font-size: 1.625em;
  color: #374856;
}

.form-input, .form-select, .hs-form select, .hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea {
  width: 100%;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  outline: none;
  background: #FFFFFF;
  height: 3.375em;
  line-height: 2.5625em;
  font-size: 0.75em;
  padding: 0 0.9375em;
  border: 1px solid #737f89;
  color: #374856;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: border 0.2s linear, background 0.2s linear;
  -o-transition: border 0.2s linear, background 0.2s linear;
  -webkit-transition: border 0.2s linear, background 0.2s linear;
  transition: border 0.2s linear, background 0.2s linear;
}
.form-input:focus, .form-select:focus, .hs-form select:focus, .hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="datetime-local"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="month"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="week"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="url"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus {
  background-color: #f5f6f7;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-select, .hs-form select {
  background: #FFFFFF url(//info.statwolf.com/hubfs/template/select-arrow.svg) 98% 15px no-repeat;
  background-size: 12px 10px;
}
.form-select:focus, .hs-form select:focus {
  background-color: #FFFFFF;
}
.form-select.form-select--grey, .hs-form select.form-select--grey {
  background-color: #e8e8e8;
  font-size: 0.75em;
}
.form-select.form-select--grey:focus, .hs-form select.form-select--grey:focus {
  background-color: #e8e8e8;
}

.hs-form {
  text-align: center;
  /* Form Field (selector for form field wrapper) */
  /* Descriptions (targets class applied to Help Text divs) */
  /* Labels (selects field labels and error messages) */
  /* Inputs (selectors for all inputs)  */
  /* Multi-line inputs (selectors to target multi-line fields */
  /* Dropdowns (selectors for dropdowns) */
  /* Required (selectors for fields, when they do not pass validation) */
  /* Multi-select (selectors for multi-select fields) */
  /* Error message (selector for validation messages) */
  /* Placeholder Text (styles the placeholder attribute text) */
  /* Fieldsets */
  /* Multi Column Form (selectors for fieldsets and field wrappers)
     ========================================================================== */
}
.hs-form.stacked .actions {
  padding-left: 0;
  margin-left: 0;
}
.hs-form .hs-form-field {
  margin-bottom: 0.625em;
}
.hs-form .hs-form-field:before, .hs-form .hs-form-field:after {
  content: " ";
  display: table;
}
.hs-form .hs-form-field:after {
  clear: both;
}
.hs-form .hs-field-desc {
  margin: 0.4375em 0 0.875em;
  font-size: 1em;
}
.hs-form label {
  font-size: 0.9375em;
  font-weight: 400;
  color: #353535;
  text-align: left;
}
.hs-form label > span:empty + .hs-form-required {
  display: none;
}
.hs-form .hs-form-field > label {
  margin-bottom: 0.3125em;
  display: block;
}
.hs-form ::-webkit-input-placeholder,
.hs-form :-ms-input-placeholder,
.hs-form ::-moz-placeholder,
.hs-form :-moz-placeholder {
  color: #c3c8cc;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hs-form textarea {
  min-height: 300px;
}
.hs-form select::-ms-expand {
  display: none;
}
.hs-form input[type="radio"] {
  /* Unchecked styles */
  /* Checked styles */
}
.hs-form input[type="radio"]:not(:checked), .hs-form input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.hs-form input[type="radio"]:not(:checked) + span, .hs-form input[type="radio"]:checked + span, .hs-form input[type="radio"]:not(:checked) + label, .hs-form input[type="radio"]:checked + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 0.9375em;
  font-weight: 300;
  -moz-transition: ease 0.28s;
  -o-transition: ease 0.28s;
  -webkit-transition: ease 0.28s;
  transition: ease 0.28s;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.hs-form input[type="radio"] + span:before, .hs-form input[type="radio"] + span:after, .hs-form input[type="radio"] + label:before, .hs-form input[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 20px;
  height: 20px;
  z-index: 0;
  -moz-transition: ease 0.28s;
  -o-transition: ease 0.28s;
  -webkit-transition: ease 0.28s;
  transition: ease 0.28s;
}
.hs-form input[type="radio"]:not(:checked) + span:before, .hs-form input[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #374856;
}
.hs-form input[type="radio"]:not(:checked) + span:after, .hs-form input[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  z-index: -1;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hs-form input[type="radio"]:checked + span:before, .hs-form input[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #ca2d3e;
}
.hs-form input[type="radio"]:checked + span:after, .hs-form input[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #ca2d3e;
  background-color: #ca2d3e;
  z-index: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.hs-form input[type="checkbox"]:not(:checked), .hs-form input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.hs-form input[type="checkbox"] + span {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 0.9375em;
  font-weight: 300;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.hs-form input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 0;
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  margin-top: 2px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hs-form input[type="checkbox"] + span:after {
  border-radius: 2px;
}
.hs-form input[type="checkbox"] + span:before, .hs-form input[type="checkbox"] + span:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
.hs-form input[type="checkbox"]:not(:checked) + span:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 8px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.hs-form input[type="checkbox"]:not(:checked) + span:after {
  height: 21px;
  width: 21px;
  background-color: #FFFFFF;
  border: 2px solid #374856;
  top: 3px;
  left: 2px;
  z-index: 0;
}
.hs-form input[type="checkbox"]:checked + span:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.hs-form input[type="checkbox"]:checked + span:after {
  top: 3px;
  left: 2px;
  width: 21px;
  height: 21px;
  border: 2px solid #ca2d3e;
  background-color: #ca2d3e;
  z-index: 0;
}
.hs-form input:focus:required:invalid,
.hs-form textarea:focus:required:invalid,
.hs-form select:focus:required:invalid {
  border-color: #ca2d3e;
}
.hs-form input:focus:required:invalid:focus,
.hs-form textarea:focus:required:invalid:focus,
.hs-form select:focus:required:invalid:focus {
  border-color: #ca2d3e;
}
.hs-form ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form ul.inputs-list li {
  padding: 0;
  margin: 0;
}
.hs-form ul.inputs-list > li {
  font-size: 1em;
  margin-bottom: 0.3125em;
}
.hs-form ul.inputs-list > li:before, .hs-form ul.inputs-list > li:after {
  content: none;
}
.hs-form ul.inputs-list > li:last-child {
  margin-bottom: 0;
}
.hs-form .legal-consent-container {
  text-align: left;
}
.hs-form .legal-consent-container p {
  line-height: 1.375em;
  font-size: 0.8125em;
}
.hs-form ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.625em 0;
}
.hs-form ul.hs-error-msgs li {
  padding: 0;
  margin: 0;
}
.hs-form ul.hs-error-msgs > li {
  margin-bottom: 0.625em;
  text-align: left;
}
.hs-form ul.hs-error-msgs > li:last-child {
  margin-bottom: 0;
}
.hs-form ul.hs-error-msgs label {
  color: #ca2d3e;
  font-weight: 400;
  font-size: 0.75em;
}
.hs-form ::-webkit-input-placeholder {
  /* Webkit Browsers */
}
.hs-form :-moz-placeholder {
  /* Firefox 18- */
}
.hs-form ::-moz-placeholder {
  /* Firefox 19+ */
}
.hs-form :-ms-input-placeholder {
  /* IE10 */
}
.hs-form fieldset {
  border: none;
  max-width: none !important;
  padding: 0;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .hs-form fieldset.form-columns-2:before, .hs-form fieldset.form-columns-2:after {
    content: " ";
    display: table;
  }
  .hs-form fieldset.form-columns-2:after {
    clear: both;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    margin-left: 15px !important;
    width: -webkit-calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: left;
  }
  .hs-form fieldset.form-columns-3:before, .hs-form fieldset.form-columns-3:after {
    content: " ";
    display: table;
  }
  .hs-form fieldset.form-columns-3:after {
    clear: both;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    margin-left: 15px !important;
    width: -webkit-calc(33% - 7px) !important;
    width: calc(33% - 7px) !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(3n+1) {
    margin-left: 0 !important;
    clear: left;
  }
}

/* Submit buttons (selectors for all non-CTA buttons)
   ========================================================================== */
.hs_submit {
  text-align: center;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  margin-top: 0.625em;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    background: #ca2d3e;
    color: #FFFFFF;
    border-color: #ca2d3e;
  }
}

body .form---w-button-space .hs-form .hs-button.primary,
body .form---w-button-space .hs-form input[type="submit"],
body .form---w-button-space .hs-form input[type="button"] {
  margin-top: 3.125em;
}

.switch {
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #374856;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
  font-size: 20px;
}
.switch label span {
  font-size: 13px;
  display: block;
  font-weight: 400;
}
.switch .toggle-inside {
  border-radius: 100%;
  background: #FFFFFF;
  position: absolute;
  transition: 0.25s ease all;
}
.switch .toggle-outside {
  background: #374856;
  height: 100%;
  padding: 0.25rem;
  overflow: hidden;
  -moz-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
.switch.switch--horizontal {
  width: 305px;
  height: 35px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch.switch--horizontal input {
  height: 35px;
  width: 75px;
  left: 95px;
  margin: 0;
}
.switch.switch--horizontal label {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100%;
  margin: 0;
  text-align: center;
  margin-right: 15px;
}
.switch.switch--horizontal label:last-of-type {
  margin-left: 80px;
  margin-right: 0;
}
.switch.switch--horizontal .toggle-outside {
  position: absolute;
  width: 75px;
  left: 115px;
}
.switch.switch--horizontal .toggle-inside {
  height: 27px;
  width: 27px;
}
.switch.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 44px;
}

table {
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
table th {
  padding: 0.625em;
  color: #ca2d3e;
  text-transform: uppercase;
  font-size: 0.875em;
}
table td {
  font-size: 0.8125em;
  padding: 0.625em;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
table td:nth-child(odd) {
  background: #ebedee;
}
table td:first-child {
  font-weight: 700;
  background: #374856;
  color: #FFFFFF;
  font-size: 1em;
  text-align: left;
}

/* -------------------------------------------------------------------------*/
/* Layout */
/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  max-width: 71.25em;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  margin-left: -0.25em;
  margin-right: -0.25em;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  .small-1 {
    width: 4.16667%;
  }

  .small-2 {
    width: 8.33333%;
  }

  .small-3 {
    width: 12.5%;
  }

  .small-4 {
    width: 16.66667%;
  }

  .small-5 {
    width: 20.83333%;
  }

  .small-6 {
    width: 25%;
  }

  .small-7 {
    width: 29.16667%;
  }

  .small-8 {
    width: 33.33333%;
  }

  .small-9 {
    width: 37.5%;
  }

  .small-10 {
    width: 41.66667%;
  }

  .small-11 {
    width: 45.83333%;
  }

  .small-12 {
    width: 50%;
  }

  .small-13 {
    width: 54.16667%;
  }

  .small-14 {
    width: 58.33333%;
  }

  .small-15 {
    width: 62.5%;
  }

  .small-16 {
    width: 66.66667%;
  }

  .small-17 {
    width: 70.83333%;
  }

  .small-18 {
    width: 75%;
  }

  .small-19 {
    width: 79.16667%;
  }

  .small-20 {
    width: 83.33333%;
  }

  .small-21 {
    width: 87.5%;
  }

  .small-22 {
    width: 91.66667%;
  }

  .small-23 {
    width: 95.83333%;
  }

  .small-24 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-offset-1 {
    margin-left: 4.16667%;
  }

  .small-offset-2 {
    margin-left: 8.33333%;
  }

  .small-offset-3 {
    margin-left: 12.5%;
  }

  .small-offset-4 {
    margin-left: 16.66667%;
  }

  .small-offset-5 {
    margin-left: 20.83333%;
  }

  .small-offset-6 {
    margin-left: 25%;
  }

  .small-offset-7 {
    margin-left: 29.16667%;
  }

  .small-offset-8 {
    margin-left: 33.33333%;
  }

  .small-offset-9 {
    margin-left: 37.5%;
  }

  .small-offset-10 {
    margin-left: 41.66667%;
  }

  .small-offset-11 {
    margin-left: 45.83333%;
  }

  .small-offset-12 {
    margin-left: 50%;
  }

  .small-offset-13 {
    margin-left: 54.16667%;
  }

  .small-offset-14 {
    margin-left: 58.33333%;
  }

  .small-offset-15 {
    margin-left: 62.5%;
  }

  .small-offset-16 {
    margin-left: 66.66667%;
  }

  .small-offset-17 {
    margin-left: 70.83333%;
  }

  .small-offset-18 {
    margin-left: 75%;
  }

  .small-offset-19 {
    margin-left: 79.16667%;
  }

  .small-offset-20 {
    margin-left: 83.33333%;
  }

  .small-offset-21 {
    margin-left: 87.5%;
  }

  .small-offset-22 {
    margin-left: 91.66667%;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .small-hidden {
    display: none;
  }

  .small-clear {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .small-hidden {
    display: block;
  }

  .small-clear {
    clear: none;
  }

  .medium-1 {
    width: 4.16667%;
  }

  .medium-2 {
    width: 8.33333%;
  }

  .medium-3 {
    width: 12.5%;
  }

  .medium-4 {
    width: 16.66667%;
  }

  .medium-5 {
    width: 20.83333%;
  }

  .medium-6 {
    width: 25%;
  }

  .medium-7 {
    width: 29.16667%;
  }

  .medium-8 {
    width: 33.33333%;
  }

  .medium-9 {
    width: 37.5%;
  }

  .medium-10 {
    width: 41.66667%;
  }

  .medium-11 {
    width: 45.83333%;
  }

  .medium-12 {
    width: 50%;
  }

  .medium-13 {
    width: 54.16667%;
  }

  .medium-14 {
    width: 58.33333%;
  }

  .medium-15 {
    width: 62.5%;
  }

  .medium-16 {
    width: 66.66667%;
  }

  .medium-17 {
    width: 70.83333%;
  }

  .medium-18 {
    width: 75%;
  }

  .medium-19 {
    width: 79.16667%;
  }

  .medium-20 {
    width: 83.33333%;
  }

  .medium-21 {
    width: 87.5%;
  }

  .medium-22 {
    width: 91.66667%;
  }

  .medium-23 {
    width: 95.83333%;
  }

  .medium-24 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 4.16667%;
  }

  .medium-offset-2 {
    margin-left: 8.33333%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-offset-4 {
    margin-left: 16.66667%;
  }

  .medium-offset-5 {
    margin-left: 20.83333%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-offset-7 {
    margin-left: 29.16667%;
  }

  .medium-offset-8 {
    margin-left: 33.33333%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-offset-10 {
    margin-left: 41.66667%;
  }

  .medium-offset-11 {
    margin-left: 45.83333%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-offset-13 {
    margin-left: 54.16667%;
  }

  .medium-offset-14 {
    margin-left: 58.33333%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-offset-16 {
    margin-left: 66.66667%;
  }

  .medium-offset-17 {
    margin-left: 70.83333%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-offset-19 {
    margin-left: 79.16667%;
  }

  .medium-offset-20 {
    margin-left: 83.33333%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-offset-22 {
    margin-left: 91.66667%;
  }

  .medium-offset-23 {
    margin-left: 95.83333%;
  }

  .medium-push-1 {
    left: 4.16667%;
    right: auto;
  }

  .medium-pull-1 {
    right: 4.16667%;
    left: auto;
  }

  .medium-push-2 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-2 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-3 {
    left: 12.5%;
    right: auto;
  }

  .medium-pull-3 {
    right: 12.5%;
    left: auto;
  }

  .medium-push-4 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-4 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-5 {
    left: 20.83333%;
    right: auto;
  }

  .medium-pull-5 {
    right: 20.83333%;
    left: auto;
  }

  .medium-push-6 {
    left: 25%;
    right: auto;
  }

  .medium-pull-6 {
    right: 25%;
    left: auto;
  }

  .medium-push-7 {
    left: 29.16667%;
    right: auto;
  }

  .medium-pull-7 {
    right: 29.16667%;
    left: auto;
  }

  .medium-push-8 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-8 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-9 {
    left: 37.5%;
    right: auto;
  }

  .medium-pull-9 {
    right: 37.5%;
    left: auto;
  }

  .medium-push-10 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-10 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-11 {
    left: 45.83333%;
    right: auto;
  }

  .medium-pull-11 {
    right: 45.83333%;
    left: auto;
  }

  .medium-push-12 {
    left: 50%;
    right: auto;
  }

  .medium-pull-12 {
    right: 50%;
    left: auto;
  }

  .medium-push-13 {
    left: 54.16667%;
    right: auto;
  }

  .medium-pull-13 {
    right: 54.16667%;
    left: auto;
  }

  .medium-push-14 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-14 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-15 {
    left: 62.5%;
    right: auto;
  }

  .medium-pull-15 {
    right: 62.5%;
    left: auto;
  }

  .medium-push-16 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-16 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-17 {
    left: 70.83333%;
    right: auto;
  }

  .medium-pull-17 {
    right: 70.83333%;
    left: auto;
  }

  .medium-push-18 {
    left: 75%;
    right: auto;
  }

  .medium-pull-18 {
    right: 75%;
    left: auto;
  }

  .medium-push-19 {
    left: 79.16667%;
    right: auto;
  }

  .medium-pull-19 {
    right: 79.16667%;
    left: auto;
  }

  .medium-push-20 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-20 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-21 {
    left: 87.5%;
    right: auto;
  }

  .medium-pull-21 {
    right: 87.5%;
    left: auto;
  }

  .medium-push-22 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-22 {
    right: 91.66667%;
    left: auto;
  }

  .medium-push-23 {
    left: 95.83333%;
    right: auto;
  }

  .medium-pull-23 {
    right: 95.83333%;
    left: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .medium-hidden {
    display: none;
  }

  .medium-clear {
    clear: both;
  }
}
@media screen and (min-width: 1020px) {
  .medium-hidden {
    display: block;
  }

  .medium-clear {
    clear: none;
  }

  .large-1 {
    width: 4.16667%;
  }

  .large-2 {
    width: 8.33333%;
  }

  .large-3 {
    width: 12.5%;
  }

  .large-4 {
    width: 16.66667%;
  }

  .large-5 {
    width: 20.83333%;
  }

  .large-6 {
    width: 25%;
  }

  .large-7 {
    width: 29.16667%;
  }

  .large-8 {
    width: 33.33333%;
  }

  .large-9 {
    width: 37.5%;
  }

  .large-10 {
    width: 41.66667%;
  }

  .large-11 {
    width: 45.83333%;
  }

  .large-12 {
    width: 50%;
  }

  .large-13 {
    width: 54.16667%;
  }

  .large-14 {
    width: 58.33333%;
  }

  .large-15 {
    width: 62.5%;
  }

  .large-16 {
    width: 66.66667%;
  }

  .large-17 {
    width: 70.83333%;
  }

  .large-18 {
    width: 75%;
  }

  .large-19 {
    width: 79.16667%;
  }

  .large-20 {
    width: 83.33333%;
  }

  .large-21 {
    width: 87.5%;
  }

  .large-22 {
    width: 91.66667%;
  }

  .large-23 {
    width: 95.83333%;
  }

  .large-24 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 4.16667%;
  }

  .large-offset-2 {
    margin-left: 8.33333%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-offset-4 {
    margin-left: 16.66667%;
  }

  .large-offset-5 {
    margin-left: 20.83333%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-offset-7 {
    margin-left: 29.16667%;
  }

  .large-offset-8 {
    margin-left: 33.33333%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-offset-10 {
    margin-left: 41.66667%;
  }

  .large-offset-11 {
    margin-left: 45.83333%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-offset-13 {
    margin-left: 54.16667%;
  }

  .large-offset-14 {
    margin-left: 58.33333%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-offset-16 {
    margin-left: 66.66667%;
  }

  .large-offset-17 {
    margin-left: 70.83333%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-offset-19 {
    margin-left: 79.16667%;
  }

  .large-offset-20 {
    margin-left: 83.33333%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-offset-22 {
    margin-left: 91.66667%;
  }

  .large-offset-23 {
    margin-left: 95.83333%;
  }

  .large-push-1 {
    left: 4.16667%;
    right: auto;
  }

  .large-pull-1 {
    right: 4.16667%;
    left: auto;
  }

  .large-push-2 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-2 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-3 {
    left: 12.5%;
    right: auto;
  }

  .large-pull-3 {
    right: 12.5%;
    left: auto;
  }

  .large-push-4 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-4 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-5 {
    left: 20.83333%;
    right: auto;
  }

  .large-pull-5 {
    right: 20.83333%;
    left: auto;
  }

  .large-push-6 {
    left: 25%;
    right: auto;
  }

  .large-pull-6 {
    right: 25%;
    left: auto;
  }

  .large-push-7 {
    left: 29.16667%;
    right: auto;
  }

  .large-pull-7 {
    right: 29.16667%;
    left: auto;
  }

  .large-push-8 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-8 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-9 {
    left: 37.5%;
    right: auto;
  }

  .large-pull-9 {
    right: 37.5%;
    left: auto;
  }

  .large-push-10 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-10 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-11 {
    left: 45.83333%;
    right: auto;
  }

  .large-pull-11 {
    right: 45.83333%;
    left: auto;
  }

  .large-push-12 {
    left: 50%;
    right: auto;
  }

  .large-pull-12 {
    right: 50%;
    left: auto;
  }

  .large-push-13 {
    left: 54.16667%;
    right: auto;
  }

  .large-pull-13 {
    right: 54.16667%;
    left: auto;
  }

  .large-push-14 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-14 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-15 {
    left: 62.5%;
    right: auto;
  }

  .large-pull-15 {
    right: 62.5%;
    left: auto;
  }

  .large-push-16 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-16 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-17 {
    left: 70.83333%;
    right: auto;
  }

  .large-pull-17 {
    right: 70.83333%;
    left: auto;
  }

  .large-push-18 {
    left: 75%;
    right: auto;
  }

  .large-pull-18 {
    right: 75%;
    left: auto;
  }

  .large-push-19 {
    left: 79.16667%;
    right: auto;
  }

  .large-pull-19 {
    right: 79.16667%;
    left: auto;
  }

  .large-push-20 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-20 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-21 {
    left: 87.5%;
    right: auto;
  }

  .large-pull-21 {
    right: 87.5%;
    left: auto;
  }

  .large-push-22 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-22 {
    right: 91.66667%;
    left: auto;
  }

  .large-push-23 {
    left: 95.83333%;
    right: auto;
  }

  .large-pull-23 {
    right: 95.83333%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .large-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  [class*="col-"] + [class*="col-"] {
    margin-top: 0.9375em;
  }
}

[class*="col-"] > .column {
  padding-left: 0;
  padding-right: 0;
}

.col-2-offset > .column,
.col-2-offset > .hs_cos_wrapper_widget,
.col-2-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
  margin-bottom: 0.9375em;
}
@media screen and (min-width: 768px) {
  .col-2-offset:before, .col-2-offset:after {
    content: " ";
    display: table;
  }
  .col-2-offset:after {
    clear: both;
  }
  .col-2-offset > .hs_cos_wrapper_widget_container:before, .col-2-offset > .hs_cos_wrapper_widget_container:after {
    content: " ";
    display: table;
  }
  .col-2-offset > .hs_cos_wrapper_widget_container:after {
    clear: both;
  }
  .col-2-offset > .column,
  .col-2-offset > .hs_cos_wrapper_widget,
  .col-2-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    padding: 0;
    margin-left: 30px;
    margin-bottom: 1.875em;
    float: left;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .col-2-offset > .column:nth-child(odd),
  .col-2-offset > .hs_cos_wrapper_widget:nth-child(odd),
  .col-2-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
  .col-2-offset > .column:nth-last-child(-n+2),
  .col-2-offset > .hs_cos_wrapper_widget:nth-last-child(-n+2),
  .col-2-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-2-offset---wide:before, .col-2-offset---wide:after {
    content: " ";
    display: table;
  }
  .col-2-offset---wide:after {
    clear: both;
  }
  .col-2-offset---wide > .hs_cos_wrapper_widget_container:before, .col-2-offset---wide > .hs_cos_wrapper_widget_container:after {
    content: " ";
    display: table;
  }
  .col-2-offset---wide > .hs_cos_wrapper_widget_container:after {
    clear: both;
  }
  .col-2-offset---wide > .column,
  .col-2-offset---wide > .hs_cos_wrapper_widget,
  .col-2-offset---wide > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    padding: 0;
    margin-left: 120px;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
  }
  .col-2-offset---wide > .column:nth-child(odd),
  .col-2-offset---wide > .hs_cos_wrapper_widget:nth-child(odd),
  .col-2-offset---wide > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}

.col-3-offset:before, .col-3-offset:after {
  content: " ";
  display: table;
}
.col-3-offset:after {
  clear: both;
}
.col-3-offset > .hs_cos_wrapper_widget_container:before, .col-3-offset > .hs_cos_wrapper_widget_container:after {
  content: " ";
  display: table;
}
.col-3-offset > .hs_cos_wrapper_widget_container:after {
  clear: both;
}
.col-3-offset > .column,
.col-3-offset > .hs_cos_wrapper_widget,
.col-3-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
  margin-bottom: 1.25em;
}
.col-3-offset > .column:last-child,
.col-3-offset > .hs_cos_wrapper_widget:last-child,
.col-3-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .col-3-offset > .column,
  .col-3-offset > .hs_cos_wrapper_widget,
  .col-3-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    margin-left: 30px;
    margin-bottom: 1.875em;
    float: left;
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .col-3-offset > .column:nth-child(3n+1),
  .col-3-offset > .hs_cos_wrapper_widget:nth-child(3n+1),
  .col-3-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .col-3-offset > .column:nth-last-child(-n+3),
  .col-3-offset > .hs_cos_wrapper_widget:nth-last-child(-n+3),
  .col-3-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-3-offset > .column-double {
    width: -webkit-calc(66.666% - 10px);
    width: calc(66.666% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .col-3-offset---wide > .column,
  .col-3-offset---wide > .hs_cos_wrapper_widget,
  .col-3-offset---wide > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    margin-left: 50px;
    width: -webkit-calc(33.333% - 34px);
    width: calc(33.333% - 34px);
  }
}
@media screen and (min-width: 768px) {
  .col-3-offset---wide > .column-double {
    width: -webkit-calc(66.666% - 25px);
    width: calc(66.666% - 25px);
  }
}

@media screen and (min-width: 768px) {
  .col-3-offset---wider > .column,
  .col-3-offset---wider > .hs_cos_wrapper_widget,
  .col-3-offset---wider > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    margin-left: 145px;
    margin-bottom: 75px;
    width: -webkit-calc(33.333% - 97px);
    width: calc(33.333% - 97px);
  }
}

.col-4-offset > .column,
.col-4-offset > .hs_cos_wrapper_widget,
.col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
  margin-bottom: 0.625em;
}
@media screen and (min-width: 480px) {
  .col-4-offset:before, .col-4-offset:after {
    content: " ";
    display: table;
  }
  .col-4-offset:after {
    clear: both;
  }
  .col-4-offset > .hs_cos_wrapper_widget_container:before, .col-4-offset > .hs_cos_wrapper_widget_container:after {
    content: " ";
    display: table;
  }
  .col-4-offset > .hs_cos_wrapper_widget_container:after {
    clear: both;
  }
  .col-4-offset > .column,
  .col-4-offset > .hs_cos_wrapper_widget,
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .col-4-offset > .column:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
  .col-4-offset > .column:nth-last-child(-n+2),
  .col-4-offset > .hs_cos_wrapper_widget:nth-last-child(-n+2),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-4-offset > .column,
  .col-4-offset > .hs_cos_wrapper_widget,
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    width: -webkit-calc(33.33% - 17px);
    width: calc(33.33% - 17px);
    margin-left: 25px;
    margin-bottom: 25px;
  }
  .col-4-offset > .column:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(odd) {
    margin-left: 25px;
    clear: none;
  }
  .col-4-offset > .column:nth-child(3n+1),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(3n+1),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .col-4-offset > .column:nth-last-child(-n+3),
  .col-4-offset > .hs_cos_wrapper_widget:nth-last-child(-n+3),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .col-4-offset > .column-double,
  .col-4-offset #hs_cos_wrapper_widget_5302144991,
  .col-4-offset #hs_cos_wrapper_team_member_double {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .col-4-offset > .column,
  .col-4-offset > .hs_cos_wrapper_widget,
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    width: -webkit-calc(25% - 19px);
    width: calc(25% - 19px);
  }
  .col-4-offset > .column:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(odd),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(odd) {
    margin-left: 25px;
    clear: none;
  }
  .col-4-offset > .column:nth-child(3n+1),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(3n+1),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+1) {
    margin-left: 25px;
    clear: none;
  }
  .col-4-offset > .column:nth-child(4n+1),
  .col-4-offset > .hs_cos_wrapper_widget:nth-child(4n+1),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
  .col-4-offset > .column:nth-last-child(-n+4),
  .col-4-offset > .hs_cos_wrapper_widget:nth-last-child(-n+4),
  .col-4-offset > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .col-4-offset > .column-double,
  .col-4-offset #hs_cos_wrapper_widget_5302144991,
  .col-4-offset #hs_cos_wrapper_team_member_double {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}

.centered-grid {
  text-align: center;
}
.centered-grid .column {
  display: inline-block;
}

* {
  margin: 0;
}

body.editor {
  margin-top: 48px;
}

main {
  display: block;
}

.wrapper {
  position: relative;
  z-index: 99;
}

.container {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.row-visible {
  overflow: visible;
}

.row-full {
  padding: 0;
  margin: 0;
  max-width: none;
}

.spacer {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.spacer + .spacer {
  padding-top: 1.875em;
}

.section {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.section-half {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.center {
  text-align: center;
}

.container {
  padding: 0 1.25em;
}

.clear {
  width: 100%;
  overflow: hidden;
}

.clear-left {
  clear: left;
}

.space-top,
.space-top--half,
#email-prefs-form .email-prefs {
  margin-top: 0.625em;
}

.space-top--dbl {
  margin-top: 1.25em;
}

.space-bottom,
.space-bottom--half,
.email-subscription-confirmation .page-header,
.space-bottom--2-thirds {
  margin-bottom: 0.625em;
}

.space-bottom--dbl {
  margin-bottom: 1.25em;
}

@media screen and (min-width: 768px) {
  .space-top {
    margin-top: 3.125em;
  }

  .space-top--dbl {
    margin-top: 6.25em;
  }

  .space-bottom {
    margin-bottom: 3.125em;
  }

  .space-bottom--half, .email-subscription-confirmation .page-header {
    margin-bottom: 1.5625em;
  }

  .space-top--half, #email-prefs-form .email-prefs {
    margin-top: 1.5625em;
  }

  .space-bottom--2-thirds {
    margin-bottom: 2.3125em;
  }

  .space-bottom--dbl {
    margin-bottom: 6.25em;
  }
}
.divider {
  border-bottom: 1px solid #374856;
}
.divider.divider-space-top {
  margin-top: 0.625em;
}
.divider.divider-space-bottom {
  margin-bottom: 0.625em;
}
.divider.divider--grey {
  border-color: #eaeced;
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  .divider.divider-space-top {
    margin-top: 1.875em;
  }
  .divider.divider-space-bottom {
    margin-bottom: 1.875em;
  }
}

.line-bottom {
  border-bottom: 1px solid #596167;
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
}

.centered-columns {
  text-align: center;
}
.centered-columns .centered {
  display: inline-block;
  padding: 0 0.625em;
  margin-bottom: 0.9375em;
  vertical-align: top;
}
.centered-columns .centered:last-child {
  margin-bottom: 0;
}

/*
 * Chrome Frame prompt
 */
.chromeframe {
  margin: 0;
  z-index: 500;
  position: fixed;
  text-align: center;
  background: #FFFFFF;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  zoom: 1;
}
.chromeframe + .header {
  top: 55px;
}

@media screen and (min-width: 768px) {
  .medium-align-left {
    text-align: left;
  }

  .medium-align-center {
    text-align: center;
  }

  .medium-align-right {
    text-align: right;
  }
}
.valign {
  display: table;
}

.valign-center {
  display: table-cell;
  vertical-align: middle;
}

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

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

header.header {
  z-index: 4;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #374856;
  height: 68px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header > .row {
  position: relative;
  height: 68px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-open header.header {
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media screen and (min-width: 1020px) {
  header.header {
    height: 124px;
  }
  header.header .row {
    height: 124px;
  }
}
header.header.header---fixed {
  background-image: none;
  height: 68px;
}
header.header.header---fixed > .row {
  height: 68px;
}
@media screen and (min-width: 1020px) {
  header.header.header---fixed .header--brand {
    width: 71px;
    height: 44px;
  }
}
header.header + * {
  margin-top: 68px;
}
@media screen and (min-width: 1020px) {
  header.header + * {
    margin-top: 124px;
  }
}

.header--brand {
  width: 71px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1020px) {
  .header--brand {
    width: 135px;
    height: 84px;
  }
}
.header--brand img {
  display: block;
}

.header-navbar-toggle {
  float: right;
  margin-top: 19px;
  margin-right: 15px;
  z-index: 1;
  position: relative;
  display: block;
  width: 32px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.header-navbar-toggle span, .header-navbar-toggle span::before, .header-navbar-toggle span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 32px;
  background: #FFFFFF;
}
.header-navbar-toggle span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: background 0.3s 0.3s;
}
.header-navbar-toggle span::before, .header-navbar-toggle span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: -moz-transform 0.3s 0.3s;
  -o-transition: -o-transform 0.3s 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: transform 0.3s 0.3s;
}
.header-navbar-toggle span::before {
  /* menu icon top line */
  top: -9px;
}
.header-navbar-toggle span::after {
  /* menu icon bottom line */
  top: 9px;
}
.nav-open .header-navbar-toggle span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.nav-open .header-navbar-toggle span::before, .nav-open .header-navbar-toggle span::after {
  /* keep visible other 2 lines */
  background: white;
}
.nav-open .header-navbar-toggle span::before {
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-open .header-navbar-toggle span::after {
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media screen and (min-width: 1020px) {
  .header-navbar-toggle {
    display: none;
  }
}

.footer {
  background-color: #374856;
}
.footer .footer-inner {
  padding: 2em 0;
  text-align: center;
}
.footer .footer-inner h4 {
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1875em;
}
.footer .footer-inner p {
  color: #FFFFFF;
  font-size: 0.875em;
  margin-top: 1.4375em;
}
.footer .footer-inner p > span {
  font-weight: 700;
}
.footer .footer-inner h3 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.125em;
  margin-bottom: 0.4375em;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "proxima-nova", serif;
}
.footer .footer-inner .footer--menu ul,
.footer .footer-inner .footer--blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-inner .footer--menu ul li,
.footer .footer-inner .footer--blog ul li {
  padding: 0;
  margin: 0;
}
.footer .footer-inner .footer--menu ul li,
.footer .footer-inner .footer--blog ul li {
  margin-bottom: 0.3125em;
  line-height: 1.375em;
  font-size: 0.875em;
}
.footer .footer-inner .footer--menu ul > li > a,
.footer .footer-inner .footer--blog ul > li > a {
  color: #a7aeb5;
  font-weight: 700;
  text-decoration: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer .footer-inner .footer--menu ul > li > a:hover,
.footer .footer-inner .footer--blog ul > li > a:hover {
  color: #FFFFFF;
}
.footer .footer-inner .footer--blog ul > li {
  margin-bottom: 0.9375em;
}
.footer .footer-inner .footer-social {
  text-align: center;
  margin-top: 1.25em;
}
.footer .footer-inner .footer-social .footer--logo {
  width: 108px;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-inner .footer-social .nav-social {
  margin: 1.1875em 0 0;
  display: inline-block;
}
.footer .footer-inner .footer-social .nav-social:before, .footer .footer-inner .footer-social .nav-social:after {
  content: " ";
  display: table;
}
.footer .footer-inner .footer-social .nav-social:after {
  clear: both;
}
.footer .footer-inner .footer-social .nav-social > li {
  font-size: 1em;
  margin: 0 1.625em 0 0;
}
.footer .footer-inner .footer-social .nav-social > li:last-child {
  margin-right: 0;
}
.footer .footer-inner .footer-social .nav-social > li > a {
  color: #374856;
  background: #FFFFFF;
  font-size: 0.875em;
  line-height: 25px;
  height: 25px;
  width: 25px;
  display: block;
  text-decoration: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.footer .footer-inner .footer-social .nav-social > li > a:hover {
  background: #ca2d3e;
  color: #FFFFFF;
}
.footer .footer-inner .footer-social .nav-social > li > a > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .footer .footer-inner {
    text-align: left;
  }
  .footer .footer-inner .footer-social {
    margin-top: 0;
  }
  .footer .footer-inner .footer-social .nav-social > li {
    margin-right: 0.3125em;
  }
}
@media screen and (min-width: 1020px) {
  .footer .footer-inner .footer-social .nav-social > li {
    margin-right: 1.625em;
  }
}
.footer .footer-bottom {
  background-color: #ca2d3e;
  padding: 0.625em 0;
  text-align: center;
}
.footer .footer-bottom .footer-bottom--email,
.footer .footer-bottom .footer-bottom--vat {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.75em;
  margin: 0;
  line-height: 1.25em;
  display: block;
  text-decoration: none;
}
.footer .footer-bottom .footer-bottom--vat {
  margin-top: 0.625em;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom {
    text-align: left;
  }
  .footer .footer-bottom .footer-bottom--vat {
    text-align: right;
    margin-top: 0;
  }
}

.main hr:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .right-col {
    margin-top: 1.25em;
  }
}

.aside > div {
  margin-bottom: 0.625em;
}
.aside > div:last-child {
  margin-bottom: 0;
}
.aside div[class*="feature-"],
.aside div[class*="feature-"].height-double {
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .aside {
    margin-bottom: 1.375em;
  }
}
@media print {
  .aside {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* Modules */
@-moz-keyframes arrow-bounce {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
@-webkit-keyframes arrow-bounce {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes arrow-bounce {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
.banner {
  position: relative;
  background-color: #374856;
  overflow: hidden;
}
.banner .banner--inner {
  padding: 2.1875em 0 4.375em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1020px) {
  .banner .banner--inner {
    padding: 4.375em 0 4.375em;
  }
}
@media screen and (min-width: 1020px) and (min-height: 750px) {
  .banner .banner--inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.banner .banner--content {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.banner .banner--content .banner--title {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-family: "fira-sans", sans-serif;
  font-size: 3.25em;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.banner .banner--content .banner--title .banner--title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner .banner--content .banner--title span {
  position: absolute;
  line-height: 0.75em;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.banner .banner--content .banner--title + p {
  margin-top: 0.625em;
}
.banner .banner--content p {
  color: #FFFFFF;
}
.banner .banner--content p,
.banner .banner--content .button,
.banner .banner--content body .hs-button.primary,
body .banner .banner--content .hs-button.primary,
.banner .banner--content body input[type="submit"],
body .banner .banner--content input[type="submit"],
.banner .banner--content body input[type="button"],
body .banner .banner--content input[type="button"] {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -o-transition: -o-transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s, 0s;
  transition: transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.banner .banner--content p:nth-child(2),
.banner .banner--content .button:nth-child(2),
.banner .banner--content body .hs-button.primary:nth-child(2),
body .banner .banner--content .hs-button.primary:nth-child(2),
.banner .banner--content body input[type="submit"]:nth-child(2),
body .banner .banner--content input[type="submit"]:nth-child(2),
.banner .banner--content body input[type="button"]:nth-child(2),
body .banner .banner--content input[type="button"]:nth-child(2) {
  -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -o-transition: -o-transform 0.3s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.6s ease-in-out, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s, 0s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.banner .banner--content p:nth-child(3),
.banner .banner--content .button:nth-child(3),
.banner .banner--content body .hs-button.primary:nth-child(3),
body .banner .banner--content .hs-button.primary:nth-child(3),
.banner .banner--content body input[type="submit"]:nth-child(3),
body .banner .banner--content input[type="submit"]:nth-child(3),
.banner .banner--content body input[type="button"]:nth-child(3),
body .banner .banner--content input[type="button"]:nth-child(3) {
  -moz-transition: -moz-transform 0.6s ease-in-out 0.2s, opacity 1.2s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -o-transition: -o-transform 0.6s ease-in-out 0.2s, opacity 1.2s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 1.2s ease-in-out, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s, 0s;
  transition: transform 0.6s ease-in-out 0.2s, opacity 1.2s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.banner .banner--content p:nth-child(4),
.banner .banner--content .button:nth-child(4),
.banner .banner--content body .hs-button.primary:nth-child(4),
body .banner .banner--content .hs-button.primary:nth-child(4),
.banner .banner--content body input[type="submit"]:nth-child(4),
body .banner .banner--content input[type="submit"]:nth-child(4),
.banner .banner--content body input[type="button"]:nth-child(4),
body .banner .banner--content input[type="button"]:nth-child(4) {
  -moz-transition: -moz-transform 0.9s ease-in-out 0.2s, opacity 1.8s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -o-transition: -o-transform 0.9s ease-in-out 0.2s, opacity 1.8s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.9s ease-in-out, opacity 1.8s ease-in-out, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s, 0s;
  transition: transform 0.9s ease-in-out 0.2s, opacity 1.8s ease-in-out 0.2s, background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.banner .banner--content .button, .banner .banner--content body .hs-button.primary, body .banner .banner--content .hs-button.primary,
.banner .banner--content body input[type="submit"],
body .banner .banner--content input[type="submit"],
.banner .banner--content body input[type="button"],
body .banner .banner--content input[type="button"] {
  margin-top: 1.25em;
}
@media screen and (min-width: 1020px) {
  .banner .banner--content {
    float: left;
    max-width: 50%;
    text-align: left;
  }
  .banner .banner--content .banner--title {
    font-size: 5.5625em;
    text-align: left;
  }
  .banner .banner--content .button, .banner .banner--content body .hs-button.primary, body .banner .banner--content .hs-button.primary,
  .banner .banner--content body input[type="submit"],
  body .banner .banner--content input[type="submit"],
  .banner .banner--content body input[type="button"],
  body .banner .banner--content input[type="button"] {
    margin-top: 3.4375em;
  }
}
@media screen and (min-width: 1020px) {
  .banner.animate-in .banner--content p, .banner.animate-in .banner--content .button, .banner.animate-in .banner--content body .hs-button.primary, body .banner.animate-in .banner--content .hs-button.primary,
  .banner.animate-in .banner--content body input[type="submit"],
  body .banner.animate-in .banner--content input[type="submit"],
  .banner.animate-in .banner--content body input[type="button"],
  body .banner.animate-in .banner--content input[type="button"] {
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .hs-inline-edit .banner.animate-in .banner--content p, .hs-inline-edit .banner.animate-in .banner--content .button, .hs-inline-edit .banner.animate-in .banner--content body .hs-button.primary, body .hs-inline-edit .banner.animate-in .banner--content .hs-button.primary,
  .hs-inline-edit .banner.animate-in .banner--content body input[type="submit"],
  body .hs-inline-edit .banner.animate-in .banner--content input[type="submit"],
  .hs-inline-edit .banner.animate-in .banner--content body input[type="button"],
  body .hs-inline-edit .banner.animate-in .banner--content input[type="button"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.banner .banner--image {
  position: relative;
  z-index: 2;
  margin-bottom: 1.25em;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
  -o-transition: -o-transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: transform 0.5s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
}
.banner .banner--image > a {
  display: block;
  position: relative;
}
.banner .banner--image > a .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  text-indent: -10000px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(55, 72, 86, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: background 0.2s linear, box-shadow 0.2s linear;
  -o-transition: background 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: background 0.2s linear, box-shadow 0.2s linear;
  transition: background 0.2s linear, box-shadow 0.2s linear;
}
.banner .banner--image > a .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -11px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-right: none;
  border-top: 20.4px solid transparent;
  border-bottom: 20.4px solid transparent;
  border-left: 30px solid #FFFFFF;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.banner .banner--image > a:hover .play {
  background: #ca2d3e;
}
@media screen and (min-width: 1020px) {
  .banner .banner--image {
    position: absolute;
    left: 50%;
    right: 0;
    margin-bottom: 0;
    top: 74px;
  }
  .banner .banner--image > a .play {
    width: 163px;
    height: 163px;
  }
  .banner .banner--image > a .play:before {
    margin-top: -35px;
    margin-left: -18px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-right: none;
    border-top: 39.44px solid transparent;
    border-bottom: 39.44px solid transparent;
    border-left: 58px solid #FFFFFF;
  }
  .banner .banner--image:before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    background: url("//cdn2.hubspot.net/hubfs/2761937/template/wolf-white.svg") 0 0 no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
    opacity: 0.04;
  }
}
@media screen and (min-width: 1020px) and (min-height: 720px) {
  .banner .banner--image {
    top: 4px;
  }
}
@media screen and (min-width: 1020px) {
  .banner.animate-in .banner--image {
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .hs-inline-edit .banner.animate-in .banner--image {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.banner .banner--arrows {
  background: url(//info.statwolf.com/hubfs/template/arrows.svg) no-repeat 50% 50%;
  position: absolute;
  height: 35px;
  width: 35px;
  bottom: 30px;
  left: 50%;
  cursor: pointer;
  border: none;
  z-index: 2;
  outline: none;
  display: none;
  -moz-background-size: 11px, 17px;
  -o-background-size: 11px, 17px;
  -webkit-background-size: 11px, 17px;
  background-size: 11px, 17px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -moz-animation: arrow-bounce 1.5s ease-in-out infinite;
  -webkit-animation: arrow-bounce 1.5s ease-in-out infinite;
  -o-animation: arrow-bounce 1.5s ease-in-out infinite;
  -ms-animation: arrow-bounce 1.5s ease-in-out infinite;
  -khtml-animation: arrow-bounce 1.5s ease-in-out infinite;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.banner .banner--arrows:hover {
  background-color: #ca2d3e;
}
@media screen and (min-width: 1020px) {
  .banner .banner--arrows {
    display: block;
  }
}

.panel {
  padding: 1.875em 0;
}
.panel.panel---grey {
  background: #f5f6f7;
}
.panel.panel--white {
  background: #FFFFFF;
}
.panel.panel--white + .panel--white {
  padding-top: 0;
}
.panel .panel--title {
  font-family: "fira-sans", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1875em;
  margin: 0;
  color: #374856;
}
.panel div.panel--title---center > h2,
.panel div.panel--title---center > h3,
.panel h2.panel--title---center,
.panel h3.panel--title---center {
  text-align: center;
  font-size: 1.4375em;
  font-weight: 700;
  font-family: "fira-sans", sans-serif;
}
.panel div.panel--title---center > h3,
.panel div.panel--title---center > h3:last-child {
  margin-bottom: 1.25em;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel .panel--button {
  text-align: center;
  margin-top: 1.25em;
}
.panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel ul li {
  padding: 0;
  margin: 0;
}
.panel ul > li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.9em;
  line-height: 1.375em;
  font-size: 1em;
}
.panel ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  color: #ca2d3e;
  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;
  font-size: 1.3125em;
}
@media screen and (min-width: 768px) {
  .panel {
    padding: 3.3125em 0;
  }
  .panel .panel--title {
    font-size: 3.5625em;
  }
  .panel .panel--button {
    margin-top: 2.5em;
  }
}

.panel-slider .image-slider {
  margin-top: 20px;
}

.image-slider {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.image-slider.loaded {
  padding-bottom: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.image-slider.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.image-slider.disabled .slider-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-slider.disabled .slider-items li {
  padding: 0;
  margin: 0;
}
.image-slider .slider-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-slider .slider-items li {
  padding: 0;
  margin: 0;
}
.image-slider .slider-item:before {
  content: none;
}
.image-slider .slider-item a {
  display: block;
  border: none;
}
.image-slider .slider-item a:hover {
  border: none;
}
.image-slider .slider-item a > img {
  display: block;
}
.image-slider .flex-control-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 10px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-slider .flex-control-nav li {
  padding: 0;
  margin: 0;
}
.image-slider .flex-control-nav > li {
  display: inline-block;
  margin-right: 14px;
}
.image-slider .flex-control-nav > li:last-child {
  margin-right: 0;
}
.image-slider .flex-control-nav > li > a {
  text-indent: -10000px;
  display: block;
  width: 14px;
  height: 14px;
  background: #cdd1d5;
  border: 2px solid #FFFFFF;
  outline: none;
  cursor: pointer;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear;
}
.image-slider .flex-control-nav > li > a:hover {
  background: #ca2d3e;
}
.image-slider .flex-control-nav > li > a.flex-active {
  background: #374856;
  border-color: #cdd1d5;
  height: 14px;
  width: 14px;
}

.feature-summary {
  margin-bottom: 1.5625em;
  text-align: left;
}
.feature-summary:before, .feature-summary:after {
  content: " ";
  display: table;
}
.feature-summary:after {
  clear: both;
}
.feature-summary .feature-summary--image {
  width: 115px;
  height: 83px;
  text-align: center;
}
.feature-summary .feature-summary--image > img {
  max-width: 115px;
  max-height: 83px;
}
.feature-summary .feature-summary--content {
  overflow: hidden;
}
.feature-summary .feature-summary--title {
  color: #ca2d3e;
  font-family: "fira-sans", sans-serif;
  font-size: 1.125em;
  margin-top: 0;
}
.feature-summary p {
  margin-bottom: 0;
}
.feature-summary ol {
  margin: 0;
}
.feature-summary ol > li {
  margin-bottom: 0;
}
.vertical-features .feature-summary {
  margin-bottom: 0;
  text-align: center;
}
.vertical-features .feature-summary .feature-summary--image {
  float: none;
  width: auto;
  margin-bottom: 0.625em;
  margin-right: 0;
  height: 103px;
}
.vertical-features .feature-summary .feature-summary--image > img {
  max-width: 127px;
  max-height: 103px;
}
.vertical-features .feature-summary .feature-summary--title {
  color: #374856;
  font-size: 1.0625em;
}
.vertical-features--caps .feature-summary .feature-summary--title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: "proxima-nova", serif;
  color: #3a3a3a;
}
.vertical-features--caps .feature-summary .feature-summary--image {
  margin-bottom: 0.9375em;
}
.vertical-features--caps .feature-summary p {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .feature-summary {
    text-align: center;
  }
  .feature-summary .feature-summary--image {
    margin: 0 auto 0.3125em;
  }
  .feature-summary:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-summary .feature-summary--image {
    float: left;
    margin-right: 0.9375em;
  }
  .feature-summary p {
    font-size: 1.125em;
  }
  .feature-summary ul,
  .feature-summary ol {
    font-size: 0.875em;
  }
}
.feature-summary---addon .feature-summary--title {
  color: #353535 !important;
}

.tier {
  background: #f9fafa;
  padding: 1.5em 0.9375em 2.5em;
  border-top: 6px solid #f9fafa;
}
.tier---active {
  border-color: #ca2d3e;
  -webkit-box-shadow: 7px 7px 0 #f3f4f5 ;
  -moz-box-shadow: 7px 7px 0 #f3f4f5 ;
  box-shadow: 7px 7px 0 #f3f4f5 ;
}
.tier .tier--title {
  font-family: "fira-sans", sans-serif;
  font-size: 1.3125em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.9375em;
}
.tier .tier--price {
  text-align: center;
  position: relative;
  padding-bottom: 1.875em;
  margin-bottom: 1.25em;
}
.tier .tier--price:before {
  content: '';
  display: block;
  width: 112px;
  height: 1px;
  background: #374856;
  position: absolute;
  bottom: 0;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tier .tier--price .tier--price-price {
  color: #55A9C5;
  font-size: 3.5em;
  letter-spacing: -1px;
  font-family: "fira-sans", sans-serif;
  position: relative;
  display: inline-block;
  line-height: 0.875em;
}
.tier .tier--price .tier--price-price .tier--price-from {
  font-size: 0.1875em;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0.3125em;
  left: -0.9375em;
  letter-spacing: 0;
  line-height: 1em;
}
.tier .tier--price .tier--price-price .tier--price-price-symbol {
  font-size: 0.625em;
  margin-right: -0.25em;
}
.tier .tier--price .tier--price-period {
  font-weight: 700;
  color: #55636f;
  font-size: 0.625em;
  margin-top: 0.625em;
}
.tier .tier--features > ul, .tier .tier--features > p {
  font-size: 0.8125em;
  line-height: 1.25em;
}
.tier .tier--features > ul:first-child, .tier .tier--features > p:first-child {
  margin-top: 0;
}
.tier .tier--features > ul:last-child, .tier .tier--features > p:last-child {
  margin-bottom: 0;
}
.tier .tier--features > ul {
  list-style: none;
}
.tier .tier--features > ul > li {
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.625em;
  line-height: 1.375em;
}
.tier .tier--features > ul > li:before {
  position: absolute;
  left: 0;
  top: 0.1875em;
  content: "";
  color: #ca2d3e;
  font-size: 0.8125em;
  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;
}
.tier .tier--features > ul > li > p {
  font-size: 1em;
  line-height: 1.375em;
}
.tier .tier--features > ul > li img[src*="question-mark.svg"] {
  height: 12px;
  width: 12px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tier .tier--features > ul > li > p {
    font-size: 0.8125em;
  }
}
.tier .tier--features + .tier--price {
  margin-top: 0.9375em;
}
.tier---addons {
  background: #FFFFFF;
  border: 2px solid #dbdee1;
  padding-top: 1.875em;
}
.tier---addons .tier--title {
  position: relative;
  padding-bottom: 0.625em;
}
.tier---addons .tier--title:before {
  content: '';
  display: block;
  width: 112px;
  height: 1px;
  background: #374856;
  position: absolute;
  bottom: 0;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tier---addons .tier--price {
  padding-bottom: 0;
}
.tier---addons .tier--price:before {
  content: none;
}
.tier---addons .tier--price .tier--price-price {
  font-size: 2.4375em;
}
.tier---addons .tier--price-description {
  margin-top: 0.0625em;
}
.tier---addons .tier--price-description > p {
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.375em;
}

.cta-title {
  background: #f5f6f7;
  text-align: center;
  padding: 2.8125em 0;
}
.cta-title.cta-title--white {
  background: #FFFFFF;
}
.cta-title .cta-title--title {
  margin-bottom: 0.625em;
}
.cta-title .cta-title--title h1, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5, .cta-title .cta-title--title h2, .cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5, .cta-title .cta-title--title p, .cta-title .cta-title--title ul, .cta-title .cta-title--title ol {
  margin: 0;
}
.cta-title .cta-title--title h3, .cta-title .cta-title--title h4, .cta-title .cta-title--title h5 {
  font-size: 2.1875em;
}
.cta-title .cta-title--cta {
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1020px) {
  .cta-title.cta-title--white {
    padding: 5.625em 0;
  }
  .cta-title:not(.cta-title--btn-bottom) .cta-title--content {
    display: table;
    margin: auto;
  }
  .cta-title:not(.cta-title--btn-bottom) .cta-title--content > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.9375em;
  }
  .cta-title .cta-title--title {
    margin-bottom: 0;
  }
  .cta-title.cta-title--btn-bottom .cta-title--cta {
    display: block;
    margin-top: 1.875em;
  }
}

.tabs .tab-nav {
  list-style: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  text-align: center;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.tabs .tab-nav > li:before {
  content: none;
}
.tabs .tab-nav .tab-nav-item {
  display: inline-block;
  margin: 0;
}
.tabs .tab-nav .tab-nav-item:hover > a {
  color: #ca2d3e;
}
.tabs .tab-nav .tab-nav-item.active > a {
  color: #FFFFFF;
}
.tabs .tab-nav .tab-nav-item a {
  display: block;
  font-size: 1.5em;
  padding: 0 0.625em;
  height: 2.0625em;
  line-height: 2.1875em;
  color: #374856;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .tabs .tab-nav .column {
    float: left;
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 0;
  }
  .tabs .tab-nav .column:first-child {
    margin-left: 0;
  }
  .tabs .tab-nav .tab-nav-item a {
    font-size: 1em;
    min-height: 38px;
  }
}
@media screen and (min-width: 370px) {
  .tabs .tab-nav .tab-nav-item {
    margin: 0 0.3125em;
  }
  .tabs .tab-nav .tab-nav-item a {
    padding: 0 0.9375em;
  }
}
@media screen and (min-width: 1020px) {
  .tabs .tab-nav {
    margin-top: 1.875em;
  }
  .tabs .tab-nav .tab-nav-item {
    margin: 0 0.9375em;
  }
  .tabs .tab-nav .tab-nav-item a {
    font-size: 1.5em;
    min-height: 57px;
    padding: 0 0.9375em;
  }
}
.tabs .tab-content-wrapper {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.tabs .tab-content {
  overflow: hidden;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.tabs .tab-content .tab-content-item {
  padding-top: 6.25em;
  margin-top: -6.25em;
  height: 0;
  text-align: center;
  background: #f5f6f7;
}
.tabs .tab-content .tab-content-item > .row {
  padding: 1.875em 0;
}
.tabs .tab-content .tab-content-item .button, .tabs .tab-content .tab-content-item body .hs-button.primary, body .tabs .tab-content .tab-content-item .hs-button.primary,
.tabs .tab-content .tab-content-item body input[type="submit"],
body .tabs .tab-content .tab-content-item input[type="submit"],
.tabs .tab-content .tab-content-item body input[type="button"],
body .tabs .tab-content .tab-content-item input[type="button"] {
  margin-top: 1.25em;
}
.editing .tabs .tab-content {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .tabs .tab-content .tab-content-item > .row {
    padding: 3.125em 0;
  }
  .tabs .tab-content .tab-content-item .tab-content-item--content-left {
    text-align: left;
  }
  .tabs .tab-content .tab-content-item .tab-content-item--content-left h2 {
    font-size: 2.75em;
  }
  .tabs .tab-content .tab-content-item .button, .tabs .tab-content .tab-content-item body .hs-button.primary, body .tabs .tab-content .tab-content-item .hs-button.primary,
  .tabs .tab-content .tab-content-item body input[type="submit"],
  body .tabs .tab-content .tab-content-item input[type="submit"],
  .tabs .tab-content .tab-content-item body input[type="button"],
  body .tabs .tab-content .tab-content-item input[type="button"] {
    margin-top: 1.875em;
  }
}
.tabs.tabs-loaded .tab-content .tab-content-item {
  float: left;
  height: auto;
}
.tabs.tabs--w-center-features .tab-content .tab-content-item .feature-summary {
  text-align: center;
}

.image-tabs .tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid rgba(55, 72, 86, 0.3);
}
.image-tabs .tab-nav li {
  padding: 0;
  margin: 0;
}
.image-tabs .tab-nav:before, .image-tabs .tab-nav:after {
  content: " ";
  display: table;
}
.image-tabs .tab-nav:after {
  clear: both;
}
.image-tabs .tab-nav-item {
  float: left;
  width: 30%;
  margin: 0 1.5%;
}
.image-tabs .tab-nav-item > a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.1875em;
  outline: none;
}
.image-tabs .tab-nav-item > a .tab-nav-item--img {
  display: block;
  background: #f5f6f7;
  position: relative;
  margin: 0 auto 0.75em;
  width: 100%;
  padding-top: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.image-tabs .tab-nav-item > a .tab-nav-item--img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 65%;
  max-height: 65%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.image-tabs .tab-nav-item > a .tab-nav-item--title {
  color: #374856;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: color 0.5s linear, opacity 0.5s linear;
  -o-transition: color 0.5s linear, opacity 0.5s linear;
  -webkit-transition: color 0.5s linear, opacity 0.5s linear;
  transition: color 0.5s linear, opacity 0.5s linear;
}
.image-tabs .tab-nav-item.active > a .tab-nav-item--img > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.image-tabs .tab-nav-item.active > a .tab-nav-item--title {
  color: #ca2d3e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .image-tabs .tab-nav-item > a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1020px) {
  .image-tabs .tab-nav {
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
  }
  .image-tabs .tab-nav-item {
    width: 20%;
    margin: 0 6.5%;
  }
  .image-tabs .tab-nav-item > a {
    font-size: 1.75em;
  }
}
.image-tabs .tab-content-wrapper {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.image-tabs .tab-content {
  overflow: hidden;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.image-tabs.tabs-loaded .tab-content .tab-content-item {
  float: left;
  height: auto;
}

.case-study .case-study--title {
  color: #ca2d3e;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  font-size: 1.1875em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.125em;
}
.case-study .case-study--sub-title {
  color: #374856;
  font-size: 1.5625em;
  line-height: 1.125em;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  margin: 0;
}
.case-study .case-study--quote {
  font-size: 1em;
  font-style: normal;
  padding: 0;
  margin: 0 0 0.625em;
  text-align: right;
}
.case-study .case-study--quote .case-study--quote-wrapper {
  position: relative;
  margin: 1.25em 0 1.875em;
}
.case-study .case-study--quote .case-study--quote-wrapper > p {
  font-family: "fira-sans", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3125em;
  position: relative;
  z-index: 2;
}
.case-study .case-study--quote .case-study--quote-wrapper:before, .case-study .case-study--quote .case-study--quote-wrapper:after {
  content: url(//info.statwolf.com/hubfs/template/quote.svg);
  position: absolute;
  top: -20px;
  left: 0;
  width: 82px;
  height: 66px;
  z-index: 1;
}
.case-study .case-study--quote .case-study--quote-wrapper:after {
  top: auto;
  left: auto;
  bottom: -25px;
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.case-study .case-study--quote .case-study--citation {
  display: table;
  width: 100%;
  margin-top: 0.625em;
}
.case-study .case-study--quote .case-study--citation .case-study--citation-logo,
.case-study .case-study--quote .case-study--citation .case-study--citation-info {
  display: table-cell;
  vertical-align: bottom;
}
.case-study .case-study--quote .case-study--citation .case-study--citation-info {
  text-align: right;
}
.case-study .case-study--quote .case-study--citation .case-study--citation-name {
  font-weight: 700;
  font-size: 1.125em;
  font-family: "fira-sans", sans-serif;
  color: #374856;
  line-height: 1.125em;
  margin: 0 0 0.3125em;
}
.case-study .case-study--quote .case-study--citation .case-study--citation-role {
  font-size: 0.9375em;
}
.case-study .case-study--logo {
  text-align: right;
}
.case-study .case-study--info .case-study--info-title {
  background: #f5f6f7;
  padding: 0.3125em;
  font-size: 1.125em;
  color: #374856;
  font-weight: 700;
  margin: 0;
}
.case-study .case-study--info .case-study--info-content {
  padding: 0.625em 0.3125em;
}
.case-study .case-study--info p {
  font-size: 1.125em;
  line-height: 1.25em;
}
.case-study .case-study--info p:first-child {
  margin-top: 0;
}
.case-study .case-study--info p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .case-study .case-study--title {
    font-size: 1.3125em;
  }
  .case-study .case-study--sub-title {
    font-size: 1.6875em;
  }
  .case-study .case-study--quote {
    margin: 0;
  }
  .case-study .case-study--quote .case-study--quote-wrapper {
    margin: 0;
  }
  .case-study .case-study--quote .case-study--quote-wrapper > p {
    font-size: 1.5em;
  }
}

.panel-cta {
  padding: 1.875em 0;
  background: url(//info.statwolf.com/hubfs/template/cta-bg.png) 0 0 repeat-x;
}
.panel-cta .hs-cta-wrapper {
  display: block;
  text-align: center;
}
.panel-cta img {
  height: auto;
}

.panel--split-text .panel--title {
  color: #ca2d3e;
  line-height: 1.0625em;
  font-size: 2.5em;
  margin-bottom: 0.3125em;
}
@media screen and (min-width: 768px) {
  .panel--split-text .panel--title {
    text-align: right;
    font-size: 4.375em;
    margin-top: -0.1875em;
    margin-bottom: 0;
  }
  .panel--split-text p {
    line-height: 1.5625em;
    font-size: 1.375em;
  }
  .panel--split-text ul li {
    font-size: 1.6875em;
    margin-bottom: 0.5em;
  }
  .panel--split-text.panel--split-text---left .panel--title {
    text-align: left;
    margin-bottom: 0.3125em;
  }
}

.faq {
  margin-bottom: 1.25em;
  text-align: left;
}
.faq .question {
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.3125em;
  color: #374856;
  position: relative;
  padding-left: 28px;
  margin: auto;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.faq .question:before, .faq .question:after {
  content: '';
  display: block;
  height: 5px;
  width: 17px;
  background: #374856;
  position: absolute;
  left: 0;
  top: 12px;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.faq .question:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq.active .question {
  color: #ca2d3e;
}
.faq.active .question:before, .faq.active .question:after {
  background: #ca2d3e;
}
.faq.active .question:after {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.faq .answer {
  padding-left: 28px;
  padding-top: 1.25em;
  width: 100%;
  overflow-x: visible !important;
}
.faq .answer > p, .faq .answer ul > li, .faq .answer ol > li {
  font-size: 1em;
}
.faq .answer > ul {
  list-style: none;
}
.faq .answer > ul > li {
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.625em;
  line-height: 1.375em;
}
.faq .answer > ul > li:before {
  position: absolute;
  left: 0;
  top: 0.0625em;
  content: "";
  color: #55A9C5;
  font-size: 1em;
  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;
}
.faq .answer > ul > li > p {
  font-size: 0.8125em;
  line-height: 1.375em;
}
@media screen and (min-width: 768px) {
  .faq .question {
    font-size: 1.375em;
  }
}
@media screen and (min-width: 1020px) {
  .faq .answer {
    padding-right: 20%;
  }
}

.email-subscribe {
  text-align: center;
}
.email-subscribe .email-subscriber--inner {
  display: inline-block;
  background: url(//info.statwolf.com/hubfs/template/icons/email-icon.svg) 0 3px no-repeat;
  -webkit-background-size: 29px 25px;
  background-size: 29px 25px;
  padding-left: 38px;
}
.email-subscribe .email-subscriber--inner {
  display: inline-block;
}
.email-subscribe .email-subscriber--inner:before, .email-subscribe .email-subscriber--inner:after {
  content: " ";
  display: table;
}
.email-subscribe .email-subscriber--inner:after {
  clear: both;
}
.email-subscribe .email-subscriber--inner > * {
  display: block;
  float: left;
}
.email-subscribe h3 {
  margin: 0 0.625em 0 0;
  line-height: 1.375em;
  font-weight: 700;
  font-size: 1.4375em;
  color: #ca2d3e;
}
.email-subscribe .hs-form-field,
.email-subscribe .hs_submit {
  float: left;
}
.email-subscribe .hs-form .hs-form-field {
  margin-bottom: 0;
}
.email-subscribe .hs-form-field > label {
  display: none;
}
.email-subscribe .hs-form-field input[type=email] {
  color: #374856;
  border: 2px solid #374856;
  height: 29px;
  margin-right: 3px;
  margin-top: 3px;
  width: 160px;
  padding-left: 10px;
  background-color: #f5f6f7;
  outline: none;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-subscribe .hs-form-field input[type=email]:focus {
  border-color: #ca2d3e;
}
.email-subscribe .hs_submit input[type=submit] {
  height: 29px;
  line-height: 26px;
  margin-top: 3px;
  font-size: 0.875em;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f6f7;
  border: 2px solid #374856;
  font-weight: 700;
  outline: none;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.email-subscribe .hs_submit input[type=submit]:hover {
  background: #374856;
  color: #FFFFFF;
}
.email-subscribe .hs-error-msgs {
  display: none !important;
}
.email-subscribe .success {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .email-subscribe .email-subscriber--inner {
    background: none;
    padding-left: 0;
    display: inline-block;
  }
  .email-subscribe .email-subscriber--inner > * {
    float: none;
    display: inline-block;
  }
  .email-subscribe .email-subscriber--inner > h3 {
    margin: 0 0 0.625em;
    display: block;
  }
}

.email_gdpr {
  font-size: 0.8em !important;
  line-height: 1.2em !important;
  margin: 0.6em 0 !important;
}

.client-logos {
  text-align: center;
}
.client-logos p {
  font-size: 1em;
}
.client-logos img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); 
  max-width: 260px;
  margin: 0 3.125em;
  vertical-align: middle;
  display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: opacity 0.6s ease-in-out 0.2s, -moz-transform 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.6s ease-in-out 0.2s, -o-transform 0.2s ease-in-out 0.2s;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: opacity 0.6s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
}
.client-logos img:nth-child(2) {
  -moz-transition: opacity 0.6s ease-in-out 0.3s, -moz-transform 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.6s ease-in-out 0.3s, -o-transform 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
}
.client-logos img:nth-child(3) {
  -moz-transition: opacity 0.6s ease-in-out 0.4s, -moz-transform 0.3s ease-in-out 0.4s;
  -o-transition: opacity 0.6s ease-in-out 0.4s, -o-transform 0.3s ease-in-out 0.4s;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.4s, 0.4s;
  transition: opacity 0.6s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
}
.client-logos img:nth-child(4) {
  -moz-transition: opacity 0.6s ease-in-out 0.5s, -moz-transform 0.3s ease-in-out 0.5s;
  -o-transition: opacity 0.6s ease-in-out 0.5s, -o-transform 0.3s ease-in-out 0.5s;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s, 0.5s;
  transition: opacity 0.6s ease-in-out 0.5s, transform 0.3s ease-in-out 0.5s;
}
.client-logos.animate-in img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.hs-inline-edit .client-logos.animate-in img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.client-logos a:hover {
  border: none;  
}

@media screen and (max-width: 767px) {
  .client-logos img {
    margin: 0.625em 1.25em 0.625em;
  }
}
@media screen and (max-width: 1019px) {
  .client-logos img {
    margin: 0.9375em 3.125em 0.9375em;
  }
}

.team-member {
  margin-bottom: 1.25em;
  text-align: center;
}
.team-member .team-member--img {
  max-width: 190px;
  margin: auto;
}
.team-member .team-member--img > img {
  border-radius: 100%;
}
.team-member .team-member--content {
  overflow: hidden;
}
.team-member .team-member--name {
  margin-top: 0;
  font-size: 1.6875em;
  font-weight: 400;
  color: #374856;
  margin-bottom: 0;
}
.team-member div.team-member--job-title > p,
.team-member h3.team-member--job-title,
.team-member h4.team-member--job-title {
  font-size: 1em;
  font-weight: 700;
  color: #374856;
  margin-top: -0.1875em;
}
@media screen and (min-width: 768px) {
  .team-member {
    text-align: left;
    margin-bottom: 2.5em;
  }
  .team-member .team-member--img {
    float: left;
    margin: 0 3.125em 0 0;
    max-width: 240px;
  }
  .team-member .team-member--name {
    font-size: 2.1875em;
  }
  .team-member div.team-member--job-title > p,
  .team-member h3.team-member--job-title,
  .team-member h4.team-member--job-title {
    font-size: 1.5em;
  }
}

.team-member---small {
  text-align: center;
}
.team-member---small .team-member--img {
  max-width: 190px;
  display: inline-block;
}
.team-member---small .team-member--name {
  font-size: 1.6875em;
}
.team-member---small div.team-member--job-title > p,
.team-member---small h3.team-member--job-title,
.team-member---small h4.team-member--job-title {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .team-member---small .team-member--img {
    float: none;
    margin-right: 0;
  }
}

.team-sub-title {
  font-weight: 700;
  color: #374856;
  font-size: 1.875em;
  margin-bottom: 0.625em;
  text-align: center;
  text-transform: uppercase;
}

.work-with-us .work-with-us--title {
  text-align: center;
  color: #374856;
  margin-top: 0.25em;
}
.work-with-us h3 {
  color: #ca2d3e;
  font-weight: 700;
  font-size: 1.3125em;
  padding-top: 1em;
  text-transform: uppercase;
}
.work-with-us h4 {
  color: #353535;
  font-weight: 700;
  font-size: 1.3125em;
  margin-bottom: 0;
}
.work-with-us h4 + p {
  margin-top: 0;
}
.work-with-us p + ul {
  margin-top: -16px;
}
.work-with-us ul {
  list-style: none;
}
.work-with-us ul > li {
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.125em;
  line-height: 1.375em;
}
.work-with-us ul > li:before {
  position: absolute;
  left: 0;
  top: 0.0625em;
  content: "";
  color: #ca2d3e;
  font-size: 1em;
  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;
}
.work-with-us ul > li > p {
  font-size: 0.8125em;
  line-height: 1.375em;
}

.password:before, .password:after {
  content: " ";
  display: table;
}
.password:after {
  clear: both;
}
.password label {
  display: none;
}
.password input[type=password] {
  color: #374856;
  border: 2px solid #374856;
  height: 33px !important;
  margin-right: 3px;
  width: 160px;
  margin-top: 0;
  padding-left: 10px;
  background-color: #f5f6f7;
  outline: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.password input[type=password]:focus {
  border-color: #ca2d3e;
}
.password input[type=submit] {
  height: 32px;
  font-size: 0.875em;
  padding-top: 2px;
  background-color: #f5f6f7;
  border: 2px solid #374856;
  font-weight: 700;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#email-prefs-form h1, #email-prefs-form .cta-title .cta-title--title h2, .cta-title .cta-title--title #email-prefs-form h2, #email-prefs-form .cta-title .cta-title--title h3, .cta-title .cta-title--title #email-prefs-form h3, #email-prefs-form .cta-title .cta-title--title h4, .cta-title .cta-title--title #email-prefs-form h4, #email-prefs-form .cta-title .cta-title--title h5, .cta-title .cta-title--title #email-prefs-form h5, #email-prefs-form h2, #email-prefs-form br {
  display: none;
}
#email-prefs-form .hs-button {
  margin-top: 1.875em;
}

.email-subscription-confirmation h1, .email-subscription-confirmation .cta-title .cta-title--title h1, .cta-title .cta-title--title .email-subscription-confirmation h1, .email-subscription-confirmation .cta-title .cta-title--title h2, .cta-title .cta-title--title .email-subscription-confirmation h2, .email-subscription-confirmation .cta-title .cta-title--title h3, .cta-title .cta-title--title .email-subscription-confirmation h3, .email-subscription-confirmation .cta-title .cta-title--title h4, .cta-title .cta-title--title .email-subscription-confirmation h4, .email-subscription-confirmation .cta-title .cta-title--title h5, .cta-title .cta-title--title .email-subscription-confirmation h5, .email-subscription-confirmation h2, .email-subscription-confirmation br {
  display: none;
}

.google-map {
  height: 350px;
}
.google-map .gm-style-iw {
  padding: 1.25em;
  text-align: center;
}
.google-map .gm-style-iw h3 {
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  color: #374856;
}
.google-map .gm-style-iw p {
  font-family: "proxima-nova", serif;
  color: #353535;
}
.google-map .gm-style-iw p:last-child {
  margin-bottom: 0;
}

.tooltip {
  background: #374856;
  color: #FFFFFF;
}
.tooltip h1, .tooltip .cta-title .cta-title--title h1, .cta-title .cta-title--title .tooltip h1, .tooltip .cta-title .cta-title--title h2, .cta-title .cta-title--title .tooltip h2, .tooltip .cta-title .cta-title--title h3, .cta-title .cta-title--title .tooltip h3, .tooltip .cta-title .cta-title--title h4, .cta-title .cta-title--title .tooltip h4, .tooltip .cta-title .cta-title--title h5, .cta-title .cta-title--title .tooltip h5, .tooltip h2 {
  font-size: 1.625em;
  color: #FFFFFF;
}
.tooltip p, .tooltip ul > li, .tooltip ol > li {
  font-size: 1em;
}
.tooltip p:first-child, .tooltip ul > li:first-child, .tooltip ol > li:first-child {
  margin-top: 0;
}
.tooltip p:last-child, .tooltip ul > li:last-child, .tooltip ol > li:last-child {
  margin-bottom: 0;
}

.tooltip__trigger {
  height: 12px;
  width: 12px;
  position: relative;
  top: -5px;
  cursor: pointer;
  font-size: 0.75em;
}

.video-play:before, .video-play:after {
  content: " ";
  display: table;
}
.video-play:after {
  clear: both;
}
.video-play.video-only .video {
  width: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  .video-play .video {
    width: 66%;
    float: left;
    overflow: auto;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form .video-wrapper {
  margin-top: 1.25em;
}

.modal {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.active {
  top: 0;
  display: block;
}
.modal .modal-inner {
  background: #FFFFFF;
  padding: 1.875em;
  width: 85%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 20px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
  border: none;
  outline: none;
  background: none;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.modal .modal-close:before, .modal .modal-close:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 3px;
  top: 7px;
  right: 16px;
  background: #FFFFFF;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: background 0.3s linear, -moz-transform 0.3s linear;
  -o-transition: background 0.3s linear, -o-transform 0.3s linear;
  -webkit-transition: background 0.3s linear, -webkit-transform 0.3s linear;
  transition: background 0.3s linear, transform 0.3s linear;
}
.modal .modal-close:after {
  height: 3px;
  width: 20px;
  top: 16px;
  right: 8px;
}
.modal .modal-close:hover {
  background: #ca2d3e;
}
.modal .modal-close:hover:before, .modal .modal-close:hover:after {
  background: #FFFFFF;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.modal .modal-close span {
  display: none;
}
.modal .modal--tooltip {
  background: #374856;
  color: #FFFFFF;
  overflow: auto;
}
.modal .modal-close--alt {
  width: 225px;
  right: 75px;
  text-align: left;
  padding-left: 25px;
  text-transform: uppercase;
  line-height: 2em;
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  border-radius: 125px;
  -moz-transition: background 0.3s linear, color 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
}
.modal .modal-close--alt:hover {
  color: #FFFFFF;
}
.modal .modal--video {
  padding: 0;
  max-width: 1000px;
  top: 50%;
  bottom: auto;
  margin-top: 17px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal--video iframe {
  height: 100%;
  width: 100%;
}
.modal .modal--video .modal-close {
  top: -40px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .modal .modal-inner {
    top: 50%;
    bottom: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal .modal--video {
    margin-top: 0;
  }
}

.header-img {
  height: 0;
  padding-top: 29%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.lt-ie9 .header-img {
  -ms-behavior: url(static/js/lib/polyfills/backgroundsize.min.htc);
}
.lt-ie9 .header-img img {
  max-width: none;
}

.blog-summary {
  text-align: center;
}
.blog-summary .blog-summary--image {
  display: block;
  margin-bottom: 0.625em;
}
.blog-summary .blog-summary--title {
  font-family: "fira-sans", sans-serif;
  font-size: 1.4375em;
  text-align: center;
  margin: 0;
  line-height: 1.25em;
}
.blog-summary .blog-summary--title > a {
  color: #374856;
}

.blog--wrapper {
  padding-bottom: 3.125em;
}
.blog--wrapper .blog-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 60%;
  margin-bottom: 14px;
}
.blog--wrapper .blog--title {
  color: #374856;
  font-size: 2em;
  font-family: "fira-sans", sans-serif;
  text-align: left;
  margin: 0;
  font-weight: 700;
  line-height: 1.1875em;
}
.blog--wrapper .blog--title > a {
  color: #374856;
}
.blog--wrapper .blog--date {
  color: #374856;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}

.blog-post .blog-post--title {
  color: #ca2d3e;
  font-weight: 700;
  margin: 0 0 0.125em;
  line-height: 1em;
}
.blog-post .blog-post--date {
  color: #374856;
  font-size: 0.875em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.625em;
}
.blog-post .blog-post--social {
  margin-bottom: 30px;
}
.blog-post .blog-post--social:before, .blog-post .blog-post--social:after {
  content: " ";
  display: table;
}
.blog-post .blog-post--social:after {
  clear: both;
}
.blog-post .blog-post--social .hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
}
.blog-post .blog-post--social .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-bottom: 0;
}
.blog-post .blog-post--social .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item iframe {
  display: block;
}
.blog-post .blog-post--social .fb_iframe_widget > span {
  vertical-align: top !important;
}
.blog-post .blog-post h2 {
  margin: 1.25em 0 0;
  line-height: 1.1875em;
}
.blog-post .blog-post h2 + p {
  margin-top: 0.375em;
}
.blog-post h3 {
  margin: 1.25em 0 0;
  line-height: 1.1875em;
}
.blog-post h3 + p {
  margin-top: 0.375em;
}
.blog-post p {
  font-size: 1em;
}
.blog-post .blog-post--tags {
  background: #e1e4e6;
  font-style: italic;
  font-size: 0.875em;
  padding: 0.625em;
  font-weight: 700;
  margin-top: 1.25em;
}
.blog-post .blog-post--tags > a {
  color: #374856;
}
.blog-post .blog-post--tags > a:hover {
  color: #ca2d3e;
}
@media screen and (min-width: 768px) {
  .blog-post h2 {
    font-size: 1.5em;
  }
}

.blog-pagination:before, .blog-pagination:after {
  content: " ";
  display: table;
}
.blog-pagination:after {
  clear: both;
}
.blog-pagination > a {
  display: block;
  float: left;
  color: #374856;
  text-align: center;
  font-weight: 700;
  padding: 0.9375em;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
.blog-pagination > a:hover {
  background: #ca2d3e;
  color: #FFFFFF;
}
.blog-pagination a:last-child {
  float: right;
}

/*** Additional Styling for Blog post ***/
.blog-post .hs_cos_wrapper_type_rich_text table {
  margin: 30px 0;
}

.blog-post .hs_cos_wrapper_type_rich_text table tr td {
  background: none;
  padding-bottom: 0;
}

.blog-post .hs_cos_wrapper_type_rich_text table tr td p {
  font-size: 11px;
  font-style: italic;
  color: #353535;
  font-weight: normal;
}

.main-content .blog-post ol > li {
  font-size: 16px;
}

.blog-post .hs_cos_wrapper_type_rich_text pre {
  margin-bottom: 25px;
}

.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr td{
	padding: 10px;
}
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr th,
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr td{
	border: 1px solid #ddd;
}
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr:first-child th{
	color: #fff;
}
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr:nth-child(odd){
  background: #f2f2f2;
}
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table td:first-child{
  color: #353535;
  width: 50%;
  text-align: center;
}  
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table td:last-child{
	width: 50%;
}
.blog-post .hs_cos_wrapper_type_rich_text table.custom_table tr:first-child{
	background: #358ccb;
}

.platform .feature-summary .feature-summary--title,
.platform .tier .tier--features > ul > li:before,
.platform .case-study .case-study--title, .platform---red .feature-summary .feature-summary--title,
.platform---red .tier .tier--features > ul > li:before,
.platform---red .case-study .case-study--title {
  color: #ca2d3e;
}
.platform .tier---active, .platform---red .tier---active {
  border-color: #ca2d3e;
}
.platform h1 > span[style*="color:"], .platform .cta-title .cta-title--title h1 > span[style*="color:"], .platform .cta-title .cta-title--title h2 > span[style*="color:"], .cta-title .cta-title--title .platform h2 > span[style*="color:"], .platform .cta-title .cta-title--title h3 > span[style*="color:"], .cta-title .cta-title--title .platform h3 > span[style*="color:"], .platform .cta-title .cta-title--title h4 > span[style*="color:"], .cta-title .cta-title--title .platform h4 > span[style*="color:"], .platform .cta-title .cta-title--title h5 > span[style*="color:"], .cta-title .cta-title--title .platform h5 > span[style*="color:"], .platform h2 > span[style*="color:"], .platform h3 > span[style*="color:"], .platform h4 > span[style*="color:"], .platform h5 > span[style*="color:"],
.platform .case-study .case-study--quote .case-study--quote-wrapper > p > span[style*="color:"], .platform---red h1 > span[style*="color:"], .platform---red .cta-title .cta-title--title h1 > span[style*="color:"], .platform---red .cta-title .cta-title--title h2 > span[style*="color:"], .cta-title .cta-title--title .platform---red h2 > span[style*="color:"], .platform---red .cta-title .cta-title--title h3 > span[style*="color:"], .cta-title .cta-title--title .platform---red h3 > span[style*="color:"], .platform---red .cta-title .cta-title--title h4 > span[style*="color:"], .cta-title .cta-title--title .platform---red h4 > span[style*="color:"], .platform---red .cta-title .cta-title--title h5 > span[style*="color:"], .cta-title .cta-title--title .platform---red h5 > span[style*="color:"], .platform---red h2 > span[style*="color:"], .platform---red h3 > span[style*="color:"], .platform---red h4 > span[style*="color:"], .platform---red h5 > span[style*="color:"],
.platform---red .case-study .case-study--quote .case-study--quote-wrapper > p > span[style*="color:"] {
  color: #ca2d3e !important;
}
.platform---petrol-blue .feature-summary .feature-summary--title,
.platform---petrol-blue .tier .tier--features > ul > li:before,
.platform---petrol-blue .case-study .case-study--title {
  color: #018480;
}
.platform---petrol-blue .tier---active {
  border-color: #018480;
}
.platform---petrol-blue h1 > span[style*="color:"], .platform---petrol-blue .cta-title .cta-title--title h1 > span[style*="color:"], .platform---petrol-blue .cta-title .cta-title--title h2 > span[style*="color:"], .cta-title .cta-title--title .platform---petrol-blue h2 > span[style*="color:"], .platform---petrol-blue .cta-title .cta-title--title h3 > span[style*="color:"], .cta-title .cta-title--title .platform---petrol-blue h3 > span[style*="color:"], .platform---petrol-blue .cta-title .cta-title--title h4 > span[style*="color:"], .cta-title .cta-title--title .platform---petrol-blue h4 > span[style*="color:"], .platform---petrol-blue .cta-title .cta-title--title h5 > span[style*="color:"], .cta-title .cta-title--title .platform---petrol-blue h5 > span[style*="color:"], .platform---petrol-blue h2 > span[style*="color:"], .platform---petrol-blue h3 > span[style*="color:"], .platform---petrol-blue h4 > span[style*="color:"], .platform---petrol-blue h5 > span[style*="color:"],
.platform---petrol-blue .case-study .case-study--quote .case-study--quote-wrapper > p > span[style*="color:"] {
  color: #018480 !important;
}
.platform---orange .feature-summary .feature-summary--title,
.platform---orange .tier .tier--features > ul > li:before,
.platform---orange .case-study .case-study--title {
  color: #F5A13C;
}
.platform---orange .tier---active {
  border-color: #F5A13C;
}
.platform---orange h1 > span[style*="color:"], .platform---orange .cta-title .cta-title--title h1 > span[style*="color:"], .platform---orange .cta-title .cta-title--title h2 > span[style*="color:"], .cta-title .cta-title--title .platform---orange h2 > span[style*="color:"], .platform---orange .cta-title .cta-title--title h3 > span[style*="color:"], .cta-title .cta-title--title .platform---orange h3 > span[style*="color:"], .platform---orange .cta-title .cta-title--title h4 > span[style*="color:"], .cta-title .cta-title--title .platform---orange h4 > span[style*="color:"], .platform---orange .cta-title .cta-title--title h5 > span[style*="color:"], .cta-title .cta-title--title .platform---orange h5 > span[style*="color:"], .platform---orange h2 > span[style*="color:"], .platform---orange h3 > span[style*="color:"], .platform---orange h4 > span[style*="color:"], .platform---orange h5 > span[style*="color:"],
.platform---orange .case-study .case-study--quote .case-study--quote-wrapper > p > span[style*="color:"] {
  color: #F5A13C !important;
}

.panel--wolf {
  position: relative;
}
.panel--wolf:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  z-index: 1;
  background: url("//info.statwolf.com/hubfs/template/wolf.svg") 0 32% no-repeat;
  -moz-background-size: 160%;
  -o-background-size: 160%;
  -webkit-background-size: 160%;
  background-size: 160%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}
.panel--wolf > * {
  position: relative;
  z-index: 2;
}

.panel---w-icon .panel--icon {
  width: 183px;
  margin: 0 auto 1.25em;
}
.panel---w-icon .panel--icon .panel--icon-img {
  display: block;
  background: #f5f6f7;
  position: relative;
  margin: 0 auto 0.75em;
  padding-top: 100%;
  width: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.panel---w-icon .panel--icon .panel--icon-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 65%;
  max-height: 65%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .panel---w-icon .panel--icon {
    float: right;
    margin: 0 0 0 1.25em;
  }
}

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.blueimp-gallery > .slides > .slide-loading {
  background: url(//info.statwolf.com/hubfs/template/blueimp/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
  background: url(//info.statwolf.com/hubfs/template/blueimp/error.png) center no-repeat;
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
}

.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
}

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery > .title {
  top: auto;
  left: auto;
  bottom: 0;
  width: 100%;
  padding: 0.3125em 0.625em;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
}

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 11px;
  width: 15px;
  height: 15px;
  background: url(//info.statwolf.com/hubfs/template/blueimp/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
}

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(//info.statwolf.com/hubfs/template/blueimp/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(//info.statwolf.com/hubfs/template/blueimp/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single > .indicator {
  display: none;
}

.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}

/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(//info.statwolf.com/hubfs/template/blueimp/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(//info.statwolf.com/hubfs/template/blueimp/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(//info.statwolf.com/hubfs/template/blueimp/video-play.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}

[data-read-more-toggle] {
  cursor: pointer;
}

.cta_button, .cta_button:hover {
  border: none !important;
}
.cta_button img {
  height: auto;
}

.profile-form {
  max-width: 750px;
  margin: auto;
  border: 2px solid #374856;
}
.profile-form .profile-form--title {
  background: #374856;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.profile-form .profile-form--wrapper {
  overflow: hidden;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.profile-form .profile-form--wrapper .profile-form--content {
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.profile-form .profile-form--wrapper .profile-form--content:before, .profile-form .profile-form--wrapper .profile-form--content:after {
  content: " ";
  display: table;
}
.profile-form .profile-form--wrapper .profile-form--content:after {
  clear: both;
}
.profile-form .profile-form--wrapper .profile-form--item {
  float: left;
  text-align: left;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-inner {
  padding: 1.25em;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-title {
  font-size: 1.375em;
  margin-top: 0;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25em;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-list li {
  padding: 0;
  margin: 0;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-list > li {
  margin-bottom: 0.625em;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-list > li:before {
  content: none;
}
.profile-form .profile-form--wrapper .profile-form--item .profile-form--item-list > li input[type="text"] {
  display: inline;
  margin-left: 0.625em;
  width: auto;
  height: 32px;
  line-height: 32px;
}
.profile-form .profile-form--wrapper .profile-form--item .error {
  color: #ca2d3e;
  margin-left: 0.625em;
  position: relative;
  top: -1px;
}
.profile-form .profile-form--wrapper .profile-form--item .button, .profile-form .profile-form--wrapper .profile-form--item body .hs-button.primary, body .profile-form .profile-form--wrapper .profile-form--item .hs-button.primary,
.profile-form .profile-form--wrapper .profile-form--item body input[type="submit"],
body .profile-form .profile-form--wrapper .profile-form--item input[type="submit"],
.profile-form .profile-form--wrapper .profile-form--item body input[type="button"],
body .profile-form .profile-form--wrapper .profile-form--item input[type="button"] {
  cursor: pointer;
}

.case-study-slider {
  position: relative;
  padding-bottom: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.case-study-slider.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.case-study-slider__slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-study-slider__slides li {
  padding: 0;
  margin: 0;
}
.case-study-slider__slide {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .case-study-slider {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1140px) {
  .case-study-slider {
    padding: 0;
  }
  .case-study-slider .flex-direction-nav > li {
    left: -75px;
  }
  .case-study-slider .flex-direction-nav > li:last-child {
    left: auto;
    right: -75px;
  }
}

.flex-control-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.flex-control-nav li {
  padding: 0;
  margin: 0;
}
.flex-control-nav > li {
  float: left;
  text-indent: -10000px;
  margin-left: 15px;
}
.flex-control-nav > li:first-child {
  margin-left: 0;
}
.flex-control-nav > li > a {
  display: block;
  height: 13px;
  width: 113px;
  background-color: #f5f6f7;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.flex-control-nav > li > a.flex-active, .flex-control-nav > li > a:hover {
  background-color: #374856;
}

.flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  height: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.flex-direction-nav li {
  padding: 0;
  margin: 0;
}
.flex-direction-nav > li {
  position: absolute;
  top: 0;
  left: 20px;
}
.flex-direction-nav > li:last-child {
  left: auto;
  right: 20px;
}
.flex-direction-nav > li:last-child > a:before {
  -moz-transform: translate(-75%, -50%) rotate(135deg);
  -ms-transform: translate(-75%, -50%) rotate(135deg);
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
  transform: translate(-75%, -50%) rotate(135deg);
}
.flex-direction-nav > li > a {
  display: block;
  height: 31px;
  width: 31px;
  text-indent: -100000px;
  outline: none;
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: background 0.2s linear, opacity 0.2s linear;
  -o-transition: background 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background 0.2s linear, opacity 0.2s linear;
  transition: background 0.2s linear, opacity 0.2s linear;
}
.flex-direction-nav > li > a:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-left: 15px solid #f5f6f7;
  border-top: 15px solid #f5f6f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-25%, -50%) rotate(-45deg);
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.flex-direction-nav > li > a:hover:before {
  border-color: #374856;
}
.flex-direction-nav > li > a.flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media screen and (min-width: 1020px) {
  .flex-direction-nav {
    display: block;
  }
}

.sources .sources__filters {
  text-align: center;
  margin-bottom: 3.125em;
}
.sources .sources__filters a {
  text-transform: uppercase;
  font-weight: 700;
  color: #afb6bb;
  display: inline-block;
  padding-left: 0.625em;
  margin-left: 0.625em;
  border-left: 1px solid #afb6bb;
  outline: none;
}
.sources .sources__filters a:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.sources .sources__filters a.active, .sources .sources__filters a:hover {
  color: #374856;
}
.sources .sources__type-title {
  color: #ca2d3e;
  font-size: 2.125em;
  margin-bottom: 1.25em;
}
.sources .sources__sources:before, .sources .sources__sources:after {
  content: " ";
  display: table;
}
.sources .sources__sources:after {
  clear: both;
}
.sources .sources__source {
  float: left;
  width: 120px;
  text-align: center;
  margin-bottom: 1.875em;
  margin-left: -webkit-calc(60.5% - 120px);
  margin-left: calc(60.5% - 120px);
}
.sources .sources__source:nth-child(odd) {
  clear: left;
  margin-left: 0;
}
.sources .sources__source.sources__source--non-standard .sources__source-logo {
  position: relative;
}
.sources .sources__source.sources__source--non-standard .sources__source-logo:before {
  content: 'Premium';
  display: block;
  position: absolute;
  left: -55%;
  top: 48px;
  height: 20px;
  line-height: 20px;
  padding: 0 0.3125em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "fira-sans", sans-serif;
  font-weight: 700;
  background: #b4b9be;
  font-size: 0.875em;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sources .sources__source-logo {
  position: relative;
  height: 120px;
}
.sources .sources__source-logo > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sources .sources__source-title {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .sources .sources__source {
    width: 120px;
    margin-left: -webkit-calc(26.5% - 120px);
    margin-left: calc(26.5% - 120px);
  }
  .sources .sources__source:nth-child(odd) {
    clear: none;
    margin-left: -webkit-calc(26.5% - 120px);
    margin-left: calc(26.5% - 120px);
  }
  .sources .sources__source:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 1020px) {
  .sources .sources__source {
    margin-bottom: 3.125em;
  }
}

.pricing-table {
  overflow: auto;
  width: 100%;
}
.pricing-table .pricing-table__head {
  text-align: center;
}
.pricing-table .pricing-table__heading {
  color: #ca2d3e;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 0;
}
.pricing-table .pricing-table__price {
  font-weight: 400;
}
.pricing-table .pricing-table__price .pricing-table__euro {
  font-size: 1.75em;
  letter-spacing: -3px;
}
.pricing-table .pricing-table__price .pricing-table__price-amount {
  display: inline;
  font-size: 3em;
  letter-spacing: -3px;
}
.pricing-table .pricing-table__price .pricing-table__price-amount-small {
  font-size: 0.875em;
}
.pricing-table .pricing-table__price .pricing-table__billing-period {
  font-size: 0.25em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  line-height: 1.125em;
  letter-spacing: 0;
}
.pricing-table table {
  margin: 0;
}
.pricing-table th {
  vertical-align: top;
  padding: 0;
  color: #353535;
  font-size: 1em;
  text-transform: none;
}
.pricing-table td:first-child {
  font-size: 1.25em;
}
.pricing-table .pricing-table__yes,
.pricing-table .pricing-table__no {
  text-indent: -100000px;
  display: inline-block;
  background: #ca2d3e;
  position: relative;
}
.pricing-table .pricing-table__yes {
  height: 14px;
  width: 14px;
  top: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pricing-table .pricing-table__no {
  height: 2px;
  width: 4px;
  top: 11px;
}
.pricing-table .pricing-table__addons-heading {
  font-size: 1.375em;
  color: #ca2d3e;
  margin-bottom: 0.0625em;
}
.pricing-table .pricing-table__addons td.pricing-table__feature {
  background: #ca2d3e;
}

/*# sourceMappingURL=statwolf.css.map */
