@charset "UTF-8";
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid Settings
 */
/**
 * Transitions
 */
/**
 * Vendor
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityActive=100&bgImgOpacityHover=50&bgImgOpacityDefault=85&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cd0a0a&fcError=%23cd0a0a&borderColorError=%23cd0a0a&bgTextureError=glass&bgColorError=%23fcfdfd&iconColorHighlight=%23435363&fcHighlight=%23435363&borderColorHighlight=%23F6A623&bgTextureHighlight=flat&bgColorHighlight=%23F6A623&iconColorActive=%234E6B82&fcActive=%23ff5000&borderColorActive=%234E6B82&bgTextureActive=flat&bgColorActive=%23fcfdfd&iconColorHover=%234E6B82&fcHover=%234E6B82&borderColorHover=%234E6B82&bgTextureHover=flat&bgColorHover=%23C0D4E5&iconColorDefault=%234E6B82&fcDefault=%234E6B82&borderColorDefault=%234E6B82&bgTextureDefault=flat&bgColorDefault=%23fcfdfd&iconColorContent=%23435363&fcContent=%23435363&borderColorContent=%23435363&bgTextureContent=inset_hard&bgColorContent=%23fcfdfd&iconColorHeader=%23435363&fcHeader=%23435363&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=2px&fwDefault=bold&fsDefault=1.1em&ffDefault=%22proxima-nova%22%2C%20Helvetica%2C%20sans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #4E6B82;
}

.ui-widget-content {
  border: 1px solid #435363;
  background: #fcfdfd;
  color: #435363;
}

.ui-widget-content a {
  color: #435363;
}

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #435363;
  font-weight: bold;
}

.ui-widget-header a {
  color: #435363;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #4E6B82;
  background: #fcfdfd;
  font-weight: bold;
  color: #4E6B82;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #4E6B82;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #4E6B82;
  background: #C0D4E5;
  font-weight: bold;
  color: #4E6B82;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #4E6B82;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #4E6B82;
  background: #fcfdfd;
  font-weight: bold;
  color: #ff5000;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #4E6B82;
  background-color: #ff5000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff5000;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #F6A623;
  background: #F6A623;
  color: #435363;
}

.ui-state-checked {
  border: 1px solid #F6A623;
  background: #F6A623;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #435363;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fcfdfd;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa;
}

/**
 * Base Styles and Config
 */
/**
 *
 * Base
 *
 *  Resets *most* styles but takes some base style variables from _setting.scss
 *  to prevent the need for overwriting a bunch of rules. Includes misc bug fixes
 *  from the normalize.css project as well.
 *
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: #ffffff;
  background-color: #2f353e;
}

::selection {
  color: #ffffff;
  background-color: #2f353e;
}

html {
  color: #2f353e;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  min-width: 320px;
}

body, input, textarea, button, select {
  padding: 0;
  font-size: 22px;
  line-height: 1.63636;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 781px) {
  body, input, textarea, button, select {
    font-size: 22px;
    line-height: 1.63636;
  }
}

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

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

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

body, p, hr, h1, h2, h3, h4, h5, h6, figure, figcaption, ol, ul, blockquote, q, input, button, optgroup, select, textarea, fieldset, legend {
  margin: 0;
}

i, cite {
  font-style: normal;
}

hr {
  height: 1px;
  border: 0;
  background-color: #2f353e;
}

picture {
  display: block;
}

b, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

small {
  font-size: 100%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

img {
  border: 0;
}

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

ol, ul, li {
  list-style: none;
  padding: 0;
}

blockquote, q {
  padding: 0;
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

td, th {
  font-weight: normal;
  text-align: left;
  padding: 0;
}

button {
  overflow: visible;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button, input[type='text'], optgroup, select, textarea {
  color: inherit;
  font: inherit;
  border: 0;
  border-radius: 0;
  background: none;
}

button, select {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset, legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/**
 *
 * Fonts
 *
 *   Heroic is loaded here. Proxima Nova is via Typekit
 *
 */
@font-face {
  font-family: 'HeroicCondensedBold';
  font-weight: normal;
  font-style: normal;
  src: local("HeroicCondensedBold"), url("../fonts/heroic-condensed-bold-spaces.woff") format("woff"), url("../fonts/heroic-condensed-bold-spaces.ttf") format("truetype"), url("../fonts/heroic-condensed-bold-spaces.eot?#iefix") format("embedded-opentype"), url("../fonts/heroic-condensed-bold-spaces.svg#HeroicCondensedBold") format("svg");
}

@font-face {
  font-family: 'HeroicCondensedBold';
  font-weight: normal;
  font-style: italic;
  src: local("HeroicCondensedBold"), url("../fonts/heroic-condensed-bold-spaces.woff") format("woff"), url("../fonts/heroic-condensed-bold-spaces.ttf") format("truetype"), url("../fonts/heroic-condensed-bold-spaces.eot?#iefix") format("embedded-opentype"), url("../fonts/heroic-condensed-bold-spaces.svg#HeroicCondensedBold") format("svg");
}

@font-face {
  font-family: 'HeroicCondensedBold';
  font-weight: bold;
  font-style: normal;
  src: local("HeroicCondensedBold"), url("../fonts/heroic-condensed-bold-spaces.woff") format("woff"), url("../fonts/heroic-condensed-bold-spaces.ttf") format("truetype"), url("../fonts/heroic-condensed-bold-spaces.eot?#iefix") format("embedded-opentype"), url("../fonts/heroic-condensed-bold-spaces.svg#HeroicCondensedBold") format("svg");
}

@font-face {
  font-family: 'HeroicCondensedBold';
  font-weight: bold;
  font-style: italic;
  src: local("HeroicCondensedBold"), url("../fonts/heroic-condensed-bold-spaces.woff") format("woff"), url("../fonts/heroic-condensed-bold-spaces.ttf") format("truetype"), url("../fonts/heroic-condensed-bold-spaces.eot?#iefix") format("embedded-opentype"), url("../fonts/heroic-condensed-bold-spaces.svg#HeroicCondensedBold") format("svg");
}

/**
 * Layout
 */
/**
 *
 * Wrapper
 *
 *   Module for our main wrapper(s). This will contain most content and any
 *   other sizes needed will likely be smaller and handled via the
 *   grid + width classes.
 *
 *   Smaller/larger wrappers can be handled here either as:
 *   .wrapper--960 (value-based)
 *   .wrapper--small (generic name)
 *
 *   Value-based classes are more helpful when there are more objects here,
 *   while the generic names can be more reasonable if there are only a few.
 *
 *
 */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wrapper--main {
  max-width: 1200px;
}

@media (min-width: 781px) {
  .wrapper--main {
    max-width: 1240px;
  }
}

.wrapper--main.wrapper--full {
  max-width: 1160px;
  padding: 0;
}

/**
 *
 * Color Helpers
 *
 *   This wraps the "main content" on any page to account for the fixed
 *   navigation. This will likely extent to cover the minimal nav scenario
 *   as well.
 *
 */
.content {
  margin-top: 58px;
}

@media (min-width: 971px) {
  .content {
    margin-top: 109px;
  }
}

.content--minimal-header {
  margin-top: 0;
}

@media (min-width: 971px) {
  .content--minimal-header {
    margin-top: 0;
  }
}

/**
 *
 * Grid
 *
 *   All these styles do are set up flexbox on grid items and allow them to be
 *   reversed, centered, vertically aligned, etc.
 *
 *   All widths should be set using a class from _width.scss on the .grid__item
 *   (see _widths.scss for uses)
 *
 */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

@media (min-width: 781px) {
  .grid {
    margin-left: -40px;
  }
}

.grid--valign {
  -ms-flex-align: center;
      align-items: center;
}

.grid--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.grid--centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.grid__item {
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 781px) {
  .grid__item {
    padding-left: 40px;
  }
}

.grid__item--right {
  margin-left: auto;
}

.grid--spaced .grid__item {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .grid--spaced-below-lap .grid__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .grid--spaced-below-hand .grid__item {
    margin-bottom: 20px;
  }
}

/**
 *
 * Widths
 *
 *   Can be used independently, but are mostly to be used on a .grid__item element.
 *   If a width change needs to happen at a particular breakpoint start with the
 *   smallest breakpoint and work your way up.
 *
 *   Example:
 *   <div class="grid__item width--6-of-12 width--hand--4-of-12 width--lap-3-of-12">
 *
 *   This element would be 50% on mobile, 33.333% above the "hand" breakpoint,
 *   and 25% above the "lap" breakpoint.
 *
 */
.width--1-of-12 {
  width: 8.33333%;
}

.width--2-of-12 {
  width: 16.66667%;
}

.width--3-of-12 {
  width: 25%;
}

.width--4-of-12 {
  width: 33.33333%;
}

.width--5-of-12 {
  width: 41.66667%;
}

.width--6-of-12 {
  width: 50%;
}

.width--7-of-12 {
  width: 58.33333%;
}

.width--8-of-12 {
  width: 66.66667%;
}

.width--9-of-12 {
  width: 75%;
}

.width--10-of-12 {
  width: 83.33333%;
}

.width--11-of-12 {
  width: 91.66667%;
}

@media (min-width: 421px) {
  .width--palm-1-of-12 {
    width: 8.33333%;
  }
  .width--palm-2-of-12 {
    width: 16.66667%;
  }
  .width--palm-3-of-12 {
    width: 25%;
  }
  .width--palm-4-of-12 {
    width: 33.33333%;
  }
  .width--palm-5-of-12 {
    width: 41.66667%;
  }
  .width--palm-6-of-12 {
    width: 50%;
  }
  .width--palm-7-of-12 {
    width: 58.33333%;
  }
  .width--palm-8-of-12 {
    width: 66.66667%;
  }
  .width--palm-9-of-12 {
    width: 75%;
  }
  .width--palm-10-of-12 {
    width: 83.33333%;
  }
  .width--palm-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 781px) {
  .width--hand-1-of-12 {
    width: 8.33333%;
  }
  .width--hand-2-of-12 {
    width: 16.66667%;
  }
  .width--hand-3-of-12 {
    width: 25%;
  }
  .width--hand-4-of-12 {
    width: 33.33333%;
  }
  .width--hand-5-of-12 {
    width: 41.66667%;
  }
  .width--hand-6-of-12 {
    width: 50%;
  }
  .width--hand-7-of-12 {
    width: 58.33333%;
  }
  .width--hand-8-of-12 {
    width: 66.66667%;
  }
  .width--hand-9-of-12 {
    width: 75%;
  }
  .width--hand-10-of-12 {
    width: 83.33333%;
  }
  .width--hand-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 1025px) {
  .width--lap-1-of-12 {
    width: 8.33333%;
  }
  .width--lap-2-of-12 {
    width: 16.66667%;
  }
  .width--lap-3-of-12 {
    width: 25%;
  }
  .width--lap-4-of-12 {
    width: 33.33333%;
  }
  .width--lap-5-of-12 {
    width: 41.66667%;
  }
  .width--lap-6-of-12 {
    width: 50%;
  }
  .width--lap-7-of-12 {
    width: 58.33333%;
  }
  .width--lap-8-of-12 {
    width: 66.66667%;
  }
  .width--lap-9-of-12 {
    width: 75%;
  }
  .width--lap-10-of-12 {
    width: 83.33333%;
  }
  .width--lap-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 2025px) {
  .width--desk-1-of-12 {
    width: 8.33333%;
  }
  .width--desk-2-of-12 {
    width: 16.66667%;
  }
  .width--desk-3-of-12 {
    width: 25%;
  }
  .width--desk-4-of-12 {
    width: 33.33333%;
  }
  .width--desk-5-of-12 {
    width: 41.66667%;
  }
  .width--desk-6-of-12 {
    width: 50%;
  }
  .width--desk-7-of-12 {
    width: 58.33333%;
  }
  .width--desk-8-of-12 {
    width: 66.66667%;
  }
  .width--desk-9-of-12 {
    width: 75%;
  }
  .width--desk-10-of-12 {
    width: 83.33333%;
  }
  .width--desk-11-of-12 {
    width: 91.66667%;
  }
}

.max-width--1-of-12 {
  max-width: 100px;
}

.max-width--2-of-12 {
  max-width: 200px;
}

.max-width--3-of-12 {
  max-width: 300px;
}

.max-width--4-of-12 {
  max-width: 400px;
}

.max-width--5-of-12 {
  max-width: 500px;
}

.max-width--6-of-12 {
  max-width: 600px;
}

.max-width--7-of-12 {
  max-width: 700px;
}

.max-width--8-of-12 {
  max-width: 800px;
}

.max-width--9-of-12 {
  max-width: 900px;
}

.max-width--10-of-12 {
  max-width: 1000px;
}

.max-width--11-of-12 {
  max-width: 1100px;
}

/**
 *
 * Island
 *
 *   This is used for any more-generic top/bottom spacing cases. Usually the
 *   object itself will build in vertical padding since it's likely to change
 *   at different breakpoints. But for any single uses this will be sufficient.
 *
 *   .island-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.island-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.island-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

/**
 *
 * Stack
 *
 *   Similar to _island.scss this is a single use vertical spacing style. These
 *   are often used to separate a headline from body copy or instances similar
 *   to that. These are less-likely to require changes based on breakpoints unlike
 *   the .island functionality so these get lots of use.
 *
 *   .stack-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.stack-5 {
  margin-bottom: 5px;
}

.stack-8 {
  margin-bottom: 8px;
}

.stack-10 {
  margin-bottom: 10px;
}

.stack-15 {
  margin-bottom: 15px;
}

.stack-20 {
  margin-bottom: 20px;
}

.stack-24 {
  margin-bottom: 24px;
}

.stack-30 {
  margin-bottom: 30px;
}

.stack-40 {
  margin-bottom: 40px;
}

.stack-50 {
  margin-bottom: 50px;
}

.stack-60 {
  margin-bottom: 60px;
}

.stack-70 {
  margin-bottom: 70px;
}

.stack-5__inverse {
  margin-top: 5px;
}

.stack-8__inverse {
  margin-top: 8px;
}

.stack-10__inverse {
  margin-top: 10px;
}

.stack-15__inverse {
  margin-top: 15px;
}

.stack-20__inverse {
  margin-top: 20px;
}

.stack-24__inverse {
  margin-top: 24px;
}

.stack-30__inverse {
  margin-top: 30px;
}

.stack-40__inverse {
  margin-top: 40px;
}

.stack-50__inverse {
  margin-top: 50px;
}

.stack-60__inverse {
  margin-top: 60px;
}

.stack-70__inverse {
  margin-top: 70px;
}

/**
 *
 *  Sandwich
 *
 *     Generic layout object that has a head, body, and foot. Sorta like a
 *     sandwich I suppose.
 *
 *     Ex: News Feed, In The News, Investors Preview.
 *
 */
.sandwich {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .sandwich {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sandwich__head:last-child,
.sandwich__body:last-child,
.sandwich__foot:last-child {
  margin-bottom: 0;
}

.sandwich__head {
  margin-bottom: 40px;
}

@media (min-width: 781px) {
  .sandwich__head {
    margin-bottom: 60px;
    text-align: center;
  }
}

.sandwich__body {
  margin-bottom: 30px;
}

@media (min-width: 781px) {
  .sandwich__body {
    margin-bottom: 60px;
  }
}

@media (min-width: 781px) {
  .sandwich__foot {
    text-align: center;
  }
}

.sandwich--centered .sandwich__head,
.sandwich--centered .sandwich__foot {
  text-align: center;
}

@media (max-width: 1024px) {
  .sandwich--contained .sandwich__body {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sandwich--condensed {
  padding-top: 15px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .sandwich--condensed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sandwich--condensed .sandwich__head {
  margin-bottom: 10px;
}

@media (min-width: 781px) {
  .sandwich--condensed .sandwich__head {
    margin-bottom: 10px;
  }
}

/**
 *
 *   Logo
 *
 *      Logo object found in honors, upcoming events, listing modules, etc.
 *      contains and right-aligns logos within a 100x40 rectangle
 *
 */
.logo {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 781px) {
  .logo {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.logo__image,
.logo > svg {
  max-width: 100px;
  max-height: 40px;
}

.logo > svg {
  height: 40px;
}

.logo--big .logo__image, .logo--big.logo__image,
.logo--big .logo > svg,
.logo--big.logo > svg {
  max-width: 200px;
  max-height: 80px;
}

.logo--big .logo > svg,
.logo--big.logo > svg {
  height: 80px;
}

.logo--customer-hero svg {
  max-width: 220px;
  max-height: 60px;
  width: auto;
}

.logo--lap {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 781px) {
  .logo--lap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .logo--lap {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 781px) {
  .logo--left {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .logo--centered-below-hand {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/**
 *
 *  Form List
 *
 *     50/50 layout above lap and full width on mobile while keeping better
 *     source order than the grid object could provide. Used primarily on the
 *     free trial page.
 *
 */
@media (min-width: 1025px) {
  .form-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.form-list__item {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .form-list__item {
    width: 49%;
    width: calc(50% - 20px);
  }
}

.form-list__submit {
  display: inline-block;
  width: 100%;
  -ms-flex-order: 0;
      order: 0;
}

/**
 * Objects
 */
/**
 *
 * Nav
 *
 */
.nav {
  position: relative;
  width: 100%;
  padding: 15px 0 0;
}

@media (min-width: 971px) {
  .nav {
    padding: 23px 0;
  }
}

@media (max-width: 970px) {
  .nav__toggle {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 971px) {
  .nav__toggle {
    display: none;
  }
}

@media (max-width: 970px) {
  .nav__logo {
    display: inline-block;
    padding-left: 20px;
  }
}

.nav__logo__img {
  display: block;
  width: 168.7px;
  height: 24px;
}

@media (min-width: 971px) {
  .nav__logo__img {
    width: 196.8px;
    height: 28px;
  }
}

@media (max-width: 969px) {
  .nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 971px) {
  .nav__list {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 970px) {
  .nav__list__item {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    border-bottom: 1px solid #E9EEF1;
  }
  .nav__list__item:first-child {
    border-top: 1px solid #E9EEF1;
  }
}

@media (min-width: 971px) {
  .nav__list__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
  }
}

@media (max-width: 970px) {
  .nav__list__item--cta {
    border: 0;
    -ms-flex-order: 0;
        order: 0;
    padding: 30px 20px;
  }
}

@media (min-width: 971px) {
  .nav__list__item--cta {
    margin-left: 14px;
  }
}

@media (min-width: 971px) {
  .nav__list__item__subnav {
    display: none;
  }
}

@media (max-width: 970px) {
  .nav__list__item__subnav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease;
  }
  .is-active-subnav .nav__list__item__subnav {
    max-height: 900px;
  }
}

.nav__list__item__subnav__item {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #E9EEF1;
  background-color: #F6F7F9;
}

.nav__list__item__subnav__item__anchor {
  padding: 18px 20px;
  display: block;
}

.nav__list__item__subnav__item__anchor.is-active {
  color: #1ab6e8;
}

.nav__list__item__subnav__item__anchor--with-icon {
  position: relative;
  padding-left: 72px;
}

.nav__list__item__subnav__item__anchor__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
}

.nav__list__item__subnav__item__anchor__icon img,
.nav__list__item__subnav__item__anchor__icon svg {
  max-height: 35px;
}

.nav__list__item__anchor {
  line-height: 1;
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  transition: all 0.1s ease;
}

.nav__list__item__anchor.is-active,
.is-active-subnav .nav__list__item__anchor,
.with--no-touchevents .nav__list__item__anchor:active,
.with--no-touchevents .nav__list__item__anchor:hover {
  color: #1ab6e8;
}

@media (min-width: 1025px) {
  .nav__list__item__anchor {
    padding: 15px 15px 13px;
    font-size: 13px;
    font-weight: bold;
  }
}

@media (max-width: 1023px) {
  .nav__list__item__anchor {
    padding: 15px 12px 13px;
    font-size: 13px;
    font-weight: bold;
  }
}

.nav__list__item__anchor--with-dropdown svg {
  margin-left: 4px;
}

.nav__list__item__anchor--with-dropdown svg, .nav__list__item__anchor--with-dropdown path {
  transition: all 0.1s ease;
}

.nav__list__item__anchor--with-dropdown.is-active svg path,
.nav__list__item__anchor--with-dropdown.is-active svg rect,
.is-active-subnav .nav__list__item__anchor--with-dropdown svg path,
.is-active-subnav .nav__list__item__anchor--with-dropdown svg rect,
.with--no-touchevents .nav__list__item__anchor--with-dropdown:active svg path,
.with--no-touchevents .nav__list__item__anchor--with-dropdown:active svg rect,
.with--no-touchevents .nav__list__item__anchor--with-dropdown:hover svg path,
.with--no-touchevents .nav__list__item__anchor--with-dropdown:hover svg rect {
  fill: #1ab6e8;
}

@media (max-width: 970px) {
  .is-active-subnav .nav__list__item__anchor--with-dropdown svg {
    transform: rotate(-180deg);
  }
}

.nav__list__item__anchor__text,
.nav__list__item__anchor svg {
  display: inline-block;
  vertical-align: middle;
}

/**
 *
 * Utility Nav
 *
 */
@media (max-width: 970px) {
  .utility-nav {
    text-align: center;
    padding: 20px 0 30px;
  }
}

@media (min-width: 971px) {
  .utility-nav {
    zoom: 1;
    padding: 10px 0;
    border-bottom: 1px solid #E9EEF1;
  }
  .utility-nav:before, .utility-nav:after {
    content: "";
    display: table;
  }
  .utility-nav:after {
    clear: both;
  }
}

@media (min-width: 971px) {
  .utility-nav__inner {
    position: relative;
  }
  .utility-nav__inner br {
    display: none;
  }
}

@media (max-width: 970px) {
  .utility-nav__options {
    margin-top: 30px;
  }
}

@media (min-width: 971px) {
  .utility-nav__options {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
  }
}

.utility-nav__options__anchor {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: .6;
}

.utility-nav__options__anchor + .utility-nav__options__anchor {
  margin-left: 40px;
}

@media (min-width: 971px) {
  .utility-nav__options__anchor + .utility-nav__options__anchor {
    margin-left: 20px;
  }
}

.utility-nav__options__anchor, .utility-nav__options__anchor img, .utility-nav__options__anchor span {
  transition: all 0.1s ease;
}

.utility-nav__options__anchor img, .utility-nav__options__anchor span {
  display: inline-block;
  vertical-align: middle;
}

.utility-nav__options__anchor img {
  width: 17px;
  filter: grayscale(90%);
}

.utility-nav__options__anchor span {
  margin-left: 5px;
}

.utility-nav__options__anchor.is-active, .utility-nav__options__anchor:hover, .utility-nav__options__anchor:active {
  opacity: 1;
}

.utility-nav__options__anchor.is-active img, .utility-nav__options__anchor:hover img, .utility-nav__options__anchor:active img {
  filter: grayscale(0);
}

/**
 *
 * Header
 *
 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: transform .4s ease;
  z-index: 5;
  min-width: 320px;
}

.header.is-below-header {
  transform: translateY(-100%);
}

.header.is-fixed {
  position: fixed;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 970px) {
  .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 58px;
    overflow: hidden;
    -ms-overflow-style: none;
    transition-duration: .2s;
    transition-easing-function: ease;
    transition-property: transform, height;
  }
  .header.is-fixed {
    transform: translateY(0) !important;
  }
  .header.is-active {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
  }
}

.header__wrapper {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 970px) {
  .header__wrapper {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .header__wrapper {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1240px;
  }
}

@media (max-width: 1023px) {
  .header__wrapper {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1240px;
  }
}

@media (max-width: 970px) {
  .header__utility {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  margin-top: -15px;
  background-color: #ffffff;
  pointer-events: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  transform: translateX(20vw);
}

.header__dropdown.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.header__dropdown.is-visible.is-not-morphing {
  transition-property: opacity;
}

@media (max-width: 970px) {
  .header__dropdown {
    display: none;
  }
}

.header__dropdown__content {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header__dropdown__content__item {
  display: none;
  overflow: hidden;
}

.header__dropdown__content__item.is-visible {
  display: block;
}

.header__dropdown__content__item--features {
  width: 830px;
}

.header__dropdown__content__item--customers {
  width: 394px;
}

.header__dropdown__cover {
  position: absolute;
  height: 9px;
  width: 48.79518%;
  width: calc(50% - 10px);
  top: -1px;
  background-color: #ffffff;
  border-bottom: 1px solid #E9EEF1;
  pointer-events: none;
  z-index: 3;
}

.header__dropdown__cover::before, .header__dropdown__cover::after {
  content: " ";
  position: absolute;
  top: 0;
  background-color: #ffffff;
}

.header__dropdown__cover::before {
  height: 100%;
  width: 20px;
}

.header__dropdown__cover::after {
  height: 14px;
  width: 13px;
  background-color: #ffffff;
}

.header__dropdown__cover--left {
  left: 0;
}

.header__dropdown__cover--left::before {
  left: 0;
  transform: translate(-98%);
}

.header__dropdown__cover--left::after {
  right: -11px;
  transform: rotate(54deg);
  transform-origin: top right;
  border-right: 1px solid #E9EEF1;
}

.header__dropdown__cover--right {
  right: 0;
}

.header__dropdown__cover--right::before {
  right: 0;
  transform: translateX(98%);
}

.header__dropdown__cover--right::after {
  left: -11px;
  transform: rotate(-54deg);
  transform-origin: top left;
  border-left: 1px solid #E9EEF1;
}

/**
 *
 *  Header Minimal
 *
 *     A minimal version of our header. They're both unique enough to warrant
 *     a separate object here.
 *
 */
.header-minimal {
  width: 100%;
  padding: 23px 0;
}

.header-minimal__inner {
  position: relative;
}

.header-minimal__logo {
  display: block;
  width: 120px;
}

@media (min-width: 971px) {
  .header-minimal__logo {
    width: 140px;
  }
}

.header-minimal__link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 970px) {
  .header-minimal__link {
    display: none;
  }
}

/**
 *
 * Footer
 *
 *   The footer has some non-standard grid-like functionality requiring some of
 *   its own layout styles here.
 *
 */
.footer {
  padding-top: 64px;
  padding-bottom: 10px;
}

.footer .footer__text {
  padding: 0 20px 20px 0;
  font-size: 15px;
}

.footer .footer__text p {
  padding-bottom: 1em;
}

@media (min-width: 971px) {
  .footer__foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.footer__list {
  font-size: 15px;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (max-width: 970px) {
  .footer__foot__item--social {
    margin-bottom: 40px;
  }
}

@media (min-width: 971px) {
  .footer__foot__item--social {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media (min-width: 971px) {
  .footer__foot__item--small {
    margin-right: 20px;
  }
}

@media (max-width: 970px) {
  .footer__foot__item--links {
    margin-bottom: 20px;
  }
}

@media (min-width: 971px) {
  .footer__foot__item--links {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 80px;
  }
}

.ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ticker::before, .ticker::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

a:hover .ticker::before, a:hover .ticker::after {
  background: linear-gradient(to right, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
}

.ticker::before {
  left: -1px;
}

.ticker::after {
  right: -1px;
  transform: rotate(180deg);
}

.ticker__inner {
  overflow: hidden;
  width: 1000%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ticker__inner__item {
  display: inline-block;
  width: 100px;
  padding-right: 20px;
}

.ticker__inner__item img {
  width: 100%;
}

.ticker__inner__item svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 16px 0 22px;
  max-height: 80px;
}

.ticker__inner__item svg * {
  opacity: 1;
  fill: #878E97;
}

.hamburger {
  position: relative;
  display: block;
  height: 17px;
  width: 24px;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 99em;
  background-color: #2f353e;
  top: 7px;
  left: 0;
  transition: all 0.1s ease;
}

.is-active .hamburger__line {
  opacity: 0;
}

.hamburger__line:first-child {
  top: 0;
}

.is-active .hamburger__line:first-child {
  opacity: 1;
  top: 7px;
  transform: rotate(45deg);
}

.hamburger__line:last-child {
  bottom: 0;
  top: auto;
}

.is-active .hamburger__line:last-child {
  opacity: 1;
  bottom: 7px;
  transform: rotate(-45deg);
}

.meta-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #E9EEF1;
}

@media (min-width: 781px) {
  .meta-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (min-width: 781px) {
  .meta-bar__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.meta-bar__content__item {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 780px) {
  .meta-bar__content__item + .meta-bar__content__item {
    margin-top: 20px;
  }
}

.notification {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #E9EEF1;
  z-index: 20;
  transition: all 0.4s ease;
  transition-delay: 4s;
}

.notification.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s;
}

.notification__inner {
  position: relative;
  padding: 0 20px;
}

.notification__inner__close {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translate(50%, -50%);
}

.sub-nav ul {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.sub-nav ul li {
  padding: 0 20px;
}

.sub-nav ul li a.active {
  color: #1ab6e8;
  border-bottom: 2px solid #1ab6e8;
}

@media (max-width: 780px) {
  .sub-nav ul {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: left;
        align-items: left;
  }
  .sub-nav ul li {
    width: 100%;
  }
  .sub-nav ul li a {
    border-bottom: 2px solid #2f353e;
  }
  .sub-nav ul li a .active {
    color: #1ab6e8;
    border-bottom: 2px solid #1ab6e8;
  }
  .sub-nav ul li a:hover {
    color: #1ab6e8;
    border-bottom: 2px solid #1ab6e8;
  }
}

.sub-nav .arrow__arrow {
  float: right;
  transform: rotate(0.25turn);
}

.sub--section .heading, .sub--section .user-content h1, .user-content .sub--section h1, .sub--section .user-content h2, .user-content .sub--section h2, .sub--section .user-content h3, .user-content .sub--section h3, .sub--section .user-content h4, .user-content .sub--section h4, .sub--section .user-content h5, .user-content .sub--section h5, .sub--section .user-content h6, .user-content .sub--section h6 {
  display: inline-block;
}

.sub--section hr {
  width: 100%;
}

.sub--section[data-scroll-class] .arrow__arrow,
.sub--section[data-scroll-class].is-in-view .arrow__arrow {
  float: right;
  transform: rotate(0.75turn);
  opacity: 1;
}

.sub--section .sub--section-list__item__hr {
  transform: scaleX(0);
  transform-origin: left;
  transition: all .4s ease;
  transition-delay: .8s;
}

.sub--section[data-scroll-class].is-in-view .sub--section-list__item__hr {
  transform: scaleX(1);
}

.nav-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.nav-sticky.is-stuck {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  transform: translateY(72px);
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 780px) {
  .nav-sticky {
    position: relative;
  }
  .nav-sticky.is-stuck {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
}

/**
 *
 * Headings
 *
 */
.heading, .user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
}

.heading--1, .user-content h1, .user-content .heading--1 {
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.04545;
  letter-spacing: -3.5px;
  text-transform: none;
}

@media (min-width: 781px) {
  .heading--1, .user-content h1, .user-content .heading--1 {
    font-size: 100px;
  }
}

@media (min-width: 1025px) {
  .heading--1, .user-content h1, .user-content .heading--1 {
    font-size: 132px;
  }
}

@media (max-height: 900px) and (min-width: 780px) {
  .heading--1, .user-content h1, .user-content .heading--1 {
    font-size: 100px;
  }
}

.heading--2, .user-content h2, .user-content .heading--2 {
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -3.5px;
  text-transform: none;
}

@media (min-width: 1025px) {
  .heading--2, .user-content h2, .user-content .heading--2 {
    font-size: 84px;
  }
}

@media (min-width: 781px) {
  .heading--2, .user-content h2, .user-content .heading--2 {
    font-size: 100px;
  }
}

.heading--3, .user-content h3, .user-content .heading--3 {
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.02778;
  letter-spacing: -1.2px;
  text-transform: none;
}

@media (min-width: 781px) {
  .heading--3, .user-content h3, .user-content .heading--3 {
    font-size: 72px;
  }
}

.heading--4, .user-content h4, .user-content .heading--4 {
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.03333;
  letter-spacing: -1.2px;
  text-transform: none;
}

@media (min-width: 781px) {
  .heading--4, .user-content h4, .user-content .heading--4 {
    font-size: 60px;
  }
}

.heading--5, .user-content h5, .user-content .heading--5 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heading--6, .user-content h6, .user-content .heading--6 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.27273;
  letter-spacing: inherit;
  text-transform: none;
}

/**
 *
 * User Content
 *
 *   This class is meant to be added to anything that prints out the value of
 *   a WYSIWYG editor. All available WYSIWYG elements should be styled
 *   contextually within this .user-content class.
 *
 */
.user-content {
  /**
   *
   * Global
   *
   */
  /**
   *
   * Links
   *
   */
  /**
   *
   * Blockquote
   *
   */
  /**
   *
   * Images
   *
   */
  /**
   *
   * Headings
   * Heading classes are repeated here for higher precedence
   *
   */
  /**
   *
   * Lists
   *
   */
  /**
   *
   * Horizontal Rule
   *
   */
  /**
   *
   * Text Styles
   *
   */
  /**
   *
   * Tables
   *
   */
}

.user-content p,
.user-content > ul,
.user-content > ol,
.user-content > dl,
.user-content table,
.user-content pre,
.user-content blockquote,
.user-content hr,
.user-content h1, .user-content h2, .user-content h3, .user-content h4,
.user-content img.aligncenter,
.user-content img.alignnone,
.user-content .wp-caption {
  margin-bottom: 30px;
}

.user-content h5, .user-content h6, .user-content blockquote p:last-of-type {
  margin-bottom: 15px;
}

.user-content > *:last-child {
  margin-bottom: 0;
}

.user-content p.with--text-nomargin,
.user-content div.with--text-nomargin,
.user-content blockquote.with--text-nomargin {
  margin: 0;
}

.user-content p.with--text-nomargin-last p:last-of-type,
.user-content div.with--text-nomargin-last p:last-of-type,
.user-content blockquote.with--text-nomargin-last p:last-of-type {
  margin: 0;
}

.user-content a {
  color: #1ab6e8;
  font-weight: normal;
  border-bottom: 1px solid #1ab6e8;
  transition-property: color, border-color;
  transition: all 0.1s ease;
}

.user-content a:hover, .user-content a:active {
  color: #1ab6e8;
  border-bottom-color: #1ab6e8;
}

.user-content blockquote p {
  font-size: 32px;
  color: #8DB4C9;
  font-weight: 300;
}

.user-content blockquote cite {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.27273;
  font-weight: bold;
}

.user-content img {
  max-width: 100% !important;
}

@media (max-width: 780px) {
  .user-content img {
    display: block;
    float: none;
  }
}

.user-content .size-large,
.user-content .size-medium,
.user-content .size-thumbnail {
  width: 100% !important;
  height: auto !important;
}

.user-content .size-medium {
  max-width: 250.8px !important;
}

.user-content .size-thumbnail {
  max-width: 190px !important;
}

.user-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 781px) {
  .user-content img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 781px) {
  .user-content img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .user-content img.alignright,
  .user-content img.alignleft {
    margin-bottom: 20px;
  }
}

@media (min-width: 781px) {
  .user-content p > img.alignleft,
  .user-content p > img.alignright {
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .user-content p > img.alignleft,
  .user-content p > img.alignright {
    margin-top: 20px;
  }
}

.user-content .wp-caption {
  width: auto !important;
}

.user-content .wp-caption a {
  display: block;
  border: 0;
  padding: 0;
}

.user-content .wp-caption img {
  margin-bottom: 18px;
}

.user-content .wp-caption-text {
  margin: 0;
  font-size: 14px;
}

.user-content .wp-caption-text::before {
  content: ' ';
  display: block;
  margin-bottom: 12px;
  height: 5px;
  width: 25px;
  background-color: #C0D4E5;
}

@media (min-width: 781px) {
  .user-content .wp-caption-text {
    position: relative;
    padding-left: 35px;
  }
  .user-content .wp-caption-text::before {
    position: absolute;
    left: 0;
    top: 0;
    top: 7px;
  }
}

.user-content ul li + li,
.user-content ol li + li {
  margin-top: .8em;
}

.user-content ul li ul,
.user-content ul li ol,
.user-content ol li ul,
.user-content ol li ol {
  margin-top: .8em;
}

.user-content ul li {
  padding-left: 25px;
  position: relative;
}

.user-content ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 11px;
  height: 10px;
  width: 10px;
  background-color: #1ab6e8;
}

.user-content ol {
  padding-left: 25px;
}

.user-content ol li {
  list-style: decimal;
  padding-left: 5px;
}

.user-content dt {
  font-size: 18px;
  line-height: 1.27273;
  font-weight: bold;
}

.user-content dd {
  margin-left: 25px;
}

.user-content dd + dt {
  margin-top: .8em;
}

.user-content hr {
  width: 100px;
  height: 5px;
  border: 0;
  text-align: left;
  background-color: #1ab6e8;
}

.user-content hr.hr--centered {
  margin-left: auto;
  margin-right: auto;
}

.user-content b, .user-content strong {
  font-weight: bold;
}

.user-content i, .user-content em {
  font-style: italic;
}

.user-content u {
  text-decoration: underline;
}

.user-content mark {
  background-color: #F6A623;
}

.user-content small,
.user-content abbr {
  font-size: 18px;
}

.user-content abbr {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user-content kbd,
.user-content code,
.user-content pre {
  font-family: monospace;
}

.user-content pre {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.user-content table {
  width: 100%;
  font-size: 18px;
  overflow-x: auto;
  border-bottom: 1px solid #E9EEF1;
}

.user-content th {
  padding: 10px;
  background-color: #2f353e;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  border-right: 1px solid #ffffff;
}

.user-content th:last-child {
  border-right-color: #2f353e;
}

.user-content tfoot th {
  background-color: #eeeeee;
  color: #2f353e;
  border-right: 1px solid #E9EEF1;
}

.user-content tfoot th:first-child {
  border-left: 1px solid #E9EEF1;
}

.user-content tfoot th:last-child {
  border-right-color: #E9EEF1;
}

.user-content td {
  padding: 10px;
  border: 1px solid #E9EEF1;
}

.user-content--large p,
.user-content--large > ul,
.user-content--large > ol,
.user-content--large > dl,
.user-content--large table,
.user-content--large pre,
.user-content--large blockquote,
.user-content--large hr,
.user-content--large h1, .user-content--large h2, .user-content--large h3, .user-content--large h4,
.user-content--large img.aligncenter,
.user-content--large img.alignnone,
.user-content--large .wp-caption {
  margin-bottom: 60px;
}

.user-content--large h5, .user-content--large h6, .user-content--large blockquote p:last-of-type {
  margin-bottom: 30px;
}

/**
 *
 * Anchor
 *
 *   All "normal" anchor styles will be handled here. Any anchor style that
 *   doesn't share 1 or more values with the base object should be a new
 *   individual object.
 *
 */
.anchor {
  font-weight: bold;
  transition: color 0.1s ease;
}

.anchor:hover, .anchor:active {
  color: #1ab6e8;
}

.anchor--simple {
  font-weight: inherit;
  transition-property: color;
}

.anchor--simple:hover, .anchor--simple:active {
  color: #1ab6e8;
}

.anchor--standard {
  color: #1ab6e8;
  font-weight: normal;
  border-bottom: 1px solid #1ab6e8;
  transition-property: color, border-color;
}

.anchor--standard:hover, .anchor--standard:active {
  color: #1ab6e8;
  border-bottom-color: #1ab6e8;
}

.icon-anchor {
  line-height: 1;
}

@media (max-width: 780px) {
  .icon-anchor {
    position: relative;
  }
}

.icon-anchor__icon,
.icon-anchor__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.1s ease;
}

.icon-anchor__icon {
  opacity: .6;
  margin-right: 10px;
}

@media (max-width: 780px) {
  .icon-anchor__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
}

.icon-anchor__icon svg {
  display: block;
}

.icon-anchor__icon path, .icon-anchor__icon polygon {
  transition: all 0.1s ease;
}

.icon-anchor:hover .icon-anchor__icon {
  opacity: 1;
}

.icon-anchor:hover .icon-anchor__icon path, .icon-anchor:hover .icon-anchor__icon polygon {
  fill: #1ab6e8;
}

@media (max-width: 780px) {
  .icon-anchor__text {
    padding-left: 40px;
  }
}

.icon-anchor:hover .icon-anchor__text {
  color: #1ab6e8;
}

/**
 *
 *  Arrow
 *
 *    Anchor style when an arrow accompanies it. Underlines with arrow movement
 *    on hover.
 *
 */
.arrow {
  font-weight: bold;
  line-height: 1;
}

.arrow__text,
.arrow__arrow {
  display: inline;
  will-change: transform;
}

.arrow__text {
  font-size: 18px;
  transition: color 0.1s ease;
}

.arrow:hover .arrow__text {
  color: #e6e6e6;
}

.arrow--dark:hover .arrow__text {
  color: #191c21;
}

.arrow__arrow {
  display: inline-block;
  margin-left: 10px;
  transform: translate(0px, 3px);
  transition: all 0.2s ease;
}

[data-scroll-class].is-in-view .arrow:hover .arrow__arrow,
.arrow:hover .arrow__arrow {
  transform: translate(6px, 3px);
}

[data-scroll-class] .arrow__arrow {
  opacity: 0;
  transform: translate(-10px, 3px);
}

[data-scroll-class].is-in-view .arrow__arrow {
  opacity: 1;
  transform: translate(0px, 3px);
}

/**
 *
 * Testimonial Grid
 *
 *   Adapted from _animate.scss
 *   Controls animations for multiple elements at once with no staggered delay
 *
 */
.has-js .grid--loadmore .with--initially-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.has-js .grid--loadmore.all-active .with--initially-hidden {
  transform: translateY(30px);
  opacity: 1;
}

/**
 *
 * SVG Anchor
 *
 *   Used to highlight the path element in SVGs on hover.
 *   (see: footer social icons)
 *
 */
.svg-anchor {
  line-height: 0;
  display: block;
}

.svg-anchor path {
  fill: #2f353e;
  transition: fill 0.1s ease;
}

.svg-anchor:hover path, .svg-anchor:active path {
  fill: #1ab6e8;
}

/**
 *
 * Homepage Hero (poster)
 *
 *   Named "poster" to not be confused with the Hero CTA module.
 *
 */
.poster {
  position: relative;
  overflow: hidden;
}

@media (max-width: 890px) {
  .poster {
    padding-top: 40px;
    padding-bottom: 48px;
    background-image: none !important;
  }
}

@media (min-width: 891px) {
  .poster {
    height: 75vh;
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease;
  }
  .poster.is-in-view {
    opacity: 1;
  }
}

.poster__content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .poster__content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1240px;
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: .9s;
  }
  .is-in-view .poster__content {
    opacity: 1;
  }
}

@media (min-width: 891px) {
  .poster__content {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translateX(-50%);
  }
  .poster__content::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    transform: translateX(-100%);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .poster__content::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72.5%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
  }
}

@media (min-width: 891px) {
  .poster__content__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 890px) {
  .poster__content__wrapper {
    margin-bottom: 60px;
    max-width: 640px;
  }
}

@media (min-width: 891px) {
  .poster__content__wrapper {
    position: relative;
    height: 100%;
    width: 58.33333%;
  }
}

@media (min-width: 891px) {
  .poster__content__wrapper__text {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 40px 0 0;
    transform: translateY(-55%);
  }
}

@media (min-width: 891px) {
  .poster__content__customer {
    position: absolute;
    bottom: 36px;
    left: 72.5%;
    width: 100%;
    max-width: 210px;
    padding-left: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 1.8s;
  }
  .is-in-view .poster__content__customer {
    opacity: 1;
  }
}

.poster__content__customer__text {
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 891px) {
  .poster__content__customer__text {
    margin-bottom: 10px;
    color: #ffffff;
  }
}

.poster__content__customer__logo svg * {
  opacity: 1;
  fill: #2f353e;
}

@media (min-width: 891px) {
  .poster__content__customer__logo svg * {
    opacity: 1;
    fill: #ffffff;
  }
}

@media (max-width: 890px) {
  .poster__content__customer__logo__single {
    display: none;
  }
}

.poster__content__customer__logo__single .logo > svg {
  max-width: none;
  width: auto;
}

@media (min-width: 891px) {
  .poster__content__customer__logo__slider {
    display: none;
  }
}

.poster__content__customer__logo__slider .logo--customer-hero.slick-slide svg,
.poster__content__customer__logo__slider .logo--customer-hero.slick-slide img {
  height: 40px;
}

.poster__content__customer__logo__slider .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}

.poster__animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.is-in-view .poster__animate {
  opacity: 1;
  transform: translateY(0);
}

.poster__animate--subhead {
  transition-delay: 1s;
}

.poster__animate--headline {
  transition-delay: 1.1s;
}

.poster__animate--buttons {
  transition-delay: 1.2s;
}

/**
 *
 * Hero CTA Module
 *
 */
.hero {
  padding-top: 100px;
  padding-bottom: 106px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.hero.with--bg-video {
  overflow: hidden;
  position: relative;
}

@media (min-width: 780px) {
  .hero.with--bg-video {
    background: transparent;
  }
}

@media (min-width: 780px) {
  .hero.with--bg-video__overlay {
    background: rgba(0, 0, 0, 0.25);
  }
}

.hero table.table.table--four td {
  padding: 10px 30px 10px 30px;
}

.hero.with--bg-light-grey table.table.table--four td, .hero.with--bg-white table.table.table--four td {
  border: 1px solid #2f353e;
}

.hero__headline,
.hero__body,
.hero__anchor,
.hero_table {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.is-in-view .hero__headline, .is-in-view
.hero__body, .is-in-view
.hero__anchor, .is-in-view
.hero_table {
  opacity: 1;
  transform: translateY(0);
}

.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

@media (max-width: 779px) {
  .hero__video {
    display: none;
  }
}

.hero__headline {
  margin-bottom: 30px;
}

.hero__body {
  margin-bottom: 50px;
  transition-delay: .1s;
}

.hero__anchor {
  transition-delay: .2s;
}

.hero__anchor + .hero__anchor {
  margin: 20px 0 0;
}

@media (min-width: 781px) {
  .hero__anchor {
    display: inline-block;
  }
  .hero__anchor + .hero__anchor {
    margin: 0 0 0 20px;
  }
}

/**
 *
 * List Horizontal
 *
 *   Vertical list styles. Future styles could contain bulleted, numbered,
 *   and vertical list styles triggered by breakpoints (see _list-vertical.scss).
 *
 */
.list-vertical > li {
  line-height: 1.2;
}

.list-vertical > li + li {
  margin-top: 12px;
}

/**
 *
 * List Horizontal
 *
 *   Horizontal list styles including a standard list, vertically centered,
 *   and horizontal list styles triggered by breakpoints.
 *
 */
.list-horizontal > li {
  display: inline-block;
}

.list-horizontal > li + li {
  margin-left: 20px;
}

.list-horizontal--middle {
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .list-horizontal--after-hand > li {
    display: block;
  }
  .list-horizontal--after-hand > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

.logo-parade {
  padding-top: 35px;
  padding-bottom: 5px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1024px) {
  .logo-parade {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .logo-parade {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.logo-parade .grid-list {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.logo-parade .grid-list__item {
  padding: 10px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 50%;
}

@media (min-width: 421px) {
  .logo-parade .grid-list__item {
    width: 33.33333%;
  }
  .logo-parade .grid-list__item:first-child:nth-last-child(4),
  .logo-parade .grid-list__item:first-child:nth-last-child(4) ~ li {
    width: auto;
  }
}

@media (min-width: 1025px) {
  .logo-parade .grid-list__item {
    padding: 0;
    margin-bottom: 0;
    width: auto;
  }
}

.logo-parade__item {
  display: inline-block;
  max-width: 80px;
  transition: all 0.4s ease;
}

.has-js [data-scroll-class] .logo-parade__item {
  opacity: 0;
}

.has-js [data-scroll-class].is-in-view .logo-parade__item {
  opacity: 1;
}

@media (min-width: 1025px) {
  .logo-parade__item {
    margin-bottom: 0;
    max-width: 100px;
  }
}

.logo-parade__item .logo-parade__image {
  width: 100%;
}

.logo-parade__item.logo-parade__item--svg {
  max-width: 100%;
  padding: 0 20px;
}

.logo-parade__item svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.logo-parade__item svg * {
  opacity: 1;
  fill: #101f31;
}

.logo-parade__item.logo-parade__item--investor svg * {
  opacity: 1;
  fill: #8DB4C9;
}

li:nth-child(2) .logo-parade__item {
  transition-delay: .05s;
}

li:nth-child(3) .logo-parade__item {
  transition-delay: .1s;
}

li:nth-child(4) .logo-parade__item {
  transition-delay: .15s;
}

li:nth-child(5) .logo-parade__item {
  transition-delay: .2s;
}

li:nth-child(6) .logo-parade__item {
  transition-delay: .25s;
}

.two-column-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .two-column-list {
    padding-top: 80px;
  }
}

.two-column-list__header {
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 781px) {
  .two-column-list__header {
    margin-bottom: 70px;
  }
}

.two-column-list__item {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .two-column-list__item {
    max-width: 500px;
  }
}

@media (min-width: 781px) {
  .two-column-list__item {
    margin-bottom: 70px;
  }
}

.two-column-list__item::before, .two-column-list__item::after {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 5px;
  pointer-events: none;
  background-color: #1ab6e8;
  transition: all 0.1s ease;
}

.two-column-list__item.is-open::before, .two-column-list__item.is-open::after {
  background-color: #1ab6e8;
}

.two-column-list__item::before {
  top: 9px;
  left: 0;
}

@media (min-width: 781px) {
  .two-column-list__item::before {
    transform-origin: left;
    transform: scaleX(0);
    transition-duration: .6s;
    transition-delay: .6s;
  }
  .is-in-view .two-column-list__item::before {
    transform: scaleX(1);
  }
}

.two-column-list__item::after {
  top: 9px;
  left: 0;
  transform: rotate(-90deg);
}

@media (min-width: 781px) {
  .two-column-list__item::after {
    display: none;
  }
}

.two-column-list__item.is-open::after {
  transform: rotate(0deg);
}

.two-column-list__item__head {
  padding-left: 40px;
}

@media (max-width: 780px) {
  .two-column-list__item__head {
    cursor: pointer;
  }
}

@media (min-width: 781px) {
  .two-column-list__item__head {
    margin-bottom: 18px;
  }
}

.has-js .two-column-list__item__body {
  padding-left: 40px;
}

@media (max-width: 780px) {
  .has-js .two-column-list__item__body {
    overflow: hidden;
  }
}

@media (min-width: 781px) {
  .has-js .two-column-list__item__body {
    height: auto !important;
  }
}

@media (max-width: 780px) {
  .two-column-list__item__body__inner {
    padding-top: 18px;
  }
}

.three-column-list {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .three-column-list {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (max-width: 780px) {
  .three-column-list .grid.three__feature__caption {
    position: relative;
    height: 100%;
    min-height: 120px;
  }
  .three-column-list .grid.three__feature__caption.with--slideshow {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .three-column-list .grid.three__feature__caption.with--slideshow .grid__item {
    -ms-grid-row: 1;
        grid-row: 1;
    -ms-grid-column: 1;
        grid-column: 1;
  }
}

.three-column-list__header {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 781px) {
  .three-column-list__header {
    margin-bottom: 70px;
  }
}

.three-column-list__media {
  margin-bottom: 50px;
}

.three-column-list__media .slideshow .slideshow--slide .play {
  display: none;
}

.three-column-list__media .slideshow .slideshow--slide.active .play {
  display: block;
}

.three-column-list__media picture img {
  margin: 0 auto;
}

@media (min-width: 781px) {
  .three-column-list__media {
    margin-bottom: 80px;
  }
}

.three-column-list__item {
  position: relative;
}

@media (max-width: 780px) {
  .three-column-list__item {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}

.three-column-list__item__head {
  margin-bottom: 18px;
}

.three-column-list__item__hr {
  margin-bottom: 21px;
  transform: scaleX(0);
  transform-origin: left;
}

.is-in-view .three-column-list__item__hr {
  transform: scaleX(1);
  transition: all 0.4s ease;
  transition-delay: .8s;
}

@media (max-width: 780px) {
  .three-column-list__wrap {
    -ms-grid-row: 1;
        grid-row: 1;
    -ms-grid-column: 1;
        grid-column: 1;
    visibility: hidden;
    opacity: 0;
  }
  .three-column-list__wrap.is-in-view {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease;
  }
  .three-column-list__wrap .three-column-list__item {
    width: 100%;
  }
}

.three-column-row {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .three-column-row {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.three-column-row__header {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 781px) {
  .three-column-row__header {
    margin-bottom: 70px;
  }
}

.three-column-row__media {
  margin-bottom: 10px;
  text-align: center;
}

.three-column-row__media img {
  margin: 0 auto;
  max-height: 125px;
}

@media (min-width: 781px) {
  .three-column-row__media {
    margin-bottom: 20px;
  }
}

.three-column-row__item {
  position: relative;
}

@media (max-width: 780px) {
  .three-column-row__item {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}

.three-column-row__item__head {
  margin-bottom: 18px;
}

@media (max-width: 780px) {
  .three-column-row__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .three-column-row__wrap.is-in-view {
    visibility: visible;
    opacity: 1;
    transition: 0.6s all ease;
  }
  .three-column-row__wrap .three-column-row__item {
    width: 100%;
  }
}

.hr {
  display: block;
  width: 100px;
  height: 5px;
  text-align: left;
  background-color: #1ab6e8;
}

.feature-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .feature-grid-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.feature-grid {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #E9EEF1;
  max-width: 830px;
  margin: 0 auto;
}

@media (min-width: 781px) {
  .feature-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.feature-grid__item {
  position: relative;
  padding: 18px 24px 20px 71px;
  border-bottom: 1px solid #E9EEF1;
  transition: all 0.1s ease;
}

.feature-grid__item:focus, .feature-grid__item:hover {
  background-color: #eeeeee;
}

@media (max-width: 780px) {
  .feature-grid__item {
    display: block;
  }
}

@media (min-width: 781px) {
  .feature-grid__item {
    width: 50%;
    padding: 32px 50px 32px 100px;
  }
  .feature-grid__item:nth-child(even) {
    border-left: 1px solid #E9EEF1;
  }
  .feature-grid__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (min-width: 781px) {
  .feature-grid__item__anchor__head {
    margin-bottom: 8px;
  }
}

.feature-grid__item__anchor__icon {
  position: absolute;
}

@media (max-width: 780px) {
  .feature-grid__item__anchor__icon {
    left: 24px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
  }
}

@media (min-width: 781px) {
  .feature-grid__item__anchor__icon {
    left: 45px;
    top: 32px;
  }
}

.nav-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E9EEF1;
  border-top: 0;
}

.nav-grid__item {
  font-size: 18px;
  transition: background-color 0.1s ease;
}

.nav-grid__item:hover, .nav-grid__item:active {
  background-color: #eeeeee;
}

.nav-grid__item--primary {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9EEF1;
}

.nav-grid__item--primary__content {
  padding: 47px 40px 20px;
}

.nav-grid__item--secondary {
  width: 50%;
  padding: 20px;
  text-align: center;
}

.nav-grid__item--secondary.single {
  width: 100%;
}

.nav-grid__item--secondary + .nav-grid__item--secondary {
  border-left: 1px solid #E9EEF1;
}

.alternating-row__animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.is-in-view .alternating-row__animate {
  opacity: 1;
  transform: translateY(0);
}

/**
 *
 * Listing
 *
 *   Listing module for in-the-news, news feed, etc.
 *
 *   One extension is available .listing--reverse-below-hand to reverse the order
 *   of the logo+date and content on mobile (used on in-the-news).
 *
 */
@media (max-width: 780px) {
  .listing {
    font-size: 18px;
  }
}

.listing__item + .listing__item {
  margin-top: 20px;
}

@media (max-width: 780px) {
  .listing__item {
    position: relative;
    padding-bottom: 20px;
  }
  .listing__item::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #E9EEF1;
    width: 100px;
  }
}

@media (min-width: 781px) {
  .listing__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .listing__item + .listing__item {
    margin-top: 30px;
  }
}

@media (min-width: 781px) {
  .listing__item__meta {
    position: relative;
    text-align: right;
    width: 21%;
    padding-bottom: 30px;
  }
  .listing__item__meta::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    background-color: #E9EEF1;
    width: 100px;
  }
  .listing__item:last-child .listing__item__meta::before {
    display: none;
  }
  [data-scroll-class] .listing__item__meta::before {
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.1s ease;
  }
  .is-in-view .listing__item__meta::before {
    transform: scaleX(1);
  }
  .listing__item:nth-child(2) .listing__item__meta::before {
    transition-delay: .05s;
  }
  .listing__item:nth-child(3) .listing__item__meta::before {
    transition-delay: .1s;
  }
  .listing__item:nth-child(4) .listing__item__meta::before {
    transition-delay: .15s;
  }
  .listing__item:nth-child(5) .listing__item__meta::before {
    transition-delay: .2s;
  }
  .listing__item:nth-child(6) .listing__item__meta::before {
    transition-delay: .25s;
  }
  .listing__item:nth-child(7) .listing__item__meta::before {
    transition-delay: .3s;
  }
  .listing__item:nth-child(8) .listing__item__meta::before {
    transition-delay: .35s;
  }
  .listing__item:nth-child(9) .listing__item__meta::before {
    transition-delay: .4s;
  }
  .listing__item:nth-child(10) .listing__item__meta::before {
    transition-delay: .45s;
  }
}

.listing__item__meta__image {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .listing__item__meta__image {
    margin-right: 8px;
  }
}

@media (min-width: 781px) {
  .listing__item__meta__image {
    display: block;
    line-height: 1;
  }
}

@media (min-width: 781px) {
  .listing__item__content {
    width: calc(79% - 40px);
    margin-left: 40px;
    padding-bottom: 30px;
    border-bottom: 5px solid #E9EEF1;
  }
  .listing__item:last-child .listing__item__content {
    border-bottom: 0;
  }
}

.listing--reverse-below-hand .listing__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 780px) {
  .listing--reverse-below-hand .listing__item__meta,
  .listing--reverse-below-hand .listing__item__content {
    width: 100%;
  }
  .listing--reverse-below-hand .listing__item__meta {
    -ms-flex-order: 1;
        order: 1;
  }
  .listing--reverse-below-hand .listing__item__content {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 10px;
  }
}

/**
 *
 *   Overlap
 *
 *     Overlapping content used for learn more.
 */
.overlap {
  margin-bottom: 118px;
  background-color: #2f353e;
}

@media (min-width: 781px) {
  .overlap {
    background: url("../images/learn-more-bg.jpg") #2f353e no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 780px) {
  .overlap__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 781px) {
  .overlap__content {
    position: relative;
    bottom: -78px;
  }
}

.overlap__content__head {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 781px) {
  .overlap__content__head {
    margin-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .overlap__content__body {
    max-width: 500px;
    margin: 0 auto;
  }
}

/**
 *
 *    Alternative Overlap
 *
 *     Different enough from .overlap to require its own object here.
 *     Combining some features similar to the .sandwich layout object. These
 *     are all currently tailored towards the leadership module but may be broken
 *     out into individual components later if the need arises.
 *
 */
.overlap-alt {
  padding-top: 80px;
}

.overlap-alt__head {
  text-align: center;
  margin-bottom: 100px;
}

@media (min-width: 781px) {
  .overlap-alt__head {
    margin-bottom: 130px;
  }
}

@media (min-width: 1025px) {
  .overlap-alt__head {
    margin-bottom: 170px;
  }
}

.overlap-alt__body {
  background-color: #101f31;
  color: #ffffff;
}

.overlap-alt__body__inner {
  transform: translateY(-78px);
}

.overlap-alt__body__inner__list {
  margin-bottom: 60px;
}

/**
 *
 *   Block
 *
 *     Block anchor style for learn more, events, honors. This is usually
 *     contained in a grid layout, but assumes 100% width as an individual
 *     object.
 *
 */
.block {
  position: relative;
  display: block;
  height: 100%;
  background-color: #E9EEF1;
}

.block::before, .block::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 83.33333%;
  height: 5px;
  background-color: #1ab6e8;
  transform: translateX(-50%);
  transform-origin: left;
  transition: all 0.34s ease;
}

.block::after {
  background-color: #1ab6e8;
  transform: translateX(-50%) scaleX(0);
}

.with--no-touchevents .block:hover::after, .block:active::after {
  transform: translateX(-50%) scaleX(1);
}

.block--white {
  background-color: #ffffff;
}

.block__inner {
  padding: 35px 30px 98px;
}

@media (min-width: 781px) {
  .block__inner {
    padding: 40px 30px 108px;
  }
}

@media (min-width: 1025px) {
  .block__inner {
    padding: 50px 30px 108px;
  }
}

.block__inner__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .block__inner__meta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.block__inner__meta__date {
  width: 100%;
}

@media (max-width: 1024px) {
  .block__inner__meta__date {
    margin-bottom: 20px;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media (min-width: 1025px) {
  .block__inner__meta__date {
    width: 66.66667%;
  }
}

.block__inner__meta__image {
  width: 100%;
}

@media (max-width: 1024px) {
  .block__inner__meta__image {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .block__inner__meta__image {
    text-align: right;
    width: 33.33333%;
  }
}

.block__inner__logo {
  margin-bottom: 20px;
}

.block__button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  transition: all 0.34s ease;
}

.block__button::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1ab6e8;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 1;
  transition: all 0.34s ease;
}

.with--no-touchevents .block:hover .block__button,
.block:active .block__button {
  color: #ffffff;
}

.with--no-touchevents .block:hover .block__button path,
.block:active .block__button path {
  fill: #ffffff;
}

.with--no-touchevents .block:hover .block__button::before,
.block:active .block__button::before {
  transform: scaleX(1);
}

.block__button__text {
  position: relative;
  z-index: 2;
}

.block__button__text svg {
  height: 1em;
  margin-left: 5px;
  vertical-align: middle;
}

.block__button__text path {
  fill: #1ab6e8;
  transition: fill 0.34s ease;
}

/**
 *
 * Map
 *
 */
.map {
  width: 100%;
  height: 400px;
}

.map__marker {
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #1ab6e8;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.map__marker::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-location-name);
  font-family: "HeroicCondensedBold", "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 20px;
  color: #2f353e;
  transform: translate3d(-45%, -110%, 0);
}

@media (max-width: 1024px) {
  .map__marker::before {
    display: none;
  }
}

.has-js [data-scroll-class] .map__marker {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.has-js [data-scroll-class].is-in-view .map__marker {
  opacity: 1;
}

.has-js [data-scroll-class] .map__marker:nth-child(2) {
  transition-delay: .05s;
}

.has-js [data-scroll-class] .map__marker:nth-child(3) {
  transition-delay: .1s;
}

.has-js [data-scroll-class] .map__marker:nth-child(4) {
  transition-delay: .15s;
}

.has-js [data-scroll-class] .map__marker:nth-child(5) {
  transition-delay: .2s;
}

.has-js [data-scroll-class] .map__marker:nth-child(6) {
  transition-delay: .25s;
}

.has-js [data-scroll-class] .map__marker:nth-child(7) {
  transition-delay: .3s;
}

.has-js [data-scroll-class] .map__marker:nth-child(8) {
  transition-delay: .35s;
}

.has-js [data-scroll-class] .map__marker:nth-child(9) {
  transition-delay: .4s;
}

.has-js [data-scroll-class] .map__marker:nth-child(10) {
  transition-delay: .45s;
}

.has-js [data-scroll-class] .map__marker:nth-child(11) {
  transition-delay: .5s;
}

.has-js [data-scroll-class] .map__marker:nth-child(12) {
  transition-delay: .65s;
}

.mapboxgl-ctrl-compass {
  display: none !important;
}

/**
 *
 *   Grid List
 *
 *     List of thirds/halves primarily for the contact module location list.
 *     Special case for logo parade
 *
 */
.grid-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-list__item, .grid-list__item__wide {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 38px;
}

@media (min-width: 421px) {
  .grid-list__item {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .grid-list__item {
    width: 33.33333%;
  }
}

@media (min-width: 681px) {
  .grid-list__item__wide {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .grid-list__item__wide {
    width: 33.33333%;
  }
}

.grid-list__item__meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/**
 *
 *   Cover
 *
 *     This is the image overlay style that triggers a modal.
 *     Only works >hand since image modals won't be necessary on mobile.
 *
 *
 */
@media (min-width: 781px) {
  .cover {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .cover::before, .cover::after {
    content: " ";
    position: absolute;
    opacity: 0;
    transition: all 0.35s ease;
  }
  .cover::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .cover::after {
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: url("../images/icons/plus.svg") no-repeat center;
    background-size: cover;
    transform: translate(-50%, -50%);
  }
  .cover:hover::before, .cover:hover::after, .cover:active::before, .cover:active::after {
    opacity: 1;
    pointer-events: initial;
  }
  .cover:hover::after, .cover:active::after {
    transition-delay: .1s;
  }
}

/**
 * Table
 */
.table td.table__label {
  font-size: 22px;
  background-color: #eeeeee;
  font-weight: bold;
  color: #2f353e;
}

.table td.table__highlight {
  background-color: #C0D4E5;
}

@media (min-width: 781px) {
  .table {
    width: 100%;
    border-bottom: 1px solid #E9EEF1;
  }
  .table th {
    padding: 22px 20px;
    background-color: #2f353e;
    color: #ffffff;
    font-weight: bold;
    border-right: 1px solid #ffffff;
  }
  .table th:last-child {
    border-right-color: #2f353e;
  }
  .table td {
    padding: 30px;
    border: 1px solid #E9EEF1;
    font-size: 18px;
  }
  .table td.table__empty,
  .table th.table__empty {
    background-color: transparent;
    color: transparent;
  }
}

@media (max-width: 780px) {
  .table {
    font-size: 18px;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table, .table thead, .table tbody, .table th, .table td, .table tr {
    display: block;
  }
  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table tr {
    margin-bottom: 60px;
  }
  .table td {
    border: none;
    position: relative;
    padding: 20px;
    border: 1px solid #E9EEF1;
  }
  .table td.table__label {
    padding: 10px 20px;
    font-size: 18px;
  }
  .table td.table__highlight {
    border-top-color: #C0D4E5;
  }
  .table td:before {
    display: block;
    font-weight: bold;
    content: attr(data-heading);
  }
}

@media (min-width: 781px) {
  .table--four th, .table--four td {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .table--six th, .table--six td {
    width: 16.6666667%;
  }
}

/**
 *
 *   Table Pricing
 *
 *       The simplified tables on pricing page. A little too different to just
 *       be an extension on .table
 *
 *       (Styled contextually since tables have specific structure that must
 *       be followed.)
 *
 */
.table-pricing {
  width: 100%;
}

@media (max-width: 780px) {
  .table-pricing, .table-pricing th, .table-pricing thead, .table-pricing tr, .table-pricing td, .table-pricing tbody {
    display: block;
  }
}

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

@media (max-width: 780px) {
  .table-pricing tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #E9EEF1;
  }
}

@media (min-width: 781px) {
  .with--no-touchevents .table-pricing tr:hover td {
    background-color: #f3f3f3;
  }
}

.table-pricing td {
  padding: 18px;
  width: 33.33333%;
  border: 1px solid #E9EEF1;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
  font-size: 18px;
  transition: background-color 0.1s ease;
}

@media (max-width: 780px) {
  .table-pricing td {
    padding-right: 10px;
    border: 0;
    border-right: 1px solid #E9EEF1;
  }
  .table-pricing td:last-child {
    border-right: 0;
  }
}

@media (min-width: 781px) {
  .table-pricing td {
    width: 25%;
  }
}

.table-pricing td:first-child {
  text-align: left;
}

@media (max-width: 780px) {
  .table-pricing td:first-child {
    width: 100%;
    text-align: center;
    background-color: #E9EEF1;
    border: 0;
  }
}

/**
 *
 *  Pricing
 *
 *     Not a very re-usable name but I think this is all specific enough
 *     to pricing that it works for now. Sub-components can be abstracted out
 *     as we need them other places.
 *
 */
.pricing {
  border-top: 24px solid #ffffff;
  background-color: #eeeeee;
}

@media (min-width: 781px) {
  .pricing {
    border-top: 80px solid #ffffff;
  }
}

.pricing__content {
  margin-top: -24px;
  padding-bottom: 24px;
}

@media (min-width: 781px) {
  .pricing__content {
    margin-top: -80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 781px) {
  .pricing__content__head {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.pricing__content__head__table {
  width: 100%;
}

@media (max-width: 780px) {
  .pricing__content__head__table {
    margin-bottom: 26px;
  }
  .pricing__content__head__table, .pricing__content__head__table * {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  .pricing__content__head__table thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .pricing__content__head__table tr, .pricing__content__head__table td {
    display: block;
  }
  .pricing__content__head__table td {
    text-align: right;
    position: relative;
    padding: 13px 20px 13px 45%;
    color: #ffffff;
    background-color: #8DB4C9;
  }
  .pricing__content__head__table td:nth-child(2) {
    background-color: #101f31;
  }
  .pricing__content__head__table td:nth-child(3) {
    background-color: #2f353e;
  }
  .pricing__content__head__table td::before {
    content: attr(data-heading);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 781px) {
  .pricing__content__head__table {
    width: 75%;
    -ms-flex-order: 1;
        order: 1;
  }
  .pricing__content__head__table th, .pricing__content__head__table td {
    text-align: center;
    border: 1px solid #E9EEF1;
    padding: 22px 20px 23px;
  }
  .pricing__content__head__table td {
    background-color: #ffffff;
  }
}

.pricing__content__head__aside {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #8DB4C9;
  text-align: center;
}

@media (max-width: 780px) {
  .pricing__content__head__aside {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (min-width: 781px) {
  .pricing__content__head__aside {
    width: 25%;
    -ms-flex-order: 0;
        order: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 1025px) {
  .pricing__content__head__aside {
    width: 22%;
  }
}

.pricing-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  transform: translateY(52px);
}

@media (min-width: 971px) {
  .pricing-sticky {
    transform: translateY(72px);
  }
}

.pricing-sticky.is-stuck {
  opacity: 1;
  pointer-events: initial;
}

.pricing-sticky__table {
  width: 100%;
}

@media (min-width: 781px) {
  .pricing-sticky__table {
    width: 75%;
    margin-left: 25%;
  }
}

.pricing-sticky__table td {
  width: 33.33333%;
  text-align: center;
  border: 1px solid #E9EEF1;
  padding: 10px;
}

@media (max-width: 780px) {
  .pricing-sticky__table td {
    font-size: 18px;
  }
}

@media (min-width: 781px) {
  .pricing-sticky__table td {
    padding: 20px;
  }
}

/**
 *
 *   Table Pricing
 *
 *       The simplified tables on pricing page. A little too different to just
 *       be an extension on .table
 *
 *       (Styled contextually since tables have specific structure that must
 *       be followed.)
 *
 */
.table-minimal {
  width: 100%;
}

@media (max-width: 780px) {
  .table-minimal, .table-minimal th, .table-minimal thead, .table-minimal tr, .table-minimal td, .table-minimal tbody {
    display: block;
  }
}

.table-minimal td.table__highlight {
  background-color: #C0D4E5;
}

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

.table-minimal thead th {
  padding: 4px 18px;
  border: 1px solid #e9eef1;
  line-height: normal;
}

.table-minimal thead .table__empty {
  border-top: none;
  border-left: none;
}

@media (max-width: 780px) {
  .table-minimal tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #E9EEF1;
  }
}

@media (min-width: 781px) {
  .with--no-touchevents .table-minimal tr:hover td {
    background-color: #f3f3f3;
  }
}

.table-minimal td {
  padding: 18px;
  width: 33.33333%;
  border: 1px solid #E9EEF1;
  text-align: center;
  background-color: #ffffff;
  font-size: 18px;
  transition: background-color 0.1s ease;
}

@media (max-width: 780px) {
  .table-minimal td {
    padding-right: 10px;
    border: 0;
    border-right: 1px solid #E9EEF1;
  }
  .table-minimal td:last-child {
    border-right: 0;
  }
}

@media (min-width: 781px) {
  .table-minimal td {
    width: 25%;
  }
}

.table-minimal td:first-child {
  text-align: left;
}

@media (max-width: 780px) {
  .table-minimal td:first-child {
    width: 100%;
    text-align: center;
    background-color: #E9EEF1;
    border: 0;
  }
}

@media (max-width: 780px) {
  .column-3 td {
    width: 50%;
  }
  .column-3 thead th {
    width: 50%;
  }
  .column-3 thead th.table__empty {
    display: none;
  }
}

@media (max-width: 780px) {
  .table-minimal thead {
    width: 100%;
    height: 100%;
  }
  .table-minimal thead th:first-of-type {
    width: 100%;
  }
}

/**
 * (tool)Tip
 */
.tip {
  position: relative;
  line-height: 1;
}

.tip__text,
.tip__content {
  line-height: 1.63636;
  display: inline-block;
  vertical-align: middle;
}

.tip__text {
  margin-right: 8px;
}

@media (min-width: 781px) {
  .tip__content {
    position: relative;
  }
}

.tip__content__icon {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .tip__content__icon::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 40px;
    transform: translateY(-15px);
  }
}

.tip__content__icon svg path {
  fill: #2f353e;
  transition: fill 0.1s ease;
}

.tip__content:hover .tip__content__icon svg path {
  fill: #1ab6e8;
}

.tip__content__icon .tip__content:hover .tip__content__body {
  transform: translate(100%, -50%);
  opacity: 1;
  pointer-events: initial;
  display: block;
}

.tip__content__body {
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 780px) {
  .tip__content__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 20;
  }
  .is-visible .tip__content__body {
    opacity: 1;
    pointer-events: initial;
  }
}

@media (min-width: 781px) {
  .tip__content__body {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 30px;
    width: 400px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #E9EEF1;
    transform: translate(85%, -50%);
    transition: all 0.1s ease;
    z-index: 5;
  }
  .is-visible .tip__content__body {
    opacity: 1;
    pointer-events: initial;
    transform: translate(100%, -50%);
    opacity: 1;
    pointer-events: initial;
  }
  .tip__content__body::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -7px;
    height: 14px;
    width: 14px;
    border: 1px solid #E9EEF1;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    transform: translateY(-50%) rotate(45deg);
  }
  .with--no-touchevents .tip__content:hover .tip__content__body,
  .with--no-touchevents .tip__content:active .tip__content__body,
  .with--no-touchevents .tip__content:focus .tip__content__body {
    transform: translate(100%, -50%);
    opacity: 1;
    pointer-events: initial;
  }
  .tip__content__body.flip--left {
    right: 450px;
  }
  .tip__content__body.flip--left::before {
    left: auto;
    right: -7px;
    transform: translateY(-50%) rotate(-140deg);
  }
}

@media (max-width: 780px) {
  .tip__content__body__heading__content {
    padding: 20px;
  }
}

.tip__content__body__heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px 50px;
  border-bottom: 1px solid #E9EEF1;
}

@media (min-width: 781px) {
  .tip__content__body__heading {
    display: none;
  }
}

.tip__content__body__heading__closer {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
}

/**
 *
 *   Search page
 *
 *
 */
.search__bar {
  width: 100%;
}

.search__header {
  margin-left: 40px;
}

.sandwich__search--results .sandwich__body {
  margin: 20px 0 40px 0;
}

.sandwich__search--results .sandwich__body .listing__item {
  margin: 0;
}

.sandwich__search--results .sandwich__body .listing__item .listing__item__content {
  padding: 20px 15px;
}

.sandwich__search--results .sandwich__body .listing__item .listing__item__content.user-content p {
  margin-bottom: 10px;
}

/**
 *
 * Side-by-Side
 *
 */
.sbsgrid--left {
  display: -ms-flexbox;
  display: flex;
  grid-area: content-left;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid--right {
  display: -ms-flexbox;
  display: flex;
  grid-area: content-right;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "content-left content-right";
}

.sbsgrid .play__button {
  position: static;
  transform: translate(0, 0);
}

@media (max-width: 1024px) {
  .sbsgrid {
    font-size: 18px;
    -ms-grid-columns: 100%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-columns: 100%;
    grid-template-areas: "content-left" "content-right";
  }
}

.sbsgrid__side--text--sbsgrid--left {
  grid-column: content-left-start / content-left-end;
  grid-row: content-left-start / content-left-end;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid__side--text--sbsgrid--right {
  grid-column: content-right-start / content-right-end;
  grid-row: content-right-start / content-right-end;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid__side--text--sbsgrid--right,
.sbsgrid__side--text--sbsgrid--left {
  z-index: 2;
  padding: 60px;
  max-width: 760px;
  justify-self: center;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1024px) {
  .sbsgrid__side--text--sbsgrid--right,
  .sbsgrid__side--text--sbsgrid--left {
    padding: 30px 20px 40px 20px;
  }
}

.sbs__side__background {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sbs__side__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 1024px) {
  .sbs__side__background__image {
    opacity: 1;
  }
}

/**
 *
 * Gateway
 *
 *     Similar to the modal, but the modal has too many image/media-specific
 *     styles to make it worth re-using here IMO. You could possibly consolidate
 *     the two sometime down the road.
 *
 */
.gateway {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.gateway.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.gateway__sneezeguard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #E9EEF1;
  transition: opacity 0.5s ease;
}

@media (min-width: 781px) {
  .gateway__sneezeguard {
    background-color: rgba(0, 0, 0, 0.72);
  }
}

.gateway.is-visible .gateway__sneezeguard {
  opacity: 1;
  pointer-events: initial;
}

.gateway__title {
  text-align: center;
}

@media (min-width: 781px) {
  .gateway__title {
    color: #ffffff;
  }
}

.gateway__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.3s ease;
}

.gateway__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: url("../images/icons/close.svg") no-repeat #8DB4C9 center center;
  background-size: 20px 20px;
  transition: background-color 0.1s ease;
  z-index: 2;
}

.gateway__close:hover, .gateway__close:active {
  background-color: #2f353e;
}

.gateway__animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.is-visible .gateway__animate {
  opacity: 1;
  transform: translateY(0);
}

.gateway__animate-1 {
  transition-delay: .3s;
}

.gateway__animate-2 {
  transition-delay: .35s;
}

.gateway__animate-3 {
  transition-delay: .4s;
}

/**
 *
 *  Card
 *
 *    Bordered object with a blue heading and white body. Used primarily
 *    in the free trial flow (modal and page)
 *
 */
.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card__head {
  text-align: center;
  padding: 22px;
  color: #ffffff;
  background-color: #1ab6e8;
}

.card__body {
  padding: 35px 20px 33px;
  background-color: #ffffff;
}

.card__body--logo {
  margin: 0 auto;
}

.card__body__inner {
  padding-left: 16px;
  padding-right: 16px;
}

.druva-compete .print-link {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

@media (min-width: 881px) {
  .druva-compete .print-link {
    margin-left: 25px;
  }
}

.druva-compete .print-link:before {
  vertical-align: text-bottom;
  font-family: 'FontAwesome';
  content: "";
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.druva-compete .print-link:hover {
  cursor: pointer;
}

.druva-compete .collapse {
  display: none;
}

.druva-compete .collapse.in {
  display: block;
}

.druva-compete .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 879px) {
  .druva-compete .collapsing {
    transition: 0.15s ease;
  }
}

.druva-compete .tabs {
  margin-top: 25px;
  border-bottom: 4px solid #1ab6e8;
  margin-bottom: 4px;
}

.druva-compete .controller {
  display: none;
}

.druva-compete .controller-tab {
  margin-right: 0;
  padding: 8px 18px 4px;
  background: #101f31;
  color: #ffffff;
  transition: 0.15s ease;
}

@media (min-width: 881px) {
  .druva-compete .controller-tab {
    display: inline-block;
  }
}

.druva-compete .controller-tab.active, .druva-compete .controller-tab:hover {
  background: #1ab6e8;
}

.druva-compete .controller-tab:hover {
  color: #ffffff;
  cursor: pointer;
}

.druva-compete .controller-accordion {
  width: 100%;
  margin-top: 15px;
  padding: 10px 15px;
  background: #101f31;
  color: #ffffff;
  font-weight: bold;
  transition: 0.15s ease;
}

@media (max-width: 879px) {
  .druva-compete .controller-accordion {
    display: block;
  }
}

.druva-compete .controller-accordion:hover {
  color: #C0D4E5;
  cursor: pointer;
}

.druva-compete .controller-accordion:before {
  vertical-align: text-bottom;
  font-family: 'FontAwesome';
  content: "";
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.druva-compete .controller-accordion.active:before {
  top: 4px;
  content: '\f106';
}

@media (max-width: 879px) {
  .druva-compete .controller-all {
    display: none;
  }
}

.druva-compete .table {
  border-bottom: none;
}

@media (min-width: 881px) {
  .druva-compete .table {
    padding: 0 15px;
  }
}

.druva-compete .row {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-top: 1px;
  padding: 10px 0;
}

@media (min-width: 881px) {
  .druva-compete .row {
    -ms-flex-flow: row;
        flex-flow: row;
  }
}

.druva-compete .column {
  padding: 0 15px 20px;
}

@media (min-width: 881px) {
  .druva-compete .column:first-child {
    padding-left: 0;
  }
  .druva-compete .column:last-child {
    padding-right: 0;
  }
  .druva-compete .column.column-1 {
    -ms-flex: 1;
        flex: 1;
  }
  .druva-compete .column.column-2 {
    -ms-flex: 2;
        flex: 2;
  }
}

@media (max-width: 879px) {
  .druva-compete .column:before {
    content: attr(data-title);
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
  }
}

.druva-compete .column p:first-child {
  margin-top: 0;
}

.druva-compete .desktop-header .column {
  padding-bottom: 0;
}

.druva-compete .desktop-header h3 {
  margin-top: .5em;
  margin-bottom: 0;
  font-weight: bold;
}

@media (min-width: 881px) {
  .druva-compete .table-header:before {
    content: attr(data-title);
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    display: block;
    width: calc( 100% + ( 2 * 15px ));
    position: relative;
    left: -15px;
    padding-left: 15px;
    color: #ffffff;
    background: #101f31;
  }
}

.druva-compete .to-top, .druva-compete .source-link {
  color: #1ab6e8;
}

.druva-compete .to-top:hover, .druva-compete .source-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.druva-compete .to-top {
  display: none;
  text-align: right;
  padding: 15px;
}

@media (min-width: 881px) {
  .druva-compete .to-top {
    display: block;
  }
}

@media (max-width: 879px) {
  .druva-compete .no-mobile {
    display: none;
  }
}

.section__pagination--wrapper {
  zoom: 1;
  display: -ms-flexbox;
  display: flex;
}

.section__pagination--wrapper:before, .section__pagination--wrapper:after {
  content: "";
  display: table;
}

.section__pagination--wrapper:after {
  clear: both;
}

.section__pagination--wrapper .pagination {
  -ms-flex: 1;
      flex: 1;
}

.section__pagination--wrapper .pagination .screen-reader-text {
  display: none;
}

.section__pagination--wrapper .pagination .nav-links {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers {
  background-color: #eeeeee;
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  margin: 0 1%;
  max-width: 62px;
  padding: 13px 0;
  text-align: center;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers.current {
  background-color: #1ab6e8;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers.dots {
  background-color: transparent;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers:first-child {
  margin: 0 1% 0 auto;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers:last-child {
  margin: 0 auto 0 1%;
}

.pagination--prev, .pagination--next {
  display: none;
  width: 100px;
}

.pagination--prev a, .pagination--next a {
  float: left;
  padding: 20px 20px 16px;
  background-color: #C0D4E5;
  cursor: pointer;
  height: 62px;
  transition: all 0.1s ease;
  width: 100%;
}

@media (min-width: 780px) {
  .pagination--prev, .pagination--next {
    display: block;
  }
}

.investors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.investors .investor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 12px;
  -ms-flex: 0 1 47%;
  flex: 0 1 calc(50% - (12px * 2));
}

@media (max-width: 779px) {
  .investors .investor {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}

.investors .investor .stack-30 {
  max-width: 100%;
}

.investors .investor--logo svg {
  height: 100px;
  width: auto;
  max-width: 100%;
}

.investors .investor--logo svg * {
  fill: #101f31;
}

.three-up {
  display: -ms-flexbox;
  display: flex;
}

.three-up a.block {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: auto;
  width: 100%;
}

.media-item + .media-item {
  margin-top: 30px;
}

.media-item--image img {
  max-width: calc(100%/3);
}

.media-item--title {
  font-weight: bold;
}

@supports (display: grid) {
  .media-item {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-template-areas: "title" "image" "description" "footer";
  }
  @media (min-width: 1024px) {
    .media-item {
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      -ms-grid-columns: 1fr 2fr;
          grid-template-columns: 1fr 2fr;
      grid-template-areas: "image title" "image description" "image footer";
    }
    .media-item.media-item__reverse {
      -ms-grid-columns: 2fr 1fr;
          grid-template-columns: 2fr 1fr;
      grid-template-areas: "title image" "description image" "footer image";
    }
  }
  .media-item--image {
    position: relative;
    grid-area: image;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .media-item--image img {
    max-width: 100%;
  }
  .media-item--title {
    grid-area: title;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .media-item--description {
    grid-area: description;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .media-item--footer {
    grid-area: footer;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .wrapper--media-item__two-up {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
  }
  @media (min-width: 1024px) {
    .wrapper--media-item__two-up {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .wrapper--media-item__two-up .media-item {
      margin-top: 0;
    }
  }
  .wrapper--media-item__two-up .media-item {
    display: block;
  }
}

/**
 *
 * Social Share
 *
 */
.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: .8em 0;
  background: #ffffff;
}

@media (max-width: 779px) {
  .social-share {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1em 20px 1.25em;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-align: left;
        align-items: left;
  }
}

.social-share--copy {
  margin-right: 3.5em;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media (max-width: 779px) {
  .social-share--copy {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.social-share--link {
  margin-right: .8em;
}

.social-share--link:last-child {
  margin-right: 0;
}

.social-share--link a:hover {
  color: #1ab6e8;
}

/**
 *
 * Code42 Slick Slider Theme
 *
 * Based on Slick default theme
 * http://kenwheeler.github.io/slick/
 *
 */
.c42-slick-theme {
  /* Arrows */
  /* Dots */
}

.c42-slick-theme .slick-prev,
.c42-slick-theme .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.c42-slick-theme .slick-prev:hover, .c42-slick-theme .slick-prev:focus,
.c42-slick-theme .slick-next:hover,
.c42-slick-theme .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.c42-slick-theme .slick-prev:hover:before, .c42-slick-theme .slick-prev:focus:before,
.c42-slick-theme .slick-next:hover:before,
.c42-slick-theme .slick-next:focus:before {
  opacity: 1;
}

.c42-slick-theme .slick-prev.slick-disabled:before,
.c42-slick-theme .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.c42-slick-theme .slick-prev:before,
.c42-slick-theme .slick-next:before {
  font-family: "fontawesome";
  font-size: 20px;
  line-height: 1;
  color: #101f31;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.with--bg-dark-blue .c42-slick-theme .slick-prev:before, .with--bg-dark-blue
.c42-slick-theme .slick-next:before {
  color: white;
}

.c42-slick-theme .slick-prev {
  left: -25px;
}

[dir="rtl"] .c42-slick-theme .slick-prev {
  left: auto;
  right: -25px;
}

.c42-slick-theme .slick-prev:before {
  content: "";
}

[dir="rtl"] .c42-slick-theme .slick-prev:before {
  content: "";
}

.c42-slick-theme .slick-next {
  right: -25px;
}

[dir="rtl"] .c42-slick-theme .slick-next {
  left: -25px;
  right: auto;
}

.c42-slick-theme .slick-next:before {
  content: "";
}

[dir="rtl"] .c42-slick-theme .slick-next:before {
  content: "";
}

.c42-slick-theme .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.c42-slick-theme .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.c42-slick-theme .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.c42-slick-theme .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.c42-slick-theme .slick-dots li button:hover, .c42-slick-theme .slick-dots li button:focus {
  outline: none;
}

.c42-slick-theme .slick-dots li button:hover:before, .c42-slick-theme .slick-dots li button:focus:before {
  opacity: 1;
}

.c42-slick-theme .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #101f31;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.with--bg-dark-blue .c42-slick-theme .slick-dots li button:before {
  color: white;
}

.c42-slick-theme .slick-dots li.slick-active button:before {
  color: #101f31;
  opacity: 0.75;
}

.with--bg-dark-blue .c42-slick-theme .slick-dots li.slick-active button:before {
  color: white;
}

/**
 *
 * Horizontal Carousel Module
 *
 */
.horizontal-carousel h2 {
  border-bottom: 2px solid #101f31;
}

.horizontal-carousel.with--bg-dark-blue h2 {
  border-bottom: 2px solid white;
}

.horizontal-carousel--slides {
  padding: 20px 0 30px;
  text-align: center;
}

.stroke-white {
  stroke: #ffffff;
}

.stroke-gray-4 {
  stroke: #E9EEF1;
}

[class^="donut_"].alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

[class^="donut_"].alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.donut-stroke-primary {
  fill: none;
  stroke: #1ab6e8;
  stroke-width: 20;
  stroke-dasharray: 618.9806518554688;
  stroke-dashoffset: 618.9806518554688;
  animation: 1s ease-in-out forwards;
}

.donut-stroke-gray {
  fill: none;
  stroke: #E9EEF1;
  stroke-width: 8;
  stroke-miterlimit: 10;
}

.donut-percentage {
  fill: #1ab6e8;
}

.donut-text {
  fill: #2f353e;
}

.primary .donut-percentage {
  fill: #1ab6e8;
}

.primary .donut-stroke-primary {
  stroke: #1ab6e8;
}

.secondary .donut-percentage {
  fill: #2f353e;
}

.secondary .donut-stroke-primary {
  stroke: #2f353e;
}

.tertiary .donut-percentage {
  fill: #878E97;
}

.tertiary .donut-stroke-primary {
  stroke: #878E97;
}

.livechat__override--margin #livechat-compact-container {
  bottom: 88px !important;
  /* If GDPR banner is active override livechat margin */
}

.livechat__override--margin #livechat-full {
  bottom: 75px !important;
  /* If GDPR banner is active override livechat margin */
}

@media (max-width: 779px) {
  #livechat-compact-container {
    z-index: 9000 !important;
  }
}

/**
 *
 * Image
 *
 *  All images are left as-is by default. Add the .image class to your img
 *  element to receive the responsive max-width styles.
 *
 */
.image {
  max-width: 100%;
  height: auto;
  display: block;
}

.image--full {
  width: 100%;
}

[data-modal-trigger]:hover {
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.modal.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.modal__sneezeguard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.modal.is-visible .modal__sneezeguard {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
}

.modal__inner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  text-align: center;
  transition: all 0.3s ease;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: auto;
}

.modal__inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.modal.is-visible .modal__inner {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .4s;
}

@media (max-width: 1024px) {
  .modal__inner.modal__inner-tall {
    top: 60px;
    left: 0%;
    transform: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }
  .modal__inner.modal__inner-tall p, .modal__inner.modal__inner-tall .heading--6, .modal__inner.modal__inner-tall .user-content h6, .user-content .modal__inner.modal__inner-tall h6, .modal__inner.modal__inner-tall .heading--3, .modal__inner.modal__inner-tall .user-content h3, .user-content .modal__inner.modal__inner-tall h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal__inner.modal__inner-tall img {
    margin: 0 auto;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: url("../images/icons/close.svg") no-repeat #8DB4C9 center center;
  background-size: 20px 20px;
  transition: background-color 0.1s ease;
  z-index: 2;
}

.modal__close:hover, .modal__close:active {
  background-color: #2f353e;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  display: inline-table;
  /* Fix 100% height in Firefox */
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

@media (max-width: 780px) {
  .modal__inner .bio .grid.island-55 {
    padding: 0 0 30px;
  }
  .modal__inner .bio .user-content p {
    padding: 0 20px;
  }
  .modal__inner .bio h3 {
    padding: 30px 20px 0 20px;
  }
  .modal__inner .bio p.heading.heading--6 {
    padding: 10px 20px 30px;
  }
}

.caption {
  margin-top: 18px;
  font-size: 14px;
}

.caption::before {
  content: ' ';
  display: block;
  margin-bottom: 12px;
  height: 5px;
  width: 25px;
  background-color: #C0D4E5;
}

@media (min-width: 781px) {
  .caption {
    position: relative;
    padding-left: 35px;
  }
  .caption::before {
    position: absolute;
    left: 0;
    top: 0;
    top: 7px;
  }
}

.play {
  position: relative;
}

.play__button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  border-radius: 999em;
  background-color: #2f353e;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  transition: all 0.1s ease;
}

.play__button.button--white {
  background-color: #ffffff;
}

.play__button:hover {
  background-color: #191c21;
}

.play__button::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 14px 0 14px 21px;
  transform: translate(-42%, -49%);
}

.play__button.button--white:hover {
  background-color: #e6e6e6;
}

.play__button.button--white::before {
  border-color: transparent transparent transparent #2f353e;
}

/**
 *
 * Slideshow
 *
 *   Image slideshow when more than one image is entered
 *   in the image module.
 *
 */
.slideshow-outer {
  position: relative;
}

.slideshow {
  position: relative;
  padding-bottom: 36px;
  height: 636px;
}

.slideshow *:focus {
  outline: none;
}

.slideshow .slideshow--slide {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.6s all ease;
  width: 100%;
}

.slideshow .slideshow--slide.active {
  opacity: 1;
}

.slideshow .slideshow--slide picture {
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.slideshow .slideshow--slide picture img {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: auto;
  max-height: 600px;
}

.slideshow__caption {
  padding-right: 40px;
  width: 100%;
}

.slideshow__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 70px;
  background-color: #1ab6e8;
  transform: translateY(-70%);
  opacity: .8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s ease;
}

@media (min-width: 781px) {
  .slideshow__arrow {
    height: 100px;
  }
}

.slideshow__arrow:hover {
  opacity: 1;
}

.slideshow__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow__arrow--left {
  left: 0;
}

.slideshow__arrow--right {
  right: 0;
}

.slideshow__count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2f353e;
  font-size: 18px;
}

.carousel {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.carousel .slick-slider {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.carousel *:focus {
  outline: none;
}

.carousel__slide {
  zoom: 1;
}

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

.carousel__slide:after {
  clear: both;
}

@media (min-width: 781px) {
  .carousel__slide {
    position: relative;
    text-align: right;
  }
}

.carousel__slide__image {
  position: relative;
  z-index: 2;
}

@media (min-width: 781px) {
  .carousel__slide__image {
    position: absolute;
    width: 31.03448%;
    top: 50%;
    left: 0;
    overflow: hidden;
    transform: translateY(-50%);
  }
}

.carousel__slide__image picture {
  transform: translateX(70%);
  transition: all .4s ease;
}

.slick-active .carousel__slide__image picture {
  transform: translateX(0);
}

.is-out .carousel__slide__image picture {
  transform: translateX(-70%);
}

.carousel__slide__image__controls {
  text-align: center;
}

@media (min-width: 781px) {
  .carousel__slide__image__controls {
    zoom: 1;
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .carousel__slide__image__controls:before, .carousel__slide__image__controls:after {
    content: "";
    display: table;
  }
  .carousel__slide__image__controls:after {
    clear: both;
  }
}

.carousel__slide__image__controls__dir {
  padding: 20px 20px 16px;
  height: 62px;
  background-color: #1ab6e8;
  cursor: pointer;
  transition: all 0.1s ease;
}

@media (max-width: 780px) {
  .carousel__slide__image__controls__dir {
    position: absolute;
    top: 40%;
  }
  .carousel__slide__image__controls__dir:first-child {
    left: 0;
  }
  .carousel__slide__image__controls__dir:last-child {
    right: 0;
  }
}

@media (min-width: 781px) {
  .carousel__slide__image__controls__dir {
    float: left;
    width: 50%;
    padding: 20px 37px;
  }
}

.carousel__slide__image__controls__dir:active,
.with--no-touchevents .carousel__slide__image__controls__dir:hover {
  background-color: #8DB4C9;
}

.carousel__slide__content {
  position: relative;
  z-index: 3;
}

@media (max-width: 780px) {
  .carousel__slide__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 31px;
    text-align: center;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content {
    width: 84.48276%;
    height: 680px;
    display: inline-block;
    text-align: left;
    z-index: 1;
    background-color: #E9EEF1;
  }
  .carousel--dark .carousel__slide__content {
    background-color: #2f353e;
    color: #ffffff;
    height: 620px;
  }
}

.carousel__slide__content__inner {
  position: relative;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner {
    background-color: #E9EEF1;
    padding: 24px 17px 0;
    margin-top: -61px;
  }
  .carousel--dark .carousel__slide__content__inner {
    background-color: #2f353e;
    color: #ffffff;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content__inner {
    position: absolute;
    top: 55%;
    left: 22.65306%;
    width: 67.04082%;
    transform: translateY(-60%);
  }
}

.carousel__slide__content__inner__logo,
.carousel__slide__content__inner__subhead,
.carousel__slide__content__inner__body,
.carousel__slide__content__inner__link,
.carousel__slide__content__inner__attr {
  opacity: 0;
  transform: translateX(70px);
  transition: all .4s ease;
}

.slick-active .carousel__slide__content__inner__logo, .slick-active
.carousel__slide__content__inner__subhead, .slick-active
.carousel__slide__content__inner__body, .slick-active
.carousel__slide__content__inner__link, .slick-active
.carousel__slide__content__inner__attr {
  opacity: 1;
  transform: translateX(0);
}

.is-out .carousel__slide__content__inner__logo, .is-out
.carousel__slide__content__inner__subhead, .is-out
.carousel__slide__content__inner__body, .is-out
.carousel__slide__content__inner__link, .is-out
.carousel__slide__content__inner__attr {
  transform: translateX(-70px);
}

.carousel__slide__content__inner__logo {
  margin: 0 auto 26px;
  transition-delay: .1s;
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__logo {
    margin: 0 0 67px;
  }
}

.carousel__slide__content__inner__logo svg * {
  opacity: 1;
  fill: #878E97;
}

.carousel__slide__content__inner__logo svg {
  height: 40px;
}

.carousel__slide__content__inner__subhead {
  margin-bottom: 10px;
  transition-delay: .1s;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner__text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 10px 40px;
  }
}

.carousel__slide__content__inner__body {
  margin-bottom: 20px;
  transition-delay: .14s;
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__body {
    margin-bottom: 30px;
  }
}

.carousel__slide__content__inner__attr {
  transition-delay: .17s;
}

.carousel__slide__content__inner__attr::before {
  display: block;
  content: " ";
  height: 5px;
  width: 48px;
  background-color: #1ab6e8;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner__attr {
    display: block;
  }
  .carousel__slide__content__inner__attr::before {
    margin-bottom: 14px;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__attr, .carousel__slide__content__inner__attr::before {
    display: inline-block;
    vertical-align: middle;
  }
  .carousel__slide__content__inner__attr::before {
    background-color: #1ab6e8;
    margin-right: 20px;
  }
}

.carousel__slide__content__inner__link {
  transition-delay: .17s;
}

@media (max-width: 780px) {
  .carousel__count {
    display: none;
  }
}

@media (min-width: 781px) {
  .carousel__count {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

.label {
  font-size: 14px;
  opacity: .6;
}

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

.input,
.input[type=text] {
  padding: 15px 20px 13px;
  border: 1px solid rgba(47, 53, 62, 0.5);
  font-size: 18px;
  background-color: #ffffff;
  color: #2f353e;
  height: 52px;
}

.input:focus,
.input[type=text]:focus {
  outline: 0;
  border-color: #2f353e;
}

.input:-webkit-autofill,
.input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

.textarea {
  padding: 15px 20px 13px;
  border: 1px solid rgba(47, 53, 62, 0.5);
  font-size: 18px;
  background-color: #ffffff;
  color: #2f353e;
  min-height: 200px;
}

.textarea:focus {
  outline: 0;
  border-color: #2f353e;
}

.textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

.select {
  padding: 11px 50px 10px 20px;
  border: 1px solid rgba(47, 53, 62, 0.5);
  font-size: 18px;
  color: #2f353e;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icons/nav-triangle.svg") #ffffff no-repeat;
  background-size: 10px 6px;
  background-position: right 20px center;
}

.select:focus {
  outline: 0;
  border-color: #2f353e;
}

.select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

.multiselect {
  padding: 15px 50px 13px 20px;
  border: 1px solid rgba(47, 53, 62, 0.5);
  font-size: 18px;
  color: #2f353e;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.multiselect:focus {
  outline: 0;
  border-color: #2f353e;
}

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

.radio {
  font-size: 18px;
  cursor: pointer;
  line-height: 1.3;
}

.radio input {
  margin-right: 6px;
}

.checkbox {
  font-size: 18px;
  cursor: pointer;
  line-height: 1.3;
}

.checkbox input {
  margin-right: 6px;
}

/**
 *
 * Button
 *
 *   All "normal" button styles will be handled here. Any buttons that
 *   don't share 1 or more values with the base object should be a new
 *   individual object.
 *
 */
.button {
  display: inline-block;
  padding: 14px 40px 12px;
  border-radius: 1px;
  cursor: pointer;
  border: 1px solid rgba(142, 152, 161, 0.8);
  color: inherit;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.1s ease;
}

.button:hover {
  border-color: #2f353e;
  color: inherit;
  background-color: #E9EEF1;
}

.button--on-dark {
  color: #2f353e;
  background-color: #ffffff;
  border: 1px solid rgba(47, 53, 62, 0.5);
}

.button--on-dark:hover {
  color: #2f353e;
}

.button--cta {
  background-color: #1ab6e8;
  border-color: #1ab6e8;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.button--cta:hover {
  border-color: #1393bc;
  background-color: #1393bc;
  color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.button--header {
  font-size: 13px;
}

.button--header:hover {
  border-color: #1ab6e8;
  color: #ffffff;
  background-color: #1ab6e8;
}

@media (min-width: 971px) {
  .button--header {
    padding: 10px 15px;
  }
}

.is-fixed .button--header {
  background-color: #1ab6e8;
  border-color: #1ab6e8;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.is-fixed .button--header:hover {
  color: #ffffff;
  border-color: #1393bc;
  background-color: #1393bc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 970px) {
  .button--header {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #1ab6e8;
    border-color: #1ab6e8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
  }
  .button--header:hover {
    color: #ffffff;
    border-color: #1393bc;
    background-color: #1393bc;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
}

/**
 *
 *    Error
 *
 *     Form markup may vary w/marketo and various other third-party applications
 *     so this is mostly intended as a starting point.
 *
 */
.error, .form--marketo .mktoError {
  position: relative;
}

.error__label,
.error__text,
.form--marketo .mktoErrorMsg {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.error__label {
  line-height: 1;
  padding-right: 10px;
}


.error__text,
.form--marketo .mktoErrorMsg {
  padding-left: 10px;
  padding-top: 4px;
  text-align: right;
  color: #F6A623;
  font-weight: bold;
  font-size: 14px;
}

.is-error {
  border-color: #F6A623 !important;
}

.error-summary__icon,
.error-summary__text {
  display: inline-block;
  vertical-align: top;
}

.error-summary__icon {
  margin-right: 5px;
  line-height: 1;
}

.error-summary__text {
  width: 100%;
  max-width: 300px;
  color: #F6A623;
  font-size: 14px;
}

/**
 *
 *   Marketo Form
 *
 *     Styles for marketo forms
 */
.form--marketo {
  opacity: 0;
  transition: 0.25s ease;
  display: none;
}

.form--marketo.animated {
  opacity: 1;
}

.content .form--marketo,
.content--minimal-header .form--marketo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

@media (max-width: 1023px) {
  .form--marketo .form-list__item {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
}

.form--marketo .mktoRequiredField {
  position: relative;
}

.form--marketo .mktoError {
  position: absolute;
  height: 0;
  left: 0;
  right: 0px !important;
}

.form--marketo .mktoErrorMsg {
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}

.form--marketo .mktoPushLast {
  -ms-flex-order: 999;
      order: 999;
}

.ui-datepicker {
  min-width: 300px;
  padding: 0 4px;
}

.ui-datepicker-header {
  position: relative;
  margin: 10px 0 4px;
  border: none;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 40px;
  height: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ffffff;
  font-family: "FontAwesome";
}

.ui-datepicker-next-hover.ui-datepicker-prev, .ui-datepicker-next-hover.ui-datepicker-next, .ui-datepicker-prev-hover.ui-datepicker-prev, .ui-datepicker-prev-hover.ui-datepicker-next {
  border: 1px solid #C0D4E5;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-prev:before {
  position: relative;
  height: 10px;
  top: -11px;
  left: 3px;
  content: "\f0d9";
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-next:before {
  position: relative;
  height: 10px;
  top: -11px;
  left: 5px;
  content: "\f0da";
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center;
  width: calc(100%/7);
}

.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
}

.ui-datepicker-calendar th .ui-state-default,
.ui-datepicker-calendar td .ui-state-default {
  border-color: #ffffff;
}

.ui-datepicker-calendar th .ui-state-hover,
.ui-datepicker-calendar td .ui-state-hover {
  border-color: #C0D4E5;
}

.ui-datepicker-calendar th .ui-state-highlight,
.ui-datepicker-calendar td .ui-state-highlight {
  background: #ffffff;
  border-color: #F6A623;
}

.ui-datepicker-calendar th .ui-state-highlight:hover,
.ui-datepicker-calendar td .ui-state-highlight:hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar th .ui-state-active,
.ui-datepicker-calendar td .ui-state-active {
  border-color: #1ab6e8;
  background: #1ab6e8;
  color: #ffffff;
}

.ui-datepicker-calendar th .ui-state-active.ui-state-hover,
.ui-datepicker-calendar td .ui-state-active.ui-state-hover {
  background: #16acdd;
}

.next-steps {
  /*! CSS Used from: https://c42smb.test/wp-content/themes/c42-corporate-wp-theme/dist/fonts/cp.main.min.css ; media=all */
}

@media all {
  .next-steps {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #4d5b62;
    background-color: #fff;
    font-weight: 300;
  }
  .next-steps section {
    display: block;
  }
  .next-steps a {
    background-color: transparent;
  }
  .next-steps a:active,
  .next-steps a:hover {
    outline: 0;
  }
  .next-steps strong {
    font-weight: bold;
  }
  .next-steps h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  .next-steps small {
    font-size: 80%;
  }
  .next-steps sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .next-steps sup {
    top: -0.5em;
  }
  .next-steps img {
    border: 0;
  }
  .next-steps * {
    box-sizing: border-box;
  }
  .next-steps *:before,
  .next-steps *:after {
    box-sizing: border-box;
  }
  .next-steps a {
    color: #1ab6e8;
    text-decoration: none;
  }
  .next-steps a:hover,
  .next-steps a:focus {
    color: #1181a5;
    text-decoration: underline;
  }
  .next-steps a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .next-steps img {
    vertical-align: middle;
  }
  .next-steps .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .next-steps h1,
  .next-steps h2,
  .next-steps h3,
  .next-steps h5,
  .next-steps .h1,
  .next-steps .h3,
  .next-steps .h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #7ab700;
  }
  .next-steps h1,
  .next-steps .h1,
  .next-steps h2,
  .next-steps h3,
  .next-steps .h3 {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .next-steps h5,
  .next-steps .h5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .next-steps h1,
  .next-steps .h1 {
    font-size: 38.4px;
  }
}

@media all and (min-width: 768px) {
  .next-steps h1,
  .next-steps .h1 {
    font-size: 48px;
  }
}

@media all {
  .next-steps h2 {
    font-size: 32px;
  }
}

@media all and (min-width: 768px) {
  .next-steps h2 {
    font-size: 40px;
  }
}

@media all {
  .next-steps h3,
  .next-steps .h3 {
    font-size: 25.6px;
  }
}

@media all and (min-width: 768px) {
  .next-steps h3,
  .next-steps .h3 {
    font-size: 32px;
  }
}

@media all {
  .next-steps h5,
  .next-steps .h5 {
    font-size: 16px;
  }
  .next-steps p {
    margin: 0 0 16px;
  }
  .next-steps .lead {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
  }
}

@media all and (min-width: 768px) {
  .next-steps .lead {
    font-size: 20px;
  }
}

@media all {
  .next-steps small {
    font-size: 87%;
  }
  .next-steps .text-center {
    text-align: center;
  }
  .next-steps ul {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .next-steps .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .next-steps .container:before,
  .next-steps .container:after {
    content: " ";
    display: table;
  }
  .next-steps .container:after {
    clear: both;
  }
}

@media all and (min-width: 576px) {
  .next-steps .container {
    width: 540px;
  }
}

@media all and (min-width: 768px) {
  .next-steps .container {
    width: 720px;
  }
}

@media all and (min-width: 992px) {
  .next-steps .container {
    width: 960px;
  }
}

@media all and (min-width: 1200px) {
  .next-steps .container {
    width: 1140px;
  }
}

@media all {
  .next-steps .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .next-steps .row:before,
  .next-steps .row:after {
    content: " ";
    display: table;
  }
  .next-steps .row:after {
    clear: both;
  }
  .next-steps .col-md-6,
  .next-steps .col-md-10,
  .next-steps .col-xs-12,
  .next-steps .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .next-steps .col-xs-12 {
    float: left;
  }
  .next-steps .col-xs-12 {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .next-steps .col-sm-12 {
    float: left;
  }
  .next-steps .col-sm-12 {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .next-steps .col-md-6,
  .next-steps .col-md-10 {
    float: left;
  }
  .next-steps .col-md-6 {
    width: 50%;
  }
  .next-steps .col-md-10 {
    width: 83.33333%;
  }
  .next-steps .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}

@media all {
  .next-steps .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .next-steps .btn:focus,
  .next-steps .btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .next-steps .btn:hover,
  .next-steps .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .next-steps .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .next-steps .btn {
    border-width: 2px;
    text-transform: uppercase;
  }
  .next-steps .btn-primary {
    color: #ffffff;
    background-color: #1ab6e8;
    border-color: #ffffff;
  }
  .next-steps .btn-primary:focus {
    color: #ffffff;
    background-color: #1393bc;
    border-color: #bfbfbf;
  }
  .next-steps .btn-primary:hover {
    color: #ffffff;
    background-color: #1393bc;
    border-color: #e0e0e0;
  }
  .next-steps .btn-primary:active {
    color: #ffffff;
    background-color: #1393bc;
    border-color: #e0e0e0;
    background-image: none;
  }
  .next-steps .btn-primary:active:hover,
  .next-steps .btn-primary:active:focus {
    color: #ffffff;
    background-color: #107a9c;
    border-color: #bfbfbf;
  }
  .next-steps .btn-opposite-black {
    border: 2px solid #333;
    color: #333;
  }
  .next-steps .clearfix:before,
  .next-steps .clearfix:after {
    content: " ";
    display: table;
  }
  .next-steps .clearfix:after {
    clear: both;
  }
}

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

@media all {
  .next-steps h1,
  .next-steps h5,
  .next-steps .h1,
  .next-steps .h5 {
    color: #1ab6e8;
    margin-top: 0;
    margin-bottom: 0;
  }
  .next-steps h1,
  .next-steps h2,
  .next-steps h3,
  .next-steps h5,
  .next-steps .h1,
  .next-steps .h3,
  .next-steps .h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .next-steps .brick {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .next-steps .brick :last-child {
    margin-bottom: 0;
  }
  .next-steps .bg-blue,
  .next-steps .bg-darkBlue {
    color: #ffffff;
  }
  .next-steps .bg-white {
    color: #333333;
  }
  .next-steps .bg-white {
    background-color: #ffffff;
  }
  .next-steps .bg-blue {
    background-color: #1ab6e8;
  }
  .next-steps .bg-darkBlue {
    background-color: #2f353e;
  }
  .next-steps .bg-blue h5,
  .next-steps .bg-blue .h5 {
    color: #ffffff;
  }
  .next-steps .txt-white {
    color: #ffffff !important;
  }
  .next-steps .txt-black {
    color: #000000 !important;
  }
  .next-steps .txt-green {
    color: #7ab700 !important;
  }
  .next-steps .margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .next-steps .margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .next-steps .margin-top-1 {
    margin-top: 1rem !important;
  }
  .next-steps .margin-top-2 {
    margin-top: 2rem !important;
  }
}

/**
 * Helpers
 */
/*
  Sizes
 */
.with--text-large {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .with--text-large--responsive {
    font-size: 22px;
  }
}

.with--text-small {
  font-size: 18px;
}

.with--text-micro {
  font-size: 14px;
  line-height: 1.16667;
}

.with--text-small-to-large {
  font-size: 18px;
}

@media (min-width: 781px) {
  .with--text-small-to-large {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
  }
}

.with--text-tighter {
  line-height: 1.2;
}

/*
  Alignment
 */
.with--text-center {
  text-align: center;
}

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

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

/*
  Accessibility
 */
.with--visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*
  Styles
 */
.with--text-strong {
  font-weight: bold;
}

.with--text-italic {
  font-style: italic;
}

.with--text-light {
  font-weight: 300;
}

/*
  Transform
 */
.with--text-uppercase {
  text-transform: uppercase;
}

.with--text-fade {
  opacity: .5;
}

/*
  Div Wrap for border bottom
 */
.sg-sub-head {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

/**
 *
 * Color Helpers
 *
 *   These can be utilized by options in the CMS to change colors. Or for most
 *   cases when text or a background needs a color these helpers can handle
 *   that job without needing to re-write these styles across many
 *   different objects.
 *
 */
.with--text-white {
  color: #ffffff;
}

.with--text-orange {
  color: #FF5000;
}

.with--text-slate {
  color: #2f353e;
}

.with--text-light-slate {
  color: #878E97;
}

.with--text-light-blue {
  color: #C0D4E5;
}

.with--text-blue {
  color: #1ab6e8;
}

.with--text-grey-blue {
  color: #8DB4C9;
}

.with--text-dark-blue {
  color: #101f31;
}

.with--text-link-blue {
  color: #1ab6e8;
}

.with--text-grey {
  color: #E9EEF1;
}

.with--text-light-grey {
  color: #eeeeee;
}

.with--text-gold {
  color: #F6A623;
}

.with--text-red {
  color: #F00;
}

.with--text-background {
  color: #ffffff;
}

.with--text-text {
  color: #2f353e;
}

.with--bg-white {
  background-color: #ffffff;
}

.with--bg-orange {
  background-color: #FF5000;
}

.with--bg-slate {
  background-color: #2f353e;
}

.with--bg-light-slate {
  background-color: #878E97;
}

.with--bg-light-blue {
  background-color: #C0D4E5;
}

.with--bg-blue {
  background-color: #1ab6e8;
}

.with--bg-grey-blue {
  background-color: #8DB4C9;
}

.with--bg-dark-blue {
  background-color: #101f31;
}

.with--bg-link-blue {
  background-color: #1ab6e8;
}

.with--bg-grey {
  background-color: #E9EEF1;
}

.with--bg-light-grey {
  background-color: #eeeeee;
}

.with--bg-gold {
  background-color: #F6A623;
}

.with--bg-red {
  background-color: #F00;
}

.with--bg-background {
  background-color: #ffffff;
}

.with--bg-text {
  background-color: #2f353e;
}

.with--svg-white svg path {
  fill: #FFF;
}

.with--bg-textured {
  background: url("../images/texture-light-grey.png") no-repeat #eeeeee bottom right;
  background-size: cover;
}

.with--bg-textured.druva-table {
  background-size: contain;
  background-position-y: top;
}

@media (min-width: 781px) {
  .with--hidden-above-hand {
    display: none;
  }
}

@media (max-width: 780px) {
  .with--hidden-below-hand {
    display: none;
  }
}

@media (min-width: 1025px) {
  .with--hidden-above-lap {
    display: none;
  }
}

@media (max-width: 1024px) {
  .with--hidden-below-lap {
    display: none;
  }
}

@media (min-width: 2025px) {
  .with--hidden-above-desk {
    display: none;
  }
}

@media (max-width: 2024px) {
  .with--hidden-below-desk {
    display: none;
  }
}

/**
 *
 * Animate helper
 *
 *  For objects that might not have their own set of styles but need to be animated
 *
 */
.has-js [data-scroll-class] .with--block-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.has-js [data-scroll-class].is-in-view .with--block-animate {
  transform: translateY(0);
  opacity: 1;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(2) {
  transition-delay: .05s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(3) {
  transition-delay: .1s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(4) {
  transition-delay: .15s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(5) {
  transition-delay: .2s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(6) {
  transition-delay: .25s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(7) {
  transition-delay: .3s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(8) {
  transition-delay: .35s;
}

/**
 *
 * Parallax
 *
 *   Disables CSS parallax scrolling for mobile
 *   to improve performance
 *
 */
@media (max-width: 1024px) {
  .with--parallax {
    background-attachment: scroll !important;
  }
}

/**
 *
 * Island Override
 *
 *   This is used for any more-generic top/bottom spacing cases. Usually the
 *   object itself will build in vertical padding since it's likely to change
 *   at different breakpoints. But for any single uses this will be sufficient.
 *
 *   .island-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.island-or-top-0 + div {
  padding-top: 0px;
}

.island-or-top-30 + div {
  padding-top: 30px;
}

.island-or-top-55 + div {
  padding-top: 55px;
}

.island-or-bot-0 + div {
  padding-bottom: 0px;
}

.island-or-bot-30 + div {
  padding-bottom: 30px;
}

.island-or-bot-55 + div {
  padding-bottom: 55px;
}

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