body {
  font-size: 22px;
  color: #fff;
  padding-top: 0;
  margin: 0;
  height: 100%;
  position: relative;
  font-weight: 100;
  background-color: #282828;
}

.sanchez {
  font-family: 'Sanchez', serif;
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container {
  padding: 0;
}

/*h1, h3, h5, .h1, .h3, .h5 {
  font-family: 'Sanchez', serif;
  font-weight: 500;
  line-height: 1.1;
}

h2, h4, h6, .h2, .h4, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 45px;
  margin: 30px 0;
}

h3, .h3 {
  font-size: 30px;
  margin: 20px 0;
}*/

.dark a {
  color: #fff;
  text-decoration: underline;
}

.nav-tabs {
  border-top: 2px solid #fff;
  padding-top: 10px;
  border-bottom: none;
}

.nav-tabs>li {
  padding-right: 75px;
}

.nav-tabs li a {
  text-decoration: none;
  color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background: none;
  border: none;
  border-bottom-color: transparent;
}

.nav>li>a, .nav>li>a:hover, .nav>li>a:focus {
  background: none;
  border: none;
  cursor: pointer;
}

.nav>li {
  padding-bottom: 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
  background: none;
}

.nav>li>a {
  padding: 0;
  color: #d6dbe1;
  display: inline-block;
}

.nav>li>p {
  color: #d6dbe1;
}

.nav>li>input {
  padding-left: 10px;
  height: 30px;
  width: 100%;
  border-radius: 3px;
  background-color: #42494f;
  border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background: none;
  border: none;
  border-bottom-color: transparent;
}

.nav>li>a, .nav>li>a:hover, .nav>li>a:focus {
  background: none;
  border: none;
  cursor: pointer;
}

.page-header {
  border-bottom: none;
}

/*@font-face {
  font-family: 'FontAwesome';
  src: url('/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}*/

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.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: #ffffff;
}

.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-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-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 {
  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:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.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-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-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc: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-reply-all:before {
  content: "\f122";
}

.fa-mail-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 {
  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";
}

/*@font-face {
  font-family: 'Metric';
  src: url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric.eot);
  src: url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric.woff) format("woff"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metric';
  src: url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.woff) format("woff"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.otf) format("opentype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.ttf) format("truetype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.svg#Metric-Semibold) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metric';
  src: url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.woff) format("woff"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.otf) format("opentype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.ttf) format("truetype"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/Metric-Semibold.svg#Metric-Semibold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("https://598d8f3cda4c5fed8f27-d10999d18a3b8ba163ad6d48476ec57a.ssl.cf5.rackcdn.com/fonts/aktivgroteskstd/aktivgroteskstdbd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("https://598d8f3cda4c5fed8f27-d10999d18a3b8ba163ad6d48476ec57a.ssl.cf5.rackcdn.com/fonts/aktivgroteskstd/aktivgroteskstdreg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("https://598d8f3cda4c5fed8f27-d10999d18a3b8ba163ad6d48476ec57a.ssl.cf5.rackcdn.com/fonts/aktivgroteskstd/aktivgroteskstdmd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("https://598d8f3cda4c5fed8f27-d10999d18a3b8ba163ad6d48476ec57a.ssl.cf5.rackcdn.com/fonts/aktivgroteskstd/aktivgroteskstdlt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}*/

.field-name-field-feedback-form .field-name-field-feedback-cta .field-item:before, .type-feedback-section .field-name-field-feedback-cta .field-item:before, .field-name-field-feedback-form .field-name-field-submission-success .field-item:before, .type-feedback-section .field-name-field-submission-success .field-item:before, .node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-prev:before, .node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-next:before {
  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;
  transform: translate(0, 0);
}

.field-name-field-feedback-form .field-name-field-submission-success .field-item:before, .type-feedback-section .field-name-field-submission-success .field-item:before {
  content: "\f00c";
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-prev:before {
  content: "\f053";
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-next:before {
  content: "\f054";
}

.field-name-field-feedback-form .field-name-field-feedback-cta .field-item:before, .type-feedback-section .field-name-field-feedback-cta .field-item:before {
  content: "\f044";
}

/*html {
  font: 400 14px / 24px "Metric";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: #333;
}

body {
  margin: 0;
}*/

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

a, .uk-link {
  color: #0078EF;
  text-decoration: none;
  cursor: pointer;
}

a:hover, .uk-link:hover {
  color: #0078EF;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
  font-size: 14px;
  font-family: Consolas, monospace, serif;
  color: #686E9F;
  white-space: nowrap;
}

em {
  color: #333;
}

ins {
  background: #ffa;
  color: #444;
  text-decoration: none;
}

mark {
  background: #ffa;
  color: #444;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, svg, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.uk-img-preserve, .uk-img-preserve audio, .uk-img-preserve canvas, .uk-img-preserve img, .uk-img-preserve svg, .uk-img-preserve video {
  max-width: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote, figure {
  margin: 0;
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0 0 15px 0;
}

*+p, *+ul, *+ol, *+dl, *+blockquote, *+pre, *+address, *+fieldset, *+figure {
  margin-top: 15px;
}

/*h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Metric";
  font-weight: normal;
  color: #333;
  text-transform: none;
}*/

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
  margin-top: 25px;
}

h1, .uk-h1 {
  font-size: 36px;
  line-height: 42px;
}

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px;
}

h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px;
}

h4, .uk-h4 {
  font-size: 16px;
  line-height: 22px;
}

h5, .uk-h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .uk-h6 {
  font-size: 12px;
  line-height: 18px;
}

ul, ol {
  padding-left: 30px;
}

ul>li>ul, ul>li>ol, ol>li>ol, ol>li>ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

address {
  font-style: normal;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden], template {
  display: none;
}

iframe {
  border: 0;
}

@media screen and (max-width:400px) {
  @-ms-viewport {
    width: device-width;
  }
}

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid:before, .uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-grid:after {
  clear: both;
}

.uk-grid>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
}

.uk-grid>*> :last-child {
  margin-bottom: 0;
}

.uk-grid {
  margin-left: -15px;
}

.uk-grid>* {
  padding-left: 15px;
}

.uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel {
  margin-top: 15px;
}

@media (min-width:1220px) {
  .uk-grid {
    margin-left: -30px;
  }
  .uk-grid>* {
    padding-left: 30px;
  }
  .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 30px;
  }
}

.uk-grid-collapse {
  margin-left: 0;
}

.uk-grid-collapse>* {
  padding-left: 0;
}

.uk-grid-collapse+.uk-grid-collapse, .uk-grid-collapse>.uk-grid-margin, .uk-grid-collapse>*>.uk-panel+.uk-panel {
  margin-top: 0;
}

.uk-grid-small {
  margin-left: -10px;
}

.uk-grid-small>* {
  padding-left: 10px;
}

.uk-grid-small+.uk-grid-small, .uk-grid-small>.uk-grid-margin, .uk-grid-small>*>.uk-panel+.uk-panel {
  margin-top: 10px;
}

.uk-grid-medium {
  margin-left: -15px;
}

.uk-grid-medium>* {
  padding-left: 15px;
}

.uk-grid-medium+.uk-grid-medium, .uk-grid-medium>.uk-grid-margin, .uk-grid-medium>*>.uk-panel+.uk-panel {
  margin-top: 15px;
}

@media (min-width:960px) {
  .uk-grid-large {
    margin-left: -30px;
  }
  .uk-grid-large>* {
    padding-left: 30px;
  }
  .uk-grid-large+.uk-grid-large, .uk-grid-large-margin, .uk-grid-large>*>.uk-panel+.uk-panel {
    margin-top: 30px;
  }
}

@media (min-width:1220px) {
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large>* {
    padding-left: 50px;
  }
  .uk-grid-large+.uk-grid-large, .uk-grid-large-margin, .uk-grid-large>*>.uk-panel+.uk-panel {
    margin-top: 50px;
  }
}

.uk-grid-divider:not(:empty) {
  margin-left: -15px;
  margin-right: -15px;
}

.uk-grid-divider>* {
  padding-left: 15px;
  padding-right: 15px;
}

.uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):not(.node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit):nth-child(n+2), .uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

@media (min-width:768px) {
  .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width:960px) {
  .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width:1220px) {
  .uk-grid-divider:not(:empty) {
    margin-left: -30px;
    margin-right: -30px;
  }
  .uk-grid-divider>* {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-grid-divider:empty {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.uk-grid-divider:empty {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}

.uk-grid-match>* {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-grid-match>*>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

[class*='uk-grid-width']>* {
  box-sizing: border-box;
  width: 100%;
}

.uk-grid-width-1-2>* {
  width: 50%;
}

.uk-grid-width-1-3>* {
  width: 33.333%;
}

.uk-grid-width-1-4>* {
  width: 25%;
}

.uk-grid-width-1-5>* {
  width: 20%;
}

.uk-grid-width-1-6>* {
  width: 16.666%;
}

.uk-grid-width-1-10>* {
  width: 10%;
}

.uk-grid-width-auto>* {
  width: auto;
}

@media (min-width:480px) {
  .uk-grid-width-small-1-1>* {
    width: 100%;
  }
  .uk-grid-width-small-1-2>* {
    width: 50%;
  }
  .uk-grid-width-small-1-3>* {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4>* {
    width: 25%;
  }
  .uk-grid-width-small-1-5>* {
    width: 20%;
  }
  .uk-grid-width-small-1-6>* {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10>* {
    width: 10%;
  }
}

@media (min-width:768px) {
  .uk-grid-width-medium-1-1>* {
    width: 100%;
  }
  .uk-grid-width-medium-1-2>* {
    width: 50%;
  }
  .uk-grid-width-medium-1-3>* {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4>* {
    width: 25%;
  }
  .uk-grid-width-medium-1-5>* {
    width: 20%;
  }
  .uk-grid-width-medium-1-6>* {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10>* {
    width: 10%;
  }
}

@media (min-width:960px) {
  .uk-grid-width-large-1-1>* {
    width: 100%;
  }
  .uk-grid-width-large-1-2>* {
    width: 50%;
  }
  .uk-grid-width-large-1-3>* {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4>* {
    width: 25%;
  }
  .uk-grid-width-large-1-5>* {
    width: 20%;
  }
  .uk-grid-width-large-1-6>* {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10>* {
    width: 10%;
  }
}

@media (min-width:1220px) {
  .uk-grid-width-xlarge-1-1>* {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2>* {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3>* {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4>* {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5>* {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6>* {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10>* {
    width: 10%;
  }
}

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

.uk-width-1-1, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  width: 100%;
}

.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
  width: 50%;
}

.uk-width-1-3, .uk-width-2-6 {
  width: 33.333%;
}

.uk-width-2-3, .uk-width-4-6 {
  width: 66.666%;
}

.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

.uk-width-1-5, .uk-width-2-10 {
  width: 20%;
}

.uk-width-2-5, .uk-width-4-10 {
  width: 40%;
}

.uk-width-3-5, .uk-width-6-10 {
  width: 60%;
}

.uk-width-4-5, .uk-width-8-10 {
  width: 80%;
}

.uk-width-1-6 {
  width: 16.666%;
}

.uk-width-5-6, .node-type-webform #content #webform-client-form-6530 {
  width: 83.333%;
}

.uk-width-1-10 {
  width: 10%;
}

.uk-width-3-10 {
  width: 30%;
}

.uk-width-7-10 {
  width: 70%;
}

.uk-width-9-10 {
  width: 90%;
}

@media (min-width:480px) {
  .uk-width-small-1-1 {
    width: 100%;
  }
  .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
    width: 50%;
  }
  .uk-width-small-1-3, .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3, .uk-width-small-4-6 {
    width: 66.666%;
  }
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  .uk-width-small-1-5, .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5, .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5, .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5, .uk-width-small-8-10 {
    width: 80%;
  }
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6, .page-node-6530 .webform-confirmation, .node-type-webform #content {
    width: 83.333%;
  }
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}

@media (min-width:768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
  .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 50%;
  }
  .uk-width-medium-1-3, .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3, .uk-width-medium-4-6 {
    width: 66.666%;
  }
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  .uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5, .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5, .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5, .page-node-6530 .webform-confirmation, .node-type-webform #content, .uk-width-medium-8-10 {
    width: 80%;
  }
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}

@media (min-width:960px) {
  .uk-width-large-1-1 {
    width: 100%;
  }
  .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
    width: 50%;
  }
  .uk-width-large-1-3, .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3, .uk-width-large-4-6 {
    width: 66.666%;
  }
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  .uk-width-large-1-5, .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5, .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5, .page-node-6530 .webform-confirmation, .node-type-webform #content, .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5, .uk-width-large-8-10 {
    width: 80%;
  }
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}

@media (min-width:1220px) {
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 {
    width: 50%;
  }
  .uk-width-xlarge-1-3, .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3, .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  .uk-width-xlarge-1-5, .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5, .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5, .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5, .uk-width-xlarge-8-10 {
    width: 80%;
  }
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}

@media (min-width:768px) {
  [class*='uk-push-'], [class*='uk-pull-'] {
    position: relative;
  }
  .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
    left: 50%;
  }
  .uk-push-1-3, .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3, .uk-push-4-6 {
    left: 66.666%;
  }
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  .uk-push-1-5, .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5, .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5, .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5, .uk-push-8-10 {
    left: 80%;
  }
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
    left: -50%;
  }
  .uk-pull-1-3, .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3, .uk-pull-4-6 {
    left: -66.666%;
  }
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  .uk-pull-1-5, .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5, .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5, .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5, .uk-pull-8-10 {
    left: -80%;
  }
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}

.uk-panel {
  display: block;
  position: relative;
}

.uk-panel, .uk-panel:hover {
  text-decoration: none;
}

.uk-panel:before, .uk-panel:after {
  content: "";
  display: table;
}

.uk-panel:after {
  clear: both;
}

.uk-panel> :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444;
}

.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.uk-panel-teaser {
  margin-bottom: 15px;
}

.uk-panel-body {
  padding: 15px;
}

.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
}

.uk-panel-box-hover:hover {
  color: #444;
}

.uk-panel-box .uk-panel-title {
  color: #444;
}

.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}

.uk-panel-box>.uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.uk-panel-box>.uk-nav-side {
  margin: 0 -15px;
}

.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}

.uk-panel-box-primary-hover:hover {
  color: #2d7091;
}

.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}

.uk-panel-box-secondary {
  background-color: #eee;
  color: #444;
}

.uk-panel-box-secondary-hover:hover {
  color: #444;
}

.uk-panel-box-secondary .uk-panel-title {
  color: #444;
}

.uk-panel-hover {
  padding: 15px;
  color: #444;
}

.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444;
}

.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}

.uk-panel-hover>.uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #444;
}

.uk-panel-space {
  padding: 30px;
}

.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}

.uk-panel+.uk-panel-divider {
  margin-top: 50px !important;
}

.uk-panel+.uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
}

@media (min-width:1220px) {
  .uk-panel+.uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel+.uk-panel-divider:before {
    top: -35px;
  }
}

.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width:768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.uk-block:before, .uk-block:after {
  content: "";
  display: table;
}

.uk-block:after {
  clear: both;
}

.uk-block> :last-child {
  margin-bottom: 0;
}

.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width:768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width:960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.uk-block-default {
  background: #fff;
}

.uk-block-muted {
  background: #f9f9f9;
}

.uk-block-primary {
  background: #00a8e6;
}

.uk-block-secondary {
  background: #222;
}

.uk-article:before, .uk-article:after {
  content: "";
  display: table;
}

.uk-article:after {
  clear: both;
}

.uk-article> :last-child {
  margin-bottom: 0;
}

.uk-article+.uk-article {
  margin-top: 25px;
}

.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}

.uk-article-title a {
  color: inherit;
  text-decoration: none;
}

.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.uk-article-lead {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.uk-article-divider {
  margin-bottom: 25px;
  border-color: #ddd;
}

*+.uk-article-divider {
  margin-top: 25px;
}

.uk-comment-header {
  margin-bottom: 15px;
}

.uk-comment-header:before, .uk-comment-header:after {
  content: "";
  display: table;
}

.uk-comment-header:after {
  clear: both;
}

.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}

.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

.uk-comment-body> :last-child {
  margin-bottom: 0;
}

.uk-comment-list {
  padding: 0;
  list-style: none;
}

.uk-comment-list .uk-comment+ul {
  margin: 15px 0 0 0;
  list-style: none;
}

.uk-comment-list>li:nth-child(n+2), .uk-comment-list .uk-comment+ul>li:nth-child(n+2) {
  margin-top: 15px;
}

@media (min-width:768px) {
  .uk-comment-list .uk-comment+ul {
    padding-left: 100px;
  }
}

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uk-cover {
  overflow: hidden;
}

.uk-cover-object {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav li>a {
  display: block;
  text-decoration: none;
}

.uk-nav>li>a {
  padding: 5px 15px;
}

.uk-nav ul {
  padding-left: 15px;
}

.uk-nav ul a {
  padding: 2px 0;
}

.uk-nav li>a>div {
  font-size: 12px;
  line-height: 18px;
}

.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}

.uk-nav-divider {
  margin: 9px 15px;
}

ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

.uk-nav-parent-icon>.uk-parent>a:after {
  content: "@";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
  content: "@";
}

.uk-nav-side>li>a {
  color: #444;
}

.uk-nav-side>li>a:hover, .uk-nav-side>li>a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  outline: none;
}

.uk-nav-side>li.uk-active>a {
  background: #00a8e6;
  color: #fff;
}

.uk-nav-side .uk-nav-header {
  color: #444;
}

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd;
}

.uk-nav-side ul a {
  color: #07D;
}

.uk-nav-side ul a:hover {
  color: #059;
}

.uk-nav-dropdown>li>a {
  color: #444;
}

.uk-nav-dropdown>li>a:hover, .uk-nav-dropdown>li>a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none;
}

.uk-nav-dropdown .uk-nav-header {
  color: #999;
}

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd;
}

.uk-nav-dropdown ul a {
  color: #07D;
}

.uk-nav-dropdown ul a:hover {
  color: #059;
}

.uk-nav-navbar>li>a {
  color: #444;
}

.uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none;
}

.uk-nav-navbar .uk-nav-header {
  color: #999;
}

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd;
}

.uk-nav-navbar ul a {
  color: #07D;
}

.uk-nav-navbar ul a:hover {
  color: #059;
}

.uk-nav-offcanvas>li>a {
  color: #ccc;
  padding: 10px 15px;
}

.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus {
  background: #404040;
  color: #fff;
  outline: none;
}

html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
  background: #1a1a1a;
  color: #fff;
}

.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}

.uk-nav-offcanvas ul a {
  color: #ccc;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}

.uk-navbar {
  background: #0096D6;
  color: white;
}

.uk-navbar:before, .uk-navbar:after {
  content: "";
  display: table;
}

.uk-navbar:after {
  clear: both;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-navbar-nav>li {
  float: left;
  position: relative;
}

.uk-navbar-nav>li>a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 64px;
  padding: 0 20px;
  line-height: 64px;
  color: #666;
  font-size: 14px;
  font-family: "Metric";
  font-weight: normal;
}

.uk-navbar-nav>li>a[href='#'] {
  cursor: text;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
  background-color: #efefef;
  color: #333333;
  outline: none;
}

.uk-navbar-nav>li>a:active {
  background-color: #0084BD;
  color: white;
}

.uk-navbar-nav>li.uk-active>a {
  background-color: #0084BD;
  color: white;
}

.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 52px;
}

.uk-navbar-nav-subtitle>div {
  margin-top: -18px;
  font-size: 10px;
  line-height: 12px;
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 64px;
  padding: 0 20px;
  float: left;
}

.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}

.uk-navbar-content>a:not([class]) {
  color: #0078EF;
}

.uk-navbar-content>a:not([class]):hover {
  color: #efefef;
}

.uk-navbar-brand {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

.uk-navbar-brand:hover, .uk-navbar-brand:focus {
  color: #444;
  text-decoration: none;
  outline: none;
}

.uk-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
  color: #444;
  text-decoration: none;
  outline: none;
}

.uk-navbar-toggle:after {
  content: "@";
  font-family: FontAwesome;
  vertical-align: middle;
}

.uk-navbar-toggle-alt:after {
  content: "@";
}

.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.uk-navbar-flip {
  float: right;
}

.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
  list-style: none;
}

.uk-subnav>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
}

.uk-subnav:before, .uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-subnav:after {
  clear: both;
}

.uk-subnav>* {
  float: left;
}

.uk-subnav>*>* {
  display: inline-block;
  color: #333;
}

.uk-subnav>*> :hover, .uk-subnav>*> :focus {
  color: #333;
  text-decoration: none;
}

.uk-subnav>.uk-active>* {
  color: #07D;
}

.uk-subnav-line> :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}

.uk-subnav-line> :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #ddd;
}

.uk-subnav-pill>*>* {
  padding: 3px 9px;
}

.uk-subnav-pill>*> :hover, .uk-subnav-pill>*> :focus {
  background: #eee;
  color: #444;
  text-decoration: none;
  outline: none;
}

.uk-subnav-pill>.uk-active>* {
  background: #01A982;
  color: #fff;
}

.uk-subnav>.uk-disabled>* {
  background: none;
  color: #999;
  text-decoration: none;
  cursor: text;
}

.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0.001px;
}

.uk-breadcrumb>li {
  font-size: 1rem;
  vertical-align: top;
}

.uk-breadcrumb>li, .uk-breadcrumb>li>a, .uk-breadcrumb>li>span {
  display: inline-block;
}

.uk-breadcrumb>li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}

.uk-breadcrumb>li:not(.uk-active)>span {
  color: #999;
}

.uk-pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.001px;
}

.uk-pagination:before, .uk-pagination:after {
  content: "";
  display: table;
}

.uk-pagination:after {
  clear: both;
}

.uk-pagination>li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}

.uk-pagination>li:nth-child(n+2) {
  margin-left: 5px;
}

.uk-pagination>li>a, .uk-pagination>li>span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
}

.uk-pagination>li>a {
  background: #eee;
  color: #444;
}

.uk-pagination>li>a:hover, .uk-pagination>li>a:focus {
  background-color: #f5f5f5;
  color: #444;
  outline: none;
}

.uk-pagination>li>a:active {
  background-color: #ddd;
  color: #444;
}

.uk-pagination>.uk-active>span {
  background: #00a8e6;
  color: #fff;
}

.uk-pagination>.uk-disabled>span {
  background-color: #f5f5f5;
  color: #999;
}

.uk-pagination-previous {
  float: left;
}

.uk-pagination-next {
  float: right;
}

.uk-pagination-left {
  text-align: left;
}

.uk-pagination-right {
  text-align: right;
}

.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.uk-tab:before, .uk-tab:after {
  content: "";
  display: table;
}

.uk-tab:after {
  clear: both;
}

.uk-tab>li {
  margin-bottom: -1px;
  float: left;
  position: relative;
}

.uk-tab>li>a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #07D;
  text-decoration: none;
}

.uk-tab>li:nth-child(n+2)>a {
  margin-left: 5px;
}

.uk-tab>li>a:hover, .uk-tab>li>a:focus, .uk-tab>li.uk-open>a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #059;
  outline: none;
}

.uk-tab>li:not(.uk-active)>a:hover, .uk-tab>li:not(.uk-active)>a:focus, .uk-tab>li.uk-open:not(.uk-active)>a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}

.uk-tab>li.uk-active>a {
  border-color: #ddd;
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

.uk-tab>li.uk-disabled>a {
  color: #999;
  cursor: text;
}

.uk-tab>li.uk-disabled>a:hover, .uk-tab>li.uk-disabled>a:focus, .uk-tab>li.uk-disabled.uk-active>a {
  background: none;
  border-color: transparent;
}

.uk-tab-flip>li {
  float: right;
}

.uk-tab-flip>li:nth-child(n+2)>a {
  margin-left: 0;
  margin-right: 5px;
}

.uk-tab>li.uk-tab-responsive>a {
  margin-left: 0;
  margin-right: 0;
}

.uk-tab-responsive>a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}

.uk-tab-center {
  border-bottom: 1px solid #ddd;
}

.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

.uk-tab-center:before, .uk-tab-center:after {
  content: "";
  display: table;
}

.uk-tab-center:after {
  clear: both;
}

.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}

.uk-tab-center .uk-tab>li {
  position: relative;
  right: -50%;
}

.uk-tab-center .uk-tab>li>a {
  text-align: center;
}

.uk-tab-bottom {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.uk-tab-bottom>li {
  margin-top: -1px;
  margin-bottom: 0;
}

.uk-tab-bottom>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}

.uk-tab-bottom>li:not(.uk-active)>a:hover, .uk-tab-bottom>li:not(.uk-active)>a:focus, .uk-tab-bottom>li.uk-open:not(.uk-active)>a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}

.uk-tab-bottom>li.uk-active>a {
  border-top-color: transparent;
  border-bottom-color: #ddd;
}

.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  position: relative;
  z-index: 0;
}

.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #ddd;
  z-index: -1;
}

.uk-tab-grid>li:first-child>a {
  margin-left: 5px;
}

.uk-tab-grid>li>a {
  text-align: center;
}

.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}

.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}

@media (min-width:768px) {
  .uk-tab-left, .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left>li, .uk-tab-right>li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left>li>a, .uk-tab-right>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left>li:nth-child(n+2)>a, .uk-tab-right>li:nth-child(n+2)>a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left>li.uk-active>a, .uk-tab-right>li.uk-active>a {
    border-color: #ddd;
  }
  .uk-tab-left {
    border-right: 1px solid #ddd;
  }
  .uk-tab-left>li {
    margin-right: -1px;
  }
  .uk-tab-left>li>a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left>li:not(.uk-active)>a:hover, .uk-tab-left>li:not(.uk-active)>a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left>li.uk-active>a {
    border-right-color: transparent;
  }
  .uk-tab-right {
    border-left: 1px solid #ddd;
  }
  .uk-tab-right>li {
    margin-left: -1px;
  }
  .uk-tab-right>li>a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right>li:not(.uk-active)>a:hover, .uk-tab-right>li:not(.uk-active)>a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right>li.uk-active>a {
    border-left-color: transparent;
  }
}

.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
  list-style: none;
}

.uk-thumbnav>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
}

.uk-thumbnav:before, .uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-thumbnav:after {
  clear: both;
}

.uk-thumbnav>* {
  float: left;
}

.uk-thumbnav>*>* {
  display: block;
  background: #fff;
}

.uk-thumbnav>*>*>img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.uk-thumbnav>*> :hover>img, .uk-thumbnav>*> :focus>img {
  opacity: 1;
}

.uk-thumbnav>.uk-active>*>img {
  opacity: 1;
}

.uk-list {
  padding: 0;
  list-style: none;
}

.uk-list>li:before, .uk-list>li:after {
  content: "";
  display: table;
}

.uk-list>li:after {
  clear: both;
}

.uk-list>li> :last-child {
  margin-bottom: 0;
}

.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.uk-list-line>li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.uk-list-striped>li {
  padding: 5px 5px;
}

.uk-list-striped>li:nth-of-type(odd) {
  background: #f5f5f5;
}

.uk-list-space>li:nth-child(n+2) {
  margin-top: 10px;
}

@media (min-width:768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal>dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal>dd {
    margin-left: 180px;
  }
}

.uk-description-list-line>dt {
  font-weight: normal;
}

.uk-description-list-line>dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.uk-description-list-line>dd {
  color: #999;
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
}

*+.uk-table {
  margin-top: 15px;
}

.uk-table th, .uk-table td {
  padding: 8px 8px;
}

.uk-table th {
  text-align: left;
}

.uk-table td {
  vertical-align: top;
}

.uk-table thead th {
  vertical-align: bottom;
}

.uk-table caption, .uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}

.uk-table caption {
  text-align: left;
  color: #999;
}

.uk-table tbody tr.uk-active {
  background: #EEE;
}

.uk-table-middle, .uk-table-middle td {
  vertical-align: middle !important;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #F5F5F5;
}

.uk-table-condensed td {
  padding: 4px 8px;
}

.uk-table-hover tbody tr:hover {
  background: #EEE;
}

.uk-form input, .uk-form select, .uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}

.uk-form select {
  text-transform: none;
}

.uk-form optgroup {
  font: inherit;
  font-weight: bold;
}

.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-form input[type="checkbox"], .uk-form input[type="radio"] {
  padding: 0;
}

.uk-form input[type="checkbox"]:not(:disabled), .uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

.uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"] {
  -webkit-appearance: none;
}

.uk-form input[type="search"]::-webkit-search-cancel-button, .uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uk-form input[type="number"]::-webkit-inner-spin-button, .uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}

.uk-form ::-moz-placeholder {
  opacity: 1;
}

.uk-form :invalid {
  box-shadow: none;
}

.uk-form input:not([type="radio"]):not([type="checkbox"]), .uk-form select {
  vertical-align: middle;
}

.uk-form> :last-child {
  margin-bottom: 0;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
  height: 40px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
  background: white;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
}

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
  border-color: #0078EF;
  outline: 0;
  background: white;
  color: #333;
}

.uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled {
  border-color: #DDDDDD;
  background-color: #F5F5F5;
  color: #DDDDDD;
}

.uk-form :-ms-input-placeholder {
  color: #AAAAAA !important;
}

.uk-form ::-moz-placeholder {
  color: #AAAAAA;
}

.uk-form ::-webkit-input-placeholder {
  color: #AAAAAA;
}

.uk-form :disabled:-ms-input-placeholder {
  color: #DDDDDD !important;
}

.uk-form :disabled::-moz-placeholder {
  color: #DDDDDD;
}

.uk-form :disabled::-webkit-input-placeholder {
  color: #DDDDDD;
}

.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

select.uk-form-small, textarea.uk-form-small, input[type].uk-form-small, input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}

select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}

.uk-form textarea, .uk-form select[multiple], .uk-form select[size] {
  height: auto;
}

.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}

.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}

.uk-form-blank:focus {
  border-color: #ddd !important;
}

input.uk-form-width-mini {
  width: 40px;
}

select.uk-form-width-mini {
  width: 65px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

.uk-form-row:before, .uk-form-row:after {
  content: "";
  display: table;
}

.uk-form-row:after {
  clear: both;
}

.uk-form-row+.uk-form-row {
  margin-top: 15px;
}

.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

.uk-form-help-block {
  margin: 5px 0 0 0;
}

.uk-form-controls> :first-child {
  margin-top: 0;
}

.uk-form-controls> :last-child {
  margin-bottom: 0;
}

.uk-form-controls-condensed {
  margin: 5px 0;
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (max-width:959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

@media (min-width:960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}

.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.uk-form-icon>[class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999;
  text-align: center;
  pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip)>input {
  padding-left: 30px !important;
}

.uk-form-icon-flip>[class*='uk-icon-'] {
  right: 0;
}

.uk-form-icon-flip>input {
  padding-right: 30px !important;
}

.uk-button::-moz-focus-inner, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  background: #0096D6;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 400 !important;
  border-radius: 30px !important;
}

.uk-button:not(:disabled), .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:not(:disabled) {
  cursor: pointer;
}

.uk-button:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .uk-button:focus, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:focus {
  background-color: #0084BD;
  color: white;
  outline: none;
  text-decoration: none;
}

.uk-button:active, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:active, .uk-button.uk-active, .node-type-webform #content #webform-client-form-6530 div.form-actions input.uk-active.form-submit {
  background-color: #0084BD;
  color: white;
}

.uk-button-primary, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  background-color: #0078EF;
  color: white;
}

.uk-button-primary:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .uk-button-primary:focus, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:focus {
  background-color: #0078EF;
  color: white;
}

.uk-button-primary:active, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:active, .uk-button-primary.uk-active, .node-type-webform #content #webform-client-form-6530 div.form-actions input.uk-active.form-submit {
  background-color: #0078EF;
  color: white;
}

.uk-button-success {
  background-color: #8cc14c;
  color: #fff;
}

.uk-button-success:hover, .uk-button-success:focus {
  background-color: #8ec73b;
  color: #fff;
}

.uk-button-success:active, .uk-button-success.uk-active {
  background-color: #72ae41;
  color: #fff;
}

.uk-button-danger {
  background-color: #da314b;
  color: #fff;
}

.uk-button-danger:hover, .uk-button-danger:focus {
  background-color: #e4354f;
  color: #fff;
}

.uk-button-danger:active, .uk-button-danger.uk-active {
  background-color: #c91032;
  color: #fff;
}

.uk-button:disabled, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:disabled {
  background-color: #EEEEEE;
  color: #DDDDDD;
}

.uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled {
  border-color: transparent;
  background: none;
}

.uk-button-link {
  color: #07D;
}

.uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active {
  color: #059;
  text-decoration: underline;
}

.uk-button-link:disabled {
  color: #999;
}

.uk-button-link:focus {
  outline: 1px dotted;
}

.uk-button-mini {
  min-height: 25px;
  padding: 0 15px;
  line-height: 25px;
  font-size: 12px;
}

.uk-button-small {
  min-height: 30px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
}

.uk-button-large {
  min-height: 50px;
  padding: 0 40px;
  line-height: 50px;
  font-size: 18px;
}

.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.001px;
  white-space: nowrap;
}

.uk-button-group>* {
  display: inline-block;
}

.uk-button-group .uk-button, .uk-button-group .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-button-group input.form-submit {
  vertical-align: top;
}

.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/*@font-face {
  font-family: 'FontAwesome';
  src: url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.woff2) format("woff2"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.woff) format("woff"), url(/sites/all/themes/zen_pronq_mktg/shared-assets/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='uk-icon-'], [class*='uk-icon-']:hover, [class*='uk-icon-']:focus {
  text-decoration: none;
}

.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}

.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}

.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}

.uk-icon-justify {
  width: 1em;
  text-align: center;
}

.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

.uk-icon-hover {
  color: #999;
}

.uk-icon-hover:hover {
  color: #444;
}

.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center;
}

.uk-icon-button:hover, .uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444;
  outline: none;
}

.uk-icon-button:active {
  background-color: #ddd;
  color: #444;
}

.uk-icon-glass:before {
  content: "\f000";
}

.uk-icon-music:before {
  content: "\f001";
}

.uk-icon-search:before {
  content: "\f002";
}

.uk-icon-envelope-o:before {
  content: "\f003";
}

.uk-icon-heart:before {
  content: "\f004";
}

.uk-icon-star:before {
  content: "\f005";
}

.uk-icon-star-o:before {
  content: "\f006";
}

.uk-icon-user:before {
  content: "\f007";
}

.uk-icon-film:before {
  content: "\f008";
}

.uk-icon-th-large:before {
  content: "\f009";
}

.uk-icon-th:before {
  content: "\f00a";
}

.uk-icon-th-list:before {
  content: "\f00b";
}

.uk-icon-check:before {
  content: "\f00c";
}

.uk-icon-remove:before, .uk-icon-close:before, .uk-icon-times:before {
  content: "\f00d";
}

.uk-icon-search-plus:before {
  content: "\f00e";
}

.uk-icon-search-minus:before {
  content: "\f010";
}

.uk-icon-power-off:before {
  content: "\f011";
}

.uk-icon-signal:before {
  content: "\f012";
}

.uk-icon-gear:before, .uk-icon-cog:before {
  content: "\f013";
}

.uk-icon-trash-o:before {
  content: "\f014";
}

.uk-icon-home:before {
  content: "\f015";
}

.uk-icon-file-o:before {
  content: "\f016";
}

.uk-icon-clock-o:before {
  content: "\f017";
}

.uk-icon-road:before {
  content: "\f018";
}

.uk-icon-download:before {
  content: "\f019";
}

.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.uk-icon-inbox:before {
  content: "\f01c";
}

.uk-icon-play-circle-o:before {
  content: "\f01d";
}

.uk-icon-rotate-right:before, .uk-icon-repeat:before {
  content: "\f01e";
}

.uk-icon-refresh:before {
  content: "\f021";
}

.uk-icon-list-alt:before {
  content: "\f022";
}

.uk-icon-lock:before {
  content: "\f023";
}

.uk-icon-flag:before {
  content: "\f024";
}

.uk-icon-headphones:before {
  content: "\f025";
}

.uk-icon-volume-off:before {
  content: "\f026";
}

.uk-icon-volume-down:before {
  content: "\f027";
}

.uk-icon-volume-up:before {
  content: "\f028";
}

.uk-icon-qrcode:before {
  content: "\f029";
}

.uk-icon-barcode:before {
  content: "\f02a";
}

.uk-icon-tag:before {
  content: "\f02b";
}

.uk-icon-tags:before {
  content: "\f02c";
}

.uk-icon-book:before {
  content: "\f02d";
}

.uk-icon-bookmark:before {
  content: "\f02e";
}

.uk-icon-print:before {
  content: "\f02f";
}

.uk-icon-camera:before {
  content: "\f030";
}

.uk-icon-font:before {
  content: "\f031";
}

.uk-icon-bold:before {
  content: "\f032";
}

.uk-icon-italic:before {
  content: "\f033";
}

.uk-icon-text-height:before {
  content: "\f034";
}

.uk-icon-text-width:before {
  content: "\f035";
}

.uk-icon-align-left:before {
  content: "\f036";
}

.uk-icon-align-center:before {
  content: "\f037";
}

.uk-icon-align-right:before {
  content: "\f038";
}

.uk-icon-align-justify:before {
  content: "\f039";
}

.uk-icon-list:before {
  content: "\f03a";
}

.uk-icon-dedent:before, .uk-icon-outdent:before {
  content: "\f03b";
}

.uk-icon-indent:before {
  content: "\f03c";
}

.uk-icon-video-camera:before {
  content: "\f03d";
}

.uk-icon-photo:before, .uk-icon-image:before, .uk-icon-picture-o:before {
  content: "\f03e";
}

.uk-icon-pencil:before {
  content: "\f040";
}

.uk-icon-map-marker:before {
  content: "\f041";
}

.uk-icon-adjust:before {
  content: "\f042";
}

.uk-icon-tint:before {
  content: "\f043";
}

.uk-icon-edit:before, .uk-icon-pencil-square-o:before {
  content: "\f044";
}

.uk-icon-share-square-o:before {
  content: "\f045";
}

.uk-icon-check-square-o:before {
  content: "\f046";
}

.uk-icon-arrows:before {
  content: "\f047";
}

.uk-icon-step-backward:before {
  content: "\f048";
}

.uk-icon-fast-backward:before {
  content: "\f049";
}

.uk-icon-backward:before {
  content: "\f04a";
}

.uk-icon-play:before {
  content: "\f04b";
}

.uk-icon-pause:before {
  content: "\f04c";
}

.uk-icon-stop:before {
  content: "\f04d";
}

.uk-icon-forward:before {
  content: "\f04e";
}

.uk-icon-fast-forward:before {
  content: "\f050";
}

.uk-icon-step-forward:before {
  content: "\f051";
}

.uk-icon-eject:before {
  content: "\f052";
}

.uk-icon-chevron-left:before {
  content: "\f053";
}

.uk-icon-chevron-right:before {
  content: "\f054";
}

.uk-icon-plus-circle:before {
  content: "\f055";
}

.uk-icon-minus-circle:before {
  content: "\f056";
}

.uk-icon-times-circle:before {
  content: "\f057";
}

.uk-icon-check-circle:before {
  content: "\f058";
}

.uk-icon-question-circle:before {
  content: "\f059";
}

.uk-icon-info-circle:before {
  content: "\f05a";
}

.uk-icon-crosshairs:before {
  content: "\f05b";
}

.uk-icon-times-circle-o:before {
  content: "\f05c";
}

.uk-icon-check-circle-o:before {
  content: "\f05d";
}

.uk-icon-ban:before {
  content: "\f05e";
}

.uk-icon-arrow-left:before {
  content: "\f060";
}

.uk-icon-arrow-right:before {
  content: "\f061";
}

.uk-icon-arrow-up:before {
  content: "\f062";
}

.uk-icon-arrow-down:before {
  content: "\f063";
}

.uk-icon-mail-forward:before, .uk-icon-share:before {
  content: "\f064";
}

.uk-icon-expand:before {
  content: "\f065";
}

.uk-icon-compress:before {
  content: "\f066";
}

.uk-icon-plus:before {
  content: "\f067";
}

.uk-icon-minus:before {
  content: "\f068";
}

.uk-icon-asterisk:before {
  content: "\f069";
}

.uk-icon-exclamation-circle:before {
  content: "\f06a";
}

.uk-icon-gift:before {
  content: "\f06b";
}

.uk-icon-leaf:before {
  content: "\f06c";
}

.uk-icon-fire:before {
  content: "\f06d";
}

.uk-icon-eye:before {
  content: "\f06e";
}

.uk-icon-eye-slash:before {
  content: "\f070";
}

.uk-icon-warning:before, .uk-icon-exclamation-triangle:before {
  content: "\f071";
}

.uk-icon-plane:before {
  content: "\f072";
}

.uk-icon-calendar:before {
  content: "\f073";
}

.uk-icon-random:before {
  content: "\f074";
}

.uk-icon-comment:before {
  content: "\f075";
}

.uk-icon-magnet:before {
  content: "\f076";
}

.uk-icon-chevron-up:before {
  content: "\f077";
}

.uk-icon-chevron-down:before {
  content: "\f078";
}

.uk-icon-retweet:before {
  content: "\f079";
}

.uk-icon-shopping-cart:before {
  content: "\f07a";
}

.uk-icon-folder:before {
  content: "\f07b";
}

.uk-icon-folder-open:before {
  content: "\f07c";
}

.uk-icon-arrows-v:before {
  content: "\f07d";
}

.uk-icon-arrows-h:before {
  content: "\f07e";
}

.uk-icon-bar-chart-o:before, .uk-icon-bar-chart:before {
  content: "\f080";
}

.uk-icon-twitter-square:before {
  content: "\f081";
}

.uk-icon-facebook-square:before {
  content: "\f082";
}

.uk-icon-camera-retro:before {
  content: "\f083";
}

.uk-icon-key:before {
  content: "\f084";
}

.uk-icon-gears:before, .uk-icon-cogs:before {
  content: "\f085";
}

.uk-icon-comments:before {
  content: "\f086";
}

.uk-icon-thumbs-o-up:before {
  content: "\f087";
}

.uk-icon-thumbs-o-down:before {
  content: "\f088";
}

.uk-icon-star-half:before {
  content: "\f089";
}

.uk-icon-heart-o:before {
  content: "\f08a";
}

.uk-icon-sign-out:before {
  content: "\f08b";
}

.uk-icon-linkedin-square:before {
  content: "\f08c";
}

.uk-icon-thumb-tack:before {
  content: "\f08d";
}

.uk-icon-external-link:before {
  content: "\f08e";
}

.uk-icon-sign-in:before {
  content: "\f090";
}

.uk-icon-trophy:before {
  content: "\f091";
}

.uk-icon-github-square:before {
  content: "\f092";
}

.uk-icon-upload:before {
  content: "\f093";
}

.uk-icon-lemon-o:before {
  content: "\f094";
}

.uk-icon-phone:before {
  content: "\f095";
}

.uk-icon-square-o:before {
  content: "\f096";
}

.uk-icon-bookmark-o:before {
  content: "\f097";
}

.uk-icon-phone-square:before {
  content: "\f098";
}

.uk-icon-twitter:before {
  content: "\f099";
}

.uk-icon-facebook-f:before, .uk-icon-facebook:before {
  content: "\f09a";
}

.uk-icon-github:before {
  content: "\f09b";
}

.uk-icon-unlock:before {
  content: "\f09c";
}

.uk-icon-credit-card:before {
  content: "\f09d";
}

.uk-icon-rss:before {
  content: "\f09e";
}

.uk-icon-hdd-o:before {
  content: "\f0a0";
}

.uk-icon-bullhorn:before {
  content: "\f0a1";
}

.uk-icon-bell:before {
  content: "\f0f3";
}

.uk-icon-certificate:before {
  content: "\f0a3";
}

.uk-icon-hand-o-right:before {
  content: "\f0a4";
}

.uk-icon-hand-o-left:before {
  content: "\f0a5";
}

.uk-icon-hand-o-up:before {
  content: "\f0a6";
}

.uk-icon-hand-o-down:before {
  content: "\f0a7";
}

.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}

.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}

.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}

.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}

.uk-icon-globe:before {
  content: "\f0ac";
}

.uk-icon-wrench:before {
  content: "\f0ad";
}

.uk-icon-tasks:before {
  content: "\f0ae";
}

.uk-icon-filter:before {
  content: "\f0b0";
}

.uk-icon-briefcase:before {
  content: "\f0b1";
}

.uk-icon-arrows-alt:before {
  content: "\f0b2";
}

.uk-icon-group:before, .uk-icon-users:before {
  content: "\f0c0";
}

.uk-icon-chain:before, .uk-icon-link:before {
  content: "\f0c1";
}

.uk-icon-cloud:before {
  content: "\f0c2";
}

.uk-icon-flask:before {
  content: "\f0c3";
}

.uk-icon-cut:before, .uk-icon-scissors:before {
  content: "\f0c4";
}

.uk-icon-copy:before, .uk-icon-files-o:before {
  content: "\f0c5";
}

.uk-icon-paperclip:before {
  content: "\f0c6";
}

.uk-icon-save:before, .uk-icon-floppy-o:before {
  content: "\f0c7";
}

.uk-icon-square:before {
  content: "\f0c8";
}

.uk-icon-navicon:before, .uk-icon-reorder:before, .uk-icon-bars:before {
  content: "\f0c9";
}

.uk-icon-list-ul:before {
  content: "\f0ca";
}

.uk-icon-list-ol:before {
  content: "\f0cb";
}

.uk-icon-strikethrough:before {
  content: "\f0cc";
}

.uk-icon-underline:before {
  content: "\f0cd";
}

.uk-icon-table:before {
  content: "\f0ce";
}

.uk-icon-magic:before {
  content: "\f0d0";
}

.uk-icon-truck:before {
  content: "\f0d1";
}

.uk-icon-pinterest:before {
  content: "\f0d2";
}

.uk-icon-pinterest-square:before {
  content: "\f0d3";
}

.uk-icon-google-plus-square:before {
  content: "\f0d4";
}

.uk-icon-google-plus:before {
  content: "\f0d5";
}

.uk-icon-money:before {
  content: "\f0d6";
}

.uk-icon-caret-down:before {
  content: "\f0d7";
}

.uk-icon-caret-up:before {
  content: "\f0d8";
}

.uk-icon-caret-left:before {
  content: "\f0d9";
}

.uk-icon-caret-right:before {
  content: "\f0da";
}

.uk-icon-columns:before {
  content: "\f0db";
}

.uk-icon-unsorted:before, .uk-icon-sort:before {
  content: "\f0dc";
}

.uk-icon-sort-down:before, .uk-icon-sort-desc:before {
  content: "\f0dd";
}

.uk-icon-sort-up:before, .uk-icon-sort-asc:before {
  content: "\f0de";
}

.uk-icon-envelope:before {
  content: "\f0e0";
}

.uk-icon-linkedin:before {
  content: "\f0e1";
}

.uk-icon-rotate-left:before, .uk-icon-undo:before {
  content: "\f0e2";
}

.uk-icon-legal:before, .uk-icon-gavel:before {
  content: "\f0e3";
}

.uk-icon-dashboard:before, .uk-icon-tachometer:before {
  content: "\f0e4";
}

.uk-icon-comment-o:before {
  content: "\f0e5";
}

.uk-icon-comments-o:before {
  content: "\f0e6";
}

.uk-icon-flash:before, .uk-icon-bolt:before {
  content: "\f0e7";
}

.uk-icon-sitemap:before {
  content: "\f0e8";
}

.uk-icon-umbrella:before {
  content: "\f0e9";
}

.uk-icon-paste:before, .uk-icon-clipboard:before {
  content: "\f0ea";
}

.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}

.uk-icon-exchange:before {
  content: "\f0ec";
}

.uk-icon-cloud-download:before {
  content: "\f0ed";
}

.uk-icon-cloud-upload:before {
  content: "\f0ee";
}

.uk-icon-user-md:before {
  content: "\f0f0";
}

.uk-icon-stethoscope:before {
  content: "\f0f1";
}

.uk-icon-suitcase:before {
  content: "\f0f2";
}

.uk-icon-bell-o:before {
  content: "\f0a2";
}

.uk-icon-coffee:before {
  content: "\f0f4";
}

.uk-icon-cutlery:before {
  content: "\f0f5";
}

.uk-icon-file-text-o:before {
  content: "\f0f6";
}

.uk-icon-building-o:before {
  content: "\f0f7";
}

.uk-icon-hospital-o:before {
  content: "\f0f8";
}

.uk-icon-ambulance:before {
  content: "\f0f9";
}

.uk-icon-medkit:before {
  content: "\f0fa";
}

.uk-icon-fighter-jet:before {
  content: "\f0fb";
}

.uk-icon-beer:before {
  content: "\f0fc";
}

.uk-icon-h-square:before {
  content: "\f0fd";
}

.uk-icon-plus-square:before {
  content: "\f0fe";
}

.uk-icon-angle-double-left:before {
  content: "\f100";
}

.uk-icon-angle-double-right:before {
  content: "\f101";
}

.uk-icon-angle-double-up:before {
  content: "\f102";
}

.uk-icon-angle-double-down:before {
  content: "\f103";
}

.uk-icon-angle-left:before {
  content: "\f104";
}

.uk-icon-angle-right:before {
  content: "\f105";
}

.uk-icon-angle-up:before {
  content: "\f106";
}

.uk-icon-angle-down:before {
  content: "\f107";
}

.uk-icon-desktop:before {
  content: "\f108";
}

.uk-icon-laptop:before {
  content: "\f109";
}

.uk-icon-tablet:before {
  content: "\f10a";
}

.uk-icon-mobile-phone:before, .uk-icon-mobile:before {
  content: "\f10b";
}

.uk-icon-circle-o:before {
  content: "\f10c";
}

.uk-icon-quote-left:before {
  content: "\f10d";
}

.uk-icon-quote-right:before {
  content: "\f10e";
}

.uk-icon-spinner:before {
  content: "\f110";
}

.uk-icon-circle:before {
  content: "\f111";
}

.uk-icon-mail-reply:before, .uk-icon-reply:before {
  content: "\f112";
}

.uk-icon-github-alt:before {
  content: "\f113";
}

.uk-icon-folder-o:before {
  content: "\f114";
}

.uk-icon-folder-open-o:before {
  content: "\f115";
}

.uk-icon-smile-o:before {
  content: "\f118";
}

.uk-icon-frown-o:before {
  content: "\f119";
}

.uk-icon-meh-o:before {
  content: "\f11a";
}

.uk-icon-gamepad:before {
  content: "\f11b";
}

.uk-icon-keyboard-o:before {
  content: "\f11c";
}

.uk-icon-flag-o:before {
  content: "\f11d";
}

.uk-icon-flag-checkered:before {
  content: "\f11e";
}

.uk-icon-terminal:before {
  content: "\f120";
}

.uk-icon-code:before {
  content: "\f121";
}

.uk-icon-mail-reply-all:before, .uk-icon-reply-all:before {
  content: "\f122";
}

.uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before {
  content: "\f123";
}

.uk-icon-location-arrow:before {
  content: "\f124";
}

.uk-icon-crop:before {
  content: "\f125";
}

.uk-icon-code-fork:before {
  content: "\f126";
}

.uk-icon-unlink:before, .uk-icon-chain-broken:before {
  content: "\f127";
}

.uk-icon-question:before {
  content: "\f128";
}

.uk-icon-info:before {
  content: "\f129";
}

.uk-icon-exclamation:before {
  content: "\f12a";
}

.uk-icon-superscript:before {
  content: "\f12b";
}

.uk-icon-subscript:before {
  content: "\f12c";
}

.uk-icon-eraser:before {
  content: "\f12d";
}

.uk-icon-puzzle-piece:before {
  content: "\f12e";
}

.uk-icon-microphone:before {
  content: "\f130";
}

.uk-icon-microphone-slash:before {
  content: "\f131";
}

.uk-icon-shield:before {
  content: "\f132";
}

.uk-icon-calendar-o:before {
  content: "\f133";
}

.uk-icon-fire-extinguisher:before {
  content: "\f134";
}

.uk-icon-rocket:before {
  content: "\f135";
}

.uk-icon-maxcdn:before {
  content: "\f136";
}

.uk-icon-chevron-circle-left:before {
  content: "\f137";
}

.uk-icon-chevron-circle-right:before {
  content: "\f138";
}

.uk-icon-chevron-circle-up:before {
  content: "\f139";
}

.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}

.uk-icon-html5:before {
  content: "\f13b";
}

.uk-icon-css3:before {
  content: "\f13c";
}

.uk-icon-anchor:before {
  content: "\f13d";
}

.uk-icon-unlock-alt:before {
  content: "\f13e";
}

.uk-icon-bullseye:before {
  content: "\f140";
}

.uk-icon-ellipsis-h:before {
  content: "\f141";
}

.uk-icon-ellipsis-v:before {
  content: "\f142";
}

.uk-icon-rss-square:before {
  content: "\f143";
}

.uk-icon-play-circle:before {
  content: "\f144";
}

.uk-icon-ticket:before {
  content: "\f145";
}

.uk-icon-minus-square:before {
  content: "\f146";
}

.uk-icon-minus-square-o:before {
  content: "\f147";
}

.uk-icon-level-up:before {
  content: "\f148";
}

.uk-icon-level-down:before {
  content: "\f149";
}

.uk-icon-check-square:before {
  content: "\f14a";
}

.uk-icon-pencil-square:before {
  content: "\f14b";
}

.uk-icon-external-link-square:before {
  content: "\f14c";
}

.uk-icon-share-square:before {
  content: "\f14d";
}

.uk-icon-compass:before {
  content: "\f14e";
}

.uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before {
  content: "\f150";
}

.uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before {
  content: "\f151";
}

.uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before {
  content: "\f152";
}

.uk-icon-euro:before, .uk-icon-eur:before {
  content: "\f153";
}

.uk-icon-gbp:before {
  content: "\f154";
}

.uk-icon-dollar:before, .uk-icon-usd:before {
  content: "\f155";
}

.uk-icon-rupee:before, .uk-icon-inr:before {
  content: "\f156";
}

.uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before {
  content: "\f157";
}

.uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before {
  content: "\f158";
}

.uk-icon-won:before, .uk-icon-krw:before {
  content: "\f159";
}

.uk-icon-bitcoin:before, .uk-icon-btc:before {
  content: "\f15a";
}

.uk-icon-file:before {
  content: "\f15b";
}

.uk-icon-file-text:before {
  content: "\f15c";
}

.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}

.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}

.uk-icon-sort-amount-asc:before {
  content: "\f160";
}

.uk-icon-sort-amount-desc:before {
  content: "\f161";
}

.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}

.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}

.uk-icon-thumbs-up:before {
  content: "\f164";
}

.uk-icon-thumbs-down:before {
  content: "\f165";
}

.uk-icon-youtube-square:before {
  content: "\f166";
}

.uk-icon-youtube:before {
  content: "\f167";
}

.uk-icon-xing:before {
  content: "\f168";
}

.uk-icon-xing-square:before {
  content: "\f169";
}

.uk-icon-youtube-play:before {
  content: "\f16a";
}

.uk-icon-dropbox:before {
  content: "\f16b";
}

.uk-icon-stack-overflow:before {
  content: "\f16c";
}

.uk-icon-instagram:before {
  content: "\f16d";
}

.uk-icon-flickr:before {
  content: "\f16e";
}

.uk-icon-adn:before {
  content: "\f170";
}

.uk-icon-bitbucket:before {
  content: "\f171";
}

.uk-icon-bitbucket-square:before {
  content: "\f172";
}

.uk-icon-tumblr:before {
  content: "\f173";
}

.uk-icon-tumblr-square:before {
  content: "\f174";
}

.uk-icon-long-arrow-down:before {
  content: "\f175";
}

.uk-icon-long-arrow-up:before {
  content: "\f176";
}

.uk-icon-long-arrow-left:before {
  content: "\f177";
}

.uk-icon-long-arrow-right:before {
  content: "\f178";
}

.uk-icon-apple:before {
  content: "\f179";
}

.uk-icon-windows:before {
  content: "\f17a";
}

.uk-icon-android:before {
  content: "\f17b";
}

.uk-icon-linux:before {
  content: "\f17c";
}

.uk-icon-dribbble:before {
  content: "\f17d";
}

.uk-icon-skype:before {
  content: "\f17e";
}

.uk-icon-foursquare:before {
  content: "\f180";
}

.uk-icon-trello:before {
  content: "\f181";
}

.uk-icon-female:before {
  content: "\f182";
}

.uk-icon-male:before {
  content: "\f183";
}

.uk-icon-gittip:before, .uk-icon-gratipay:before {
  content: "\f184";
}

.uk-icon-sun-o:before {
  content: "\f185";
}

.uk-icon-moon-o:before {
  content: "\f186";
}

.uk-icon-archive:before {
  content: "\f187";
}

.uk-icon-bug:before {
  content: "\f188";
}

.uk-icon-vk:before {
  content: "\f189";
}

.uk-icon-weibo:before {
  content: "\f18a";
}

.uk-icon-renren:before {
  content: "\f18b";
}

.uk-icon-pagelines:before {
  content: "\f18c";
}

.uk-icon-stack-exchange:before {
  content: "\f18d";
}

.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}

.uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before {
  content: "\f191";
}

.uk-icon-dot-circle-o:before {
  content: "\f192";
}

.uk-icon-wheelchair:before {
  content: "\f193";
}

.uk-icon-vimeo-square:before {
  content: "\f194";
}

.uk-icon-turkish-lira:before, .uk-icon-try:before {
  content: "\f195";
}

.uk-icon-plus-square-o:before {
  content: "\f196";
}

.uk-icon-space-shuttle:before {
  content: "\f197";
}

.uk-icon-slack:before {
  content: "\f198";
}

.uk-icon-envelope-square:before {
  content: "\f199";
}

.uk-icon-wordpress:before {
  content: "\f19a";
}

.uk-icon-openid:before {
  content: "\f19b";
}

.uk-icon-institution:before, .uk-icon-bank:before, .uk-icon-university:before {
  content: "\f19c";
}

.uk-icon-mortar-board:before, .uk-icon-graduation-cap:before {
  content: "\f19d";
}

.uk-icon-yahoo:before {
  content: "\f19e";
}

.uk-icon-google:before {
  content: "\f1a0";
}

.uk-icon-reddit:before {
  content: "\f1a1";
}

.uk-icon-reddit-square:before {
  content: "\f1a2";
}

.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.uk-icon-stumbleupon:before {
  content: "\f1a4";
}

.uk-icon-delicious:before {
  content: "\f1a5";
}

.uk-icon-digg:before {
  content: "\f1a6";
}

.uk-icon-pied-piper:before {
  content: "\f1a7";
}

.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}

.uk-icon-drupal:before {
  content: "\f1a9";
}

.uk-icon-joomla:before {
  content: "\f1aa";
}

.uk-icon-language:before {
  content: "\f1ab";
}

.uk-icon-fax:before {
  content: "\f1ac";
}

.uk-icon-building:before {
  content: "\f1ad";
}

.uk-icon-child:before {
  content: "\f1ae";
}

.uk-icon-paw:before {
  content: "\f1b0";
}

.uk-icon-spoon:before {
  content: "\f1b1";
}

.uk-icon-cube:before {
  content: "\f1b2";
}

.uk-icon-cubes:before {
  content: "\f1b3";
}

.uk-icon-behance:before {
  content: "\f1b4";
}

.uk-icon-behance-square:before {
  content: "\f1b5";
}

.uk-icon-steam:before {
  content: "\f1b6";
}

.uk-icon-steam-square:before {
  content: "\f1b7";
}

.uk-icon-recycle:before {
  content: "\f1b8";
}

.uk-icon-automobile:before, .uk-icon-car:before {
  content: "\f1b9";
}

.uk-icon-cab:before, .uk-icon-taxi:before {
  content: "\f1ba";
}

.uk-icon-tree:before {
  content: "\f1bb";
}

.uk-icon-spotify:before {
  content: "\f1bc";
}

.uk-icon-deviantart:before {
  content: "\f1bd";
}

.uk-icon-soundcloud:before {
  content: "\f1be";
}

.uk-icon-database:before {
  content: "\f1c0";
}

.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}

.uk-icon-file-word-o:before {
  content: "\f1c2";
}

.uk-icon-file-excel-o:before {
  content: "\f1c3";
}

.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before, .uk-icon-file-image-o:before {
  content: "\f1c5";
}

.uk-icon-file-zip-o:before, .uk-icon-file-archive-o:before {
  content: "\f1c6";
}

.uk-icon-file-sound-o:before, .uk-icon-file-audio-o:before {
  content: "\f1c7";
}

.uk-icon-file-movie-o:before, .uk-icon-file-video-o:before {
  content: "\f1c8";
}

.uk-icon-file-code-o:before {
  content: "\f1c9";
}

.uk-icon-vine:before {
  content: "\f1ca";
}

.uk-icon-codepen:before {
  content: "\f1cb";
}

.uk-icon-jsfiddle:before {
  content: "\f1cc";
}

.uk-icon-life-bouy:before, .uk-icon-life-buoy:before, .uk-icon-life-saver:before, .uk-icon-support:before, .uk-icon-life-ring:before {
  content: "\f1cd";
}

.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}

.uk-icon-ra:before, .uk-icon-rebel:before {
  content: "\f1d0";
}

.uk-icon-ge:before, .uk-icon-empire:before {
  content: "\f1d1";
}

.uk-icon-git-square:before {
  content: "\f1d2";
}

.uk-icon-git:before {
  content: "\f1d3";
}

.uk-icon-hacker-news:before {
  content: "\f1d4";
}

.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}

.uk-icon-qq:before {
  content: "\f1d6";
}

.uk-icon-wechat:before, .uk-icon-weixin:before {
  content: "\f1d7";
}

.uk-icon-send:before, .uk-icon-paper-plane:before {
  content: "\f1d8";
}

.uk-icon-send-o:before, .uk-icon-paper-plane-o:before {
  content: "\f1d9";
}

.uk-icon-history:before {
  content: "\f1da";
}

.uk-icon-genderless:before, .uk-icon-circle-thin:before {
  content: "\f1db";
}

.uk-icon-header:before {
  content: "\f1dc";
}

.uk-icon-paragraph:before {
  content: "\f1dd";
}

.uk-icon-sliders:before {
  content: "\f1de";
}

.uk-icon-share-alt:before {
  content: "\f1e0";
}

.uk-icon-share-alt-square:before {
  content: "\f1e1";
}

.uk-icon-bomb:before {
  content: "\f1e2";
}

.uk-icon-soccer-ball-o:before, .uk-icon-futbol-o:before {
  content: "\f1e3";
}

.uk-icon-tty:before {
  content: "\f1e4";
}

.uk-icon-binoculars:before {
  content: "\f1e5";
}

.uk-icon-plug:before {
  content: "\f1e6";
}

.uk-icon-slideshare:before {
  content: "\f1e7";
}

.uk-icon-twitch:before {
  content: "\f1e8";
}

.uk-icon-yelp:before {
  content: "\f1e9";
}

.uk-icon-newspaper-o:before {
  content: "\f1ea";
}

.uk-icon-wifi:before {
  content: "\f1eb";
}

.uk-icon-calculator:before {
  content: "\f1ec";
}

.uk-icon-paypal:before {
  content: "\f1ed";
}

.uk-icon-google-wallet:before {
  content: "\f1ee";
}

.uk-icon-cc-visa:before {
  content: "\f1f0";
}

.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}

.uk-icon-cc-discover:before {
  content: "\f1f2";
}

.uk-icon-cc-amex:before {
  content: "\f1f3";
}

.uk-icon-cc-paypal:before {
  content: "\f1f4";
}

.uk-icon-cc-stripe:before {
  content: "\f1f5";
}

.uk-icon-bell-slash:before {
  content: "\f1f6";
}

.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}

.uk-icon-trash:before {
  content: "\f1f8";
}

.uk-icon-copyright:before {
  content: "\f1f9";
}

.uk-icon-at:before {
  content: "\f1fa";
}

.uk-icon-eyedropper:before {
  content: "\f1fb";
}

.uk-icon-paint-brush:before {
  content: "\f1fc";
}

.uk-icon-birthday-cake:before {
  content: "\f1fd";
}

.uk-icon-area-chart:before {
  content: "\f1fe";
}

.uk-icon-pie-chart:before {
  content: "\f200";
}

.uk-icon-line-chart:before {
  content: "\f201";
}

.uk-icon-lastfm:before {
  content: "\f202";
}

.uk-icon-lastfm-square:before {
  content: "\f203";
}

.uk-icon-toggle-off:before {
  content: "\f204";
}

.uk-icon-toggle-on:before {
  content: "\f205";
}

.uk-icon-bicycle:before {
  content: "\f206";
}

.uk-icon-bus:before {
  content: "\f207";
}

.uk-icon-ioxhost:before {
  content: "\f208";
}

.uk-icon-angellist:before {
  content: "\f209";
}

.uk-icon-cc:before {
  content: "\f20a";
}

.uk-icon-shekel:before, .uk-icon-sheqel:before, .uk-icon-ils:before {
  content: "\f20b";
}

.uk-icon-meanpath:before {
  content: "\f20c";
}

.uk-icon-buysellads:before {
  content: "\f20d";
}

.uk-icon-connectdevelop:before {
  content: "\f20e";
}

.uk-icon-dashcube:before {
  content: "\f210";
}

.uk-icon-forumbee:before {
  content: "\f211";
}

.uk-icon-leanpub:before {
  content: "\f212";
}

.uk-icon-sellsy:before {
  content: "\f213";
}

.uk-icon-shirtsinbulk:before {
  content: "\f214";
}

.uk-icon-simplybuilt:before {
  content: "\f215";
}

.uk-icon-skyatlas:before {
  content: "\f216";
}

.uk-icon-cart-plus:before {
  content: "\f217";
}

.uk-icon-cart-arrow-down:before {
  content: "\f218";
}

.uk-icon-diamond:before {
  content: "\f219";
}

.uk-icon-ship:before {
  content: "\f21a";
}

.uk-icon-user-secret:before {
  content: "\f21b";
}

.uk-icon-motorcycle:before {
  content: "\f21c";
}

.uk-icon-street-view:before {
  content: "\f21d";
}

.uk-icon-heartbeat:before {
  content: "\f21e";
}

.uk-icon-venus:before {
  content: "\f221";
}

.uk-icon-mars:before {
  content: "\f222";
}

.uk-icon-mercury:before {
  content: "\f223";
}

.uk-icon-transgender:before {
  content: "\f224";
}

.uk-icon-transgender-alt:before {
  content: "\f225";
}

.uk-icon-venus-double:before {
  content: "\f226";
}

.uk-icon-mars-double:before {
  content: "\f227";
}

.uk-icon-venus-mars:before {
  content: "\f228";
}

.uk-icon-mars-stroke:before {
  content: "\f229";
}

.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}

.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}

.uk-icon-neuter:before {
  content: "\f22c";
}

.uk-icon-facebook-official:before {
  content: "\f230";
}

.uk-icon-pinterest-p:before {
  content: "\f231";
}

.uk-icon-whatsapp:before {
  content: "\f232";
}

.uk-icon-server:before {
  content: "\f233";
}

.uk-icon-user-plus:before {
  content: "\f234";
}

.uk-icon-user-times:before {
  content: "\f235";
}

.uk-icon-hotel:before, .uk-icon-bed:before {
  content: "\f236";
}

.uk-icon-viacoin:before {
  content: "\f237";
}

.uk-icon-train:before {
  content: "\f238";
}

.uk-icon-subway:before {
  content: "\f239";
}

.uk-icon-medium-logo:before {
  content: "\f23a";
}

.uk-icon-500px:before {
  content: "\f26e";
}

.uk-icon-amazon:before {
  content: "\f270";
}

.uk-icon-balance-scale:before {
  content: "\f24e";
}

.uk-icon-battery-empty:before, .uk-icon-battery-0:before {
  content: "\f244";
}

.uk-icon-battery-quarter:before, .uk-icon-battery-1:before {
  content: "\f243";
}

.uk-icon-battery-half:before, .uk-icon-battery-2:before {
  content: "\f242";
}

.uk-icon-battery-three-quarters:before, .uk-icon-battery-3:before {
  content: "\f241";
}

.uk-icon-battery-full:before, .uk-icon-battery-4:before {
  content: "\f240";
}

.uk-icon-black-tie:before {
  content: "\f27e";
}

.uk-icon-calendar-check-o:before {
  content: "\f274";
}

.uk-icon-calendar-minus-o:before {
  content: "\f272";
}

.uk-icon-calendar-plus-o:before {
  content: "\f271";
}

.uk-icon-calendar-times-o:before {
  content: "\f273";
}

.uk-icon-cc-diners-club:before {
  content: "\f24c";
}

.uk-icon-cc-jcb:before {
  content: "\f24b";
}

.uk-icon-chrome:before {
  content: "\f268";
}

.uk-icon-clone:before {
  content: "\f24d";
}

.uk-icon-commenting:before {
  content: "\f27a";
}

.uk-icon-commenting-o:before {
  content: "\f27b";
}

.uk-icon-contao:before {
  content: "\f26d";
}

.uk-icon-creative-commons:before {
  content: "\f25e";
}

.uk-icon-expeditedssl:before {
  content: "\f23e";
}

.uk-icon-firefox:before {
  content: "\f269";
}

.uk-icon-fonticons:before {
  content: "\f280";
}

.uk-icon-get-pocket:before {
  content: "\f265";
}

.uk-icon-gg:before {
  content: "\f260";
}

.uk-icon-gg-circle:before {
  content: "\f261";
}

.uk-icon-hand-lizard-o:before {
  content: "\f258";
}

.uk-icon-hand-stop-o:before, .uk-icon-hand-paper-o:before {
  content: "\f256";
}

.uk-icon-hand-peace-o:before {
  content: "\f25b";
}

.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}

.uk-icon-hand-grab-o:before, .uk-icon-hand-rock-o:before {
  content: "\f255";
}

.uk-icon-hand-scissors-o:before {
  content: "\f257";
}

.uk-icon-hand-spock-o:before {
  content: "\f259";
}

.uk-icon-hourglass:before {
  content: "\f254";
}

.uk-icon-hourglass-o:before {
  content: "\f250";
}

.uk-icon-hourglass-1:before, .uk-icon-hourglass-start:before {
  content: "\f251";
}

.uk-icon-hourglass-2:before, .uk-icon-hourglass-half:before {
  content: "\f252";
}

.uk-icon-hourglass-3:before, .uk-icon-hourglass-end:before {
  content: "\f253";
}

.uk-icon-houzz:before {
  content: "\f27c";
}

.uk-icon-i-cursor:before {
  content: "\f246";
}

.uk-icon-industry:before {
  content: "\f275";
}

.uk-icon-internet-explorer:before {
  content: "\f26b";
}

.uk-icon-map:before {
  content: "\f279";
}

.uk-icon-map-o:before {
  content: "\f278";
}

.uk-icon-map-pin:before {
  content: "\f276";
}

.uk-icon-map-signs:before {
  content: "\f277";
}

.uk-icon-mouse-pointer:before {
  content: "\f245";
}

.uk-icon-object-group:before {
  content: "\f247";
}

.uk-icon-object-ungroup:before {
  content: "\f248";
}

.uk-icon-odnoklassniki:before {
  content: "\f263";
}

.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}

.uk-icon-opencart:before {
  content: "\f23d";
}

.uk-icon-opera:before {
  content: "\f26a";
}

.uk-icon-optin-monster:before {
  content: "\f23c";
}

.uk-icon-registered:before {
  content: "\f25d";
}

.uk-icon-safari:before {
  content: "\f267";
}

.uk-icon-sticky-note:before {
  content: "\f249";
}

.uk-icon-sticky-note-o:before {
  content: "\f24a";
}

.uk-icon-tv:before, .uk-icon-television:before {
  content: "\f26c";
}

.uk-icon-trademark:before {
  content: "\f25c";
}

.uk-icon-tripadvisor:before {
  content: "\f262";
}

.uk-icon-vimeo:before {
  content: "\f27d";
}

.uk-icon-wikipedia-w:before {
  content: "\f266";
}

.uk-icon-yc:before, .uk-icon-y-combinator:before {
  content: "\f23b";
}

.uk-icon-yc-square:before, .uk-icon-y-combinator-square:before {
  content: "\f1d4";
}

.uk-icon-bluetooth:before {
  content: "\f293";
}

.uk-icon-bluetooth-b:before {
  content: "\f294";
}

.uk-icon-codiepie:before {
  content: "\f284";
}

.uk-icon-credit-card-alt:before {
  content: "\f283";
}

.uk-icon-edge:before {
  content: "\f282";
}

.uk-icon-fort-awesome:before {
  content: "\f286";
}

.uk-icon-hashtag:before {
  content: "\f292";
}

.uk-icon-mixcloud:before {
  content: "\f289";
}

.uk-icon-modx:before {
  content: "\f285";
}

.uk-icon-pause-circle:before {
  content: "\f28b";
}

.uk-icon-pause-circle-o:before {
  content: "\f28c";
}

.uk-icon-percent:before {
  content: "\f295";
}

.uk-icon-product-hunt:before {
  content: "\f288";
}

.uk-icon-reddit-alien:before {
  content: "\f281";
}

.uk-icon-scribd:before {
  content: "\f28a";
}

.uk-icon-shopping-bag:before {
  content: "\f290";
}

.uk-icon-shopping-basket:before {
  content: "\f291";
}

.uk-icon-stop-circle:before {
  content: "\f28d";
}

.uk-icon-stop-circle-o:before {
  content: "\f28e";
}

.uk-icon-usb:before {
  content: "\f287";
}

.uk-icon-american-sign-language-interpreting:before, .uk-icon-asl-interpreting:before {
  content: "\f2a3";
}

.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.uk-icon-audio-description:before {
  content: "\f29e";
}

.uk-icon-blind:before {
  content: "\f29d";
}

.uk-icon-braille:before {
  content: "\f2a1";
}

.uk-icon-deaf:before, .uk-icon-deafness:before {
  content: "\f2a4";
}

.uk-icon-envira:before {
  content: "\f299";
}

.uk-icon-font-awesome:before, .uk-icon-fa:before {
  content: "\f2b4";
}

.uk-icon-first-order:before {
  content: "\f2b0";
}

.uk-icon-gitlab:before {
  content: "\f296";
}

.uk-icon-glide:before {
  content: "\f2a5";
}

.uk-icon-glide-g:before {
  content: "\f2a6";
}

.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}

.uk-icon-low-vision:before {
  content: "\f2a8";
}

.uk-icon-question-circle-o:before {
  content: "\f29c";
}

.uk-icon-sign-language:before, .uk-icon-signing:before {
  content: "\f2a7";
}

.uk-icon-snapchat:before {
  content: "\f2ab";
}

.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}

.uk-icon-snapchat-square:before {
  content: "\f2ad";
}

.uk-icon-themeisle:before {
  content: "\f2b2";
}

.uk-icon-universal-access:before {
  content: "\f29a";
}

.uk-icon-viadeo:before {
  content: "\f2a9";
}

.uk-icon-viadeo-square:before {
  content: "\f2aa";
}

.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}

.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}

.uk-icon-wpbeginner:before {
  content: "\f297";
}

.uk-icon-wpforms:before {
  content: "\f298";
}

.uk-icon-yoast:before {
  content: "\f2b1";
}*/

.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}

.uk-close:hover, .uk-close:focus {
  opacity: 0.5;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1;
}

.uk-close-alt:hover, .uk-close-alt:focus {
  opacity: 1;
}

.uk-close-alt:after {
  opacity: 0.5;
}

.uk-close-alt:hover:after, .uk-close-alt:focus:after {
  opacity: 0.8;
}

.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}

a.uk-badge:hover {
  color: #fff;
}

.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}

.uk-badge-success {
  background-color: #8cc14c;
}

.uk-badge-warning {
  background-color: #faa732;
}

.uk-badge-danger {
  background-color: #da314b;
}

.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(112, 212, 255, 0.2);
  color: #00608A;
}

*+.uk-alert {
  margin-top: 15px;
}

.uk-alert> :last-child {
  margin-bottom: 0;
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit;
}

.uk-alert>.uk-close:first-child {
  float: right;
}

.uk-alert>.uk-close:first-child+* {
  margin-top: 0;
}

.uk-alert-success {
  background: rgba(197, 225, 156, 0.2);
  color: #547423;
}

.uk-alert-warning {
  background: rgba(255, 227, 150, 0.2);
  color: #AB7D00;
}

.uk-alert-danger {
  background: rgba(242, 167, 167, 0.2);
  color: #8C2B2B;
}

.uk-alert-large {
  padding: 20px;
}

.uk-alert-large>.uk-close:first-child {
  margin: -10px -10px 0 0;
}

.uk-thumbnail {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

a.uk-thumbnail:hover, a.uk-thumbnail:focus {
  border-color: #aaa;
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444;
}

.uk-thumbnail-mini {
  width: 150px;
}

.uk-thumbnail-small {
  width: 200px;
}

.uk-thumbnail-medium {
  width: 300px;
}

.uk-thumbnail-large {
  width: 400px;
}

.uk-thumbnail-expand, .uk-thumbnail-expand>img {
  width: 100%;
}

.uk-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}

.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.uk-overlay> :first-child {
  margin-bottom: 0;
}

.uk-overlay-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}

.uk-overlay-panel> :last-child, .uk-overlay-panel.uk-flex>*> :last-child {
  margin-bottom: 0;
}

.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
  color: inherit;
}

.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

.uk-overlay-active :not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.uk-overlay-image {
  padding: 0;
}

.uk-overlay-top {
  bottom: auto;
}

.uk-overlay-bottom {
  top: auto;
}

.uk-overlay-left {
  right: auto;
}

.uk-overlay-right {
  left: auto;
}

.uk-overlay-icon:before {
  content: "@";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

.uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, .uk-overlay-grayscale, .uk-overlay-blur, [class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.uk-overlay-active .uk-overlay-fade, .uk-overlay-active .uk-overlay-scale, .uk-overlay-active .uk-overlay-spin, .uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}

.uk-overlay-fade {
  opacity: 0.7;
}

.uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active>.uk-overlay-fade {
  opacity: 1;
}

.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-overlay-hover:hover .uk-overlay-scale, .uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-active .uk-active>.uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.uk-overlay-hover:hover .uk-overlay-spin, .uk-overlay-hover.uk-hover .uk-overlay-spin, .uk-overlay-active .uk-active>.uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.uk-overlay-hover:hover .uk-overlay-grayscale, .uk-overlay-hover.uk-hover .uk-overlay-grayscale, .uk-overlay-active .uk-active>.uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

[class*='uk-overlay-slide'] {
  opacity: 0;
}

.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-overlay-hover:hover [class*='uk-overlay-slide'], .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'], .uk-overlay-active .uk-active>[class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.uk-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}

.uk-overlay-area:empty:before {
  content: "@";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}

.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-overlay-area-content {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}

.uk-overlay-area-content> :last-child {
  margin-bottom: 0;
}

.uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}

.uk-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}

[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

@media (min-width:480px) {
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:768px) {
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:960px) {
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:1220px) {
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*='uk-animation-'], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.uk-dropdown, .uk-dropdown-blank {
  display: none;
  position: absolute;
  z-index: 970;
  box-sizing: border-box;
  width: 200px;
}

.uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  font-size: 1rem;
  vertical-align: top;
}

.uk-dropdown:focus {
  outline: none;
}

.uk-open>.uk-dropdown, .uk-open>.uk-dropdown-blank {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.uk-dropdown-top {
  margin-top: -5px;
}

.uk-dropdown-bottom {
  margin-top: 5px;
}

.uk-dropdown-left {
  margin-left: -5px;
}

.uk-dropdown-right {
  margin-left: 5px;
}

.uk-dropdown .uk-nav {
  margin: 0 -15px;
}

.uk-grid .uk-dropdown-grid+.uk-dropdown-grid {
  margin-top: 15px;
}

.uk-dropdown-grid>[class*='uk-width-']>.uk-panel+.uk-panel {
  margin-top: 15px;
}

@media (min-width:768px) {
  .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}

@media (max-width:767px) {
  .uk-dropdown-grid>[class*='uk-width-'] {
    width: 100%;
  }
  .uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-'] {
  width: 100%;
}

.uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}

.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}

.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}

.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}

.uk-open>.uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}

.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.uk-modal.uk-open {
  opacity: 1;
}

.uk-modal-page, .uk-modal-page body {
  overflow: hidden;
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}

@media (max-width:767px) {
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}

.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.uk-modal-dialog> :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}

.uk-modal-dialog>.uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}

.uk-modal-dialog>.uk-close:first-child+ :not([class*='uk-modal-']) {
  margin-top: 0;
}

.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

@media (max-width:767px) {
  .uk-modal-dialog-lightbox>.uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}

.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.uk-modal-dialog-blank>.uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}

@media (min-width:768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}

@media (min-width:1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}

.uk-modal-header {
  margin-bottom: 15px;
}

.uk-modal-footer {
  margin-top: 15px;
}

.uk-modal-header> :last-child, .uk-modal-footer> :last-child {
  margin-bottom: 0;
}

.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}

.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0, 0, 0, 0.2);
}

.uk-offcanvas.uk-active {
  display: block;
}

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-left: 0;
}

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #0d0d0d;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  transition: none;
}

.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0, 0, 100vh, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}

.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar-flip[mode='reveal']>* {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show>* {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.uk-offcanvas .uk-panel {
  margin: 45px 25px;
  color: #0d0d0d;
}

.uk-offcanvas .uk-panel-title {
  color: white;
}

.uk-offcanvas .uk-panel a:not([class]) {
  color: white;
}

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #333;
}

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

.uk-switcher> :not(.uk-active) {
  display: none;
}

.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.uk-text-bold {
  font-weight: bold;
}

.uk-text-muted {
  color: #999 !important;
}

.uk-text-primary {
  color: #2d7091 !important;
}

.uk-text-success {
  color: #659f13 !important;
}

.uk-text-warning {
  color: #e28327 !important;
}

.uk-text-danger {
  color: #d85030 !important;
}

.uk-text-contrast {
  color: #fff !important;
}

.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

@media (max-width:959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}

@media (max-width:767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}

.uk-text-nowrap {
  white-space: nowrap;
}

.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .type-benefits-section .node-benefits-section, #group-header .field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-tour-section article.node-tour-section, .type-steps-section .node-steps-section, .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-why-section .node-why-section, .node-sign-up-for-a-free-trial, .field-name-field-product-blocks>.field-items, .node-type-webform #content {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

@media (min-width:1220px) {
  .uk-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .type-benefits-section .node-benefits-section, #group-header .field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-tour-section article.node-tour-section, .type-steps-section .node-steps-section, .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-why-section .node-why-section, .node-sign-up-for-a-free-trial, .field-name-field-product-blocks>.field-items, .node-type-webform #content {
    max-width: 1200px;
    padding: 0 35px;
  }
}

.uk-container:before, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper:before, .type-benefits-section .node-benefits-section:before, #group-header .field-name-field-product-header:before, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section:before, .type-tour-section article.node-tour-section:before, .type-steps-section .node-steps-section:before, .type-overview-section.view-mode-alternative_1 .node-overview-section:before, .type-overview-section.view-mode-alternative_2 .node-overview-section:before, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference:before, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:before, .type-overview-section.view-mode-alternative_4 .node-overview-section:before, .type-rotator-section .field-name-field-highlight-screenshots .field-items:before, .type-why-section .node-why-section:before, .node-sign-up-for-a-free-trial:before, .field-name-field-product-blocks>.field-items:before, .node-type-webform #content:before, .uk-container:after, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper:after, .type-benefits-section .node-benefits-section:after, #group-header .field-name-field-product-header:after, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section:after, .type-tour-section article.node-tour-section:after, .type-steps-section .node-steps-section:after, .type-overview-section.view-mode-alternative_1 .node-overview-section:after, .type-overview-section.view-mode-alternative_2 .node-overview-section:after, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference:after, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:after, .type-overview-section.view-mode-alternative_4 .node-overview-section:after, .type-rotator-section .field-name-field-highlight-screenshots .field-items:after, .type-why-section .node-why-section:after, .node-sign-up-for-a-free-trial:after, .field-name-field-product-blocks>.field-items:after, .node-type-webform #content:after {
  content: "";
  display: table;
}

.uk-container:after, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper:after, .type-benefits-section .node-benefits-section:after, #group-header .field-name-field-product-header:after, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section:after, .type-tour-section article.node-tour-section:after, .type-steps-section .node-steps-section:after, .type-overview-section.view-mode-alternative_1 .node-overview-section:after, .type-overview-section.view-mode-alternative_2 .node-overview-section:after, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference:after, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:after, .type-overview-section.view-mode-alternative_4 .node-overview-section:after, .type-rotator-section .field-name-field-highlight-screenshots .field-items:after, .type-why-section .node-why-section:after, .node-sign-up-for-a-free-trial:after, .field-name-field-product-blocks>.field-items:after, .node-type-webform #content:after {
  clear: both;
}

.uk-container-center, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .type-benefits-section .node-benefits-section, #group-header .field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-tour-section article.node-tour-section, .type-steps-section .node-steps-section, .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-why-section .node-why-section, .field-name-field-product-blocks>.field-items, .node-type-webform #content, .node-type-webform #content #webform-client-form-6530 {
  margin-left: auto;
  margin-right: auto;
}

.uk-clearfix:before {
  content: "";
  display: table-cell;
}

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.uk-nbfc {
  overflow: hidden;
}

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}

.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

[class*='uk-float-'] {
  max-width: 100%;
}

[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}

.uk-align-left {
  margin-right: 15px;
  float: left;
}

.uk-align-right {
  margin-left: 15px;
  float: right;
}

@media (min-width:768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}

.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

.uk-vertical-align {
  font-size: 0.001px;
}

.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-vertical-align-middle, .uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}

.uk-vertical-align-middle {
  vertical-align: middle;
}

.uk-vertical-align-bottom {
  vertical-align: bottom;
}

[class*='uk-height'] {
  box-sizing: border-box;
}

.uk-height-1-1, .node-type-webform #content {
  height: 100%;
}

.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}

.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box;
}

.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}

.uk-responsive-height {
  max-height: 100%;
  width: auto;
}

.uk-margin {
  margin-bottom: 15px;
}

*+.uk-margin {
  margin-top: 15px;
}

.uk-margin-top {
  margin-top: 15px !important;
}

.uk-margin-bottom {
  margin-bottom: 15px !important;
}

.uk-margin-left {
  margin-left: 15px !important;
}

.uk-margin-right {
  margin-right: 15px !important;
}

.uk-margin-large {
  margin-bottom: 50px;
}

*+.uk-margin-large {
  margin-top: 50px;
}

.uk-margin-large-top {
  margin-top: 50px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}

.uk-margin-large-left {
  margin-left: 50px !important;
}

.uk-margin-large-right {
  margin-right: 50px !important;
}

.uk-margin-small {
  margin-bottom: 5px;
}

*+.uk-margin-small {
  margin-top: 5px;
}

.uk-margin-small-top {
  margin-top: 5px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}

.uk-margin-small-left {
  margin-left: 5px !important;
}

.uk-margin-small-right {
  margin-right: 5px !important;
}

.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-top-remove {
  margin-top: 0 !important;
}

.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-top-remove {
  padding-top: 0 !important;
}

.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-border-circle {
  border-radius: 50%;
}

.uk-border-rounded {
  border-radius: 5px;
}

.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}

@media (min-width:768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}

.uk-link-muted, .uk-link-muted a {
  color: #444;
}

.uk-link-muted:hover, .uk-link-muted a:hover {
  color: #444;
}

.uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}

.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.uk-scrollable-box> :last-child {
  margin-bottom: 0;
}

.uk-overflow-hidden {
  overflow: hidden;
}

.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-container> :last-child {
  margin-bottom: 0;
}

.uk-position-absolute, [class*='uk-position-top'], [class*='uk-position-bottom'] {
  position: absolute !important;
}

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-relative {
  position: relative !important;
}

.uk-position-z-index {
  z-index: 1;
}

.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
  max-width: 100%;
}

@media (min-width:960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}

@media (max-width:767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}

.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}

.uk-invisible {
  visibility: hidden !important;
}

.uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}

.uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}

.uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch {
  display: none !important;
}

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.uk-flex>*, .uk-flex-inline>* {
  -ms-flex-negative: 1;
}

.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

@media (min-width:480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width:768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width:960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (min-width:1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  -ms-flex-negative: 1;
}

.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.uk-contrast {
  color: #fff;
}

.uk-contrast a:not([class]), .uk-contrast .uk-link {
  color: fade(#fff, 70%);
  text-decoration: none;
}

.uk-contrast a:not([class]):hover, .uk-contrast .uk-link:hover {
  color: #fff;
  text-decoration: underline;
}

.uk-contrast :not(pre)>code, .uk-contrast :not(pre)>kbd, .uk-contrast :not(pre)>samp {
  color: #fff;
}

.uk-contrast em {
  color: #fff;
}

.uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6 {
  color: #fff;
}

.uk-contrast hr {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav li>a, .uk-contrast .uk-nav li>a:hover {
  text-decoration: none;
}

.uk-contrast .uk-nav-side>li>a {
  color: #fff;
}

.uk-contrast .uk-nav-side>li>a:hover, .uk-contrast .uk-nav-side>li>a:focus {
  background: fade(#fff, 10%);
  color: #fff;
}

.uk-contrast .uk-nav-side>li.uk-active>a {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-nav-side .uk-nav-header {
  color: #fff;
}

.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav-side ul a {
  color: fade(#fff, 70%);
}

.uk-contrast .uk-nav-side ul a:hover {
  color: #fff;
}

.uk-contrast .uk-subnav>*>a {
  color: fade(#fff, 70%);
  text-decoration: none;
}

.uk-contrast .uk-subnav>*>a:hover, .uk-contrast .uk-subnav>*>a:focus {
  color: #fff;
  text-decoration: none;
}

.uk-contrast .uk-subnav>.uk-active>a {
  color: #fff;
}

.uk-contrast .uk-subnav-line> :nth-child(n+2):before {
  border-left-color: fade(#fff, 20%);
}

.uk-contrast .uk-subnav-pill>*>a:hover, .uk-contrast .uk-subnav-pill>*>a:focus {
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

.uk-contrast .uk-subnav-pill>.uk-active>a {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-tab {
  border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab>li>a {
  border-color: transparent;
  color: fade(#fff, 70%);
}

.uk-contrast .uk-tab>li>a:hover, .uk-contrast .uk-tab>li>a:focus, .uk-contrast .uk-tab>li.uk-open>a {
  border-color: fade(#fff, 70%);
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

.uk-contrast .uk-tab>li.uk-active>a {
  border-color: fade(#fff, 20%);
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

.uk-contrast .uk-tab-center {
  border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab-grid:before {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-list-line>li:nth-child(n+2) {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-form select, .uk-contrast .uk-form textarea, .uk-contrast .uk-form input:not([type]), .uk-contrast .uk-form input[type="text"], .uk-contrast .uk-form input[type="password"], .uk-contrast .uk-form input[type="datetime"], .uk-contrast .uk-form input[type="datetime-local"], .uk-contrast .uk-form input[type="date"], .uk-contrast .uk-form input[type="month"], .uk-contrast .uk-form input[type="time"], .uk-contrast .uk-form input[type="week"], .uk-contrast .uk-form input[type="number"], .uk-contrast .uk-form input[type="email"], .uk-contrast .uk-form input[type="url"], .uk-contrast .uk-form input[type="search"], .uk-contrast .uk-form input[type="tel"], .uk-contrast .uk-form input[type="color"] {
  border-color: fade(#fff, 80%);
  background: fade(#fff, 80%);
  color: #444;
  background-clip: padding-box;
}

.uk-contrast .uk-form select:focus, .uk-contrast .uk-form textarea:focus, .uk-contrast .uk-form input:not([type]):focus, .uk-contrast .uk-form input[type="text"]:focus, .uk-contrast .uk-form input[type="password"]:focus, .uk-contrast .uk-form input[type="datetime"]:focus, .uk-contrast .uk-form input[type="datetime-local"]:focus, .uk-contrast .uk-form input[type="date"]:focus, .uk-contrast .uk-form input[type="month"]:focus, .uk-contrast .uk-form input[type="time"]:focus, .uk-contrast .uk-form input[type="week"]:focus, .uk-contrast .uk-form input[type="number"]:focus, .uk-contrast .uk-form input[type="email"]:focus, .uk-contrast .uk-form input[type="url"]:focus, .uk-contrast .uk-form input[type="search"]:focus, .uk-contrast .uk-form input[type="tel"]:focus, .uk-contrast .uk-form input[type="color"]:focus {
  border-color: #fff;
  background: #fff;
  color: #444;
}

.uk-contrast .uk-form :-ms-input-placeholder {
  color: fade(#444, 70%) !important;
}

.uk-contrast .uk-form ::-moz-placeholder {
  color: fade(#444, 70%);
}

.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: fade(#444, 70%);
}

.uk-contrast .uk-button, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit {
  color: #444;
  background: #fff;
}

.uk-contrast .uk-button:hover, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:hover, .uk-contrast .uk-button:focus, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:focus, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

.uk-contrast .uk-button:active, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:active, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:active, .uk-contrast .uk-button.uk-active, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.uk-active.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.uk-active.form-submit {
  background-color: fade(#fff, 70%);
  color: #444;
}

.uk-contrast .uk-button-primary, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit {
  background-color: #0078EF;
  color: #fff;
}

.uk-contrast .uk-button-primary:hover, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:hover, .uk-contrast .uk-button-primary:focus, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:focus, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:focus {
  background-color: #35b3ee;
  color: #fff;
}

.uk-contrast .uk-button-primary:active, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:active, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.form-submit:active, .uk-contrast .uk-button-primary.uk-active, .uk-contrast .node-type-webform #content #webform-client-form-6530 div.form-actions input.uk-active.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-contrast input.uk-active.form-submit {
  background-color: #0091ca;
  color: #fff;
}

.uk-contrast .uk-icon-hover {
  color: fade(#fff, 70%);
}

.uk-contrast .uk-icon-hover:hover {
  color: #fff;
}

.uk-contrast .uk-icon-button {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-icon-button:hover, .uk-contrast .uk-icon-button:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

.uk-contrast .uk-icon-button:active {
  background-color: fade(#fff, 70%);
  color: #444;
}

.uk-contrast .uk-text-muted {
  color: fade(#fff, 60%) !important;
}

.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}

.uk-slidenav:hover, .uk-slidenav:focus {
  outline: none;
  text-decoration: none;
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}

.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}

.uk-slidenav-previous:before {
  content: "@";
  font-family: FontAwesome;
}

.uk-slidenav-next:before {
  content: "@";
  font-family: FontAwesome;
}

.uk-slidenav-position {
  position: relative;
}

.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}

.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}

.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}

.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
  list-style: none;
}

.uk-dotnav>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 15px;
  margin-top: 15px;
}

.uk-dotnav:before, .uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-dotnav:after {
  clear: both;
}

.uk-dotnav>* {
  float: left;
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav>*> :hover, .uk-dotnav>*> :focus {
  background: rgba(50, 50, 50, 0.4);
  outline: none;
}

.uk-dotnav>*> :active {
  background: rgba(50, 50, 50, 0.6);
}

.uk-dotnav>.uk-active>* {
  background: rgba(50, 50, 50, 0.4);
}

.uk-dotnav-contrast>*>* {
  background: rgba(255, 255, 255, 0.4);
}

.uk-dotnav-contrast>*> :hover, .uk-dotnav-contrast>*> :focus {
  background: rgba(255, 255, 255, 0.7);
}

.uk-dotnav-contrast>*> :active {
  background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-contrast>.uk-active>* {
  background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uk-dotnav-vertical>* {
  float: none;
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 10px 10px;
  background: #444444;
  color: white;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}

.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px dashed #444444;
}

.uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after {
  bottom: -6px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #444444;
}

.uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
  top: -6px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #444444;
}

.uk-tooltip-top:after, .uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -6px;
}

.uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
  left: 10px;
}

.uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after {
  right: 10px;
}

.uk-tooltip-left:after {
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #444444;
}

.uk-tooltip-right:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #444444;
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}

.uk-slideshow>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.uk-slideshow>.uk-active {
  z-index: 10;
  opacity: 1;
}

.uk-slideshow>li>img {
  visibility: hidden;
}

[data-uk-slideshow-slide] {
  cursor: pointer;
}

.uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li {
  height: 100vh;
}

.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}

.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}

.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before, .uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

.uk-form-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.uk-form-select select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  -webkit-appearance: none;
}

html {
  height: 100%;
  line-height: 25px;
}

body {
  height: auto;
  min-height: 100%;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  text-align: left;
  font-family: Metric, Arial, sans-serif;
}

#wrap {
  min-height: 85vh;
}

.title-link {
  font-size: 18px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0078EF;
  position: relative;
  top: -10px;
  right: 0px;
  margin: auto;
}

.play {
  display: block;
  height: 85px !important;
  width: 85px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

/*.play .inner-circle {
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/play_icon_mf.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 75px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 75px;
  border-radius: 100px;
  transition: all .5s ease 0s;
}

.play .outer-circle {
  height: 75px;
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 5px;
  width: 75px;
  -webkit-animation: playIcon 2s linear 0s infinite normal;
  -webkit-transition: all .5s ease 0s;
  animation: playIcon 2s linear 0s infinite normal;
  border: 2px solid #00A884;
  border-radius: 100px;
}*/

#main {
  min-height: 300px;
}

@media (max-width:766px) {
  .uk-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .type-benefits-section .node-benefits-section, #group-header .field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-tour-section article.node-tour-section, .type-steps-section .node-steps-section, .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-why-section .node-why-section, .node-sign-up-for-a-free-trial, .field-name-field-product-blocks>.field-items, .node-type-webform #content {
    padding: 0px 20px;
  }
  #main {
    min-height: 600px;
  }
}

h1 {
  font-weight: 400;
}

a, .uk-link {
  color: #0078EF;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
}

.uk-button, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  border-radius: 0px;
}

ul>li, ol>li {
  margin-bottom: 10px;
}

ul>li:last-child, ol>li:last-child {
  margin-bottom: 0px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.page-container {
  min-width: inherit;
}

body.node-type-terms-conditions {
  padding: 0px;
}

body.node-type-terms-conditions #content {
  padding: 0px;
}

body.node-type-terms-conditions #content .field-name-title h2 {
  margin-top: 10px;
}

body.node-type-terms-conditions #content .field-name-field-terms-conditions {
  padding: 0px 30px;
}

.uk-navbar-brand {
  padding-left: 0px;
}

.uk-navbar-brand img {
  height: 55px;
  width: 100px;
}

.uk-navbar-nav li {
  margin-bottom: 0px;
}

.uk-navbar i {
  font-size: 20px;
  line-height: 64px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-error p {
  color: #ff0039;
}

@media (max-width:766px) {
  .uk-navbar .uk-container, .uk-navbar .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .uk-navbar .slide-content-wrapper, .uk-navbar .type-benefits-section .node-benefits-section, .type-benefits-section .uk-navbar .node-benefits-section, .uk-navbar #group-header .field-name-field-product-header, #group-header .uk-navbar .field-name-field-product-header, .uk-navbar .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .uk-navbar .node-testimonials-section, .uk-navbar .type-tour-section article.node-tour-section, .type-tour-section .uk-navbar article.node-tour-section, .uk-navbar .type-steps-section .node-steps-section, .type-steps-section .uk-navbar .node-steps-section, .uk-navbar .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .uk-navbar .node-overview-section, .uk-navbar .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .uk-navbar .node-overview-section, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .uk-navbar .field-type-entityreference, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .uk-navbar ul, .uk-navbar .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .uk-navbar .node-overview-section, .uk-navbar .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .uk-navbar .field-items, .uk-navbar .type-why-section .node-why-section, .type-why-section .uk-navbar .node-why-section, .uk-navbar .node-sign-up-for-a-free-trial, .uk-navbar .field-name-field-product-blocks>.field-items, .uk-navbar .node-type-webform #content, .node-type-webform .uk-navbar #content {
    padding: 0px;
  }
  .uk-navbar .uk-container .uk-navbar-nav>li>a, .uk-navbar .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper .uk-navbar-nav>li>a, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .uk-navbar .slide-content-wrapper .uk-navbar-nav>li>a, .uk-navbar .type-benefits-section .node-benefits-section .uk-navbar-nav>li>a, .type-benefits-section .uk-navbar .node-benefits-section .uk-navbar-nav>li>a, .uk-navbar #group-header .field-name-field-product-header .uk-navbar-nav>li>a, #group-header .uk-navbar .field-name-field-product-header .uk-navbar-nav>li>a, .uk-navbar .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section .uk-navbar-nav>li>a, .type-testimonials-section.view-mode-alternative_3 .uk-navbar .node-testimonials-section .uk-navbar-nav>li>a, .uk-navbar .type-tour-section article.node-tour-section .uk-navbar-nav>li>a, .type-tour-section .uk-navbar article.node-tour-section .uk-navbar-nav>li>a, .uk-navbar .type-steps-section .node-steps-section .uk-navbar-nav>li>a, .type-steps-section .uk-navbar .node-steps-section .uk-navbar-nav>li>a, .uk-navbar .type-overview-section.view-mode-alternative_1 .node-overview-section .uk-navbar-nav>li>a, .type-overview-section.view-mode-alternative_1 .uk-navbar .node-overview-section .uk-navbar-nav>li>a, .uk-navbar .type-overview-section.view-mode-alternative_2 .node-overview-section .uk-navbar-nav>li>a, .type-overview-section.view-mode-alternative_2 .uk-navbar .node-overview-section .uk-navbar-nav>li>a, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .uk-navbar-nav>li>a, .type-overview-section.view-mode-alternative_3 .node-overview-section .uk-navbar .field-type-entityreference .uk-navbar-nav>li>a, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul .uk-navbar-nav>li>a, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .uk-navbar ul .uk-navbar-nav>li>a, .uk-navbar .type-overview-section.view-mode-alternative_4 .node-overview-section .uk-navbar-nav>li>a, .type-overview-section.view-mode-alternative_4 .uk-navbar .node-overview-section .uk-navbar-nav>li>a, .uk-navbar .type-rotator-section .field-name-field-highlight-screenshots .field-items .uk-navbar-nav>li>a, .type-rotator-section .field-name-field-highlight-screenshots .uk-navbar .field-items .uk-navbar-nav>li>a, .uk-navbar .type-why-section .node-why-section .uk-navbar-nav>li>a, .type-why-section .uk-navbar .node-why-section .uk-navbar-nav>li>a, .uk-navbar .node-sign-up-for-a-free-trial .uk-navbar-nav>li>a, .uk-navbar .field-name-field-product-blocks>.field-items .uk-navbar-nav>li>a, .uk-navbar .node-type-webform #content .uk-navbar-nav>li>a, .node-type-webform .uk-navbar #content .uk-navbar-nav>li>a {
    padding: 0px 20px;
  }
  .uk-navbar-brand {
    padding-left: 20px;
  }
}

.obt-mobilenav {
  display: none;
}

.obt-mobilenav ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 10px 20px;
}

.obt-mobilenav ul li {
  display: block;
  font-size: 16px;
  padding: 14px 0px;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0px;
}

.obt-mobilenav ul li:last-child {
  border-bottom: 0px;
}

.obt-subnav {
  height: 60px;
  background: #EEEEEE;
  width: 100%;
  z-index: 100;
}

.obt-subnav span {
  float: left;
  height: 60px;
  line-height: 60px;
}

.uk-subnav {
  display: inline;
  margin-top: 0px;
}

.uk-subnav>li {
  line-height: 60px;
}

.pq-sidebar {
  padding-left: 20px;
}

.pq-sideMenu div.tab, .pq-sideMenu div.mobile-tab {
  padding: 20px 15px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  transition: border-right 0.3s;
  display: block;
  border-right: 5px solid white;
}

.pq-sideMenu div.tab:first-child {
  border-top: 1px solid #DDDDDD;
}

.pq-sideMenu div.tab i, .pq-sideMenu div.mobile-tab i {
  font-size: 35px;
  float: left;
  margin-top: -5px;
  color: #DDDDDD;
  margin-right: 10px;
  transition: border-right 0s;
}

.pq-sideMenu div.mobile-tab i.fa-angle-down, .pq-sideMenu div.mobile-tab i.fa-angle-up {
  float: right;
}

.pq-sideMenu div.tab:hover, .pq-sideMenu div.tab:active, .pq-sideMenu div.mobile-tab:hover, .pq-sideMenu div.mobile-tab:active {
  background-color: #BDEBFF;
  border-right-color: #0096D6;
  color: #0096D6;
}

.pq-sideMenu div.tab.active, .pq-sideMenu div.mobile-tab.active {
  font-weight: bold;
  border-right: 5px solid #0096D6;
}

.pq-sideMenu>div.tab.active i {
  color: #333;
}

@media (min-width:992px) {
  .pq-sideMenu div.mobile-tab {
    display: none;
  }
}

@media (max-width:991px) {
  .pq-sideMenu div.content {
    margin-top: 15px;
  }
  .tabs {
    display: none;
  }
}

.pq-sideMenu div.subTitle {
  font-weight: 700;
  margin-top: 20px;
  padding: 0px 0px 5px;
}

.pq-sideMenu div.content {
  display: none;
}

.pq-sideMenu div.content.active {
  display: block;
}

.obt-header {
  width: 600px;
  height: 64px;
  background-color: #0096D6;
  text-align: left;
  padding: 0px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #DDDDDD;
  border-bottom: 0px;
}

.obt-header img {
  height: 100%;
  width: auto;
}

.obt-header img.hp {
  height: 40px;
  margin: 12px 20px;
}

#upgrade-browser {
  text-align: center;
  font-size: 18px;
  padding: 26px;
}

#upgrade-browser p {
  margin: 0px;
}

.email-continuer {
  border: 1px solid #DDDDDD;
  border-top: 0px;
  border-bottom: 0px;
  width: 560px;
  padding: 10px 20px;
  color: #AAAAAA;
  background-color: #F5F5F5;
}

.uk-container>.pq-footer, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper>.pq-footer, .type-benefits-section .node-benefits-section>.pq-footer, #group-header .field-name-field-product-header>.pq-footer, .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section>.pq-footer, .type-tour-section article.node-tour-section>.pq-footer, .type-steps-section .node-steps-section>.pq-footer, .type-overview-section.view-mode-alternative_1 .node-overview-section>.pq-footer, .type-overview-section.view-mode-alternative_2 .node-overview-section>.pq-footer, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference>.pq-footer, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul>.pq-footer, .type-overview-section.view-mode-alternative_4 .node-overview-section>.pq-footer, .type-rotator-section .field-name-field-highlight-screenshots .field-items>.pq-footer, .type-why-section .node-why-section>.pq-footer, .node-sign-up-for-a-free-trial>.pq-footer, .field-name-field-product-blocks>.field-items>.pq-footer, .node-type-webform #content>.pq-footer {
  padding: 30px;
}

.pq-footer {
  background-color: #EEEEEE;
  padding: 30px 0px;
  font-size: 13px;
  display: block;
  color: #888888;
}

.pq-footer.email {
  padding: 30px 20px;
  width: 560px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #DDDDDD;
}

.pq-footer .top {
  margin-bottom: 15px;
}

.pq-footer .bottom {
  font-size: 12px;
}

.pq-footer .right {
  font-size: 12px;
  text-align: right;
}

@media (max-width:767px) {
  .pq-footer .right {
    text-align: left;
  }
}

.pq-footer .footer-social {
  float: left;
  margin-right: 15px;
}

.pq-footer .footer-social i {
  margin-right: 10px;
  color: #888888;
}

.pq-footer .footer-social i:hover {
  color: #333;
}

.pq-footer .footer-social .language {
  background-color: #F5F5F5;
  border-radius: 2px;
  display: inline-block;
  height: 21px;
  margin: 0px 10px;
  padding: 2px 7px 7px;
  position: relative;
}

.pq-footer .footer-social .language img {
  display: inline-block;
  height: 15px;
}

.pq-footer .footer-social .language .language-selector {
  width: 500px;
  background-color: white;
  position: absolute;
  bottom: 28px;
  left: -1px;
  padding: 20px;
  border: 1px solid #EEEEEE;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333;
  display: none;
}

.pq-footer .footer-social .language .language-selector p {
  font-weight: bold;
}

.pq-footer .footer-social .language .language-selector ul li {
  display: block;
  margin-bottom: 20px;
}

.pq-footer .footer-social .language .language-selector ul li.active a {
  font-weight: bold;
  color: #333;
}

.pq-footer .footer-social .language .language-selector ul li a {
  color: #0096D6;
}

.pq-footer .footer-social .language .language-selector ul li img {
  width: 30px;
  height: 20px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.pq-footer .footer-social .language .language-selector ul li:last-child {
  margin-bottom: 0px;
}

.pq-footer .footer-social .language:hover {
  background-color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: pointer;
  border-radius: 0px 0px 2px 2px;
}

.pq-footer .footer-social .language:hover .language-selector {
  display: block;
}

.pq-footer a {
  color: #888888;
}

.pq-footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: inline-block;
}

.pq-footer ul li {
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 0px;
}

.pq-footer ul li a {
  color: #888888;
}

@media (max-width:767px) {
  .pq-footer .footer-social {
    margin-bottom: 15px;
    display: block;
    float: none;
  }
  .pq-footer .footer-social i {
    font-size: 16px;
  }
  .pq-footer ul {
    display: block;
  }
  .pq-footer ul li {
    display: block;
  }
}

.pq-footer .supplemental {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}

.pq-footer .supplemental ul li {
  margin-right: 20px;
}

.pq-footer .supplemental ul li a {
  color: #0096D6;
}

.pq-footer .supplemental ul li:last-child {
  margin-right: 0px;
}

.pq-footer .supplemental img {
  vertical-align: baseline;
}

.modal {
  display: none;
}

#pq-toTop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: rgba(221, 221, 221, 0.5);
  padding: 5px 15px;
  font-size: 24px;
  border-top-left-radius: 5px;
  color: #AAAAAA;
  cursor: pointer;
}

#pq-toTop:hover {
  background-color: rgba(221, 221, 221, 0.7);
}

.home-scroll-container {
  position: fixed;
  bottom: 75px;
  width: 100%;
  height: 0px;
  z-index: 10;
}

.home-scroll-container .home-scroll-wrapper {
  margin: 0px auto;
  position: relative;
  height: 0px;
}

.home-scroll-container .home-scroll-top {
  position: absolute;
  bottom: 30px;
  right: -43px;
  display: block;
  background-color: #53565a;
  border-radius: 3px 0px 0px 3px;
  color: #fff;
  color: #fff;
  font-size: 24px;
  height: 37px;
  width: 43px;
  transition-property: right;
  transition-duration: .4s;
  text-align: center;
}

.home-scroll-container .home-scroll-top.visible {
  right: 0px;
}

.home-scroll-container .home-scroll-top i {
  color: #fff;
}

.page-node-229 #main {
  padding: 0px 50px;
}

.page-about-end-user-agreement-terms #main {
  background-color: #F5F5F7;
}

.uk-slideshow li.row {
  margin: 0px;
}

.page-node-4693 div.messages--error.messages.error {
  display: none;
}

.node-8212 {
  background-color: #60798D;
}

.type-testimonials-section.view-mode-alternative_3 {
  background-color: #60798D;
}

.node-microsite-banner-section.node-teaser .links.inline {
  display: none;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners {
  position: relative;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner {
  position: relative;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper .slide-content {
  max-width: 610px;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content {
  position: relative;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -100;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .background.image {
  background-size: cover;
  background-position: center center;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .background.mobile-opacity {
  display: none;
}

@media only screen and (max-width:960px) {
  .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .background.mobile-opacity {
    z-index: -90;
    display: block;
    background-color: #000000;
    opacity: 0.5;
  }
  .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .background.image {
    background-position: center center;
  }
  .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .slide-content-wrapper .slide-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-title {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-header {
  margin-top: 10px;
  font-size: 36px;
  color: #333;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width:1220px) {
  .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-header {
    font-size: 32px;
  }
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-body {
  margin-top: 20px;
  font-size: 18px;
  line-height: 135%;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-cta a:hover {
  text-decoration: none;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-cta a:hover {
  background-color: #0078EF !important;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-cta a:focus {
  background-color: #0078EF !important;
}

@media (max-width:767px) {
  .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .content .field-name-field-hero-cta a {
    width: 100%;
  }
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slideshow {
  height: 600px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav {
  position: absolute;
  top: 250px;
  margin-left: -60px;
  font-size: 58px !important;
  display: none;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav.uk-slidenav-previous {
  left: 70px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav.uk-slidenav-next {
  right: 70px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners span.prev, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners span.next {
  color: #CACACA;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav:hover, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners span.prev:hover, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners span.next:hover {
  color: #444444;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav-previous {
  top: 50%;
  margin-left: -60px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-slidenav-next {
  top: 50%;
  margin-right: -60px;
  right: 0px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .uk-position-bottom {
  bottom: -60px;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .carousel-indicators {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  text-align: center;
  padding: 0;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .carousel-indicators li {
  margin: 0 8px;
  display: inline-block;
  list-style: none;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .carousel-indicators li:only-child {
  display: none;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .carousel-indicators a {
  border: 1px solid #333;
  display: block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: white;
}

.node-microsite-banner-section.node-teaser .field-name-field-hero-banners .carousel-indicators .uk-active a {
  background-color: #0078EF;
}

.type-benefits-section {
  padding: 60px 0px;
}

.type-benefits-section .node-benefits-section .field-name-field-benefits-header {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.type-benefits-section .node-benefits-section .field-name-field-image .field-items .field-item {
  position: relative;
  max-width: 280px;
}

.type-benefits-section .node-benefits-section .field-name-field-image .field-items .field-item .content {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .type-benefits-section .node-benefits-section .field-name-field-image .field-items .field-item .content {
    height: auto;
  }
}

.type-benefits-section .node-benefits-section .field-name-field-image .field-items .field-item .content img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.type-benefits-section .node-benefits-section .field-name-field-benifits-description {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #666;
}

@media (max-width:767px) {
  .type-benefits-section .node-benefits-section .field-name-field-benifits-description {
    display: none;
  }
}

.type-benefits-section .node-benefits-section .field-name-field-benefits {
  margin-top: 20px;
}

.type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}

@media (max-width:767px) {
  .type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item {
    display: block;
    width: 100%;
  }
}

.type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit {
  text-align: left;
  margin-top: 30px;
}

.type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit .field-name-field-youtube-video {
  display: none;
}

.type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit .field-name-title .field-item, .type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit .field-name-title h2 {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-top: 0px;
}

.type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit .field-name-body .field-item, .type-benefits-section .node-benefits-section .field-name-field-benefits .field-items .field-item .node-microsite-benefit .field-name-body p {
  width: 100%;
  padding-right: 20px;
}

.krumo-root {
  text-align: left;
}

.uk-nav-side>li>a:focus {
  background-color: inherit;
}

.uk-dropdown {
  z-index: 180;
}

.node-unpublished {
  background: inherit;
}

.node-type-home-page .node-micro-site-hero-banner .field-name-body {
  display: block !important;
}

.live-chat-wrapper {
  position: fixed;
  bottom: 9px;
  right: 11px;
  z-index: 195;
}

#lpChat .lp_survey_area .lp_buttons_area .lp_close_survey_button, #lpChat .lp_survey_area .lp_buttons_area .lp_next_button, #lpChat .lp_survey_area .lp_buttons_area .lp_submit_button {
  border-radius: 30px !important;
  background-color: #0078EF !important;
}

.uk-button, .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  font-weight: 600;
}

.uk-button-secondary {
  background-color: #DDDDDD;
  color: #333;
}

.uk-button-secondary:hover, .uk-button-secondary:focus {
  background-color: #CACACA;
  color: #333;
}

.uk-button-secondary:active, .uk-button-secondary.uk-active {
  background-color: #CACACA;
  color: #333;
}

.uk-button-mingrey {
  background-color: transparent;
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

.uk-button-mingrey:hover, .uk-button-mingrey:focus {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}

.uk-button-mingrey:active, .uk-button-mingrey.uk-active {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}

.uk-button-minwhite {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.uk-button-minwhite:hover, .uk-button-minwhite:focus {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.uk-button-minwhite:active, .uk-button-minwhite.uk-active {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.uk-form {
  margin-bottom: 30px;
}

.uk-form input[type="text"], .uk-form select, .uk-form textarea, .uk-form input {
  border-radius: 5px;
  width: 100%;
}

.uk-form .uk-form-row, .uk-form [class*='uk-width-'] {
  position: relative;
}

.uk-form label {
  font-size: 12px;
  position: absolute;
  top: -12px;
  margin-left: 5px;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -3px -3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, -3px 3px 0 #FFFFFF, 3px 3px 0 #FFFFFF;
  padding: 0px 5px;
}

.uk-form label {
  position: absolute;
  top: -6px;
  left: 20px;
  font-size: 10px;
  font-weight: 400;
  background-color: white;
  color: #888888;
  height: 13px;
  padding: 0px 4px;
  margin: 0px;
  line-height: 10px;
  overflow: hidden;
}

.form-unhide-label label {
  display: block !important;
}

.uk-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.uk-form input:focus::-moz-placeholder {
  color: transparent;
}

.uk-form input:focus:-moz-placeholder {
  color: transparent;
}

.uk-form input:focus:-ms-placeholder {
  color: transparent;
}

.uk-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.uk-form textarea:focus::-moz-placeholder {
  color: transparent;
}

.uk-form textarea:focus:-moz-placeholder {
  color: transparent;
}

.uk-form textarea:focus:-ms-placeholder {
  color: transparent;
}

.uk-form label {
  display: none;
}

.uk-form .show-label label {
  display: block;
}

.uk-form input[type="checkbox"], .uk-form input[type="radio"] {
  margin: 3px 6px 3px 0px;
}

.uk-form textarea {
  resize: none;
}

.uk-form .error {
  display: none;
}

.uk-form .has-error .error {
  font-size: 14px;
  color: #FF0000;
  display: block;
  padding: 5px 5px 0px;
  line-height: 18px;
  border-radius: 0px 0px 5px 5px;
}

.uk-form .has-error input, .uk-form .has-error select, .uk-form .has-error textarea {
  border-color: #FF0000;
}

select.ng-touched.ng-invalid {
  border-color: #FF0000;
}

.uk-form .uk-button, .uk-form .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .uk-form input.form-submit {
  width: 100%;
}

.uk-form .uk-grid {
  margin-top: 20px;
}

.uk-table thead {
  border-bottom: 2px solid #EEEEEE;
}

.uk-table.blue thead {
  background-color: #0096D6;
  color: white;
}

.uk-table th, .uk-table td {
  padding: 15px;
}

.pq-tooltip {
  border-bottom: 1px dotted #0096D6;
  color: #0096D6;
}

.uk-alert {
  margin-top: 8px;
  border: 1px solid #70D4FF;
  border-radius: 5px;
}

.uk-alert i, .uk-alert .uk-close {
  color: #0096D6;
}

.uk-alert i {
  margin-right: 5px;
}

.uk-alert-danger {
  border-color: #F2A7A7;
}

.uk-alert-danger i, .uk-alert-danger .uk-close {
  color: #FF0000;
}

.uk-alert-success {
  border-color: #C5E19C;
}

.uk-alert-success i, .uk-alert-success .uk-close {
  color: #7EAF35;
}

.uk-alert-warning {
  border-color: #FFE396;
}

.uk-alert-warning i, .uk-alert-warning .uk-close {
  color: #EDAE00;
}

.uk-progress {
  border-radius: 5px;
}

.form-blk, .page-node-6530 .webform-confirmation, .node-type-webform #content {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 60px auto;
  border: 1px solid #AAAAAA;
  padding: 10px 0px 30px;
}

@media only screen and (max-width:768px) {
  .form-blk, .page-node-6530 .webform-confirmation, .node-type-webform #content {
    width: 100%;
  }
}

.context-blk {
  margin-top: 80px;
  padding-left: 20px;
  color: #333;
}

.context-blk ul {
  padding-left: 17px;
}

.form-help-txt {
  color: #888888;
  margin: 10px 0px 0px;
  font-size: 12px;
}

.cust-radio>div {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  line-height: 35px;
}

.cust-radio>div>span {
  display: inline-block;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  text-align: center;
}

.cust-radio>div>span i {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}

.cust-radio>.inline {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

.cust-radio>div:after {
  content: "\a";
  white-space: pre;
}

.cust-radio>div.active span {
  background-color: #0078EF;
  border-color: #0078EF;
}

.cust-radio>div.active span i {
  margin-top: 5px;
  visibility: visible;
  font-size: 16px;
  color: #ffffff;
}

.page-user.not-logged-in body, .page-user.not-logged-in html, .page-user.not-logged-in #page, .page-user.not-logged-in #main {
  background-color: #f2f2f2;
}

.page-user.not-logged-in #main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-user.not-logged-in .tabs, .page-user.not-logged-in .description, .page-user.not-logged-in span.form-required {
  display: none;
}

.page-user.not-logged-in #main #content {
  max-width: 450px;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  padding: 50px 20px;
  border: 1px solid #f2f2f2;
}

@media only screen and (min-width:480px) {
  .page-user.not-logged-in #main #content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.page-user.not-logged-in h2 {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 0px 0 30px 0;
}

.page-user.not-logged-in .form-item {
  text-align: left;
  margin-bottom: 10px;
}

.page-user.not-logged-in label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}

.page-user.not-logged-in input {
  width: 100%;
  font-size: 16px;
  padding: 3px;
}

.page-user.not-logged-in input[type="submit"] {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.page-user.not-logged-in .help {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
}

.page-user.not-logged-in .sign-up {
  background-color: #f2f2f2;
  width: 100%;
  padding: 25px;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-top: none;
  max-width: 450px;
  margin: 0 auto 100px auto;
  font-size: 14px;
}

.page-user.not-logged-in .form-actions {
  margin: 0;
}

.page-user.not-logged-in input[type="submit"] {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.page-user-password #block-system-main {
  margin-bottom: 100px;
}

.uk-h2, h2 {
  margin-top: 30px;
  color: #333;
  font-size: 24px;
  font-weight: 400;
}

.wysiwyg {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.wysiwyg ul {
  margin: 15px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.wysiwyg ul li {
  margin-bottom: 10px;
}

.text-color-white, .text-color-white *, .text-color-white #group-banner .field-name-field-banner-title h1, .text-color-white #group-banner .field-name-field-banner-text {
  color: #ffffff;
}

@media only screen and (max-width:960px) {
  .node-micro-site-hero-banner * {
    color: #ffffff;
  }
  .node-micro-site-hero-banner a {
    color: #ffffff;
  }
}

.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 10px 15px 0 15px;
}

.tabs-primary__tab, .tabs-secondary__tab, .tabs-secondary__tab.is-active {
  float: left;
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-secondary__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
}

.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

.tabs-secondary {
  font-size: .9em;
  margin-top: -1.5em;
}

.tabs-secondary__tab, .tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

.pmodal {
  display: none;
}

.pmodal .pmodal-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  z-index: 10000;
}

.pmodal .pmodal-content {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.pmodal a.close {
  position: absolute;
  top: 10px;
  right: 12px;
  opacity: 1.0;
}

.pmodal a.close:hover {
  opacity: 0.8;
}

.pmodal a.close i {
  color: #adadad;
  font-size: 24px;
}

@media only screen and (min-width:768px) {
  .pmodal .pmodal-content-wrapper {
    margin: 0px 15px;
  }
  .pmodal .pmodal-content {
    margin: 50px auto 0px auto;
    max-width: 768px;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content {
  padding: 0;
}

.pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content a.close {
  top: 20px;
  right: 22px;
}

@media only screen and (min-width:768px) {
  .pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content a.close {
    top: -25px;
    right: -25px;
  }
}

.pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content div.video {
  background-color: #000;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}

.pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content div.video>* {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.pmodal.youtubeModal .pmodal-bg .pmodal-content-wrapper .pmodal-content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

body.cke_editable {
  padding: 10px;
}

.wysiwyg, body.cke_editable {
  font-size: 18px;
  color: #333333;
  line-height: 135%;
}

.wysiwyg ol, .wysiwyg ul, body.cke_editable ol, body.cke_editable ul {
  margin: 0 0 0px 48px;
  padding: 0;
}

.wysiwyg ol>li, .wysiwyg ul>li, body.cke_editable ol>li, body.cke_editable ul>li {
  margin: 0 0 10px 0;
  padding: 0;
}

.wysiwyg ol>li p, .wysiwyg ul>li p, body.cke_editable ol>li p, body.cke_editable ul>li p {
  margin: 0;
}

.wysiwyg ul, body.cke_editable ul {
  list-style-type: disc;
}

.wysiwyg ol, body.cke_editable ol {
  font-weight: 400;
}

.wysiwyg ol li span, body.cke_editable ol li span {
  font-weight: 400;
}

.wysiwyg p, body.cke_editable p {
  margin-top: 0;
  margin-bottom: 20px;
}

.wysiwyg a, body.cke_editable a {
  font-size: 18px;
  color: #0078EF;
}

.wysiwyg a:hover, body.cke_editable a:hover {
  text-decoration: underline;
}

.wysiwyg a.cta-small, body.cke_editable a.cta-small {
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #00BAFF !important;
  color: #0078EF;
}

.wysiwyg a.cta-small:hover, body.cke_editable a.cta-small:hover {
  background-color: transparent !important;
}

.wysiwyg .table-responsive, body.cke_editable .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .wysiwyg .table-responsive .table-responsive, body.cke_editable .table-responsive .table-responsive {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.wysiwyg table, body.cke_editable table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  font-weight: 400;
}

.wysiwyg table .cta-small, .wysiwyg table .page-user.not-logged-in input[type="submit"], .page-user.not-logged-in .wysiwyg table input[type="submit"], body.cke_editable table .cta-small, body.cke_editable table .page-user.not-logged-in input[type="submit"], .page-user.not-logged-in body.cke_editable table input[type="submit"] {
  width: 100%;
}

.wysiwyg tbody, .wysiwyg table, .wysiwyg th, .wysiwyg td, body.cke_editable tbody, body.cke_editable table, body.cke_editable th, body.cke_editable td {
  border: none;
  border-collapse: collapse;
}

.wysiwyg tr:nth-child(even), body.cke_editable tr:nth-child(even) {
  background: #d0d4d8;
}

.wysiwyg tr:nth-child(odd), body.cke_editable tr:nth-child(odd) {
  background: #ffffff;
}

.wysiwyg td, body.cke_editable td {
  padding: 15px 10px;
  vertical-align: text-top;
  word-wrap: break-word;
  display: table-cell;
}

.wysiwyg th, body.cke_editable th {
  background-color: #425563;
  color: #FFFFFF;
  padding: 15px 10px;
}

.wysiwyg code, body.cke_editable code {
  display: block;
  max-width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #888888;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
}

.wysiwyg code em, body.cke_editable code em {
  word-break: break-all;
}

.wysiwyg blockquote, body.cke_editable blockquote {
  border-left: 6px solid #0078EF;
  margin: 30px 0px;
  padding-left: 10px;
  font-size: 20px;
  color: #888888;
  font-family: Bitter, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  max-width: 700px;
}

.wysiwyg hr, body.cke_editable hr {
  border: 1px solid #888888;
  margin: 0.5em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.cta-small, .page-user.not-logged-in input[type="submit"], .wysiwyg .cta-small, .wysiwyg .page-user.not-logged-in input[type="submit"], .page-user.not-logged-in .wysiwyg input[type="submit"] {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  color: #FFFFFF;
}

.cta-small:hover, .page-user.not-logged-in input[type="submit"]:hover, .wysiwyg .cta-small:hover, .wysiwyg .page-user.not-logged-in input[type="submit"]:hover, .page-user.not-logged-in .wysiwyg input[type="submit"]:hover {
  text-decoration: none;
}

.cta-small:hover, .page-user.not-logged-in input[type="submit"]:hover, .wysiwyg .cta-small:hover, .wysiwyg .page-user.not-logged-in input[type="submit"]:hover, .page-user.not-logged-in .wysiwyg input[type="submit"]:hover {
  background-color: #0078EF !important;
}

.cta-small:focus, .page-user.not-logged-in input[type="submit"]:focus, .wysiwyg .cta-small:focus, .wysiwyg .page-user.not-logged-in input[type="submit"]:focus, .page-user.not-logged-in .wysiwyg input[type="submit"]:focus {
  background-color: #0078EF !important;
}

.play-video {
  display: inline-block;
  height: 106px !important;
  width: 85px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -53px 0 0 -42px;
  transform: none;
  cursor: pointer;
}

.play-video.small {
  height: 66px !important;
  width: 65px !important;
  margin: -37px 0 0 -32px;
}

.play-video.small .inner-circle {
  width: 50px;
  height: 50px;
}

/*.play-video .inner-circle {
  background-size: contain;
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/play_icon_mf.svg);
  border: 0;
  padding: 0;
  display: block;
  height: 70px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 70px;
  border-radius: 100px;
  transition: all .5s ease 0s;
}
*/
.hidden {
  display: none;
}

.node.hide-title .field-name-title {
  display: none;
}

.background-light-grey, .background-light-grey.node-product-page.node .field-name-field-product-sections>.field-items>.field-item, .background-light-grey.node-product-page.node .field-name-field-product-sections>.field-items.inverted>.field-item {
  background-color: #F7F7F7;
}

.background-white, .background-white.node-product-page.node .field-name-field-product-sections>.field-items>.field-item, .background-white.node-product-page.node .field-name-field-product-sections>.field-items.inverted>.field-item {
  background-color: #ffffff;
}

.background-transparent, .background-transparent.node-product-page.node .field-name-field-product-sections>.field-items>.field-item, .background-transparent.node-product-page.node .field-name-field-product-sections>.field-items.inverted>.field-item {
  background-color: transparent;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.node-cards-section .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 20px 30px;
}

.node-cards-section .content .field-name-field-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 20px;
  line-height: 20px;
  text-align: center;
}

.cards-section-list {
  padding-left: 0px;
  padding-right: 30px;
}

.cards-section-list .card {
  margin-bottom: 20px;
  min-height: 265px;
}

.cards-section-list .border-bottom {
  background-color: #614767;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  padding: 0;
}

.cards-section-list .uk-grid {
  background-color: #ffffff;
  position: relative;
  min-height: 265px;
  text-align: left;
  font-weight: 400;
  flex-direction: column;
  border: 1px solid #666666;
  border-bottom: 1px solid #614767;
  margin: 0 auto 0px auto;
  padding: 15px 20px 15px 20px;
}

.cards-section-list .uk-grid h4 {
  font-size: 16px;
  color: #666666;
  margin: 0 0 0px 0;
  line-height: 120%;
}

.cards-section-list .uk-grid h3 {
  font-size: 16px;
  color: #333333;
  margin: 0 0 0px 0;
  font-weight: 600;
  line-height: 120%;
}

.cards-section-list .uk-grid .card-title {
  color: #333333;
}

.cards-section-list .uk-grid .card-title:hover {
  text-decoration: none;
}

.cards-section-list .uk-grid .card-title:hover h3 {
  color: #0078EF;
}

.cards-section-list .uk-grid .wysiwyg {
  font-size: 18px;
  color: #333333;
  margin: 40px 0 10px 0;
  line-height: 120%;
}

.cards-section-list .uk-grid .wysiwyg p {
  margin: 0;
}

.cards-section-list .uk-grid .wysiwyg a {
  font-size: 18px;
  color: #0078EF;
}

.cards-section-list .uk-grid .wysiwyg a:hover {
  text-decoration: underline;
}

.cards-section-list .uk-grid .grid-top, .cards-section-list .uk-grid .grid-bottom {
  padding: 0;
}

.cards-section-list .uk-grid .grid-bottom {
  margin-top: auto;
}

.cards-section-list .uk-grid .cta {
  font-size: 18px;
  color: #0078EF;
}

.cards-section-list .uk-grid .cta .fa {
  font-size: 14px;
  margin-right: 5px;
}

body.node-type-home-page {
  color: #333;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-12px);
  }
  60% {
    -webkit-transform: translateY(-6px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-12px);
  }
  60% {
    -moz-transform: translateY(-6px);
  }
}

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-12px);
  }
  60% {
    -ms-transform: translateY(-6px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}

.section-title {
  font-weight: 400;
  font-size: 30px;
}

#home-hero-group {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
  margin: 0px auto;
}

#home-hero-group>.layer-home-content {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

#home-hero-group>.layer-home-scaler {
  overflow: hidden;
}

#home-hero-group>.layer-home-scaler img {
  position: relative;
  z-index: 1;
  min-width: 786px;
  margin-left: -300px;
  margin-top: -10px;
  width: 100%;
}

#home-hero-group .home-content {
  *zoom: 1;
  max-width: 1140px;
  margin: 0px auto;
  color: #fff;
}

#home-hero-group .home-content:before, #home-hero-group .home-content:after {
  content: " ";
  display: table;
}

#home-hero-group .home-content:after {
  clear: both;
}

#home-hero-group .home-content .wordwrapper {
  background-color: rgba(255, 255, 255, 0.9);
  float: right;
  position: relative;
  padding: 15px 20px 15px 20px;
}

#home-hero-group .home-content .wordwrapper .firstline {
  *zoom: 1;
  display: none;
  text-align: left;
}

#home-hero-group .home-content .wordwrapper .firstline:before, #home-hero-group .home-content .wordwrapper .firstline:after {
  content: " ";
  display: table;
}

#home-hero-group .home-content .wordwrapper .firstline:after {
  clear: both;
}

#home-hero-group .home-content .wordwrapper:after {
  content: " ";
  display: block;
  height: 100%;
  right: -10000%;
  position: absolute;
  width: 10000%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
}

#home-hero-group .home-content h2 {
  display: inline-block;
  margin: 0px 8px 0px 0px;
  font-weight: 400;
  font-size: 18px;
}

#home-hero-group .home-content h2.changing-word {
  color: #333;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 18px;
}

#home-hero-group .home-content h3 {
  clear: both;
  margin: 0;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

#home-hero-group .home-content h3 span {
  display: block;
}

#home-hero-group .field-name-field-customer-types {
  display: none;
}

#group-solutions {
  position: relative;
  z-index: 2;
}

#group-solutions>.group-width-wrapper {
  max-width: 1140px;
  margin: 0px auto;
}

#group-solutions .field-name-field-solutions-title .field-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}

#group-solutions .field-name-field-solutions-text .field-item {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0px 20px;
}

#group-solutions .field-name-field-solutions-blocks .field-name-field-solution-logo {
  display: table;
  width: 100%;
}

#group-solutions .field-name-field-solutions-blocks .field-name-field-solution-logo>.field-items {
  display: table-cell;
  vertical-align: bottom;
}

#group-solutions .field-name-field-solutions-blocks>.field-items>.field-item {
  text-align: center;
  padding: 0px 20px 0px 20px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  transition-property: background-color;
  transition-duration: .6s;
}

#group-solutions .field-name-field-solutions-blocks>.field-items>.field-item.open {
  background-color: #f5f5f5;
}

#group-solutions .field-name-field-solutions-blocks>.field-items>.field-item .field-name-field-solution-logo {
  height: 34px;
  display: none;
}

#group-solutions .field-name-field-solutions-blocks>.field-items>.field-item .field-name-field-solution-logo img {
  position: relative;
  bottom: 0px;
  transition-property: bottom;
  transition-duration: .5s;
  margin: 0px auto;
}

#group-solutions .field-name-field-solutions-blocks>.field-items>.field-item:hover .field-name-field-solution-logo img {
  bottom: 10px;
}

#group-solutions .field-name-field-solutions-blocks .field-name-body {
  margin-bottom: 25px;
}

#group-solutions .field-name-field-solutions-blocks .field-name-body a:hover {
  text-decoration: underline;
}

#group-solutions .field-name-field-info-link {
  text-align: center;
}

#group-solutions .node-solution-block {
  position: relative;
}

#group-solutions .node-solution-block .solution-collapse {
  position: absolute;
  top: 0px;
  right: -10px;
  left: 0px;
  font-size: 20px;
  color: #918f8f;
  padding: 10px 10px;
  text-decoration: none;
  text-align: right;
}

#group-solutions .node-solution-block .fa-chevron-up {
  display: none;
}

#group-solutions .node-solution-block h2.node-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 60px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
}

#group-solutions .node-solution-block h2.node-title a {
  color: #333;
}

#group-solutions .node-solution-block h2.node-title a:hover {
  color: #0078EF;
}

#group-solutions .node-solution-block.open .fa-chevron-up {
  display: inline;
}

#group-solutions .node-solution-block.open .fa-chevron-down {
  display: none;
}

#group-solutions .node-solution-block.open h2.node-title {
  font-weight: bold;
}

#group-solutions .solutions-all {
  padding: 50px 0 0px;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}

#group-solutions .solutions-all a {
  -moz-text-decoration-line: none !important;
}

#group-solutions .solutions-all a:hover {
  text-decoration: none;
}

#group-clients {
  margin: 0px 25px 20px 25px;
  display: none;
}

.field-name-field-clients-title {
  display: none;
}

.field-name-field-clients-text {
  margin-bottom: 60px;
  max-width: 1140px;
  margin: 0px auto;
  border-top: 1px solid #ddd;
  padding-top: 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.field-name-field-client-image {
  margin: 60px auto;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  max-width: 1140px;
}

.field-name-field-client-image .field-items>div {
  height: 60px;
  margin-bottom: 30px;
}

.field-name-field-client-image .field-items img {
  display: block;
  margin: 0px auto;
}

#group-events {
  position: relative;
  min-height: 603px;
}

#group-events .pslideshow {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 0px auto;
  margin-bottom: -520px;
  position: relative;
  z-index: 4;
}

.field-name-field-events {
  position: relative;
  z-index: 5;
}

.field-name-field-events-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.field-name-field-events-text {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 25px 25px 25px;
  position: relative;
  z-index: 2;
}

.field-name-field-events {
  margin: 0px 10px;
}

.field-name-field-events div.node-event {
  max-width: 370px;
  margin: 0px auto 15px auto;
  border-radius: 4px;
  overflow: hidden;
}

.field-name-field-events div.node-event div.content {
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #cbcbcc;
  border-top: 0px;
  background-color: #fff;
  text-align: left;
  padding: 30px 50px;
}

.field-name-field-events div.node-event .field-name-field-event-image img {
  margin-top: -30px;
  margin-bottom: -30px;
}

.field-name-field-events div.node-event div.content {
  display: none;
}

.field-name-field-events div.node-event div.content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.field-name-field-events div.node-event div.event-links a:hover {
  text-decoration: underline;
}

#group-events .field-name-field-events div.node-event .field-name-field-date {
  color: #686868;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 24px;
}

#group-events .field-name-field-events div.node-event div.content h2 a:hover {
  color: #00aeb7;
}

.field-name-field-events div.node-event .field-name-field-sub-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.field-name-field-events div.node-event .field-name-field-event-location {
  margin-bottom: 15px;
  font-size: 14px;
}

.field-name-field-events div.node-event .field-name-body {
  margin-bottom: 15px;
}

.events-background-image {
  position: relative;
  z-index: 1;
}

div.pslideshow-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  height: 600px;
}

div.pslideshow-container img {
  position: absolute;
  top: 0px;
  left: 50%;
  max-width: none;
}

#group-community {
  background: linear-gradient(to bottom, #ffffff 0%, #f5fdfd 100%);
}

.group-community-background-wrapper {
  background-position: 0px 10000px;
  background-repeat: repeat-x;
}

#group-community .group-width-wrapper {
  max-width: 1140px;
  margin: 0px auto;
}

.field-name-field-community-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 30px;
}

.node-community-block .field-name-field-icon .field-items img {
  display: inline;
}

.field-name-field-community-text {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 25px 60px 25px;
}

.field-name-field-community-text strong {
  font-weight: normal;
}

.field-name-field-community-text a:hover {
  text-decoration: underline;
}

div.field-name-field-community-blocks>div.field-items h3 {
  font-size: 18px;
  font-weight: 400;
}

div.field-name-field-community-blocks>div.field-items h3 a {
  color: #53565a;
}

div.field-name-field-community-blocks>div.field-items h3 a:hover {
  color: #0078EF;
}

div.field-name-field-community-blocks>div.field-items>div.field-item div.field-name-field-community-image {
  display: none;
}

#group-community div.field-name-field-descr-text {
  margin: 0px 15px;
}

div.field-name-field-community-blocks>div.field-items>div.field-item div.node-community-block {
  margin-bottom: 30px;
}

div.field-name-field-community-blocks>div.field-items>div.field-item:last-child div.node-community-block {}

div.node-community-block {
  position: relative;
}

div.node-community-block div.field-name-field-community-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

div.node-community-block div.field-name-field-community-image img {
  margin: 0px auto;
  position: relative;
}

.home-resources-wrapper .home-resources-inner {
  *zoom: 1;
}

.home-resources-wrapper .home-resources-inner:before, .home-resources-wrapper .home-resources-inner:after {
  content: " ";
  display: table;
}

.home-resources-wrapper .home-resources-inner:after {
  clear: both;
}

.home-resources-wrapper .home-resource-image {
  display: none;
}

.home-resources-wrapper .home-resource-content {
  margin-top: 30px;
  text-align: center;
  padding: 0px 25px;
}

.home-resources-wrapper .home-resource-content .resources-content-inner {
  max-width: 680px;
  margin: 0px auto;
}

.home-resources-wrapper .home-resource-content .field-name-field-resources-title {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 0px;
  font-weight: 600;
}

.home-resources-wrapper .field-name-field-resource-intro {
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.home-resources-wrapper .field-name-field-links {
  margin-top: 25px;
  margin-bottom: 50px;
}

.home-resources-wrapper .field-name-field-links .field-item a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
}

.home-resources-wrapper .field-name-field-links .field-item a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.home-resources-wrapper .field-name-field-links .field-item a:active, .home-resources-wrapper .field-name-field-links .field-item a:focus {
  border-color: #0078EF;
}

.home-resources-wrapper .field-name-field-links .field-item a:hover, .home-resources-wrapper .field-name-field-links .field-item a:focus {
  text-decoration: none;
}

.home-resources-wrapper .field-name-field-resource-blocks {
  max-width: 539px;
}

.home-resources-wrapper .node-resource-block {
  padding-left: 30px;
}

.home-resources-wrapper .node-resource-block .field-name-title h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  line-height: 28px;
}

.home-resources-wrapper .node-resource-block .field-name-body {
  display: none;
}

#email-group input.form-submit {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

#email-group input.form-submit:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  #email-group input.form-submit {
    padding: 12px 60px;
  }
}

#email-group input.form-submit:hover {
  background-color: #0078EF !important;
}

#email-group input.form-submit:focus {
  background-color: #0078EF !important;
}

@media only screen and (min-width:480px) {
  #home-hero-group {
    margin-bottom: 0px;
    overflow: hidden;
  }
  #home-hero-group .home-content .wordwrapper {
    width: 83%;
  }
  #home-hero-group .home-content h3 span {
    display: inline;
  }
  #home-hero-group>.layer-home-scaler {
    min-height: 0px;
  }
  #home-hero-group>.layer-home-scaler img {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .field-name-field-client-image .field-items>div {
    float: left;
    margin: 0px 35px;
    margin: 0px 35px 35px 35px;
  }
  .home-resources-wrapper .field-name-field-resource-intro {
    text-align: left;
  }
  .home-resources-wrapper .field-name-field-resource-blocks>.field-items {
    *zoom: 1;
  }
  .home-resources-wrapper .field-name-field-resource-blocks>.field-items:before, .home-resources-wrapper .field-name-field-resource-blocks>.field-items:after {
    content: " ";
    display: table;
  }
  .home-resources-wrapper .field-name-field-resource-blocks>.field-items:after {
    clear: both;
  }
  .home-resources-wrapper .field-name-field-resource-blocks>.field-items>.field-item {
    float: left;
    width: 50%;
  }
  .home-resources-wrapper .field-name-field-resource-blocks>.field-items>.field-item:nth-child(2n+1) {
    clear: left;
  }
  .home-resources-wrapper .node-resource-block {
    padding-left: 0;
  }
}

@media only screen and (min-width:640px) {
  #home-hero-group .home-content .wordwrapper {
    padding: 20px 15px 20px 50px;
    width: auto;
  }
  #home-hero-group .home-content .wordwrapper .firstline {
    display: block;
  }
  #home-hero-group .home-content h2 {
    font-size: 30px;
  }
  #home-hero-group .home-content h2.changing-word {
    font-size: 30px;
  }
  #home-hero-group .home-content h3 {
    font-size: 20px;
    margin: 15px 0px 0px 0px;
    font-weight: normal;
    font-size: 16px;
  }
  #home-hero-group .home-content h3 span {
    display: inline;
  }
  #home-hero-group .home-content h3 strong {
    font-weight: normal;
  }
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item {
    float: left;
    width: 50%;
    height: 270px;
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 0px;
  }
  #group-solutions .node-solution-block h2.node-title {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
  }
  #group-solutions .field-name-field-solutions-blocks .solution-collapse {
    display: none;
  }
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item .field-name-field-solution-logo {
    display: table;
  }
  #group-solutions .field-name-field-solutions-blocks .field-name-body {
    margin-bottom: 0px;
    height: 120px;
  }
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item .field-name-field-solution-logo img {
    margin: 0px 0px 0px;
  }
  #group-solutions .solutions-all {
    display: block;
    border-top: 0px;
    padding: 0px 0px 70px 0px;
  }
  #group-solutions .solutions-all.moreproducts {
    padding-top: 40px;
  }
  #group-clients {
    display: block;
  }
}

@media only screen and (min-width:768px) {
  #home-hero-group .home-content .wordwrapper {
    padding: 25px 15px 10px 50px;
  }
  #home-hero-group .home-content h2 {
    font-size: 35px;
  }
  #home-hero-group .home-content h2.changing-word {
    font-size: 35px;
  }
  #home-hero-group .home-content h3 {
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
  }
  #group-solutions {
    margin-bottom: 60px;
  }
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item {
    float: left;
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
    width: 33%;
    height: 360px;
  }
  #group-solutions .field-name-field-solutions-blocks .field-name-body {
    margin-bottom: 0px;
    height: 155px;
  }
  #group-solutions .field-name-field-solutions-title .field-item {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #group-solutions .node-solution-block h2.node-title {
    font-size: 18px;
    font-weight: 600;
  }
  .field-name-field-events-title {
    font-size: 30px;
    line-height: 38px;
  }
  .field-name-field-events {
    margin: 0px 0px;
  }
  .field-name-field-events>div {
    max-width: 1140px;
    margin: 0px auto;
  }
  .field-name-field-events>div>div.field-item {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 0px 6px;
  }
  .field-name-field-events div.node-event {
    max-width: 370px;
    margin: 0px auto;
    height: auto;
  }
  .field-name-field-events div.node-event .field-name-field-event-image img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .field-name-field-events div.node-event div.content {
    display: block;
  }
  .field-name-field-events-text {
    margin-bottom: 60px;
  }
  #group-community {
    margin-top: 60px;
  }
  .field-name-field-community-title {
    font-size: 30px;
    line-height: 38px;
  }
  .group-community-background-wrapper {
    background-position: bottom center;
    background-repeat: repeat-x;
  }
  .field-name-field-community-blocks>.field-items>div {
    float: left;
    width: 33%;
  }
  .node-community-block .field-name-field-icon .field-items, .node-community-block .field-name-field-descr-text .field-items {
    text-align: left;
    margin: 0px 40px 0px 100px;
  }
  div.field-name-field-community-blocks>div.field-items>div.field-item div.node-community-block {
    min-height: 610px;
    margin-bottom: 0px;
  }
  div.field-name-field-community-blocks>div.field-items>div.field-item div.field-name-field-community-image {
    display: block;
  }
  #group-community div.field-name-field-descr-text {
    margin: 0px 0px;
  }
  #email-group input.form-email {
    width: 69%;
  }
  #email-group input.form-submit {
    width: 28%;
    background-color: transparent !important;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    font-weight: 600 !important;
  }
  #email-group input.form-submit:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  #email-group input.form-submit {
    padding: 12px 60px;
  }
}

@media only screen and (min-width:768px) {
  #email-group input.form-submit:hover {
    background-color: #0078EF !important;
  }
  #email-group input.form-submit:focus {
    background-color: #0078EF !important;
  }
}

@media only screen and (min-width:960px) {
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item {
    height: 280px;
  }
  #group-solutions .field-name-field-solutions-blocks .field-name-body {
    margin-bottom: 0px;
    height: 120px;
  }
  #group-solutions .solutions-all {
    padding-bottom: 20px;
  }
  .home-resources-wrapper .home-resource-content {
    text-align: left;
  }
  .home-resources-wrapper .home-resource-content .resources-content-inner {
    margin: 0;
  }
  .home-resources-wrapper .home-resource-image {
    display: block;
    width: 40%;
    float: left;
  }
  .home-resources-wrapper .home-resource-image img {
    max-width: none;
    float: right;
  }
  .home-resources-wrapper .home-resource-content {
    margin-top: 90px;
    width: 60%;
    float: right;
    padding-left: 30px;
  }
}

@media only screen and (min-width:1180px) {
  #home-hero-group .home-content {}
  #group-solutions .field-name-field-solutions-blocks>.field-items>.field-item {
    height: 275px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

#group-solutions .node-solution-block .solution-collapse {
  padding: 0px;
}

#group-our-story {
  display: none;
}

.layer-home-content {
  color: #333;
}

.layer-home-content h2 {
  color: #333;
}

#group-clients {
  margin: 0px;
  padding-bottom: 15px;
  background-color: #80746e;
}

#group-clients .field-name-field-clients-text {
  padding-top: 50px;
  border-top: 0px;
}

#group-clients .field-name-field-clients-text p {
  color: white;
}

.saas-img-blk {
  padding-top: 100px;
  min-height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.saas-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-top: -140px;
}

#home-hero-group .home-content h3 p {
  color: #666;
}

#saas-story {
  position: relative;
}

#group-clients {
  position: relative;
}

.saas-story-blk {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 60px 20px 10px;
  margin-top: 60px;
}

.saas-story-blk .story-title p {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
}

.saas-story-blk .story-title p strong {
  font-weight: 400;
}

.saas-story-blk p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.wrapper, .node-type-webform #content {
  background-color: #ededed;
  min-height: 85vh;
}

.temp-content {
  margin-top: 20px;
}

.wrapper.bg-image, .node-type-webform #content {
  min-height: 85vh;
}

.sign-in {
  float: right;
  font-size: 14px;
  margin-top: 5px;
  color: #aaa;
  margin-left: 8px;
}

.sign-in a {
  margin-left: 8px;
}

.sign-in-contact {
  float: right;
  font-size: 14px;
  margin-top: -40px;
}

.js-unhide-label label {
  color: #babbbd;
  display: block;
}

.features-wrap {
  margin-top: 80px;
  padding-left: 50px !important;
}

.features-wrap h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.loader-animate {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 35px);
  text-align: center;
}

.hide {
  display: none;
}

.uk-icon-spinner {
  color: #ff9e1b;
  font-size: 80px !important;
  text-shadow: 1px 1px 0px #ddddde;
}

#password-policy {
  margin-top: 10px;
}

#password-policy .fa {
  font-size: 12px;
  margin-right: 15px;
}

#password-policy .fa.fa-times {
  color: #BF3A3A;
}

#password-policy .fa.fa-check {
  margin-right: 10px;
  font-size: 12px;
  color: #0078EF;
}

#password-policy .policy {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #BF3A3A;
}

#password-policy .policy.valid {
  color: #0078EF;
}

.registration-flow-content {
  padding: 40px 0px;
}

.registration-flow-content h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}

.registration-flow-content p {
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.svg-container svg {
  position: absolute;
  top: -108px;
  margin-left: -625px;
  left: 50%;
}

.form-blk.confirm-blk, .page-node-6530 .confirm-blk.webform-confirmation, .node-type-webform .confirm-blk#content {
  margin-top: 30px;
  position: relative;
}

.input-check-loader {
  position: absolute;
  margin-top: 9px;
  right: 10px;
}

.input-check-loader i {
  font-size: 22px !important;
  text-shadow: none !important;
}

/*.wing-animation {
  background: url(/sites/all/themes/zen_pronq_mktg/assets/images/mail-wing-sprite.png) scroll no-repeat 0 0 transparent;
  float: right;
  width: 194px;
  height: 66px;
  position: absolute;
  top: 185px;
  right: 137px;
  font-size: 0;
  color: transparent;
}*/

.uk-icon-github#custom {
  background-color: white;
  color: #333;
  padding: 0px;
  font-size: 32px;
}

.register-form-wrap h2 {
  font-size: 30px;
  margin-bottom: 0px;
}

.register-form-wrap .no-cred {
  font-size: 12px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}

button.km-autofill-github, button.km-autofill-linkedin {
  text-align: left;
  padding: 0px 0px;
  background: #333;
  line-height: 0px;
  min-height: 0px;
  border-radius: 3px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 10px;
}

button.km-autofill-github:hover, button.km-autofill-linkedin:hover {
  background: #000;
}

button.km-autofill-github:focus, button.km-autofill-linkedin:focus {
  background: #333;
}

button.km-autofill-github:active, button.km-autofill-linkedin:active {
  background: #333;
}

button.km-autofill-github i, button.km-autofill-linkedin i {
  padding: 0px 8px;
  display: inline-block;
  font-size: 24px;
  height: 35px;
  padding-top: 5px;
  vertical-align: middle;
}

button.km-autofill-linkedin {
  background: #287bbc !important;
}

button.km-autofill-linkedin:hover {
  background: #1b5480 !important;
}

button.km-autofill-linkedin:focus {
  background: #287bbc !important;
}

button.km-autofill-linkedin:active {
  background: #1b5480 !important;
}

@media screen and (max-width:1219px) {
  .wing-animation {
    right: 69px;
  }
}

.hp-modal .uk-grid {
  margin-left: 0px !important;
  color: #333;
}

.hp-modal .compare-tables {
  margin-bottom: 60px;
}

.hp-modal .table-header>div {
  background-color: #33646D;
  text-align: center;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 18px;
  text-transform: capitalize;
}

.hp-modal .table-header>div:nth-child(1) {
  background-color: #4C93A1;
  border-top-left-radius: 4px;
}

.hp-modal .table-header>div:nth-child(3) {
  border-top-right-radius: 4px;
}

.hp-modal .table-content {
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}

.hp-modal .table-content>div {
  padding-left: 0px;
  padding: 15px 0px;
}

.hp-modal .compare-tables-small {
  margin-bottom: 60px;
}

.hp-modal .compare-tables-small .table-content {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.hp-modal .compare-tables-small .table-content div {
  padding: 10px 0px;
}

.hp-modal .compare-tables-small .table-content>div:nth-child(1) {
  background-color: #4C93A1;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width:959px) {
  .features-wrap {
    padding-left: 15px !important;
    margin-top: 30px;
  }
}

.input-suggestion {
  top: 34px;
  width: 458px;
  left: auto;
  border: 1px solid #ddd;
  background: #fff;
  max-height: 185px;
  overflow: auto;
}

.input-suggestion li.uk-active {
  background: #F5F5F5;
}

.input-suggestion a {
  color: #666;
}

.input-suggestion a:hover {
  text-decoration: underline;
  color: #666;
}

@media (max-width:959px) {
  .input-suggestion {
    max-height: none;
    overflow: inherit;
  }
}

.rebranding-banner {
  color: #fff;
  background: #0078EF;
  display: none;
  line-height: 24px !important;
}

.rebranding-banner a {
  color: #fff;
}

.rebranding-banner .uk-container, .rebranding-banner .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .rebranding-banner .slide-content-wrapper, .rebranding-banner .type-benefits-section .node-benefits-section, .type-benefits-section .rebranding-banner .node-benefits-section, .rebranding-banner #group-header .field-name-field-product-header, #group-header .rebranding-banner .field-name-field-product-header, .rebranding-banner .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .rebranding-banner .node-testimonials-section, .rebranding-banner .type-tour-section article.node-tour-section, .type-tour-section .rebranding-banner article.node-tour-section, .rebranding-banner .type-steps-section .node-steps-section, .type-steps-section .rebranding-banner .node-steps-section, .rebranding-banner .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .rebranding-banner .node-overview-section, .rebranding-banner .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .rebranding-banner .node-overview-section, .rebranding-banner .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .rebranding-banner .field-type-entityreference, .rebranding-banner .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .rebranding-banner ul, .rebranding-banner .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .rebranding-banner .node-overview-section, .rebranding-banner .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .rebranding-banner .field-items, .rebranding-banner .type-why-section .node-why-section, .type-why-section .rebranding-banner .node-why-section, .rebranding-banner .node-sign-up-for-a-free-trial, .rebranding-banner .field-name-field-product-blocks>.field-items, .rebranding-banner .node-type-webform #content, .node-type-webform .rebranding-banner #content {
  box-sizing: content-box;
}

.rebranding-banner .msg-w-link a {
  text-decoration: underline;
  font-size: 18px;
}

.rebranding-banner .messages {
  padding: 15px 45px 15px 0 !important;
  text-align: left;
}

.rebranding-banner .mf-name {
  font-size: 18px !important;
  color: #fff;
  font-weight: 700 !important;
}

.rebranding-banner .msg {
  display: block;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.rebranding-banner .uk-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  opacity: 1;
}

.rebranding-banner .uk-close::after {
  display: inline-block;
  text-indent: -9999px;
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator:Adobe Illustrator 17.1.0,SVG Export Plug-In . SVG Version:6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='XMLID_314_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg id='close'%3E %3Crect id='_x2E_svg' x='0' y='0' fill='none' width='24' height='24'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M3,21L21,3 M3,3l18,18'/%3E %3C/g%3E %3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  top: 0;
}

.uk-navbar {
  background: #fff;
  text-align: left;
  z-index: 201;
  position: relative;
  display: none;
}

.uk-navbar.uk-visible-large {
  height: 100px;
  display: block;
}

@media (min-width:768px) and (max-width:959px) {
  .uk-navbar.uk-visible-large {
    display: none;
  }
}

@media (max-width:767px) {
  .uk-navbar.uk-visible-large {
    display: none;
  }
}

.uk-navbar.uk-hidden-large {
  display: none;
}

@media (min-width:768px) and (max-width:959px) {
  .uk-navbar.uk-hidden-large {
    display: block;
  }
}

@media (max-width:767px) {
  .uk-navbar.uk-hidden-large {
    display: block;
  }
}

.uk-navbar .uk-container, .uk-navbar .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .uk-navbar .slide-content-wrapper, .uk-navbar .type-benefits-section .node-benefits-section, .type-benefits-section .uk-navbar .node-benefits-section, .uk-navbar #group-header .field-name-field-product-header, #group-header .uk-navbar .field-name-field-product-header, .uk-navbar .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .uk-navbar .node-testimonials-section, .uk-navbar .type-tour-section article.node-tour-section, .type-tour-section .uk-navbar article.node-tour-section, .uk-navbar .type-steps-section .node-steps-section, .type-steps-section .uk-navbar .node-steps-section, .uk-navbar .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .uk-navbar .node-overview-section, .uk-navbar .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .uk-navbar .node-overview-section, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .uk-navbar .field-type-entityreference, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .uk-navbar ul, .uk-navbar .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .uk-navbar .node-overview-section, .uk-navbar .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .uk-navbar .field-items, .uk-navbar .type-why-section .node-why-section, .type-why-section .uk-navbar .node-why-section, .uk-navbar .node-sign-up-for-a-free-trial, .uk-navbar .field-name-field-product-blocks>.field-items, .uk-navbar .node-type-webform #content, .node-type-webform .uk-navbar #content {
  height: 100%;
}

.uk-navbar .uk-container .nav-container, .uk-navbar .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper .nav-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .uk-navbar .slide-content-wrapper .nav-container, .uk-navbar .type-benefits-section .node-benefits-section .nav-container, .type-benefits-section .uk-navbar .node-benefits-section .nav-container, .uk-navbar #group-header .field-name-field-product-header .nav-container, #group-header .uk-navbar .field-name-field-product-header .nav-container, .uk-navbar .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section .nav-container, .type-testimonials-section.view-mode-alternative_3 .uk-navbar .node-testimonials-section .nav-container, .uk-navbar .type-tour-section article.node-tour-section .nav-container, .type-tour-section .uk-navbar article.node-tour-section .nav-container, .uk-navbar .type-steps-section .node-steps-section .nav-container, .type-steps-section .uk-navbar .node-steps-section .nav-container, .uk-navbar .type-overview-section.view-mode-alternative_1 .node-overview-section .nav-container, .type-overview-section.view-mode-alternative_1 .uk-navbar .node-overview-section .nav-container, .uk-navbar .type-overview-section.view-mode-alternative_2 .node-overview-section .nav-container, .type-overview-section.view-mode-alternative_2 .uk-navbar .node-overview-section .nav-container, .uk-navbar .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .nav-container, .type-overview-section.view-mode-alternative_3 .node-overview-section .uk-navbar .field-type-entityreference .nav-container, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .uk-navbar ul .nav-container, .uk-navbar .type-overview-section.view-mode-alternative_4 .node-overview-section .nav-container, .type-overview-section.view-mode-alternative_4 .uk-navbar .node-overview-section .nav-container, .uk-navbar .type-rotator-section .field-name-field-highlight-screenshots .field-items .nav-container, .type-rotator-section .field-name-field-highlight-screenshots .uk-navbar .field-items .nav-container, .uk-navbar .type-why-section .node-why-section .nav-container, .type-why-section .uk-navbar .node-why-section .nav-container, .uk-navbar .node-sign-up-for-a-free-trial .nav-container, .uk-navbar .field-name-field-product-blocks>.field-items .nav-container, .uk-navbar .node-type-webform #content .nav-container, .node-type-webform .uk-navbar #content .nav-container {
  position: relative;
  height: 100%;
}

.uk-navbar-brand {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.uk-navbar-brand>.logo-white {
  background-image: url("/shared-assets/img/hpelogo.png");
  width: 132px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

/*.uk-navbar-brand.visible-xs .logo-white {
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/mf_logo_blue.svg);
  background-repeat: no-repeat;
  width: 120px;
  height: 30px;
  margin-top: 25px;
  background-size: 100%;
  display: inline-block;
}*/

@media (max-width:600px) {
  .uk-navbar-brand.visible-xs .logo-white {
    width: 80px;
  }
}

.node-type-micro-site-overview-page .loner-link, .node-type-microsite-tour-page .loner-link, .node-type-microsite-detail-page .loner-link {
  margin-top: -33px;
}

.uk-navbar-nav.usr-menu {
  position: absolute;
  right: 0px;
  padding-top: 0;
}

.uk-navbar-nav.usr-menu>li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  height: auto;
  color: #293138;
  border: 0;
}

.uk-navbar-nav.usr-menu>li a:hover {
  color: #778A9D;
  text-decoration: none;
}

.uk-navbar-nav li {
  position: static;
  margin-right: 15px;
}

.uk-navbar-nav li.nav-menu-link>a {
  padding: 0px 32px 0 0;
  margin-right: 15px;
  background-color: transparent !important;
  color: #293138;
  font-size: 16px;
  height: auto;
  line-height: 28px;
  border: 0;
}

.uk-navbar-nav li .products-dropdown .arrow-up {
  left: -305px;
}

.uk-navbar-nav li .solutions-dropdown .arrow-up {
  left: -189px;
}

.uk-navbar-nav li .solutions-dropdown .drop-header h2 {
  margin: 0px;
  font-weight: 600;
  margin-bottom: 5px;
}

.uk-navbar-nav li .solutions-dropdown .drop-header p {
  margin: 0px;
}

.uk-navbar-nav li .solutions-dropdown .solution a h3 {
  color: #0078EF;
  font-size: 18px;
  font-weight: 600;
}

.uk-navbar-nav li .solutions-dropdown .solution p {
  margin: 10px 0px;
}

.uk-navbar-nav li .service-dropdown .arrow-up {
  left: -30px;
}

@media (max-width:1219px) {
  .uk-navbar-nav li .products-dropdown .arrow-up {
    left: -235px;
  }
  .uk-navbar-nav li .solutions-dropdown .arrow-up {
    left: -140px;
  }
  .uk-navbar-nav li .service-dropdown .arrow-up {
    left: -12px;
  }
}

.uk-navbar-nav>li>a {
  font-family: 'Metric', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ccc;
  padding: 0px 0 0 24px;
  border: 0;
}

.uk-navbar-nav>li.is-expandable>a {
/*  min-width: 132px;*/
}

li:not(:is-expandable) .dropdown-hz {
  display: none;
}

.dropdown-hz {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 201;
}

.dropdown-hz .drop-content {
  padding: 0px 5px;
  position: relative;
  background-color: white;
}

@media (min-width:970px) {
  .dropdown-hz .drop-content {
    padding: 0 10px;
  }
}

@media (min-width:1220px) {
  .dropdown-hz .drop-content {
    padding: 0 40px;
  }
}

.dropdown-hz .products-link-container {
  background-color: #0078EF;
  padding: 20px 80px;
}

.dropdown-hz .products-link-container .tdp-icon-arrow {
  margin-right: 10px;
}

.dropdown-hz .products-link-container .link {
  color: #fff;
}

.dropdown-hz .products-link-container .link:hover {
  text-decoration: underline;
}

.dropdown-hz.dropsmall {
  right: -23px;
  top: 30px;
  width: 400px;
}

.dropdown-hz.dropsmall .uk-container, .dropdown-hz.dropsmall .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .dropdown-hz.dropsmall .slide-content-wrapper, .dropdown-hz.dropsmall .type-benefits-section .node-benefits-section, .type-benefits-section .dropdown-hz.dropsmall .node-benefits-section, .dropdown-hz.dropsmall #group-header .field-name-field-product-header, #group-header .dropdown-hz.dropsmall .field-name-field-product-header, .dropdown-hz.dropsmall .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .dropdown-hz.dropsmall .node-testimonials-section, .dropdown-hz.dropsmall .type-tour-section article.node-tour-section, .type-tour-section .dropdown-hz.dropsmall article.node-tour-section, .dropdown-hz.dropsmall .type-steps-section .node-steps-section, .type-steps-section .dropdown-hz.dropsmall .node-steps-section, .dropdown-hz.dropsmall .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .dropdown-hz.dropsmall .node-overview-section, .dropdown-hz.dropsmall .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .dropdown-hz.dropsmall .node-overview-section, .dropdown-hz.dropsmall .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .dropdown-hz.dropsmall .field-type-entityreference, .dropdown-hz.dropsmall .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .dropdown-hz.dropsmall ul, .dropdown-hz.dropsmall .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .dropdown-hz.dropsmall .node-overview-section, .dropdown-hz.dropsmall .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .dropdown-hz.dropsmall .field-items, .dropdown-hz.dropsmall .type-why-section .node-why-section, .type-why-section .dropdown-hz.dropsmall .node-why-section, .dropdown-hz.dropsmall .node-sign-up-for-a-free-trial, .dropdown-hz.dropsmall .field-name-field-product-blocks>.field-items, .dropdown-hz.dropsmall .node-type-webform #content, .node-type-webform .dropdown-hz.dropsmall #content {
  padding: 0;
}

.dropdown-hz.dropsmall .arrow-up {
  top: 0px;
  right: -110px;
  border-bottom-color: #323e58;
}

.dropdown-hz.dropsmall .drop-content {
  background-color: white;
  width: 100%;
}

@-moz-document url-prefix() {
  .drop-content .loner-link {
    margin-top: -52px;
  }
  .drop-content .loner-link a {
    padding-bottom: 11px;
  }
}

.dropdown-summary-links .product-links {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.dropdown-summary-links .product-links li {
  display: inline-block;
}

.dropdown-summary-links .product-links li a {
  font-weight: 400;
  font-family: 'Metric';
  color: #0078EF;
  padding-right: 3px;
}

.dropdown-summary-links .product-links li a:hover {
  text-decoration: underline;
}

.dropdown-summary-links .product-links li::after {
  content: '|';
  color: #333;
  padding: 0px 5px;
}

.dropdown-summary-links .product-links li:last-child::after {
  content: '';
}

.dropdown-summary-links .product-links li:first-child a {
  padding-left: 0;
}

.dropdown-summary-links .product-links li:last-child a {
  border-right: 0;
}

.dropdown-summary-links .product-links.two-level {
  margin-bottom: 0;
}

.navbar-secondary {
  position: relative;
}

.navbar-secondary li {
  display: inline-block;
}

.navbar-secondary li a {
  padding-bottom: 8px;
  font-weight: 700;
  transition: color .3s ease;
}

.navbar-secondary.title-bar {
  border-bottom: 1px solid #959595;
  padding: 25px 0 0;
}

.navbar-secondary.uk-switcher {
  padding-bottom: 20px !important;
}

.navbar-secondary .close-link {
  position: absolute;
  right: 0;
  margin: -20px 0 0;
  font-weight: 400;
  color: #BABBBD;
  font-size: 36px;
}

.navbar-secondary .close-link:hover {
  border-bottom: 0;
}

.navbar-secondary .dropdown-secondary {
  width: 100%;
  line-height: 22px;
}

.navbar-secondary .dropdown-secondary .dropdown-summary {
  font-weight: 400;
  font-size: 16px;
  padding: 20px 40px 20px 0;
  color: #666;
  line-height: 18px;
}

.navbar-secondary .dropdown-secondary .dropdown-links {
  margin-right: 90px;
}

.navbar-secondary .dropdown-secondary .dropdown-links a {
  font-weight: 400;
  display: inline-block;
  line-height: 40px;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links {
  margin-top: 20px;
  font-weight: 400;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links a {
  font-size: 18px;
  font-weight: 700;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links p {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links .product-links, .navbar-secondary .dropdown-secondary .dropdown-summary-links .product-links a {
  font-size: 16px;
  font-weight: 400;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links>.not-link>a {
  color: #333333;
}

.navbar-secondary .dropdown-secondary .dropdown-summary-links>.not-link>a:hover {
  text-decoration: none;
  cursor: default;
}

.navbar-secondary .dropdown-secondary .dropdown-links a:hover {
  text-decoration: underline;
}

.navbar-secondary>li {
  display: inline-block;
}

.navbar-secondary>li>a {
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 8px;
  font-weight: 700;
  color: #333;
  transition: color 0.3s ease;
}

.navbar-secondary>li>a i {
  font-size: 12px;
  font-weight: 700;
}

.navbar-secondary>li>a:hover {
  text-decoration: none !important;
  border-bottom: 3px solid #959595;
}

.navbar-secondary>li.uk-active>a {
  color: #333333;
  border-bottom: 3px solid #0078EF;
}

#products_menu {
  width: 100%;
}

#products_menu li.has-menu {
  width: 100%;
}

.banner-redirect {
  background-color: #00608a;
  color: #fff;
  text-align: left;
  display: block;
  margin: 0px;
}

.banner-redirect>div {
  padding: 35px 0px;
  display: none;
  position: relative;
  font-size: 16px;
}

.banner-redirect>div span {
  font-weight: bold;
}

.banner-redirect>div span a {
  color: #ffffff;
}

.banner-redirect>div span a:hover {
  text-decoration: underline;
}

.banner-redirect>div .blk-close {
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  right: 35px;
  cursor: pointer;
}

.uk-navbar-nav>li.is-expandable.active:hover>a, .uk-navbar-nav>li.is-expandable.active>a:focus, .uk-navbar-nav>li.is-expandable.active.uk-open>a, .uk-navbar-nav>li.is-expandable.active>a {
  background-color: transparent !important;
}

.uk-navbar-nav>li>a:focus {
  background-color: transparent !important;
}

.uk-navbar-nav>li>a:hover {
  color: #778A9D;
  background-color: transparent;
}

.uk-navbar-nav>li>a {
  border-bottom: 2px solid transparent;
}

.close-blk {
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 500;
}

.close-blk a {
  font-weight: 400;
  color: #959595;
  font-size: 36px;
}

.close-blk a:hover {
  text-decoration: none;
}

.navbar-secondary-signup {
  padding: 25px 0 0;
}

.navbar-secondary-signup a {
  font-weight: 700;
  color: #0078EF !important;
}

.navbar-secondary-signup a:hover {
  text-decoration: underline !important;
}

.navbar-secondary-signup .linkwtxt {
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
}

.navbar-secondary-signup .linkwtxt p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 0;
}

.navbar-secondary-signup .link {
  padding: 20px 0;
}

.overlay {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.6);
  z-index: 200;
}

#page.drupal footer {
  height: auto !important;
}

.footer {
  background-color: #293138;
  padding: 40px 0;
  border-top: 1px solid #c1c1c1;
}

.footer .left {
  float: left;
  width: 100%;
}

.footer-grid {
  vertical-align: top;
  text-align: left;
}

.footer-grid .logo-white {
  background-image: url(/comm/images/mf_logo_white.svg);
  background-repeat: no-repeat;
  width: 98px;
  height: 55px;
  background-size: 100%;
  display: inline-block;
}

.footer-grid .social-icons-blk {
  vertical-align: top;
  display: inline-block;
}

.footer-grid .site-links-blk {
  vertical-align: top;
  margin: 0 0 0 60px;
  display: inline-block;
  float: left;
}

.social-icons-blk>a {
  color: #E3E7EA;
  width: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}

.social-icons-blk>a:hover {
  text-decoration: none;
}

.site-links-blk>li {
  display: inline-block;
}

.site-links-blk>li>a {
  font-size: 16px;
  color: #E3E7EA;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  font-family: 'Metric', sans-serif;
}

.site-links-blk>li>a:hover {
  text-decoration: underline;
  color: #E3E7EA;
}

.site-links-blk li:nth-last-child(8)>a {
  border-left: none;
}

.f-right {
  display: block;
  clear: both;
  padding-top: 10px;
}

.copy-links {
  vertical-align: top;
  margin: 0;
  padding-left: 0px;
  margin-left: -2px;
}

.copy-links>li {
  display: inline-block;
  list-style-type: none;
}

.copy-links>li a {
  font-size: 12px;
  color: #E3E7EA;
  font-weight: 400;
  display: inline-block;
  padding: 0 4px;
}

.uk-list {
  padding: 0;
  list-style: none;
}

.copy-links>li a:hover {
  text-decoration: underline;
}

.copy-links li:before {
  content: '\00B7';
  padding-right: 5px;
}

.copy-links li:first-child a {
  padding-left: 0px;
}

.copy-links li:first-child:before {
  content: '';
}

@media (max-width:1220px) {
  .f-left {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  .f-right {
    text-align: left;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  .f-right .copy-links {
    float: none;
    padding: 0px;
  }
}

@media (max-width:930px) {
  .social-icons-blk {
    margin-bottom: 15px;
    display: block;
    float: none;
  }
  .site-links-blk {
    display: block !important;
    clear: both;
    float: none !important;
  }
  .site-links-blk a {
    padding-left: 3px !important;
  }
  .copy-links li:before {
    content: '';
    padding-right: 0px;
  }
  .social-icons-blk>a {
    font-size: 16px;
  }
  .left .logo-white {
    float: none;
    display: block;
    width: 150px;
  }
  .left .pronq-lang-active-flag {
    margin-top: -5px;
  }
  .left .uk-float-right {
    display: block;
    clear: both;
    float: none;
    margin: 15px 0px;
  }
  .left .uk-float-right .social-icons-blk a {
    margin-right: 10px;
  }
  .site-links-blk {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }
  .site-links-blk>li {
    display: block;
  }
}

#nav-icon {
  width: 24px;
  margin-top: 20px;
  margin-right: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #999;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 7px;
}

#nav-icon span:nth-child(3) {
  top: 14px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  top: 8px;
  width: 0%;
  left: 50%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -7px;
}

#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.hp-navbar-m {
  background-color: #fff;
}

.hp-navbar-m .uk-navbar-brand {
  height: 54px;
  padding-left: 20px;
}

.hp-navbar-m .uk-navbar-toggle {
  height: 54px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 18px;
}

.hp-mobile-navmenu {
  width: 100%;
  z-index: 300;
  background-color: white !important;
  border-top: 1px solid #cccccc;
  box-shadow: 0px 10px 10px -10px #ddd;
}

.navbar-content {
  height: 75px;
  min-width: 310px;
}

.navbar-content hr {
  color: #ccc;
}

.hp-mobile-navmenu>ul {
  padding: 25px 15px;
  width: 100%;
  z-index: 400;
  margin-bottom: 0px;
  width: 100%;
  background-color: white !important;
}

.hp-mobile-navmenu>ul li {
  width: 100%;
  margin: auto;
  text-align: left;
  list-style-type: none;
}

.hp-mobile-navmenu>ul li:not(:last-child) {
  padding-bottom: 10px;
}

.hp-mobile-navmenu>ul a {
  font-size: 18px;
  display: block;
  color: #999;
  font-family: 'Metric', sans-serif;
  font-weight: 400;
}

.hp-mobile-navmenu>ul a.active {
  color: #333;
  font-weight: 400;
}

.hp-mobile-navmenu>ul li:last-child {
  border-bottom: 0px;
}

.nav-trigger {
  display: inline-block;
  float: right;
  height: 56px;
  width: 60px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}

.banner-redirect>div {
  padding: 35px 0px;
  display: none;
  position: relative;
  font-size: 16px;
}

.banner-redirect>div>span {
  font-weight: bold;
}

.banner-redirect>div>span a {
  color: #ffffff;
}

.banner-redirect>div>span a:hover {
  text-decoration: underline;
}

.banner-redirect {
  background-color: #00608a;
  color: #fff;
  text-align: left;
  display: block;
  margin: 0px;
}

.banner-redirect>div .blk-close {
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  right: 35px;
  cursor: pointer;
}

.lang-selector {
  width: 500px;
  background-color: white;
  position: absolute;
  z-index: 999;
  padding: 20px;
  border: 1px solid #EEEEEE;
  box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333;
  display: none;
  bottom: 30px;
  right: 9px;
}

.pronq-lang-selector:hover .lang-selector {
  display: block;
}

.pronq-lang-selector {
  display: inline-block;
  position: relative;
}

.pronq-lang-active-flag {
  border-radius: 2px;
  height: 30px;
  margin: 0px 10px;
  padding: 8px 7px 7px;
  position: relative;
  margin-top: -5px;
}

.logged-in .hide-cms {
  display: none;
}

.logged-in .cms-hide-links {
  display: none;
}

.pronq-lang-active-flag:hover {
  cursor: pointer;
}

.pronq-lang-active-flag img {
  width: 20px !important;
  margin-top: -5px;
}

.lang-selector ul {
  padding: 0px;
  margin: 0px;
}

.lang-selector li {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.lang-selector li a>img {
  display: inline-block;
  padding-right: 10px;
  margin-top: -3px;
}

.lang-selector li a:hover {
  text-decoration: underline;
}

.lang-selector li.active a {
  font-weight: bold;
  color: #333 !important;
}

@media (max-width:767px) {
  .uk-navbar-brand {
    padding-left: 15px !important;
  }
  .banner-redirect>div {
    padding: 35px 15px;
  }
  .banner-redirect>div .blk-close {
    top: 5px;
    right: 15px;
    cursor: pointer;
  }
  .banner-redirect span {
    font-weight: bold;
    display: block;
    margin-top: 5px;
  }
  .lang-selector {
    width: 250px;
    position: absolute;
    left: -130px;
  }
  .lang-selector li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .rebranding-banner .messages {
    padding: 20px 20px;
  }
}

@media (max-width:1200px) {
  .navbar-secondary .dropdown-secondary .dropdown-summary-links {
    margin-right: 0px;
    margin-top: 20px;
  }
  .navbar-secondary .dropdown-secondary .dropdown-links {
    margin-right: 0px;
  }
  .lg-half {
    padding-right: 30px;
  }
}

@media (max-width:992px) {
  .banner-redirect>div {
    padding: 35px 15px;
    padding-right: 60px;
  }
}

@media (max-width:930px) {
  .lang-selector {
    width: 250px;
    right: auto;
    left: -130px;
  }
  .lang-selector li {
    display: block;
    width: 100%;
  }
}

.hp-navbar .solutions-dropdown .solutions-category-wrapper {
  padding-top: 25px;
}

.hp-navbar .solutions-dropdown .solutions-category {
  float: left;
  max-width: 13%;
  margin-left: 2%;
  min-width: 8%;
}

.hp-navbar .solutions-dropdown .solutions-category.first {
  margin-left: 0;
}

.hp-navbar .solutions-dropdown .solutions-category .solutions-category-link {
  display: block;
  padding-bottom: 8px;
  min-height: 49px;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  font-weight: 600;
  text-align: left;
  transition: color 0.3s ease;
}

.hp-navbar .solutions-dropdown .solutions-category .solutions-category-link:hover, .hp-navbar .solutions-dropdown .solutions-category .solutions-category-link.active {
  color: #333333;
  text-decoration: none !important;
  border-bottom: 3px solid #959595;
}

.hp-navbar .solutions-dropdown .solutions-category .solutions-category-link.active {
  border-color: #0078EF;
}

.hp-navbar .solutions-dropdown .solutions-children-wrapper a.active {
  text-decoration: underline;
}

.hp-navbar .solutions-dropdown .solutions-children-wrapper a.current {
  font-weight: 700;
}

.hp-navbar .solutions-dropdown .solutions-subcategories {
  display: none;
  border-top: 1px solid #959595;
  padding-top: 25px;
  padding-bottom: 30px;
}

.hp-navbar .solutions-dropdown .solutions-subcategory {
  float: left;
  width: 20%;
  margin-left: 6.6%;
}

.hp-navbar .solutions-dropdown .solutions-subcategory.first {
  margin-left: 0;
}

.hp-navbar .solutions-dropdown .solutions-subcategory .solutions-subcategory-link {
  min-height: 44px;
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.hp-navbar .solutions-dropdown .solutions-subcategory ul.subcategory-links {
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 400;
  list-style: none;
}

.hp-navbar .solutions-dropdown .solutions-subcategory ul.subcategory-sublinks {
  margin: 0;
  padding: 10px 0 0 15px;
}

.hp-navbar .solutions-dropdown .solutions-subcategory li {
  margin-bottom: 10px;
}

.former-hpe {
  max-width: 320px;
  position: relative;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #0073e7 !important;
  border-color: #0073E7;
  font-weight: 500;
  top: -2px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

@media screen and (max-width:959px) {
  .former-hpe {
    top: -12px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width:600px) {
  .former-hpe {
    top: -16px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width:350px) {
  .former-hpe {
    right: 3px;
  }
}

.hp-navbar.global-header {
  height: auto;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.hp-navbar.global-header * {
  font-family: "HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
}

.hp-navbar.global-header .uk-container, .hp-navbar.global-header .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .hp-navbar.global-header .slide-content-wrapper, .hp-navbar.global-header .type-benefits-section .node-benefits-section, .type-benefits-section .hp-navbar.global-header .node-benefits-section, .hp-navbar.global-header #group-header .field-name-field-product-header, #group-header .hp-navbar.global-header .field-name-field-product-header, .hp-navbar.global-header .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .hp-navbar.global-header .node-testimonials-section, .hp-navbar.global-header .type-tour-section article.node-tour-section, .type-tour-section .hp-navbar.global-header article.node-tour-section, .hp-navbar.global-header .type-steps-section .node-steps-section, .type-steps-section .hp-navbar.global-header .node-steps-section, .hp-navbar.global-header .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .hp-navbar.global-header .node-overview-section, .hp-navbar.global-header .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .hp-navbar.global-header .node-overview-section, .hp-navbar.global-header .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .hp-navbar.global-header .field-type-entityreference, .hp-navbar.global-header .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .hp-navbar.global-header ul, .hp-navbar.global-header .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .hp-navbar.global-header .node-overview-section, .hp-navbar.global-header .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .hp-navbar.global-header .field-items, .hp-navbar.global-header .type-why-section .node-why-section, .type-why-section .hp-navbar.global-header .node-why-section, .hp-navbar.global-header .node-sign-up-for-a-free-trial, .hp-navbar.global-header .field-name-field-product-blocks>.field-items, .hp-navbar.global-header .node-type-webform #content, .node-type-webform .hp-navbar.global-header #content {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  height: auto;
}

.hp-navbar.global-header .secondary-nav {
  background-color: inherit;
  padding-top: 10px;
  height: 68px;
}

.hp-navbar.global-header .secondary-nav .logo {
  position: absolute;
  top: 20px;
  left: 0;
}

.hp-navbar.global-header .secondary-nav .logo img {
  vertical-align: baseline;
  position: relative;
  top: 0px;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav {
  padding-top: 6px;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav .dropdown-hz.dropsmall .drop-content {
  background-color: #323e58;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav .dropdown-hz.dropsmall .linkwtxt {
  border-bottom: 1px solid #778A9D;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav .dropdown-hz.dropsmall .linkwtxt p {
  color: #DBE0E4;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav .dropdown-hz.dropsmall a {
  font-size: 16px;
  color: #ffffff !important;
}

.hp-navbar.global-header .secondary-nav .uk-navbar-nav .dropdown-hz.dropsmall a:hover {
  color: #00baff !important;
  text-decoration: none !important;
}

.hp-navbar.global-header .primary-nav {
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.hp-navbar.global-header .primary-nav>li:hover>a, .hp-navbar.global-header .primary-nav>li>a:focus, .hp-navbar.global-header .primary-nav>li.uk-open>a {
  background-color: none !important;
}

.hp-navbar.global-header a.external:hover, .hp-navbar.global-header span.external-link {
  background-repeat: no-repeat;
  background-position: right 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5GaWxsIDEgQ29weTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJMYXlvdXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSIwMV9Ib3ZlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczNC4wMDAwMDAsIC03Ny4wMDAwMDApIiBmaWxsPSIjMDA3M0U3Ij4gICAgICAgICAgICA8cGF0aCBkPSJNNzQzLjY4NDQwNCw4Mi44MTQzOTUxIEM3NDMuNDM2NzUsODIuNTY2NDg3MiA3NDMuMDM0ODE5LDgyLjU2NjQ4NzIgNzQyLjc4NzQxOSw4Mi44MTQzOTUxIEw3MzkuNTY0MTA4LDg2LjAzNzcwNTUgTDczOS41NjQxMDgsNzYuMjkwMzgyMyBDNzM5LjU2NDEwOCw3NS45Mzk5NjE4IDczOS4yODAxNjksNzUuNjU2MDIyMiA3MzguOTI5NzQ4LDc1LjY1NjAyMjIgQzczOC41NzkzMjgsNzUuNjU2MDIyMiA3MzguMjk1Mzg4LDc1LjkzOTk2MTggNzM4LjI5NTM4OCw3Ni4yOTAzODIzIEw3MzguMjk1Mzg4LDg2LjAzNzcwNTUgTDczNS4wNzIwNzgsODIuODE0Mzk1MSBDNzM0LjgyNDQyNCw4Mi41NjY0ODcyIDczNC40MjI0OTMsODIuNTY2NDg3MiA3MzQuMTc0ODM5LDgyLjgxNDM5NTEgQzczMy45MjcxODUsODMuMDYyMDQ5MyA3MzMuOTI3MTg1LDgzLjQ2MzcyNjEgNzM0LjE3NDgzOSw4My43MTEzODAyIEw3MzguNDgxMTI5LDg4LjAxNzY3MDIgQzczOC42MDQ5NTYsODguMTQxNDk3MyA3MzguNzY3MzUyLDg4LjIwMzQxMDggNzM4LjkyOTc0OCw4OC4yMDM0MTA4IEM3MzkuMDkxODkxLDg4LjIwMzQxMDggNzM5LjI1NDU0MSw4OC4xNDE0OTczIDczOS4zNzgxMTQsODguMDE3NjcwMiBMNzQzLjY4NDQwNCw4My43MTEzODAyIEM3NDMuOTMyMzEyLDgzLjQ2MzcyNjEgNzQzLjkzMjMxMiw4My4wNjIwNDkzIDc0My42ODQ0MDQsODIuODE0Mzk1MSIgaWQ9IkZpbGwtMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MzguOTI5NzE3LCA4MS45Mjk3MTcpIHJvdGF0ZSgtMTM1LjAwMDAwMCkgdHJhbnNsYXRlKC03MzguOTI5NzE3LCAtODEuOTI5NzE3KSAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

.hp-navbar.global-header a.external:hover.white, .hp-navbar.global-header span.external-link.white {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1 Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layouts' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='01_Hover' transform='translate%28-734.000000,-77.000000%29' fill='%23FFFFFF'%3E%3Cpath d='M743.684404,82.8143951 C743.43675,82.5664872 743.034819,82.5664872 742.787419,82.8143951 L739.564108,86.0377055 L739.564108,76.2903823 C739.564108,75.9399618 739.280169,75.6560222 738.929748,75.6560222 C738.579328,75.6560222 738.295388,75.9399618 738.295388,76.2903823 L738.295388,86.0377055 L735.072078,82.8143951 C734.824424,82.5664872 734.422493,82.5664872 734.174839,82.8143951 C733.927185,83.0620493 733.927185,83.4637261 734.174839,83.7113802 L738.481129,88.0176702 C738.604956,88.1414973 738.767352,88.2034108 738.929748,88.2034108 C739.091891,88.2034108 739.254541,88.1414973 739.378114,88.0176702 L743.684404,83.7113802 C743.932312,83.4637261 743.932312,83.0620493 743.684404,82.8143951' id='Fill-1-Copy' transform='translate%28738.929717,81.929717%29 rotate%28-135.000000%29 translate%28-738.929717,-81.929717%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hp-navbar.global-header .col2-wrapper span.external-link {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1 Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layouts' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='01_Hover' transform='translate%28-734.000000,-77.000000%29' fill='%23FFFFFF'%3E%3Cpath d='M743.684404,82.8143951 C743.43675,82.5664872 743.034819,82.5664872 742.787419,82.8143951 L739.564108,86.0377055 L739.564108,76.2903823 C739.564108,75.9399618 739.280169,75.6560222 738.929748,75.6560222 C738.579328,75.6560222 738.295388,75.9399618 738.295388,76.2903823 L738.295388,86.0377055 L735.072078,82.8143951 C734.824424,82.5664872 734.422493,82.5664872 734.174839,82.8143951 C733.927185,83.0620493 733.927185,83.4637261 734.174839,83.7113802 L738.481129,88.0176702 C738.604956,88.1414973 738.767352,88.2034108 738.929748,88.2034108 C739.091891,88.2034108 739.254541,88.1414973 739.378114,88.0176702 L743.684404,83.7113802 C743.932312,83.4637261 743.932312,83.0620493 743.684404,82.8143951' id='Fill-1-Copy' transform='translate%28738.929717,81.929717%29 rotate%28-135.000000%29 translate%28-738.929717,-81.929717%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hp-navbar.global-header .column-5 span.external-link, .hp-navbar.global-header .column-4 span.external-link, .hp-navbar.global-header .column-3 span.external-link {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5GaWxsIDEgQ29weTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJMYXlvdXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSIwMV9Ib3ZlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczNC4wMDAwMDAsIC03Ny4wMDAwMDApIiBmaWxsPSIjMDA3M0U3Ij4gICAgICAgICAgICA8cGF0aCBkPSJNNzQzLjY4NDQwNCw4Mi44MTQzOTUxIEM3NDMuNDM2NzUsODIuNTY2NDg3MiA3NDMuMDM0ODE5LDgyLjU2NjQ4NzIgNzQyLjc4NzQxOSw4Mi44MTQzOTUxIEw3MzkuNTY0MTA4LDg2LjAzNzcwNTUgTDczOS41NjQxMDgsNzYuMjkwMzgyMyBDNzM5LjU2NDEwOCw3NS45Mzk5NjE4IDczOS4yODAxNjksNzUuNjU2MDIyMiA3MzguOTI5NzQ4LDc1LjY1NjAyMjIgQzczOC41NzkzMjgsNzUuNjU2MDIyMiA3MzguMjk1Mzg4LDc1LjkzOTk2MTggNzM4LjI5NTM4OCw3Ni4yOTAzODIzIEw3MzguMjk1Mzg4LDg2LjAzNzcwNTUgTDczNS4wNzIwNzgsODIuODE0Mzk1MSBDNzM0LjgyNDQyNCw4Mi41NjY0ODcyIDczNC40MjI0OTMsODIuNTY2NDg3MiA3MzQuMTc0ODM5LDgyLjgxNDM5NTEgQzczMy45MjcxODUsODMuMDYyMDQ5MyA3MzMuOTI3MTg1LDgzLjQ2MzcyNjEgNzM0LjE3NDgzOSw4My43MTEzODAyIEw3MzguNDgxMTI5LDg4LjAxNzY3MDIgQzczOC42MDQ5NTYsODguMTQxNDk3MyA3MzguNzY3MzUyLDg4LjIwMzQxMDggNzM4LjkyOTc0OCw4OC4yMDM0MTA4IEM3MzkuMDkxODkxLDg4LjIwMzQxMDggNzM5LjI1NDU0MSw4OC4xNDE0OTczIDczOS4zNzgxMTQsODguMDE3NjcwMiBMNzQzLjY4NDQwNCw4My43MTEzODAyIEM3NDMuOTMyMzEyLDgzLjQ2MzcyNjEgNzQzLjkzMjMxMiw4My4wNjIwNDkzIDc0My42ODQ0MDQsODIuODE0Mzk1MSIgaWQ9IkZpbGwtMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MzguOTI5NzE3LCA4MS45Mjk3MTcpIHJvdGF0ZSgtMTM1LjAwMDAwMCkgdHJhbnNsYXRlKC03MzguOTI5NzE3LCAtODEuOTI5NzE3KSAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

.hp-navbar.global-header span.external-link {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-position: right 4px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}

.hp-navbar.global-header a.emphasis {
  color: #0073E7;
}

.hp-navbar.global-header a.emphasis:hover {
  color: #00BAFF;
}

.navbar-content {
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.hp-mobile-navmenu {
  background-color: #323e58 !important;
}

.hp-mobile-navmenu ul {
  background-color: transparent !important;
}

.hp-mobile-navmenu a {
  font-size: 14px;
  color: #ffffff !important;
}

.hp-mobile-navmenu a:hover {
  color: #00baff !important;
  text-decoration: none !important;
}

.hp-mobile-navmenu p {
  color: #959595;
}

.pronq-lang-selector {
  display: none;
}

.pronq-lang-selector {
  display: inline-block;
  position: relative;
}

@media (min-width:767px) {
  #page.drupal footer {
    height: 125px;
  }
}

.field-name-field-footer-columns a:hover, .field-name-field-footer-columns a:focus {
  color: #0078EF;
}

.pricing-config {
  margin-top: 0px;
  background-color: #F5F5F5;
  display: none;
  width: 100%;
}

.pricing-config .close-link {
  font-size: 30px;
  color: #888888;
  margin: 15px 0px;
}

.pricing-config .close-link:hover {
  text-decoration: none;
}

.pricing-config input.ng-invalid-entry {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

.each-configurator {
  margin: 30px 0px;
  min-height: 320px;
}

.mobile-pckg-blk {
  margin-top: 30px;
}

.mobile-pckg-blk h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

.mobile-pckg-blk .pckg-name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.package-name {
  margin: 30px 0px;
  font-size: 20px;
}

.pricing-instruction {
  margin-bottom: 45px;
}

.pricing-instruction h3 {
  line-height: 1.8;
  font-weight: 600;
}

.pricing-instruction h3 span {
  font-weight: 400;
  font-size: 14px;
}

.config-step {
  margin: 25px 0px 0px !important;
  vertical-align: top;
}

.config-step .step-title {
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}

.config-step .step-title>p {
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0px;
}

.config-step .step-title>p>span {
  color: #0078EF;
  border-bottom: 1px dotted #0078EF;
}

.config-step .step-title .uk-form {
  margin-top: 15px;
}

.config-step .step-count, .config-step .step-count-c {
  text-align: center;
  font-size: 14px;
  background-color: #888888;
  color: #eeeeee;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  margin-top: 3px;
  font-weight: 700;
}

.config-step .uk-table.table-generic {
  margin: 20px 0px;
  margin-bottom: 30px;
  font-size: 14px;
}

.config-step .uk-table.table-generic td {
  padding: 2px 0px;
}

.config-step .uk-table.table-generic thead td {
  font-weight: 700;
}

.config-step .uk-table.table-generic tbody tr td:not(:first-child) {
  font-weight: normal;
}

.additional h3 {
  font-size: 18px;
  margin: 0px;
}

.additional p {
  margin-top: 5px;
  font-size: 14px;
}

.uk-table.table-generic.set-maxw-600 {
  max-width: 600px;
}

.uk-table.table-generic.table-fod-config {
  margin-top: 10px;
}

.uk-table.table-generic.table-fod-config thead {
  padding-left: 5px;
  border: none;
  background-color: #c5c9ca;
  border-radius: 4px;
}

.uk-table.table-generic.table-fod-config td.round-l {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.uk-table.table-generic.table-fod-config td.round-r {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.uk-table.table-generic td {
  padding: 2px 0px;
}

@media (max-width:959px) {
  .configurator>a.uk-button {
    display: none;
  }
}

.config-summary {
  position: relative;
  z-index: 100;
}

.config-summary .summary-header {
  margin: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 600;
}

.config-summary .summary-blk {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding: 20px 20px 10px;
  font-size: 14px;
  font-weight: 700;
}

.config-summary .summary-blk .uk-grid:not(.uk-grid-preserve)+.uk-grid {
  margin-top: 20px;
}

.config-summary .summary-blk .uk-grid.is-savings {
  color: #7EAF35;
}

.config-summary .summary-blk .limit-vals {
  line-height: 1.3;
  max-width: 200px;
}

.config-summary .summary-blk .sum-attr>p {
  font-weight: normal;
  color: #333;
  margin-top: 0px;
  margin-bottom: 0px;
}

.config-summary .summary-blk .sum-val {
  text-align: right;
  font-weight: normal;
  color: #333;
}

.config-summary .summary-blk hr {
  border-top: 1px single #DDDDDD;
  margin: 20px 0px;
}

.config-summary .summary-blk .total-blk {
  margin: 30px 0px;
}

.config-summary .summary-blk .total-lbl {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 7px;
}

.config-summary .summary-blk .total-val {
  float: right;
  font-weight: 600;
  font-size: 36px;
}

.config-summary .config-btns {
  margin: 15px 0px 0px;
}

.config-summary .config-btns .uk-grid {
  margin-left: -15px;
}

.config-summary .config-btns .uk-grid .uk-width-1-2 {
  padding-left: 15px;
}

.config-summary .config-btns .uk-button, .config-summary .config-btns .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .config-summary .config-btns input.form-submit {
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 30px;
}

.config-summary .config-btns .uk-button-secondary {
  background-color: #B6C1C2 !important;
  color: #fff;
  border-radius: 30px;
}

.config-summary .config-btns .uk-button-secondary:hover {
  background-color: #B6C1C2 !important;
  color: #fff !important;
}

.config-summary .config-btns .uk-button-secondary:active {
  background-color: #B6C1C2 !important;
  color: #fff !important;
}

.config-summary .tax-txt {
  font-size: 12px;
  margin: 10px 0px 4px;
  color: #888;
  text-align: center;
  font-weight: normal;
}

.config-summary .config-sumtxt {
  text-align: right;
  font-size: 14px;
  margin: 10px 0px 0px;
}

.config-summary .config-sumtxt>p {
  font-size: 12px;
  margin-bottom: 3px;
}

.config-summary .config-sumtxt>a {
  font-weight: 600;
}

.limit-vals {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  margin: 3px 0px;
}

.config-step:nth-child(1) .step-count:after {
  content: '1';
}

.config-step:nth-child(2) .step-count:after {
  content: '2';
}

.config-step:nth-child(3) .step-count:after {
  content: '3';
}

.config-step:nth-child(4) .step-count:after {
  content: '4';
}

.tier-table {}

.tier-table .each-tier>div {
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
}

.tier-table .each-tier div.uk-float-right {
  font-weight: normal;
}

.tier-table .each-tier .packrow {
  background-color: #DDDDDD;
}

.tier-table .each-tier .active {
  background-color: #DDDDDD;
  border-radius: 4px;
  display: inline-block;
}

@media (max-width:768px) {
  .pricing-config {
    padding: 0px 20px;
  }
  .table-as-config h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
  }
  .package-name {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.secondary-nav {
  background-color: #293138;
  position: relative;
  z-index: 101;
}

.secondary-nav>.uk-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .secondary-nav>.slide-content-wrapper, .type-benefits-section .secondary-nav>.node-benefits-section, #group-header .secondary-nav>.field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .secondary-nav>.node-testimonials-section, .type-tour-section .secondary-nav>article.node-tour-section, .type-steps-section .secondary-nav>.node-steps-section, .type-overview-section.view-mode-alternative_1 .secondary-nav>.node-overview-section, .type-overview-section.view-mode-alternative_2 .secondary-nav>.node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .secondary-nav>.field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .secondary-nav>ul, .type-overview-section.view-mode-alternative_4 .secondary-nav>.node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .secondary-nav>.field-items, .type-why-section .secondary-nav>.node-why-section, .secondary-nav>.node-sign-up-for-a-free-trial, .field-name-field-product-blocks.secondary-nav>.field-items, .node-type-webform .secondary-nav>#content {
  height: 66px;
}

.secondary-nav .product-name {
  line-height: 66px;
  font-size: 18px;
  display: inline-block;
  color: #B6C1C2;
}

.secondary-nav .product-name a.menu {
  display: none;
}

.secondary-nav .product-name img {
  background-color: #B6C1C2;
  display: none;
}

.secondary-nav .product-name span {
  color: #B6C1C2;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}

.secondary-nav .product-name span.short {
  display: none;
}

.secondary-nav .product-name span.long {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .secondary-nav .product-name span.short {
    display: inline-block;
  }
  .secondary-nav .product-name span.long {
    display: none;
  }
}

.secondary-nav .uk-button-mini {
  min-height: 32px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 14px;
}

.secondary-nav .secondary-menu {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  display: inline-block;
}

.secondary-nav .secondary-menu li {
  vertical-align: top;
  display: inline-block;
  line-height: 66px;
  margin-bottom: 0px;
  margin-left: 30px;
}

.secondary-nav .secondary-menu li a {
  color: #ccc;
  display: inline-block;
}

.secondary-nav .secondary-menu li a:hover {
  text-decoration: underline;
}

.secondary-nav .secondary-menu li a.uk-button-primary {
  color: #fff;
  border-radius: 30px;
}

.secondary-nav .secondary-menu li a.uk-button-primary:hover {
  text-decoration: none;
}

.secondary-nav .secondary-menu li.active a {
  font-weight: 700;
  color: #00BAFF;
}

.pricing-pkg {
  padding: 60px 0px;
  padding-bottom: 30px;
}

.pricing-pkg.open .not-sure-container {
  display: none;
}

.not-sure-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.not-sure-container * {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

.not-sure-container .line, .not-sure-container .node-sign-up-for-a-free-trial .signup-title-wrap .left-hr, .node-sign-up-for-a-free-trial .signup-title-wrap .not-sure-container .left-hr, .not-sure-container .node-sign-up-for-a-free-trial .signup-title-wrap .right-hr, .node-sign-up-for-a-free-trial .signup-title-wrap .not-sure-container .right-hr {
  color: #ddd;
}

.not-sure-container a {
  font-weight: 700;
}

.pricing-blk {
  text-align: center;
}

.pricing-blk .uk-panel {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}

.pricing-blk .uk-panel-teaser {
  background-color: #F5F5F5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: -22px;
}

.pricing-blk .panel-name {
  font-size: 24px;
  color: #ffffff;
  padding: 15px 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 600;
  margin: -1px;
}

.pricing-blk .panel-hero {
  padding: 20px 0px 40px;
  color: #333;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

.pricing-blk .panel-hero span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.pricing-blk .panel-hero span:before {
  content: '\00a0';
}

.pricing-blk .panel-features {
  border-top: 0px;
  margin: -15px;
  margin-top: -18px;
  padding: 40px 20px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #333;
}

.pricing-blk:first-child .panel-name {}

.pricing-blk:not(:first-child) .panel-name {}

.sales-link {
  margin: 0px 0px 60px;
  font-size: 18px;
}

.compare-tables table.uk-table, .compare-tables-config table.uk-table {
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  border-collapse: separate;
}

.compare-tables table.uk-table td, .compare-tables-config table.uk-table td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-align: center;
}

.compare-tables table.uk-table .uk-button-primary, .compare-tables table.uk-table .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .compare-tables table.uk-table input.form-submit, .compare-tables-config table.uk-table .uk-button-primary, .compare-tables-config table.uk-table .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .compare-tables-config table.uk-table input.form-submit {
  border: 2px solid #0078EF;
  position: relative;
  background: #ffffff;
  color: #0078EF;
  border-radius: 30px;
  font-weight: 300;
  width: 150px;
  text-transform: uppercase;
}

.compare-tables table.uk-table .uk-button-primary:before, .compare-tables table.uk-table .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:before, .node-type-webform #content #webform-client-form-6530 div.form-actions .compare-tables table.uk-table input.form-submit:before, .compare-tables-config table.uk-table .uk-button-primary:before, .compare-tables-config table.uk-table .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:before, .node-type-webform #content #webform-client-form-6530 div.form-actions .compare-tables-config table.uk-table input.form-submit:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 4px solid #019875;
}

.compare-tables table.uk-table thead, .compare-tables-config table.uk-table thead {
  border-collapse: collapse;
  border-bottom: 0px;
}

.compare-tables table.uk-table thead tr, .compare-tables-config table.uk-table thead tr {}

.compare-tables table.uk-table thead td, .compare-tables-config table.uk-table thead td {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background-color: #F5F5F5;
}

.compare-tables table.uk-table thead td:nth-child(1), .compare-tables-config table.uk-table thead td:nth-child(1) {
  border-top-left-radius: 6px !important;
}

.compare-tables table.uk-table thead td:last-child, .compare-tables-config table.uk-table thead td:last-child {
  border-right-width: 0px;
  border-top-right-radius: 6px !important;
}

.compare-tables table.uk-table tbody tr:last-child td, .compare-tables-config table.uk-table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.compare-tables table.uk-table tbody td:nth-child(1), .compare-tables-config table.uk-table tbody td:nth-child(1) {
  text-align: left;
  font-weight: 700;
}

.compare-tables table.uk-table tbody td:last-child, .compare-tables-config table.uk-table tbody td:last-child {
  border-right-width: 0px;
  border-top-right-radius: 0px;
}

.compare-tables table.uk-table tbody td.bucket-header, .compare-tables-config table.uk-table tbody td.bucket-header {
  background-color: #F5F5F5;
  text-align: center;
}

.compare-tables .uk-icon-info-circle, .compare-tables-config .uk-icon-info-circle {
  color: #AAAAAA;
}

.compare-tables .hero-column span, .compare-tables-config .hero-column span {
  display: block;
  font-size: 12px;
}

.compare-tables .hero-column span:after, .compare-tables-config .hero-column span:after {
  content: '\00a0';
}

.compare-tables .hero-column div, .compare-tables-config .hero-column div {
  font-weight: 700;
  font-size: 24px;
}

.compare-tables .hero-column button, .compare-tables-config .hero-column button {
  display: block;
  margin: 5px 0px;
  display: inline-block;
}

.compare-tables table.uk-table.table-header, .compare-tables-config table.uk-table.table-header {
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 100;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width: 0px !important;
}

.compare-tables table.uk-table.table-content, .compare-tables-config table.uk-table.table-content {
  margin-top: -15px;
  border-top-width: 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.blk-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0px 30px;
}

.compare-tables {
  margin-bottom: 60px;
}

.table-as-config {
  margin-bottom: 30px;
}

.each-tb-config {
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
}

.each-tb-config:last-child {
  border-bottom: 0px;
}

.faq-blk {
  margin-bottom: 60px;
}

.faq-blk .each-faq .ques {
  font-weight: 700;
}

.faq-blk .each-faq .ans {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.pricing-pkg.open {
  padding-bottom: 6px;
  border-bottom: 2px solid #8E5599;
}

.pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {}

.pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {}

.pricing-pkg.open .panel-hero {
  display: none;
}

@media (min-width:960px) {
  .pricing-blk {
    text-align: center;
  }
}

@media (min-width:960px) and (max-width:959px) {
  .secondary-nav .product-name {
    width: 40%;
  }
  .pricing-blk {
    text-align: left;
  }
  .pricing-blk .uk-panel {
    margin-bottom: 30px;
    border: 0px;
    border-left: 10px solid #DDDDDD;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .pricing-blk .uk-panel-teaser {
    background-color: #fff;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 30px;
    border-top-left-radius: 0px;
  }
  .pricing-blk .panel-name {
    background-color: transparent !important;
    margin: 0px;
    color: #8E5599;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pricing-blk .panel-hero {
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #444444;
  }
  .pricing-blk .panel-hero span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
  }
  .pricing-blk .panel-hero span:before {
    content: none !important;
  }
  .pricing-blk .panel-action {
    display: none;
    padding: 10px 0px 30px 28px;
    margin: -15px;
    border-bottom: 0px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
  .pricing-blk .panel-action .hide-trigger {
    margin-left: 20px;
  }
  .pricing-blk .panel-features {
    padding: 0px 10px 55px 30px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom-left-radius: 0px;
  }
  .pricing-blk .panel-features ul {
    margin: 0px;
  }
  .pricing-blk .panel-features li {
    margin-bottom: 5px;
  }
  .pricing-blk .panel-compare {
    display: none;
    padding: 15px 0px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #DDDDDD;
    margin: 10px 0px 5px;
  }
  .pricing-blk .panel-compare .uk-grid+.uk-grid {
    margin-top: 8px;
  }
  .pricing-blk .panel-compare .comp-attr {
    font-weight: 600;
    color: #444444;
  }
  .pricing-blk .panel-compare .comp-val {
    color: #444444;
  }
  .pricing-blk .details-trigger {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .pricing-blk .details-trigger button {
    font-size: 16px;
  }
  .pricing-pkg.open {
    padding: 0px;
    border-bottom: 0px !important;
  }
  .pricing-pkg.open>div {
    display: none;
  }
  .pricing-pkg.open .pricing-blk {
    display: none;
  }
  .pricing-pkg.open .panel-hero {
    display: none;
  }
  .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    background-color: transparent !important;
  }
}

@media (max-width:960px) {
  .secondary-nav.uk-active {
    opacity: .95;
  }
  .secondary-nav>.uk-container, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .secondary-nav>.slide-content-wrapper, .type-benefits-section .secondary-nav>.node-benefits-section, #group-header .secondary-nav>.field-name-field-product-header, .type-testimonials-section.view-mode-alternative_3 .secondary-nav>.node-testimonials-section, .type-tour-section .secondary-nav>article.node-tour-section, .type-steps-section .secondary-nav>.node-steps-section, .type-overview-section.view-mode-alternative_1 .secondary-nav>.node-overview-section, .type-overview-section.view-mode-alternative_2 .secondary-nav>.node-overview-section, .type-overview-section.view-mode-alternative_3 .node-overview-section .secondary-nav>.field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .secondary-nav>ul, .type-overview-section.view-mode-alternative_4 .secondary-nav>.node-overview-section, .type-rotator-section .field-name-field-highlight-screenshots .secondary-nav>.field-items, .type-why-section .secondary-nav>.node-why-section, .secondary-nav>.node-sign-up-for-a-free-trial, .field-name-field-product-blocks.secondary-nav>.field-items, .node-type-webform .secondary-nav>#content {
    height: auto;
    display: block;
  }
  .secondary-nav .product-name {
    width: 100%;
  }
  .secondary-nav .product-name a.menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    float: right;
  }
  .secondary-nav .product-name a.menu.open i.fa-chevron-down {
    display: none;
  }
  .secondary-nav .product-name a.menu.open i.fa-chevron-up {
    display: inline-block;
  }
  .secondary-nav .product-name a.menu i {
    color: #555;
  }
  .secondary-nav .product-name a.menu i.fa-chevron-up {
    display: none;
  }
  .secondary-nav .secondary-menu {
    display: none;
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .secondary-nav .secondary-menu.open {
    display: block;
  }
  .secondary-nav .secondary-menu li {
    border-top: 1px solid #EAEBEB;
    padding: 0px 15px;
    display: block;
    width: 100%;
    margin: 0px;
  }
  .secondary-nav .secondary-menu li a {
    width: 100%;
    text-align: center;
    color: #555;
    font-size: 16px;
  }
  .secondary-nav .secondary-menu li a.uk-button-primary {
    height: 56px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .secondary-nav .secondary-menu li.active a {
    color: #00BAFF;
  }
  .pricing-pkg {
    padding-bottom: 0px !important;
  }
  .each-configurator {
    margin-top: 20px;
  }
  .each-configurator>div {
    padding-left: 0px;
  }
  .config-summary {
    margin-top: 50px;
  }
  .sales-link {
    margin-top: 30px !important;
  }
  .pricing-blk {
    text-align: left;
  }
  .pricing-blk .uk-panel {
    margin-bottom: 30px;
    border: 0px;
    border-left: 10px solid #DDDDDD;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .pricing-blk .uk-panel-teaser {
    background-color: #fff;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 30px;
    border-top-left-radius: 0px;
  }
  .pricing-blk .panel-name {
    background-color: transparent !important;
    margin: 0px;
    color: #8E5599;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pricing-blk .panel-hero {
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #444444;
  }
  .pricing-blk .panel-hero span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
  }
  .pricing-blk .panel-hero span:before {
    content: none !important;
  }
  .pricing-blk .panel-action {
    font-size: 17px;
    display: none;
    padding: 10px 0px 30px 28px;
    margin: -15px;
    border-bottom: 0px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
  .pricing-blk .panel-action .hide-trigger {
    margin-top: 20px;
    display: block;
  }
  .pricing-blk .panel-features {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 10px 55px 30px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom-left-radius: 0px;
  }
  .pricing-blk .panel-features ul {
    margin: 0px;
  }
  .pricing-blk .panel-features li {
    margin-bottom: 5px;
  }
  .pricing-blk .panel-compare {
    display: none;
    padding: 15px 0px;
    border-width: 0px 0px;
    margin: 10px 0px 5px;
  }
  .pricing-blk .panel-compare .comp-attr {
    font-weight: 600;
    color: #444444;
    display: block;
    width: 100% !important;
  }
  .pricing-blk .panel-compare .comp-val {
    color: #444444;
    display: block;
    width: 100% !important;
  }
  .pricing-blk .details-trigger {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .pricing-blk .details-trigger button {
    font-size: 16px;
  }
  .pricing-pkg.open {
    padding: 0px;
    border-bottom: 0px !important;
  }
  .pricing-pkg.open .pricing-blk {
    display: none;
  }
  .pricing-pkg.open .panel-hero {
    display: none;
  }
  .pricing-pkg.open .pricing-blk.active .uk-panel {
    border-bottom: 1px solid #ddd !important;
  }
  .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    background-color: transparent !important;
  }
  .pricing-pkg.open {
    padding-bottom: 0px !important;
  }
}

.config-step:nth-child(1) .step-count:after {
  content: '1';
}

.config-step:nth-child(2) .step-count:after {
  content: '2';
}

.config-step:nth-child(3) .step-count:after {
  content: '3';
}

.config-step:nth-child(4) .step-count:after {
  content: '4';
}

.node>header {
  display: none;
}

.carousel-indicator-anchor {
  display: none;
}

.field-name-field-anchor-navs {
  display: none;
}

.page-container {
  text-align: center;
}

#group-static-nav {
  position: fixed;
  width: 100%;
  top: -145px;
  margin-bottom: 0;
  z-index: 5;
  min-height: 65px;
  -webkit-transition: top 750ms ease-out;
  -ms-transition: top 750ms ease-out;
  -moz-transition: top 750ms ease-out;
  -o-transition: top 750ms ease-out;
  transition: top 750ms ease-out;
}

#group-static-nav>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  min-height: 65px;
}

#group-static-nav>.group-width-wrapper:before, #group-static-nav>.group-width-wrapper:after {
  content: " ";
  display: table;
}

#group-static-nav>.group-width-wrapper:after {
  clear: both;
}

#group-static-nav .field-name-field-static-nav-logo, #group-static-nav .field-name-field-static-nav-logo-title {
  float: left;
  height: 65px;
  padding-right: 8px;
  display: table;
}

#group-static-nav .field-name-field-static-nav-logo>div, #group-static-nav .field-name-field-static-nav-logo-title>div {
  vertical-align: middle;
  display: table-cell;
}

#group-static-nav .field-name-field-static-nav-logo div.field-item.long, #group-static-nav .field-name-field-static-nav-logo-title div.field-item.long {
  display: none;
}

#group-static-nav .field-name-field-static-nav-logo div.field-item.long.no-short-title, #group-static-nav .field-name-field-static-nav-logo-title div.field-item.long.no-short-title {
  display: block;
}

#group-static-nav .field-name-field-nav-buttons {
  float: right;
  height: 65px;
  display: table;
}

#group-static-nav .field-name-field-nav-buttons>div {
  vertical-align: middle;
  display: table-cell;
}

#group-static-nav .field-name-field-nav-buttons .field-item {
  float: left;
}

#group-static-nav .field-name-field-nav-buttons a {
  margin: 0 5px;
}

#group-header {
  height: 65px;
  width: 100%;
}

#group-header>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  border-bottom: none !important;
  max-width: 1300px;
  min-height: 65px;
  padding: 0px 20px !important;
  opacity: .95;
  background-color: none;
}

#group-header>.group-width-wrapper:before, #group-header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

#group-header>.group-width-wrapper:after {
  clear: both;
}

@media only screen and (max-width:480px) {
  #group-header>.group-width-wrapper {
    padding: 0px 15px !important;
  }
}

#group-header>.group-width-wrapper.sticky {
  max-width: none;
  width: 100% !important;
  position: fixed;
  top: 0;
  z-index: 300;
  border: none;
  -webkit-box-shadow: 0 0px 20px #CACACA;
  box-shadow: 0 0px 20px #CACACA;
  background-color: #263133;
}

#group-header>.group-width-wrapper.sticky .field-name-field-product-header {
  margin: auto;
  max-width: 1200px;
}

#group-header .field-name-field-logo-image, #group-header .field-name-field-logo-title, #group-header .field-name-field-short-title {
  float: left;
  padding-right: 8px;
  height: 65px;
  display: table;
}

#group-header .field-name-field-logo-image>div, #group-header .field-name-field-logo-title>div, #group-header .field-name-field-short-title>div {
  vertical-align: middle;
  display: table-cell;
}

#group-header .field-name-field-short-title h1, #group-header .field-name-field-logo-title h1 {
  margin: 0;
  height: 40px;
  line-height: 40px;
}

#group-header .field-name-field-solution-nav-links {
  float: right;
  height: 65px;
  display: table;
}

#group-header .field-name-field-solution-nav-links>div {
  vertical-align: middle;
  display: table-cell;
}

#group-header .field-name-field-solution-nav-links .field-item {
  float: left;
}

#group-header .field-name-field-logo-title {
  display: none;
}

#group-header .field-name-field-logo-title.no-short-title {
  display: table;
}

#group-header .field-name-field-product-header .field-items .menu {
  display: none;
}

@media only screen and (max-width:480px) {
  #group-header .field-name-field-product-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#group-header.sticky {
  position: fixed;
  top: 0px;
  z-index: 100;
}

.field-name-field-how-it-works-text h2 {
  text-align: center;
}

.field-name-field-how-it-works-text h2 {
  text-align: center;
}

#group-faqs {
  padding-top: 30px;
}

#group-faqs .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

#group-faqs .group-width-wrapper:before, #group-faqs .group-width-wrapper:after {
  content: " ";
  display: table;
}

#group-faqs .group-width-wrapper:after {
  clear: both;
}

#group-faqs .field-name-field-question {
  margin-bottom: 5px;
}

#group-faqs .field-name-field-answer {
  margin-bottom: 30px;
}

#group-overview {
  padding-top: 65px;
  padding-bottom: 55px;
}

#group-overview>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

#group-overview .field-name-field-3-column-title {
  padding-bottom: 35px;
}

#group-overview .field-name-field-columns-content>.field-items, #group-overview field-name-field-lr-columns-content>.field-items {
  *zoom: 1;
}

#group-overview .field-name-field-columns-content>.field-items:before, #group-overview .field-name-field-columns-content>.field-items:after, #group-overview field-name-field-lr-columns-content>.field-items:before, #group-overview field-name-field-lr-columns-content>.field-items:after {
  content: " ";
  display: table;
}

#group-overview .field-name-field-columns-content>.field-items:after, #group-overview field-name-field-lr-columns-content>.field-items:after {
  clear: both;
}

#group-overview .field-name-field-columns-content ul.slides, #group-overview field-name-field-lr-columns-content ul.slides {
  *zoom: 1;
  padding: 0;
}

#group-overview .field-name-field-columns-content ul.slides:before, #group-overview .field-name-field-columns-content ul.slides:after, #group-overview field-name-field-lr-columns-content ul.slides:before, #group-overview field-name-field-lr-columns-content ul.slides:after {
  content: " ";
  display: table;
}

#group-overview .field-name-field-columns-content ul.slides:after, #group-overview field-name-field-lr-columns-content ul.slides:after {
  clear: both;
}

#group-overview .field-name-field-columns-content ul.slides .field-name-field-column-title, #group-overview .field-name-field-columns-content ul.slides .field-name-field-column-text, #group-overview field-name-field-lr-columns-content ul.slides .field-name-field-column-title, #group-overview field-name-field-lr-columns-content ul.slides .field-name-field-column-text {
  max-width: 400px;
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
}

#group-overview .field-name-field-columns-content .flex-control-paging, #group-overview field-name-field-lr-columns-content .flex-control-paging {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#group-overview .field-name-field-columns-content .flex-control-paging li, #group-overview field-name-field-lr-columns-content .flex-control-paging li {
  display: inline-block;
  position: relative;
  margin: 0;
}

#group-overview .field-name-field-columns-content .flex-control-paging li a, #group-overview field-name-field-lr-columns-content .flex-control-paging li a {
  text-indent: 10000px;
  overflow: hidden;
  cursor: pointer;
  height: 10px;
  width: 10px;
  padding: 10px;
  display: block;
  box-sizing: content-box;
}

#group-overview .field-name-field-columns-content .flex-control-paging li a:after, #group-overview field-name-field-lr-columns-content .flex-control-paging li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 10px;
  width: 10px;
  border: 1px solid #333;
  border-radius: 100%;
}

#group-overview .field-name-field-columns-content .flex-control-paging li a.flex-active:after, #group-overview field-name-field-lr-columns-content .flex-control-paging li a.flex-active:after {
  background-color: #0078EF;
}

#group-overview .field-name-field-svg-code {
  padding-bottom: 12px;
}

#group-overview .field-name-field-svg-code svg {
  margin: 0px auto;
  display: block;
}

#group-overview .field-name-field-svg-code p {
  display: none;
}

#group-overview .field-name-field-column-title {
  padding-bottom: 15px;
}

#group-testimonials {
  padding-top: 50px;
  padding-bottom: 60px;
}

#group-testimonials>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

#group-testimonials .field-name-field-testimonials-sec-title {
  padding-bottom: 35px;
}

#group-testimonials .field-name-field-testimonials {
  position: relative;
}

#group-testimonials .field-name-field-testimonials .carousel-control-self {
  display: none;
}

#group-testimonials .field-name-field-testimonials .carousel-indicators {
  bottom: -65px;
  text-align: center;
  padding: 0px;
}

#group-testimonials .field-name-field-testimonials .carousel-indicators li {
  margin: 0px 8px;
  display: inline-block;
  list-style: none;
}

#group-testimonials .field-name-field-testimonials .carousel-indicators li a {
  display: block;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

#group-testimonials .node-customer-testimonial {
  *zoom: 1;
}

#group-testimonials .node-customer-testimonial:before, #group-testimonials .node-customer-testimonial:after {
  content: " ";
  display: table;
}

#group-testimonials .node-customer-testimonial:after {
  clear: both;
}

#group-testimonials .node-customer-testimonial .group-left {
  margin-bottom: 20px;
}

#group-testimonials .node-customer-testimonial .group-right {
  padding: 0px 30px;
}

#group-testimonials .node-customer-testimonial .group-right.centered {
  margin: 0 auto;
  max-width: 800px;
}

#group-testimonials .node-customer-testimonial .group-right.centered .field-name-field-testimonial-text, #group-testimonials .node-customer-testimonial .group-right.centered .field-name-field-testimonial-source {
  text-align: center;
}

#group-testimonials .node-customer-testimonial .field-name-field-customer-logo img {
  margin: 0px auto;
}

#group-testimonials .node-customer-testimonial .field-name-field-testimonial-text {
  margin-bottom: 30px;
}

#group-featurettes {
  padding-top: 75px;
  padding-bottom: 40px;
}

#group-featurettes>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

#group-featurettes .field-name-field-featurette-title, #group-featurettes .field-name-field-featurettes-title {
  padding-bottom: 40px;
}

#group-featurettes .field-name-field-featurettes>div>div {
  opacity: 0;
}

#group-featurettes .node-featurette {
  *zoom: 1;
  margin-bottom: 30px;
}

#group-featurettes .node-featurette:before, #group-featurettes .node-featurette:after {
  content: " ";
  display: table;
}

#group-featurettes .node-featurette:after {
  clear: both;
}

#group-featurettes .node-featurette .field-name-field-image {
  text-align: center;
  padding-bottom: 10px;
}

#group-featurettes .node-featurette .field-name-field-image img {
  margin: 0px auto;
  vertical-align: top;
}

#group-featurettes .node-featurette .field-name-field-featurette-title {
  padding-bottom: 5px;
}

#group-screenshots {
  display: none;
}

#group-getting-started>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

#group-getting-started>.group-width-wrapper:before, #group-getting-started>.group-width-wrapper:after {
  content: " ";
  display: table;
}

#group-getting-started>.group-width-wrapper:after {
  clear: both;
}

#group-getting-started .field-name-field-getting-started-title {}

#group-getting-started .field-name-field-getting-started-text {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-top: 20px;
}

@media only screen and (max-width:768px) {
  #group-getting-started .field-name-field-getting-started-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#group-getting-started .field-name-field-getting-started-image img {
  margin: 0px auto;
  display: block;
  max-width: 100%;
  width: 100%;
}

#group-getting-started .field-name-field-getting-started-list {
  text-align: left;
}

#group-getting-started .field-name-field-getting-started-cta-button a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  border-radius: 30px !important;
}

#group-getting-started .field-name-field-getting-started-cta-button a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  #group-getting-started .field-name-field-getting-started-cta-button a {
    padding: 12px 60px;
  }
}

#group-getting-started .field-name-field-getting-started-cta-button a:hover {
  background-color: #0078EF !important;
}

#group-getting-started .field-name-field-getting-started-cta-button a:focus {
  background-color: #0078EF !important;
}

@media only screen and (max-width:768px) {
  #group-getting-started .field-name-field-getting-started-cta-button a {
    width: 100%;
  }
}

#group-getting-started .field-name-field-cta-wrapper {
  margin-top: 25px;
}

#group-getting-started .field-name-field-bottom-cta-text {
  padding-top: 14px;
}

#group-getting-started .getstartedtabs {
  *zoom: 1;
  position: relative;
  top: -100px;
}

#group-getting-started .getstartedtabs:before, #group-getting-started .getstartedtabs:after {
  content: " ";
  display: table;
}

#group-getting-started .getstartedtabs:after {
  clear: both;
}

#group-getting-started .getstartedtabs .tabs-pager li.active a {
  font-weight: bold;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content {
  display: none;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content.active {
  display: block;
}

#group-getting-started .getstartedtabs div.content {
  *zoom: 1;
}

#group-getting-started .getstartedtabs div.content:before, #group-getting-started .getstartedtabs div.content:after {
  content: " ";
  display: table;
}

#group-getting-started .getstartedtabs div.content:after {
  clear: both;
}

#group-getting-started .getstartedtabs ul.tabs-pager {
  *zoom: 1;
  margin: 0;
  padding: 0;
}

#group-getting-started .getstartedtabs ul.tabs-pager:before, #group-getting-started .getstartedtabs ul.tabs-pager:after {
  content: " ";
  display: table;
}

#group-getting-started .getstartedtabs ul.tabs-pager:after {
  clear: both;
}

#group-getting-started .getstartedtabs ul.tabs-pager li {
  float: left;
  display: block;
  width: 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index: 5;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a {
  display: block;
  height: 66px;
  display: table;
  width: 100%;
  position: relative;
  top: 1px;
  color: #53565a;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a span.center {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 5px;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a span.logo {
  display: inline-block;
  width: 35px;
  height: 25px;
  position: relative;
  top: 8px;
  margin-right: 10px;
  display: none;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a::before {
  content: "";
  top: -1px;
  left: 0px;
  right: 0px;
  position: absolute;
}

#group-getting-started .getstartedtabs ul.tabs-pager li:first-child a {
  width: 98%;
}

#group-getting-started .getstartedtabs .tabs-content {
  position: relative;
  z-index: 4;
  padding: 30px 15px 50px;
}

#group-getting-started .getstartedtabs .tabs-content ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

#group-getting-started .getstartedtabs .tabs-content li {
  margin-bottom: 10px;
}

#group-getting-started .getstartedtabs .tabs-content .field-name-field-getting-started-image {
  display: none;
  margin-top: 50px;
}

.field-name-field-feedback-form, .type-feedback-section {
  border-bottom: 1px solid #e3e4e4;
}

.field-name-field-feedback-form .node-feedback-section, .type-feedback-section .node-feedback-section {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.field-name-field-feedback-form .node-feedback-section:before, .field-name-field-feedback-form .node-feedback-section:after, .type-feedback-section .node-feedback-section:before, .type-feedback-section .node-feedback-section:after {
  content: " ";
  display: table;
}

.field-name-field-feedback-form .node-feedback-section:after, .type-feedback-section .node-feedback-section:after {
  clear: both;
}

.field-name-field-feedback-form .field-name-field-webform, .type-feedback-section .field-name-field-webform {
  display: none;
  margin-top: 15px;
}

.field-name-field-feedback-form .field-name-field-submission-success, .type-feedback-section .field-name-field-submission-success {
  display: none;
}

.field-name-field-feedback-form .field-name-field-error-message, .type-feedback-section .field-name-field-error-message {
  display: none;
}

.field-name-field-feedback-form .field-name-field-feedback-cta .field-item, .type-feedback-section .field-name-field-feedback-cta .field-item {
  text-align: center;
  padding: 30px 0px;
}

.field-name-field-feedback-form .field-name-field-feedback-cta .field-item:before, .type-feedback-section .field-name-field-feedback-cta .field-item:before {
  margin-right: 7px;
  display: none;
}

.field-name-field-feedback-form .field-name-field-submission-success, .type-feedback-section .field-name-field-submission-success {
  padding: 30px 0px;
  text-align: center;
  margin: 0px -15px;
}

.field-name-field-feedback-form .field-name-field-submission-success .field-item:before, .type-feedback-section .field-name-field-submission-success .field-item:before {
  margin-right: 7px;
}

.field-name-field-feedback-form .field-name-field-placeholder, .field-name-field-feedback-form .field-name-field-button-text, .type-feedback-section .field-name-field-placeholder, .type-feedback-section .field-name-field-button-text {
  display: none;
}

.field-name-field-feedback-form .webform-client-form, .type-feedback-section .webform-client-form {
  *zoom: 1;
}

.field-name-field-feedback-form .webform-client-form:before, .field-name-field-feedback-form .webform-client-form:after, .type-feedback-section .webform-client-form:before, .type-feedback-section .webform-client-form:after {
  content: " ";
  display: table;
}

.field-name-field-feedback-form .webform-client-form:after, .type-feedback-section .webform-client-form:after {
  clear: both;
}

.field-name-field-feedback-form .webform-client-form .webform-component-textarea, .type-feedback-section .webform-client-form .webform-component-textarea {
  margin-bottom: 15px;
}

.field-name-field-feedback-form .webform-client-form .webform-component-textarea textarea, .type-feedback-section .webform-client-form .webform-component-textarea textarea {
  display: block;
  border-radius: 5px;
  padding: 10px 15px;
  resize: none;
  height: 70px;
  font-family: "Metric";
}

.field-name-field-feedback-form .webform-client-form .form-actions, .type-feedback-section .webform-client-form .form-actions {
  margin-bottom: 15px;
}

.field-name-field-feedback-form .webform-client-form .form-actions input, .type-feedback-section .webform-client-form .form-actions input {
  border-radius: 5px;
  height: 38px;
  display: block;
  width: 100%;
}

@media only screen and (min-width:480px) {
  #group-banner .field-name-field-cta-wrapper {
    *zoom: 1;
  }
  #group-banner .field-name-field-cta-wrapper:before, #group-banner .field-name-field-cta-wrapper:after {
    content: " ";
    display: table;
  }
  #group-banner .field-name-field-cta-wrapper:after {
    clear: both;
  }
  #group-banner .field-name-field-cta-wrapper>div {
    float: left;
  }
  #group-getting-started .field-name-field-cta-wrapper {
    *zoom: 1;
  }
  #group-getting-started .field-name-field-cta-wrapper:before, #group-getting-started .field-name-field-cta-wrapper:after {
    content: " ";
    display: table;
  }
  #group-getting-started .field-name-field-cta-wrapper:after {
    clear: both;
  }
  #group-getting-started .field-name-field-cta-wrapper>div {
    float: left;
  }
  #group-getting-started .getstartedtabs ul.tabs-pager li a span.logo {
    display: inline-block;
  }
  #group-getting-started .getstartedtabs .tabs-content {
    padding: 30px 30px 50px;
  }
}

@media only screen and (min-width:640px) {
  #group-static-nav .field-name-field-static-nav-logo-title div.field-item.long {
    display: block;
  }
  #group-static-nav .field-name-field-static-nav-logo-title div.field-item.short {
    display: none;
  }
  #group-header .field-name-field-logo-title {
    display: none;
  }
}

@media only screen and (min-width:960px) {
  #group-header .field-name-field-short-title {
    display: none;
  }
}

@media only screen and (max-width:960px) {
  #group-header .field-name-title {
    display: none;
  }
  #group-header .field-name-field-short-title {
    display: table;
  }
}

@media only screen and (min-width:768px) {
  #group-banner>.group-width-wrapper {
    display: table;
    table-layout: fixed;
  }
  #group-banner .field-name-field-banner-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  #group-banner .field-name-field-banner-image img {
    margin: 0;
    width: 100%;
  }
  #group-banner .banner-fields-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 15px;
  }
  #group-faqs .faqs-right, #group-faqs .faqs-left {
    width: 50%;
    padding: 50px 30px 30px 30px;
  }
  #group-faqs .faqs-right {
    float: right;
    padding-right: 0px;
  }
  #group-faqs .faqs-left {
    float: left;
    padding-left: 0px;
  }
  #group-overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #group-overview .field-name-field-columns-content, #group-overview .field-name-field-lr-columns-content {
    overflow: hidden;
  }
  #group-overview .field-name-field-columns-content>.field-items, #group-overview .field-name-field-lr-columns-content>.field-items {
    margin: 0px -30px;
  }
  #group-overview .field-name-field-columns-content>.field-items>div, #group-overview .field-name-field-lr-columns-content>.field-items>div {
    width: 33.3%;
    float: left;
    padding: 0px 35px;
  }
  #group-testimonials .field-name-field-testimonials .carousel-inner {
    padding: 0px 40px;
  }
  #group-testimonials .field-name-field-testimonials .carousel-control-self {
    display: block;
    position: absolute;
    top: 20px;
  }
  #group-testimonials .field-name-field-testimonials .carousel-control-self.left {
    left: -12px;
  }
  #group-testimonials .field-name-field-testimonials .carousel-control-self.right {
    right: -12px;
  }
  #group-testimonials .field-name-field-testimonials .carousel-control-self img {
    display: none;
  }
  #group-testimonials .node-customer-testimonial .group-left {
    float: left;
    width: 240px;
  }
  #group-testimonials .node-customer-testimonial .group-right {
    margin-left: 265px;
    padding: 0px;
  }
  #group-testimonials .node-customer-testimonial .group-right.centered {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }
  #group-testimonials .node-customer-testimonial .field-name-field-customer-logo {
    padding-left: 15px;
  }
  #group-featurettes .node-featurette {
    margin-bottom: 5px;
  }
  #group-featurettes .node-featurette .group-left {
    float: left;
    width: 155px;
    height: 155px;
    display: table;
  }
  #group-featurettes .node-featurette .group-left>div {
    vertical-align: middle;
    display: table-cell;
  }
  #group-featurettes .node-featurette .group-right {
    margin-left: 180px;
    padding-top: 35px;
  }
  #group-featurettes .node-featurette .field-name-field-image {
    padding-bottom: 0px;
  }
  #group-featurettes .node-featurette .field-name-field-image img {
    vertical-align: middle;
  }
  #group-getting-started .group-width-wrapper>.field-name-field-getting-started-title {}
  #group-getting-started .group-width-wrapper>.field-name-field-getting-started-text {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    clear: right;
  }
  #group-getting-started .group-width-wrapper>.field-name-field-getting-started-image {}
  #group-getting-started .group-width-wrapper>.field-name-field-getting-started-image img {
    margin: 0;
  }
  #group-getting-started .group-width-wrapper>.field-name-field-getting-started-list {}
  #group-getting-started .group-width-wrapper>.field-name-field-cta-wrapper {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    clear: right;
    padding-left: 15px;
  }
  #group-getting-started .group-width-wrapper>.field-name-field-cta-wrapper a {
    width: auto;
  }
  #group-getting-started .field-name-field-cta-wrapper {
    *zoom: 1;
  }
  #group-getting-started .field-name-field-cta-wrapper:before, #group-getting-started .field-name-field-cta-wrapper:after {
    content: " ";
    display: table;
  }
  #group-getting-started .field-name-field-cta-wrapper:after {
    clear: both;
  }
  #group-getting-started .field-name-field-cta-wrapper>div {
    float: left;
  }
  #group-getting-started .field-name-field-bottom-cta-text {
    padding-top: 14px;
  }
  #group-getting-started .getstartedtabs .tabs-content, #group-getting-started .node-getting-started-module .tabs-content {
    padding: 30px 50px 50px 50px;
  }
  #group-getting-started .getstartedtabs .tabs-content .field-name-field-getting-started-image, #group-getting-started .node-getting-started-module .tabs-content .field-name-field-getting-started-image {
    display: block;
    margin: 0;
    padding: 0;
  }
  #group-getting-started .getstartedtabs .tabs-content .field-name-field-getting-started-image img, #group-getting-started .node-getting-started-module .tabs-content .field-name-field-getting-started-image img {
    width: 100%;
    max-width: 100%;
  }
  #group-getting-started .getstartedtabs .tab-cols, #group-getting-started .node-getting-started-module .tab-cols {
    display: table;
    table-layout: fixed;
  }
  #group-getting-started .getstartedtabs .tab-content-left, #group-getting-started .node-getting-started-module .tab-content-left {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
    padding-top: 20px;
  }
  #group-getting-started .getstartedtabs .tab-content-right, #group-getting-started .node-getting-started-module .tab-content-right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
    padding-top: 20px;
  }
  .field-name-field-feedback-form, .type-feedback-section {
    border-bottom: 1px solid #F5F5F5;
    min-height: 85px;
    margin-bottom: 35px;
  }
  .field-name-field-feedback-form .field-name-field-feedback-cta .field-item, .type-feedback-section .field-name-field-feedback-cta .field-item {
    text-align: left;
  }
  .field-name-field-feedback-form .field-name-field-feedback-cta .field-item:before, .type-feedback-section .field-name-field-feedback-cta .field-item:before {
    display: inline-block;
  }
  .field-name-field-feedback-form .field-name-field-webform, .type-feedback-section .field-name-field-webform {
    margin-top: 25px;
  }
  .field-name-field-feedback-form .field-name-field-submission-success, .type-feedback-section .field-name-field-submission-success {
    margin: 25px 0px 0px 0px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: left;
  }
  .field-name-field-feedback-form .webform-client-form .webform-component-textarea, .type-feedback-section .webform-client-form .webform-component-textarea {
    float: left;
    width: 100%;
    padding-right: 160px;
  }
  .field-name-field-feedback-form .webform-client-form .webform-component-textarea textarea, .type-feedback-section .webform-client-form .webform-component-textarea textarea {
    padding: 2px 15px;
    height: 38px;
    line-height: 32px;
    border-radius: 5px 0px 0px 5px;
  }
  .field-name-field-feedback-form .webform-client-form .form-actions, .type-feedback-section .webform-client-form .form-actions {
    width: 0%;
    position: relative;
    float: left;
  }
  .field-name-field-feedback-form .webform-client-form .form-actions input, .type-feedback-section .webform-client-form .form-actions input {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    border-radius: 0px 5px 5px 0px;
  }
}

@media only screen and (min-width:960px) {
  #group-screenshots {
    display: block;
  }
  #group-overview .field-name-field-columns-content>ul.slides, #group-overview .field-name-field-lr-columns-content>ul.slides {
    list-style: none;
  }
  #group-overview .field-name-field-columns-content>ul.slides>li, #group-overview .field-name-field-lr-columns-content>ul.slides>li {
    float: left;
    width: 33.3%;
  }
}

@media only screen and (min-width:1180px) {
  .field-name-field-anchor-navs {
    display: block;
  }
  #group-header>.group-width-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  #group-static-nav>.group-width-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width:767px) {
  #group-overview {
    padding: 30px 0px;
  }
  #group-overview .field-name-field-column-title {
    font-size: 16px !important;
  }
  #group-overview .field-name-field-column-text {
    font-size: 14px !important;
  }
  #group-header {
    position: relative;
    width: 100%;
  }
  #group-header>.group-width-wrapper {
    background-color: #293138;
    color: #B6C1C2;
  }
  #group-header .field-name-field-product-header .field-items .menu {
    display: inline-block;
    color: #555;
    font-size: 20px;
    position: absolute;
    right: 3%;
    top: 19px;
  }
  #group-header .field-name-field-product-header .field-items .menu .fa-chevron-up {
    display: none;
  }
  #group-header .field-name-field-product-header .field-items .menu.open .fa-chevron-up {
    display: inline-block;
  }
  #group-header .field-name-field-product-header .field-items .menu.open .fa-chevron-down {
    display: none;
  }
  #group-header .field-name-field-links {
    clear: both;
    width: 100%;
    display: none;
  }
  #group-header .field-name-field-links .field-items {
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
  }
  #group-header .field-name-field-links .field-items .field-item {
    display: flex;
    text-align: center;
    border-top: 1px solid #EAEBEB;
    padding: 0;
    height: 56px;
    align-items: center;
  }
  #group-header .field-name-field-links .field-items .field-item:last-child {
    width: 100%;
    border: none;
    align-items: center;
    opacity: 1;
  }
  #group-header .field-name-field-links .field-items .field-item:last-child a.pronq-pdp-try-me {
    background-color: #0078EF;
    width: 100%;
    justify-content: center;
  }
  #group-header .field-name-field-links .field-items .field-item a:not(.pronq-pdp-try-me) {
    width: 100%;
    border: none !important;
    display: flex;
    justify-content: center;
  }
  #group-featurettes {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  }
  #group-featurettes .group-right .field-name-field-featurette-title h2 {
    font-size: 14px !important;
    text-align: left;
    line-height: 14px !important;
  }
  #group-featurettes .field-name-field-featurettes .group-left {
    float: left;
    width: 45px;
    margin-top: 0px;
    margin-right: 5px;
  }
  #group-featurettes .field-name-field-featurette-body {
    font-size: 12px !important;
    text-align: left !important;
  }
  #group-bodytabs .tabs-content .tab-header a, #group-getting-started .getstartedtabs .tabs-content .tab-content .field-name-field-getting-started-text, #group-getting-started .getstartedtabs .tabs-content .tab-content strong {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  #group-getting-started .getstartedtabs .tabs-content .tab-content li {
    font-size: 12px !important;
  }
  #group-getting-started .field-name-field-getting-started-list {
    font-size: 14px !important;
  }
}

#group-static-nav {
  background-color: rgba(255, 255, 255, 0.9);
}

#group-static-nav .field-name-field-static-nav-logo {
  padding-right: 8px;
}

#group-static-nav .field-name-field-static-nav-logo-title {
  font-size: 18px;
}

#group-static-nav .field-name-field-nav-buttons {
  text-align: right;
  line-height: 40px;
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-try-me, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-get-started, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-contact-sales, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-start-your-free-trial {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #FF9E1B;
  border: 1px solid rgba(255, 255, 255, 0);
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-try-me:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-get-started:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-contact-sales:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-start-your-free-trial:hover {
  text-decoration: none;
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-try-me:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-get-started:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-contact-sales:hover, #group-static-nav .field-name-field-nav-buttons a.pronq-pdp-start-your-free-trial:hover {
  background-color: transparent;
  background-color: #F68E00;
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-pricing {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #0096D6;
  color: #0096D6;
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-pricing:hover {
  text-decoration: none;
}

#group-static-nav .field-name-field-nav-buttons a.pronq-pdp-pricing:hover {
  border: 1px solid #0084BD;
}

.carousel-indicator-anchor {
  display: none;
  margin: 0;
  width: 105px;
  right: 20px;
  bottom: 50%;
  left: auto;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
  margin-bottom: -72px;
}

.carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
  margin-bottom: 1px;
}

.carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

.carousel-indicator-anchor li.active i {
  border-color: #babec0;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

.carousel-indicator-anchor li.default span {
  opacity: 0;
}

.carousel-indicator-anchor li.current-indicator span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #babec0;
}

.carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #babec0;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

.carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #b3b6b9;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.carousel-indicator-anchor .active {
  background-color: #ddd;
  margin: 0 8px;
}

#group-header {
  background-color: #263133;
  z-index: 10;
}

#group-header.inverted {
  background-color: #263133;
}

#group-header>.group-width-wrapper {
  border-bottom: 1px solid #bebfc0;
}

#group-header .field-name-field-short-title {
  font-size: 18px;
}

#group-header .field-name-field-logo-title {
  font-size: 18px;
}

#group-header .field-name-field-short-title h1, #group-header .field-name-field-logo-title h1 {
  font-weight: normal;
  font-size: 18px;
  color: #ccc;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-pricing {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-pricing:hover {
  text-decoration: none;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-pricing:hover {
  background-color: #0078EF !important;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-pricing:focus {
  background-color: #0078EF !important;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-try-me, #group-header .field-name-field-solution-nav-links a.pronq-pdp-contact-sales, #group-header .field-name-field-solution-nav-links a.pronq-pdp-start-your-free-trial {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-try-me:hover, #group-header .field-name-field-solution-nav-links a.pronq-pdp-contact-sales:hover, #group-header .field-name-field-solution-nav-links a.pronq-pdp-start-your-free-trial:hover {
  text-decoration: none;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-try-me:hover, #group-header .field-name-field-solution-nav-links a.pronq-pdp-contact-sales:hover, #group-header .field-name-field-solution-nav-links a.pronq-pdp-start-your-free-trial:hover {
  background-color: #0078EF !important;
}

#group-header .field-name-field-solution-nav-links a.pronq-pdp-try-me:focus, #group-header .field-name-field-solution-nav-links a.pronq-pdp-contact-sales:focus, #group-header .field-name-field-solution-nav-links a.pronq-pdp-start-your-free-trial:focus {
  background-color: #0078EF !important;
}

#group-banner .field-name-field-banner-title, #group-banner .field-name-field-banner-title h1 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
}

#group-banner .field-name-field-banner-text {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #333;
  line-height: 37px;
}

#group-banner .field-name-field-header-cta-text {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width:767px) {
  .field-name-field-banner-title, .field-name-field-banner-title h1, #group-overview h2, #group-how-it-works h2, #group-video-module h2, #group-featurettes h2, #group-bodytabs .field-name-field-section-title h2, #group-testimonials .field-name-field-testimonials-sec-title, #group-getting-started .field-name-field-getting-started-title, #group-how-it-works .field-name-field-how-it-works-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin: 0px 0px;
  }
  .field-name-field-banner-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 24px !important;
  }
}

#group-overview .field-name-field-3-column-title, #group-overview h2 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

#group-overview .field-name-field-column-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  color: #333;
  text-align: center;
}

#group-overview .field-name-field-column-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  text-align: center;
}

#group-overview .field-name-field-description {
  font-size: 18px;
  padding-bottom: 30px;
}

#group-overview .field-name-field-3-column-title {
  padding-bottom: 15px;
}

#group-faqs .field-name-field-question {
  font-weight: bold;
}

#group-testimonials .field-name-field-testimonials-sec-title {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

#group-testimonials .field-name-field-testimonial-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  text-align: center;
}

#group-testimonials .field-name-field-testimonial-source {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

#group-testimonials .field-name-field-testimonial-source p {
  margin: 0px;
}

#group-testimonials .field-name-field-testimonials .carousel-indicators li.active a, #group-testimonials .field-name-field-testimonials .carousel-indicators li:hover a {
  background-color: #0078EF;
}

#group-testimonials .uk-slidenav {
  position: absolute;
  top: 20px;
  margin-left: -60px;
  font-size: 58px !important;
  display: block;
}

#group-testimonials .uk-slidenav, #group-testimonials span.prev, #group-testimonials span.next {
  color: #CACACA;
}

#group-testimonials .uk-slidenav:hover, #group-testimonials span.prev:hover, #group-testimonials span.next:hover {
  color: #444444;
}

#group-testimonials .uk-slidenav-previous {
  margin-left: -60px;
}

#group-testimonials .uk-slidenav-next {
  margin-right: -60px;
  right: 0px;
}

#group-testimonials .uk-position-bottom {
  bottom: -60px;
}

#group-testimonials .carousel-indicators a {
  border: 1px solid #333;
}

#group-testimonials .carousel-indicators .uk-active a {
  background-color: #0078EF;
}

#group-testimonials .field-name-field-customer-logo {
  text-align: center;
}

@media only screen and (min-width:768px) {
  #group-testimonials .field-name-field-testimonial-text, #group-testimonials .field-name-field-testimonial-source {
    text-align: left;
  }
}

.group-featurettes .field-name-field-featurettes-title {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
}

.group-featurettes .group-right .field-name-field-featurette-title, .group-featurettes .group-right .field-name-field-featurettes-title, .group-featurettes .group-right h2 {
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.group-featurettes .group-right .field-name-field-featurette-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  text-align: center;
  clear: both;
}

@media only screen and (min-width:768px) {
  #group-featurettes .node-featurette .field-name-field-featurette-title, #group-featurettes .node-featurette .field-name-field-featurettes-title, #group-featurettes .node-featurette h2 {
    text-align: left;
  }
  #group-featurettes .node-featurette .field-name-field-featurette-body {
    text-align: left;
    clear: none;
  }
}

#group-screenshots .magnifier {
  position: absolute;
  top: 16%;
  width: 39%;
  text-align: left;
  box-shadow: 0 0 0 4px #0078EF, 0 0 7px 5px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  height: 250px;
  width: 250px;
}

#group-screenshots .magnifier img {
  position: absolute;
  max-width: 100%;
  display: none;
}

#group-screenshots .magnifier img.magnifier-img.magnifier-zoomed {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  overflow: hidden;
}

#group-screenshots .magnifier-empty {
  display: none !important;
  visibility: hidden;
}

#group-screenshots .pdp-analysis-coverflow {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 1075px;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-holder {
  list-style: none;
  padding: 0;
  margin: -60px auto 0;
  width: 36%;
  height: 35em;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-holder .tooltip {
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-holder .magnify {
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width:1220px) {
  #group-screenshots .pdp-analysis-coverflow .roundabout-holder .magnify {
    width: 70%;
  }
}

#group-screenshots .pdp-analysis-coverflow .prev, #group-screenshots .pdp-analysis-coverflow .next {
  cursor: pointer;
  position: absolute;
  top: 160px;
  z-index: 11;
  display: none;
}

#group-screenshots .pdp-analysis-coverflow .prev img, #group-screenshots .pdp-analysis-coverflow .next img {
  display: none;
}

#group-screenshots .pdp-analysis-coverflow .prev i, #group-screenshots .pdp-analysis-coverflow .next i {
  font-size: 28px;
  color: #CACACA;
}

#group-screenshots .pdp-analysis-coverflow .prev i:hover, #group-screenshots .pdp-analysis-coverflow .next i:hover {
  color: #444444;
}

#group-screenshots .pdp-analysis-coverflow .next {
  right: -30px;
}

#group-screenshots .pdp-analysis-coverflow .prev {
  left: -35px;
}

#group-screenshots .pdp-analysis-coverflow h2 {
  color: #333;
  margin: 0px 0px 15px;
  font-size: 30px;
}

#group-screenshots .pdp-analysis-coverflow .tooltip-inner {
  background-color: #24a0d9;
  font-size: 18px;
  line-height: 24px;
  width: 340px;
  max-width: 100%;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 2px 2px 6px -2px #000;
  font-size: 16px;
  color: #fff;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.bottom {
  margin-top: -6%;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #24a0d9;
  top: -6px;
  margin-left: -8px;
  border-width: 0 11px 11px;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.left {
  margin-left: 5%;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.left .tooltip-arrow {
  border-left-color: #24a0d9;
  right: -6px;
  margin-top: -8px;
  border-width: 11px 0 11px 11px;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.right {
  margin-left: -7%;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.right .tooltip-arrow {
  border-right-color: #24a0d9;
  left: -6px;
  margin-top: -10px;
  border-width: 11px 11px 11px 0;
}

#group-screenshots .pdp-analysis-coverflow .tooltip.in {
  opacity: 1;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-content {
  color: #333;
  font-size: 18px;
  margin: 30px auto;
  text-align: center;
  width: 100%;
  font-weight: 400 !important;
  min-height: 120px;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-content h2 {
  font-weight: 400 !important;
}

#group-screenshots .pdp-analysis-coverflow .roundabout-content p {
  min-height: 60px;
}

#group-screenshots .pdp-analysis-coverflow li {
  width: 63em;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#group-screenshots .pdp-analysis-coverflow li.slide-static {
  overflow: hidden;
}

#group-screenshots .node-type-solution-apppulse-mobile .pdp-analysis-coverflow li {
  overflow: hidden;
}

#group-screenshots .pdp-analysis-coverflow li .item-img {
  width: 100%;
}

#group-screenshots .pdp-analysis-coverflow li.roundabout-in-focus {
  cursor: default;
  text-align: center;
}

#group-screenshots .pdp-analysis-coverflow li.roundabout-in-focus .magnifier-zoomed {
  display: none;
}

#group-screenshots .pdp-analysis-coverflow li span {
  display: block;
  padding-top: 6em;
}

#group-screenshots .pdp-analysis-coverflow p {
  color: #333;
  width: 80%;
  margin: 0 auto;
}

#group-screenshots .pdp-analysis-slider {
  display: none;
}

#group-screenshots #carousel-controls {
  margin: 20px auto 10px;
  overflow: hidden;
  position: relative;
  width: 320px;
  z-index: 281;
}

#group-screenshots #carousel-controls .control {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #333;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  margin: 0px 10px;
  width: 10px;
  display: inline-block;
}

#group-screenshots #carousel-controls .control.current {
  background: none repeat scroll 0 0 #0078EF;
}

#group-screenshots #carousel-controls .control:only-child {
  display: none;
}

#group-screenshots .roundabout-holder .self-hidden {
  display: none;
}

#group-screenshots .roundabout-moveable-item {
  overflow: hidden;
}

#group-screenshots .roundabout-moveable-item.roundabout-in-focus {
  overflow: visible;
}

#group-screenshots .roundabout-moveable-item .large {
  background-repeat: no-repeat;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #0078EF, 0 0 7px 5px rgba(0, 0, 0, 0.25);
  cursor: grab;
  height: 250px;
  position: absolute;
  right: 0;
  width: 250px;
  background-color: #fff;
}

#group-screenshots .roundabout-moveable-item .large:after {
  background-color: #425563;
  border-radius: 5px;
  color: #fff;
  content: "Click and drag";
  left: 0;
  margin: 0 auto;
  opacity: 0.8;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 110px;
  width: 150px;
}

#group-screenshots .roundabout-moveable-item .no-after:after {
  display: none;
}

#group-screenshots .carousel-indicator-anchor {
  display: none;
  margin: 0;
  width: 105px;
  right: 20px;
  bottom: 50%;
  left: auto;
  margin-bottom: -72px;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
  display: none;
}

#group-screenshots .carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
}

#group-screenshots .carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

#group-screenshots .carousel-indicator-anchor li.active i {
  border-color: #333;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

#group-screenshots .carousel-indicator-anchor li.default span {
  opacity: 0;
}

#group-screenshots .carousel-indicator-anchor li.current-indicator span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #333;
}

#group-screenshots .carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #babec0;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

#group-screenshots .carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #b3b6b9;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

#group-screenshots .carousel-indicator-anchor .active {
  background-color: #0078EF;
  margin: 0 8px;
}

@media only screen and (min-width:960px) {
  #group-screenshots .pdp-analysis-coverflow .roundabout-holder {
    width: 18em;
  }
}

@media only screen and (min-width:1180px) {
  #group-screenshots .pdp-analysis-coverflow .prev, #group-screenshots .pdp-analysis-coverflow .next {
    display: block;
    z-index: 300;
  }
}

@media only screen and (max-width:767px) {
  .node-screenshot-section.view-mode-alternative_1 .slide-wrapper {
    display: block;
  }
  .node-screenshot-section.view-mode-alternative_1 .field-name-field-cta-button a {
    width: 100%;
  }
  .node-screenshot-section.view-mode-alternative_1 .flex-direction-nav-container {
    display: none;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper .slide-left, .node-screenshot-section.view-mode-alternative_1 .slide-left {
    float: none !important;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    text-align: center;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper .slide-left .screenshot-image-spacer, .node-screenshot-section.view-mode-alternative_1 .slide-left .screenshot-image-spacer {
    height: 0;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper .slide-left.no-quote, .node-screenshot-section.view-mode-alternative_1 .slide-left.no-quote {
    text-align: center;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper .slide-right, .node-screenshot-section.view-mode-alternative_1 .slide-right {
    float: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper img, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slides .slide-wrapper .animated-screenshot, .node-screenshot-section.view-mode-alternative_1 img, .node-screenshot-section.view-mode-alternative_1 .animated-screenshot {
    float: none;
    margin: 0px auto;
  }
}

#group-getting-started .field-name-field-getting-started-title {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

#group-getting-started .field-name-field-getting-started-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: auto;
  font-weight: 400;
  margin-bottom: 25px;
}

#group-getting-started .field-name-field-getting-started-list {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}

#group-getting-started .field-name-field-getting-started-list ul, #group-getting-started .field-name-field-getting-started-list ol {
  font-weight: 400;
  font-size: 16px;
  padding-left: 17px;
}

#group-getting-started .field-name-field-getting-started-list ul li, #group-getting-started .field-name-field-getting-started-list ol li {
  list-style: disc;
  margin-bottom: 8px;
}

#group-getting-started .field-name-field-getting-started-list ol {
  padding-left: 45px;
}

#group-getting-started .field-name-field-getting-started-list ol li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

#group-getting-started .field-name-field-getting-started-list ol li:before {
  display: block;
  position: absolute;
  top: 0px;
  left: -45px;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 15px;
  text-align: center;
}

#group-getting-started .field-name-field-getting-started-list ol li:nth-child(1):before {
  content: "1";
}

#group-getting-started .field-name-field-getting-started-list ol li:nth-child(2):before {
  content: "2";
}

#group-getting-started .field-name-field-getting-started-list ol li:nth-child(3):before {
  content: "3";
}

#group-getting-started .field-name-field-getting-started-list ol li:nth-child(4):before {
  content: "4";
}

#group-getting-started .field-name-field-getting-started-list ol li:nth-child(5):before {
  content: "5";
}

#group-getting-started .field-name-field-bottom-cta-text {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}

#group-getting-started .getstartedtabs ul.tabs-pager {
  list-style: none;
  border-bottom: 1px solid #ddddde;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a {
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #ddddde;
  border-left: 1px solid #ddddde;
  border-right: 1px solid #ddddde;
  border-bottom: 1px solid #ddddde;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a:hover {
  color: #0078EF;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a span.logo {
  opacity: 0.5;
  transition: .3s opacity;
  background-repeat: no-repeat;
  background-position: center center;
}

#group-getting-started .getstartedtabs ul.tabs-pager li a::before {
  border-top: 5px solid #0078EF;
  border-radius: 5px 5px 0px 0px;
  opacity: 0;
  transition: .3s opacity;
}

#group-getting-started .getstartedtabs ul.tabs-pager li.active a {
  border-bottom: 0px;
}

#group-getting-started .getstartedtabs ul.tabs-pager li.active a::before {
  opacity: 1;
}

#group-getting-started .getstartedtabs ul.tabs-pager li.active a span.logo {
  opacity: 1;
}

#group-getting-started .getstartedtabs .tabs-content {
  background-color: #fff;
  border: 1px solid #ddddde;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content {
  *zoom: 1;
  font-size: 16px;
  font-weight: 400;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content:before, #group-getting-started .getstartedtabs .tabs-content .tab-content:after {
  content: " ";
  display: table;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content:after {
  clear: both;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content p {
  font-size: 16px;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content strong {
  font-size: 18px;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content li {
  list-style: disc;
  line-height: 24px;
  font-size: 16px;
}

#group-getting-started .getstartedtabs .tabs-content .tab-content .field-name-field-getting-started-text, #group-getting-started .getstartedtabs .tabs-content .tab-content h2 {
  color: #9c9ea0;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

@media only screen and (min-width:480px) {
  #group-getting-started .getstartedtabs ul.tabs-pager li a {
    font-size: 18px;
  }
}

.field-name-field-feedback-form, .type-feedback-section {
  background-color: #EEEEEE;
}

.field-name-field-feedback-form .field-name-field-submission-success, .type-feedback-section .field-name-field-submission-success {
  background-color: #ecf5df;
  color: #0f4925;
}

.field-name-field-feedback-form .webform-client-form .webform-component-textarea textarea, .type-feedback-section .webform-client-form .webform-component-textarea textarea {
  border: 1px solid #DDDDDD;
  outline: 0;
  color: #444444;
  font-size: 14px;
  -webkit-appearance: none;
}

.field-name-field-feedback-form .webform-client-form .form-actions input.form-submit, .type-feedback-section .webform-client-form .form-actions input.form-submit {
  border: 1px solid #DDDDDD;
  background-color: #DDDDDD;
  color: #444444;
  font-weight: bold;
  font-size: 16px;
  -webkit-appearance: none;
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .field-name-field-feedback-form .field-name-field-submission-success, .type-feedback-section .field-name-field-submission-success {
    border: 1px solid #C5E19C;
  }
  .field-name-field-feedback-form textarea, .type-feedback-section textarea {
    overflow: hidden;
    white-space: nowrap;
  }
}

#group-demo {
  position: relative;
}

#group-demo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 100px;
  background: -ms-linear-gradient(top, #f5f6f7 0%, white 100%);
  background: linear-gradient(to bottom, #f5f6f7 0%, white 100%);
  z-index: 1;
}

#group-demo>.group-width-wrapper {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLQAAAAWCAQAAABzyQ3eAAABP0lEQVR4Ae3cwUoEMRCGQf/3f+j2rNADPaEli1WXHTbJJt4+Iky+pvJiVh7Xp/nsx39Ls1Mv4xEAoJ6/a0fq52fzfTVj3T7VPQ/+kmVZWDGIrXFO9VnV7yujBCUAZ2owq3keRNRaZN0fWvupNb+7Sr+/m6w1AMismt5uNU/9SA1ybiGyzmVh3fiG6YK7q242AFCz2X0WTRJsJbH6uUuyv/Yoi9I9j08WmbUAAKlVw/ldMNUg3A4i8G9lc/3Bv/QyXy+gAODSJKt5us1Xz0+2L5fei+VojyydGgCok1kHGVYLJ16X634t8xHRBABXqxdjtR+F+/IBv5vx+P7JAIA6n72SRPXf3qYU74kCABF223774mWZAICM2xEnAACk1Y44IwAgppYjxmkBAGkFAAAAAAAAAAAAAAAAAAAAAAAAfAPF8FoPTe9FpgAAAABJRU5ErkJggg==");
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

.node-demo-request-module {
  text-align: center;
  padding-bottom: 60px;
  font-size: 14px;
}

.node-demo-request-module h2 {
  display: none;
}

.node-demo-request-module .form-messages {
  padding: 0px 15px;
}

.node-demo-request-module .messages--status {
  border: 1px solid #C5E19C;
  max-width: 450px;
  background-color: #ecf6e0;
  background-color: rgba(197, 225, 156, 0.25);
  padding: 10px;
  font-size: 14px;
  margin: 30px auto 0px auto;
  color: #547423;
  border-radius: 5px;
}

.node-demo-request-module .messages--status p {
  margin: 0;
}

.node-demo-request-module .field-name-field-demo-image {
  margin-bottom: 20px;
}

.node-demo-request-module .field-name-field-demo-image img {
  border-radius: 50%;
  width: 72px;
  margin: -30px auto 0px auto;
}

.node-demo-request-module .field-name-field-demo-name {
  display: inline;
  border-right: 2px solid #333;
  margin-right: 7px;
  padding-right: 7px;
  font-weight: bold;
}

.node-demo-request-module .field-name-field-demo-name * {
  display: inline;
}

.node-demo-request-module .field-name-field-demo-position {
  display: inline;
}

.node-demo-request-module .field-name-field-demo-position * {
  display: inline;
}

.node-demo-request-module .field-name-field-demo-tagline {
  padding: 0px 15px;
  max-width: 260px;
  margin: 30px auto 0px auto;
}

.node-demo-request-module .field-name-field-demo-cta {
  margin-top: 10px;
}

.node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  font-weight: 500;
}

.node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
    padding: 12px 60px;
  }
}

.node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
  background-color: #0078EF !important;
}

.node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:focus {
  background-color: #0078EF !important;
}

.node-demo-request-module form.webform-client-form {
  max-width: 480px;
  margin: 10px auto 0px auto;
  padding: 0px 15px;
}

.node-demo-request-module form.webform-client-form div.form-item {
  margin-bottom: 15px;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email {
  position: relative;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield label, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email label {
  font-size: 14px;
  color: #000;
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: normal;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input {
  display: block;
  width: 100%;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.form-text, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.form-text {
  font-size: 14px;
  color: #000;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  transition: border-color .2s;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.form-text:focus, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.form-text:focus {
  border-color: #0096D6;
  outline: none;
}

.node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.error, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.error {
  border-color: #BF3A3A;
}

.node-demo-request-module form.webform-client-form div.form-item div.fielderror {
  color: #BF3A3A;
  text-align: left;
  font-size: 12px;
}

.node-demo-request-module form.webform-client-form .webform-submit, .node-demo-request-module form.webform-client-form .form-submit {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  font-weight: 500;
  margin-bottom: 0px;
}

.node-demo-request-module form.webform-client-form .webform-submit:hover, .node-demo-request-module form.webform-client-form .form-submit:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-demo-request-module form.webform-client-form .webform-submit, .node-demo-request-module form.webform-client-form .form-submit {
    padding: 12px 60px;
  }
}

.node-demo-request-module form.webform-client-form .webform-submit:hover, .node-demo-request-module form.webform-client-form .form-submit:hover {
  background-color: #0078EF !important;
}

.node-demo-request-module form.webform-client-form .webform-submit:focus, .node-demo-request-module form.webform-client-form .form-submit:focus {
  background-color: #0078EF !important;
}

.node-demo-request-module form.webform-client-form span.form-required {
  display: none;
}

@media only screen and (min-width:480px) {
  .node-demo-request-module {
    font-size: 16px;
  }
  .node-demo-request-module .field-name-field-demo-image img {
    width: auto;
    margin-top: -40px;
  }
  .node-demo-request-module .field-name-field-demo-tagline {
    max-width: none;
  }
  .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 13px 60px;
    min-width: 130px;
    font-size: 20px;
    border-radius: 3px;
    height: 50px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    font-weight: 500;
    min-width: 450px;
  }
  .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
    text-decoration: none;
  }
  .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
    background-color: #0078EF !important;
  }
  .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:focus {
    background-color: #0078EF !important;
  }
  .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield label, .node-demo-request-module form.webform-client-form div.form-item.webform-component-email label {
    font-size: 16px;
  }
  .node-demo-request-module form.webform-client-form div.form-item input.form-text {
    font-size: 16px;
    padding: 15px;
  }
  .node-demo-request-module form.webform-client-form .webform-submit {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 13px 60px;
    min-width: 130px;
    font-size: 20px;
    border-radius: 3px;
    height: 50px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    font-weight: 500;
    min-width: 450px;
  }
  .node-demo-request-module form.webform-client-form .webform-submit:hover {
    text-decoration: none;
  }
  .node-demo-request-module form.webform-client-form .webform-submit:hover {
    background-color: #0078EF !important;
  }
  .node-demo-request-module form.webform-client-form .webform-submit:focus {
    background-color: #0078EF !important;
  }
}

body.node-type-demo-request-module .field-name-field-demo-image {
  margin-top: 90px;
}

body.node-type-demo-request-module #group-demo {
  position: relative;
}

body.node-type-demo-request-module #group-demo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 100px;
  background: -ms-linear-gradient(top, #f5f6f7 0%, white 100%);
  background: linear-gradient(to bottom, #f5f6f7 0%, white 100%);
  z-index: 1;
}

body.node-type-demo-request-module #group-demo>.group-width-wrapper {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLQAAAAWCAQAAABzyQ3eAAABP0lEQVR4Ae3cwUoEMRCGQf/3f+j2rNADPaEli1WXHTbJJt4+Iky+pvJiVh7Xp/nsx39Ls1Mv4xEAoJ6/a0fq52fzfTVj3T7VPQ/+kmVZWDGIrXFO9VnV7yujBCUAZ2owq3keRNRaZN0fWvupNb+7Sr+/m6w1AMismt5uNU/9SA1ybiGyzmVh3fiG6YK7q242AFCz2X0WTRJsJbH6uUuyv/Yoi9I9j08WmbUAAKlVw/ldMNUg3A4i8G9lc/3Bv/QyXy+gAODSJKt5us1Xz0+2L5fei+VojyydGgCok1kHGVYLJ16X634t8xHRBABXqxdjtR+F+/IBv5vx+P7JAIA6n72SRPXf3qYU74kCABF223774mWZAICM2xEnAACk1Y44IwAgppYjxmkBAGkFAAAAAAAAAAAAAAAAAAAAAAAAfAPF8FoPTe9FpgAAAABJRU5ErkJggg==");
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

body.node-type-demo-request-module .node-demo-request-module {
  text-align: center;
  padding-bottom: 60px;
  font-size: 14px;
}

body.node-type-demo-request-module .node-demo-request-module h2 {
  display: none;
}

body.node-type-demo-request-module .node-demo-request-module .form-messages {
  padding: 0px 15px;
}

body.node-type-demo-request-module .node-demo-request-module .messages--status {
  border: 1px solid #C5E19C;
  max-width: 450px;
  background-color: #ecf6e0;
  background-color: rgba(197, 225, 156, 0.25);
  padding: 10px;
  font-size: 14px;
  margin: 30px auto 0px auto;
  color: #547423;
  border-radius: 5px;
}

body.node-type-demo-request-module .node-demo-request-module .messages--status p {
  margin: 0;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-image {
  margin-bottom: 20px;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-image img {
  border-radius: 50%;
  width: 72px;
  margin: -30px auto 0px auto;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-name {
  display: inline;
  border-right: 2px solid #333;
  margin-right: 7px;
  padding-right: 7px;
  font-weight: bold;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-name * {
  display: inline;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-position {
  display: inline;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-position * {
  display: inline;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-tagline {
  padding: 0px 15px;
  max-width: 260px;
  margin: 30px auto 0px auto;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta {
  margin-top: 10px;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  font-weight: 500;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
    padding: 12px 60px;
  }
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
  background-color: #0078EF !important;
}

body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:focus {
  background-color: #0078EF !important;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form {
  max-width: 480px;
  margin: 10px auto 0px auto;
  padding: 0px 15px;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item {
  margin-bottom: 15px;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email {
  position: relative;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield label, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email label {
  font-size: 14px;
  color: #000;
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: normal;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input {
  display: block;
  width: 100%;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.form-text, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.form-text {
  font-size: 14px;
  color: #000;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  transition: border-color .2s;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.form-text:focus, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.form-text:focus {
  border-color: #0096D6;
  outline: none;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield input.error, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email input.error {
  border-color: #BF3A3A;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item div.fielderror {
  color: #BF3A3A;
  text-align: left;
  font-size: 12px;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .form-submit {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  font-weight: 500;
  margin-bottom: 0px;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:hover, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .form-submit:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .form-submit {
    padding: 12px 60px;
  }
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:hover, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .form-submit:hover {
  background-color: #0078EF !important;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:focus, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .form-submit:focus {
  background-color: #0078EF !important;
}

body.node-type-demo-request-module .node-demo-request-module form.webform-client-form span.form-required {
  display: none;
}

@media only screen and (min-width:480px) {
  body.node-type-demo-request-module .node-demo-request-module {
    font-size: 16px;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-image img {
    width: auto;
    margin-top: -40px;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-tagline {
    max-width: none;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 13px 60px;
    min-width: 130px;
    font-size: 20px;
    border-radius: 3px;
    height: 50px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    font-weight: 500;
    min-width: 450px;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
    text-decoration: none;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:hover {
    background-color: #0078EF !important;
  }
  body.node-type-demo-request-module .node-demo-request-module .field-name-field-demo-cta>.field-items>.field-item a:focus {
    background-color: #0078EF !important;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-textfield label, body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item.webform-component-email label {
    font-size: 16px;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form div.form-item input.form-text {
    font-size: 16px;
    padding: 15px;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 13px 60px;
    min-width: 130px;
    font-size: 20px;
    border-radius: 3px;
    height: 50px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    font-weight: 500;
    min-width: 450px;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:hover {
    text-decoration: none;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:hover {
    background-color: #0078EF !important;
  }
  body.node-type-demo-request-module .node-demo-request-module form.webform-client-form .webform-submit:focus {
    background-color: #0078EF !important;
  }
}

body.node-type-demo-request-module.is_framed #pronq-global-menu, body.node-type-demo-request-module.is_framed #mm-pronq-global-menu, body.node-type-demo-request-module.is_framed .pq-footer {
  display: none !important;
}

body.node-type-demo-request-module.is_framed .node-demo-request-module {
  padding-bottom: 5px;
}

body.node-type-demo-request-module.is_framed .node-demo-request-module .field-name-field-demo-image {
  margin-top: 45px;
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper, .pronq-pdp-old #group-banner>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding-bottom: 50px;
  padding-top: 35px;
  max-width: 1140px;
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper:before, .node-banner-section.view-mode-full #group-banner>.group-width-wrapper:after, .pronq-pdp-old #group-banner>.group-width-wrapper:before, .pronq-pdp-old #group-banner>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper:after, .pronq-pdp-old #group-banner>.group-width-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-image, .pronq-pdp-old #group-banner .field-name-field-banner-image {
  padding-bottom: 35px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-image img, .pronq-pdp-old #group-banner .field-name-field-banner-image img {
  margin: 0px auto;
  display: block;
  max-height: 375px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-title h1, .pronq-pdp-old #group-banner .field-name-field-banner-title h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-text, .pronq-pdp-old #group-banner .field-name-field-banner-text {
  padding-top: 20px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a, .pronq-pdp-old #group-banner .field-name-field-cta-button a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  display: block;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:hover, .pronq-pdp-old #group-banner .field-name-field-cta-button a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a, .pronq-pdp-old #group-banner .field-name-field-cta-button a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:hover, .pronq-pdp-old #group-banner .field-name-field-cta-button a:hover {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:focus, .pronq-pdp-old #group-banner .field-name-field-cta-button a:focus {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-wrapper, .pronq-pdp-old #group-banner .field-name-field-cta-wrapper {
  padding-top: 20px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-header-cta-text, .pronq-pdp-old #group-banner .field-name-field-header-cta-text {
  padding-top: 14px;
}

@media only screen and (min-width:768px) {
  .node-banner-section.view-mode-full #group-banner>.group-width-wrapper, .pronq-pdp-old #group-banner>.group-width-wrapper {
    display: table;
    table-layout: fixed;
  }
  .node-banner-section.view-mode-full #group-banner .field-name-field-banner-image, .pronq-pdp-old #group-banner .field-name-field-banner-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .node-banner-section.view-mode-full #group-banner .field-name-field-banner-image img, .pronq-pdp-old #group-banner .field-name-field-banner-image img {
    margin: 0;
    width: 100%;
  }
  .node-banner-section.view-mode-full #group-banner .banner-fields-wrapper, .pronq-pdp-old #group-banner .banner-fields-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
  }
}

.node-banner-section.view-mode-alternative_1>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.node-banner-section.view-mode-alternative_1>.group-wrapper:before, .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-alternative_1>.group-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-image {
  float: right;
  width: 50%;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-icon {
  float: left;
  width: 0%;
  padding-top: 5px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-icon img {
  max-width: 45px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-title {
  float: left;
  width: 50%;
  padding-left: 35px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-title h1 {
  font-weight: 400;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-text {
  float: left;
  width: 50%;
  clear: left;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width:767px) {
  .node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item.before-comparison {
    padding-bottom: 0px !important;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper:before, .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
    content: " ";
    display: table;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
    clear: both;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-image {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-icon {
    float: left;
    width: 0%;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-icon img {
    max-width: 45px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-title {
    float: none;
    width: 100%;
    padding-left: 35px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-title h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-text {
    float: none;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 24px !important;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-getting-started-list {
    display: none;
  }
}

.node-banner-section.view-mode-alternative_2>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding-top: 35px;
  max-width: 1140px;
  max-height: 440px;
}

.node-banner-section.view-mode-alternative_2>.group-wrapper:before, .node-banner-section.view-mode-alternative_2>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-alternative_2>.group-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-title {
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-title h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: 28px;
  font-size: 24px;
  font-weight: 400;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items {
  text-align: center;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item {
  display: inline-block;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:focus {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: white;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:active, .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:focus {
  border-color: #0078EF;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items .field-item a {
  margin: 0px 8px 15px 8px;
  background-attachment: scroll;
  padding: 14px 60px;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-image img {
  max-width: 67%;
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-title {
    padding: 0px 10%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-title h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button {
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items {
    text-align: center;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item {
    width: 100%;
    display: inline-block;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    margin: 0px;
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
    background-color: #0078EF !important;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:focus {
    background-color: #0078EF !important;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items .field-item a {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-image {
    margin-top: 32px;
  }
}

.node-comparison-section.view-mode-full>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
}

.node-comparison-section.view-mode-full>.group-wrapper:before, .node-comparison-section.view-mode-full>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-comparison-section.view-mode-full>.group-wrapper:after {
  clear: both;
}

.node-comparison-section.view-mode-full>.group-wrapper .group-wrapper-wrapper {
  border: 1px solid #CACACA;
  border-radius: 5px;
  background-color: #fff;
  margin: -60px 0px -80px;
}

.node-comparison-section.view-mode-full .group-products-info {
  float: left;
  width: 33.3%;
  padding: 60px 25px 30px 45px;
}

.node-comparison-section.view-mode-full .field-name-field-table-title {
  font-size: 16px;
}

.node-comparison-section.view-mode-full .field-name-field-table-text ul {
  padding-left: 20px;
}

.node-comparison-section.view-mode-full .field-name-field-products {
  float: left;
  width: 66.7%;
  padding: 30px 0px 45px 0px;
}

.node-comparison-section.view-mode-full .field-name-field-products>.field-items>.field-item {
  width: 50%;
  float: left;
  padding: 10px 35px;
}

.node-comparison-section.view-mode-full .field-name-field-products>.field-items:nth-child(0) {
  border-right: 1px dashed #555;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-icon {
  float: left;
  padding-right: 8px;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-short-title {
  display: none;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-title .field-item {
  height: 52px;
  display: table;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-title h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 20px;
  color: #555;
  display: table-cell;
  vertical-align: middle;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-body {
  margin-top: 10px;
  clear: both;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  display: block;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a {
    padding: 12px 60px;
  }
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a:hover {
  background-color: #0078EF !important;
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a:focus {
  background-color: #0078EF !important;
}

@media only screen and (min-width:480px) {
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-try-link a {
    padding: 12px 0px;
  }
}

.node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}

.node-comparison-section.view-mode-full .field-name-field-row-info {
  clear: both;
}

.node-comparison-section.view-mode-full .field-name-field-row-info>.field-items>.field-item {
  border-top: 1px solid #EEEEEE;
  padding: 25px 40px;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row {
  *zoom: 1;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:before, .node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:after {
  content: " ";
  display: table;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:after {
  clear: both;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-row-header {
  float: left;
  width: 33.3%;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values {
  float: left;
  width: 66.7%;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items {
  *zoom: 1;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:before, .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:after {
  content: " ";
  display: table;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:after {
  clear: both;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  color: #CACACA;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i {
  font-size: 20px;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i.fa-times {
  color: #AAAAAA;
}

.node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i.fa-check {
  color: #333;
}

@media (max-width:767px) {
  .node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item.after-comparison {
    display: none;
  }
  .node-comparison-section.view-mode-full>.group-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    position: relative;
  }
  .node-comparison-section.view-mode-full>.group-wrapper:before, .node-comparison-section.view-mode-full>.group-wrapper:after {
    content: " ";
    display: table;
  }
  .node-comparison-section.view-mode-full>.group-wrapper:after {
    clear: both;
  }
  .node-comparison-section.view-mode-full>.group-wrapper .group-wrapper-wrapper {
    border: 0px !important;
    border-radius: 0px;
    background-color: #fff;
    margin: 0px;
  }
  .node-comparison-section.view-mode-full .group-products-info {
    display: none;
  }
  .node-comparison-section.view-mode-full .after-comparison {
    display: none;
  }
  .node-comparison-section.view-mode-full .field-name-field-table-title {
    font-size: 16px;
  }
  .node-comparison-section.view-mode-full .field-name-field-table-text ul {
    padding-left: 20px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products {
    float: none;
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products>.field-items {
    padding-bottom: 40px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products>.field-items>.field-item {
    width: 100%;
    float: none;
    padding: 10px 35px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products>.field-items>.field-item.even {
    border-right: 0px;
    border-bottom: 1px dashed #444444;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-icon {
    float: left;
    padding-right: 8px;
    margin-top: -4px;
    width: 45px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-title .field-item {
    height: auto;
    display: block;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-title h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 24px;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-body {
    margin-top: 25px;
    clear: both;
    font-weight: 400;
    text-align: left;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    display: block;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link a:hover {
    background-color: #0078EF !important;
  }
  .node-comparison-section.view-mode-full .field-name-field-products .field-name-field-info-link a:focus {
    background-color: #0078EF !important;
  }
  .node-comparison-section.view-mode-full .compare-table-header {
    border-top: 1px solid #dddddd;
    background: #FFFFFF;
    margin: 0px;
    z-index: 10;
  }
  .node-comparison-section.view-mode-full .compare-table-header .uk-width-1-2 {
    padding: 25px 0px 15px;
    text-align: center;
  }
  .node-comparison-section.view-mode-full .prod-shortname {
    vertical-align: top;
    display: inline-block;
  }
  .node-comparison-section.view-mode-full .prod-shortname .field-name-field-short-title {
    vertical-align: top;
    display: block;
  }
  .node-comparison-section.view-mode-full .prod-shortname .field-name-field-short-title h1 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .node-comparison-section.view-mode-full .prod-icon {
    display: inline-block;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info {
    clear: both;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info>.field-items>.field-item {
    border-top: 1px solid #EEEEEE;
    padding: 0px 0px;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row {
    *zoom: 1;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:before, .node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:after {
    content: " ";
    display: table;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .node-comparison-row:after {
    clear: both;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-row-header {
    float: none;
    width: 100%;
    text-align: center;
    padding: 15px 0px 10px;
    font-size: 13px;
    font-weight: 400;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values {
    float: none;
    width: 100%;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items {
    *zoom: 1;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:before, .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:after {
    content: " ";
    display: table;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-items:after {
    clear: both;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item {
    float: left;
    width: 50%;
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
    color: #CACACA;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i {
    font-size: 20px;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i.fa-times {
    color: #AAAAAA;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item i.fa-check {
    color: #333;
  }
  .node-comparison-section.view-mode-full .field-name-field-row-info .field-name-field-comparison-values .field-item.odd {
    border-left: 1px solid #dddddd;
  }
}

.node-getting-started-module .field-name-field-getting-started-cta-button a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  margin-bottom: 10px;
}

.node-getting-started-module .field-name-field-getting-started-cta-button a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-getting-started-module .field-name-field-getting-started-cta-button a {
    padding: 12px 60px;
  }
}

.node-getting-started-module .field-name-field-getting-started-cta-button a:hover {
  background-color: #0078EF !important;
}

.node-getting-started-module .field-name-field-getting-started-cta-button a:focus {
  background-color: #0078EF !important;
}

.node-getting-started-module .field-name-field-bottom-cta-text, #group-getting-started .node-getting-started-module .field-name-field-bottom-cta-text {
  padding-top: 4px;
}

@media only screen and (min-width:768px) {
  .node-getting-started-module .field-name-field-bottom-cta-text, #group-getting-started .node-getting-started-module .field-name-field-bottom-cta-text {
    padding-top: 4px;
  }
}

.node-getting-started-module .view-mode-alternative_1 .group_wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.node-getting-started-module .view-mode-alternative_1 .group_wrapper:before, .node-getting-started-module .view-mode-alternative_1 .group_wrapper:after {
  content: " ";
  display: table;
}

.node-getting-started-module .view-mode-alternative_1 .group_wrapper:after {
  clear: both;
}

.node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-title, .node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-list, .node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-cta-button {
  float: left;
  width: 50%;
  clear: left;
}

.node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}

.node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-list {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.node-getting-started-module .view-mode-alternative_1 .field-name-field-getting-started-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  max-width: none;
}

.type-getting-started-section {
  padding: 60px 0px;
}

.type-getting-started-section #group-getting-started>.group-width-wrapper {
  padding: 0px 30px;
}

@media (max-width:767px) {
  .node-getting-started-module.view-mode-alternative_1 .group_wrapper {
    border-top: 1px solid #dddddd;
  }
  .node-getting-started-module.view-mode-alternative_1 .field-name-field-getting-started-list {
    display: none;
  }
  .node-getting-started-module.view-mode-alternative_1 .field-name-field-getting-started-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .node-getting-started-module.view-mode-alternative_1 .field-name-field-getting-started-cta-button a {
    padding: 10px 5px;
    min-width: 145px;
    font-size: 14px;
    height: 35px;
  }
  .node-getting-started-module.view-mode-alternative_1 .field-name-field-getting-started-image {
    position: absolute;
    bottom: 0px;
    right: -100px;
    width: 300px;
    height: 200px;
    overflow: hidden;
  }
  .node-getting-started-module.view-mode-alternative_1 .field-name-field-getting-started-image img {
    max-width: 200px;
  }
  .pronq-pdp #group-getting-started {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

@media (max-width:480px) {
  .type-getting-started-section #group-getting-started>.group-width-wrapper {
    padding: 0px 15px;
  }
}

@-webkit-keyframes playIcon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes playIcon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.node-video-section.view-mode-full .group-video-module, .node-video-section.view-mode-default .group-video-module, .pronq-pdp-old .group-video-module {
  padding: 40px 0;
  width: 100%;
  float: left;
}

.node-video-section.view-mode-full .group-video-module>.group-width-wrapper, .node-video-section.view-mode-default .group-video-module>.group-width-wrapper, .pronq-pdp-old .group-video-module>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.node-video-section.view-mode-full .group-video-module .video-text-wrapper, .node-video-section.view-mode-default .group-video-module .video-text-wrapper, .pronq-pdp-old .group-video-module .video-text-wrapper {
  width: 50%;
  float: left;
}

.node-video-section.view-mode-full .group-video-module .pt_0, .node-video-section.view-mode-default .group-video-module .pt_0, .pronq-pdp-old .group-video-module .pt_0 {
  padding-top: 0 !important;
}

.node-video-section.view-mode-full .group-video-module .right-float, .node-video-section.view-mode-default .group-video-module .right-float, .pronq-pdp-old .group-video-module .right-float {
  width: 50%;
  float: right;
}

.node-video-section.view-mode-full .group-video-module .left-float, .node-video-section.view-mode-default .group-video-module .left-float, .pronq-pdp-old .group-video-module .left-float {
  width: 50%;
  float: left;
}

.node-video-section.view-mode-full .group-video-module .video-heading, .node-video-section.view-mode-default .group-video-module .video-heading, .pronq-pdp-old .group-video-module .video-heading {
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}

.node-video-section.view-mode-full .group-video-module .text-left, .node-video-section.view-mode-default .group-video-module .text-left, .pronq-pdp-old .group-video-module .text-left {
  text-align: left !important;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video, .node-video-section.view-mode-default .group-video-module .field-name-field-video, .pronq-pdp-old .group-video-module .field-name-field-video {
  margin: 0 auto;
  max-width: 1140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 58%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video>.field-items, .node-video-section.view-mode-default .group-video-module .field-name-field-video>.field-items, .pronq-pdp-old .group-video-module .field-name-field-video>.field-items {
  max-width: 558px;
  margin: 0px auto;
}

/*.node-video-section.view-mode-full .group-video-module .video-wrapper, .node-video-section.view-mode-default .group-video-module .video-wrapper, .pronq-pdp-old .group-video-module .video-wrapper {
  background: url(/sites/all/themes/zen_pronq_mktg/images/pdp/lp-app-pulse-mobile-ap-overlay-ipad.png) no-repeat scroll 0 0/100% 100% transparent;
  position: relative;
  margin: 0px 15px;
}*/

.node-video-section.view-mode-full .group-video-module .video-wrapper .video-sizer, .node-video-section.view-mode-default .group-video-module .video-wrapper .video-sizer, .pronq-pdp-old .group-video-module .video-wrapper .video-sizer {
  position: relative;
  height: 0;
  padding-top: 62.9981%;
  width: 100%;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper .video-sizer>*, .node-video-section.view-mode-default .group-video-module .video-wrapper .video-sizer>*, .pronq-pdp-old .group-video-module .video-wrapper .video-sizer>* {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper a, .node-video-section.view-mode-default .group-video-module .video-wrapper a, .pronq-pdp-old .group-video-module .video-wrapper a {
  color: #12a9b2;
  outline: medium none;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper a.play, .node-video-section.view-mode-default .group-video-module .video-wrapper a.play, .pronq-pdp-old .group-video-module .video-wrapper a.play {
  display: inline-block;
  height: 106px !important;
  width: 85px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -53px 0px 0px -42px;
  transform: none;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper .inner-circle, .node-video-section.view-mode-default .group-video-module .video-wrapper .inner-circle, .pronq-pdp-old .group-video-module .video-wrapper .inner-circle {
  display: block;
  height: 70px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 70px;
  border: 2px solid #0078EF;
  border-radius: 100px;
  transition: all .5s ease 0s;
  background: none;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper .outer-circle, .node-video-section.view-mode-default .group-video-module .video-wrapper .outer-circle, .pronq-pdp-old .group-video-module .video-wrapper .outer-circle {
  display: block;
  height: 70px;
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 5px;
  width: 70px;
  -webkit-animation: playIcon 2s linear 0s infinite normal;
  -webkit-transition: all 0.5s ease 0s;
  animation: playIcon 2s linear 0s infinite normal;
  border: 2px solid #0078EF;
  border-radius: 100px;
}

/*.node-video-section.view-mode-full .group-video-module .video-wrapper .arrow, .node-video-section.view-mode-default .group-video-module .video-wrapper .arrow, .pronq-pdp-old .group-video-module .video-wrapper .arrow {
  display: block;
  height: 36px;
  left: 23px;
  position: absolute;
  top: 23px;
  width: 36px;
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/play_icon_mf.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}*/

.node-video-section.view-mode-full .group-video-module .video-wrapper .watch-video, .node-video-section.view-mode-default .group-video-module .video-wrapper .watch-video, .pronq-pdp-old .group-video-module .video-wrapper .watch-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  color: #0078EF;
  font-size: 14px;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .video-bg, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .video-bg, .pronq-pdp-old .group-video-module .video-wrapper.has-background .video-bg {
  position: absolute;
  top: 3.303303303%;
  bottom: 3.303303303%;
  left: 1.893939394%;
  right: 1.893939394%;
  background-size: cover;
  border: 1px solid #333;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .watch-video, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .watch-video, .pronq-pdp-old .group-video-module .video-wrapper.has-background .watch-video {
  display: none;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background a.play, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background a.play, .pronq-pdp-old .group-video-module .video-wrapper.has-background a.play {
  height: 100px;
}

/*.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .inner-circle, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .inner-circle, .pronq-pdp-old .group-video-module .video-wrapper.has-background .inner-circle {
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/play_icon_mf.svg);
  border: 0px;
  background-size: cover;
}*/

.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .outer-circle, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .outer-circle, .pronq-pdp-old .group-video-module .video-wrapper.has-background .outer-circle {
  display: none;
}

.node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .arrow, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .arrow, .pronq-pdp-old .group-video-module .video-wrapper.has-background .arrow {
  display: none;
}

.node-video-section.view-mode-full .group-video-module .video-content, .node-video-section.view-mode-default .group-video-module .video-content, .pronq-pdp-old .group-video-module .video-content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.node-video-section.view-mode-full .group-video-module .video-content .video-body, .node-video-section.view-mode-default .group-video-module .video-content .video-body, .pronq-pdp-old .group-video-module .video-content .video-body {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #000000;
}

.node-video-section.view-mode-full .group-video-module .video-content .close-video, .node-video-section.view-mode-default .group-video-module .video-content .close-video, .pronq-pdp-old .group-video-module .video-content .close-video {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: -26px;
  top: -26px;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video-title h2, .node-video-section.view-mode-default .group-video-module .field-name-field-video-title h2, .pronq-pdp-old .group-video-module .field-name-field-video-title h2 {
  margin: 0;
  padding: 0px 15px;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video-text, .node-video-section.view-mode-default .group-video-module .field-name-field-video-text, .pronq-pdp-old .group-video-module .field-name-field-video-text {
  width: 100%;
  line-height: 1.8;
  padding: 0px 15px;
  max-width: 960px;
  color: #53565a;
  font-size: 18px;
  padding: 0px 15px;
  margin: 35px auto 0px;
  text-align: center;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video-screenshot, .node-video-section.view-mode-default .group-video-module .field-name-field-video-screenshot, .pronq-pdp-old .group-video-module .field-name-field-video-screenshot {
  display: none;
}

.node-video-section.view-mode-full .group-video-module .field-name-field-video-background, .node-video-section.view-mode-default .group-video-module .field-name-field-video-background, .pronq-pdp-old .group-video-module .field-name-field-video-background {
  display: none;
}

@media only screen and (min-width:640px) {
  .node-video-section.view-mode-full .group-video-module .video-wrapper.has-background .video-bg, .node-video-section.view-mode-default .group-video-module .video-wrapper.has-background .video-bg, .pronq-pdp-old .group-video-module .video-wrapper.has-background .video-bg {
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    border: 0;
  }
}

@media only screen and (min-width:960px) {
  .node-video-section.view-mode-full .group-video-module .field-name-field-video, .node-video-section.view-mode-default .group-video-module .field-name-field-video, .pronq-pdp-old .group-video-module .field-name-field-video {
    background-size: cover;
  }
}

.node-video-section.view-mode-alternative_1>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.node-video-section.view-mode-alternative_1>.group-wrapper:before, .node-video-section.view-mode-alternative_1>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-video-section.view-mode-alternative_1>.group-wrapper:after {
  clear: both;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video-title h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0px 0px 35px;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video-text {
  max-width: 730px;
  margin: 0px auto 35px;
  text-align: center;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video .field-item {
  text-align: center;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video a.play {
  display: inline-block;
  font-size: 20px;
  color: #0078EF;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video a.play:hover {
  text-decoration: none;
}

.node-video-section.view-mode-alternative_1 .field-name-field-video a.play:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOS45IDE5LjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5LjkgMTkuOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSJub25lIiBzdHJva2U9IiMwQzk2RDQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjkuOSIgY3k9IjEwIiByPSI5LjQiLz48cG9seWdvbiBmaWxsPSJub25lIiBzdHJva2U9IiMwQzk2RDQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxNC43LDEwIDcuNiwxNCA3LjYsNS45ICIvPjwvc3ZnPg==");
  margin-left: 5px;
  position: relative;
  top: 3px;
}

@media (max-width:767px) {
  .node-video-section.view-mode-full .group-video-module, .node-video-section.view-mode-default .group-video-module, .pronq-pdp-old .group-video-module {
    padding: 40px 0px 0px;
  }
  .group-video-module .field-name-field-video-text {
    font-size: 14px !important;
    margin-top: 0px !important;
  }
  .node-video-section.view-mode-full .group-video-module .left-float, .node-video-section.view-mode-default .group-video-module .left-float, .pronq-pdp-old .group-video-module .left-float {
    width: 100%;
  }
  .node-video-section.view-mode-full .group-video-module .right-float, .node-video-section.view-mode-default .group-video-module .right-float, .pronq-pdp-old .group-video-module .right-float {
    width: 100%;
  }
}

.node-vertical-tabs-section #group-bodytabs, .pronq-pdp-old #group-bodytabs {
  padding-top: 75px;
  padding-bottom: 75px;
}

.node-vertical-tabs-section #group-bodytabs>.group-width-wrapper, .pronq-pdp-old #group-bodytabs>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-vertical-tabs-section #group-bodytabs>.group-width-wrapper:before, .node-vertical-tabs-section #group-bodytabs>.group-width-wrapper:after, .pronq-pdp-old #group-bodytabs>.group-width-wrapper:before, .pronq-pdp-old #group-bodytabs>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-vertical-tabs-section #group-bodytabs>.group-width-wrapper:after, .pronq-pdp-old #group-bodytabs>.group-width-wrapper:after {
  clear: both;
}

.node-vertical-tabs-section #group-bodytabs .pdptabs, .pronq-pdp-old #group-bodytabs .pdptabs {
  margin: 0px -15px;
}

.node-vertical-tabs-section #group-bodytabs .field-name-field-section-title h2, .pronq-pdp-old #group-bodytabs .field-name-field-section-title h2 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager, .pronq-pdp-old #group-bodytabs ul.tabs-pager {
  margin: 0;
  padding: 0px 0px 25px 0px;
  list-style: none;
  display: none;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li, .pronq-pdp-old #group-bodytabs ul.tabs-pager li {
  margin-bottom: -1px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a, .pronq-pdp-old #group-bodytabs ul.tabs-pager li a {
  display: table;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  border-right: 5px solid transparent;
  transition: .3s border-right;
  color: #333;
  font-weight: 400;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a:hover, .pronq-pdp-old #group-bodytabs ul.tabs-pager li a:hover {
  color: #0078EF;
  text-decoration: none;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a.has-icon, .pronq-pdp-old #group-bodytabs ul.tabs-pager li a.has-icon {
  padding-left: 70px;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a span.logo, .pronq-pdp-old #group-bodytabs ul.tabs-pager li a span.logo {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: 10px center;
  transition: .3s opacity;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a span.title, .pronq-pdp-old #group-bodytabs ul.tabs-pager li a span.title {
  display: table-cell;
  vertical-align: middle;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li.active a, .pronq-pdp-old #group-bodytabs ul.tabs-pager li.active a {
  border-right: 5px solid #0078EF;
  font-weight: bold;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li.active a:hover, .pronq-pdp-old #group-bodytabs ul.tabs-pager li.active a:hover {
  color: inherit;
}

.node-vertical-tabs-section #group-bodytabs ul.tabs-pager li.active span.logo, .pronq-pdp-old #group-bodytabs ul.tabs-pager li.active span.logo {
  opacity: 0.9;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content, .pronq-pdp-old #group-bodytabs .tabs-content {
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content {
  position: relative;
  max-height: 0px;
  transition-property: max-height, background-color;
  transition-duration: .4s;
  overflow: hidden;
  padding-left: 15px;
  font-size: 12px;
  background-color: #ffffff;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content:after, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content:after {
  content: " ";
  display: block;
  height: 20px;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content.active, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content.active {
  background-color: #f7fcfe;
  max-height: 600px;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content h3, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content h3 {
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #53565a;
  font-size: 24px;
  font-weight: 400;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content p, .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content ul, .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content ol, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content p, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content ul, .pronq-pdp-old #group-bodytabs .tabs-content .tab-content ol {
  line-height: 26px;
  font-weight: 400;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header {
  margin: 0;
  border-top: 1px solid #EEEEEE;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: .6s;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header a, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header a {
  display: block;
  padding-left: 15px;
  position: relative;
  height: 55px;
  line-height: 55px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header a .icon-active, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header a .icon-active {
  display: none;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header a .fa, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header a .fa {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 15px;
  line-height: 55px;
  font-size: 24px;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header a:hover, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header a:hover {
  text-decoration: none;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header a:hover .fa, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header a:hover .fa {
  color: #0078EF;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header.active, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header.active {
  background-color: #f7fcfe;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header.active a .icon-active, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header.active a .icon-active {
  display: block;
}

.node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header.active a .icon-inactive, .pronq-pdp-old #group-bodytabs .tabs-content .tab-header.active a .icon-inactive {
  display: none;
}

.node-vertical-tabs-section #group-bodytabs .field-name-field-section-title, .pronq-pdp-old #group-bodytabs .field-name-field-section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
  .node-vertical-tabs-section #group-bodytabs, .pronq-pdp #group-bodytabs {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:768px) {
  .node-vertical-tabs-section #group-bodytabs .pdptabs, .pronq-pdp #group-bodytabs .pdptabs {
    margin: 0;
  }
  .node-vertical-tabs-section #group-bodytabs ul.tabs-pager, .pronq-pdp #group-bodytabs ul.tabs-pager {
    display: block;
    float: left;
    width: 35%;
    padding-right: 35px;
  }
  .node-vertical-tabs-section #group-bodytabs ul.tabs-pager li a, .pronq-pdp #group-bodytabs ul.tabs-pager li a {
    height: 67px;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content, .pronq-pdp #group-bodytabs .tabs-content {
    float: right;
    width: 65%;
    border-bottom: 0;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-header, .pronq-pdp #group-bodytabs .tabs-content .tab-header {
    display: none;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content, .pronq-pdp #group-bodytabs .tabs-content .tab-content {
    display: none;
    padding-left: 0px;
    font-size: 16px;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content h3, .pronq-pdp #group-bodytabs .tabs-content .tab-content h3 {
    display: block;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content.active, .pronq-pdp #group-bodytabs .tabs-content .tab-content.active {
    display: block;
    background-color: transparent;
  }
  .node-vertical-tabs-section #group-bodytabs .tabs-content .tab-content p.image, .pronq-pdp #group-bodytabs .tabs-content .tab-content p.image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width:960px) {
  #group-bodytabs ul.tabs-pager li a {
    padding-right: 80px;
  }
}

@media only screen and (min-width:1180px) {
  #group-bodytabs ul.tabs-pager li a {
    padding-right: 135px;
  }
}

.node-customer-section.view-mode-full {
  padding: 50px 0px;
}

.node-customer-section.view-mode-full .group-customers-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-customer-section.view-mode-full .field-name-field-customer-intro {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items .field-item {
  padding: 0px 15px;
}

.node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items .field-item img {
  margin: 20px auto;
  display: block;
}

@media only screen and (min-width:960px) {
  .node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    -ms-flex-direction: row;
    -ms-flex: auto;
  }
  .node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items .field-item {
    padding: 0;
  }
  .node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items .field-item img {
    margin: 0;
    width: 100%;
  }
}

.node-how-it-works-section.view-mode-full #group-how-it-works .node-how-it-works, .pronq-pdp-old #group-how-it-works .node-how-it-works {
  margin-bottom: 50px;
  margin-top: 50px;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .node-how-it-works .field-name-title h2, .pronq-pdp-old #group-how-it-works .node-how-it-works .field-name-title h2 {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #333;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .node-how-it-works .field-name-field-image, .pronq-pdp-old #group-how-it-works .node-how-it-works .field-name-field-image {
  margin-bottom: 30px;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .node-how-it-works .field-name-field-image img, .pronq-pdp-old #group-how-it-works .node-how-it-works .field-name-field-image img {
  margin: 0px auto;
  display: block;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .node-how-it-works .field-name-field-descr-text, .pronq-pdp-old #group-how-it-works .node-how-it-works .field-name-field-descr-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  text-align: center;
}

.node-how-it-works-section.view-mode-full #group-how-it-works>.group-width-wrapper, .pronq-pdp-old #group-how-it-works>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works-title, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works-title {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works-text, .node-how-it-works-section.view-mode-full #group-how-it-works h2, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works-text, .pronq-pdp-old #group-how-it-works h2 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
}

.node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works-text .field-items, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works-text .field-items {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width:960px) {
  .node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works>.field-items, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works>.field-items {
    *zoom: 1;
  }
  .node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works>.field-items:before, .node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works>.field-items:after, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works>.field-items:before, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works>.field-items:after {
    content: " ";
    display: table;
  }
  .node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works>.field-items:after, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works>.field-items:after {
    clear: both;
  }
  .node-how-it-works-section.view-mode-full #group-how-it-works .field-name-field-how-it-works>.field-items>div, .pronq-pdp-old #group-how-it-works .field-name-field-how-it-works>.field-items>div {
    width: 33.3%;
    float: left;
  }
}

.node-how-it-works-section.view-mode-alternative_1>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 80px 0px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item {
  text-align: center;
  min-width: 190px;
  margin-bottom: 25px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works {
  max-width: 120px;
  margin: 0px auto;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works .field-name-title {
  display: none;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works .field-name-field-descr-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works .field-name-field-image {
  min-width: 90px;
  margin: 0px auto 15px auto;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button {
  text-align: center;
  margin-top: 30px;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a {
    padding: 12px 60px;
  }
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:hover {
  background-color: #0078EF !important;
}

.node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:focus {
  background-color: #0078EF !important;
}

@media (max-width:767px) {
  .node-how-it-works-section.view-mode-alternative_1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works-text {
    display: none;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items {
    display: block;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item {
    padding: 0px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works {
    max-width: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works .field-name-field-descr-text {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-how-it-works>.field-items>.field-item .node-how-it-works .field-name-field-image {
    min-width: 69px;
    margin: 0px;
    margin-right: 15px;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button {
    text-align: center;
    margin-top: 30px;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    width: 100%;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:hover {
    background-color: #0078EF !important;
  }
  .node-how-it-works-section.view-mode-alternative_1 .field-name-field-cta-button a:focus {
    background-color: #0078EF !important;
  }
}

.node-html-section.view-mode-full>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.node-html-section.view-mode-full>.group-wrapper:before, .node-html-section.view-mode-full>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-html-section.view-mode-full>.group-wrapper:after {
  clear: both;
}

.node-html-section.view-mode-full .field-name-title h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
  line-height: 20px;
}

.node-html-section.view-mode-full .field-name-field-sub-title {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 30px 0;
  line-height: 120%;
}

.node-links-section.view-mode-full>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding: 60px 35px;
}

.node-links-section.view-mode-full>.group-wrapper:before, .node-links-section.view-mode-full>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-links-section.view-mode-full>.group-wrapper:after {
  clear: both;
}

.node-links-section.view-mode-full .field-name-field-footer-columns>.field-items>.field-item {
  line-height: 111%;
  margin: 0px auto 50px auto;
  min-width: 250px;
}

.node-links-section.view-mode-full .field-name-field-footer-columns>.field-items>.field-item:last-child {
  margin-bottom: 0px;
}

.node-links-section.view-mode-full .node-microsite-footer-column .field-name-title h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  line-height: 20px;
}

.node-links-section.view-mode-full .node-microsite-footer-column .field-name-field-links a {
  color: #333;
}

.node-links-section.view-mode-full .node-microsite-footer-column .field-name-field-links a:hover, .node-links-section.view-mode-full .node-microsite-footer-column .field-name-field-links a:focus {
  color: #0078EF;
}

@media only screen and (min-width:768px) {
  .node-links-section.view-mode-full .field-name-field-footer-columns>.field-items {
    margin: 0px -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: distribute;
  }
  .node-links-section.view-mode-full .field-name-field-footer-columns>.field-items>.field-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0px 15px;
  }
}

.type-links-section {
  text-align: left;
}

@media (max-width:767px) {
  .type-links-section .node-links-section .field-type-entityreference .node-microsite-footer-column {
    margin-bottom: 30px !important;
  }
}

.type-links-section .node-links-section .field-type-entityreference .field-item {
  max-width: none;
  min-width: none;
}

@media (max-width:767px) {
  .type-links-section .node-links-section .field-type-entityreference .field-item {
    margin: 0px !important;
  }
}

@media (max-width:767px) {
  .type-links-section .node-links-section .field-type-entityreference .field-item h2 {
    margin: 0px !important;
  }
}

.node-testimonials-section.view-mode-alternative_1>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.node-testimonials-section.view-mode-alternative_1>.group-wrapper:before, .node-testimonials-section.view-mode-alternative_1>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-testimonials-section.view-mode-alternative_1>.group-wrapper:after {
  clear: both;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-title {
  display: none;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-field-testimonial-text {
  font-size: 24px;
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 36px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-field-testimonial-source {
  font-size: 14px;
  line-height: 20px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-field-testimonial-source strong {
  font-size: 16px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-field-testimonial-source span {
  font-size: 12px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-1 .node-customer-testimonial .field-name-field-customer-logo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4>.field-item {
  min-width: 320px;
  margin-bottom: 50px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2>.field-item:last-child, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3>.field-item:last-child, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4>.field-item:last-child {
  margin-bottom: 0px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOC41IDE1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOC41IDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjNjc2NzY3IiBkPSJNOC4yLDEuN0M3LjQsMi4yLDYuNywyLjYsNi4xLDNDNS42LDMuMyw1LDMuOCw0LjUsNC40QzQsNC45LDMuNiw1LjUsMy4zLDYuMUMzLDYuNywyLjgsNy41LDIuNyw4LjVINGMxLjEsMCwyLjEsMC4zLDIuNywwLjhjMC43LDAuNiwxLDEuNCwxLDIuNWMwLDAuOC0wLjMsMS41LTAuOSwyLjJjLTAuNiwwLjctMS40LDEtMi40LDFjLTEuNiwwLTIuNy0wLjUtMy40LTEuNmMtMC43LTEtMS0yLjQtMS00LjFDMCw4LjEsMC4zLDcsMC44LDZjMC41LTEsMS4xLTEuOSwxLjktMi43YzAuOC0wLjgsMS42LTEuNSwyLjQtMmMwLjktMC42LDEuNi0xLDIuMS0xLjRMOC4yLDEuN3ogTTE4LjUsMS43QzE3LjcsMi4yLDE3LDIuNiwxNi40LDNjLTAuNSwwLjQtMS4xLDAuOC0xLjYsMS40Yy0wLjUsMC42LTAuOSwxLjItMS4yLDEuOGMtMC4zLDAuNi0wLjUsMS40LTAuNiwyLjNoMS4zYzEuMSwwLDIuMSwwLjMsMi43LDAuOGMwLjcsMC42LDEsMS40LDEsMi41YzAsMC44LTAuMywxLjUtMC45LDIuMmMtMC42LDAuNy0xLjQsMS0yLjQsMWMtMS42LDAtMi43LTAuNS0zLjQtMS42Yy0wLjctMS0xLTIuNC0xLTQuMWMwLTEuMiwwLjMtMi4zLDAuOC0zLjNjMC41LTEsMS4xLTEuOSwxLjktMi43YzAuOC0wLjgsMS42LTEuNSwyLjQtMmMwLjktMC42LDEuNi0xLDIuMS0xLjRMMTguNSwxLjd6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 26px 22px;
  display: inline-block;
  width: 26px;
  height: 22px;
  float: left;
  margin: 30px 0px 0px 25px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-customer-logo, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-customer-logo, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-customer-logo {
  background-color: #F5F5F5;
  border-radius: 3px 3px 0px 0px;
  padding: 30px 25px 0px 25px;
  *zoom: 1;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-customer-logo:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-customer-logo:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-customer-logo:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-customer-logo:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-customer-logo:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-customer-logo:after {
  content: " ";
  display: table;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-customer-logo:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-customer-logo:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-customer-logo:after {
  clear: both;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-customer-logo img, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-customer-logo img, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-customer-logo img {
  float: right;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-title, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-title, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-title {
  display: none;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-text, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-text, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-text {
  background-color: #F5F5F5;
  border-radius: 0px 0px 3px 3px;
  padding: 5px 25px 30px 25px;
  margin-bottom: 26px;
  position: relative;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-text .field-items, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-text .field-items, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-text .field-items {
  margin-right: 30px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-text:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-text:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-text:after {
  content: "";
  position: absolute;
  bottom: -11px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #F5F5F5;
  border-width: 11px 11px 0 11px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-source, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-source, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-source {
  margin-left: 25px;
  font-size: 14px;
  line-height: 20px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-source strong, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-source strong, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-source strong {
  font-size: 16px;
}

.node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial .field-name-field-testimonial-source span, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial .field-name-field-testimonial-source span, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial .field-name-field-testimonial-source span {
  font-size: 12px;
}

.type-testimonials-section.view-mode-alternative_3 .node-testimonials-section {
  position: relative;
  padding: 60px 25px;
  max-width: none;
}

.type-testimonials-section.view-mode-alternative_3 .node-customer-testimonial {
  color: white;
  font-size: 18px;
  text-align: left;
  font-style: italic;
  max-width: 1200px;
  margin: 0 auto;
}

.type-testimonials-section.view-mode-alternative_3 .node-customer-testimonial .field-name-field-testimonial-source {
  margin-top: 30px;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta {
  position: absolute;
  right: 50px;
  top: 90px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  padding: 12px 30px;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta:hover {
  text-decoration: none;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta:hover {
  background-color: #0078EF !important;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta:focus {
  background-color: #0078EF !important;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta a {
  font-size: 17px;
}

@media only screen and (max-width:768px) {
  .type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width:768px) {
  .type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta a {
  color: white;
}

.type-testimonials-section.view-mode-alternative_3 .field-name-field-overview-cta a:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items {
    margin: 0px -25px;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: distribute;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4>.field-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0px 25px;
  }
}

@media only screen and (min-width:960px) {
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item {
    margin-bottom: 0px;
  }
}

@media (max-width:767px) {
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item {
    display: none;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item:first-child {
    display: block;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item:first-child div.node-customer-testimonial .field {
    background-color: white;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item:first-child div.node-customer-testimonial .field-name-field-testimonial-text.field-type-text-long {
    text-align: center;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items>.field-item:first-child div.node-customer-testimonial .field-name-field-testimonial-source {
    margin: 0px;
    text-align: center;
  }
  .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section {
    padding: 60px 20px;
  }
}

@media (max-width:767px) {
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3>.field-item, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4>.field-item {
    min-width: 320px;
    margin-bottom: 50px;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2>.field-item:last-child, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3>.field-item:last-child, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4>.field-item:last-child {
    margin-bottom: 0px;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial {
    position: relative;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .node-customer-testimonial:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .node-customer-testimonial:before, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .node-customer-testimonial:before {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -65px;
    z-index: 1;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .field-name-field-testimonial-text:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .field-name-field-testimonial-text:after, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .field-name-field-testimonial-text:after {
    content: none;
    position: absolute;
    display: none;
    left: -100px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: #F5F5F5;
    border-width: 11px 11px 0 11px;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .field-name-field-customer-logo, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .field-name-field-customer-logo, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .field-name-field-customer-logo {
    padding: 0px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -25px;
    text-align: center;
  }
  .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-2 .field-name-field-customer-logo img.img-responsive, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-3 .field-name-field-customer-logo img.img-responsive, .node-testimonials-section.view-mode-alternative_1 .field-name-field-testimonials>.field-items.item-count-4 .field-name-field-customer-logo img.img-responsive {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper, .pronq-pdp-old #group-banner>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding-bottom: 50px;
  padding-top: 35px;
  max-width: 1140px;
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper:before, .node-banner-section.view-mode-full #group-banner>.group-width-wrapper:after, .pronq-pdp-old #group-banner>.group-width-wrapper:before, .pronq-pdp-old #group-banner>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-full #group-banner>.group-width-wrapper:after, .pronq-pdp-old #group-banner>.group-width-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-image, .pronq-pdp-old #group-banner .field-name-field-banner-image {
  padding-bottom: 35px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-image img, .pronq-pdp-old #group-banner .field-name-field-banner-image img {
  margin: 0px auto;
  display: block;
  max-height: 375px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-title h1, .pronq-pdp-old #group-banner .field-name-field-banner-title h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-banner-text, .pronq-pdp-old #group-banner .field-name-field-banner-text {
  padding-top: 20px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a, .pronq-pdp-old #group-banner .field-name-field-cta-button a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  display: block;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:hover, .pronq-pdp-old #group-banner .field-name-field-cta-button a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a, .pronq-pdp-old #group-banner .field-name-field-cta-button a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:hover, .pronq-pdp-old #group-banner .field-name-field-cta-button a:hover {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-button a:focus, .pronq-pdp-old #group-banner .field-name-field-cta-button a:focus {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-cta-wrapper, .pronq-pdp-old #group-banner .field-name-field-cta-wrapper {
  padding-top: 20px;
}

.node-banner-section.view-mode-full #group-banner .field-name-field-header-cta-text, .pronq-pdp-old #group-banner .field-name-field-header-cta-text {
  padding-top: 14px;
}

@media only screen and (min-width:768px) {
  .node-banner-section.view-mode-full #group-banner>.group-width-wrapper, .pronq-pdp-old #group-banner>.group-width-wrapper {
    display: table;
    table-layout: fixed;
  }
  .node-banner-section.view-mode-full #group-banner .field-name-field-banner-image, .pronq-pdp-old #group-banner .field-name-field-banner-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .node-banner-section.view-mode-full #group-banner .field-name-field-banner-image img, .pronq-pdp-old #group-banner .field-name-field-banner-image img {
    margin: 0;
    width: 100%;
  }
  .node-banner-section.view-mode-full #group-banner .banner-fields-wrapper, .pronq-pdp-old #group-banner .banner-fields-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
  }
}

.node-banner-section.view-mode-alternative_1>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.node-banner-section.view-mode-alternative_1>.group-wrapper:before, .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-alternative_1>.group-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-image {
  float: right;
  width: 50%;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-icon {
  float: left;
  width: 0%;
  padding-top: 5px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-icon img {
  max-width: 45px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-title {
  float: left;
  width: 50%;
  padding-left: 35px;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-title h1 {
  font-weight: 400;
}

.node-banner-section.view-mode-alternative_1 .field-name-field-banner-text {
  float: left;
  width: 50%;
  clear: left;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width:767px) {
  .node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item.before-comparison {
    padding-bottom: 0px !important;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper:before, .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
    content: " ";
    display: table;
  }
  .node-banner-section.view-mode-alternative_1>.group-wrapper:after {
    clear: both;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-image {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-icon {
    float: left;
    width: 0%;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-icon img {
    max-width: 45px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-title {
    float: none;
    width: 100%;
    padding-left: 35px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-title h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-banner-text {
    float: none;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 24px !important;
  }
  .node-banner-section.view-mode-alternative_1 .field-name-field-getting-started-list {
    display: none;
  }
}

.node-banner-section.view-mode-alternative_2>.group-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding-top: 35px;
  max-width: 1140px;
  max-height: 440px;
}

.node-banner-section.view-mode-alternative_2>.group-wrapper:before, .node-banner-section.view-mode-alternative_2>.group-wrapper:after {
  content: " ";
  display: table;
}

.node-banner-section.view-mode-alternative_2>.group-wrapper:after {
  clear: both;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-title {
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-title h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: 28px;
  font-size: 24px;
  font-weight: 400;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items {
  text-align: center;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item {
  display: inline-block;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:focus {
  background-color: #0078EF !important;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: white;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    padding: 12px 60px;
  }
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:active, .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:focus {
  border-color: #0078EF;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items .field-item a {
  margin: 0px 8px 15px 8px;
  background-attachment: scroll;
  padding: 14px 60px;
}

.node-banner-section.view-mode-alternative_2 .field-name-field-banner-image img {
  max-width: 67%;
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-title {
    padding: 0px 10%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-title h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding-top: 20px;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button {
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items {
    text-align: center;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item {
    width: 100%;
    display: inline-block;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    margin: 0px;
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:hover {
    background-color: #0078EF !important;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:first-child a:focus {
    background-color: #0078EF !important;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:767px) and (min-width:480px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a {
    padding: 12px 60px;
  }
}

@media (max-width:767px) {
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-item:last-child a:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-cta-button .field-items .field-item a {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .node-banner-section.view-mode-alternative_2 .field-name-field-banner-image {
    margin-top: 32px;
  }
}

.node-screenshot-section.view-mode-alternative_1 {
  padding: 60px 0px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: 400;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:last-child {
  border-right: 0px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:after {
  content: "";
  background-color: #0078EF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0px;
  transition-property: height;
  transition-duration: .2s;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper a {
  display: table;
  width: 190px;
  height: 70px;
  line-height: 20px;
  color: #333;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 25px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active {
  font-weight: bold;
  background-color: #F5F5F5;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active span {
  color: #333;
  padding: 0px 17px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active:after {
  height: 4px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:hover {
  background-color: #F5F5F5;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:hover a {
  text-decoration: none;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  *zoom: 1;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container:before, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container:after {
  content: " ";
  display: table;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container:after {
  clear: both;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container ol.flex-control-nav.flex-control-paging {
  display: none;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container ul, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .wysiwyg ul, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .wysiwyg li {
  list-style-type: disc;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper {
  *zoom: 1;
  max-width: 960px;
  margin: 0px auto;
  position: relative;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:before, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:after {
  content: " ";
  display: table;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:after {
  clear: both;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-left {
  float: left;
  width: calc(70% - 1px);
  text-align: center;
  position: relative;
  padding-right: 15px;
  padding-left: 20px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-left .screenshot-image-spacer {
  height: 62px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-left .slide-quote {}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-left .field-name-field-quote-text, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-left .field-name-field-author-quote {
  padding-bottom: 15px;
  padding-right: 15px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .slide-right {
  float: right;
  width: 30%;
  padding-right: 20px;
  position: relative;
  padding-left: 30px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper img, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .animated-screenshot {
  padding-bottom: 20px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .animation-block {
  position: relative;
  height: 0;
  padding-top: 50%;
  width: 100%;
  overflow: hidden;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .animation-block>* {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .animation-block svg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-title-2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}

@media (max-width:1220px) {
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-title-2 {
    text-align: center;
    left: 0px;
    display: none;
  }
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-long-text {
  text-align: left;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-long-text .field-items {
  display: table;
  margin: auto;
  height: 100%;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-long-text .field-items .field-item {
  vertical-align: middle;
  display: table-cell;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button {
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-width:480px) {
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button {
    display: block;
  }
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button a {
  color: white;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  font-size: 17px;
  font-weight: 400;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button a:hover {
  text-decoration: none;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button a:hover {
  background-color: #0078EF !important;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button a:focus {
  background-color: #0078EF !important;
}

@media (max-width:1220px) {
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button a {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width:1220px) {
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button {
    top: 0px;
    left: 0px;
  }
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container>.flex-direction-nav {
  display: none;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container li {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container li.flex-nav-prev {
  float: left;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container li.flex-nav-next {
  float: right;
  right: 0;
  left: auto;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container a {
  font-size: 30px;
  color: #CACACA;
}

.node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container a:hover {
  color: #555;
}

@media (max-width:1220px) {
  .node-screenshot-section.view-mode-alternative_1 {
    padding: 5% 0px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    background-color: inherit;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li {
    display: none;
    background-color: inherit;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:after {
    content: none;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper a {
    width: inherit;
    font-size: 18px;
    margin: auto;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 25px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active {
    display: block;
    border: none;
    background-color: inherit;
    padding: 0px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active span {
    padding: 0px 17px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li.active:after {
    height: 4px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-pager-wrapper li:hover {
    background-color: inherit;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container {
    position: relative;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container ol.flex-control-nav.flex-control-paging {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container ol.flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #0078EF;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container ul, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container li {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper {
    *zoom: 1;
    max-width: 960px;
    margin: 0px auto;
    position: relative;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:before, .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:after {
    content: " ";
    display: table;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper:after {
    clear: both;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-cta-button {
    display: block;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .slide-wrapper .field-name-field-screenshot-long-text {
    position: static;
    width: auto;
    margin: auto;
    text-align: left;
    padding: 0px;
    margin-top: 25px;
  }
  .node-screenshot-section.view-mode-alternative_1 .screenshot-carousel-container .flex-direction-nav-container {
    left: 10px;
    right: 10px;
  }
}

.type-tour-section article.node-tour-section {
  text-align: left;
}

.type-tour-section article.node-tour-section .field-name-field-section-title {
  margin-top: 60px;
  text-align: center;
}

.type-tour-section article.node-tour-section .field-name-field-section-title h2 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 15px;
}

.type-tour-section article.node-tour-section .field-name-field-description {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.type-tour-section article.node-tour-section .node-microsite-column {
  border-bottom: 1px solid #DDDDDD;
  padding: 70px 0px;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps {}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .group_textonimage {
  display: inline-block;
  width: 55%;
  float: right;
}

@media (max-width:767px) {
  .type-tour-section article.node-tour-section .field-name-field-tour-steps .group_textonimage {
    display: block;
    width: auto;
    float: none;
  }
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .group_textonimage img {
  border-radius: 8px;
  box-shadow: -1px 17px 73px -34px rgba(0, 0, 0, 0.75);
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-description {
  width: 40%;
  font-weight: 400;
  color: #333;
  text-align: left;
}

@media (max-width:767px) {
  .type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-description {
    width: 100%;
  }
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-demo-cta {
  margin-top: 20px;
  text-align: center;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-demo-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-demo-cta a:hover {
  text-decoration: none;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-demo-cta a:hover {
  background-color: #0078EF !important;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-demo-cta a:focus {
  background-color: #0078EF !important;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-item .field-name-field-3-column-title h2 {
  color: #0078EF;
  font-weight: 600;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-item .field-name-field-3-column-title h2:before {
  color: #333;
  font-weight: 600;
  font-size: 24px;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-steps {
  display: inline-block;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-steps .field-items {
  display: inline-block;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-steps .field-items .field-item {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin-right: 5px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-3-column-title {
  display: inline-block;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-3-column-title .field-items {
  display: inline-block;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .field-name-field-3-column-title .field-items .field-item {
  display: inline-block;
}

.type-tour-section article.node-tour-section .field-name-field-tour-steps .anchor-links {
  display: inline-block;
}

.type-steps-section {
  background-color: inherit !important;
  padding: 40px 0px;
  text-align: left;
}

.type-steps-section .node-steps-section .field-name-field-install-title .field-item {
  text-align: left;
  font-size: 24px;
  color: #0078EF;
  font-weight: 600;
}

.type-steps-section .node-steps-section .field-name-field-install-title .field-item:before {
  color: #333;
  font-weight: 600;
  font-size: 24px;
}

.type-steps-section .node-steps-section .field-name-field-install-steps {
  margin-top: 30px;
  text-align: center;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item {
  display: inline-block;
  width: 33%;
}

@media (max-width:767px) {
  .type-steps-section .node-steps-section .field-name-field-install-steps .field-item {
    display: block;
    margin: auto;
    width: auto;
  }
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .node-microsite-column {
  min-height: 90px;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .field-name-field-image-text .field-item {
  border-radius: 50%;
  border: 2px solid #0078EF;
  height: 130px;
  width: 130px;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .field-name-field-image-text .field-item p {
  color: #000000;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: bold;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .field-type-text h2 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .field-name-field-description {
  height: 90px;
}

.type-steps-section .node-steps-section .field-name-field-install-steps .field-item .field-name-field-description .field-item {
  text-align: center;
  width: 220px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.type-steps-section .node-steps-section .field-name-field-why-section-cta a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.type-steps-section .node-steps-section .field-name-field-why-section-cta a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.type-steps-section .node-steps-section .field-name-field-why-section-cta a:active, .type-steps-section .node-steps-section .field-name-field-why-section-cta a:focus {
  border-color: #0078EF;
}

.type-steps-section .node-steps-section>.field-name-field-steps {
  display: inline-block;
}

.type-steps-section .node-steps-section>.field-name-field-steps .field-items {
  display: inline-block;
}

.type-steps-section .node-steps-section>.field-name-field-steps .field-items .field-item {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin-right: 5px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.type-steps-section .node-steps-section .field-name-field-install-title {
  display: inline-block;
}

.type-steps-section .node-steps-section .field-name-field-install-title .field-items {
  display: inline-block;
}

.type-steps-section .node-steps-section .field-name-field-install-title .field-items .field-item {
  display: inline-block;
}

.type-steps-section .node-steps-section .field-name-field-why-section-cta {
  text-align: center;
}

.type-overview-section.view-mode-full .field-name-field-column-title .field-item {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.type-overview-section.view-mode-full .field-name-field-column-long-text {
  text-align: left;
  padding: 0px 20px;
}

.type-overview-section.view-mode-alternative_1 {
  padding: 60px 0px;
}

.type-overview-section.view-mode-alternative_1 h2 {
  font-size: 20px;
}

@media (max-width:1220px) {
  .type-overview-section.view-mode-alternative_1 h2 {
    font-size: 16px;
    height: 76px;
  }
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_1 h2 {
    font-size: 20px;
    height: auto;
  }
}

.type-overview-section.view-mode-alternative_1 .node-overview-section {
  padding: 0;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-3-column-title.field-type-text h2 {
  font-size: 30px;
  color: #333;
  font-weight: 400;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-description.field-type-text-long {
  padding: 0px 20%;
  margin: 20px 0px;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-description.field-type-text-long div {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides {
  padding: 0px;
  display: flex;
  list-style: none;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides {
    display: block;
  }
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li {
  padding: 0px 25px;
  width: 33.33%;
  text-align: center;
}

@media (max-width:768px) {
  .type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li {
    width: auto;
  }
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li .field-name-field-column-title {
  margin: 20px 0px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li .field-name-field-column-long-text {
  font-size: 14px;
  color: #666;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li .field-name-field-overview-image img {
  max-width: 343px;
}

@media (max-width:1220px) {
  .type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li .field-name-field-overview-image img {
    max-width: 100%;
  }
}

.type-overview-section.view-mode-alternative_1 .node-overview-section .field-name-field-columns-content.field-type-entityreference ul.slides li:first-child {
  padding: 0px 30px 0px 0px;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 {
  text-align: left;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta {
  text-align: center;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta a {
    padding: 12px 60px;
  }
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta a:hover {
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_1 .node-overview-section.view-mode-alternative_1 .field-name-field-why-section-cta a:focus {
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section {
  padding: 30px 0px;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content {
  margin: 0px;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides {
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:768px) {
  .type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides li {
  width: 32%;
}

@media (max-width:768px) {
  .type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides li {
    width: 100%;
  }
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides li .field-name-field-overview-image img {
  border-radius: 5px;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides li .field-type-text-with-summary {
  text-align: left;
  padding: 0px 15px;
}

@media (max-width:768px) {
  .type-overview-section.view-mode-alternative_2 .node-overview-section .field-name-field-columns-content .slides li .field-type-text-with-summary {
    padding: 0px 15px;
  }
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .node-overview-column .field-name-title, .type-overview-section.view-mode-alternative_2 .node-overview-section .node-overview-column h2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .node-overview-column .field-name-body {
  margin-top: 30px;
}

.type-overview-section.view-mode-alternative_2 .node-overview-section .node-overview-column .field-name-body, .type-overview-section.view-mode-alternative_2 .node-overview-section .node-overview-column p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.type-overview-section.view-mode-alternative_3 .wysiwyg {
  color: inherit;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section {
  padding: 60px 0px;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-text h2 {
  margin-top: 0px;
  text-align: center;
  color: inherit;
  font-weight: 600;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section #group-overview .field-name-field-3-column-title {
  font-size: 30px;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section #group-overview .field-name-field-3-column-title h2 {
  font-weight: 400;
  font-size: 30px !important;
  color: white;
  margin-bottom: 15px;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference {
  text-align: left;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul {
  align-items: flex-start;
  width: auto !important;
  padding: 0px;
  *zoom: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  list-style-type: none;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:before, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:after {
  content: " ";
  display: table;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul:after {
  clear: both;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul li.field-item {
  width: 30%;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul li.field-item {
    width: 100%;
  }
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:1220px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul {
    width: auto !important;
  }
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .field-name-field-column-title.field-type-text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot {
  text-align: center;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .field-name-field-screenshot-title {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .field-name-field-screenshot-title {
    text-align: left;
  }
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .field-type-text-with-summary {
  min-height: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .field-type-text-with-summary {
    text-align: left;
  }
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .img-responsive {
  margin: 20px 0px;
  border-radius: 4px;
  border: 1px solid white;
  width: 90%;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-microsite-screenshot .img-responsive {
    width: 100%;
  }
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ol.flex-control-nav {
  display: none;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta {
  text-align: center;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta a {
    padding: 12px 60px;
  }
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta a:hover {
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-why-section-cta a:focus {
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_3 .node-overview-section .field-name-field-column-long-text a {
  font-weight: 700;
}

.type-overview-section.view-mode-alternative_4 {
  padding: 60px 0px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-3-column-title.field-type-text {
  padding: 0px !important;
  margin-bottom: 30px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-3-column-title.field-type-text h2 {
  font-size: 30px;
  color: #333 !important;
  font-weight: 400;
  margin: 0px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-column-title.field-type-text {
  padding: 0px 30px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-column-title.field-type-text div {
  text-align: left;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-column-long-text {
  text-align: left;
  padding: 0px 30px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .node-column-content {
  text-align: left;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  margin-left: 30px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button:hover {
  text-decoration: none;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button:hover {
  background-color: #0078EF !important;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button:focus {
  background-color: #0078EF !important;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button {
    display: block;
  }
}

.type-overview-section.view-mode-alternative_4 .node-overview-section .field-name-field-cta-button a {
  color: white;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section ul.slides {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media (max-width:767px) {
  .type-overview-section.view-mode-alternative_4 .node-overview-section ul.slides {
    display: block;
  }
}

.type-overview-section.view-mode-alternative_4 .node-overview-section ul.slides li {
  margin: 0px;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section ul.slides li .field-name-field-column-title {
  margin: 20px 0px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.type-overview-section.view-mode-alternative_4 .node-overview-section ul.slides li .field-name-field-column-long-text {
  font-size: 14px;
  color: #666;
}

.type-rotator-section .field-name-field-highlight-screenshots .field-name-field-screenshot-title {
  margin: 20px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.type-rotator-section .field-name-field-highlight-screenshots .uk-slidenav {
  top: 250px;
}

.type-rotator-section .field-name-field-highlight-screenshots .uk-slidenav.uk-slidenav-previous {
  left: 35px;
}

.type-rotator-section .field-name-field-highlight-screenshots .uk-slidenav.uk-slidenav-next {
  right: 35px;
}

.type-rotator-section .uk-slidenav {
  position: absolute;
  top: 20px;
  margin-left: -60px;
  font-size: 58px !important;
  display: block;
}

.type-rotator-section .uk-slidenav, .type-rotator-section span.prev, .type-rotator-section span.next {
  color: #CACACA;
}

.type-rotator-section .uk-slidenav:hover, .type-rotator-section span.prev:hover, .type-rotator-section span.next:hover {
  color: #444444;
}

.type-rotator-section .uk-slidenav-previous {
  margin-left: -60px;
}

.type-rotator-section .uk-slidenav-next {
  margin-right: -60px;
  right: 0px;
}

.type-rotator-section .uk-position-bottom {
  bottom: -60px;
}

.type-rotator-section .carousel-indicators {
  bottom: -65px;
  text-align: center;
  padding: 0;
}

.type-rotator-section .carousel-indicators li {
  margin: 0 8px;
  display: inline-block;
  list-style: none;
}

.type-rotator-section .carousel-indicators a {
  display: block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: white;
}

.type-rotator-section .carousel-indicators .uk-active a {
  background-color: #0078EF;
}

.type-why-section {
  padding: 60px 0px;
}

.type-why-section .node-why-section .field-name-field-why-section-header {
  color: #333;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}

.type-why-section .node-why-section .field-name-field-why-section-text {
  color: #333;
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #333;
  margin-bottom: 55px;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items {
  text-align: center;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) {
  position: relative;
  top: 2px;
  display: inline-block;
}

@media (max-width:767px) {
  .type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) {
    display: block;
  }
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: 10px;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) a:active, .type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) a:focus {
  border-color: #0078EF;
}

@media (max-width:767px) {
  .type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(odd) a {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
  }
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) {
  display: inline-block;
}

@media (max-width:767px) {
  .type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) {
    display: block;
  }
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  margin-left: 10px;
  color: white;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) a:hover {
  text-decoration: none;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) a:hover {
  background-color: #0078EF !important;
}

.type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) a:focus {
  background-color: #0078EF !important;
}

@media (max-width:767px) {
  .type-why-section .node-why-section .field-name-field-why-section-cta .field-items .field-item:nth-child(even) a {
    display: block;
    margin: 0px;
  }
}

.field-name-field-links .field-item a, .field-name-field-links .field-item a:hover {
  text-decoration: none;
}

.field-name-field-links .field-item a:hover {
  text-decoration: underline;
}

.line, .node-sign-up-for-a-free-trial .signup-title-wrap .left-hr, .node-sign-up-for-a-free-trial .signup-title-wrap .right-hr {
  display: inline-block;
  height: 1px;
  background-color: #B9B9B9;
  flex-grow: 1;
}

.node-sign-up-for-a-free-trial {
  margin: auto;
  margin-bottom: 40px;
}

.node-sign-up-for-a-free-trial .signup-title-wrap {
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .signup-title-wrap .left-hr {
    position: relative;
    left: -10px;
  }
}

.node-sign-up-for-a-free-trial .signup-title-wrap .field-items {
  display: inline-block;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .signup-title-wrap .right-hr {
    position: relative;
    left: 10px;
  }
}

.node-sign-up-for-a-free-trial #group-email-signup-wrapper {
  margin-top: 20px;
}

.node-sign-up-for-a-free-trial .field-name-field-sign-up-text {
  display: inline-block;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #3F3F3F;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .field-name-field-sign-up-text {
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper {
    display: block;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-use-your-account-text {
  color: black;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-use-your-account-text {
    display: inline-block;
  }
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout {
    display: inline-block;
    width: auto;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout .node-icon-layout {
  display: flex;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout .node-icon-layout button {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  border: none;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout .node-icon-layout button:hover {
  cursor: pointer;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout .node-icon-layout button#linkedin_icon {
  display: none;
  background-color: inherit;
  margin-right: 15px;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-icon-layout .node-icon-layout button#github_icon {
  background-color: inherit;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-or-field {
  color: black;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-or-field {
    display: inline-block;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div {
  display: flex;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div {
    display: block;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div label {
  display: none;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div input.form-email {
  height: 46px;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  line-height: 2;
  font-size: 20px;
  color: #333;
  padding: 0px 5px;
  text-align: left;
  max-width: 400px;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div input.form-email:placeholder-shown {
  font-size: 14px;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div input.form-email {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div input.form-email:focus {
  outline: none;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions {
  margin-left: 10px;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions {
    margin: 0px;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input {
    padding: 12px 60px;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input:hover {
  background-color: #0078EF !important;
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input:focus {
  background-color: #0078EF !important;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper .field-name-field-webform .webform-client-form>div div.form-actions input {
    width: 100%;
  }
}

.node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper div.error-require-email {
  max-width: 400px;
  position: relative;
  top: 20px;
  color: #ff454f;
  weight: 400;
}

@media (max-width:767px) {
  .node-sign-up-for-a-free-trial .group-email-signup-wrapper-wrapper div.error-require-email {
    min-width: 100%;
  }
}

.field-name-field-header {
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

@media only screen and (max-width:575px) {
  .field-name-field-header {
    font-size: 20px;
    line-height: 25px;
  }
}

.field-name-field-sub-header {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (max-width:692px) {
  .field-name-field-sub-header {
    padding: 0 20px;
  }
}

.node-product-blocks-section {
  padding-bottom: 50px;
}

.field-name-field-product-blocks>.field-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

.field-name-field-product-blocks>.field-items .field-name-body {
  font-weight: 400;
}

@media only screen and (max-width:575px) {
  .field-name-field-product-blocks>.field-items {
    padding: 0px;
  }
}

.field-name-field-product-blocks>.field-items>.field-item {
  width: 33%;
  padding: 15px;
  text-align: left;
  transition-property: background-color;
  transition-duration: .6s;
}

@media only screen and (max-width:692px) {
  .field-name-field-product-blocks>.field-items>.field-item {
    width: 50%;
  }
}

@media only screen and (max-width:575px) {
  .field-name-field-product-blocks>.field-items>.field-item {
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .field-name-field-product-blocks>.field-items>.field-item:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .field-name-field-product-blocks>.field-items>.field-item .field-type-text-with-summary {
    display: none;
  }
  .field-name-field-product-blocks>.field-items>.field-item .field-name-field-buy-link {
    display: none;
  }
  .field-name-field-product-blocks>.field-items>.field-item.open {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .field-name-field-product-blocks>.field-items>.field-item.open .field-name-title h2 {
    font-weight: 700;
  }
  .field-name-field-product-blocks>.field-items>.field-item.open .field-name-title .solution-collapse .fa-chevron-up {
    display: block;
  }
  .field-name-field-product-blocks>.field-items>.field-item.open .field-name-title .solution-collapse .fa-chevron-down {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .node-product-block:hover .field-name-field-product-logo img {
  bottom: 10px;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-product-logo {
  height: 41px;
}

@media only screen and (max-width:575px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-field-product-logo {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-product-logo .content {
  line-height: 38px;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-product-logo img {
  position: relative;
  bottom: 0px;
  transition-property: bottom;
  transition-duration: .5s;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-title {
  position: relative;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-title h2 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

@media only screen and (max-width:575px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-title h2 {
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-title .solution-collapse {
  display: none;
}

@media only screen and (max-width:575px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-title .solution-collapse {
    display: block;
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 1.4em;
  }
  .field-name-field-product-blocks>.field-items>.field-item .field-name-title .solution-collapse:hover {
    text-decoration: none;
  }
  .field-name-field-product-blocks>.field-items>.field-item .field-name-title .solution-collapse .fa {
    color: #918f8f;
  }
  .field-name-field-product-blocks>.field-items>.field-item .field-name-title .solution-collapse .fa-chevron-up {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-type-text-with-summary p {
  font-size: 16px;
  color: #333;
  margin: 0px;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-try-link {
  display: inline-block;
  margin: 0px 5px;
}

@media only screen and (max-width:692px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-field-try-link {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-try-link .field-items {
  display: flex;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-try-link .field-items .field-item:before {
  content: "@";
  margin-right: 5px;
  color: #333;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-buy-link {
  display: inline-block;
}

@media only screen and (max-width:692px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-field-buy-link {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-buy-link .field-items {
  display: flex;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-buy-link .field-items .field-item:before {
  content: "@";
  margin-right: 5px;
  color: #333;
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-info-link {
  display: inline-block;
}

@media only screen and (max-width:692px) {
  .field-name-field-product-blocks>.field-items>.field-item .field-name-field-info-link {
    display: none;
  }
}

.field-name-field-product-blocks>.field-items>.field-item .field-name-field-info-link .field-items {
  display: flex;
}

.field-name-field-see-more-products {
  margin-top: 60px;
}

.field-name-field-see-more-products a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
}

.field-name-field-see-more-products a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.field-name-field-see-more-products a:active, .field-name-field-see-more-products a:focus {
  border-color: #0078EF;
}

.field-name-field-see-more-products a:hover {
  text-decoration: none;
}

.two-col-container .two-column-wrap {
  margin-top: 60px;
}

.two-column-wrap {
  font-family: 'Metric';
}

.two-column-wrap hr {
  margin: 0px;
}

.two-column-wrap #tdp-title-container {
  margin-bottom: 40px;
  color: #333;
}

.two-column-wrap #tdp-title-container h1 {
  margin: 0px;
}

.two-column-wrap #tdp-title-container h4 {
  color: #333;
  font-weight: 400;
  margin: 0px;
  font-family: 'Metric';
  font-size: 18px;
}

.two-column-wrap .feature-block hr {
  margin: 0px;
  margin-bottom: 20px;
}

.two-column-wrap .sections-container p {
  font-family: 'Metric';
  font-size: 18px;
}

.two-column-wrap .uk-width-large-1-4 {
  padding-bottom: 60px;
}

.two-column-wrap .uk-width-large-3-4 {
  padding-left: 80px;
}

.two-column-wrap p {
  color: #333;
}

.two-column-wrap h1 {
  font-family: 'Metric';
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}

.two-column-wrap section {
  padding-bottom: 60px;
}

.two-column-wrap section h2 {
  font-family: 'Metric';
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0px;
}

.desktop-subnav-container {
  display: block;
}

.mobile-subnav-container {
  display: none;
}

.subnav-tdp {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  position: relative;
  z-index: 2;
}

.subnav-tdp.uk-active {
  box-shadow: 0 0 8px #CACACA;
  z-index: 201;
}

.subnav-tdp .subnav-content {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subnav-tdp .subnav-content .prod-logo {
  max-height: 30px;
  margin-right: 5px;
}

.subnav-tdp .subnav-content .uk-list {
  height: 29px;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown {
  margin-left: 30px;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown.uk-open .uk-link {
  color: #333;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown.uk-open .uk-link .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link.uk-active {
  color: #333;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link.uk-active .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link:hover {
  color: #333;
  text-decoration: none;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link:hover .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .fa {
  margin-left: 5px;
}

.subnav-tdp .subnav-content:before {
  content: none;
}

.subnav-tdp .subnav-content:after {
  content: none;
}

.subnav-tdp a.tdp-logo {
  display: inline-block;
}

.subnav-tdp a.tdp-logo.uk-active {
  color: #333;
  font-weight: 700;
}

.subnav-tdp a.tdp-logo:hover {
  text-decoration: none;
}

.subnav-tdp .uk-dropdown {
  padding: 0px;
  background-color: white;
  top: 32px;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.28);
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown {
  margin: 0px;
  width: 100%;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li {
  margin: 0px;
  display: block;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li a {
  padding: 8px;
  padding-left: 20px;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li a:hover {
  background-color: #f5f5f5;
  color: #444;
  font-weight: 400;
}

.subnav-tdp ul {
  display: inline-block;
  padding-left: 20px;
  margin: 0px;
  padding: 0px;
}

.subnav-tdp ul li {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 0px;
}

.subnav-tdp a.uk-button-primary {
  background-color: #00A982;
  font-family: Metric;
  min-height: 30px;
  line-height: 30px;
  height: 30px;
  font-weight: 400;
}

@media only screen and (max-width:960px) {
  .desktop-subnav-container {
    display: none;
  }
  .mobile-subnav-container {
    display: block;
  }
  .mobile-subnav-container .dot-container {
    display: inline-block;
  }
  .mobile-subnav-container .dot-container .dot {
    background-color: #0078EF;
    height: 5px;
    width: 5px;
    display: inline-block;
  }
  .mobile-subnav-container .dot-container .dot:nth-child(2) {
    margin: 0px 5px;
  }
  .mobile-subnav-container .subnav-tdp {
    position: relative;
    z-index: 2;
  }
  .mobile-subnav-container .subnav-tdp .nav-item {
    display: block;
  }
  .mobile-subnav-container .subnav-tdp .close-svg {
    height: 17px;
  }
  .mobile-subnav-container .subnav-tdp .subnav-content {
    position: relative;
    z-index: 2;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav {
    display: none;
    position: absolute;
    background-color: white;
    top: 0px;
    height: calc(100vh);
    right: -900px;
    width: 85%;
    -webkit-transition: right .3s;
    padding: 10px 15px;
    max-width: 300px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .nav-item {
    font-family: 'Metric';
    font-size: 18px;
    color: #333;
    margin: 25px 0px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .nav-item.uk-active {
    font-weight: 600;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .uk-button.uk-button-primary, .mobile-subnav-container .subnav-tdp .mobile-sidenav .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .mobile-subnav-container .subnav-tdp .mobile-sidenav input.form-submit {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav.open {
    right: 0px;
    box-shadow: -9px -3px 125px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: right .3s;
  }
}

@keyframes hero-animation {
  0% {
    transform: translate3d(0, 150%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}

.tdp-section-container, .type-testimonials-section.view-mode-full .group_testimonials {
  padding: 80px 0px;
  font-family: 'Metric';
  font-weight: 400;
  font-size: 16px;
}

.tdp-section-container h2, .type-testimonials-section.view-mode-full .group_testimonials h2 {
  margin-top: 0px;
  border-bottom: 0px;
}

.link span {
  font-size: 18px;
  font-weight: 400;
}

.link .arrow i {
  margin-right: 10px;
}

.section-title {
  line-height: 1;
  font-family: 'Metric';
  color: black;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px;
}

@media only screen and (max-width:960px) {
  .tdp-section-container, .type-testimonials-section.view-mode-full .group_testimonials {
    padding: 40px 0px;
  }
  .tdp-section-container .section-title, .type-testimonials-section.view-mode-full .group_testimonials .section-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.hero-section-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0px;
}

.hero-section-wrap .heading-wrap {
  text-align: center;
}

.hero-section-wrap .heading-wrap .title {
  font-size: 60px;
  color: white;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: .7;
}

.hero-section-wrap .heading-wrap .sub-title {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  margin: auto;
  max-width: 810px;
  line-height: 1.3;
}

.hero-section-wrap .hero-content {
  padding: 0px 25px;
  margin-top: 70px;
}

.hero-section-wrap .hero-content .app-preview {
  transform: translate3d(0, 150%, 0);
  animation: hero-animation;
  animation-duration: .5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.34, 0.07, 0.13, 0.93);
}

.hero-section-wrap .hero-content .app-preview a {
  display: block;
}

.hero-section-wrap .hero-content .app-preview img {
  border-radius: 5px;
}

.hero-section-wrap .hero-content .features_block {
  color: white;
  padding-left: 40px;
}

.hero-section-wrap .hero-content .features_block .title {
  font-weight: 400;
  font-size: 24px;
}

.hero-section-wrap .hero-content .features_block ul {
  padding-left: 20px;
}

.hero-section-wrap .hero-content .features_block .point {
  font-size: 18px;
  font-weight: 400;
}

.hero-section-wrap .hero-content .features_block .uk-button.uk-button-primary, .hero-section-wrap .hero-content .features_block .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .hero-section-wrap .hero-content .features_block input.form-submit {
  background-color: #00A982;
  font-family: Metric;
  font-weight: 400;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  min-width: 200px;
}

@media only screen and (max-width:960px) {
  .hero-section-wrap .heading-wrap .title {
    font-size: 30px;
    line-height: 110%;
  }
  .hero-section-wrap .heading-wrap .sub-title {
    display: none;
  }
  .hero-section-wrap .hero-content {
    padding: 0px 10px;
    margin-top: 20px;
  }
  .hero-section-wrap .hero-content .app-preview {
    display: none;
  }
  .hero-section-wrap .hero-content .features_block {
    padding-left: 0px;
    padding-bottom: 40px;
  }
  .hero-section-wrap .hero-content .features_block .title {
    font-size: 18px;
  }
  .hero-section-wrap .hero-content .features_block .point {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-section-wrap .hero-content .features_block .uk-button.uk-button-primary, .hero-section-wrap .hero-content .features_block .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .hero-section-wrap .hero-content .features_block input.form-submit {
    display: block;
  }
}

.detail-section-wrap {
  background-color: #F5F5F5;
}

.detail-section-wrap .detail-cards-container .detail-card {
  background-color: white;
  padding: 30px;
  border: 1px solid #CCCFD0;
  border-left-width: 5px;
  border-left-color: #425563;
  transition: bottom .3s;
  bottom: 0px;
  color: #959595;
  display: block;
  margin-bottom: 10px;
}

.detail-section-wrap .detail-cards-container .detail-card:hover {
  text-decoration: none;
}

.detail-section-wrap .detail-cards-container .detail-card>* {
  margin-bottom: 10px;
}

.detail-section-wrap .detail-cards-container .detail-card .title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-top: 0px;
  font-family: 'Metric';
}

.detail-section-wrap .detail-cards-container .detail-card .link {
  color: #00b388;
  font-size: 18px;
  font-weight: 400;
}

.detail-section-wrap .detail-cards-container .detail-card .link:hover {
  text-decoration: underline;
}

.detail-section-wrap .detail-cards-container .detail-card .body {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.pricing-section-wrap .pricing-card {
  padding: 0px 20px;
}

.pricing-section-wrap .pricing-card .title {
  color: black;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
}

.pricing-section-wrap .pricing-card .description {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 50px;
  margin-top: 10px;
  color: #666;
}

.pricing-section-wrap .pricing-card .price-content .price-info {
  font-size: 16px;
  margin-bottom: 10px;
}

.pricing-section-wrap .pricing-card .price-content .price {
  color: black;
  font-weight: 400;
}

.pricing-section-wrap .pricing-card .price-content .price a {
  font-size: 24px;
}

.pricing-section-wrap .pricing-card .price-content .price a:hover {
  text-decoration: none;
}

.pricing-section-wrap .pricing-card .price-border {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}

.pricing-section-wrap .try-container {
  margin-top: 50px;
}

.pricing-section-wrap .try-container .try-text {
  font-size: 18px;
  margin-right: 10px;
}

.pricing-section-wrap .try-container a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  padding: 0px 5%;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  font-weight: 400;
}

.pricing-section-wrap .try-container a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.pricing-section-wrap .try-container a:active, .pricing-section-wrap .try-container a:focus {
  border-color: #0078EF;
}

.pricing-section-wrap .try-container a:hover {
  text-decoration: none;
}

@media only screen and (max-width:960px) {
  .pricing-section-wrap .section-title {
    margin: 0px;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .pricing-section-wrap .pricing-card {
    margin-bottom: 40px;
    padding: 0px;
  }
  .pricing-section-wrap .pricing-card .title {
    font-size: 24px;
    border: 0px;
    padding-bottom: 0px;
  }
  .pricing-section-wrap .pricing-card .description {
    margin-top: 0px;
    font-size: 18px;
  }
  .pricing-section-wrap .pricing-card .price-content .price {
    font-size: 24px;
  }
  .pricing-section-wrap .try-container {
    margin: 0px;
    display: block;
  }
  .pricing-section-wrap .try-container .try-text {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .pricing-section-wrap .try-container .uk-button, .pricing-section-wrap .try-container .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .pricing-section-wrap .try-container input.form-submit {
    display: block;
  }
}

.tdp-footer-section {
  background-color: #f5f5f5;
}

.tdp-footer-section h4 {
  font-weight: 600;
  font-weight: 18px;
  color: #333333;
}

.tdp-footer-section hr {
  margin: 20px 0px 30px;
}

.tdp-footer-section a:hover, .tdp-footer-section a:focus {
  color: #0078EF;
}

.tdp-footer-links .footer-header {
  font-size: 18px;
}

.tdp-footer-links h6 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.tdp-footer-links ul {
  padding-left: 0px;
}

.tdp-footer-links li {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.4;
}

.tdp-footer-links li a {
  color: #666;
}

.tdp-footer-links li a.link {
  color: #00b388;
}

.tdp-footer-links li a.link span {
  font-size: 16px;
}

@media only screen and (max-width:768px) {
  .tdp-footer-section h4 {
    display: none;
  }
  .tdp-footer-section hr {
    display: none;
  }
  .tdp-footer-section .tdp-footer-links {
    flex-direction: column;
  }
  .tdp-footer-section .tdp-footer-links .footer-column {
    margin-bottom: 30px;
  }
  .tdp-footer-section .tdp-footer-links .footer-column:last-child {
    margin-bottom: 0px;
  }
  .tdp-footer-section .tdp-footer-links .footer-column h6 {
    margin-bottom: 5px;
  }
  .tdp-footer-section .tdp-footer-links .footer-column ul {
    margin-top: 0px;
  }
  .tdp-footer-section .tdp-footer-links .footer-column ul li {
    margin-bottom: 5px;
  }
}

.success-section-wrap {
  background-size: cover;
  background-repeat: no-repeat;
}

.success-section-wrap .left {
  text-align: center;
}

.success-section-wrap .right .arrow .fa {
  color: #171E24;
}

.success-section-wrap .title {
  text-align: center;
  font-size: 36px;
  color: white;
  font-weight: 600;
  margin-bottom: 60px;
}

.success-section-wrap .quote {
  padding-left: 0px;
  border-left: none;
  font-size: 24px;
  font-family: Metric;
  font-weight: 400;
  line-height: 30px;
  font-style: italic;
  color: white;
  margin-bottom: 40px;
}

.success-section-wrap .source {
  color: white;
}

.success-section-wrap .source .wrap hr {
  margin: 0px 10px;
  width: 1px;
  height: 30px;
  background: white;
}

.success-section-wrap .source .wrap .author, .success-section-wrap .source .wrap .company {
  font-size: 24px;
  font-weight: 600;
}

.success-section-wrap .source .wrap .position {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media only screen and (max-width:960px) {
  .success-section-wrap .right {
    margin-top: 20px;
  }
  .success-section-wrap .title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 34px;
  }
  .success-section-wrap .quote {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .success-section-wrap .left .author-image {
    max-width: 150px;
  }
  .success-section-wrap .source .wrap .author, .success-section-wrap .source .wrap .company {
    font-size: 18px;
  }
  .success-section-wrap .source .wrap .position {
    margin-bottom: 20px;
  }
}

.resource-section-wrap .resource-cards-container .resource-card {
  position: relative;
  display: inline-block;
}

.resource-section-wrap .resource-cards-container .resource-card:hover {
  text-decoration: none;
}

.resource-section-wrap .resource-cards-container .resource-card:focus {
  outline: none;
}

.resource-section-wrap .resource-cards-container .resource-card:nth-child(2) {
  margin: 0px 20px;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content {
  border: 1px solid #C0C0C0;
  padding: 30px;
  background-color: #FAFAFA;
  border-bottom: 5px solid #425563;
  position: relative;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content:hover .hover-content {
  height: 65%;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .title-container .icon {
  width: 55px;
  height: 55px;
  position: relative;
  left: -5px;
  display: inline-block;
  background-repeat: no-repeat;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .title-container .title {
  color: black;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .description {
  margin: 55px 0px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #3D3D3D;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .link {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .link span {
  font-size: 18px;
  font-weight: 400;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .hover-content {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  height: 0px;
  bottom: 0px;
  background-color: #425563;
  left: 0px;
  right: 0px;
  color: white;
  transition: .3s height ease-in-out;
  display: flex;
  flex-direction: column;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .hover-content span.body {
  margin: 30px;
  display: inline-block;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .hover-content div.link {
  margin: 0px 30px;
  margin-bottom: 25px;
  color: #00b388;
  bottom: -4px;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .hover-content div.link:hover {
  text-decoration: underline;
}

.resource-section-wrap .resource-cards-container .resource-card .resource-content .hover-content div.link .arrow>.fa {
  color: #425563;
}

@media only screen and (max-width:960px) {
  .resource-section-wrap .resource-cards-container .resource-card {
    margin-bottom: 15px;
  }
  .resource-section-wrap .resource-cards-container .resource-card .resource-content .description {
    margin: 35px 0px;
    font-size: 24px;
  }
}

.tab-rotator-section {
  padding: 0;
}

.tab-rotator-section .subnav-tab-border {
  text-align: center;
  border-bottom: 2px solid #dbdbdb;
}

.tab-rotator-section .uk-subnav-pill *:hover {
  background-color: transparent;
  color: #0078EF;
}

.tab-rotator-section .uk-subnav-pill *:focus {
  background-color: transparent;
}

.tab-rotator-section .uk-subnav {
  margin: 0px;
  display: inline-block;
  position: relative;
  top: 9px;
}

.tab-rotator-section .uk-subnav li {
  margin: 0px;
  padding: 0px 25px;
}

.tab-rotator-section .uk-subnav li:last-child {
  border-right: 0px;
}

.tab-rotator-section .uk-subnav li a {
  width: 100%;
  color: #333;
  font-family: 'Metric';
  font-size: 20px;
  text-align: center;
  padding: 0px;
  transition: border .3s;
  border-bottom: 4px solid transparent;
}

.tab-rotator-section .uk-subnav li.uk-active a {
  border-bottom: 4px solid #0078EF;
  background-color: inherit;
  color: #333;
  font-weight: 500;
}

.tab-rotator-section .switcher-content-a-slide-horizontal>li {
  padding: 60px 70px 0 70px;
  margin: 0;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .slider-image {
  height: 250px;
  width: 325px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .slider-content {
  padding-left: 50px;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .slider-content ul {
  list-style-type: disc;
  color: #333;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .slider-content .link {
  margin-top: 15px;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .image {
  padding-left: 0;
}

.tab-rotator-section .switcher-content-a-slide-horizontal .text {
  padding-left: 40px;
}

@media (max-width:959px) {
  .tab-rotator-section .switcher-content-a-slide-horizontal .text {
    padding-left: 0;
  }
}

.tab-rotator-section .overview-columns {
  padding-bottom: 60px;
}

.tab-rotator-section .overview-columns .overview-column {
  width: 26.43%;
  margin-right: 6.9%;
}

.tab-rotator-section .overview-columns .overview-column img {
  margin-bottom: 20px;
}

.tab-rotator-section .overview-columns .overview-column .text-container {
  padding-left: 0px;
  text-align: center;
}

.tab-rotator-section .overview-columns .overview-column.last {
  margin-right: 0;
}

@media (max-width:959px) {
  .tab-rotator-section .overview-columns .overview-column {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.tab-rotator-section .image-with-long-text {
  padding-bottom: 60px;
}

.desktop-subnav-container {
  display: block;
}

.mobile-subnav-container {
  display: none;
}

.subnav-tdp {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  position: relative;
  z-index: 2;
}

.subnav-tdp.uk-active {
  box-shadow: 0 0 8px #CACACA;
  z-index: 201;
}

.subnav-tdp .subnav-content {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subnav-tdp .subnav-content .prod-logo {
  max-height: 30px;
  margin-right: 5px;
}

.subnav-tdp .subnav-content .uk-list {
  height: 29px;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown {
  margin-left: 30px;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown.uk-open .uk-link {
  color: #333;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown.uk-open .uk-link .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link.uk-active {
  color: #333;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link.uk-active .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link:hover {
  color: #333;
  text-decoration: none;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .uk-link:hover .fa {
  color: #00b388;
}

.subnav-tdp .subnav-content .uk-list .uk-button-dropdown .fa {
  margin-left: 5px;
}

.subnav-tdp .subnav-content:before {
  content: none;
}

.subnav-tdp .subnav-content:after {
  content: none;
}

.subnav-tdp a.tdp-logo {
  display: inline-block;
}

.subnav-tdp a.tdp-logo.uk-active {
  color: #333;
  font-weight: 700;
}

.subnav-tdp a.tdp-logo:hover {
  text-decoration: none;
}

.subnav-tdp .uk-dropdown {
  padding: 0px;
  background-color: white;
  top: 32px;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.28);
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown {
  margin: 0px;
  width: 100%;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li {
  margin: 0px;
  display: block;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li a {
  padding: 8px;
  padding-left: 20px;
}

.subnav-tdp .uk-dropdown .uk-nav-dropdown li a:hover {
  background-color: #f5f5f5;
  color: #444;
  font-weight: 400;
}

.subnav-tdp ul {
  display: inline-block;
  padding-left: 20px;
  margin: 0px;
  padding: 0px;
}

.subnav-tdp ul li {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 0px;
}

.subnav-tdp a.uk-button-primary {
  background-color: #00A982;
  font-family: Metric;
  min-height: 30px;
  line-height: 30px;
  height: 30px;
  font-weight: 400;
}

@media only screen and (max-width:960px) {
  .desktop-subnav-container {
    display: none;
  }
  .mobile-subnav-container {
    display: block;
  }
  .mobile-subnav-container .dot-container {
    display: inline-block;
  }
  .mobile-subnav-container .dot-container .dot {
    background-color: #0078EF;
    height: 5px;
    width: 5px;
    display: inline-block;
  }
  .mobile-subnav-container .dot-container .dot:nth-child(2) {
    margin: 0px 5px;
  }
  .mobile-subnav-container .subnav-tdp {
    position: relative;
    z-index: 2;
  }
  .mobile-subnav-container .subnav-tdp .nav-item {
    display: block;
  }
  .mobile-subnav-container .subnav-tdp .close-svg {
    height: 17px;
  }
  .mobile-subnav-container .subnav-tdp .subnav-content {
    position: relative;
    z-index: 2;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav {
    display: none;
    position: absolute;
    background-color: white;
    top: 0px;
    height: calc(100vh);
    right: -900px;
    width: 85%;
    -webkit-transition: right .3s;
    padding: 10px 15px;
    max-width: 300px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .nav-item {
    font-family: 'Metric';
    font-size: 18px;
    color: #333;
    margin: 25px 0px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .nav-item.uk-active {
    font-weight: 600;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav .uk-button.uk-button-primary, .mobile-subnav-container .subnav-tdp .mobile-sidenav .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .mobile-subnav-container .subnav-tdp .mobile-sidenav input.form-submit {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .mobile-subnav-container .subnav-tdp .mobile-sidenav.open {
    right: 0px;
    box-shadow: -9px -3px 125px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: right .3s;
  }
}

section {
  padding-bottom: 40px;
}

.application-section {
  color: #333;
  font-family: Metric;
}

.application-section>*:last-child {
  margin-bottom: 0px;
}

.application-section p {
  font-size: 18px;
  font-weight: 400;
}

.application-section ul {
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}

.application-section ul li {
  margin-bottom: 3px;
}

.application-section ul ul {
  margin: 0px;
}

.application-section ul ul li {
  list-style-type: none;
}

.application-section ul ul li:before {
  content: "- ";
}

.application-section table {
  width: 100%;
  border: 0px;
}

.application-section table tr {
  border: 0px;
  font-size: 18px;
}

.application-section table tr:first-child td {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
}

.application-section table tr:first-child td * {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
}

.application-section table tr:first-child td:nth-child(2) {
  font-size: 18px;
  color: #999999;
}

.application-section table tr td {
  border: 0px;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
  width: 50%;
  vertical-align: top;
}

.application-section table tr td * {
  color: #333;
  margin: 0px;
  padding: 0px;
}

.application-section table tr td:nth-child(1) {
  padding-right: 40px;
}

.application-section table tr td:nth-child(1) h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.application-section table tr td:nth-child(2) {
  padding-left: 40px;
  font-size: 14px;
  font-family: 'Metric';
}

.document-section h2 {
  font-weight: 600;
}

.document-section.view-mode-3 h2 {
  font-size: 32px;
  font-weight: 400;
  color: #666;
}

.document_block {
  margin-top: 30px;
}

.document_block .item-links .share-container {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: Metric;
}

.document_block .item-links .share-container .share-text {
  display: none;
}

.document_block .item-links .share-container .share-text input {
  min-width: 200px;
}

.document_block .item-links .share-container:hover {
  cursor: pointer;
}

.document_block .item-links .share-container.clicked .share {
  display: none;
}

.document_block .item-links .share-container.clicked .share-text {
  position: relative;
  display: inline-block;
}

.document_block .item-links .close-widget {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  margin: 0px;
  right: -19px;
  top: -18px;
}

.document_block .item-links .close-widget .fa {
  margin: 0px;
  color: #AAA;
}

.document-section.view-mode-3 .tdp-button-container {
  margin: 40px 0px;
}

.document-section.view-mode-3 .tdp-button-container .secondary-btn {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  padding: 5px 5%;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}

.document-section.view-mode-3 .tdp-button-container .secondary-btn:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.document-section.view-mode-3 .tdp-button-container .secondary-btn:active, .document-section.view-mode-3 .tdp-button-container .secondary-btn:focus {
  border-color: #0078EF;
}

.document-section.view-mode-3 .tdp-button-container .secondary-btn:hover {
  text-decoration: none;
}

.document_block:last-child {
  padding-bottom: 0px;
}

.document_block .item-title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Metric", sans-serif;
  margin-bottom: 5px;
  color: #666;
}

.document_block .item-title i {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 3px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.document_block .item-title .icon-file {
  background-image: url("/shared-assets/img/tdp-file.png");
  width: 18px;
  height: 19px;
}

.document_block .item-title .icon-video {
  background-image: url("/shared-assets/img/tdp-video.png");
  width: 19px;
  height: 16px;
  top: 1px;
}

.document_block .item-title .icon-speaker {
  background-image: url("/shared-assets/img/tdp-speaker.png");
  width: 19px;
  height: 17px;
  top: 1px;
}

.document_block .item-title .icon-news {
  background-image: url("/shared-assets/img/tdp-news.png");
  width: 19px;
  height: 19px;
  top: 1px;
}

.document_block .item-description {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  font-family: "Metric";
}

.document_block .item-links a {
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Metric";
}

.document_block .item-links a.share {
  color: #666;
}

.document_block .item-links i {
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  position: relative;
}

.tdp-icon-arrow {
  background-image: url("/shared-assets/img/tdp-arrow_mf.svg");
  height: 15px;
  width: 15px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

.document_block .item-links .icon-share {
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxLjk3MSAyMS45NzEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTE3Ljg3MiwxMy45NjRjLTEuMjcyLDAtMi4zOTQsMC42MDYtMy4xMjcsMS41MzRsLTYuNzk5LTMuNDc3YzAuMDg5LTAuMzMyLDAuMTUzLTAuNjc1LDAuMTUzLTEuMDM2YzAtMC4zOTMtMC4wNzYtMC43NjMtMC4xODItMS4xMjNsNi43NjktMy40NjFjMC43MjksMC45NywxLjg4LDEuNjA0LDMuMTg3LDEuNjA0YzIuMjE0LDAsNC4wMDUtMS43OTEsNC4wMDUtNC4wMDNjMC0yLjIxLTEuNzkxLTQuMDAyLTQuMDA1LTQuMDAyYy0yLjIwOSwwLTQuMDAyLDEuNzkyLTQuMDAyLDQuMDAyYzAsMC4zNjIsMC4wNjQsMC43MDYsMC4xNTQsMS4wMzlMNy4yMjcsOC41MThDNi40OTMsNy41ODksNS4zNjksNi45ODEsNC4wOTUsNi45ODFjLTIuMjEyLDAtNC4wMDIsMS43OTMtNC4wMDIsNC4wMDRzMS43OSw0LjAwMyw0LjAwMiw0LjAwM2MxLjMwOSwwLDIuNDU5LTAuNjM2LDMuMTkxLTEuNjA3bDYuNzY2LDMuNDYxYy0wLjEwNiwwLjM1OS0wLjE4MywwLjczMi0wLjE4MywxLjEyNmMwLDIuMjExLDEuNzkzLDQuMDAzLDQuMDAyLDQuMDAzYzIuMjE0LDAsNC4wMDUtMS43OTIsNC4wMDUtNC4wMDNDMjEuODc3LDE1Ljc1NSwyMC4wODYsMTMuOTY0LDE3Ljg3MiwxMy45NjR6Ii8+PC9zdmc+");
}

.free-text-section {
  background-color: #F5F5F5;
}

.free-text-section .free-text {
  text-align: center;
  font-size: 18px;
  color: #333;
}

@media only screen and (min-width:1220px) {
  .solution-section .solutions-container {
    padding-left: 20px;
  }
}

.solution-section {
  padding: 40px;
  background-color: #F5F5F5;
}

.solution-section:last-child {
  padding-bottom: 80px;
}

.solution-section .header-container .solution-title {
  margin: 0px;
  text-align: left;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.solution-section .header-container .solution-sub-title {
  text-align: left;
  font-size: 16px;
  color: #333;
  margin-bottom: 0px;
}

.solution-section .header-container .uk-button, .solution-section .header-container .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .solution-section .header-container input.form-submit {
  background-color: #0078EF;
  font-family: 'Metric';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  min-height: 30px;
}

.solution-section .header-container hr {
  margin: 0px;
  margin-top: 10px;
}

.solution-section .solutions-container {
  margin-top: 15px;
}

.solution-section .solutions-container.uk-grid>* {
  padding-left: 10px;
  margin-bottom: 10px;
}

.solution-section.view-mode-1 .solution-card {
  background-color: white;
  display: block;
  padding: 40px 20px;
  border: 1px solid transparent;
  transition: border .3s;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
}

.solution-section.view-mode-1 .solution-card h3 {
  margin-top: 0px;
  color: #333;
  text-align: center;
}

.solution-section.view-mode-1 .solution-card:hover {
  border: 1px solid #0078EF;
  text-decoration: none;
}

.solution-section.view-mode-1 .solution-card .solution-image {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

.solution-section.view-mode-2 .solution-card {
  display: block;
  background-color: white;
  padding: 20px 30px;
  border: 1px solid #CCCFD0;
  border-top: 5px solid #425563;
  margin-bottom: 20px;
}

.solution-section.view-mode-2 .solution-card .title-container:hover h3 {
  cursor: pointer;
  color: #0078EF;
}

.solution-section.view-mode-2 .solution-card .title-container .solution-image {
  min-height: 30px;
  min-width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-section.view-mode-2 .solution-card .title-container h3 {
  margin: 0px;
  margin-left: 10px;
  transition: color .3s;
  color: #333;
  text-align: left;
}

.solution-section.view-mode-2 .solution-card .title-container h3 a {
  color: #333;
  transition: color .3s;
  font-weight: 600;
}

.solution-section.view-mode-2 .solution-card .title-container h3 a:hover {
  text-decoration: none;
  color: #0078EF;
}

.solution-section.view-mode-2 .solution-card .description {
  margin: 10px 0px;
  text-align: left;
  color: #333;
  font-size: 18px;
}

.solution-section.view-mode-2 .solution-card .button-container {
  margin-top: 20px;
}

.solution-section.view-mode-2 .solution-card .button-container .uk-button, .solution-section.view-mode-2 .solution-card .button-container .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .solution-section.view-mode-2 .solution-card .button-container input.form-submit {
  padding: 0px;
  font-family: 'Metric';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  min-height: 30px;
  width: 49%;
}

.solution-section.view-mode-2 .solution-card .button-container .uk-button.primary, .solution-section.view-mode-2 .solution-card .button-container .node-type-webform #content #webform-client-form-6530 div.form-actions input.primary.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .solution-section.view-mode-2 .solution-card .button-container input.primary.form-submit {
  background-color: #0078EF;
  border: 2px solid #0078EF;
}

.solution-section.view-mode-2 .solution-card .button-container .uk-button.secondary, .solution-section.view-mode-2 .solution-card .button-container .node-type-webform #content #webform-client-form-6530 div.form-actions input.secondary.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .solution-section.view-mode-2 .solution-card .button-container input.secondary.form-submit {
  color: #333;
  background-color: white;
  border: 2px solid #0078EF;
}

.leftnav {
  color: #666;
}

.leftnav a {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e3e3e3;
}

.leftnav .anchors {
  padding-left: 0px;
}

.leftnav .anchors li {
  margin-bottom: 0px;
}

.leftnav .anchors li.uk-active {
  border-right: none;
}

.leftnav .anchors li.uk-active a {
  color: #00b388;
  background-color: white;
  font-weight: 400;
}

.leftnav .anchors li a {
  color: #333;
  transition: color .3s;
}

.leftnav .anchors li a:hover {
  background-color: white;
  color: #00b388;
}

.leftnav a:hover {
  text-decoration: none;
}

.leftnav {
  margin-bottom: 25px;
}

.leftnav .uk-active {
  border-right: 4px solid #00A884;
  background: #f7f7f7;
  font-weight: 900;
}

.leftnav .nav-item {
  display: block;
  padding: 15px;
  padding-left: 20px;
  transition: .3s background-color;
  text-align: left;
}

.leftnav .nav-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.leftnav .nav-item.anchor {
  padding-left: 30px;
  border-top: none;
}

.leftnav .nav-item:hover {
  background: #f7f7f7;
}

.support-body {
  padding-top: 60px;
}

.support-body h1 {
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin-bottom: 60px;
}

.support-body section {
  padding-bottom: 40px;
}

.support-body h2 {
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.support-block {
  margin-bottom: 60px;
}

.support-block ul {
  position: relative;
  top: -20px;
  margin: 0px;
  list-style: none;
}

.support-block ul li {
  font-size: 18px;
  margin: 0px;
  color: #333;
}

.support-block:last-child {
  padding-bottom: 0px;
}

.support-block .item-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #666;
}

.support-block .item-title i {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.support-block .item-title .icon-file {
  background-image: url("/shared-assets/img/tdp-file.png");
  width: 18px;
  height: 19px;
}

.support-block .item-title .icon-video {
  background-image: url("/shared-assets/img/tdp-video.png");
  width: 19px;
  height: 15px;
  top: 1px;
}

.support-block .item-title .icon-speaker {
  background-image: url("/shared-assets/img/tdp-speaker.png");
  width: 19px;
  height: 17px;
  top: 1px;
}

.support-block .item-title .icon-news {
  background-image: url("/shared-assets/img/tdp-news.png");
  width: 19px;
  height: 19px;
  top: 1px;
}

.support-block .item-description {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.support-block .item-links a {
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
}

.support-block .item-links a.share {
  color: #333;
}

.support-block .item-links i {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.support-block .item-links .icon-arrow {
  background-image: url("/shared-assets/img/tdp-arrow.png");
}

.support-block .item-links .icon-share {
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxLjk3MSAyMS45NzEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTE3Ljg3MiwxMy45NjRjLTEuMjcyLDAtMi4zOTQsMC42MDYtMy4xMjcsMS41MzRsLTYuNzk5LTMuNDc3YzAuMDg5LTAuMzMyLDAuMTUzLTAuNjc1LDAuMTUzLTEuMDM2YzAtMC4zOTMtMC4wNzYtMC43NjMtMC4xODItMS4xMjNsNi43NjktMy40NjFjMC43MjksMC45NywxLjg4LDEuNjA0LDMuMTg3LDEuNjA0YzIuMjE0LDAsNC4wMDUtMS43OTEsNC4wMDUtNC4wMDNjMC0yLjIxLTEuNzkxLTQuMDAyLTQuMDA1LTQuMDAyYy0yLjIwOSwwLTQuMDAyLDEuNzkyLTQuMDAyLDQuMDAyYzAsMC4zNjIsMC4wNjQsMC43MDYsMC4xNTQsMS4wMzlMNy4yMjcsOC41MThDNi40OTMsNy41ODksNS4zNjksNi45ODEsNC4wOTUsNi45ODFjLTIuMjEyLDAtNC4wMDIsMS43OTMtNC4wMDIsNC4wMDRzMS43OSw0LjAwMyw0LjAwMiw0LjAwM2MxLjMwOSwwLDIuNDU5LTAuNjM2LDMuMTkxLTEuNjA3bDYuNzY2LDMuNDYxYy0wLjEwNiwwLjM1OS0wLjE4MywwLjczMi0wLjE4MywxLjEyNmMwLDIuMjExLDEuNzkzLDQuMDAzLDQuMDAyLDQuMDAzYzIuMjE0LDAsNC4wMDUtMS43OTIsNC4wMDUtNC4wMDNDMjEuODc3LDE1Ljc1NSwyMC4wODYsMTMuOTY0LDE3Ljg3MiwxMy45NjR6Ii8+PC9zdmc+");
}

.support-block .item {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Metric';
}

.item ul {
  margin: 0px;
  list-style: none;
}

.item ul li {
  margin-bottom: 0;
}

.trial-block h2, .faq-block h2 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  border-bottom: none;
  line-height: 24px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.trial-block .item-description {
  margin-bottom: 25px;
}

.trial-block a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  padding: 5px 5%;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}

.trial-block a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.trial-block a:active, .trial-block a:focus {
  border-color: #0078EF;
}

.trial-block a:hover {
  text-decoration: none;
}

.uk-table tbody {
  width: 100%;
}

#tdp-call-block.call-blk {
  color: #333;
  font-size: 18px;
}

#tdp-call-block.call-blk h2 {
  border: none;
  margin-bottom: 0px;
  font-weight: 600;
  color: #333;
}

#tdp-call-block.call-blk .call-item {
  margin: 10px 0px;
}

#tdp-call-block.call-blk .uk-table tr td {
  padding: 0;
}

#tdp-call-block.call-blk .uk-table tr td:nth-child(4) {
  padding-left: 40px;
}

#tdp-call-block.call-blk .uk-table tr td:first-child {
  font-weight: 700;
}

#tdp-call-block.call-blk .uk-table tr td:nth-child(3) {
  font-weight: 700;
  padding-left: 40px;
}

ul.legend-lists li {
  margin-bottom: 0;
}

section.try {
  background: #604767;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

section.try h2 {
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
}

section.try h2 .product-name {
  font-weight: 600;
}

section.try .try-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

section.try .try-cta {
  color: #fff;
  padding: 10px 40px;
  background-color: #0078EF;
  font-family: Metric;
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  min-width: 200px;
  display: inline-block;
}

section.try .try-cta:hover {
  text-decoration: none;
}

.feature-block {
  font-family: 'Metric';
  display: block;
}

.feature-block:hover {
  text-decoration: none;
  cursor: auto;
}

.feature-block h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.feature-block .feature-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}

.requirement-block {
  font-family: 'Metric';
  margin-top: 40px;
}

.requirement-block h2 {
  border-bottom: none;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.requirement-block .requirement-description {
  margin: 0px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.requirement-block ul {
  margin: 0px;
}

.requirement-block ul li {
  margin: 0px;
  font-size: 18px;
  color: #333;
}

.try-hero {
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}

.try-hero .content-wrap {
  text-align: center;
  color: white;
  font-family: 'metric';
}

.try-hero .content-wrap h1 {
  color: inherit;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
}

.try-hero .content-wrap p {
  font-size: 24px;
  font-weight: 400;
}

.cards-section .product-filters {
  background: #556576;
  padding: 15px;
  z-index: 1;
}

.cards-section .product-filters .filter {
  font-size: 18px;
  font-family: 'Metric';
}

.cards-section .product-filters .uk-button, .cards-section .product-filters .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .cards-section .product-filters input.form-submit {
  background-color: white;
  color: #333;
  font-family: 'Metric';
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  border: 1px solid transparent;
  line-height: 20px;
  border-radius: 0px !important;
}

.cards-section .product-filters .uk-button:focus, .cards-section .product-filters .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:focus, .node-type-webform #content #webform-client-form-6530 div.form-actions .cards-section .product-filters input.form-submit:focus {
  background-color: white;
}

.cards-section .product-filters .uk-button:hover, .cards-section .product-filters .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions .cards-section .product-filters input.form-submit:hover {
  border: 1px solid #0078EF;
}

.cards-section .product-filters .uk-dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-color: white;
  top: 42px !important;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.28);
  width: 100%;
}

.cards-section .product-filters .uk-dropdown .uk-nav-dropdown li {
  margin-bottom: 0px;
}

.cards-section .product-filters .uk-dropdown .uk-nav-dropdown a:hover, .cards-section .product-filters .uk-dropdown .uk-nav-dropdown a:focus {
  color: white;
  background-color: #0078EF;
}

.cards-section .product-filters .filter-active {
  color: #333;
  font-weight: 600;
}

.cards-section .product-filters .category-filter {
  padding: 0px;
  margin-left: 20px;
}

.cards-section .product-filters .category-filter .uk-button, .cards-section .product-filters .category-filter .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .cards-section .product-filters .category-filter input.form-submit {
  height: 100%;
  text-align: left;
}

.cards-section .product-filters .service-type-filter {
  padding: 0px;
  margin-left: 5px;
}

.cards-section .product-filters .service-type-filter .uk-button, .cards-section .product-filters .service-type-filter .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .cards-section .product-filters .service-type-filter input.form-submit {
  height: 100%;
  text-align: left;
}

.cards-section .product-filters .filter-label {
  font-family: 'Metric';
  font-size: italic;
  color: white;
  font-size: 30px;
}

.cards-section .product-container {
  padding: 50px 0px;
}

.cards-section .no-result-container {
  display: none;
}

.cards-section .no-result-container * {
  text-align: center;
  color: #333;
  margin: 0px;
  font-weight: 500;
}

.cards-section .no-result-container .fa {
  height: 30px;
  width: 30px;
  background-size: cover;
  font-size: 30px;
}

.cards-section .no-result-container h2 {
  margin-bottom: 10px;
}

.cards-section .product-panel {
  margin-bottom: 30px;
}

.cards-section .product-panel .product-card {
  height: 449px;
  background-color: #FAFAFA;
  border: 1px solid silver;
  border-top: 5px solid #00BAFF;
  padding: 30px;
}

.cards-section .product-panel .product-card .height-matcher {
  min-height: 150px;
}

.cards-section .product-panel .product-card .category {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.cards-section .product-panel .product-card .title-container {
  margin: 20px 0px 15px;
}

.cards-section .product-panel .product-card .title-container img {
  display: none;
}

.cards-section .product-panel .product-card .title-container h3 {
  margin: 0px 0px 0px 0px;
  font-family: 'Metric';
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.cards-section .product-panel .product-card .title-container h3 a {
  color: #333;
}

.cards-section .product-panel .product-card .title-container h3 a:hover {
  color: #0078EF;
}

.cards-section .product-panel .product-card .description {
  color: #666666;
  margin-bottom: 20px;
  font-weight: 400;
}

.cards-section .product-panel .product-card .try-text {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
}

.cards-section .product-panel .product-card .try-text strong {
  font-size: 24px;
}

.cards-section .product-panel .product-card .secondary-cta {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border-size: 2px;
  color: #0078EF;
  background-color: transparent;
  display: inline-block;
  border-radius: 30px;
}

.cards-section .product-panel .product-card .secondary-cta:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.cards-section .product-panel .product-card .secondary-cta:active, .cards-section .product-panel .product-card .secondary-cta:focus {
  border-color: #0078EF;
}

@media only screen and (max-width:960px) {
  .try-hero {
    height: 200px;
  }
  .try-hero .content-wrap p {
    margin: 0px;
    font-size: 18px;
  }
  .try-hero .content-wrap h1 {
    font-size: 24px;
  }
  .cards-section .product-filters .category-filter, .cards-section .product-filters .service-type-filter {
    margin: 0px 0px 10px 0px;
  }
  .cards-section .product-filters .filter-label {
    padding: 0px;
  }
  .cards-section .product-filters .filter-label span {
    margin: 0px auto 15px auto;
    font-size: 18px;
    line-height: 20px;
  }
  .cards-section .product-panel .product-card .description {
    margin: 0px;
  }
  .cards-section .product-panel .product-card .secondary-cta {
    display: block;
  }
}

body.node-type-solution-agm #group-banner, body.node-type-solution-agm #group-featurettes, body.node-type-solution-agm #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-agm #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse-active/video-section-bg.png);
}*/

@media only screen and (min-width:960px) {
  body.node-type-solution-agm #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-alm #group-banner, body.node-type-solution-alm #group-getting-started, body.node-type-solution-alm #group-how-it-works {
  background-color: #f7f7f7;
}

body.node-type-solution-alm #group-how-it-works {
  margin-bottom: 0px;
}

body.node-type-solution-alm #group-how-it-works .field-name-field-how-it-works-text, body.node-type-solution-alm #group-how-it-works .field-name-title {
  display: none;
}

@media only screen and (min-width:960px) {
  body.node-type-solution-alm #group-how-it-works>.group-width-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #CACACA;
  }
  body.node-type-solution-alm #group-how-it-works>.group-width-wrapper::before, body.node-type-solution-alm #group-how-it-works>.group-width-wrapper::after {
    display: none;
  }
  body.node-type-solution-alm #group-how-it-works .field-name-field-how-it-works>.field-items>* {
    width: 16.6%;
  }
  body.node-type-solution-alm #group-how-it-works .field-name-field-how-it-works>.field-items>*:nth-child(1) {
    width: 23.2%;
  }
  body.node-type-solution-alm #group-how-it-works .field-name-field-how-it-works>.field-items>*:nth-child(3) {
    width: 10%;
  }
  body.node-type-solution-alm #group-how-it-works .node-how-it-works {
    margin-bottom: 0px;
  }
  body.node-type-solution-alm #group-how-it-works .node-how-it-works .field-name-field-image {
    margin-bottom: 15px;
  }
  body.node-type-solution-alm #group-featurettes {
    background-color: #f7f7f7;
    padding-bottom: 180px;
  }
  body.node-type-solution-alm #group-how-it-works {
    background-color: #fff;
  }
}

body.node-type-solution-apppulse-active #group-banner, body.node-type-solution-apppulse-active #group-video-module, body.node-type-solution-apppulse-active #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-apppulse-active #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse-active/video-section-bg.png);
}*/

body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div .field-name-title {
  display: none;
}

body.node-type-solution-apppulse-active #group-getting-started>.group-width-wrapper {
  max-width: 1030px;
}

body.node-type-solution-apppulse-active #group-featurettes {
  padding-bottom: 75px;
}

body.node-type-solution-apppulse-active #group-how-it-works .node-how-it-works {
  margin-bottom: 0px;
}

@media only screen and (min-width:768px) {
  body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(1), body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(2) {
    width: 19%;
  }
  body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(3), body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(4) {
    width: 11%;
  }
  body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(5) {
    width: 13%;
  }
  body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(6) {
    width: 15%;
  }
  body.node-type-solution-apppulse-active #group-how-it-works .field-name-field-how-it-works>.field-items>div:nth-child(7) {
    width: 12%;
  }
}

@media only screen and (min-width:960px) {
  body.node-type-solution-apppulse-active #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-apppulse-diagnostic #group-banner, body.node-type-solution-apppulse-diagnostic #group-featurettes, body.node-type-solution-apppulse-diagnostic #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-apppulse-diagnostic #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse-active/video-section-bg.png);
}*/

@media only screen and (min-width:960px) {
  body.node-type-solution-apppulse-diagnostic #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-apppulse-mobile #group-banner, body.node-type-solution-apppulse-mobile #group-testimonials, body.node-type-solution-apppulse-mobile #group-featurettes, body.node-type-solution-apppulse-mobile #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-apppulse-mobile #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse/apm-video-bg.png);
}*/

body.node-type-solution-apppulse-mobile #group-demo {
  margin-top: 70px;
}

@media only screen and (min-width:960px) {
  body.node-type-solution-apppulse-mobile #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-codar #group-banner, body.node-type-solution-codar #group-testimonials, body.node-type-solution-codar #group-featurettes, body.node-type-solution-codar #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-codar #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse/apm-video-bg.png);
}*/

body.node-type-solution-codar #group-screenshots .pdp-analysis-coverflow .roundabout-content {
  min-height: 0px;
}

body.node-type-solution-codar #group-screenshots .pdp-analysis-coverflow .roundabout-content .screenshot-text {
  display: none;
}

body.node-type-solution-codar #group-getting-started .group-width-wrapper .field-name-field-getting-started-image img {
  margin: 0px auto;
}

body.node-type-solution-codar #group-getting-started .group-width-wrapper .field-name-field-getting-started-text {
  max-width: 820px;
  margin: 0px auto;
  float: none;
}

@media only screen and (min-width:768px) {
  body.node-type-solution-codar #group-getting-started .group-width-wrapper>.field-name-field-getting-started-image {
    width: 40%;
  }
  body.node-type-solution-codar #group-getting-started .group-width-wrapper>.field-name-field-getting-started-list {
    width: 60%;
  }
  body.node-type-solution-codar #group-getting-started .group-width-wrapper>.field-name-field-cta-wrapper {
    width: 60%;
  }
}

@media only screen and (min-width:960px) {
  body.node-type-solution-codar #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-fod #group-banner, body.node-type-solution-fod #group-testimonials, body.node-type-solution-fod #group-featurettes, body.node-type-solution-fod #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-fod #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/fod/video-bg-hp.png);
}*/

body.node-type-solution-fod #group-getting-started {
  padding-top: 175px;
}

body.node-type-solution-fod .field-name-field-getting-started-list hr, body.node-type-solution-fod .field-name-field-getting-started-list .pdp-modal {
  display: none;
}

body.node-type-solution-fod .pdp-modal-active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  overflow-x: auto;
  overflow-y: scroll;
}

body.node-type-solution-fod .pdp-modal-active .modal-wrapper {
  background-color: #fff;
  max-width: 750px;
  position: relative;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  padding: 20px;
}

body.node-type-solution-fod .pdp-modal-active h2 {
  margin-bottom: 4px;
  color: #75787B;
  line-height: 38px;
  font-size: 24px;
  text-align: left;
  font-weight: 400;
}

body.node-type-solution-fod .pdp-modal-active p {
  margin: 0px;
  border-collapse: collapse;
  color: #75787B;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}

body.node-type-solution-fod .pdp-modal-active .columns h3 {
  background-color: #00AEB7;
  font-weight: 400;
  padding: 13px 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
}

body.node-type-solution-fod .pdp-modal-active .columns>div div {
  color: #555;
  text-align: center;
  color: #75787B;
}

body.node-type-solution-fod .pdp-modal-active .columns>div div span {
  display: block;
  font-size: 12px;
}

body.node-type-solution-fod #main .pdp-modal-active .modal-wrapper>a {
  position: absolute;
  top: 10px;
  right: 12px;
}

body.node-type-solution-fod #main .pdp-modal-active .modal-wrapper>a i {
  color: #cccccc;
  font-size: 24px;
}

@media only screen and (min-width:768px) {
  body.node-type-solution-fod {}
  body.node-type-solution-fod .pdp-modal-active .modal-wrapper {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    margin: 50px auto;
    border-radius: 6px;
    padding: 40px;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div {
    float: left;
    width: 33.3%;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div div {
    padding: 10px 15px;
    min-height: 60px;
    font-weight: 400;
    border-bottom: 1px solid #EDEEEE;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div h3 {
    border-radius: 0px;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div:nth-child(1) h3 {
    border-top-left-radius: 5px;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div:nth-child(2) h3 {
    background-color: #008264;
  }
  body.node-type-solution-fod .pdp-modal-active div.columns>div:nth-child(3) h3 {
    background-color: #006478;
    border-top-right-radius: 5px;
  }
}

@media only screen and (min-width:960px) {
  body.node-type-solution-fod #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-loadrunner #group-banner, body.node-type-solution-loadrunner #group-testimonials, body.node-type-solution-loadrunner #group-featurettes, body.node-type-solution-loadrunner #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-loadrunner #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/loadrunner/lr-video-bg-hp-transparent.png);
}*/

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-customer-logo {
  display: none;
}

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-title {
  text-align: center;
  margin-bottom: 40px;
}

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-title h2 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  font-weight: 400;
}

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  text-align: center;
}

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-source {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #333;
  font-style: italic;
  text-align: center;
  line-height: 17px;
}

body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-source em {
  padding-left: 10px;
  display: inline-block;
}

body.node-type-solution-loadrunner #group-featurettes>.group-width-wrapper {
  max-width: 900px;
}

body.node-type-solution-loadrunner #group-screenshots .screenshot-text, body.node-type-solution-loadrunner #group-screenshots #carousel-controls {
  display: none;
}

@media only screen and (min-width:768px) {
  body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial {
    position: relative;
  }
  body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-customer-logo {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0px;
    width: 610px;
  }
  body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-customer-logo img {
    left: -90px;
    position: relative;
  }
  body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-title, body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-text, body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-source {
    margin-left: 360px;
    text-align: left;
  }
}

@media only screen and (min-width:960px) {
  body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-title, body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-text, body.node-type-solution-loadrunner #group-testimonials .node-customer-testimonial .field-name-field-testimonial-source {
    margin-left: 420px;
  }
  body.node-type-solution-loadrunner #group-featurettes {
    padding-bottom: 180px;
  }
  body.node-type-solution-loadrunner #group-overview {
    padding-bottom: 110px;
  }
}

body.node-type-solution-qc #group-banner, body.node-type-solution-qc #group-featurettes, body.node-type-solution-qc #group-getting-started {
  background-color: #f7f7f7;
}

@media only screen and (min-width:960px) {
  body.node-type-solution-qc #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-ptas #group-banner, body.node-type-solution-ptas #group-video-module, body.node-type-solution-ptas #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-ptas #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/ptaas/srl-video-section-bg-hp.png);
}*/

@media only screen and (min-width:768px) {
  body.node-type-solution-ptas #group-getting-started .field-name-field-getting-started-image div.field-item {
    margin-top: 85px;
  }
}

@media only screen and (min-width:960px) {
  body.node-type-solution-ptas #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-vpv #group-banner, body.node-type-solution-vpv #group-testimonials, body.node-type-solution-vpv #group-featurettes, body.node-type-solution-vpv #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-vpv #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/fod/video-bg-hp.png);
}*/

@media only screen and (min-width:960px) {
  body.node-type-solution-vpv #group-featurettes {
    padding-bottom: 180px;
  }
}

body.node-type-solution-vertica #group-banner, body.node-type-solution-vertica #group-how-it-works, body.node-type-solution-vertica #group-featurettes, body.node-type-solution-vertica #group-getting-started {
  background-color: #f7f7f7;
}

/*body.node-type-solution-vertica #group-video-module .field-name-field-video {
  background-image: url(/sites/all/themes/zen_pronq_mktg/images/apppulse-active/video-section-bg.png);
}*/

body.node-type-solution-vertica #group-how-it-works .field-name-field-how-it-works>.field-items>div .field-name-title {
  display: none;
}

body.node-type-solution-vertica #group-getting-started {
  padding-top: 0px;
  padding-bottom: 0px;
}

body.node-type-solution-vertica #group-video-module>.group-width-wrapper {
  padding-bottom: 65px;
}

body.node-type-solution-vertica #group-video-module .field-name-field-video {
  min-height: 345px;
}

body.node-type-solution-vertica #group-video-module .video-wrapper {
  top: 40px;
}

body.node-type-solution-vertica #group-how-it-works {
  margin-bottom: 0px;
}

body.node-type-solution-vertica #group-how-it-works>.group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
}

body.node-type-solution-vertica #group-how-it-works>.group-width-wrapper::before, body.node-type-solution-vertica #group-how-it-works>.group-width-wrapper::after {
  display: none;
}

body.node-type-solution-vertica #group-how-it-works .node-how-it-works {
  margin-bottom: 0px;
}

body.node-type-solution-vertica #group-how-it-works .node-how-it-works .field-name-field-image {
  margin-bottom: 15px;
}

body.node-type-solution-vertica #group-how-it-works .field-name-field-how-it-works-text {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}

body.node-type-solution-vertica #group-bodytabs {
  padding-bottom: 190px;
}

body.node-type-solution-vertica #group-bodytabs .tabs-content .tab-header.active, body.node-type-solution-vertica #group-bodytabs .tabs-content .tab-content.active {
  background-color: #fff !important;
}

@media only screen and (min-width:768px) {
  body.node-type-solution-vertica #group-how-it-works .field-name-field-how-it-works>.field-items>div {
    width: 16.66%;
  }
  body.node-type-solution-vertica #group-bodytabs .tabs-content .tab-content {
    min-height: 340px;
  }
}

@media only screen and (min-width:960px) {
  body.page-node-4595 .node-customer-section.view-mode-full .field-name-field-customer-logo>.field-items {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.node-type-product-page .field-name-field-product-sections>.field-items>.field-item:nth-child(2n+1) {
  background-color: #F7F7F7;
}

.node-type-product-page .field-name-field-product-sections>.field-items.inverted>.field-item:nth-child(2n+1) {
  background-color: transparent;
}

.node-type-product-page .field-name-field-product-sections>.field-items.inverted>.field-item:nth-child(2n) {
  background-color: #F7F7F7;
}

.node-type-product-page .field-name-field-product-sections>.field-items>.field-item.howitworks #group-how-it-works>.group-width-wrapper {
  margin-bottom: -100px;
}

.node-type-product-page .field-name-field-product-sections>.field-items>.field-item.after-howitworks {
  padding-top: 100px;
}

.node-type-product-page .field-name-field-product-sections>.field-items>.field-item.type-feedback-section {
  background-color: #EEEEEE;
}

.node-type-product-page .field-name-field-product-sections>.field-items>.field-item.type-demo-request-section {
  background-color: transparent;
}

@media only screen and (min-width:960px) {
  .node-type-product-page .field-name-field-product-sections>.field-items>.field-item.before-screenshots {
    padding-bottom: 80px;
  }
}

.node-product-header.view-mode-product_header_page {
  min-height: 65px;
}

.node-product-header.view-mode-product_header_page .field-name-field-logo-image, .node-product-header.view-mode-product_header_page .field-name-title, .node-product-header.view-mode-product_header_page .field-name-field-short-title {
  float: left;
  padding-right: 8px;
  height: 65px;
  display: table;
}

.node-product-header.view-mode-product_header_page .field-name-field-logo-image>div, .node-product-header.view-mode-product_header_page .field-name-title>div, .node-product-header.view-mode-product_header_page .field-name-field-short-title>div {
  vertical-align: middle;
  display: table-cell;
}

.node-product-header.view-mode-product_header_page .field-name-field-logo-image .field-item img, .node-product-header.view-mode-product_header_page .field-name-title .field-item img, .node-product-header.view-mode-product_header_page .field-name-field-short-title .field-item img {
  display: none;
}

.node-product-header.view-mode-product_header_page .field-name-title {
  display: none;
}

.node-product-header.view-mode-product_header_page .field-name-title h1, .node-product-header.view-mode-product_header_page .field-name-field-short-title h1 {
  margin: 0;
  height: 40px;
  line-height: 40px;
}

.node-product-header.view-mode-product_header_page .field-name-title h1, .node-product-header.view-mode-product_header_page .field-name-field-short-title h1 {
  font-weight: normal;
  font-size: 18px;
  color: #F5F5F7;
}

.node-product-header.view-mode-product_header_page .field-name-field-links {
  float: right;
}

.node-product-header.view-mode-product_header_page .field-name-field-links>div {
  height: 65px;
  display: table;
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-item {
  vertical-align: middle;
  display: table-cell;
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-item .pronq-pdp-pricing {}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-item {
  padding-right: 15px;
  padding-left: 15px;
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-items .field-item a {
  color: #F5F5F7;
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-items .field-item a:hover {
  text-decoration: underline;
}

@media (max-width:767px) {
  .node-product-header.view-mode-product_header_page .field-name-field-links .field-items .field-item .active {
    margin: auto;
  }
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-items .field-item .active a {
  font-weight: 700;
  color: #00BAFF;
}

.node-product-header.view-mode-product_header_page .field-name-field-links .field-items .field-item .active a:hover {
  text-decoration: none;
  cursor: default;
}

.node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-try-me, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-contact-sales, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-start-your-free-trial, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-free-trial {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  height: 30px;
  font-size: 14px;
  color: #fff !important;
}

.node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-try-me:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-contact-sales:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-start-your-free-trial:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-free-trial:hover {
  text-decoration: none;
}

.node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-try-me:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-contact-sales:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-start-your-free-trial:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-free-trial:hover {
  background-color: #0078EF !important;
}

.node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-try-me:focus, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-contact-sales:focus, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-start-your-free-trial:focus, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-free-trial:focus {
  background-color: #0078EF !important;
}

.node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-try-me:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-contact-sales:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-start-your-free-trial:hover, .node-product-header.view-mode-product_header_page .field-name-field-links a.pronq-pdp-free-trial:hover {
  text-decoration: none !important;
}

@media only screen and (min-width:640px) {
  .node-product-header.view-mode-product_header_page .field-name-title {
    display: table;
  }
  .node-product-header.view-mode-product_header_page .field-name-field-short-title {
    display: none;
  }
}

.each-sitemap-blk {
  text-align: left;
  margin: 25px 0px;
}

.each-sitemap-blk .views-field-title span {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 10px 0px;
}

.each-sitemap-blk .views-field-field-site-map-links ul {
  padding-left: 0px;
}

.each-sitemap-blk .views-field-field-site-map-links ul a {
  color: #0078EF;
  font-weight: 400;
}

.page-sitemap h1 {
  font-size: 30px;
  color: #333;
  font-weight: 400;
  margin: 40px 0px 20px 0px;
  line-height: 33px;
  text-align: center;
}

body.section-products.page-views #content .view-products-home {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #f5fdfd 99%);
}

body.section-products.page-views #content .view-products-home div.view-inner {
  margin: 0px auto 5px auto;
}

body.section-products.page-views .group-label {
  margin: 25px 0px 15px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 600;
}

body.section-products.page-views .group-label.first {
  margin-top: 0px;
}

body.section-products.page-views .view-id-products_home {
  *zoom: 1;
  position: relative;
  z-index: 3;
  text-align: left;
}

body.section-products.page-views .view-id-products_home:before, body.section-products.page-views .view-id-products_home:after {
  content: " ";
  display: table;
}

body.section-products.page-views .view-id-products_home:after {
  clear: both;
}

body.section-products.page-views .view-id-products_home .view-filters {
  display: none;
}

body.section-products.page-views .view-id-products_home .view-header {
  margin-left: 10px;
  margin-right: 10px;
}

body.section-products.page-views .view-id-products_home .view-header-original {
  display: none;
}

body.section-products.page-views .view-id-products_home #edit-field-solution-category-tid-wrapper {
  float: none;
}

body.section-products.page-views .view-id-products_home #edit-field-solution-category-tid-wrapper label {
  display: none;
}

body.section-products.page-views #edit-reset {
  display: none;
}

body.section-products.page-views .form-type-select .form-item, body.section-products.page-views .all-products {
  border-right: 1px solid #fff;
  transition: border-right .4s;
}

body.section-products.page-views .form-type-select .form-item a, body.section-products.page-views .all-products a {
  display: block;
  padding: 14px 0px;
}

body.section-products.page-views .form-type-select .form-item a:hover, body.section-products.page-views .all-products a:hover {
  text-decoration: none;
}

body.section-products.page-views .form-type-select .form-item a, body.section-products.page-views .all-products a {
  color: #53565a;
  padding-left: 30px;
}

body.section-products.page-views .form-type-select .form-item a:hover, body.section-products.page-views .all-products a:hover {
  background-color: #f5f5f5;
}

body.section-products.page-views .form-type-select .form-item a:focus, body.section-products.page-views .all-products a:focus {
  text-decoration: none;
  -moz-text-decoration-line: none !important;
}

body.section-products.page-views .form-type-select .form-item.active, body.section-products.page-views .all-products.active {
  background-color: #efefef;
  border-right: 5px solid #0078EF;
  text-decoration: none;
  font-weight: bold;
}

body.section-products.page-views .form-type-select .form-item.active .form-item a :before, body.section-products.page-views .all-products.active .form-item a :before {
  width: 5px;
  height: 5px;
}

body.section-products.page-views .form-type-select .form-item:last-child a, body.section-products.page-views .all-products:last-child a {
  border-bottom: 0px;
}

body.section-products.page-views .form-type-select .form-item #edit-field-solution-category-tid-all, body.section-products.page-views .all-products #edit-field-solution-category-tid-all {
  display: none;
}

body.section-products.page-views .form-type-select .form-item .filter-text-extra, body.section-products.page-views .all-products .filter-text-extra {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  color: #CACACA;
}

body.section-products.page-views .form-type-select .form-item a {
  position: relative;
}

body.section-products.page-views .all-products a {
  padding-left: 30px;
}

body.section-products.page-views .view-header {
  margin-bottom: 45px;
  display: none;
}

body.section-products.page-views .view-header h1, body.section-products.page-views .view-header div.term-name {
  font-size: 30px;
  color: #53565a;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  line-height: 33px;
}

body.section-products.page-views .products-view-content {
  overflow: hidden;
  margin-bottom: 75px;
}

body.section-products.page-views .products-view-content.animated {
  transition: height .8s;
}

body.section-products.page-views .products-view-content p {
  font-size: 16px;
  margin: 0px;
}

body.section-products.page-views .products-view-content>div {
  width: 100%;
  padding: 0px 20px 50px 20px;
}

body.section-products.page-views .products-view-content>div .product-logo .field-content {
  position: relative;
  min-height: 36px;
}

body.section-products.page-views .products-view-content>div .product-logo .field-content img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

body.section-products.page-views .products-view-content>div h2.product-name {
  margin: 10px 0 10px;
  line-height: 25px;
}

body.section-products.page-views .products-view-content>div h2.product-name a {
  color: #53565a;
  font-weight: bold;
  font-size: 18px;
}

body.section-products.page-views .products-view-content>div h2.product-name a:hover {
  color: #0078EF;
  text-decoration: none;
}

body.section-products.page-views .products-view-content>div div.links span.spacer {
  margin: 0px 4px;
}

body.section-products.page-views .product-view-decal {
  clear: both;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

body.section-products.page-views .product-view-decal img {
  display: block;
  margin: 0px 0px -1px -30px;
  min-width: 490px;
}

body.section-products.page-views .view-filters-mobile {
  position: relative;
  z-index: 4;
}

body.section-products.page-views .view-filters-mobile .filter-list a {
  display: block;
  padding: 14px 0px;
}

body.section-products.page-views .view-filters-mobile .filter-list a:hover {
  text-decoration: none;
}

body.section-products.page-views .view-filters-mobile .filter-list a {
  padding: 10px 15px;
  color: #555555;
}

body.section-products.page-views .view-filters-mobile .filter-list a span.icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-top: -4px;
}

body.section-products.page-views .view-filters-mobile .filter-list a.active {
  font-weight: bold;
}

body.section-products.page-views .view-filters-mobile .current-filter a, body.section-products.page-views .view-filters-mobile .filter-divider a {
  display: block;
  padding: 14px 0px;
}

body.section-products.page-views .view-filters-mobile .current-filter a:hover, body.section-products.page-views .view-filters-mobile .filter-divider a:hover {
  text-decoration: none;
}

body.section-products.page-views .view-filters-mobile .current-filter {
  *zoom: 1;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

body.section-products.page-views .view-filters-mobile .current-filter:before, body.section-products.page-views .view-filters-mobile .current-filter:after {
  content: " ";
  display: table;
}

body.section-products.page-views .view-filters-mobile .current-filter:after {
  clear: both;
}

body.section-products.page-views .view-filters-mobile .current-filter .current-filter-container {
  float: left;
  margin-right: 65px;
  padding-left: 15px;
}

body.section-products.page-views .view-filters-mobile .current-filter .current-filter-container a {
  border-bottom: 0px;
  color: #555555;
  padding: 20px 0px;
}

body.section-products.page-views .view-filters-mobile .current-filter a.expand {
  border-bottom: 0px;
  position: relative;
  z-index: 6;
  font-size: 32px;
  padding: 7px 20px;
  color: #918f8f;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

body.section-products.page-views .view-filters-mobile .current-filter a.expand i {
  height: 100%;
  line-height: 46px;
}

body.section-products.page-views .view-filters-mobile .bysol {
  background-color: #e0e0e0;
  padding: 5px 20px;
}

body.section-products.page-views .view-filters-mobile .filter-dropdown {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 5;
}

body.section-products.page-views .view-filters-mobile .filter-dropdown a {
  color: #555555;
}

body.section-products.page-views .view-filters-mobile .filter-dropdown a.active {
  font-weight: bold;
}

body.section-products.page-views .view-filters-mobile .filter-dropdown .filter-divider a {
  padding: 20px 0px 20px 15px;
}

body.section-products.page-views .view-filters-mobile .current-filter-description {
  margin: 15px 10px 20px 10px;
}

body.section-products.page-views .view-filters-mobile .current-filter-description .term-name, body.section-products.page-views .view-filters-mobile .current-filter-description h1 {
  margin: 0px 0px 5px 0px;
  font-weight: 400;
  font-size: 16px;
}

.filter-blocker {
  position: absolute;
  top: 0px;
  bottom: -395px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  display: none;
}

@media only screen and (min-width:480px) {
  body.section-products.page-views .product-view-decal img {
    margin: 0px 0px -1px 0px;
  }
}

@media only screen and (min-width:960px) {
  body.section-products.page-views #content .view-products-home {
    padding-left: 0px;
  }
  body.section-products.page-views #content .view-products-home div.view-inner {
    max-width: 1140px;
    padding: 0px 20px;
    margin-top: 40px;
  }
  body.section-products.page-views .view-id-products_home .view-filters {
    float: left;
    width: 35%;
    display: block;
  }
  body.section-products.page-views .view-id-products_home .view-header, body.section-products.page-views .view-id-products_home .view-content {
    float: right;
    width: 65%;
    padding-left: 35px;
    display: block;
  }
  body.section-products.page-views .view-id-products_home .view-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  body.section-products.page-views .products-view-content>div {
    width: 50%;
  }
  body.section-products.page-views .view-filters-mobile {
    display: none;
  }
  body.section-products.page-views .product-view-decal {
    overflow: visible;
  }
  body.section-products.page-views .product-view-decal img {
    margin: 0px auto -41px auto;
  }
  body.section-products.page-views .filter-blocker {
    display: none;
  }
}

@media only screen and (min-width:1180px) {
  body.section-products.page-views #content .view-products-home>div {
    padding-right: 100px;
  }
}

.node-family-page.view-mode-full {
  text-align: left;
}

.node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item.before-comparison {
  padding-bottom: 60px;
}

.node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item.after-comparison {
  padding-top: 80px;
}

.node-family-page.view-mode-full .field-name-field-product-sections>.field-items>.field-item:nth-child(2n+1) {
  background-color: #F7F7F7;
}

.pg-help .pg-header {
  background-color: #f5f5f4;
  text-align: left;
  padding: 40px 0px;
}

.pg-help .pg-header h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

.pg-help .pg-header p {
  font-weight: 400;
  font-size: 16px;
}

.pg-help .blk-header {
  text-align: left;
  color: #444444;
}

.pg-help .blk-header h2 {
  font-weight: 600;
  font-size: 24px;
  color: #444;
}

.pg-help .blk-header p {
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
}

.pg-help .view-content {
  text-align: left;
}

.pg-help .content-blk {
  margin-top: 20px;
}

.pg-help .content-blk h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pg-help .content-blk h3 i {
  display: none;
}

.pg-help .content-blk .views-row {
  margin-left: 18px;
  margin-bottom: 20px;
}

.pg-help .content-blk .views-row i {
  margin-left: -15px;
  padding-right: 10px;
  width: 15px;
}

.pg-help .content-blk .views-row i.uk-icon-caret-right {
  margin-left: -12px;
  width: 12px;
}

.pg-help .content-blk .views-row-last {
  margin-bottom: 60px;
}

.pg-help .content-blk .views-field-field-question {
  font-weight: 400;
  cursor: pointer;
}

.pg-help .content-blk .open-question {
  font-weight: bold;
}

.pg-help .content-blk .views-field-field-answer {
  display: none;
  width: 100%;
}

.pg-help .site-links {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}

.pg-help .site-links li {
  list-style-type: none;
  padding: 0px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}

.pg-help .site-links li img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px 10px 20px;
}

.pg-help .site-links li a {
  font-weight: bold;
  font-size: 16px;
  font-weight: 900;
}

.pg-help .call-blk {
  margin-left: 70px;
  font-weight: 400;
  text-align: left;
}

.pg-help .call-blk p {
  text-align: left;
  margin-bottom: 20px;
}

.pg-help .contact-info {
  width: 100%;
  text-align: left;
}

.pg-help .call-blk-action {
  display: none;
}

.pg-help .uk-table td {
  padding: 0px 10px 0 0 !important;
}

.pg-help .uk-table tr td:first-child {
  font-weight: bold;
}

.pg-help .legend-lists {
  margin: 40px 0px 60px;
  font-size: 12px;
}

.pg-help .legend-lists li {
  margin-bottom: 5px;
}

@media only screen and (max-width:767px) {
  .pg-help .pg-header {
    background-color: #f5f5f4;
    text-align: left;
    padding: 20px 0px;
  }
  .pg-help .pg-header h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .pg-help .pg-header p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
  }
  .content-blk {
    margin-top: 0px !important;
  }
  .blk-header h2 {
    font-weight: 400;
    font-size: 14px;
    color: #eeeeee !important;
    background-color: #888888;
    margin: 0px -20px;
    padding: 5px 20px;
  }
  .blk-header p {
    display: none;
  }
  .site-links li {
    font-size: 12px;
  }
  .site-links li a {
    display: block;
    font-weight: normal !important;
    font-size: 12px;
  }
  .view-content h3, .acc-header h3 {
    margin: 0px -20px !important;
    padding: 15px 20px;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #eeeeee;
    border-top: 0px;
    cursor: pointer;
    text-align: left;
  }
  .view-content h3 i, .acc-header h3 i {
    display: block;
    float: right;
    display: inline-block !important;
    margin-top: 5px;
  }
  .view-content h3:last-child, .acc-header h3:last-child {
    border-bottom: 1px solid #ddd;
  }
  .view-content h3.active, .acc-header h3.active {
    border-top: 1px solid #ddd;
  }
  .view-content .views-row, .acc-header .views-row {
    display: inline-block;
    font-size: 12px;
    padding-top: 20px;
  }
  .call-blk-action {
    display: block !important;
  }
  .call-blk {
    display: none;
    margin-top: 20px;
    margin-left: 20px !important;
  }
  .call-blk strong {
    display: none;
  }
  .views-field-field-answer {
    display: block;
  }
  .site-links li {
    clear: both;
  }
  .site-links li img {
    margin: 5px 10px 50px !important;
  }
}

@media only screen and (max-width:300px) {
  .site-links li {
    clear: both;
  }
  .site-links li img {
    margin: 5px 10px 70px !important;
  }
}

.page-node-6530 {
  background-color: #eeeeee;
}

.page-node-6530 #main {
  min-height: 1000px;
}

@media only screen and (max-width:768px) {
  .page-node-6530 #main {
    min-height: 600px;
  }
}

.page-node-6530 div.messages--error.messages.error {
  display: none !important;
}

.page-node-6530 div.links {
  display: none;
}

.page-node-6530 footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

@media only screen and (max-width:768px) {
  .page-node-6530 footer {
    position: static;
  }
}

.node-type-webform #content {}

.node-type-webform #content div.messages-container {
  margin: 3% 0%;
  padding: 0 5%;
  width: 100%;
  cursor: pointer;
}

.node-type-webform #content div.server-error {
  position: relative;
  background-color: #efd7d5;
  border: 1px solid #bf6155;
  color: #bf6155;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  line-height: 21px;
  margin-bottom: 20px;
  padding: 1% 7%;
}

.node-type-webform #content div.server-error ul {
  padding: 0;
  margin: 0;
}

.node-type-webform #content div.server-error ul li {
  text-align: left;
  list-style-type: none;
}

.node-type-webform #content div.server-error:before {
  content: "x";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #AF3A2B;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-indent: 0;
}

.node-type-webform #content #webform-client-form-6530 div.form-item {
  text-align: left;
  position: relative;
  margin: 15px 0px;
}

.node-type-webform #content #webform-client-form-6530 div.form-item label {
  display: none;
}

.node-type-webform #content #webform-client-form-6530 div.form-item label[for="edit-submitted-product"] {
  display: block;
  margin-bottom: 15px;
  color: #666666;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}

.node-type-webform #content #webform-client-form-6530 div.form-item label[for="edit-submitted-product"] span {
  display: none;
}

.node-type-webform #content #webform-client-form-6530 div.form-item label.option {
  display: inline-block;
}

.node-type-webform #content #webform-client-form-6530 div.form-item input.form-text {
  font-size: 14px;
  height: 40px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #DDD;
  background: #fff;
  color: #666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  width: 100%;
  color: #666666;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.node-type-webform #content #webform-client-form-6530 div.form-item input.form-text:focus {
  outline: 0;
  border: 1px solid #0096D6;
}

.node-type-webform #content #webform-client-form-6530 div.form-item input.form-text.error {
  border-color: #bf6155;
}

.node-type-webform #content #webform-client-form-6530 div.form-item .form-textarea-wrapper textarea {
  font-size: 14px;
  height: 40px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #DDD;
  background: #fff;
  color: #666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  width: 100%;
  color: #666666;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 60px;
  resize: none;
}

.node-type-webform #content #webform-client-form-6530 div.form-item .form-textarea-wrapper textarea:focus {
  outline: 0;
  border: 1px solid #0096D6;
}

.node-type-webform #content #webform-client-form-6530 div.form-item div#edit-submitted-checkbox .form-item {
  margin: 0px;
}

.node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-radios label, .node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-checkboxes label {
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}

.node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-radios div.form-item, .node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-checkboxes div.form-item {
  margin: 5px 0px;
}

.node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-radios div.form-item label, .node-type-webform #content #webform-client-form-6530 div.form-item.webform-component-checkboxes div.form-item label {
  font-weight: normal;
}

.node-type-webform #content #webform-client-form-6530 select#edit-submitted-product {
  font-size: 14px;
  height: 40px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #DDD;
  background: #fff;
  color: #666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  width: 100%;
}

.node-type-webform #content #webform-client-form-6530 select#edit-submitted-product:focus {
  outline: 0;
  border: 1px solid #0096D6;
}

.node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.node-type-webform #content #webform-client-form-6530 div.form-actions input.show {
  display: inline-block;
}

.section-request-demo #content {
  max-width: 675px;
  min-height: 0;
}

@media only screen and (max-width:480px) {
  .section-request-demo #content {
    width: 100%;
  }
}

.section-request-demo .status {
  border-radius: 5px;
  margin: 60px auto;
  border: 1px solid #AAA;
  padding: 10px 0 30px;
  background: #FFF;
}

@media only screen and (min-width:480px) {
  .section-request-demo .status {
    width: 83.333%;
  }
}

@media only screen and (min-width:768px) {
  .section-request-demo .status {
    width: 80%;
  }
}

@media only screen and (min-width:960px) {
  .section-request-demo .status {
    width: 60%;
  }
}

.page-node-13187.section-request-demo #content {
  max-width: none;
  width: 1200px;
  margin: 0 auto;
}

.page-node-13187.section-request-demo #main {
  display: flex;
  min-height: 85vh;
}

.page-node-3700 #group-header {
  height: inherit;
}

.page-node-3700 #group-header>.group-width-wrapper {
  max-width: none;
  padding: 0px !important;
}

.page-node-3700 #group-header {
  height: inherit;
}

.page-node-3700 #group-header>.group-width-wrapper {
  max-width: none;
  padding: 0px !important;
}

.node-type-microsite-detail-page {
  color: #333;
  background-color: #ECECEC;
}

.node-type-microsite-detail-page .node-microsite-detail-page {
  background-color: #fff;
  position: relative;
}

.node-type-microsite-detail-page .close-menu-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}

.node-type-microsite-detail-page .group_micropage_header {
  background-color: #eeeeee;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.node-type-microsite-detail-page .group_micropage_header>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: relative;
  max-width: 1160px;
}

.node-type-microsite-detail-page .group_micropage_header>.group-width-wrapper:before, .node-type-microsite-detail-page .group_micropage_header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page .group_micropage_header>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-product-logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0px;
  display: none;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-title {
  float: left;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-title h2 {
  margin: 11px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links {
  padding: 10px 0px;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #333;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-navigation-cta {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-navigation-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-detail-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-detail-page .group_micropage_header #group-navigation {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-type-microsite-detail-page .group_micropage_header a.menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  width: 51%;
}

.node-type-microsite-detail-page .group_micropage_header a.menu i {
  margin-top: 21px;
  font-size: 18px;
  color: #333;
}

.node-type-microsite-detail-page .group_micropage_header a.menu .fa-chevron-up {
  display: none;
}

.node-type-microsite-detail-page .group_micropage_header a.menu.open .fa-chevron-up {
  display: inline-block;
}

.node-type-microsite-detail-page .group_micropage_header a.menu.open .fa-chevron-down {
  display: none;
}

.node-type-microsite-detail-page #content.stick .group_micropage_header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-detail-page .group_micropage_header .field-name-title h2 {
    font-size: 15px;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-navigation-cta a {
    min-width: 130px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page #content.stick {
    padding-top: 60px;
  }
  .node-type-microsite-detail-page .group_micropage_header {
    margin-bottom: 0px;
    position: relative;
    top: auto;
  }
  .node-type-microsite-detail-page .group_micropage_header a.menu {
    display: none;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .node-type-microsite-detail-page .group_micropage_header #group-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    float: right;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links {
    padding-bottom: 0px;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items {
    *zoom: 1;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items:before, .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    clear: both;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
    font-weight: bold;
    color: #0096D6;
    padding: 5px 5px 4px;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item.active a {
    color: #333;
    border-bottom: 3px solid #0096D6;
  }
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:hover a, .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:active a {
    border-bottom: 3px solid #0096D6;
    text-decoration: none !important;
  }
}

@media only screen and (min-width:900px) {
  .node-type-microsite-detail-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    margin-right: 20px;
  }
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor {
  display: none;
  margin: 0;
  right: 20px;
  bottom: 50%;
  left: auto;
  margin-bottom: -72px;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
  float: right;
  clear: right;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active i {
  border-color: #333;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li.default span {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li.current-indicator span, .node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #333;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor .active {
  background-color: #ddd;
  margin: 0 8px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor {
    display: block;
    opacity: 0;
  }
  .node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade {
    transition-property: opacity;
    transition-duration: .25s;
  }
  .node-type-microsite-detail-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade.visible {
    opacity: 1;
  }
}

.node-type-microsite-detail-page #group-hero {
  padding-top: 100px;
  margin-bottom: 40px;
}

.node-type-microsite-detail-page #group-hero .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-detail-page #group-hero .group-width-wrapper:before, .node-type-microsite-detail-page #group-hero .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page #group-hero .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-detail-page #group-hero .field-name-field-hero-header {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
}

.node-type-microsite-detail-page #group-hero .field-type-text-with-summary {
  text-align: left;
  margin-bottom: 50px;
  line-height: 24px;
}

.node-type-microsite-detail-page #group-hero .field-name-field-hero-columns {
  padding-bottom: 90px;
  border-bottom: 1px solid #ccc;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column {
  text-align: left;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group_textonimage {
  margin: 0px -15px;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper {
  position: relative;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-background-image img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0px auto;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  height: 100%;
  text-align: center;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p strong {
  font-size: 32px;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p:first-child {
  margin-bottom: 10px;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text>div {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .field-name-field-3-column-title {
  font-size: 18px;
  line-height: 28px;
  margin: 50px 0px 20px;
  font-weight: bold;
}

.node-type-microsite-detail-page #group-hero .node-microsite-column .field-name-field-description {
  font-size: 14px;
  line-height: 24px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs {
  margin-bottom: 50px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab {
  text-align: left;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab>div.content {
  overflow-x: auto;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-image img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  margin: 0px auto;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-long-text {
  margin-bottom: 5px;
  line-height: 24px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-long-text a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-long-text a:hover {
  text-decoration: none;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-long-text a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.mstooltip {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 260px;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
  color: #333;
  z-index: 6;
  cursor: default;
  white-space: normal;
  font-size: 12px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.mstooltip:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -15px;
  margin-top: -12px;
  width: 29px;
  height: 26px;
  z-index: 7;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-color: #fff;
  border-width: 11px 15px 11px 0;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.mstooltip.left:after {
  left: auto;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  border-width: 11px 0 11px 15px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.table-holder {
  position: relative;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.table-holder table {
  position: relative;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.table-holder table:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 1px;
  left: 1px;
  height: 30px;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
  display: block;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field div.table-holder div.table {
  border-radius: 5px;
  margin: 0;
  border: 1px solid #e4e4e4;
  overflow: auto;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field .field-items .field-item {
  position: relative;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field p.note {
  margin: 10px 10px 0px 10px;
  font-size: 12px;
  color: #000;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table {
  border-radius: 0;
  border: 0;
  font-size: 13px;
  width: 100%;
  position: relative;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table th {
  color: #fff;
  background-color: #627077;
  padding: 10px 15px;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table td {
  padding: 5px 15px;
  position: relative;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table tr {
  background-color: #fff;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table tr:nth-child(2n) td {
  background-color: #eaeaea;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table p {
  margin: 0;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table a.info {
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field table a.info:hover {
  text-decoration: none;
}

.node-type-microsite-detail-page #group-hero .microsite-tabs .tab-content:last-child a.next {
  display: none;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p {
    font-size: 26px;
    line-height: 27px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p strong {
    font-size: 40px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:767px) {
  .node-type-microsite-detail-page .microsite-tabs .tabs-pager {
    display: none;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content {
    border-bottom: 1px solid #c1c1c1;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content .tab-content .node-horizontal-tab h2 {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    background-color: #0096D6;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 15px;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content .tab-content .node-horizontal-tab h2:after {
    content: "\A";
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0px 0px 0px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: #fff;
    border-width: 12px 5px 0 5px;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content .tab-content .node-horizontal-tab .content {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    padding: 5% 30px;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content .tab-content.active h2 {
    background-color: #fff;
    color: #333;
  }
  .node-type-microsite-detail-page .microsite-tabs .tabs-content .tab-content.active h2:after {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #999;
    border-width: 0 5px 12px 5px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page #group-hero .field-name-field-hero-columns>.field-items {
    *zoom: 1;
    margin: 0px -15px;
  }
  .node-type-microsite-detail-page #group-hero .field-name-field-hero-columns>.field-items:before, .node-type-microsite-detail-page #group-hero .field-name-field-hero-columns>.field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page #group-hero .field-name-field-hero-columns>.field-items:after {
    clear: both;
  }
  .node-type-microsite-detail-page #group-hero .field-name-field-hero-columns>.field-items>.field-item {
    width: 50%;
    float: left;
    padding: 0px 15px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p {
    font-size: 26px;
    line-height: 28px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p strong {
    font-size: 40px;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs {
    border: 1px solid #c1c1c1;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager {
    *zoom: 1;
    display: block;
    margin: 0px -1px 0px -1px;
    padding: 0;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager:before, .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager:after {
    clear: both;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager li {
    margin: 0;
    padding: 0;
    background-color: #0096D6;
    float: left;
    display: block;
    width: 20%;
    border-right: 1px solid #fff;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager li a {
    color: #fff;
    padding: 10px 15px;
    display: table;
    width: 100%;
    height: 75px;
    font-weight: bold;
    font-size: 14px;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager li a span.center {
    display: table-cell;
    vertical-align: middle;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager li a:focus {
    text-decoration: none;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs ul.tabs-pager li.active a {
    background-color: #fff;
    color: #4a4a4a;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab {}
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab h2.node-title {
    display: none;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab div.content {
    overflow-x: visible;
    *zoom: 1;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab div.content:before, .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab div.content:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab div.content:after {
    clear: both;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-image, .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-image .field-items, .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field .field-items {
    overflow-x: visible;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-image .field-items, .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-html-field .field-items {
    border-right: 1px solid #666;
    margin-right: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-title {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .node-horizontal-tab .field-name-field-screenshot-long-text {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .tabs-content .tab-content {
    display: none;
    padding: 30px 60px 30px 0px;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .tabs-content .tab-content.active {
    display: block;
  }
  .node-type-microsite-detail-page #group-hero .microsite-tabs .tabs-content .tab-content.active .content {
    display: block !important;
  }
}

@media only screen and (min-width:960px) {
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p {
    font-size: 28px;
    line-height: 30px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p strong {
    font-size: 42px;
  }
  .node-type-microsite-detail-page #group-hero .node-microsite-column .group-textonimage-wrapper .field-name-field-image-text p:first-child {
    margin-bottom: 20px;
  }
}

.node-type-microsite-detail-page #group-scenarios {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: left;
}

.node-type-microsite-detail-page #group-scenarios>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-detail-page #group-scenarios>.group-width-wrapper:before, .node-type-microsite-detail-page #group-scenarios>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page #group-scenarios>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-detail-page #group-scenarios .field-name-field-scenario-header {
  font-weight: bold;
  font-size: 30px;
  font-weight: 400;
}

.node-type-microsite-detail-page #group-scenarios .field-name-field-scenario-text {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 28px;
}

.node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios {
  margin-top: 30px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ccc;
}

.node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items>.field-item:last-child .field-name-field-background-image:after {
  display: none;
}

.node-type-microsite-detail-page #group-scenarios .node-microsite-column {
  max-width: 350px;
  margin: 0px auto;
}

.node-type-microsite-detail-page #group-scenarios .node-microsite-column .group_textonimage .field-name-field-background-image {
  position: relative;
}

.node-type-microsite-detail-page #group-scenarios .node-microsite-column .group_textonimage .field-name-field-background-image img {
  margin: 0px auto;
}

.node-type-microsite-detail-page #group-scenarios .node-microsite-column .field-name-field-3-column-title {
  font-size: 18px;
  line-height: 28px;
  margin: 50px 0px 20px;
  font-weight: bold;
}

.node-type-microsite-detail-page #group-scenarios .node-microsite-column .field-name-field-description {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items {
    *zoom: 1;
    margin: 0px -15px;
  }
  .node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items:before, .node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items:after {
    clear: both;
  }
  .node-type-microsite-detail-page #group-scenarios .field-name-field-scenarios>.field-items>.field-item {
    width: 33.3%;
    float: left;
    padding: 0px 15px;
  }
  .node-type-microsite-detail-page #group-scenarios .node-microsite-column {
    max-width: none;
    margin: 0;
  }
  .node-type-microsite-detail-page #group-scenarios .node-microsite-column .group-textonimage-wrapper .field-name-field-background-image:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -15px;
    border-right: 1px solid #ccc;
  }
}

.node-type-microsite-detail-page #group-get-started {
  padding-top: 50px;
  text-align: left;
}

.node-type-microsite-detail-page #group-get-started .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-detail-page #group-get-started .group-width-wrapper:before, .node-type-microsite-detail-page #group-get-started .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page #group-get-started .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-detail-page #group-get-started .field-name-field-heading {
  font-weight: bold;
  font-size: 30px;
  font-weight: 400;
}

.node-type-microsite-detail-page #group-get-started .node-microsite-column .field-name-field-3-column-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin: 50px 0px 20px;
}

.node-type-microsite-detail-page #group-get-started .node-microsite-column .field-name-field-description {
  font-size: 14px;
  line-height: 24px;
}

.node-type-microsite-detail-page #group-get-started .node-microsite-column .field-name-field-description a {
  font-weight: bold;
}

.node-type-microsite-detail-page #group-get-started .field-name-field-download-link {
  text-align: center;
  margin: 80px 0px;
}

.node-type-microsite-detail-page #group-get-started .field-name-field-download-link a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 0px 3px 0px 3px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
}

.node-type-microsite-detail-page #group-get-started .field-name-field-download-link a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-detail-page #group-get-started .field-name-field-download-link a {
    padding: 12px 60px;
  }
}

.node-type-microsite-detail-page #group-get-started .field-name-field-download-link a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items {
    *zoom: 1;
  }
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items:before, .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items:after {
    clear: both;
  }
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items>.field-item {
    width: 33.3%;
    float: left;
    padding: 0px 15px;
  }
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items>.field-item:first-child {
    margin-left: -15px;
  }
  .node-type-microsite-detail-page #group-get-started .field-name-field-get-started-content>.field-items>.field-item:last-child {
    margin-right: -15px;
  }
}

.node-type-microsite-detail-page .group_product_footer {
  background-color: #ececec;
  text-align: left;
  padding: 5px 0px 30px 0px;
}

.node-type-microsite-detail-page .group_product_footer .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-microsite-detail-page .group_product_footer .group-width-wrapper:before, .node-type-microsite-detail-page .group_product_footer .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page .group_product_footer .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-detail-page .group_product_footer .field-name-field-footer-columns>.field-items {
  *zoom: 1;
}

.node-type-microsite-detail-page .group_product_footer .field-name-field-footer-columns>.field-items:before, .node-type-microsite-detail-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-microsite-detail-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  clear: both;
}

.node-type-microsite-detail-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
}

.node-type-microsite-detail-page .group_product_footer .node-microsite-footer-column .field-name-field-links a {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page .group_product_footer {
    padding: 25px 0px 45px 0px;
  }
  .node-type-microsite-detail-page .group_product_footer .field-name-field-footer-columns>.field-items>.field-item {
    float: left;
    width: 25%;
    padding: 0px 15px;
  }
  .node-type-microsite-detail-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.node-type-microsite-detail-page footer .pronq-lang-active-flag img {
  margin-top: 0px;
}

.page-node-3700 #group-header {
  height: inherit;
}

.page-node-3700 #group-header>.group-width-wrapper {
  max-width: none;
  padding: 0px !important;
}

.node-type-microsite-resources-page {
  color: #333;
  background-color: #ECECEC;
}

.node-type-microsite-resources-page .node-microsite-resources-page {
  background-color: #fff;
  position: relative;
}

.node-type-microsite-resources-page .close-menu-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}

.node-type-microsite-resources-page .group_micropage_header {
  background-color: #eeeeee;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.node-type-microsite-resources-page .group_micropage_header>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: relative;
  max-width: 1160px;
}

.node-type-microsite-resources-page .group_micropage_header>.group-width-wrapper:before, .node-type-microsite-resources-page .group_micropage_header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-resources-page .group_micropage_header>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-product-logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0px;
  display: none;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-title {
  float: left;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-title h2 {
  margin: 11px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links {
  padding: 10px 0px;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #333;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-navigation-cta {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-navigation-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-resources-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-resources-page .group_micropage_header #group-navigation {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-type-microsite-resources-page .group_micropage_header a.menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  width: 51%;
}

.node-type-microsite-resources-page .group_micropage_header a.menu i {
  margin-top: 21px;
  font-size: 18px;
  color: #333;
}

.node-type-microsite-resources-page .group_micropage_header a.menu .fa-chevron-up {
  display: none;
}

.node-type-microsite-resources-page .group_micropage_header a.menu.open .fa-chevron-up {
  display: inline-block;
}

.node-type-microsite-resources-page .group_micropage_header a.menu.open .fa-chevron-down {
  display: none;
}

.node-type-microsite-resources-page #content.stick .group_micropage_header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-resources-page .group_micropage_header .field-name-title h2 {
    font-size: 15px;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-navigation-cta a {
    min-width: 130px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-microsite-resources-page #content.stick {
    padding-top: 60px;
  }
  .node-type-microsite-resources-page .group_micropage_header {
    margin-bottom: 0px;
    position: relative;
    top: auto;
  }
  .node-type-microsite-resources-page .group_micropage_header a.menu {
    display: none;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .node-type-microsite-resources-page .group_micropage_header #group-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    float: right;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links {
    padding-bottom: 0px;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items {
    *zoom: 1;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items:before, .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    clear: both;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
    font-weight: bold;
    color: #0096D6;
    padding: 5px 5px 4px;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item.active a {
    color: #333;
    border-bottom: 3px solid #0096D6;
  }
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:hover a, .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:active a {
    border-bottom: 3px solid #0096D6;
    text-decoration: none !important;
  }
}

@media only screen and (min-width:900px) {
  .node-type-microsite-resources-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    margin-right: 20px;
  }
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor {
  display: none;
  margin: 0;
  right: 20px;
  bottom: 50%;
  left: auto;
  margin-bottom: -72px;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
  float: right;
  clear: right;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active i {
  border-color: #333;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li.default span {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li.current-indicator span, .node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #333;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor .active {
  background-color: #ddd;
  margin: 0 8px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor {
    display: block;
    opacity: 0;
  }
  .node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade {
    transition-property: opacity;
    transition-duration: .25s;
  }
  .node-type-microsite-resources-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade.visible {
    opacity: 1;
  }
}

.node-type-microsite-resources-page .field-name-field-resource-heading {
  text-align: left;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 90px;
}

.node-type-microsite-resources-page .field-name-field-detail-sections {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding-bottom: 50px;
}

.node-type-microsite-resources-page .node-download-details {
  margin-bottom: 30px;
}

.node-type-microsite-resources-page .node-download-details .field-name-field-section-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.node-type-microsite-resources-page .node-download-details .field-name-body ul {
  padding-left: 0px;
}

.node-type-microsite-resources-page .node-download-details .field-name-body ul li {
  margin-bottom: 10px;
}

.node-type-microsite-resources-page .group_product_footer {
  background-color: #ececec;
  text-align: left;
  padding: 5px 0px 30px 0px;
}

.node-type-microsite-resources-page .group_product_footer .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-microsite-resources-page .group_product_footer .group-width-wrapper:before, .node-type-microsite-resources-page .group_product_footer .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-resources-page .group_product_footer .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-resources-page .group_product_footer .field-name-field-footer-columns>.field-items {
  *zoom: 1;
}

.node-type-microsite-resources-page .group_product_footer .field-name-field-footer-columns>.field-items:before, .node-type-microsite-resources-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-microsite-resources-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  clear: both;
}

.node-type-microsite-resources-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
}

.node-type-microsite-resources-page .group_product_footer .node-microsite-footer-column .field-name-field-links a {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-resources-page .group_product_footer {
    padding: 25px 0px 45px 0px;
  }
  .node-type-microsite-resources-page .group_product_footer .field-name-field-footer-columns>.field-items>.field-item {
    float: left;
    width: 25%;
    padding: 0px 15px;
  }
  .node-type-microsite-resources-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.node-type-microsite-resources-page footer .pronq-lang-active-flag img {
  margin-top: 0px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-resources-page .field-name-field-resource-heading {
    margin-top: 30px;
  }
}

.page-node-3700 #group-header {
  height: inherit;
}

.page-node-3700 #group-header>.group-width-wrapper {
  max-width: none;
  padding: 0px !important;
}

.node-type-microsite-tour-page {
  color: #333;
  background-color: #ECECEC;
  position: relative;
}

.node-type-microsite-tour-page .node-microsite-tour-page {
  background-color: #fff;
  position: relative;
}

.node-type-microsite-tour-page .close-menu-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}

.node-type-microsite-tour-page .group_micropage_header {
  background-color: #eeeeee;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.node-type-microsite-tour-page .group_micropage_header>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: relative;
  max-width: 1160px;
}

.node-type-microsite-tour-page .group_micropage_header>.group-width-wrapper:before, .node-type-microsite-tour-page .group_micropage_header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page .group_micropage_header>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-product-logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0px;
  display: none;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-title {
  float: left;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-title h2 {
  margin: 11px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links {
  padding: 10px 0px;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #333;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-navigation-cta {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-navigation-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-tour-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-tour-page .group_micropage_header #group-navigation {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-type-microsite-tour-page .group_micropage_header a.menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  width: 51%;
}

.node-type-microsite-tour-page .group_micropage_header a.menu i {
  margin-top: 21px;
  font-size: 18px;
  color: #333;
}

.node-type-microsite-tour-page .group_micropage_header a.menu .fa-chevron-up {
  display: none;
}

.node-type-microsite-tour-page .group_micropage_header a.menu.open .fa-chevron-up {
  display: inline-block;
}

.node-type-microsite-tour-page .group_micropage_header a.menu.open .fa-chevron-down {
  display: none;
}

.node-type-microsite-tour-page #content.stick .group_micropage_header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-tour-page .group_micropage_header .field-name-title h2 {
    font-size: 15px;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-navigation-cta a {
    min-width: 130px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #content.stick {
    padding-top: 60px;
  }
  .node-type-microsite-tour-page .group_micropage_header {
    margin-bottom: 0px;
    position: relative;
    top: auto;
  }
  .node-type-microsite-tour-page .group_micropage_header a.menu {
    display: none;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .node-type-microsite-tour-page .group_micropage_header #group-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    float: right;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links {
    padding-bottom: 0px;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items {
    *zoom: 1;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items:before, .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    clear: both;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
    font-weight: bold;
    color: #0096D6;
    padding: 5px 5px 4px;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item.active a {
    color: #333;
    border-bottom: 3px solid #0096D6;
  }
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:hover a, .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:active a {
    border-bottom: 3px solid #0096D6;
    text-decoration: none !important;
  }
}

@media only screen and (min-width:900px) {
  .node-type-microsite-tour-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    margin-right: 20px;
  }
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor {
  display: none;
  margin: 0;
  right: 20px;
  bottom: 50%;
  left: auto;
  margin-bottom: -72px;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
  float: right;
  clear: right;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active i {
  border-color: #333;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li.default span {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li.current-indicator span, .node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #333;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor .active {
  background-color: #ddd;
  margin: 0 8px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor {
    display: block;
    opacity: 0;
  }
  .node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade {
    transition-property: opacity;
    transition-duration: .25s;
  }
  .node-type-microsite-tour-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade.visible {
    opacity: 1;
  }
}

.node-type-microsite-tour-page #group-hero {
  position: relative;
  margin-bottom: 50px;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-background-image img {
  width: 100%;
  opacity: 0.7;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  top: 20%;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-header {
  font-size: 30px;
  line-height: 35px;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a:hover {
  text-decoration: none;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .content {
  text-align: left;
  padding: 10px 15px 30px 15px;
  background-color: #eee;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-title {
    top: 26%;
  }
}

@media only screen and (min-width:640px) {
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-title {
    top: 32%;
  }
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .slide-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .slide-content {
    display: table-cell;
    vertical-align: middle;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: transparent;
    padding: 0;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-above {
    *zoom: 1;
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 20px 0px 20px;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-above:before, .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-above:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-above:after {
    clear: both;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-wrapper {
    *zoom: 1;
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
    padding: 0px 20px 20px 20px;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-wrapper:before, .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-wrapper:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-wrapper:after {
    clear: both;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner div.content .content-wrapper>* {
    max-width: 600px;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-title {
    top: auto;
    position: static;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-hero-header {
    margin-bottom: 10px;
  }
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-body {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width:1140px) {
  .node-type-microsite-tour-page #group-hero .node-micro-site-hero-banner .field-name-field-background-image {
    max-height: 500px;
    overflow: hidden;
  }
}

.node-type-microsite-tour-page #group-features {
  padding-top: 50px;
  text-align: left;
}

.node-type-microsite-tour-page #group-features .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-tour-page #group-features .group-width-wrapper:before, .node-type-microsite-tour-page #group-features .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page #group-features .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page #group-features .field-name-field-section-title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}

.node-type-microsite-tour-page #group-features .field-name-field-section-title h2 {
  margin: 0;
}

.node-type-microsite-tour-page #group-features .field-name-field-description {
  font-size: 18px;
  line-height: 28px;
  line-height: 28px;
}

.node-type-microsite-tour-page #group-features .field-name-field-description ul {
  padding-left: 20px;
}

.node-type-microsite-tour-page #group-features .field-name-field-description li {
  list-style: disc;
}

.node-type-microsite-tour-page #group-features .field-name-field-highlight-screenshots {
  margin-bottom: 20px;
}

.node-type-microsite-tour-page #group-features .field-name-field-highlight-screenshots .uk-slideshow {
  height: 300px !important;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot {
  margin-bottom: 80px;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot h2 {
  display: none;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-screenshot-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-screenshot-image {
  margin-top: 15px;
  display: none;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-image {
  margin-top: 15px;
}

.node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-screenshot-image img, .node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-image img {
  margin: 0px auto;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-screenshot-title {
    margin-left: 22%;
  }
  .node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-body {
    margin-left: 22%;
  }
  .node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-screenshot-image {
    display: block;
  }
  .node-type-microsite-tour-page #group-features .node-microsite-screenshot .field-name-field-image {
    display: none;
  }
}

.node-type-microsite-tour-page #group-overview {
  background-color: #00baa1;
  color: #fff;
  text-align: left;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0px 30px 0px;
}

.node-type-microsite-tour-page #group-overview>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-tour-page #group-overview>.group-width-wrapper:before, .node-type-microsite-tour-page #group-overview>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page #group-overview>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page #group-overview .field-name-field-overview-cta {
  text-align: center;
  margin-top: 20px;
}

.node-type-microsite-tour-page #group-overview .field-name-field-overview-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
}

.node-type-microsite-tour-page #group-overview .field-name-field-overview-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-tour-page #group-overview .field-name-field-overview-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-tour-page #group-overview .node-microsite-screenshot h2, .node-type-microsite-tour-page #group-overview .node-microsite-screenshot ul.links {
  display: none;
}

.node-type-microsite-tour-page #group-overview .node-microsite-screenshot .field-name-field-screenshot-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.node-type-microsite-tour-page #group-overview .node-microsite-screenshot .field-name-field-screenshot-image {
  margin-bottom: 20px;
}

.node-type-microsite-tour-page #group-overview .node-microsite-screenshot .field-name-field-screenshot-image img {
  margin: 0px auto;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
}

.node-type-microsite-tour-page #group-overview .node-microsite-screenshot .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #group-overview {
    padding: 25px 0px 55px 0px;
  }
  .node-type-microsite-tour-page #group-overview .field-name-field-product-features>.field-items {
    *zoom: 1;
    margin: 0px -15px;
  }
  .node-type-microsite-tour-page #group-overview .field-name-field-product-features>.field-items:before, .node-type-microsite-tour-page #group-overview .field-name-field-product-features>.field-items:after {
    content: " ";
    display: table;
  }
  .node-type-microsite-tour-page #group-overview .field-name-field-product-features>.field-items:after {
    clear: both;
  }
  .node-type-microsite-tour-page #group-overview .field-name-field-product-features>.field-items>.field-item {
    float: left;
    width: 33.3%;
    padding: 0px 15px;
  }
}

.node-type-microsite-tour-page #group-screenshots>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-tour-page #group-screenshots>.group-width-wrapper:before, .node-type-microsite-tour-page #group-screenshots>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page #group-screenshots>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page #group-screenshots .field-name-field-product-screenshots {
  margin-bottom: 60px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .group_textonimage {
  margin-bottom: 35px;
  margin-top: 40px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .group_textonimage img {
  margin: 0px auto;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-3-column-title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-3-column-title h2 {
  margin: 0;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-description {
  font-size: 18px;
  line-height: 28px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-description ul {
  padding-left: 20px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-description ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-demo-cta {
  margin-top: 15px;
  text-align: center;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-demo-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-demo-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-demo-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-tour-page #group-screenshots .node-microsite-column .field-name-field-background-image img {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #group-screenshots .node-microsite-column {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .node-type-microsite-tour-page #group-screenshots .node-microsite-column .group_textonimage {
    margin-top: 0px;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item .group_textonimage {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item .field-name-field-3-column-title {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item .field-name-field-description {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item .field-name-field-demo-cta {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item:nth-child(2n) .group_textonimage {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item:nth-child(2n) .field-name-field-3-column-title {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-microsite-tour-page .field-name-field-product-screenshots>.field-items>.field-item:nth-child(2n) .field-name-field-description {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
}

.node-type-microsite-tour-page #group-install-section {
  text-align: left;
  padding-bottom: 100px;
  padding-top: 70px;
}

.node-type-microsite-tour-page #group-install-section>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-microsite-tour-page #group-install-section>.group-width-wrapper:before, .node-type-microsite-tour-page #group-install-section>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page #group-install-section>.group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 50px;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-steps {
  max-width: 840px;
  margin: 0px auto;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items {
  *zoom: 1;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items:before, .node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items:after {
  clear: both;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items>.field-item:last-child .group_textonimage::after {
  display: none;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-why-section-cta {
  margin-top: 15px;
  text-align: center;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

.node-type-microsite-tour-page #group-install-section .field-name-field-why-section-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-tour-page #group-install-section .node-microsite-column .group_textonimage {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  font-size: 45px;
  position: relative;
  float: left;
  border: 10px solid #0096D6;
  color: #0096D6;
  font-weight: bold;
  text-align: center;
  margin: 0px 20px 40px 0px;
  background-color: #fff;
}

.node-type-microsite-tour-page #group-install-section .node-microsite-column .group_textonimage>div {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.node-type-microsite-tour-page #group-install-section .node-microsite-column .group_textonimage::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 150%;
  margin-left: -5px;
  background-color: #0096D6;
}

.node-type-microsite-tour-page #group-install-section .node-microsite-column .field-name-field-3-column-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.node-type-microsite-tour-page #group-install-section .node-microsite-column .field-name-field-description {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items {
    margin: 0px -15px;
  }
  .node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items>.field-item {
    width: 33.3%;
    padding: 0px 15px;
    float: left;
  }
  .node-type-microsite-tour-page #group-install-section .field-name-field-install-steps>.field-items>.field-item:last-child .group_textonimage::after {
    display: none;
  }
  .node-type-microsite-tour-page #group-install-section .node-microsite-column {
    text-align: center;
  }
  .node-type-microsite-tour-page #group-install-section .node-microsite-column .group_textonimage {
    border-radius: 72px;
    width: 144px;
    height: 144px;
    font-size: 62px;
    float: none;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .node-type-microsite-tour-page #group-install-section .node-microsite-column .group_textonimage::after {
    top: 50%;
    left: 100%;
    height: 10px;
    width: 190%;
    margin-top: -5px;
    margin-left: 0px;
  }
}

.node-type-microsite-tour-page .group_product_footer {
  background-color: #ececec;
  text-align: left;
  padding: 5px 0px 30px 0px;
}

.node-type-microsite-tour-page .group_product_footer .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-microsite-tour-page .group_product_footer .group-width-wrapper:before, .node-type-microsite-tour-page .group_product_footer .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page .group_product_footer .group-width-wrapper:after {
  clear: both;
}

.node-type-microsite-tour-page .group_product_footer .field-name-field-footer-columns>.field-items {
  *zoom: 1;
}

.node-type-microsite-tour-page .group_product_footer .field-name-field-footer-columns>.field-items:before, .node-type-microsite-tour-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-microsite-tour-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  clear: both;
}

.node-type-microsite-tour-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
}

.node-type-microsite-tour-page .group_product_footer .node-microsite-footer-column .field-name-field-links a {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page .group_product_footer {
    padding: 25px 0px 45px 0px;
  }
  .node-type-microsite-tour-page .group_product_footer .field-name-field-footer-columns>.field-items>.field-item {
    float: left;
    width: 25%;
    padding: 0px 15px;
  }
  .node-type-microsite-tour-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.node-type-microsite-tour-page footer .pronq-lang-active-flag img {
  margin-top: 0px;
}

.page-node-3700 #group-header {
  height: inherit;
}

.page-node-3700 #group-header>.group-width-wrapper {
  max-width: none;
  padding: 0px !important;
}

.node-type-micro-site-overview-page {
  color: #333;
  background-color: #ECECEC;
}

.node-type-micro-site-overview-page .node-micro-site-overview-page {
  background-color: #fff;
  position: relative;
}

.node-type-micro-site-overview-page .close-menu-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}

.node-type-micro-site-overview-page .group_micropage_header {
  background-color: #eeeeee;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.node-type-micro-site-overview-page .group_micropage_header>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: relative;
  max-width: 1160px;
}

.node-type-micro-site-overview-page .group_micropage_header>.group-width-wrapper:before, .node-type-micro-site-overview-page .group_micropage_header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_micropage_header>.group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-product-logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0px;
  display: none;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-title {
  float: left;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-title h2 {
  margin: 11px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links {
  padding: 10px 0px;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #333;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-navigation-cta {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-navigation-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  text-decoration: none;
}

.node-type-micro-site-overview-page .group_micropage_header .field-name-field-navigation-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-micro-site-overview-page .group_micropage_header #group-navigation {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-type-micro-site-overview-page .group_micropage_header a.menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  width: 51%;
}

.node-type-micro-site-overview-page .group_micropage_header a.menu i {
  margin-top: 21px;
  font-size: 18px;
  color: #333;
}

.node-type-micro-site-overview-page .group_micropage_header a.menu .fa-chevron-up {
  display: none;
}

.node-type-micro-site-overview-page .group_micropage_header a.menu.open .fa-chevron-up {
  display: inline-block;
}

.node-type-micro-site-overview-page .group_micropage_header a.menu.open .fa-chevron-down {
  display: none;
}

.node-type-micro-site-overview-page #content.stick .group_micropage_header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width:480px) {
  .node-type-micro-site-overview-page .group_micropage_header .field-name-title h2 {
    font-size: 15px;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-navigation-cta a {
    min-width: 130px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page #content.stick {
    padding-top: 60px;
  }
  .node-type-micro-site-overview-page .group_micropage_header {
    margin-bottom: 0px;
    position: relative;
    top: auto;
  }
  .node-type-micro-site-overview-page .group_micropage_header a.menu {
    display: none;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .node-type-micro-site-overview-page .group_micropage_header #group-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    float: right;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links {
    padding-bottom: 0px;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items {
    *zoom: 1;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items:before, .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    content: " ";
    display: table;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    clear: both;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
    font-weight: bold;
    color: #0096D6;
    padding: 5px 5px 4px;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item.active a {
    color: #333;
    border-bottom: 3px solid #0096D6;
  }
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:hover a, .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:active a {
    border-bottom: 3px solid #0096D6;
    text-decoration: none !important;
  }
}

@media only screen and (min-width:900px) {
  .node-type-micro-site-overview-page .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    margin-right: 20px;
  }
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor {
  display: none;
  margin: 0;
  right: 20px;
  bottom: 50%;
  left: auto;
  margin-bottom: -72px;
  position: fixed;
  padding: 4px 0;
  z-index: 10;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li {
  width: auto;
  height: 26px;
  display: block !important;
  border: none;
  border-radius: 0;
  text-align: right;
  text-indent: 0;
  cursor: pointer;
  float: right;
  clear: right;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active {
  width: auto;
  background: none;
  margin: 1px;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li.active i {
  border-color: #333;
  width: 10px;
  height: 10px;
  margin: 7px 4px;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li.default span {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li.current-indicator span, .node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #333;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor i {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-radius: 10px;
  vertical-align: middle;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
  -ms-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  transition: background 0.75s ease-out;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor .active {
  background-color: #ddd;
  margin: 0 8px;
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor {
    display: block;
    opacity: 0;
  }
  .node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade {
    transition-property: opacity;
    transition-duration: .25s;
  }
  .node-type-micro-site-overview-page .field-name-field-anchor-navs .carousel-indicator-anchor.canfade.visible {
    opacity: 1;
  }
}

.node-type-micro-site-overview-page #page-banner-carousel {
  margin-top: 60px;
  position: relative;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner {
  text-align: left;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-header {
  font-size: 22px;
  font-weight: normal;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a:hover {
  text-decoration: none;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-cta .field-item a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content {
  padding: 20px 20px 100px 20px;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above {
  position: absolute;
  top: 5%;
  padding-right: 20px;
}

.node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-background-image img {
  opacity: 0.7;
}

.node-type-micro-site-overview-page #page-banner-carousel .carousel-indicators {
  display: none;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  color: #0078EF;
  width: 45px;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control i {
  font-size: 45px;
  position: absolute;
  opacity: 1;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control.left {
  left: 0px;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control.left i {
  left: 0px;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control.right {
  right: 0px;
}

.node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control.right i {
  right: 0px;
}

@media only screen and (min-width:480px) {
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-title {
    font-size: 18px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-header {
    font-size: 30px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above {
    top: 15%;
  }
}

@media only screen and (min-width:640px) {
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above {
    top: 30%;
  }
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page #page-banner-carousel {
    margin-top: 0px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner {
    position: relative;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .slide-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .slide-content {
    display: table-cell;
    vertical-align: middle;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: transparent;
    padding: 0;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above {
    *zoom: 1;
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 20px 0px 20px;
    top: auto;
    position: relative;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above:before, .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above:after {
    content: " ";
    display: table;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-above:after {
    clear: both;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-wrapper {
    *zoom: 1;
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
    padding: 0px 20px 20px 20px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-wrapper:before, .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-wrapper:after {
    content: " ";
    display: table;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-wrapper:after {
    clear: both;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner div.content .content-wrapper>* {
    max-width: 600px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-background-image img {
    width: 100%;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-title {
    max-width: 600px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-field-hero-header {
    max-width: 600px;
    margin-bottom: 10px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .node-micro-site-hero-banner .field-name-body {
    max-width: 600px;
    margin-bottom: 25px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .carousel-indicators {
    display: block;
    bottom: 0px;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .carousel-indicators li {
    margin: 1px 8px 1px 8px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #777777;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .carousel-indicators li.active {
    border: 1px solid #0078EF;
    background-color: #0078EF;
  }
  .node-type-micro-site-overview-page #page-banner-carousel .hero-carousel-control {
    display: none;
  }
}

@media only screen and (min-width:1140px) {
  .node-type-micro-site-overview-page #page-banner-carousel .carousel-inner>* .field-name-field-background-image {
    max-height: 500px;
    overflow: hidden;
  }
}

.node-type-micro-site-overview-page .group_why_section {
  text-align: left;
}

.node-type-micro-site-overview-page .group_why_section .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-micro-site-overview-page .group_why_section .group-width-wrapper:before, .node-type-micro-site-overview-page .group_why_section .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_why_section .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_why_section .field-name-field-why-section-header {
  font-size: 30px;
  font-weight: 400;
}

.node-type-micro-site-overview-page .group_why_section .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin-bottom: 15px;
}

.node-type-micro-site-overview-page .group_why_section .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

.node-type-micro-site-overview-page .group_why_section .field-name-field-why-section-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page .group_why_section {
    padding-top: 120px;
  }
}

.node-type-micro-site-overview-page .group_overview {
  text-align: left;
}

.node-type-micro-site-overview-page .group_overview .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-micro-site-overview-page .group_overview .group-width-wrapper:before, .node-type-micro-site-overview-page .group_overview .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_overview .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column {
  margin-bottom: 30px;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column .field-name-title h2 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column .field-name-field-overview-image img {
  margin: 0px auto;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column .field-name-body {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns>.field-items {
  *zoom: 1;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns>.field-items:before, .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns>.field-items:after {
  clear: both;
}

@media only screen and (min-width:960px) {
  .node-type-micro-site-overview-page .group_overview {
    padding: 40px 0px 70px 0px;
  }
  .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns {
    margin: 0px -15px;
  }
  .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column {
    padding: 0px 15px;
  }
  .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column .field-name-field-overview-image {
    margin-bottom: 50px;
  }
  .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns .node-overview-column .field-name-body {
    line-height: 27px;
  }
  .node-type-micro-site-overview-page .group_overview .field-name-field-overview-columns>.field-items>.field-item {
    float: left;
    width: 33.3%;
  }
}

.node-type-micro-site-overview-page .group_testimonial {
  background-color: #00bba3;
  color: #fff;
  text-align: left;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0px 30px 0px;
  margin-bottom: 20px;
}

.node-type-micro-site-overview-page .group_testimonial .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-micro-site-overview-page .group_testimonial .group-width-wrapper:before, .node-type-micro-site-overview-page .group_testimonial .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_testimonial .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-quote {
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-source {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-top: 30px;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-customer-logo {
  margin-top: 10px;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-report-link {
  clear: both;
  margin-top: 20px;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-report-link a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin: 0px auto;
  width: 210px;
  display: block;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-report-link a:hover {
  text-decoration: none;
}

.node-type-micro-site-overview-page .group_testimonial .field-name-field-report-link a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

@media only screen and (min-width:960px) {
  .node-type-micro-site-overview-page .group_testimonial {
    padding: 50px 0px 40px 0px;
  }
  .node-type-micro-site-overview-page .group_testimonial .field-name-field-quote {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-micro-site-overview-page .group_testimonial .field-name-field-source {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
    margin-top: 10px;
  }
  .node-type-micro-site-overview-page .group_testimonial .field-name-field-customer-logo {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-micro-site-overview-page .group_testimonial .field-name-field-customer-logo img {
    float: right;
  }
  .node-type-micro-site-overview-page .group_testimonial .field-name-field-report-link {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
}

.node-type-micro-site-overview-page .group_benefits {
  text-align: left;
  padding-top: 20px;
}

.node-type-micro-site-overview-page .group_benefits .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-micro-site-overview-page .group_benefits .group-width-wrapper:before, .node-type-micro-site-overview-page .group_benefits .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_benefits .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits-header {
  font-size: 30px;
  font-weight: 400;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benifits-description {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 28px;
}

.node-type-micro-site-overview-page .group_benefits .node-microsite-benefit {
  margin-bottom: 50px;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items {
  *zoom: 1;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items:before, .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-title h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-info-link a {
  font-weight: bold;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-image {
  background-color: #0096D6;
  height: 192px;
  border-radius: 5px;
  display: table;
  width: 100%;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-image .field-items {
  vertical-align: middle;
  display: table-cell;
}

.node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-image .field-item img {
  display: block;
  margin: 0px auto;
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page .group_benefits {
    padding: 80px 0px 50px 0px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benifits-description {
    margin-bottom: 0px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items>.field-item {
    float: left;
    width: 50%;
    margin-bottom: 70px;
    padding-right: 30px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items>.field-item:nth-child(2n+1) {
    clear: left;
  }
  .node-type-micro-site-overview-page .group_benefits .node-microsite-benefit {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width:960px) {
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits>.field-items>.field-item {
    height: auto;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits {
    margin-top: 100px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-title h2 {
    margin: 0px 0px 10px 0px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-title, .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-body, .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-info-link {
    float: right;
    width: 52%;
    padding-left: 30px;
  }
  .node-type-micro-site-overview-page .group_benefits .field-name-field-benefits .field-name-field-image {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
}

.node-type-micro-site-overview-page .group_why_hp {
  text-align: left;
}

.node-type-micro-site-overview-page .group_why_hp .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 50px;
}

.node-type-micro-site-overview-page .group_why_hp .group-width-wrapper:before, .node-type-micro-site-overview-page .group_why_hp .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_why_hp .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-subheader {
  font-size: 18px;
  line-height: 28px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-description {
  font-size: 16px;
  line-height: 24px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-description .smaller {
  font-size: 14px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-description ul li {
  font-size: 14px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-image {
  padding: 0px 20px 30px 20px;
}

.node-type-micro-site-overview-page .group_why_hp .field-name-field-image img {
  margin: 0px auto;
}

@media only screen and (min-width:960px) {
  .node-type-micro-site-overview-page .group_why_hp .group-width-wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-heading {
    padding-right: 30px;
    margin-bottom: 40px;
    float: left;
    width: 50%;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-subheader {
    padding-right: 30px;
    float: left;
    width: 50%;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-description {
    padding-right: 30px;
    float: left;
    width: 50%;
    margin-top: 15px;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-description ul {
    margin: 35px 0px;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-description ul li {
    margin-bottom: 25px;
  }
  .node-type-micro-site-overview-page .group_why_hp .field-name-field-image {
    float: right;
    width: 50%;
    padding: 0px 0px 0px 30px;
    margin-top: 85px;
  }
}

.node-type-micro-site-overview-page .group_product_footer {
  background-color: #ececec;
  text-align: left;
  padding: 5px 0px 30px 0px;
}

.node-type-micro-site-overview-page .group_product_footer .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-micro-site-overview-page .group_product_footer .group-width-wrapper:before, .node-type-micro-site-overview-page .group_product_footer .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_product_footer .group-width-wrapper:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_product_footer .field-name-field-footer-columns>.field-items {
  *zoom: 1;
}

.node-type-micro-site-overview-page .group_product_footer .field-name-field-footer-columns>.field-items:before, .node-type-micro-site-overview-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-micro-site-overview-page .group_product_footer .field-name-field-footer-columns>.field-items:after {
  clear: both;
}

.node-type-micro-site-overview-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
}

.node-type-micro-site-overview-page .group_product_footer .node-microsite-footer-column .field-name-field-links a {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width:768px) {
  .node-type-micro-site-overview-page .group_product_footer {
    padding: 25px 0px 45px 0px;
  }
  .node-type-micro-site-overview-page .group_product_footer .field-name-field-footer-columns>.field-items>.field-item {
    float: left;
    width: 25%;
    padding: 0px 15px;
  }
  .node-type-micro-site-overview-page .group_product_footer .node-microsite-footer-column .field-name-title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.node-type-micro-site-overview-page footer .pronq-lang-active-flag img {
  margin-top: 0px;
}

.node-type-fod-mobile {
  color: #333;
  background-color: #ECECEC;
}

.node-type-fod-mobile h2 {
  color: #333;
}

.node-type-fod-mobile .node.node-fod-mobile {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
}

.node-type-fod-mobile .close-menu-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}

.node-type-fod-mobile .group_micropage_header {
  background-color: #eeeeee;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.node-type-fod-mobile .group_micropage_header>.group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  position: relative;
  max-width: 1160px;
}

.node-type-fod-mobile .group_micropage_header>.group-width-wrapper:before, .node-type-fod-mobile .group_micropage_header>.group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_micropage_header>.group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-product-logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0px;
  display: none;
}

.node-type-fod-mobile .group_micropage_header .field-name-title {
  float: left;
}

.node-type-fod-mobile .group_micropage_header .field-name-title h2 {
  margin: 11px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links {
  padding: 10px 0px;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #333;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-navigation-cta {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-navigation-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-navigation-cta a:hover {
  text-decoration: none;
}

.node-type-fod-mobile .group_micropage_header .field-name-field-navigation-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-fod-mobile .group_micropage_header #group-navigation {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-type-fod-mobile .group_micropage_header a.menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  width: 51%;
}

.node-type-fod-mobile .group_micropage_header a.menu i {
  margin-top: 21px;
  font-size: 18px;
  color: #333;
}

.node-type-fod-mobile .group_micropage_header a.menu .fa-chevron-up {
  display: none;
}

.node-type-fod-mobile .group_micropage_header a.menu.open .fa-chevron-up {
  display: inline-block;
}

.node-type-fod-mobile .group_micropage_header a.menu.open .fa-chevron-down {
  display: none;
}

.node-type-fod-mobile #content.stick .group_micropage_header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width:480px) {
  .node-type-fod-mobile .group_micropage_header .field-name-title h2 {
    font-size: 15px;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-navigation-cta a {
    min-width: 130px;
  }
}

@media only screen and (min-width:768px) {
  .node-type-fod-mobile #content.stick {
    padding-top: 60px;
  }
  .node-type-fod-mobile .group_micropage_header {
    margin-bottom: 0px;
    position: relative;
    top: auto;
  }
  .node-type-fod-mobile .group_micropage_header a.menu {
    display: none;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-title h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .node-type-fod-mobile .group_micropage_header #group-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    float: right;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links {
    padding-bottom: 0px;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items {
    *zoom: 1;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items:before, .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    content: " ";
    display: table;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items:after {
    clear: both;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item a {
    font-weight: bold;
    color: #0096D6;
    padding: 5px 5px 4px;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item.active a {
    color: #333;
    border-bottom: 3px solid #0096D6;
  }
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:hover a, .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item:active a {
    border-bottom: 3px solid #0096D6;
    text-decoration: none !important;
  }
}

@media only screen and (min-width:900px) {
  .node-type-fod-mobile .group_micropage_header .field-name-field-micro-site-links .field-items .field-item {
    margin-right: 20px;
  }
}

.node-type-fod-mobile #group-header {
  position: relative;
}

.node-type-fod-mobile #group-header #group-header-content .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile #group-header .field-name-field-background-image {
  height: 0;
}

.node-type-fod-mobile #group-header .field-name-field-heading {
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.node-type-fod-mobile #group-header .field-name-field-sub-heading {
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
}

.node-type-fod-mobile #group-header .field-name-field-video-screenshot .field-item {
  position: relative;
  cursor: pointer;
}

.node-type-fod-mobile #group-header .field-name-field-video-screenshot .field-item:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDc4IDc4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3OCA3OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9IkxheWVyXzEiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjM4LjkiIGN5PSIzOSIgcj0iMzcuNSIvPjwvZz48ZyBpZD0iTGF5ZXJfMiI+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyOC45LDU2LjcgMjguOSwyMi41IDU4LjUsMzkuNiAiLz48L2c+PC9zdmc+");
  background-size: 78px 78px;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0px 0px -39px;
}

.node-type-fod-mobile #group-header .field-name-field-video-screenshot img {
  width: 100%;
}

.node-type-fod-mobile #group-header .field-name-field-video, .node-type-fod-mobile #group-header .video-content {
  display: none;
}

.node-type-fod-mobile #group-info {
  margin: 50px 0px 30px 0px;
}

.node-type-fod-mobile #group-info .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile #group-info .field-name-field-try-link {
  text-align: center;
}

.node-type-fod-mobile #group-info .field-name-field-try-link a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin: 0px auto;
}

.node-type-fod-mobile #group-info .field-name-field-try-link a:hover {
  text-decoration: none;
}

.node-type-fod-mobile #group-info .field-name-field-try-link a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-fod-mobile #group-info .field-name-field-solution-long-text {
  margin-top: 30px;
}

.node-type-fod-mobile .group_overview {
  text-align: left;
}

.node-type-fod-mobile .group_overview .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile .group_overview .group-width-wrapper:before, .node-type-fod-mobile .group_overview .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_overview .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column {
  margin-bottom: 30px;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column .field-name-title h2 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column .field-name-field-overview-image img {
  margin: 0px auto;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column .field-name-body {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns>.field-items {
  *zoom: 1;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns>.field-items:before, .node-type-fod-mobile .group_overview .field-name-field-overview-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_overview .field-name-field-overview-columns>.field-items:after {
  clear: both;
}

@media only screen and (min-width:960px) {
  .node-type-fod-mobile .group_overview {
    padding: 40px 0px 70px 0px;
  }
  .node-type-fod-mobile .group_overview .field-name-field-overview-columns {
    margin: 0px -15px;
  }
  .node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column {
    padding: 0px 15px;
  }
  .node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column .field-name-field-overview-image {
    margin-bottom: 50px;
  }
  .node-type-fod-mobile .group_overview .field-name-field-overview-columns .node-overview-column .field-name-body {
    line-height: 27px;
  }
  .node-type-fod-mobile .group_overview .field-name-field-overview-columns>.field-items>.field-item {
    float: left;
    width: 33.3%;
  }
}

.node-type-fod-mobile #group-overview .group-overview-wrapper .field-name-field-solution-long-text {
  text-align: center;
}

.node-type-fod-mobile .group_testimonial {
  background-color: #00bba3;
  color: #fff;
  text-align: left;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0px 30px 0px;
  margin-bottom: 20px;
}

.node-type-fod-mobile .group_testimonial .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile .group_testimonial .group-width-wrapper:before, .node-type-fod-mobile .group_testimonial .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_testimonial .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_testimonial .field-name-field-quote {
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
}

.node-type-fod-mobile .group_testimonial .field-name-field-source {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-top: 30px;
}

.node-type-fod-mobile .group_testimonial .field-name-field-customer-logo {
  margin-top: 10px;
}

.node-type-fod-mobile .group_testimonial .field-name-field-report-link {
  clear: both;
  margin-top: 20px;
}

.node-type-fod-mobile .group_testimonial .field-name-field-report-link a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin: 0px auto;
  width: 210px;
  display: block;
}

.node-type-fod-mobile .group_testimonial .field-name-field-report-link a:hover {
  text-decoration: none;
}

.node-type-fod-mobile .group_testimonial .field-name-field-report-link a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

@media only screen and (min-width:960px) {
  .node-type-fod-mobile .group_testimonial {
    padding: 50px 0px 40px 0px;
  }
  .node-type-fod-mobile .group_testimonial .field-name-field-quote {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-fod-mobile .group_testimonial .field-name-field-source {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
    margin-top: 10px;
  }
  .node-type-fod-mobile .group_testimonial .field-name-field-customer-logo {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
  .node-type-fod-mobile .group_testimonial .field-name-field-customer-logo img {
    float: right;
  }
  .node-type-fod-mobile .group_testimonial .field-name-field-report-link {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: right;
  }
}

.node-type-fod-mobile .group_benefits {
  text-align: left;
  padding-top: 20px;
}

.node-type-fod-mobile .group_benefits .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile .group_benefits .group-width-wrapper:before, .node-type-fod-mobile .group_benefits .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_benefits .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits-header {
  font-size: 30px;
  font-weight: 400;
}

.node-type-fod-mobile .group_benefits .field-name-field-benifits-description {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 28px;
}

.node-type-fod-mobile .group_benefits .node-microsite-benefit {
  margin-bottom: 50px;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items {
  *zoom: 1;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items:before, .node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items:after {
  clear: both;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-title h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-body {
  font-size: 14px;
  line-height: 24px;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-info-link a {
  font-weight: bold;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-image {
  background-color: #0096D6;
  height: 192px;
  border-radius: 5px;
  display: table;
  width: 100%;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-image .field-items {
  vertical-align: middle;
  display: table-cell;
}

.node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-image .field-item img {
  display: block;
  margin: 0px auto;
}

@media only screen and (min-width:768px) {
  .node-type-fod-mobile .group_benefits {
    padding: 80px 0px 50px 0px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benifits-description {
    margin-bottom: 0px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items>.field-item {
    float: left;
    width: 50%;
    margin-bottom: 70px;
    padding-right: 30px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items>.field-item:nth-child(2n+1) {
    clear: left;
  }
  .node-type-fod-mobile .group_benefits .node-microsite-benefit {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width:960px) {
  .node-type-fod-mobile .group_benefits .field-name-field-benefits>.field-items>.field-item {
    height: auto;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits {
    margin-top: 100px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-title h2 {
    margin: 0px 0px 10px 0px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-title, .node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-body, .node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-info-link {
    float: right;
    width: 52%;
    padding-left: 30px;
  }
  .node-type-fod-mobile .group_benefits .field-name-field-benefits .field-name-field-image {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
}

.node-type-fod-mobile #group-benefits .field-name-field-image {
  background-color: transparent;
}

.node-type-fod-mobile #group-benefits .field-name-field-image img {
  width: 100%;
}

.node-type-fod-mobile .group_why_section {
  text-align: left;
}

.node-type-fod-mobile .group_why_section .group-width-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile .group_why_section .group-width-wrapper:before, .node-type-fod-mobile .group_why_section .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_why_section .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_why_section .field-name-field-why-section-header {
  font-size: 30px;
  font-weight: 400;
}

.node-type-fod-mobile .group_why_section .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin-bottom: 15px;
}

.node-type-fod-mobile .group_why_section .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

.node-type-fod-mobile .group_why_section .field-name-field-why-section-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

@media only screen and (min-width:768px) {
  .node-type-fod-mobile .group_why_section {
    padding-top: 120px;
  }
}

.node-type-fod-mobile #group-why .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-fod-mobile #group-why .group-width-wrapper:before, .node-type-fod-mobile #group-why .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile #group-why .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile #group-why .field-name-field-left-side h2 {
  margin-top: 0px;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.mstooltip {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 260px;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
  color: #333;
  z-index: 6;
  cursor: default;
  white-space: normal;
  font-size: 12px;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.mstooltip:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -15px;
  margin-top: -12px;
  width: 29px;
  height: 26px;
  z-index: 7;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-color: #fff;
  border-width: 11px 15px 11px 0;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.mstooltip.left:after {
  left: auto;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-color: #fff;
  border-width: 11px 0 11px 15px;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.table-holder {
  position: relative;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.table-holder table {
  position: relative;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.table-holder table:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 1px;
  left: 1px;
  height: 30px;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
  display: block;
}

.node-type-fod-mobile #group-why .field-name-field-right-side div.table-holder div.table {
  border-radius: 5px;
  margin: 0;
  border: 1px solid #e4e4e4;
  overflow: auto;
}

.node-type-fod-mobile #group-why .field-name-field-right-side .field-items .field-item {
  position: relative;
}

.node-type-fod-mobile #group-why .field-name-field-right-side p.note {
  margin: 10px 10px 0px 10px;
  font-size: 12px;
  color: #000;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table {
  border-radius: 0;
  border: 0;
  font-size: 13px;
  width: 100%;
  position: relative;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table th {
  color: #fff;
  background-color: #627077;
  padding: 10px 15px;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table td {
  padding: 5px 15px;
  position: relative;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table tr {
  background-color: #fff;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table tr:nth-child(2n) td {
  background-color: #eaeaea;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table p {
  margin: 0;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table a.info {
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.node-type-fod-mobile #group-why .field-name-field-right-side table a.info:hover {
  text-decoration: none;
}

.node-type-fod-mobile #group-why .field-name-field-why-section-cta {
  text-align: center;
}

.node-type-fod-mobile #group-why .field-name-field-why-section-cta a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 34px;
  min-width: 130px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 0px 5px 0px 5px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  margin: 0px auto;
}

.node-type-fod-mobile #group-why .field-name-field-why-section-cta a:hover {
  text-decoration: none;
}

.node-type-fod-mobile #group-why .field-name-field-why-section-cta a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-fod-mobile #group-features {
  padding: 0px 0px 50px;
}

.node-type-fod-mobile #group-features .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.node-type-fod-mobile #group-features .field-name-field-getting-started-title {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 38px;
  font-size: 24px;
  font-weight: 400;
}

.node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items {
  *zoom: 1;
  margin: 0px -15px;
}

.node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items:before, .node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items:after {
  clear: both;
}

.node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items>div {
  padding: 0px 15px;
}

.node-type-fod-mobile #group-features .field-name-field-columns-content .node-overview-column .field-name-title h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin: 50px 0px 20px;
}

.node-type-fod-mobile #group-features .field-name-field-descr-text {
  text-align: center;
  padding: 30px 0px 0px 0px;
}

.node-type-fod-mobile .group_product_footer {
  background-color: #ececec;
  text-align: left;
  padding: 5px 0px 30px 0px;
}

.node-type-fod-mobile .group_product_footer .group-width-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.node-type-fod-mobile .group_product_footer .group-width-wrapper:before, .node-type-fod-mobile .group_product_footer .group-width-wrapper:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_product_footer .group-width-wrapper:after {
  clear: both;
}

.node-type-fod-mobile .group_product_footer .field-name-field-footer-columns>.field-items {
  *zoom: 1;
}

.node-type-fod-mobile .group_product_footer .field-name-field-footer-columns>.field-items:before, .node-type-fod-mobile .group_product_footer .field-name-field-footer-columns>.field-items:after {
  content: " ";
  display: table;
}

.node-type-fod-mobile .group_product_footer .field-name-field-footer-columns>.field-items:after {
  clear: both;
}

.node-type-fod-mobile .group_product_footer .node-microsite-footer-column .field-name-title h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #adadad;
}

.node-type-fod-mobile .group_product_footer .node-microsite-footer-column .field-name-field-links a {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width:768px) {
  .node-type-fod-mobile .group_product_footer {
    padding: 25px 0px 45px 0px;
  }
  .node-type-fod-mobile .group_product_footer .field-name-field-footer-columns>.field-items>.field-item {
    float: left;
    width: 25%;
    padding: 0px 15px;
  }
  .node-type-fod-mobile .group_product_footer .node-microsite-footer-column .field-name-title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.node-type-fod-mobile footer .pronq-lang-active-flag img {
  margin-top: 0px;
}

@media only screen and (min-width:768px) {
  .node-type-fod-mobile .node.node-fod-mobile {
    padding-top: 0px;
  }
  .node-type-fod-mobile #group-header {
    max-height: 500px;
    overflow: hidden;
    clear: both;
  }
  .node-type-fod-mobile #group-header #group-header-content {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .node-type-fod-mobile #group-header #group-header-content .group-width-wrapper {
    height: 100%;
  }
  .node-type-fod-mobile #group-header #group-right {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display: table;
  }
  .node-type-fod-mobile #group-header #group-right>div {
    display: table-cell;
    vertical-align: middle;
  }
  .node-type-fod-mobile #group-header .field-name-field-background-image {
    height: auto;
  }
  .node-type-fod-mobile #group-header .field-name-field-video-screenshot {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display: table;
    max-width: 50%;
    overflow: hidden;
  }
  .node-type-fod-mobile #group-header .field-name-field-video-screenshot>div {
    display: table-cell;
    vertical-align: middle;
  }
  .node-type-fod-mobile #group-why .field-name-field-left-side {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-fod-mobile #group-why .field-name-field-right-side {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-fod-mobile #group-why .field-name-field-why-section-cta {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
  }
  .node-type-fod-mobile #group-features .field-name-field-columns-content>.field-items>div {
    float: left;
    width: 33%;
  }
}

.node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 0px 3px 0px 3px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #d7410b;
  border: 1px solid #d7410b;
  color: #fff;
  font-size: 16px;
  width: 168px;
  margin: 0px auto;
  display: none;
  margin-top: 25px;
}

.node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a {
    padding: 12px 60px;
  }
}

.node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a:hover {
  background-color: #c1401a;
  border-color: #c1401a;
}

.node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a {
  padding: 12px;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-get-started-content>.field-items>.field-item:nth-child(2) .field-name-field-description a {
    display: block;
  }
  .node-type-microsite-detail-page .microsite-fod #group-get-started .field-name-field-download-link a {
    display: none;
  }
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage {
  border: 1px solid #ccc;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage>* {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage .field-name-field-image-text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  text-align: center;
  color: #ccc;
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage .field-name-field-image-text p {
  font-size: 93px;
  line-height: 60px;
  font-weight: bold;
  font-style: italic;
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage .field-name-field-image-text p.smaller {
  font-size: 39px;
  line-height: 38px;
}

.microsite-appdefender #group-scenarios .node-microsite-column .group_textonimage .field-name-field-image-text>div {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.node-type-micro-site-overview-page .microsite-webinspect .group_benefits .field-name-field-benefits .field-name-field-image {
  background-color: transparent;
}

.node-type-microsite-tour-page .microsite-webinspect #group-overview .node-microsite-screenshot .field-name-field-screenshot-image img {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.node-type-microsite-tour-page .microsite-webinspect #group-hero .node-micro-site-hero-banner .field-name-field-hero-title {
  color: #fff;
}

.node-type-microsite-tour-page .microsite-webinspect #group-overview .field-name-field-screenshot-title {
  display: none;
}

.node-type-microsite-tour-page .microsite-webinspect #group-screenshots .field-name-field-product-screenshots>.field-items>.field-item:last-child>div {
  border: 0;
}

@media only screen and (min-width:768px) {
  .node-type-microsite-tour-page .microsite-webinspect #group-hero .node-micro-site-hero-banner .field-name-field-hero-header, .node-type-microsite-tour-page .microsite-webinspect #group-hero .node-micro-site-hero-banner .field-name-body {
    color: #fff;
  }
  .node-type-microsite-tour-page .microsite-webinspect #group-features .node-microsite-screenshot .field-name-field-screenshot-title {
    display: none;
  }
}

.hp-redirect-wrapper {
  background-color: #0078EF;
}

.hp-redirect-wrapper .hp-redirect-box {
  -webkit-box-shadow: 0px 0px 61px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 61px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 61px -18px rgba(0, 0, 0, 0.75);
  background-color: white;
  border-radius: 3px;
}

.hp-redirect-wrapper .hp-redirect-box .redirect-box {
  padding: 60px 30px;
}

.hp-redirect-wrapper .hp-redirect-box .hp-title {
  font-family: Metric, sans-serif;
  margin: 0px;
  color: #333;
  font-weight: normal;
  font-size: 30px;
}

.hp-redirect-wrapper .hp-redirect-box #logo-wrapper {
  margin: 0px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-redirect-wrapper .hp-redirect-box #logo-wrapper .old-logo {
  width: 70px;
}

.hp-redirect-wrapper .hp-redirect-box #logo-wrapper .arrow-right {
  color: #333;
  margin: 0px 20px;
}

.hp-redirect-wrapper .hp-redirect-box #logo-wrapper .new-logo {
  width: 50%;
}

.hp-redirect-wrapper .hp-redirect-box h4.redirect {
  margin-top: 0px;
}

.hp-redirect-wrapper .hp-redirect-box h4.bookmark {
  margin-bottom: 0px;
}

.hp-redirect-wrapper .hp-redirect-box h4 {
  margin: 4% 0px;
}

.hp-redirect-wrapper .hp-redirect-box h4 span {
  color: #333;
  font-weight: bold;
}

.hp-redirect-wrapper .hp-redirect-box h4 a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-color: #0078EF;
  border-bottom-style: solid;
  color: inherit;
}

@media only screen and (max-width:767px) {
  .hp-redirect-wrapper {
    height: 100vh;
    background-color: white;
  }
  .hp-redirect-wrapper h2, .hp-redirect-wrapper h4, .hp-redirect-wrapper h3 {
    font-size: 14px;
  }
  .hp-redirect-wrapper:before {
    display: none;
  }
  .hp-redirect-wrapper .hp-redirect-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100vh;
    width: 100%;
  }
  .hp-redirect-wrapper .hp-redirect-box .redirect-box {
    height: 100%;
    padding: 0px;
  }
  .hp-redirect-wrapper .hp-redirect-box #logo-wrapper {
    margin: 0px;
    margin-top: 60px;
    width: 100%;
  }
  .hp-redirect-wrapper .hp-redirect-box #logo-wrapper .new-logo {
    width: 120px;
  }
  .hp-redirect-wrapper .hp-redirect-box .mobile-top-wrap {
    height: 45%;
    background-color: #0078EF;
    padding: 0px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hp-redirect-wrapper .hp-redirect-box .mobile-top-wrap h2, .hp-redirect-wrapper .hp-redirect-box .mobile-top-wrap h4, .hp-redirect-wrapper .hp-redirect-box .mobile-top-wrap span {
    color: white;
  }
  .hp-redirect-wrapper .hp-redirect-box .mobile-bottom-wrap {
    height: 55%;
    padding: 0px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hp-redirect-wrapper .hp-redirect-box .mobile-bottom-wrap h4.bookmark {
    margin-bottom: 10px;
  }
  .hp-redirect-wrapper .hp-redirect-box .mobile-bottom-wrap h4.redirect {
    margin-bottom: 60px;
  }
}

.page-node-4447 #content .messages--error {
  padding: 15px 0px;
  text-align: center;
}

.page-node-4447 #content .messages--error ul {
  list-style-type: none;
}

/*.node-type-coming-soon #group-header {
  padding: 0px 15px;
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/comingsoon/main-bg.jpg);
  background-position: right top;
  background-size: cover;
  color: #fff;
  height: auto;
}*/

@media screen and (max-width:768px) {
  .node-type-coming-soon #group-header {
    background-color: inherit;
  }
}

@media screen and (max-width:768px) {
  .node-type-coming-soon #group-header .group-width-wrapper.group-header-wrapper {
    background-color: inherit;
  }
}

.node-type-coming-soon .field-name-field-banner-title {
  text-align: center;
}

.node-type-coming-soon .field-name-field-banner-title h1 {
  color: #fff;
  line-height: initial;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  margin: 0;
  visibility: hidden;
}

.node-type-coming-soon .field-name-field-block-header {
  text-align: center;
  font-size: 26px;
  line-height: initial;
  padding: 40px 0px 0px 0px;
  line-height: 50px;
}

.node-type-coming-soon .field-name-field-banner-text {
  text-align: center;
  font-size: 16px;
}

.node-type-coming-soon .field-name-field-webform {
  max-width: 300px;
  margin: 50px auto;
}

.node-type-coming-soon .field-name-field-webform h2.node-title {
  display: none;
}

.node-type-coming-soon .field-name-field-webform input.form-text {
  border: 0;
  outline: 0;
  background-color: #fff;
  color: #333;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  margin: 0px 0px 17px 0px;
  height: 42px;
  font-family: "Metric";
  -webkit-appearance: none;
}

.node-type-coming-soon .field-name-field-webform input.form-submit {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 12px 5px;
  min-width: 130px;
  font-size: 17px;
  border-radius: 3px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
  display: block;
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
}

.node-type-coming-soon .field-name-field-webform input.form-submit:hover {
  text-decoration: none;
}

@media only screen and (min-width:480px) {
  .node-type-coming-soon .field-name-field-webform input.form-submit {
    padding: 12px 60px;
  }
}

.node-type-coming-soon .field-name-field-webform input.form-submit:hover {
  background-color: #0078EF !important;
}

.node-type-coming-soon .field-name-field-webform input.form-submit:focus {
  background-color: #0078EF !important;
}

.node-type-coming-soon .field-name-field-webform .webform-component-email, .node-type-coming-soon .field-name-field-webform .webform-component-textfield {
  position: relative;
}

.node-type-coming-soon .field-name-field-webform .webform-component-email .fielderror, .node-type-coming-soon .field-name-field-webform .webform-component-textfield .fielderror {
  position: relative;
  bottom: 15px;
}

.node-type-coming-soon .field-name-field-webform .messages--status {
  font-size: 16px;
  border: 1px solid #C5E19C;
  display: inline-block;
  background-color: #ECF6E0;
  padding: 10px 14px 10px 10px;
  margin: 0px auto;
  color: #547423;
  border-radius: 5px;
}

.node-type-coming-soon .field-name-field-webform .messages--status h2 {
  display: none;
}

.node-type-coming-soon .field-name-field-webform .messages--status p {
  margin: 0;
}

.node-type-coming-soon .field-name-field-webform .messages--status a {
  color: #547423;
}

.node-type-coming-soon .field-name-field-webform .messages--status a:hover {
  text-decoration: none;
}

.node-type-coming-soon .field-name-field-email-thanks {
  display: none;
}

.node-type-coming-soon .field-name-field-bottom-cta-text {
  text-align: center;
  padding-bottom: 60px;
  font-size: 16px;
}

.node-type-coming-soon .field-name-field-customers-title {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 30px;
}

.node-type-coming-soon .field-name-field-customer-logo .field-items {
  *zoom: 1;
}

.node-type-coming-soon .field-name-field-customer-logo .field-items:before, .node-type-coming-soon .field-name-field-customer-logo .field-items:after {
  content: " ";
  display: table;
}

.node-type-coming-soon .field-name-field-customer-logo .field-items:after {
  clear: both;
}

.node-type-coming-soon .field-name-field-customer-logo .field-item {
  float: left;
  width: 50%;
  height: 60px;
  padding: 20px 0px;
}

.node-type-coming-soon .field-name-field-customer-logo img {
  margin: 0px auto;
}

.node-type-coming-soon #group-info {
  text-align: left;
  padding: 30px 15px;
  line-height: 26px;
}

.node-type-coming-soon #group-images {
  padding: 30px 15px;
}

.node-type-coming-soon .field-name-field-column-title, .node-type-coming-soon .field-name-field-featurette-title h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.node-type-coming-soon .field-name-field-screenshots {
  display: none;
  margin-bottom: 45px;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails {
  *zoom: 1;
  margin: 0px -5px;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails:before, .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails:after {
  content: " ";
  display: table;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails:after {
  clear: both;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails>* {
  width: 50%;
  overflow: hidden;
  float: left;
  padding: 5px;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot, .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot-see-all {
  border: 1px solid #dfdfdf;
  display: block;
  position: relative;
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
  transition-property: box-shadow;
  transition-duration: .2s;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot>*, .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot-see-all>* {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot:hover, .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot-see-all:hover {
  box-shadow: 0px 0px 6px 0px #ccc;
  text-decoration: underline;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot:hover span, .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot-see-all:hover span {
  text-decoration: underline;
}

.node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails .screenshot-see-all span {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: -23px auto 0px;
  max-width: 100px;
  height: 46px !important;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content {
  max-width: 1024px;
  padding: 0px 0px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content ul, .node-type-coming-soon .field-name-field-screenshots .pmodal-content ol {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-prev, .node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-next {
  position: absolute;
  top: 50%;
  font-size: 28px;
  color: #CACACA;
  outline: 0;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-prev:hover, .node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-next:hover {
  color: #444444;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-prev {
  left: 2%;
  padding-left: 15px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-next {
  right: 2%;
  padding-right: 15px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0px;
  right: 0px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-control-nav li {
  display: inline-block;
  padding: 0px 10px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #1f2327;
  text-indent: -10000px;
  overflow: hidden;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .flex-control-nav li a.flex-active {
  border-color: #0096D6;
  background-color: #0096D6;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content ul.slides li .slide-content {
  padding: 60px 90px 35px 90px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .magnifier {
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #0096D6, 0 0 7px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 250px;
  width: 250px;
  background-color: #FFF;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .magnifier span.tip {
  background-color: #36acdf;
  border-radius: 5px;
  color: #fff;
  left: 0;
  margin: 0 auto;
  opacity: 0.8;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 110px;
  width: 150px;
  opacity: 0;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .zoomed-image {
  position: relative;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .screenshot-description h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0px 0px 0px;
}

.node-type-coming-soon .field-name-field-screenshots .pmodal-content .screenshot-description p {
  margin-top: 0px;
  font-size: 16px;
}

.node-type-coming-soon .pdp-analysis-coverflow.tooltip-visible span.tip {
  opacity: 0.8 !important;
}

@media only screen and (min-width:768px) {
  .node-type-coming-soon #group-header {
    background-position: center top;
  }
  .node-type-coming-soon .field-name-field-block-header {
    font-size: 36px;
  }
  .node-type-coming-soon #group-content-section {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-coming-soon #group-info {
    float: left;
    width: 66.7%;
    padding: 80px 15px;
    font-size: 16px;
  }
  .node-type-coming-soon #group-images {
    float: left;
    width: 33.3%;
    padding: 80px 15px;
  }
  .node-type-coming-soon .field-name-field-webform {
    max-width: 700px;
  }
  .node-type-coming-soon .field-name-field-webform form>div {
    *zoom: 1;
  }
  .node-type-coming-soon .field-name-field-webform form>div:before, .node-type-coming-soon .field-name-field-webform form>div:after {
    content: " ";
    display: table;
  }
  .node-type-coming-soon .field-name-field-webform form>div:after {
    clear: both;
  }
  .node-type-coming-soon .field-name-field-webform .webform-component-email, .node-type-coming-soon .field-name-field-webform .webform-component-textfield, .node-type-coming-soon .field-name-field-webform .form-actions {
    float: left;
    width: 33.3%;
    padding: 0px 6px;
  }
  .node-type-coming-soon .field-name-field-webform .form-actions input {
    padding: 0;
  }
  .node-type-coming-soon .field-name-field-webform .webform-component-email .fielderror, .node-type-coming-soon .field-name-field-webform .webform-component-textfield .fielderror {
    position: absolute;
    top: 42px;
    left: 0px;
    right: 0px;
    bottom: auto;
  }
  .node-type-coming-soon .field-name-field-customers-title {
    padding: 0;
  }
  .node-type-coming-soon .field-name-field-screenshots {
    display: block;
  }
}

@media only screen and (min-width:960px) {
  .node-type-coming-soon .field-name-field-screenshots .screenshot-thumbnails>* {
    width: 33.3%;
  }
  .node-type-coming-soon .field-name-field-customer-logo .field-item {
    width: 33.3%;
  }
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}

.section-404 {
  background-color: #eee;
}

.section-404 .node-static-page, .section-404 .symfony {
  margin-top: 45px;
  padding: 0px 15px;
}

.section-404 .node-static-page .field-name-body h2, .section-404 .symfony .field-name-body h2 {
  margin: 0px 0px 40px 0px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.section-404 .node-static-page .field-name-body p, .section-404 .symfony .field-name-body p {
  max-width: 560px;
  margin: 0px auto 10px auto;
  font-size: 18px;
  font-weight: 400;
}

.section-404 .node-static-page .field-name-body .pageerror-destkop, .section-404 .node-static-page .field-name-body .pageerror-mobile, .section-404 .symfony .field-name-body .pageerror-destkop, .section-404 .symfony .field-name-body .pageerror-mobile {
  position: relative;
  margin: 30px auto;
}

.section-404 .node-static-page .field-name-body .pageerror-destkop img, .section-404 .node-static-page .field-name-body .pageerror-mobile img, .section-404 .symfony .field-name-body .pageerror-destkop img, .section-404 .symfony .field-name-body .pageerror-mobile img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-404 .node-static-page .field-name-body .pageerror-destkop a span, .section-404 .node-static-page .field-name-body .pageerror-mobile a span, .section-404 .symfony .field-name-body .pageerror-destkop a span, .section-404 .symfony .field-name-body .pageerror-mobile a span {
  position: absolute;
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  z-index: 10;
  background-color: white;
  opacity: 0;
}

.section-404 .node-static-page .field-name-body .pageerror-destkop, .section-404 .symfony .field-name-body .pageerror-destkop {
  display: none;
}

.section-404 .node-static-page .field-name-body .pageerror-mobile, .section-404 .symfony .field-name-body .pageerror-mobile {
  max-width: 320px;
}

.section-404 .node-static-page .field-name-body .pageerror-mobile a.home span, .section-404 .symfony .field-name-body .pageerror-mobile a.home span {
  width: 48.13%;
  height: 12.45%;
  top: 14%;
  right: 5%;
}

.section-404 .node-static-page .field-name-body .pageerror-mobile a.sitemap span, .section-404 .symfony .field-name-body .pageerror-mobile a.sitemap span {
  width: 48.13%;
  height: 12.45%;
  top: 31%;
  right: 5%;
}

.section-404 .symfony {
  padding-top: 150px !important;
  text-align: center;
  margin-top: 0px !important;
}

@media only screen and (min-width:768px) {
  .section-404 .node-static-page {
    margin-top: 150px;
  }
  .section-404 .node-static-page .field-name-body .pageerror-destkop {
    display: block;
    max-width: 895px;
  }
  .section-404 .node-static-page .field-name-body .pageerror-destkop a.home span {
    width: 21.45%;
    height: 13.56%;
    top: 13%;
    right: 0px;
  }
  .section-404 .node-static-page .field-name-body .pageerror-destkop a.sitemap span {
    width: 21.45%;
    height: 13.56%;
    top: 29%;
    right: 0px;
  }
  .section-404 .node-static-page .field-name-body .pageerror-mobile {
    display: none;
  }
}

.node-product-feature-page.view-mode-full {
  text-align: left;
}

.node-product-feature-page.view-mode-full .col-wrap.clearfix {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.node-product-feature-page.view-mode-full .group-right {
  float: right;
  width: 66.4%;
  padding-left: 40px;
  margin-top: 40px;
}

.node-product-feature-page.view-mode-full .group-right a#free-trial-cta {
  display: none;
}

@media only screen and (max-width:768px) {
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta {
    width: 100%;
  }
}

.node-product-feature-page.view-mode-full .group-right .field-name-field-section-header {
  font-size: 36px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

.node-product-feature-page.view-mode-full .group-right .field-name-body {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.node-product-feature-page.view-mode-full .group-right .field-name-field-features {
  margin-bottom: 300px;
}

.node-product-feature-page.view-mode-full .group-right .field-name-field-features>.field-items>.field-item {
  border-bottom: 1px solid #CACACA;
}

.node-product-feature-page.view-mode-full .group-right .field-name-field-features>.field-items>.field-item:last-child {
  border-bottom: 0px;
}

.node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-title h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 40px;
  color: #333;
}

.node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-field-overview-image {
  margin-bottom: 20px;
}

.node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-body {
  margin-bottom: 45px;
}

.node-product-feature-page.view-mode-full .group-right .field-name-field-sub-title-2 {
  font-size: 16px;
}

.node-product-feature-page.view-mode-full .group-left {
  float: left;
  width: 33.3%;
  padding-right: 40px;
}

.node-product-feature-page.view-mode-full .group-left ul.toc {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 40px;
}

.node-product-feature-page.view-mode-full .group-left ul.toc li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EEEEEE;
}

.node-product-feature-page.view-mode-full .group-left ul.toc li a {
  min-width: 265px;
  color: #333;
  display: block;
  padding: 13px 0px 13px 30px;
  border-right: 0px solid #EEEEEE;
  transition-property: border-right;
  transition-duration: .25s;
  line-height: 24px;
}

.node-product-feature-page.view-mode-full .group-left ul.toc li:hover {
  background-color: #F5F5F5;
}

.node-product-feature-page.view-mode-full .group-left ul.toc li:hover a {
  text-decoration: none;
}

.node-product-feature-page.view-mode-full .group-left ul.toc li.active a {
  font-weight: bold;
  background-color: #F5F5F5;
  border-right: 5px solid #0078EF;
}

.node-product-feature-page.view-mode-full .group-footer {
  display: none;
  *zoom: 1;
}

.node-product-feature-page.view-mode-full .group-footer:before, .node-product-feature-page.view-mode-full .group-footer:after {
  content: " ";
  display: table;
}

.node-product-feature-page.view-mode-full .group-footer:after {
  clear: both;
}

.node-product-feature-page.view-mode-full .field-name-product-header-attachment {
  margin-bottom: 70px;
}

.node-product-feature-page.view-mode-full .field-name-product-header-attachment .node-product-header {
  border-bottom: 1px solid #CACACA;
}

@media (max-width:960px) {
  .node-product-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-product-feature-page.view-mode-full {
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding: 0px;
  }
  .node-product-feature-page.view-mode-full .group-right {
    margin-top: 0px;
    clear: both;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-field-section-header {
    margin-top: 40px;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-body {
    font-size: 16px;
    margin: 0px;
    padding: 0px 4%;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-body p {
    margin-bottom: 40px;
  }
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Metric";
    font-weight: 400;
    line-height: 1;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 12px 5px;
    min-width: 130px;
    font-size: 17px;
    border-radius: 3px;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #0078EF !important;
    margin: 30px 0px;
    padding: 12px 20px;
  }
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width:960px) and (min-width:480px) {
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta {
    padding: 12px 60px;
  }
}

@media (max-width:960px) {
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta:hover {
    background-color: #0078EF !important;
  }
  .node-product-feature-page.view-mode-full .group-right a#free-trial-cta:focus {
    background-color: #0078EF !important;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-field-features {
    margin-bottom: 0px;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-field-features>.field-items>.field-item {
    border-bottom: 1px solid #CACACA;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-field-features>.field-items>.field-item:first-child {
    border-top: 1px solid #CACACA;
  }
  .node-product-feature-page.view-mode-full .group-right .field-name-field-features>.field-items>.field-item:last-child {
    border-bottom: 1px solid #CACACA;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-title.accordion-active h2 {
    background-color: #F7FCFE;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-title.accordion-active h2:after {
    content: "-";
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-title h2 {
    padding: 0px 20px;
    font-weight: 400;
    line-height: 3;
    text-align: left;
    margin: 0px;
    min-height: 54px;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-title h2:after {
    content: "+";
    float: right;
    font-size: 27px;
    line-height: 2;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .accordion-active {
    margin: 0px;
    background-color: #F7FCFE;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .accordion-active p {
    text-align: left;
    margin: 0px;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .accordion-active p:first-child {
    padding-top: 40px;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .accordion-active p:last-child {
    padding-bottom: 40px;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-field-overview-image {
    padding: 0px 4%;
    display: none;
  }
  .node-product-feature-page.view-mode-full .group-right .node-overview-column .field-name-body {
    display: none;
  }
  .node-product-feature-page.view-mode-full .group-left {
    display: none;
  }
  .node-product-feature-page.view-mode-full .group-footer {
    display: none;
    *zoom: 1;
  }
  .node-product-feature-page.view-mode-full .group-footer:before, .node-product-feature-page.view-mode-full .group-footer:after {
    content: " ";
    display: table;
  }
  .node-product-feature-page.view-mode-full .group-footer:after {
    clear: both;
  }
  .node-product-feature-page.view-mode-full .field-name-product-header-attachment {
    margin-bottom: 0px;
  }
}

@media (max-width:767px) {
  .node-product-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.node-type-splitter-page .join-team {
  background: #556576;
  padding: 70px;
}

.node-type-splitter-page .join-team .join-team-content, .node-type-splitter-page .join-team-title {
  color: #fff;
}

.node-type-splitter-page .join-team .join-team-detail .join-team-content {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

.node-type-splitter-page .join-team .join-team-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 28px;
}

.node-type-splitter-page .join-team .card-details {
  margin-bottom: 40px;
}

.node-type-splitter-page .join-team .join-team-content {
  margin: 40px 0;
}

.node-type-splitter-page .join-team-cards {
  display: flex;
  justify-content: space-between;
}

.node-type-splitter-page .join-team-cards>.card-details {
  height: auto;
}

.node-type-splitter-page .join-team .card-details>.uk-panel-box {
  height: 100%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 35px 30px 90px 30px;
  position: relative;
}

.node-type-splitter-page .join-team .card-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #293138;
}

.node-type-splitter-page .join-team .card-title img {
  width: 90px;
  height: 22px;
  margin-right: 10px;
}

.node-type-splitter-page .join-team .wysiwyg {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #556575;
  line-height: 28px;
}

.node-type-splitter-page .join-team .card-cta {
  -webkit-appearance: none;
  color: #fff;
  margin: 0;
  border: none;
  overflow: visible;
  box-sizing: border-box;
  padding: 0 20px;
  background: #0073E7;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px !important;
  min-width: 280px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 30px;
  bottom: 35px;
}

@media screen and (max-width:959px) {
  .node-type-splitter-page .join-team .card-cta {
    position: static;
  }
}

.node-type-splitter-page .join-team .card-cta:hover {
  background: #0078EF;
}

@media screen and (max-width:959px) {
  .node-type-splitter-page .join-team {
    padding: 20px;
  }
  .node-type-splitter-page .join-team>.uk-container, .node-type-splitter-page .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .join-team>.slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .node-type-splitter-page .join-team>.slide-content-wrapper, .node-type-splitter-page .type-benefits-section .join-team>.node-benefits-section, .type-benefits-section .node-type-splitter-page .join-team>.node-benefits-section, .node-type-splitter-page #group-header .join-team>.field-name-field-product-header, #group-header .node-type-splitter-page .join-team>.field-name-field-product-header, .node-type-splitter-page .type-testimonials-section.view-mode-alternative_3 .join-team>.node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .node-type-splitter-page .join-team>.node-testimonials-section, .node-type-splitter-page .type-tour-section .join-team>article.node-tour-section, .type-tour-section .node-type-splitter-page .join-team>article.node-tour-section, .node-type-splitter-page .type-steps-section .join-team>.node-steps-section, .type-steps-section .node-type-splitter-page .join-team>.node-steps-section, .node-type-splitter-page .type-overview-section.view-mode-alternative_1 .join-team>.node-overview-section, .type-overview-section.view-mode-alternative_1 .node-type-splitter-page .join-team>.node-overview-section, .node-type-splitter-page .type-overview-section.view-mode-alternative_2 .join-team>.node-overview-section, .type-overview-section.view-mode-alternative_2 .node-type-splitter-page .join-team>.node-overview-section, .node-type-splitter-page .type-overview-section.view-mode-alternative_3 .node-overview-section .join-team>.field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .node-type-splitter-page .join-team>.field-type-entityreference, .node-type-splitter-page .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .join-team>ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .node-type-splitter-page .join-team>ul, .node-type-splitter-page .type-overview-section.view-mode-alternative_4 .join-team>.node-overview-section, .type-overview-section.view-mode-alternative_4 .node-type-splitter-page .join-team>.node-overview-section, .node-type-splitter-page .type-rotator-section .field-name-field-highlight-screenshots .join-team>.field-items, .type-rotator-section .field-name-field-highlight-screenshots .node-type-splitter-page .join-team>.field-items, .node-type-splitter-page .type-why-section .join-team>.node-why-section, .type-why-section .node-type-splitter-page .join-team>.node-why-section, .node-type-splitter-page .join-team>.node-sign-up-for-a-free-trial, .node-type-splitter-page .field-name-field-product-blocks.join-team>.field-items, .node-type-splitter-page .node-type-webform .join-team>#content, .node-type-webform .node-type-splitter-page .join-team>#content {
    padding: 0;
    margin: 0;
  }
  .node-type-splitter-page .join-team .uk-grid {
    margin: 0;
  }
  .node-type-splitter-page .join-team-cards {
    display: block;
  }
  .node-type-splitter-page .join-team-cards .wysiwyg {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  .node-type-splitter-page .join-team-cards .uk-button, .node-type-splitter-page .join-team-cards .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .node-type-splitter-page .join-team-cards input.form-submit {
    position: static;
    max-width: 100%;
  }
  .node-type-splitter-page .join-team-cards .card-details {
    padding: 0;
  }
  .node-type-splitter-page .join-team-cards .card-details>.uk-panel-box {
    padding-bottom: 35px;
  }
}

@media screen and (max-width:600px) {
  .node-type-splitter-page .join-team-cards .uk-button, .node-type-splitter-page .join-team-cards .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .node-type-splitter-page .join-team-cards input.form-submit {
    width: 100%;
    min-width: 0;
  }
  .node-type-splitter-page .join-team-cards .card-title>img {
    display: block;
    margin-bottom: 10px;
  }
}

body.node-type-microfocus-homepage {
  background-color: transparent !important;
}

body.node-type-microfocus-homepage #block-system-main {
  padding-bottom: 0;
}

footer {
  font-family:"HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
}

footer .site-links-blk>li>a {
  font-family:"HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
}

footer .fa {
  font-family:"HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
}

.homepage-wrapper {
  overflow-x: hidden;
  font-family:"HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
  text-align: left;
}

.homepage-wrapper .h1, .homepage-wrapper .h2, .homepage-wrapper .h3, .homepage-wrapper .h4 {
  font-family:"HPSimplified","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"SVbN", YuGothic,arial !important;
}

.homepage-wrapper a {
  color: #0073E7;
}

.homepage-wrapper .uk-container, .homepage-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .slide-content-wrapper, .homepage-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .node-benefits-section, .homepage-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .field-name-field-product-header, .homepage-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .node-testimonials-section, .homepage-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper article.node-tour-section, .homepage-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .node-steps-section, .homepage-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .node-overview-section, .homepage-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .node-overview-section, .homepage-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .field-type-entityreference, .homepage-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper ul, .homepage-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .node-overview-section, .homepage-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .field-items, .homepage-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .node-why-section, .homepage-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper #content {
  margin: 0 auto;
}

.homepage-wrapper .uk-button, .homepage-wrapper .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper input.form-submit {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  background-color: #FFFFFF;
  color: #0073E7;
  font-weight: 500 !important;
  text-transform: none;
  min-height: 48px;
  border-radius: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.homepage-wrapper .uk-button:hover, .homepage-wrapper .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper input.form-submit:hover {
  background-color: #164797;
  border-color: #164797;
  text-decoration: none;
  color: #FFFFFF;
}

.homepage-wrapper .uk-button.secondary, .homepage-wrapper .node-type-webform #content #webform-client-form-6530 div.form-actions input.secondary.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper input.secondary.form-submit {
  background-color: #0073E7;
  color: #FFFFFF;
}

.homepage-wrapper .uk-button.secondary:hover, .homepage-wrapper .node-type-webform #content #webform-client-form-6530 div.form-actions input.secondary.form-submit:hover, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper input.secondary.form-submit:hover {
  background-color: #00BAFF;
  color: #FFFFFF;
}

.homepage-wrapper .hero-wrapper {
  position: relative;
  background-size: cover;
  background-position: bottom;
  height: auto;
  top: 0;
  width: 100%;
  padding-bottom: 90px;
}

.homepage-wrapper .hero-wrapper .uk-width-large-1-2 {
  width: 100%;
}

.homepage-wrapper .hero-subhero-wrapper .uk-container, .homepage-wrapper .hero-subhero-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .hero-subhero-wrapper .slide-content-wrapper, .homepage-wrapper .hero-subhero-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .hero-subhero-wrapper .node-benefits-section, .homepage-wrapper .hero-subhero-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-header, .homepage-wrapper .hero-subhero-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .hero-subhero-wrapper .node-testimonials-section, .homepage-wrapper .hero-subhero-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper .hero-subhero-wrapper article.node-tour-section, .homepage-wrapper .hero-subhero-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .hero-subhero-wrapper .node-steps-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .hero-subhero-wrapper .field-type-entityreference, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .hero-subhero-wrapper ul, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .hero-subhero-wrapper .field-items, .homepage-wrapper .hero-subhero-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .hero-subhero-wrapper .node-why-section, .homepage-wrapper .hero-subhero-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .hero-subhero-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper .hero-subhero-wrapper #content {
  padding: 0 40px;
  box-sizing: content-box;
  margin: auto;
}

.homepage-wrapper .hero-wrapper h1 {
  font-size: 72px;
  line-height: 76px;
  margin-top: 65px;
  color: #fff;
  font-weight: 300;
  width: 60%;
}

@media screen and (max-width:959px) {
  .homepage-wrapper .hero-wrapper h1 {
    width: 100%;
  }
}

.homepage-wrapper .hero-wrapper h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
}

.homepage-wrapper .hero-wrapper .hero-button {
  margin-top: 50px;
}

.homepage-wrapper .hero-wrapper .hero-button img {
  position: relative;
  top: -1px;
  left: 10px;
  vertical-align: middle;
}

.homepage-wrapper .hero-subhero-wrapper .content-wrapper {
  z-index: 100;
  position: relative;
}

.homepage-wrapper .hero-subhero-wrapper video {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 200px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width:1350px) {
  .homepage-wrapper .hero-subhero-wrapper video {
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width:2200px) {
  .homepage-wrapper .hero-subhero-wrapper video {
    top: -400px;
    bottom: 400px;
  }
}

.homepage-wrapper .hero-subhero-wrapper .hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}

.homepage-wrapper .hero-subhero-wrapper .hero-overlay img {
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  width: 27%;
  height: 732px;
}

.homepage-wrapper .hero-subhero-wrapper .video-wrapper {
  position: relative;
}

.homepage-wrapper .subhero-wrapper {
  padding: 60px 0 60px 0;
  z-index: 10 !important;
}

.homepage-wrapper .subhero-wrapper .uk-container, .homepage-wrapper .subhero-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .subhero-wrapper .slide-content-wrapper, .homepage-wrapper .subhero-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .subhero-wrapper .node-benefits-section, .homepage-wrapper .subhero-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .subhero-wrapper .field-name-field-product-header, .homepage-wrapper .subhero-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .subhero-wrapper .node-testimonials-section, .homepage-wrapper .subhero-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper .subhero-wrapper article.node-tour-section, .homepage-wrapper .subhero-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .subhero-wrapper .node-steps-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .subhero-wrapper .field-type-entityreference, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .subhero-wrapper ul, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .subhero-wrapper .field-items, .homepage-wrapper .subhero-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .subhero-wrapper .node-why-section, .homepage-wrapper .subhero-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .subhero-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .subhero-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper .subhero-wrapper #content {
  z-index: 10 !important;
}

.homepage-wrapper .subhero-wrapper .fade-news-wrapper {
  padding-top: 15px;
}

@media screen and (max-width:959px) {
  .homepage-wrapper .subhero-wrapper .fade-news-wrapper {
    padding-top: 0;
  }
}

.homepage-wrapper .subhero-wrapper a.subhero-timeline:hover, .homepage-wrapper .subhero-wrapper a.subhero-timeline:hover>.subhero-timeline-text {
  text-decoration: underline;
}

.homepage-wrapper .hero-subhero-wrapper {
  position: relative;
}

.homepage-wrapper .subhero-wrapper {
  position: relative;
}

.homepage-wrapper .subhero-wrapper .animation-wrapper .animate-text {
  display: none;
}

.homepage-wrapper .subhero-wrapper .uk-grid {
  min-height: 220px;
}

@media (width:768px) {
  .homepage-wrapper .subhero-wrapper .uk-grid {
    min-height: auto;
  }
}

/*.homepage-wrapper .subhero-wrapper:before {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 700px;
  top: -60px;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  background: url("/sites/all/themes/zen_pronq_mktg/images/background_pattern.png") no-repeat;
  content: '';
  background-size: cover !important;
  background-position: top right;
}*/

@media screen and (max-width:959px) {
  .homepage-wrapper .subhero-wrapper:before {
    background-position: top center;
  }
}

.homepage-wrapper .subhero-wrapper .uk-container, .homepage-wrapper .subhero-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .subhero-wrapper .slide-content-wrapper, .homepage-wrapper .subhero-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .subhero-wrapper .node-benefits-section, .homepage-wrapper .subhero-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .subhero-wrapper .field-name-field-product-header, .homepage-wrapper .subhero-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .subhero-wrapper .node-testimonials-section, .homepage-wrapper .subhero-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper .subhero-wrapper article.node-tour-section, .homepage-wrapper .subhero-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .subhero-wrapper .node-steps-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .subhero-wrapper .field-type-entityreference, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .subhero-wrapper ul, .homepage-wrapper .subhero-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .subhero-wrapper .node-overview-section, .homepage-wrapper .subhero-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .subhero-wrapper .field-items, .homepage-wrapper .subhero-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .subhero-wrapper .node-why-section, .homepage-wrapper .subhero-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .subhero-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .subhero-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper .subhero-wrapper #content {
  z-index: 2;
  position: relative;
  color: #fff;
}

.homepage-wrapper .subhero-wrapper .subhero-description {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}

@media (max-width:959px) {
  .homepage-wrapper .subhero-wrapper .subhero-description {
    font-size: 40px;
    line-height: 44px;
  }
}

.homepage-wrapper .subhero-wrapper .subhero-link-learn {
  font-size: 20px;
  font-weight: 500;
  color: #72D2FD;
  padding-top: 15px;
  display: block;
}

.homepage-wrapper .subhero-wrapper .subhero-link-learn:after {
  content: "\203A";
}

.homepage-wrapper .subhero-wrapper .subhero-link:hover .subhero-link-learn {
  text-decoration: underline;
}

.homepage-wrapper .subhero-wrapper .subhero-timeline-heading {
  margin-top: 10px;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  padding-right: 15%;
}

.homepage-wrapper .subhero-wrapper .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
  border-left: 1px solid #72D2FD;
}

.homepage-wrapper .subhero-wrapper .uk-grid-divider a:hover {
  text-decoration: none;
}

.homepage-wrapper .subhero-wrapper .subhero-timeline-image img {
  width: 227px;
}

.homepage-wrapper .subhero-wrapper .subhero-timeline-text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #FFF;
}

.homepage-wrapper .subhero-wrapper .subhero-timeline-text img {
  position: relative;
  top: -2px;
  left: 4px;
  vertical-align: middle;
}

.homepage-wrapper .subhero-wrapper .breaking-news-wrapper {
  position: relative;
  z-index: 5;
  padding: 71px 0 91px 0;
}

.homepage-wrapper .subhero-wrapper .breaking-news-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 250px;
  top: 55%;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background-color: rgba(0, 59, 149, 0.5);
}

.homepage-wrapper .subhero-wrapper .breaking-news-content {
  position: absolute;
  z-index: 4;
  padding-top: 40px;
  bottom: -20px;
  width: 100%;
  text-align: center;
}

.homepage-wrapper .subhero-wrapper .breaking-news-content a {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media (max-width:600px) {
  .homepage-wrapper .subhero-wrapper .breaking-news-content a {
    font-size: 20px;
    line-height: 30px;
  }
}

.homepage-wrapper .subhero-wrapper .breaking-news-content img {
  position: relative;
  top: -1px;
  left: 3px;
  vertical-align: middle;
}

.homepage-wrapper .subhero-wrapper .breaking-news-content a:hover {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width:1009px) and (min-width:960px) {
  .homepage-wrapper .subhero-wrapper:before {
    height: 650px;
  }
}

@media screen and (max-width:959px) {
  .homepage-wrapper .subhero-wrapper:before {
    height: 700px;
  }
}

@media screen and (max-width:791px) {
  .homepage-wrapper .subhero-wrapper .breaking-news-wrapper:before {
    top: 42%;
  }
}

@media screen and (max-width:767px) {
  .homepage-wrapper .subhero-wrapper .breaking-news-content {
    bottom: -20px;
  }
}

@media screen and (max-width:400px) {
  .homepage-wrapper .subhero-wrapper .breaking-news-wrapper:before {
    top: 20%;
  }
  .homepage-wrapper .subhero-wrapper .breaking-news-wrapper .breaking-news-content {
    bottom: -5px;
  }
}

.homepage-wrapper .solutions-wrapper {
  background-color: #f5f5f7;
  padding: 80px 0;
  position: relative;
  z-index: 12;
}

.homepage-wrapper .solutions-wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #293138;
  font-weight: 300;
}

.homepage-wrapper .solutions-wrapper .solutions-description {
  text-align: center;
  color: #293138;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: auto;
  padding-bottom: 40px;
}

.homepage-wrapper .solutions-wrapper .solutions-grid {
  margin-top: 30px;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .indiv-solution {
  background: linear-gradient(to top, #1ab1c7, #2cc4c4);
  padding: 30px;
  margin-bottom: 32px;
  border-radius: 4px;
  min-height: 420px;
  position: relative;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solution-icon img {
  float: left;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solution-link {
  float: right;
  display: none;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solution-icon {
  width: 100%;
  float: left;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solution-title {
  margin-top: 20px;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  float: left;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solution-description {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  float: left;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-bottom: 30px;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solutions-cta {
  color: #0073E7;
  min-width: 280px;
  text-transform: capitalize;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  background-color: #fff;
  margin-top: 10px;
  float: left;
  text-align: center;
  padding: 12px 20px;
  position: absolute;
  bottom: 40px;
  left: 30px;
}

@media (width:768px) {
  .homepage-wrapper .solutions-wrapper .solutions-grid .solutions-cta {
    bottom: 12px;
  }
}

/*.homepage-wrapper .timeline-wrapper {
  padding: 30px 0;
  background: url("/sites/all/themes/zen_pronq_mktg/images/timeline_bg_photo.jpg");
  background-size: cover;
  position: relative;
  height: auto;
}*/

.homepage-wrapper .timeline-wrapper .layer-background {
  background-color: rgba(67, 80, 93, 0.97);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.homepage-wrapper .timeline-wrapper h3 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}

.homepage-wrapper .timeline-wrapper .slideshow {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  height: 400px;
}

.homepage-wrapper .timeline-wrapper .slideshow .slide1 {
  width: 2600px;
  height: 600px;
  z-index: 4;
  background-size: cover;
}

.homepage-wrapper .timeline-wrapper .uk-slidenav-next {
  position: absolute;
  right: -30px;
}

.homepage-wrapper .timeline-wrapper .uk-slidenav-previous {
  position: absolute;
  left: -30px;
}

.homepage-wrapper .timeline-wrapper .uk-slidenav-previous, .homepage-wrapper .timeline-wrapper .uk-slidenav-next {
  top: 40.8%;
}

.homepage-wrapper .timeline-wrapper .owl-theme .owl-nav .disabled, .homepage-wrapper .timeline-wrapper .owl-dots {
  display: none;
}

.homepage-wrapper .timeline-wrapper .uk-slidenav-previous:before, .homepage-wrapper .timeline-wrapper .uk-slidenav-next:before {
  content: none;
}

.homepage-wrapper .timeline-wrapper .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}

/*.homepage-wrapper .timeline-wrapper .owl-theme .owl-nav .uk-slidenav-previous {
  background: url("/sites/all/themes/zen_pronq_mktg/images/carousel-arrow.svg") no-repeat;
  width: 15px;
  height: 24px;
  transform: rotate(180deg);
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.homepage-wrapper .timeline-wrapper .owl-theme .owl-nav .uk-slidenav-next {
  background: url("/sites/all/themes/zen_pronq_mktg/images/carousel-arrow.svg") no-repeat;
  width: 15px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}*/

.homepage-wrapper .timeline-wrapper .slideshow>div {
  width: 242%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.homepage-wrapper .timeline-wrapper .history-image-wrapper {
  position: relative;
}

.homepage-wrapper .timeline-wrapper .history-img-wrapper img {
  width: 242%;
  max-width: none;
}

.homepage-wrapper .culture-wrapper {
  background-color: #881fd3;
  background-image: linear-gradient(to right, #881fd3, #4a66e7);
  padding: 120px 0 90px 0;
}

.homepage-wrapper .culture-wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 300;
}

.homepage-wrapper .culture-wrapper .culture-cta {
  text-align: center;
  margin-top: 52px;
}

.homepage-wrapper .culture-wrapper .culture-cta .uk-button, .homepage-wrapper .culture-wrapper .culture-cta .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper .culture-wrapper .culture-cta input.form-submit {
  min-width: 280px;
}

.homepage-wrapper .customer-logo-wrapper {
  padding: 60px 0 80px 0;
}

.homepage-wrapper .customer-logo-wrapper .uk-grid {
  position: relative;
  left: 33px;
}

.homepage-wrapper .customer-logo-wrapper .uk-grid>div {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  text-align: center;
  max-height: 65px;
}

.homepage-wrapper .customer-logo-wrapper img {
  position: relative;
  max-width: 100%;
  max-height: 65px;
}

.homepage-wrapper .customer-logo-wrapper .aig {
  padding: 0 48px;
  top: -13px;
  left: 0px;
}

.homepage-wrapper .customer-logo-wrapper .fanniemae {
  padding: 0 0;
  top: -18px;
}

.homepage-wrapper .customer-logo-wrapper .comcast {
  padding: 0 30px;
  top: -21px;
  left: 0px;
}

.homepage-wrapper .customer-logo-wrapper .nationwide {
  padding: 0 10px;
  top: -5px;
  left: 0;
}

.homepage-wrapper .customer-logo-wrapper .citi {
  padding: 0 57px;
  top: -15px;
  right: 30px;
}

.homepage-wrapper .customer-logo-wrapper .bmw {
  padding: 0 10px;
  top: -4px;
  left: 15px;
}

@media screen and (max-width:959px) {
  .homepage-wrapper .customer-logo-wrapper .aig {
    top: 0px;
    right: 0;
  }
  .homepage-wrapper .customer-logo-wrapper .fanniemae {
    top: 0;
    right: 0;
  }
  .homepage-wrapper .customer-logo-wrapper .comcast {
    top: 0;
    right: 0;
  }
  .homepage-wrapper .customer-logo-wrapper .nationwide {
    top: 5px;
    right: 0;
  }
  .homepage-wrapper .customer-logo-wrapper .citi {
    top: 0px;
    right: 0;
  }
}

@media screen and (max-width:960px) {
  .homepage-wrapper .customer-logo-wrapper .uk-grid {
    left: 0;
    margin: 0;
  }
  .homepage-wrapper .customer-logo-wrapper .uk-grid>div {
    width: 100%;
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 40px;
  }
  .homepage-wrapper .customer-logo-wrapper img {
    max-width: 300px;
    position: static;
    padding: 0 !important;
    width: 60%;
  }
}

.homepage-wrapper .culture-wrapper .culture-description {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: auto;
  padding-top: 20px;
}

.homepage-wrapper .culture-wrapper .images-grid {
  padding-top: 40px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-1 .indiv-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 404px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-2 .indiv-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 192px;
  margin-bottom: 20px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-3 {
  width: 1px;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0px;
  flex-wrap: wrap;
  flex-basis: 1px;
  padding-left: 10px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-3 .indiv-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 401px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-1 {
  padding-left: 0;
}

.homepage-wrapper .culture-wrapper .images-grid .column-2 {
  padding-left: 10px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-4 {
  padding-left: 10px;
}

.homepage-wrapper .culture-wrapper .images-grid .column-4 .indiv-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 192px;
  margin-bottom: 20px;
  background-position: center center;
}

.homepage-wrapper .culture-wrapper .pdb_20, .homepage-wrapper .culture-wrapper .indiv-column {
  padding-bottom: 20px;
}

.homepage-wrapper .customer-stories-wrapper {
  padding-bottom: 120px;
}

.homepage-wrapper .customer-stories-wrapper .card-wrapper {
  margin-bottom: 50px;
}

.homepage-wrapper .customer-logo-wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #293138;
  font-weight: 300;
  padding-bottom: 40px;
  margin-top: 0;
}

.homepage-wrapper .customer-logo-wrapper .uk-container, .homepage-wrapper .customer-logo-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .customer-logo-wrapper .slide-content-wrapper, .homepage-wrapper .customer-logo-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .customer-logo-wrapper .node-benefits-section, .homepage-wrapper .customer-logo-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .customer-logo-wrapper .field-name-field-product-header, .homepage-wrapper .customer-logo-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .customer-logo-wrapper .node-testimonials-section, .homepage-wrapper .customer-logo-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper .customer-logo-wrapper article.node-tour-section, .homepage-wrapper .customer-logo-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .customer-logo-wrapper .node-steps-section, .homepage-wrapper .customer-logo-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .customer-logo-wrapper .node-overview-section, .homepage-wrapper .customer-logo-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .customer-logo-wrapper .node-overview-section, .homepage-wrapper .customer-logo-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .customer-logo-wrapper .field-type-entityreference, .homepage-wrapper .customer-logo-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .customer-logo-wrapper ul, .homepage-wrapper .customer-logo-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .customer-logo-wrapper .node-overview-section, .homepage-wrapper .customer-logo-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .customer-logo-wrapper .field-items, .homepage-wrapper .customer-logo-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .customer-logo-wrapper .node-why-section, .homepage-wrapper .customer-logo-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .customer-logo-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .customer-logo-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper .customer-logo-wrapper #content {
  border-bottom: 1px solid #dbe0e4;
  padding-bottom: 40px;
}

.homepage-wrapper .customer-stories-wrapper .each-card .card-title {
  color: #293138;
  font-size: 30px;
  line-height: 38px;
  padding-top: 20px;
  font-weight: 300;
}

.homepage-wrapper .customer-stories-wrapper .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
  border-left: 1px solid #DBE0E4;
}

.homepage-wrapper .customer-stories-wrapper .each-card {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}

.homepage-wrapper .customer-stories-wrapper .each-card .card-image {
  min-height: 35px;
  max-width: 170px;
  text-align: left;
}

.homepage-wrapper .customer-logo-wrapper .uk-flex-middle {
  align-items: flex-end;
}

.homepage-wrapper .customer-stories-wrapper .each-card .card-description {
  color: #293138;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  padding-top: 20px;
}

.homepage-wrapper .customer-stories-wrapper .read-more {
  padding-top: 5px;
  position: absolute;
  bottom: 10px;
}

.homepage-wrapper .customer-stories-wrapper .read-more a {
  font-weight: 500;
}

.homepage-wrapper .customer-stories-wrapper .read-more a:after {
  content: "\203A";
}

.homepage-wrapper .customer-stories-wrapper .view-all {
  text-align: center;
}

.homepage-wrapper .customer-stories-wrapper .uk-button, .homepage-wrapper .customer-stories-wrapper .node-type-webform #content #webform-client-form-6530 div.form-actions input.form-submit, .node-type-webform #content #webform-client-form-6530 div.form-actions .homepage-wrapper .customer-stories-wrapper input.form-submit {
  min-width: 280px;
}

.homepage-wrapper .events-wrapper {
  background-color: #dbe0e4;
  padding: 120px 0;
}

.homepage-wrapper .events-wrapper .news-wrapper {
  background-color: #003b95;
  border-radius: 4px;
  padding: 40px 20px 20px 40px;
}

.homepage-wrapper .events-wrapper .press-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
}

.homepage-wrapper .news-wrapper h4 {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.homepage-wrapper .news-wrapper .news-content {
  height: 335px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.homepage-wrapper .news-wrapper .news-content .indiv-news {
  padding-top: 20px;
  border-bottom: 1px solid #778589;
  opacity: 1;
}

.homepage-wrapper .news-wrapper .news-content .indiv-news.last {
  border-bottom: 0;
}

.homepage-wrapper .news-wrapper .news-content .indiv-news a {
  color: #72D2FD;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.homepage-wrapper .news-wrapper .news-content .indiv-news .news-image {
  padding-bottom: 20px;
  max-width: 200px;
}

.homepage-wrapper .press-wrapper .indiv-release {
  padding-bottom: 20px;
}

.homepage-wrapper .press-wrapper .indiv-release a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.homepage-wrapper .press-wrapper .indiv-release .publish-date {
  color: #778a9d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.homepage-wrapper .press-wrapper .view-all a {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  font-weight: 500;
}

.homepage-wrapper .press-wrapper .view-all a:after {
  content: "\203A";
}

.homepage-wrapper .upcoming-events-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
}

.homepage-wrapper .featured-event-wrapper {
  background-color: #43505d;
  border-radius: 4px;
}

.homepage-wrapper .featured-event-wrapper .bg-wrapper {
  padding: 40px;
  border-radius: 4px;
}

.homepage-wrapper .upcoming-events-wrapper h4, .homepage-wrapper .press-wrapper h4 {
  color: #293138;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.homepage-wrapper .upcoming-events-wrapper .events-content .indiv-event {
  padding-bottom: 40px;
}

.homepage-wrapper .upcoming-events-wrapper .events-content .indiv-event a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.homepage-wrapper .upcoming-events-wrapper .events-content .indiv-event .event-date, .homepage-wrapper .upcoming-events-wrapper .events-content .indiv-event .event-location {
  font-size: 16px;
  line-height: 22px;
  color: #778a9d;
  font-weight: 300;
}

.homepage-wrapper .upcoming-events-wrapper .view-all a {
  font-size: 16px;
  font-weight: 500;
}

.homepage-wrapper .upcoming-events-wrapper .view-all a:after {
  content: "\203A";
}

.homepage-wrapper .featured-event-wrapper h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: aktiv_grotesk, sans-serif !important;
}

.homepage-wrapper .featured-event-wrapper .featured-event-date, .homepage-wrapper .featured-event-wrapper .featured-event-location {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.homepage-wrapper .featured-event-wrapper .featured-event-image img {
  border-radius: 4px;
  width: 100%;
}

.homepage-wrapper .featured-event-wrapper .featured-event-description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 15px 0;
}

.homepage-wrapper .news-wrapper .news-content .indiv-news .publish-date {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}

.homepage-wrapper .featured-event-wrapper .register a {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #72d2fd;
}

.homepage-wrapper .featured-event-wrapper .register a:after {
  content: " \203A";
}

.homepage-wrapper .timeline-wrapper .history-mobile {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  height: 200px;
}

.homepage-wrapper .timeline-wrapper .history-mobile .slide {
  animation: moveSlideshow 16s ease-in-out infinite;
  -webkit-animation: moveSlideshow 16s ease-in-out infinite;
  width: 2525px;
  height: 200px;
  z-index: 4;
  background-size: cover;
}

.homepage-wrapper .timeline-wrapper .history-mobile .slide:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solutions-cta {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}

.homepage-wrapper .solutions-wrapper .solutions-grid .solutions-cta:hover {
  background-color: #164797;
  border-color: #164797;
  text-decoration: none;
  color: #FFFFFF;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

@media (max-width:959px) {
  .timeline-wrapper .timeline-large {
    display: block;
  }
  .history-mobile-image-wrapper {
    display: none;
  }
  .homepage-wrapper .timeline-wrapper .owl-dots {
    display: block;
  }
  .homepage-wrapper .timeline-wrapper .owl-dots .owl-dot span {
    background: #0073E7;
    width: 20px;
    height: 20px;
  }
  .timeline-wrapper .owl-nav {
    display: none;
  }
}

@media (width:768px) {
  .homepage-wrapper .hero-subhero-wrapper .animation-wrapper {
    padding-bottom: 0px;
  }
  .homepage-wrapper .subhero-wrapper .breaking-news-wrapper:before {
    top: 35%;
  }
}

@media (min-width:960px) {
  .timeline-medium {
    display: none;
  }
}

@media (max-width:959px) {
  .homepage-wrapper .events-wrapper .uk-width-large-1-3, .homepage-wrapper .events-wrapper .uk-width-large-2-3 {
    margin-bottom: 30px;
  }
  .homepage-wrapper .hero-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .homepage-wrapper .hero-wrapper h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .homepage-wrapper .hero-wrapper .hero-button {
    margin-top: 45px;
  }
  .homepage-wrapper .hero-subhero-wrapper .hero-overlay img {
    display: none;
  }
  .homepage-wrapper .subhero-wrapper .subhero-description {
    font-size: 34px;
    line-height: 44px;
  }
  .homepage-wrapper .customer-stories-wrapper h3 {
    padding-top: 40px;
  }
  .homepage-wrapper .customer-stories-wrapper .each-card {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .homepage-wrapper .customer-stories-wrapper .each-card .card-description {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-wrapper .hero-wrapper .uk-width-large-1-2 {
    width: 100%;
  }
  .homepage-wrapper .customer-stories-wrapper {
    padding-bottom: 60px;
  }
  .homepage-wrapper .customer-stories-wrapper .each-card {
    border-left: 0 !important;
  }
  .homepage-wrapper .customer-stories-wrapper .each-card .card-image {
    min-height: auto;
    margin: 0 auto;
  }
  .homepage-wrapper .customer-stories-wrapper .card-wrapper {
    padding-top: 40px;
  }
  .homepage-wrapper .customer-stories-wrapper .read-more {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .homepage-wrapper .hero-subhero-wrapper video {
    display: none;
  }
  .homepage-wrapper .hero-wrapper {
    position: relative;
    height: auto;
  }
  .homepage-wrapper .subhero-wrapper .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-top: 1px solid #72D2FD;
    border-left: 0;
    padding-top: 40px;
  }
  .homepage-wrapper .hero-subhero-wrapper .animation-wrapper {
    padding-bottom: 40px;
  }
  .homepage-wrapper .subhero-wrapper {
    padding: 40px 0 30px 0;
  }
  .homepage-wrapper .subhero-wrapper .breaking-news-content {
    bottom: -10px;
  }
  .homepage-wrapper .subhero-wrapper .subhero-timeline-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .homepage-wrapper .subhero-wrapper .subhero-timeline-image {
    max-width: 305px;
  }
  .homepage-wrapper .solutions-wrapper .solutions-description {
    width: 100%;
  }
  .homepage-wrapper .culture-wrapper .images-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-1 {
    width: 50%;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-1 .indiv-image {
    height: 716px;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-2 {
    width: 50%;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-2 .indiv-image {
    height: 347px;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-3 {
    padding-left: 0;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-3 .indiv-image {
    height: 401px;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-4 {
    padding-left: 0;
  }
  .homepage-wrapper .culture-wrapper .images-grid .column-4 .indiv-image {
    height: 322px;
  }
  .homepage-wrapper .subhero-wrapper .subhero-timeline-text {
    font-size: 18px;
  }
/*  .homepage-wrapper .hero-wrapper {
    background-image: url("/sites/all/themes/zen_pronq_mktg/images/mfhero.jpg");
  }*/
  .homepage-wrapper .timeline-wrapper h3 {
    margin-top: 60px;
  }
  .homepage-wrapper #news {
    padding: 60px 0;
  }
  .homepage-wrapper .customer-logo-wrapper {
    padding: 60px 0;
  }
  .homepage-wrapper .culture-wrapper {
    padding: 60px 0;
  }
  .homepage-wrapper #news>.uk-width-large-2-3 {
    margin-bottom: 15px;
  }
  .homepage-wrapper #news>.uk-container>.uk-grid.uk-grid-match, .homepage-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner #news>.slide-content-wrapper>.uk-grid.uk-grid-match, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper #news>.slide-content-wrapper>.uk-grid.uk-grid-match, .homepage-wrapper .type-benefits-section #news>.node-benefits-section>.uk-grid.uk-grid-match, .type-benefits-section .homepage-wrapper #news>.node-benefits-section>.uk-grid.uk-grid-match, .homepage-wrapper #group-header #news>.field-name-field-product-header>.uk-grid.uk-grid-match, #group-header .homepage-wrapper #news>.field-name-field-product-header>.uk-grid.uk-grid-match, .homepage-wrapper .type-testimonials-section.view-mode-alternative_3 #news>.node-testimonials-section>.uk-grid.uk-grid-match, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper #news>.node-testimonials-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-tour-section #news>article.node-tour-section>.uk-grid.uk-grid-match, .type-tour-section .homepage-wrapper #news>article.node-tour-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-steps-section #news>.node-steps-section>.uk-grid.uk-grid-match, .type-steps-section .homepage-wrapper #news>.node-steps-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-overview-section.view-mode-alternative_1 #news>.node-overview-section>.uk-grid.uk-grid-match, .type-overview-section.view-mode-alternative_1 .homepage-wrapper #news>.node-overview-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-overview-section.view-mode-alternative_2 #news>.node-overview-section>.uk-grid.uk-grid-match, .type-overview-section.view-mode-alternative_2 .homepage-wrapper #news>.node-overview-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section #news>.field-type-entityreference>.uk-grid.uk-grid-match, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper #news>.field-type-entityreference>.uk-grid.uk-grid-match, .homepage-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference #news>ul>.uk-grid.uk-grid-match, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper #news>ul>.uk-grid.uk-grid-match, .homepage-wrapper .type-overview-section.view-mode-alternative_4 #news>.node-overview-section>.uk-grid.uk-grid-match, .type-overview-section.view-mode-alternative_4 .homepage-wrapper #news>.node-overview-section>.uk-grid.uk-grid-match, .homepage-wrapper .type-rotator-section .field-name-field-highlight-screenshots #news>.field-items>.uk-grid.uk-grid-match, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper #news>.field-items>.uk-grid.uk-grid-match, .homepage-wrapper .type-why-section #news>.node-why-section>.uk-grid.uk-grid-match, .type-why-section .homepage-wrapper #news>.node-why-section>.uk-grid.uk-grid-match, .homepage-wrapper #news>.node-sign-up-for-a-free-trial>.uk-grid.uk-grid-match, .homepage-wrapper .field-name-field-product-blocks#news>.field-items>.uk-grid.uk-grid-match, .homepage-wrapper .node-type-webform #news>#content>.uk-grid.uk-grid-match, .node-type-webform .homepage-wrapper #news>#content>.uk-grid.uk-grid-match {
    margin-top: 0;
  }
}

@media screen and (max-width:820px) {
  .homepage-wrapper .solutions-wrapper {
    padding: 60px 0 30px 0;
  }
  .homepage-wrapper .solutions-wrapper .solutions-grid .indiv-solution {
    min-height: 0 !important;
  }
  .homepage-wrapper .solutions-wrapper .solutions-grid .solutions-cta {
    position: static !important;
    bottom: 0;
    left: 0;
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .homepage-wrapper .hero-subhero-wrapper .uk-container, .homepage-wrapper .hero-subhero-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .hero-subhero-wrapper .slide-content-wrapper, .homepage-wrapper .hero-subhero-wrapper .type-benefits-section .node-benefits-section, .type-benefits-section .homepage-wrapper .hero-subhero-wrapper .node-benefits-section, .homepage-wrapper .hero-subhero-wrapper #group-header .field-name-field-product-header, #group-header .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-header, .homepage-wrapper .hero-subhero-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .hero-subhero-wrapper .node-testimonials-section, .homepage-wrapper .hero-subhero-wrapper .type-tour-section article.node-tour-section, .type-tour-section .homepage-wrapper .hero-subhero-wrapper article.node-tour-section, .homepage-wrapper .hero-subhero-wrapper .type-steps-section .node-steps-section, .type-steps-section .homepage-wrapper .hero-subhero-wrapper .node-steps-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .hero-subhero-wrapper .field-type-entityreference, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference ul, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .hero-subhero-wrapper ul, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .hero-subhero-wrapper .node-overview-section, .homepage-wrapper .hero-subhero-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .hero-subhero-wrapper .field-items, .homepage-wrapper .hero-subhero-wrapper .type-why-section .node-why-section, .type-why-section .homepage-wrapper .hero-subhero-wrapper .node-why-section, .homepage-wrapper .hero-subhero-wrapper .node-sign-up-for-a-free-trial, .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-blocks>.field-items, .homepage-wrapper .hero-subhero-wrapper .node-type-webform #content, .node-type-webform .homepage-wrapper .hero-subhero-wrapper #content {
    padding: 0 20px;
  }
  .homepage-wrapper .hero-subhero-wrapper .uk-container h1, .homepage-wrapper .hero-subhero-wrapper .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .slide-content-wrapper h1, .node-microsite-banner-section.node-teaser .field-name-field-hero-banners .node-micro-site-hero-banner .homepage-wrapper .hero-subhero-wrapper .slide-content-wrapper h1, .homepage-wrapper .hero-subhero-wrapper .type-benefits-section .node-benefits-section h1, .type-benefits-section .homepage-wrapper .hero-subhero-wrapper .node-benefits-section h1, .homepage-wrapper .hero-subhero-wrapper #group-header .field-name-field-product-header h1, #group-header .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-header h1, .homepage-wrapper .hero-subhero-wrapper .type-testimonials-section.view-mode-alternative_3 .node-testimonials-section h1, .type-testimonials-section.view-mode-alternative_3 .homepage-wrapper .hero-subhero-wrapper .node-testimonials-section h1, .homepage-wrapper .hero-subhero-wrapper .type-tour-section article.node-tour-section h1, .type-tour-section .homepage-wrapper .hero-subhero-wrapper article.node-tour-section h1, .homepage-wrapper .hero-subhero-wrapper .type-steps-section .node-steps-section h1, .type-steps-section .homepage-wrapper .hero-subhero-wrapper .node-steps-section h1, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_1 .node-overview-section h1, .type-overview-section.view-mode-alternative_1 .homepage-wrapper .hero-subhero-wrapper .node-overview-section h1, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_2 .node-overview-section h1, .type-overview-section.view-mode-alternative_2 .homepage-wrapper .hero-subhero-wrapper .node-overview-section h1, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference h1, .type-overview-section.view-mode-alternative_3 .node-overview-section .homepage-wrapper .hero-subhero-wrapper .field-type-entityreference h1, .type-overview-section.view-mode-alternative_3 .node-overview-section .field-type-entityreference .homepage-wrapper .hero-subhero-wrapper ul h1, .homepage-wrapper .hero-subhero-wrapper .type-overview-section.view-mode-alternative_4 .node-overview-section h1, .type-overview-section.view-mode-alternative_4 .homepage-wrapper .hero-subhero-wrapper .node-overview-section h1, .homepage-wrapper .hero-subhero-wrapper .type-rotator-section .field-name-field-highlight-screenshots .field-items h1, .type-rotator-section .field-name-field-highlight-screenshots .homepage-wrapper .hero-subhero-wrapper .field-items h1, .homepage-wrapper .hero-subhero-wrapper .type-why-section .node-why-section h1, .type-why-section .homepage-wrapper .hero-subhero-wrapper .node-why-section h1, .homepage-wrapper .hero-subhero-wrapper .node-sign-up-for-a-free-trial h1, .homepage-wrapper .hero-subhero-wrapper .field-name-field-product-blocks>.field-items h1, .homepage-wrapper .hero-subhero-wrapper .node-type-webform #content h1, .node-type-webform .homepage-wrapper .hero-subhero-wrapper #content h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .homepage-wrapper .subhero-wrapper:before {
    height: 800px;
  }
}

@media (max-width:1050px) {
  .history-image-wrapper .uk-slider-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 330px;
  }
  .homepage-wrapper .timeline-wrapper .uk-slidenav-previous {
    left: -5px;
  }
  .homepage-wrapper .timeline-wrapper .uk-slidenav-next {
    right: -5px;
  }
}

@media (max-width:959px) {
  .timeline-wrapper {
    display: none;
  }
  .homepage-wrapper .subhero-wrapper .timeline-anchor-wrapper {
    display: none;
  }
  .homepage-wrapper .news-wrapper .news-content {
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media (max-width:1100px) {
  .homepage-wrapper .hero-wrapper h1 {
    font-size: 60px;
    line-height: 64px;
  }
}

.node-type-assets {
  background-color: #efefef;
}

.node-type-assets #main #content {
  max-width: 1075px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.node-type-assets #main #content h2 {
  margin: 0;
}

.node-type-assets .page-container {
  text-align: left;
}

.node-type-assets .header-content {
  margin-bottom: 60px;
}

.node-type-assets .header-content h2 {
  font-size: 42px;
  line-height: 120%;
  margin: 0;
}

.node-type-assets .asset-content {
  margin-bottom: 100px;
}

.node-type-assets .group-left.desktop-only {
  display: none;
}

.node-type-assets .group-left.mobile-only {
  display: block;
  margin-top: 60px;
}

.node-type-assets .group-left.mobile-only .asset-image {
  margin-top: 60px;
}

@media only screen and (min-width:768px) {
  .node-type-assets .group-left {
    width: 45%;
    margin-right: 5.5%;
    float: left;
  }
  .node-type-assets .group-left.desktop-only {
    display: block;
  }
  .node-type-assets .group-left.desktop-only .asset-image {
    margin-bottom: 60px;
  }
  .node-type-assets .group-left.mobile-only {
    display: none;
  }
}

.node-type-assets .group-right {
  padding: 35px 5%;
  background-color: #ffffff;
  border: 2px solid #d2d5d5;
  border-radius: 5px;
  display: block;
}

@media only screen and (min-width:480px) {
  .node-type-assets .group-right .webform-component--first-name, .node-type-assets .group-right .webform-component--last-name, .node-type-assets .group-right .webform-component--company, .node-type-assets .group-right .webform-component--role {
    width: 46%;
    float: left;
  }
  .node-type-assets .group-right .webform-component--first-name, .node-type-assets .group-right .webform-component--company {
    margin-right: 8%;
  }
}

@media only screen and (min-width:768px) {
  .node-type-assets .group-right {
    width: 49.5%;
    float: left;
  }
}

.node-type-assets .group-right .webform-component--state, .node-type-assets .group-right .webform-component--province {
  display: none;
}

.node-type-assets .group-right h2 {
  margin-bottom: 15px !important;
}

.node-type-assets .group-right .success {
  display: none;
}

.node-type-assets .group-right .cta-small, .node-type-assets .group-right .page-user.not-logged-in input[type="submit"], .page-user.not-logged-in .node-type-assets .group-right input[type="submit"] {
  width: 100%;
  font-size: 17px;
}

.node-type-assets .group-right .cta-small:hover, .node-type-assets .group-right .page-user.not-logged-in input[type="submit"]:hover, .page-user.not-logged-in .node-type-assets .group-right input[type="submit"]:hover {
  color: #ffffff;
}

.node-type-assets .asset-form {}

.node-type-assets .asset-form select {
  display: block;
  border: 1px solid #d2d5d5;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px;
  height: 40px;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Metric";
  width: 100%;
}

.node-type-assets .asset-form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d2d5d5;
  font-size: medium;
  padding: 7px;
  font-size: 100%;
}

.node-type-assets .asset-form ::-ms-clear, .node-type-assets .asset-form ::-ms-reveal {
  width: 0;
  height: 0;
}

.node-type-assets .asset-form input[type="file"] {
  border: none;
}

.node-type-assets .asset-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #d2d5d5;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  height: 230px;
}

.node-type-assets .asset-form .form-type-checkbox input {
  vertical-align: middle;
  display: inline;
  width: 14px;
  margin: 0 5px 0 0;
}

.node-type-assets .asset-form .form-type-checkbox label {
  display: inline-block;
  font-weight: 400;
}

.node-type-assets .asset-form .form-type-checkbox label.error {
  display: block;
  font-weight: 700;
}

.node-type-assets .asset-form .checkbox-secondary .form-type-checkbox {
  height: 40px;
  background-color: transparent;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.node-type-assets .asset-form .checkbox-secondary .form-type-checkbox input {
  position: absolute;
  top: -20px;
}

.node-type-assets .asset-form .checkbox-secondary .form-type-checkbox label {
  position: absolute;
  top: 9px;
  left: 40px;
  font-size: 16px;
  cursor: pointer;
}

.node-type-assets .asset-form .checkbox-secondary .form-type-checkbox:after {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 3;
  border: 1px solid #0078EF;
  background-color: #fff;
}

.node-type-assets .asset-form .checkbox-secondary .form-type-checkbox.active:before {
  display: block;
  position: absolute;
  top: 13px;
  left: 9px;
  width: 27px;
  z-index: 4;
  font-size: 27px !important;
  color: #0078EF;
  display: none;
}

.node-type-assets .asset-form label, .node-type-assets .asset-form .label {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 100%;
}

.node-type-assets .asset-form .form-item .description {
  font-size: 87.5%;
  color: #999999;
  margin-bottom: 5px;
}

.node-type-assets .asset-form form {
  font-family: "Metric";
  font-size: 16px;
  font-weight: 400;
}

.node-type-assets .asset-form label.error {
  font-size: 14px;
  color: #BF3A3A;
  padding: 0 !important;
  margin: 0 !important;
}

.node-type-assets .asset-form .form-item input.error, .node-type-assets .asset-form .form-item textarea.error, .node-type-assets .asset-form .form-item select.error, .node-type-assets .asset-form input.error, .node-type-assets .asset-form select.error {
  margin-bottom: 3px;
  border: 1px solid #BF3A3A;
}

.node-type-assets .asset-form span.form-required {
  color: #BF3A3A;
}

.node-type-assets .asset-form input, .node-type-assets .asset-form select, .node-type-assets .asset-form textarea, .node-type-assets .asset-form .chosen-container {
  font-family: "Metric";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .node-type-assets .asset-form input, .node-type-assets .asset-form select, .node-type-assets .asset-form textarea {
    font-size: 16px;
  }
  .node-type-assets .asset-form select {
    background-color: #ffffff;
  }
}

.node-type-assets .asset-form .form-item {
  margin-top: 0px;
  margin-bottom: 7px;
}

.node-type-assets .asset-form .form-actions {
  margin-bottom: 0;
}

.node-type-assets .asset-form input, .node-type-assets .asset-form textarea {}

.node-type-assets .asset-form input:focus, .node-type-assets .asset-form textarea:focus {
  outline: none;
  border: 1px solid #0078EF;
  -webkit-box-shadow: 0px 0px 7px #0078EF;
  box-shadow: 0px 0px 7px #0078EF;
}

.node-type-assets .asset-form input.error:focus, .node-type-assets .asset-form textarea.error:focus {
  outline: none;
  border: 1px solid #BF3A3A;
  -webkit-box-shadow: 0px 0px 7px #BF3A3A;
  box-shadow: 0px 0px 7px #BF3A3A;
}

.node-type-assets .asset-form input[type="submit"] {
  display: none;
}

.view-id-resources.view-display-id-page .pg-title {
  text-align: left;
  margin: 60px 0px 50px;
  font-weight: 400;
}

.view-id-resources.view-display-id-page .pg-title br {
  display: none;
}

.view-id-resources.view-display-id-page .pg-title h2 {
  font-weight: 400;
}

.view-id-resources.view-display-id-page .view-content {
  margin-bottom: 75px;
}

.view-id-resources.view-display-id-page .views-row {
  text-align: left;
  margin-bottom: 30px;
}

.view-id-resources.view-display-id-page .views-field-field-product-logo .field-content img {
  display: none;
}

.view-id-resources.view-display-id-page .views-field-title {
  padding: 8px 0px 12px;
}

.view-id-resources.view-display-id-page .views-field-title a {
  font-size: 16px;
  font-weight: 600;
}

.view-id-resources.view-display-id-page .views-field-title a:hover {
  text-decoration: underline;
}

.view-id-resources.view-display-id-page .views-field-body p {
  font-weight: 400;
}

@media only screen and (max-width:768px) {
  .view-id-resources.view-display-id-page {
    padding: 0px;
  }
  .view-id-resources.view-display-id-page .pg-title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
  }
  .view-id-resources.view-display-id-page .pg-title h2 {
    padding-left: 20px;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #c1c1c1;
    margin: 0px -20px 25px -20px;
  }
  .view-id-resources.view-display-id-page .view-content {
    margin: 0px 2%;
    margin-top: 30px;
  }
  .view-id-resources.view-display-id-page .view-content .views-row {
    padding-top: 0px;
    padding-right: 15px;
  }
  .view-id-resources.view-display-id-page .view-content .views-field-title {
    padding-top: 15px;
  }
  .view-id-resources.view-display-id-page .view-content .views-field-title span>a {
    color: #333;
  }
  .view-id-resources.view-display-id-page .view-content .views-field-body p {
    color: #333;
  }
}

.view-id-resources.view-display-id-page_1, .view-id-resources.view-display-id-page_2, .view-id-resources.view-display-id-page_3 {
  text-align: left;
}

.view-id-resources.view-display-id-page_1 .attachment-before, .view-id-resources.view-display-id-page_2 .attachment-before, .view-id-resources.view-display-id-page_3 .attachment-before {
  *zoom: 1;
  min-height: 130px;
}

.view-id-resources.view-display-id-page_1 .attachment-before:before, .view-id-resources.view-display-id-page_1 .attachment-before:after, .view-id-resources.view-display-id-page_2 .attachment-before:before, .view-id-resources.view-display-id-page_2 .attachment-before:after, .view-id-resources.view-display-id-page_3 .attachment-before:before, .view-id-resources.view-display-id-page_3 .attachment-before:after {
  content: " ";
  display: table;
}

.view-id-resources.view-display-id-page_1 .attachment-before:after, .view-id-resources.view-display-id-page_2 .attachment-before:after, .view-id-resources.view-display-id-page_3 .attachment-before:after {
  clear: both;
}

@media only screen and (max-width:768px) {
  .view-id-resources.view-display-id-page_1 .attachment-before, .view-id-resources.view-display-id-page_2 .attachment-before, .view-id-resources.view-display-id-page_3 .attachment-before {
    min-height: 62px;
  }
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 {
  background-color: #263133;
  margin-bottom: 70px;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1.sticky, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1.sticky, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
  -webkit-box-shadow: 0 0 20px #CACACA;
  box-shadow: 0 0 20px #CACACA;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1>div, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1>div, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1>div {
  max-width: 1200px;
  padding: 0 35px;
  margin: 0px auto;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-row, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-row, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-row {
  *zoom: 1;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-row:before, .view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-row:after, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-row:before, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-row:after, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-row:before, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-row:after {
  content: " ";
  display: table;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-row:after, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-row:after, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-row:after {
  clear: both;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-row a.menu, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-row a.menu, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-row a.menu {
  display: none;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image, .view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-title, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-title, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-title {
  height: 60px;
  display: table;
  table-layout: fixed;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content, .view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content {
  display: table-cell;
  vertical-align: middle;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content img, .view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content img, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content img, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content img, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image .field-content img, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-title .field-content img {
  display: none;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-logo-image {
  float: left;
  padding-right: 15px;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-title, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-title, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-title {
  float: left;
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-title a, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-title a, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-title a {
  color: #B6C1C2;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links {
  float: right;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links a, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links a, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links a {
  margin: 0px 20px;
  display: block;
  color: #B6C1C2;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links li, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links li, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links li {
  margin: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul {
  margin: 0;
  padding: 0;
  height: 60px;
  display: table;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child {
  margin-right: 0px;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  border-radius: 30px !important;
  border: 0px !important;
  background-color: #0078EF !important;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover {
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:hover {
  background-color: #0078EF !important;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:focus, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:focus, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:last-child a:focus {
  background-color: #0078EF !important;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:nth-last-child(2), .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:nth-last-child(2), .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_1 .views-field-field-resource-links ul li:nth-last-child(2) {
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .attachment-before .view-display-id-attachment_2, .view-id-resources.view-display-id-page_2 .attachment-before .view-display-id-attachment_2, .view-id-resources.view-display-id-page_3 .attachment-before .view-display-id-attachment_2 {
  display: none;
}

.view-id-resources.view-display-id-page_1 .views-exposed-form .views-exposed-widget, .view-id-resources.view-display-id-page_2 .views-exposed-form .views-exposed-widget, .view-id-resources.view-display-id-page_3 .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

.view-id-resources.view-display-id-page_1 .views-exposed-widget label, .view-id-resources.view-display-id-page_2 .views-exposed-widget label, .view-id-resources.view-display-id-page_3 .views-exposed-widget label {
  font-size: 14px;
  margin: 25px 0px 10px 0px;
  display: block;
}

.view-id-resources.view-display-id-page_1 .group-label, .view-id-resources.view-display-id-page_2 .group-label, .view-id-resources.view-display-id-page_3 .group-label {
  margin: 0px 0px 15px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 600;
}

.view-id-resources.view-display-id-page_1 .group-label.first, .view-id-resources.view-display-id-page_2 .group-label.first, .view-id-resources.view-display-id-page_3 .group-label.first {
  margin-top: 0px;
}

.view-id-resources.view-display-id-page_1 .view-inner, .view-id-resources.view-display-id-page_2 .view-inner, .view-id-resources.view-display-id-page_3 .view-inner {
  max-width: 1200px;
  padding: 0 35px;
  margin: 0px auto 50px auto;
  *zoom: 1;
}

.view-id-resources.view-display-id-page_1 .view-inner:before, .view-id-resources.view-display-id-page_1 .view-inner:after, .view-id-resources.view-display-id-page_2 .view-inner:before, .view-id-resources.view-display-id-page_2 .view-inner:after, .view-id-resources.view-display-id-page_3 .view-inner:before, .view-id-resources.view-display-id-page_3 .view-inner:after {
  content: " ";
  display: table;
}

.view-id-resources.view-display-id-page_1 .view-inner:after, .view-id-resources.view-display-id-page_2 .view-inner:after, .view-id-resources.view-display-id-page_3 .view-inner:after {
  clear: both;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters, .view-id-resources.view-display-id-page_2 .view-inner .filters, .view-id-resources.view-display-id-page_3 .view-inner .filters {
  float: left;
  width: 33%;
  padding-right: 15px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .view-display-id-attachment_2, .view-id-resources.view-display-id-page_2 .view-inner .filters .view-display-id-attachment_2, .view-id-resources.view-display-id-page_3 .view-inner .filters .view-display-id-attachment_2 {
  display: none;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul {
  padding: 0;
  margin: 0;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul a {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  display: block;
  color: #333;
  padding: 16px 0px 16px 25px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-right: 1px solid #fff;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -1px;
  width: 0px;
  background-color: #0078EF;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.selected:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.active:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.selected:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.active:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.selected:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.active:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.selected:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.active:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.selected:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.active:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.selected:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.active:after {
  width: 5px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li:hover, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div:hover, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li:hover, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div:hover, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li:hover, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div:hover {
  background-color: #f5f5f5;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li:hover a, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div:hover a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li:hover a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div:hover a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li:hover a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div:hover a {
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.selected, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.active, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.selected, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.active, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.selected, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.active, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.selected, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.active, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.selected, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.active, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.selected, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.active {
  background-color: #efefef;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.selected a, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.active a, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.selected a, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.active a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.selected a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.active a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.selected a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.active a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.selected a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.active a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.selected a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.active a {
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>li.animated:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul>div.animated:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>li.animated:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment-after ul>div.animated:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>li.animated:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment-after ul>div.animated:after {
  transition-property: width;
  transition-duration: .4s;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item {
  padding: 0;
  margin: 0;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item a {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  display: block;
  color: #333;
  padding: 16px 0px 16px 25px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-right: 1px solid #fff;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -1px;
  width: 0px;
  background-color: #0078EF;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.selected:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.active:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.selected:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.active:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.selected:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.active:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.selected:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.active:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.selected:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.active:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.selected:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.active:after {
  width: 5px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li:hover, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div:hover, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li:hover, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div:hover, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li:hover, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div:hover {
  background-color: #f5f5f5;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li:hover a, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div:hover a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li:hover a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div:hover a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li:hover a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div:hover a {
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.selected, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.active, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.selected, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.active, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.selected, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.active, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.selected, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.active, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.selected, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.active, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.selected, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.active {
  background-color: #efefef;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.selected a, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.active a, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.selected a, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.active a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.selected a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.active a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.selected a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.active a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.selected a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.active a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.selected a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.active a {
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>li.animated:after, .view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>div.animated:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>li.animated:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>div.animated:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>li.animated:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>div.animated:after {
  transition-property: width;
  transition-duration: .4s;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item a {
  padding-left: 30px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item a:before, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item a:before, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item a:before {}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a {
  padding-left: 30px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a:before, .view-id-resources.view-display-id-page_2 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a:before, .view-id-resources.view-display-id-page_3 .view-inner .filters .bef-select-as-links .form-item>.form-item:first-child a:before {
  display: none;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters label, .view-id-resources.view-display-id-page_2 .view-inner .filters label, .view-id-resources.view-display-id-page_3 .view-inner .filters label {
  display: none;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2, .view-id-resources.view-display-id-page_1 .view-inner>.view-header, .view-id-resources.view-display-id-page_1 .view-inner>.view-empty, .view-id-resources.view-display-id-page_2 .view-inner>.view-content, .view-id-resources.view-display-id-page_2 .view-inner>.view-display-id-attachment_2, .view-id-resources.view-display-id-page_2 .view-inner>.view-header, .view-id-resources.view-display-id-page_2 .view-inner>.view-empty, .view-id-resources.view-display-id-page_3 .view-inner>.view-content, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2, .view-id-resources.view-display-id-page_3 .view-inner>.view-header, .view-id-resources.view-display-id-page_3 .view-inner>.view-empty {
  float: right;
  width: 67%;
  padding-left: 15px;
}

.view-id-resources.view-display-id-page_1 .view-inner .view-header, .view-id-resources.view-display-id-page_2 .view-inner .view-header, .view-id-resources.view-display-id-page_3 .view-inner .view-header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content, .view-id-resources.view-display-id-page_2 .view-inner>.view-display-id-attachment_2>.view-content, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content {
  margin-bottom: 30px;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager, .view-id-resources.view-display-id-page_2 div.viewmore-pager, .view-id-resources.view-display-id-page_3 div.viewmore-pager {
  float: right;
  width: 66.6%;
  text-align: center;
  margin-top: 35px;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager ul, .view-id-resources.view-display-id-page_1 div.viewmore-pager li, .view-id-resources.view-display-id-page_2 div.viewmore-pager ul, .view-id-resources.view-display-id-page_2 div.viewmore-pager li, .view-id-resources.view-display-id-page_3 div.viewmore-pager ul, .view-id-resources.view-display-id-page_3 div.viewmore-pager li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager a, .view-id-resources.view-display-id-page_2 div.viewmore-pager a, .view-id-resources.view-display-id-page_3 div.viewmore-pager a {
  border: 1px solid #0078EF;
  position: relative;
  background: transparent;
  color: #0078EF;
  font-weight: 400;
  min-width: 130px;
  padding: 8px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager a:hover, .view-id-resources.view-display-id-page_2 div.viewmore-pager a:hover, .view-id-resources.view-display-id-page_3 div.viewmore-pager a:hover {
  border-color: #0078EF;
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager a:active, .view-id-resources.view-display-id-page_1 div.viewmore-pager a:focus, .view-id-resources.view-display-id-page_2 div.viewmore-pager a:active, .view-id-resources.view-display-id-page_2 div.viewmore-pager a:focus, .view-id-resources.view-display-id-page_3 div.viewmore-pager a:active, .view-id-resources.view-display-id-page_3 div.viewmore-pager a:focus {
  border-color: #0078EF;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager a:hover, .view-id-resources.view-display-id-page_2 div.viewmore-pager a:hover, .view-id-resources.view-display-id-page_3 div.viewmore-pager a:hover {
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager .ajax-progress, .view-id-resources.view-display-id-page_2 div.viewmore-pager .ajax-progress, .view-id-resources.view-display-id-page_3 div.viewmore-pager .ajax-progress {
  display: block;
}

.view-id-resources.view-display-id-page_1 div.viewmore-pager .ajax-progress .throbber, .view-id-resources.view-display-id-page_2 div.viewmore-pager .ajax-progress .throbber, .view-id-resources.view-display-id-page_3 div.viewmore-pager .ajax-progress .throbber {
  float: none;
  margin: 0px auto;
  position: relative;
  bottom: 30px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after {
  margin-top: 40px;
}

.view-id-resources.view-display-id-page_1 .view-inner .filters .attachment-after ul li.allresources {
  display: none;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content, .view-id-resources.view-display-id-page_3 .view-inner>.view-content, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content {
  *zoom: 1;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content:before, .view-id-resources.view-display-id-page_1 .view-inner>.view-content:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content:before, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content:before, .view-id-resources.view-display-id-page_3 .view-inner>.view-content:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content:before, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content:after {
  content: " ";
  display: table;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content:after {
  clear: both;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>*, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>*, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>*, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* {
  padding-bottom: 26px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell {
  border: 1px solid #CACACA;
  border-radius: 5px;
  height: 385px;
  overflow: hidden;
  display: block;
  position: relative;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell.resource-type-video .views-field-field-image, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell.resource-type-video .views-field-field-image, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell.resource-type-video .views-field-field-image, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell.resource-type-video .views-field-field-image {
  position: relative;
}

/*.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell.resource-type-video .views-field-field-image:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(/sites/all/themes/zen_pronq_mktg/shared-assets/img/play_icon_mf.svg);
  background-size: cover;
  background-size: 70px 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0px 0px -35px;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: .1s;
  z-index: 1;
}*/

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell:hover, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell:hover, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell:hover, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell:hover {
  text-decoration: none;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell:hover.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell:hover.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell:hover.resource-type-video .views-field-field-image:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell:hover.resource-type-video .views-field-field-image:after {
  opacity: 1.0;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell .resource-link, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell .resource-link, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell .resource-link, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell .resource-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-cell-inner, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell-inner, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-cell-inner, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-cell-inner {
  padding: 10px 20px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-field-image, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-image, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-field-image, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-image {
  border-bottom: 1px solid #DDDDDD;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-field-image a, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-image a, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-field-image a, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-image a {
  display: block;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-field-resource-type, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-resource-type, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-field-resource-type, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-resource-type {
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-title, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-title, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-title, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-field-descr-text, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-descr-text, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-field-descr-text, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-descr-text {
  color: #333;
  font-size: 12px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .views-field-field-descr-text p, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-descr-text p, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .views-field-field-descr-text p, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .views-field-field-descr-text p {
  margin: 3px 0px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  padding: 0px 20px 10px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share a.share, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share a.share, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share a.share, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share a.share {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxLjk3MSAyMS45NzEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTE3Ljg3MiwxMy45NjRjLTEuMjcyLDAtMi4zOTQsMC42MDYtMy4xMjcsMS41MzRsLTYuNzk5LTMuNDc3YzAuMDg5LTAuMzMyLDAuMTUzLTAuNjc1LDAuMTUzLTEuMDM2YzAtMC4zOTMtMC4wNzYtMC43NjMtMC4xODItMS4xMjNsNi43NjktMy40NjFjMC43MjksMC45NywxLjg4LDEuNjA0LDMuMTg3LDEuNjA0YzIuMjE0LDAsNC4wMDUtMS43OTEsNC4wMDUtNC4wMDNjMC0yLjIxLTEuNzkxLTQuMDAyLTQuMDA1LTQuMDAyYy0yLjIwOSwwLTQuMDAyLDEuNzkyLTQuMDAyLDQuMDAyYzAsMC4zNjIsMC4wNjQsMC43MDYsMC4xNTQsMS4wMzlMNy4yMjcsOC41MThDNi40OTMsNy41ODksNS4zNjksNi45ODEsNC4wOTUsNi45ODFjLTIuMjEyLDAtNC4wMDIsMS43OTMtNC4wMDIsNC4wMDRzMS43OSw0LjAwMyw0LjAwMiw0LjAwM2MxLjMwOSwwLDIuNDU5LTAuNjM2LDMuMTkxLTEuNjA3bDYuNzY2LDMuNDYxYy0wLjEwNiwwLjM1OS0wLjE4MywwLjczMi0wLjE4MywxLjEyNmMwLDIuMjExLDEuNzkzLDQuMDAzLDQuMDAyLDQuMDAzYzIuMjE0LDAsNC4wMDUtMS43OTIsNC4wMDUtNC4wMDNDMjEuODc3LDE1Ljc1NSwyMC4wODYsMTMuOTY0LDE3Ljg3MiwxMy45NjR6Ii8+PC9zdmc+");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #888888;
  font-size: 12px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .share-widget input, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .share-widget input, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 2px;
  border: 1px solid #DDDDDD;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .share-widget input:focus, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input:focus, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .share-widget input:focus, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input:focus {
  outline: 0;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .share-widget input::-ms-clear, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input::-ms-clear, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .share-widget input::-ms-clear, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .share-widget input::-ms-clear {
  display: none;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .widget-title, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .widget-title, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2px;
  line-height: 15px;
  *zoom: 1;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .widget-title:before, .view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:before, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .widget-title:before, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:before, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:after {
  content: " ";
  display: table;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share .widget-title:after, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share .widget-title:after {
  clear: both;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share a.close-widget, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share a.close-widget, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share a.close-widget, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share a.close-widget {
  float: right;
  padding: 3px 0px 3px 10px;
  line-height: 10px;
  font-size: 12px;
  height: 15px;
  color: #AAAAAA;
  position: relative;
  bottom: 3px;
}

.view-id-resources.view-display-id-page_1 .view-inner>.view-content>* .resource-share span.title, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share span.title, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>* .resource-share span.title, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* .resource-share span.title {
  font-size: 10px;
  border-bottom: 1px solid #0096D6;
  margin-bottom: -1px;
  display: block;
  float: left;
}

.view-id-resources.view-display-id-page_2 .view-content .views-field-field-question {
  font-weight: bold;
}

.view-id-resources.view-display-id-page_2 .view-content .views-row {
  margin-bottom: 25px;
}

@media only screen and (min-width:768px) {
  .view-id-resources.view-display-id-page_1 .view-inner>.view-content>*, .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>*, .view-id-resources.view-display-id-page_3 .view-inner>.view-content>*, .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>* {
    float: left;
    width: 50%;
  }
  .view-id-resources.view-display-id-page_1 .view-inner>.view-content>*:nth-child(2n+1), .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>*:nth-child(2n+1), .view-id-resources.view-display-id-page_3 .view-inner>.view-content>*:nth-child(2n+1), .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>*:nth-child(2n+1) {
    clear: left;
    padding-right: 13px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner>.view-content>*:nth-child(2n), .view-id-resources.view-display-id-page_1 .view-inner>.view-display-id-attachment_2>.view-content>*:nth-child(2n), .view-id-resources.view-display-id-page_3 .view-inner>.view-content>*:nth-child(2n), .view-id-resources.view-display-id-page_3 .view-inner>.view-display-id-attachment_2>.view-content>*:nth-child(2n) {
    padding-left: 13px;
  }
}

@media only screen and (max-width:768px) {
  .view-id-resources.view-display-id-page_1, .view-id-resources.view-display-id-page_2, .view-id-resources.view-display-id-page_3 {}
  .view-id-resources.view-display-id-page_1 div.attachment .views-row, .view-id-resources.view-display-id-page_2 div.attachment .views-row, .view-id-resources.view-display-id-page_3 div.attachment .views-row {
    margin: 0px;
    padding-top: 0px;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 0px;
    position: relative;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1.sticky, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2.sticky, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1.sticky, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2.sticky, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1.sticky, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2.sticky {
    position: fixed;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content {
    padding-right: 27px;
    padding-left: 27px;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content .views-row, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content .views-row, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content .views-row, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content .views-row, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .view-content .views-row, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .view-content .views-row {
    display: block;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first {
    width: 100%;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first .views-field-title, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first .views-field-title, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first .views-field-title, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first .views-field-title, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first .views-field-title, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first .views-field-title {
    max-width: 140px;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu {
    position: absolute;
    right: 24px;
    top: 25%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    float: right;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-down, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-down, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-down, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-down, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-down, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-down {
    display: none;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-up, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-up, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-up, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-up, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu.open i.fa-chevron-up, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu.open i.fa-chevron-up {
    display: inline-block;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i {
    color: #555;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i.fa-chevron-up, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i.fa-chevron-up, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i.fa-chevron-up, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i.fa-chevron-up, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-row-first a.menu i.fa-chevron-up, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-row-first a.menu i.fa-chevron-up {
    display: none;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links {}
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links ul, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li.last, .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li.last, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li.last, .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li.last, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li.last, .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li.last {
    float: right;
    position: relative;
    right: 15px;
  }
  .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li:not(.last), .view-id-resources.view-display-id-page_1 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li:not(.last), .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li:not(.last), .view-id-resources.view-display-id-page_2 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li:not(.last), .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_1 .views-field-field-resource-links li:not(.last), .view-id-resources.view-display-id-page_3 div.attachment .view-id-resources.view-display-id-attachment_2 .views-field-field-resource-links li:not(.last) {
    display: none;
  }
  .view-id-resources.view-display-id-page_1 .view-inner, .view-id-resources.view-display-id-page_2 .view-inner, .view-id-resources.view-display-id-page_3 .view-inner {
    padding: 0px;
    position: relative;
    margin-top: 15px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner div#overlay, .view-id-resources.view-display-id-page_2 .view-inner div#overlay, .view-id-resources.view-display-id-page_3 .view-inner div#overlay {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.8);
    z-index: 1;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters, .view-id-resources.view-display-id-page_2 .view-inner .filters, .view-id-resources.view-display-id-page_3 .view-inner .filters {
    display: none;
    float: none;
    clear: both;
    width: auto;
    padding: 20px 10px;
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    width: 100%;
    z-index: 4;
    background-color: white;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters.sticky, .view-id-resources.view-display-id-page_2 .view-inner .filters.sticky, .view-id-resources.view-display-id-page_3 .view-inner .filters.sticky {
    position: fixed;
    top: 61px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .view-filters .group-label.first, .view-id-resources.view-display-id-page_2 .view-inner .filters .view-filters .group-label.first, .view-id-resources.view-display-id-page_3 .view-inner .filters .view-filters .group-label.first {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .view-filters .bef-select-as-links .form-item:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .view-filters .bef-select-as-links .form-item:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .view-filters .bef-select-as-links .form-item:after {
    content: none;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment.attachment-after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment.attachment-after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment.attachment-after {
    margin: 0px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment.attachment-after .group-label.first, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment.attachment-after .group-label.first, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment.attachment-after .group-label.first {
    margin: 0px;
    font-size: 12px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment.attachment-after .view-content li.active, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment.attachment-after .view-content li.active, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment.attachment-after .view-content li.active {
    background-color: inherit;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment.attachment-after .view-content li:after, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment.attachment-after .view-content li:after, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment.attachment-after .view-content li:after {
    content: none;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .attachment.attachment-after .view-content .views-field-nothing .field-content li>a, .view-id-resources.view-display-id-page_2 .view-inner .filters .attachment.attachment-after .view-content .views-field-nothing .field-content li>a, .view-id-resources.view-display-id-page_3 .view-inner .filters .attachment.attachment-after .view-content .views-field-nothing .field-content li>a {
    padding: 8px 15px;
    font-size: 12px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .views-widget, .view-id-resources.view-display-id-page_2 .view-inner .filters .views-widget, .view-id-resources.view-display-id-page_3 .view-inner .filters .views-widget {}
  .view-id-resources.view-display-id-page_1 .view-inner .filters .views-widget .form-type-bef-link.form-item:first-child a, .view-id-resources.view-display-id-page_2 .view-inner .filters .views-widget .form-type-bef-link.form-item:first-child a, .view-id-resources.view-display-id-page_3 .view-inner .filters .views-widget .form-type-bef-link.form-item:first-child a {
    padding: 8px 15px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .views-widget .form-type-bef-link.form-item a, .view-id-resources.view-display-id-page_2 .view-inner .filters .views-widget .form-type-bef-link.form-item a, .view-id-resources.view-display-id-page_3 .view-inner .filters .views-widget .form-type-bef-link.form-item a {
    padding: 8px 15px;
    font-size: 12px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item, .view-id-resources.view-display-id-page_2 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item, .view-id-resources.view-display-id-page_3 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item {
    background-color: #FFFFFF;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item a, .view-id-resources.view-display-id-page_2 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item a, .view-id-resources.view-display-id-page_3 .view-inner .filters .views-widget .form-type-bef-link.selected.form-item a {
    padding: 8px 15px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .viewmore-pager, .view-id-resources.view-display-id-page_1 .view-inner .view-content, .view-id-resources.view-display-id-page_1 .view-inner .view-header, .view-id-resources.view-display-id-page_2 .view-inner .viewmore-pager, .view-id-resources.view-display-id-page_2 .view-inner .view-content, .view-id-resources.view-display-id-page_2 .view-inner .view-header, .view-id-resources.view-display-id-page_3 .view-inner .viewmore-pager, .view-id-resources.view-display-id-page_3 .view-inner .view-content, .view-id-resources.view-display-id-page_3 .view-inner .view-header {
    float: none;
    width: auto;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .view-content, .view-id-resources.view-display-id-page_2 .view-inner .view-content, .view-id-resources.view-display-id-page_3 .view-inner .view-content {
    padding-right: 15px;
  }
  .view-id-resources.view-display-id-page_1 .view-inner .view-content .views-row, .view-id-resources.view-display-id-page_2 .view-inner .view-content .views-row, .view-id-resources.view-display-id-page_3 .view-inner .view-content .views-row {
    padding-top: 0px;
    display: block;
  }
}

body.node-type-html-resource #page {
  overflow: hidden;
}

.node-html-resource.view-mode-full {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding-bottom: 70px;
}

.node-html-resource.view-mode-full .group-left {
  width: 40%;
}

.node-html-resource.view-mode-full .field-name-product-header-attachment {
  position: relative;
}

.node-html-resource.view-mode-full .field-name-product-header-attachment:before, .node-html-resource.view-mode-full .field-name-product-header-attachment:after {
  content: "";
  display: block;
  position: absolute;
  width: 10000em;
  top: 0px;
  bottom: 0px;
  background-color: #EEEEEE;
}

.node-html-resource.view-mode-full .field-name-product-header-attachment:before {
  left: 100%;
}

.node-html-resource.view-mode-full .field-name-product-header-attachment:after {
  right: 100%;
}

.node-html-resource.view-mode-full .node-product-header {
  background-color: #EEEEEE;
  margin-bottom: 70px;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-logo-image, .node-html-resource.view-mode-full .node-product-header .field-name-title {
  height: 60px;
  display: table;
  table-layout: fixed;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-logo-image .field-items, .node-html-resource.view-mode-full .node-product-header .field-name-title .field-items {
  display: table-cell;
  vertical-align: middle;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-logo-image {
  float: left;
  padding-right: 15px;
}

.node-html-resource.view-mode-full .node-product-header .field-name-title {
  float: left;
  font-weight: bold;
}

.node-html-resource.view-mode-full .node-product-header .field-name-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.node-html-resource.view-mode-full .node-product-header .group-resource-links {
  float: right;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links a {
  margin: 0px 20px;
  display: block;
  color: #333;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links a.active {
  font-weight: bold;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-item {
  margin: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: 60px;
  display: table;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items:before, .node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items:after {
  content: " ";
  display: table;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items:after {
  clear: both;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items .field-item:last-child {
  margin-right: 0px;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items .field-item:last-child a {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric";
  font-weight: 400;
  line-height: 1;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 8px 20px;
  min-width: 83px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #FF9E1B;
  border: 1px solid rgba(255, 255, 255, 0);
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items .field-item:last-child a:hover {
  text-decoration: none;
}

.node-html-resource.view-mode-full .node-product-header .field-name-field-resource-links .field-items .field-item:last-child a:hover {
  background-color: transparent;
  background-color: #F68E00;
}

.node-html-resource.view-mode-full .group-right {
  width: 60%;
}

.node-html-resource.view-mode-full .group-right>.field-name-title h2 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
}

.node-html-resource.view-mode-full .group-right .field-name-field-sub-title {
  color: #888888;
  font-size: 18px;
  font-weight: normal;
}

.node-html-resource.view-mode-full .group-right .field-name-field-file {
  margin-top: 5px;
}

.node-html-resource.view-mode-full .group-right .field-name-field-file a {
  font-weight: bold;
  padding-left: 5px;
}

.node-html-resource.view-mode-full .group-right .field-name-field-file i {
  color: #888888;
}

.node-html-resource.view-mode-full .group-right .node-resource-section h2.node-title {
  margin: 0;
  padding: 20px 0px 15px 0px;
  font-size: 24px;
  font-weight: normal;
}

.node-html-resource.view-mode-full .group-right .node-resource-section .content h2 {
  margin: 0;
  padding: 30px 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
}

.node-html-resource.view-mode-full .group-right .node-resource-section .content blockquote {
  font-style: initial;
  font-size: 14px;
}

.node-html-resource.view-mode-full #resource-toc {
  padding-right: 25px;
}

.node-html-resource.view-mode-full #resource-toc a.back {
  font-weight: normal;
}

.node-html-resource.view-mode-full #resource-toc h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0px 20px 0px;
}

.node-html-resource.view-mode-full #resource-toc ul, .node-html-resource.view-mode-full #resource-toc li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.node-html-resource.view-mode-full #resource-toc ul.toc {
  padding: 0;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li>a {
  font-weight: bold;
  padding-left: 13px;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li>a:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0LjIgNy4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0LjIgNy4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjODg4ODg4IiBkPSJNMy45LDMuOWwtMywzQzAuOSw3LDAuOCw3LDAuNiw3QzAuNCw3LDAuMiw2LjksMC4yLDYuNnYtNmMwLTAuMiwwLjItMC40LDAuNC0wLjRjMC4xLDAsMC4yLDAsMC4zLDAuMWwzLDNDNCwzLjQsNC4xLDMuNSw0LjEsMy42QzQuMSwzLjcsNCwzLjgsMy45LDMuOXoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 8px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  transition-property: transform;
  transition-duration: .3s;
  display: none;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li>ul {
  padding: 3px 0px 3px 30px;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li>ul>li>a {
  color: #333;
  font-weight: normal;
  line-height: 34px;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li>ul>li>a:hover {
  color: #0096D6;
  text-decoration: none;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li.has-children>a {
  padding-left: 0px;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li.has-children>a:before {
  display: inline-block;
}

.node-html-resource.view-mode-full #resource-toc ul.toc>li.open>a:before {
  transform: rotate(90deg);
}

.agile-manager .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.agile-manager .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.agile-manager .compare-tables .uk-table thead td, .vm-server-backup .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.agile-manager .pricing-pkg.open, .vm-server-backup .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.agile-manager .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.agile-manager .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .agile-manager .mobile-pckg-blk .pckg-name, .vm-server-backup .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .agile-manager .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    color: #475659;
  }
  .agile-manager .pricing-blk .uk-panel, .vm-server-backup .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .agile-manager .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .agile-manager .pricing-blk:not(:first-child) .uk-panel, .vm-server-backup .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .agile-manager .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .agile-manager .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .agile-manager .pricing-pkg.open, .vm-server-backup .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .agile-manager .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .agile-manager .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .agile-manager .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .agile-manager .mobile-pckg-blk .pckg-name, .vm-server-backup .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .agile-manager .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    color: #475659;
  }
  .agile-manager .pricing-blk .uk-panel, .vm-server-backup .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .agile-manager .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .agile-manager .pricing-blk:not(:first-child) .uk-panel, .vm-server-backup .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .agile-manager .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.apppulse-active .pricing-blk .panel-name, .apppulse-mobile .pricing-blk .panel-name, .vpv .pricing-blk .panel-name, .cloud-optimizer .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.apppulse-active .pricing-blk:not(:first-child) .panel-name, .apppulse-mobile .pricing-blk:not(:first-child) .panel-name, .vpv .pricing-blk:not(:first-child) .panel-name, .cloud-optimizer .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.apppulse-active .compare-tables .uk-table thead td, .apppulse-mobile .compare-tables .uk-table thead td, .vpv .compare-tables .uk-table thead td, .cloud-optimizer .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.apppulse-active .pricing-pkg.open, .apppulse-mobile .pricing-pkg.open, .vpv .pricing-pkg.open, .cloud-optimizer .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.apppulse-active .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vpv .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.apppulse-active .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vpv .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .apppulse-active .mobile-pckg-blk .pckg-name, .apppulse-mobile .mobile-pckg-blk .pckg-name, .vpv .mobile-pckg-blk .pckg-name, .cloud-optimizer .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .apppulse-active .pricing-blk .panel-name, .apppulse-mobile .pricing-blk .panel-name, .vpv .pricing-blk .panel-name, .cloud-optimizer .pricing-blk .panel-name {
    color: #475659;
  }
  .apppulse-active .pricing-blk .uk-panel, .apppulse-mobile .pricing-blk .uk-panel, .vpv .pricing-blk .uk-panel, .cloud-optimizer .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .apppulse-active .pricing-blk .panel-name, .apppulse-mobile .pricing-blk .panel-name, .vpv .pricing-blk .panel-name, .cloud-optimizer .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .apppulse-active .pricing-blk:not(:first-child) .uk-panel, .apppulse-mobile .pricing-blk:not(:first-child) .uk-panel, .vpv .pricing-blk:not(:first-child) .uk-panel, .cloud-optimizer .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .apppulse-active .pricing-blk:not(:first-child) .panel-name, .apppulse-mobile .pricing-blk:not(:first-child) .panel-name, .vpv .pricing-blk:not(:first-child) .panel-name, .cloud-optimizer .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .apppulse-active .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vpv .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .apppulse-active .pricing-pkg.open, .apppulse-mobile .pricing-pkg.open, .vpv .pricing-pkg.open, .cloud-optimizer .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .apppulse-active .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .vpv .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .apppulse-active .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vpv .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .apppulse-active .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .apppulse-mobile .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vpv .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .cloud-optimizer .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .apppulse-active .mobile-pckg-blk .pckg-name, .apppulse-mobile .mobile-pckg-blk .pckg-name, .vpv .mobile-pckg-blk .pckg-name, .cloud-optimizer .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .apppulse-active .pricing-blk .panel-name, .apppulse-mobile .pricing-blk .panel-name, .vpv .pricing-blk .panel-name, .cloud-optimizer .pricing-blk .panel-name {
    color: #475659;
  }
  .apppulse-active .pricing-blk .uk-panel, .apppulse-mobile .pricing-blk .uk-panel, .vpv .pricing-blk .uk-panel, .cloud-optimizer .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .apppulse-active .pricing-blk .panel-name, .apppulse-mobile .pricing-blk .panel-name, .vpv .pricing-blk .panel-name, .cloud-optimizer .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .apppulse-active .pricing-blk:not(:first-child) .uk-panel, .apppulse-mobile .pricing-blk:not(:first-child) .uk-panel, .vpv .pricing-blk:not(:first-child) .uk-panel, .cloud-optimizer .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .apppulse-active .pricing-blk:not(:first-child) .panel-name, .apppulse-mobile .pricing-blk:not(:first-child) .panel-name, .vpv .pricing-blk:not(:first-child) .panel-name, .cloud-optimizer .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.vertica .pricing-blk .panel-name, .vertica-on-demand .pricing-blk .panel-name, .verity-information-archiving .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.vertica .pricing-blk:not(:first-child) .panel-name, .vertica-on-demand .pricing-blk:not(:first-child) .panel-name, .verity-information-archiving .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.vertica .compare-tables .uk-table thead td, .vertica-on-demand .compare-tables .uk-table thead td, .verity-information-archiving .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.vertica .pricing-pkg.open, .vertica-on-demand .pricing-pkg.open, .verity-information-archiving .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.vertica .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.vertica .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .vertica .mobile-pckg-blk .pckg-name, .vertica-on-demand .mobile-pckg-blk .pckg-name, .verity-information-archiving .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .vertica .pricing-blk .panel-name, .vertica-on-demand .pricing-blk .panel-name, .verity-information-archiving .pricing-blk .panel-name {
    color: #475659;
  }
  .vertica .pricing-blk .uk-panel, .vertica-on-demand .pricing-blk .uk-panel, .verity-information-archiving .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .vertica .pricing-blk .panel-name, .vertica-on-demand .pricing-blk .panel-name, .verity-information-archiving .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .vertica .pricing-blk:not(:first-child) .uk-panel, .vertica-on-demand .pricing-blk:not(:first-child) .uk-panel, .verity-information-archiving .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .vertica .pricing-blk:not(:first-child) .panel-name, .vertica-on-demand .pricing-blk:not(:first-child) .panel-name, .verity-information-archiving .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .vertica .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .vertica .pricing-pkg.open, .vertica-on-demand .pricing-pkg.open, .verity-information-archiving .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .vertica .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .vertica .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .vertica .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vertica-on-demand .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .verity-information-archiving .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .vertica .mobile-pckg-blk .pckg-name, .vertica-on-demand .mobile-pckg-blk .pckg-name, .verity-information-archiving .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .vertica .pricing-blk .panel-name, .vertica-on-demand .pricing-blk .panel-name, .verity-information-archiving .pricing-blk .panel-name {
    color: #475659;
  }
  .vertica .pricing-blk .uk-panel, .vertica-on-demand .pricing-blk .uk-panel, .verity-information-archiving .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .vertica .pricing-blk .panel-name, .vertica-on-demand .pricing-blk .panel-name, .verity-information-archiving .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .vertica .pricing-blk:not(:first-child) .uk-panel, .vertica-on-demand .pricing-blk:not(:first-child) .uk-panel, .verity-information-archiving .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .vertica .pricing-blk:not(:first-child) .panel-name, .vertica-on-demand .pricing-blk:not(:first-child) .panel-name, .verity-information-archiving .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.codar .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.codar .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.codar .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.codar .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.codar .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.codar .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .codar .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .codar .pricing-blk .panel-name {
    color: #475659;
  }
  .codar .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .codar .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .codar .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .codar .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .codar .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .codar .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .codar .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .codar .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .codar .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .codar .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .codar .pricing-blk .panel-name {
    color: #475659;
  }
  .codar .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .codar .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .codar .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .codar .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.loadrunner .pricing-blk .panel-name, .stormrunner-load .pricing-blk .panel-name, .uft .pricing-blk .panel-name, .leanft .pricing-blk .panel-name, .performance-center .pricing-blk .panel-name, .quality-center-express .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.loadrunner .pricing-blk:not(:first-child) .panel-name, .stormrunner-load .pricing-blk:not(:first-child) .panel-name, .uft .pricing-blk:not(:first-child) .panel-name, .leanft .pricing-blk:not(:first-child) .panel-name, .performance-center .pricing-blk:not(:first-child) .panel-name, .quality-center-express .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.loadrunner .compare-tables .uk-table thead td, .stormrunner-load .compare-tables .uk-table thead td, .uft .compare-tables .uk-table thead td, .leanft .compare-tables .uk-table thead td, .performance-center .compare-tables .uk-table thead td, .quality-center-express .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.loadrunner .pricing-pkg.open, .stormrunner-load .pricing-pkg.open, .uft .pricing-pkg.open, .leanft .pricing-pkg.open, .performance-center .pricing-pkg.open, .quality-center-express .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.loadrunner .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .uft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .leanft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .performance-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.loadrunner .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .uft .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .leanft .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .performance-center .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .loadrunner .mobile-pckg-blk .pckg-name, .stormrunner-load .mobile-pckg-blk .pckg-name, .uft .mobile-pckg-blk .pckg-name, .leanft .mobile-pckg-blk .pckg-name, .performance-center .mobile-pckg-blk .pckg-name, .quality-center-express .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .loadrunner .pricing-blk .panel-name, .stormrunner-load .pricing-blk .panel-name, .uft .pricing-blk .panel-name, .leanft .pricing-blk .panel-name, .performance-center .pricing-blk .panel-name, .quality-center-express .pricing-blk .panel-name {
    color: #475659;
  }
  .loadrunner .pricing-blk .uk-panel, .stormrunner-load .pricing-blk .uk-panel, .uft .pricing-blk .uk-panel, .leanft .pricing-blk .uk-panel, .performance-center .pricing-blk .uk-panel, .quality-center-express .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .loadrunner .pricing-blk .panel-name, .stormrunner-load .pricing-blk .panel-name, .uft .pricing-blk .panel-name, .leanft .pricing-blk .panel-name, .performance-center .pricing-blk .panel-name, .quality-center-express .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .loadrunner .pricing-blk:not(:first-child) .uk-panel, .stormrunner-load .pricing-blk:not(:first-child) .uk-panel, .uft .pricing-blk:not(:first-child) .uk-panel, .leanft .pricing-blk:not(:first-child) .uk-panel, .performance-center .pricing-blk:not(:first-child) .uk-panel, .quality-center-express .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .loadrunner .pricing-blk:not(:first-child) .panel-name, .stormrunner-load .pricing-blk:not(:first-child) .panel-name, .uft .pricing-blk:not(:first-child) .panel-name, .leanft .pricing-blk:not(:first-child) .panel-name, .performance-center .pricing-blk:not(:first-child) .panel-name, .quality-center-express .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .loadrunner .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .uft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .leanft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .performance-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .loadrunner .pricing-pkg.open, .stormrunner-load .pricing-pkg.open, .uft .pricing-pkg.open, .leanft .pricing-pkg.open, .performance-center .pricing-pkg.open, .quality-center-express .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .loadrunner .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .uft .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .leanft .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .performance-center .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .loadrunner .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .uft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .leanft .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .performance-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .loadrunner .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .stormrunner-load .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .uft .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .leanft .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .performance-center .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .quality-center-express .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .loadrunner .mobile-pckg-blk .pckg-name, .stormrunner-load .mobile-pckg-blk .pckg-name, .uft .mobile-pckg-blk .pckg-name, .leanft .mobile-pckg-blk .pckg-name, .performance-center .mobile-pckg-blk .pckg-name, .quality-center-express .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .loadrunner .pricing-blk .panel-name, .stormrunner-load .pricing-blk .panel-name, .uft .pricing-blk .panel-name, .leanft .pricing-blk .panel-name, .performance-center .pricing-blk .panel-name, .quality-center-express .pricing-blk .panel-name {
    color: #475659;
  }
  .loadrunner .pricing-blk .uk-panel, .stormrunner-load .pricing-blk .uk-panel, .uft .pricing-blk .uk-panel, .leanft .pricing-blk .uk-panel, .performance-center .pricing-blk .uk-panel, .quality-center-express .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .loadrunner .pricing-blk .panel-name, .stormrunner-load .pricing-blk .panel-name, .uft .pricing-blk .panel-name, .leanft .pricing-blk .panel-name, .performance-center .pricing-blk .panel-name, .quality-center-express .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .loadrunner .pricing-blk:not(:first-child) .uk-panel, .stormrunner-load .pricing-blk:not(:first-child) .uk-panel, .uft .pricing-blk:not(:first-child) .uk-panel, .leanft .pricing-blk:not(:first-child) .uk-panel, .performance-center .pricing-blk:not(:first-child) .uk-panel, .quality-center-express .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .loadrunner .pricing-blk:not(:first-child) .panel-name, .stormrunner-load .pricing-blk:not(:first-child) .panel-name, .uft .pricing-blk:not(:first-child) .panel-name, .leanft .pricing-blk:not(:first-child) .panel-name, .performance-center .pricing-blk:not(:first-child) .panel-name, .quality-center-express .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.application-defender .pricing-blk .panel-name, .fortify-on-demand .pricing-blk .panel-name, .sitescope .pricing-blk .panel-name, .mobile-center .pricing-blk .panel-name, .data-protector .pricing-blk .panel-name, .apppulse-trace .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
  border: 1px solid #475659;
  background-color: #475659;
}

.application-defender .pricing-blk:not(:first-child) .panel-name, .fortify-on-demand .pricing-blk:not(:first-child) .panel-name, .sitescope .pricing-blk:not(:first-child) .panel-name, .mobile-center .pricing-blk:not(:first-child) .panel-name, .data-protector .pricing-blk:not(:first-child) .panel-name, .apppulse-trace .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
  background-color: #475659;
  border-color: #475659 !important;
}

.application-defender .compare-tables .uk-table thead td, .fortify-on-demand .compare-tables .uk-table thead td, .sitescope .compare-tables .uk-table thead td, .mobile-center .compare-tables .uk-table thead td, .data-protector .compare-tables .uk-table thead td, .apppulse-trace .compare-tables .uk-table thead td, .vm-server-backup .compare-tables .uk-table thead td {
  color: #475659 !important;
}

.application-defender .pricing-pkg.open, .fortify-on-demand .pricing-pkg.open, .sitescope .pricing-pkg.open, .mobile-center .pricing-pkg.open, .data-protector .pricing-pkg.open, .apppulse-trace .pricing-pkg.open, .vm-server-backup .pricing-pkg.open {
  border-bottom: 2px solid #475659;
}

.application-defender .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .sitescope .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .mobile-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .data-protector .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
  opacity: 0.4;
}

.application-defender .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .sitescope .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .mobile-center .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .data-protector .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
  border-color: #475659;
  background-color: #475659;
}

@media (min-width:768px) and (max-width:959px) {
  .application-defender .mobile-pckg-blk .pckg-name, .fortify-on-demand .mobile-pckg-blk .pckg-name, .sitescope .mobile-pckg-blk .pckg-name, .mobile-center .mobile-pckg-blk .pckg-name, .data-protector .mobile-pckg-blk .pckg-name, .apppulse-trace .mobile-pckg-blk .pckg-name, .vm-server-backup .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .application-defender .pricing-blk .panel-name, .fortify-on-demand .pricing-blk .panel-name, .sitescope .pricing-blk .panel-name, .mobile-center .pricing-blk .panel-name, .data-protector .pricing-blk .panel-name, .apppulse-trace .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    color: #475659;
  }
  .application-defender .pricing-blk .uk-panel, .fortify-on-demand .pricing-blk .uk-panel, .sitescope .pricing-blk .uk-panel, .mobile-center .pricing-blk .uk-panel, .data-protector .pricing-blk .uk-panel, .apppulse-trace .pricing-blk .uk-panel, .vm-server-backup .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .application-defender .pricing-blk .panel-name, .fortify-on-demand .pricing-blk .panel-name, .sitescope .pricing-blk .panel-name, .mobile-center .pricing-blk .panel-name, .data-protector .pricing-blk .panel-name, .apppulse-trace .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .application-defender .pricing-blk:not(:first-child) .uk-panel, .fortify-on-demand .pricing-blk:not(:first-child) .uk-panel, .sitescope .pricing-blk:not(:first-child) .uk-panel, .mobile-center .pricing-blk:not(:first-child) .uk-panel, .data-protector .pricing-blk:not(:first-child) .uk-panel, .apppulse-trace .pricing-blk:not(:first-child) .uk-panel, .vm-server-backup .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .application-defender .pricing-blk:not(:first-child) .panel-name, .fortify-on-demand .pricing-blk:not(:first-child) .panel-name, .sitescope .pricing-blk:not(:first-child) .panel-name, .mobile-center .pricing-blk:not(:first-child) .panel-name, .data-protector .pricing-blk:not(:first-child) .panel-name, .apppulse-trace .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .application-defender .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .sitescope .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .mobile-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .data-protector .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .application-defender .pricing-pkg.open, .fortify-on-demand .pricing-pkg.open, .sitescope .pricing-pkg.open, .mobile-center .pricing-pkg.open, .data-protector .pricing-pkg.open, .apppulse-trace .pricing-pkg.open, .vm-server-backup .pricing-pkg.open {
    border-bottom: 2px solid #475659;
  }
  .application-defender .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .sitescope .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .mobile-center .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .data-protector .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk:not(.active) .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .panel-name {
    background-color: transparent;
    border-color: transparent;
  }
  .application-defender .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .sitescope .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .mobile-center .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .data-protector .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk:not(.active) .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
  .application-defender .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .fortify-on-demand .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .sitescope .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .mobile-center .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .data-protector .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .apppulse-trace .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name, .vm-server-backup .pricing-pkg.open .pricing-blk.active .uk-panel-teaser .panel-name {
    border-color: #475659;
    background-color: #475659;
  }
}

@media (max-width:767px) {
  .application-defender .mobile-pckg-blk .pckg-name, .fortify-on-demand .mobile-pckg-blk .pckg-name, .sitescope .mobile-pckg-blk .pckg-name, .mobile-center .mobile-pckg-blk .pckg-name, .data-protector .mobile-pckg-blk .pckg-name, .apppulse-trace .mobile-pckg-blk .pckg-name, .vm-server-backup .mobile-pckg-blk .pckg-name {
    color: #475659;
  }
  .application-defender .pricing-blk .panel-name, .fortify-on-demand .pricing-blk .panel-name, .sitescope .pricing-blk .panel-name, .mobile-center .pricing-blk .panel-name, .data-protector .pricing-blk .panel-name, .apppulse-trace .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    color: #475659;
  }
  .application-defender .pricing-blk .uk-panel, .fortify-on-demand .pricing-blk .uk-panel, .sitescope .pricing-blk .uk-panel, .mobile-center .pricing-blk .uk-panel, .data-protector .pricing-blk .uk-panel, .apppulse-trace .pricing-blk .uk-panel, .vm-server-backup .pricing-blk .uk-panel {
    border-left-color: #475659;
  }
  .application-defender .pricing-blk .panel-name, .fortify-on-demand .pricing-blk .panel-name, .sitescope .pricing-blk .panel-name, .mobile-center .pricing-blk .panel-name, .data-protector .pricing-blk .panel-name, .apppulse-trace .pricing-blk .panel-name, .vm-server-backup .pricing-blk .panel-name {
    border: transparent;
    background-color: #475659;
  }
  .application-defender .pricing-blk:not(:first-child) .uk-panel, .fortify-on-demand .pricing-blk:not(:first-child) .uk-panel, .sitescope .pricing-blk:not(:first-child) .uk-panel, .mobile-center .pricing-blk:not(:first-child) .uk-panel, .data-protector .pricing-blk:not(:first-child) .uk-panel, .apppulse-trace .pricing-blk:not(:first-child) .uk-panel, .vm-server-backup .pricing-blk:not(:first-child) .uk-panel {
    border-left-color: #475659;
  }
  .application-defender .pricing-blk:not(:first-child) .panel-name, .fortify-on-demand .pricing-blk:not(:first-child) .panel-name, .sitescope .pricing-blk:not(:first-child) .panel-name, .mobile-center .pricing-blk:not(:first-child) .panel-name, .data-protector .pricing-blk:not(:first-child) .panel-name, .apppulse-trace .pricing-blk:not(:first-child) .panel-name, .vm-server-backup .pricing-blk:not(:first-child) .panel-name {
    background-color: transparent !important;
    border-color: transparent;
  }
}

.rebranding-banner {
  background-color: #0073e7;
  color: #ffffff;
}

.rebranding-banner .messages {
  padding: 25px 0;
}

.rebranding-banner .messages .msg {
  padding-bottom: 5px;
}

.rebranding-banner .messages .mf-link {
  font-size: 14px;
  line-height: 22px;
  color: #778a9d;
  color: #ffffff;
}

.rebranding-banner .mf-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-weight: 700;
}

.rebranding-banner .uk-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  opacity: 1;
}

.rebranding-banner .uk-close:after {
  display: inline-block;
  content: "\f00d";
  text-indent: -9999px;
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator:Adobe Illustrator 17.1.0,SVG Export Plug-In . SVG Version:6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='XMLID_314_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg id='close'%3E %3Crect id='_x2E_svg' x='0' y='0' fill='none' width='24' height='24'/%3E %3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M3,21L21,3 M3,3l18,18'/%3E %3C/g%3E %3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  top: 0;
}

.rebranding-banner a {
  color: #ffffff;
  text-decoration: none;
}

.rebranding-banner a.mf-link {
  position: relative;
}

.rebranding-banner a.mf-link:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-width: 0 0 1px;
  border-style: solid;
}

@media (max-width:1219px) {
  .rebranding-banner .messages {
    padding: 25px 26px;
  }
}

.menu-bg {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.global-header {
  position: relative;
  z-index: 1100;
  background-color: #fff;
}

.global-header .logo {
  vertical-align: middle;
}

.global-header .logo a {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.global-header .logo .former-hpe {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  border-left: 1px solid #0073e7;
  padding: 4px 10px;
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  line-height: 15px;
  color: #0073e7;
  font-weight: 500;
}

.global-header .secondary-nav {
  padding: 20px 0px;
}

.global-header .secondary-nav .secondary-links ul {
  display: inline-block;
  float: right;
  padding: 0px;
  margin: 0px;
  margin-top: -20px;
}

.global-header .secondary-nav .secondary-links ul li {
  display: inline-block;
}

.global-header .secondary-nav .secondary-links ul li a {
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 20px;
}

.global-header .primary-nav {
  padding-bottom: 20px;
  position: relative;
}

.global-header .menu-links>ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.global-header .menu-links>ul>li {
  display: inline-block;
}

.global-header .menu-links>ul>li>a {
  color: #556576;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #293138;
  font-weight: 400;
  margin-right: 30px;
}

.global-header .menu-links>ul>li>a:hover {
  text-decoration: none;
  color: #556576;
}

.global-header .menu-links>ul>li:last-child a {
  color: #0073e7;
}

.global-header .uk-drop-grid {
  margin-left: 0px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

.global-header .column-1>div, .global-header .column-2>div, .global-header .column-3>div, .global-header .column-4>div, .global-header .column-5>div {
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 20px;
  background-size: 100% 40px, 100% 40px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll;
}

.global-header .column-1 .menu-header, .global-header .column-2 .menu-header, .global-header .column-3 .menu-header, .global-header .column-4 .menu-header, .global-header .column-5 .menu-header {
  padding: 25px 20px 15px;
}

.global-header .column-1 .menu-header .menu-title, .global-header .column-2 .menu-header .menu-title, .global-header .column-3 .menu-header .menu-title, .global-header .column-4 .menu-header .menu-title, .global-header .column-5 .menu-header .menu-title {
  color: #556576;
  font-size: 14px;
  line-height: 22px;
  color: #778a9d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.global-header .column-1 .menu-header .menu-title a, .global-header .column-2 .menu-header .menu-title a, .global-header .column-3 .menu-header .menu-title a, .global-header .column-4 .menu-header .menu-title a, .global-header .column-5 .menu-header .menu-title a {
  padding: 0px;
  font-weight: 500;
}

.global-header .column-1 .menu-header .menu-title a span.external-link, .global-header .column-2 .menu-header .menu-title a span.external-link, .global-header .column-3 .menu-header .menu-title a span.external-link, .global-header .column-4 .menu-header .menu-title a span.external-link, .global-header .column-5 .menu-header .menu-title a span.external-link {
  margin-top: 0px !important;
}

.global-header .column-1 .menu-header .menu-desc, .global-header .column-2 .menu-header .menu-desc, .global-header .column-3 .menu-header .menu-desc, .global-header .column-4 .menu-header .menu-desc, .global-header .column-5 .menu-header .menu-desc {
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #ffffff;
}

.global-header .column-1 ul, .global-header .column-2 ul, .global-header .column-3 ul, .global-header .column-4 ul, .global-header .column-5 ul {
  display: block;
  padding: 0px;
  margin: 0px;
}

.global-header .column-1 ul li, .global-header .column-2 ul li, .global-header .column-3 ul li, .global-header .column-4 ul li, .global-header .column-5 ul li {
  display: block;
  vertical-align: top;
}

.global-header .column-1 ul li a, .global-header .column-2 ul li a, .global-header .column-3 ul li a, .global-header .column-4 ul li a, .global-header .column-5 ul li a {
  position: relative;
  margin-right: 0px;
  display: block;
  padding: 10px 30px 10px 20px;
  line-height: 24px;
}

.global-header .column-1 ul li a.has-menu::after, .global-header .column-2 ul li a.has-menu::after, .global-header .column-3 ul li a.has-menu::after, .global-header .column-4 ul li a.has-menu::after, .global-header .column-5 ul li a.has-menu::after {
  content: " >";
  float: right;
  vertical-align: top;
  position: absolute;
  top: 10px;
  right: 15px;
}

.global-header span.external-link {
  position: absolute;
  margin-top: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-header span.internal-link {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/images/arrow-right-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-top: 4px;
  margin-left: 5px;
  border-radius: 50%;
}

.global-header .col2-wrapper {
  overflow-y: scroll;
}

.global-header .column-1 {
  background-color: #323e58;
  padding: 10px 0px;
/*  width: 280px;
  min-height: 600px;*/
}

.global-header .column-1 hr {
  margin: 5px 15px 5px 20px;
  border-top: 1px solid #778A9D;
}

.global-header .column-1::before {
  content: "";
  position: absolute;
  left: 60px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #323e58 transparent;
  z-index: 1200;
}

.global-header .column-1 a {
  color: #ffffff;
  font-weight: 400;
}

.global-header .column-1 a.active {
  background-color: #54708e;
}

.global-header .column-1 a.active:hover {
  color: #ffffff;
}

.global-header .column-1 a:hover {
  text-decoration: none;
  color: #00baff;
}

.global-header .column-1 a.skip-col-true.active {
  background-color: #ffffff;
  color: #555675 !important;
}

@media (min-width:960px) and (max-width:1219px) {
  .global-header .column-1 {
    width: 220px;
    font-size: 14px;
  }
}

.global-header .column-2 {
  background-color: #54708e;
  width: 280px;
  position: absolute;
  top: 0px;
  left: 280px;
}

.global-header .column-2>div>.menu-header .menu-desc {
  color: #DBE0E4 !important;
}

.global-header .column-2 hr {
  border-top: 1px solid #778A9D;
}

.global-header .column-2 a:hover {
  text-decoration: none;
  color: #00baff;
}

.global-header .column-2 a.active {
  background-color: #f5f5f7;
  color: #555675;
}

.global-header .column-2 a.active:hover {
  color: #555675;
}

.global-header .column-2 a.orphan {
  color: #ffffff !important;
}

.global-header .column-2 a.orphan:hover {
  color: #00baff !important;
}

.global-header .column-2 a.orphan.active {
  background-color: transparent;
  color: #00baff !important;
}

.global-header .column-2 p {
  margin: -10px 10px 5px 20px;
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #DBE0E4;
}

.global-header .column-2 a.active.true {
  background-color: #ffffff;
  color: #555675;
}

.global-header .column-2 a.active.true:hover {
  color: #555675;
}

@media (min-width:960px) and (max-width:1219px) {
  .global-header .column-2 {
    width: 220px;
    left: 220px;
    font-size: 14px;
  }
}

.global-header .column-3 {
  background-color: #f5f5f7;
  width: 280px;
  position: absolute;
  top: 0px;
  left: 280px;
  color: #555675;
}

.global-header .column-3 hr {
  border-color: #DBE0E4;
}

.global-header .column-3 .menu-header {
  padding: 25px 20px 15px;
}

.global-header .column-3 .menu-header .menu-title {
  font-weight: 500;
  color: #555675;
}

.global-header .column-3 .menu-header .menu-title a {
  color: #0073e7 !important;
}

.global-header .column-3 .menu-header .menu-title a:hover {
  text-decoration: none;
  color: #00baff !important;
}

.global-header .column-3 .menu-header .menu-desc {
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #778A9D;
}

.global-header .column-3 a {
  color: #555675 !important;
}

.global-header .column-3 a:hover {
  text-decoration: none;
  color: #00baff !important;
}

.global-header .column-3 a.active {
  background-color: #ffffff !important;
}

.global-header .column-3 a.active:hover {
  color: #ffffff;
}

.global-header .column-3 a.orphan {
  color: #0073e7 !important;
}

.global-header .column-3 a.orphan:hover {
  color: #00baff !important;
}

.global-header .column-3 a.orphan.active {
  background-color: transparent !important;
  color: #00baff !important;
}

.global-header .column-3 p {
  margin: -10px 10px 5px 20px;
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #555675;
}

@media (min-width:960px) and (max-width:1219px) {
  .global-header .column-3 {
    width: 220px;
    font-size: 14px;
    left: 220px;
  }
}

.global-header .column-4 {
  background-color: #ffffff;
  width: 360px;
  position: absolute;
  top: 0px;
  left: 280px;
  color: #555675;
}

.global-header .column-4 hr {
  border-color: #DBE0E4;
}

.global-header .column-4 .menu-header {
  padding: 25px 20px 15px;
}

.global-header .column-4 .menu-header .menu-title {
  font-weight: 500;
  color: #555675;
}

.global-header .column-4 .menu-header .menu-desc {
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #778A9D;
}

.global-header .column-4 a {
  color: #0073e7 !important;
}

.global-header .column-4 a:hover {
  text-decoration: none;
  color: #00baff !important;
}

.global-header .column-4 a.active {
  background-color: transparent;
}

.global-header .column-4 a.active:hover {
  color: #ffffff;
}

.global-header .column-4 p {
  margin: -10px 10px 5px 20px;
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #555675;
}

@media (min-width:960px) and (max-width:1219px) {
  .global-header .column-4 {
    width: 240px;
    font-size: 14px;
    left: 220px;
  }
}

.global-header .column-5 {
  background-color: #ffffff;
  width: 640px;
  position: absolute;
  top: 0px;
  left: 280px;
  color: #555675;
}

.global-header .column-5 hr {
  border-color: #DBE0E4;
}

.global-header .column-5 .menu-header {
  padding: 25px 20px 15px;
}

.global-header .column-5 .menu-header .menu-title {
  font-weight: 500;
  color: #555675;
}

.global-header .column-5 .menu-header .menu-desc {
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #555675;
}

.global-header .column-5 a {
  color: #0073e7 !important;
}

.global-header .column-5 a:hover {
  text-decoration: none;
  color: #00baff !important;
}

.global-header .column-5 a.active {
  background-color: transparent;
}

.global-header .column-5 a.active:hover {
  color: #ffffff;
}

.global-header .column-5 p {
  margin: -10px 10px 5px 20px;
  color: #556576;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 300;
  color: #555675;
}

@media (min-width:960px) and (max-width:1219px) {
  .global-header .column-5 {
    width: 440px;
    font-size: 14px;
    left: 220px;
  }
}

.global-header .secondary-links a.active {
  background-color: #ffffff !important;
  color: #555675 !important;
}

.global-header .secondary-links a.active:hover {
  color: #555675;
}

.global-header .seacrh-bar {
  margin-top: 30px;
  margin-right: 30px;
  color: #ffffff;
}

.global-header .search-box .uk-search-input {
  border-radius: 50px;
  padding-left: 15px;
}

.hp-navbar {
  font-family: 'aktiv_grotesk';
}

.hp-navbar .uk-dropdown {
  padding: 0;
}

.hp-navbar .uk-dropdown-bottom {
  margin-top: 0;
}

.former-hpe {
  max-width: 580px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #0073e7;
  color: #556576;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0073e7;
}

.global-header .logo a {
  margin-top: 2px;
}

.global-header ul li {
  margin-left: 0;
  margin-right: 0;
}

.global-header .column-1 .menu-header .menu-title, .global-header .column-2 .menu-header .menu-title, .global-header .column-3 .menu-header .menu-title, .global-header .column-4 .menu-header .menu-title, .global-header .column-5 .menu-header .menu-title {
  font-size: 14px;
}

.global-header .column-1 .menu-header .menu-title a, .global-header .column-2 .menu-header .menu-title a, .global-header .column-3 .menu-header .menu-title a, .global-header .column-4 .menu-header .menu-title a, .global-header .column-5 .menu-header .menu-title a {
  font-size: 14px;
}

.global-header span.internal-link {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator:Sketch 45.2 %2843514%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ELanding_Page_Link%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layouts' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Global_Nav_V2_L4_option-Copy-16' transform='translate%28-629.000000,-133.000000%29'%3E%3Cg id='Landing_Page_Link' transform='translate%28629.000000,133.000000%29'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='8.12918527' cy='8.03562128' r='7.46512277'%3E%3C/circle%3E%3Cpath d='M9.13902179,7.39605802 L6.71235513,9.68177231 C6.39047071,9.98178618 5.8913824,9.98178618 5.56949798,9.68177231 C5.41898855,9.54340726 5.33333333,9.34831308 5.33333333,9.14386755 C5.33333333,8.93942201 5.41898855,8.74432783 5.56949798,8.60596278 L7.99616465,6.3202485 C8.31804907,6.02023463 8.81713737,6.02023463 9.13902179,6.3202485 C9.28960832,6.45888628 9.37528776,6.65422824 9.37528776,6.85891516 C9.37528776,7.06360209 9.28960832,7.25894405 9.13902179,7.39758183 L9.13902179,7.39605802 Z M11.5588313,9.68177231 C11.2369469,9.98178618 10.7378586,9.98178618 10.4159742,9.68177231 L7.99159322,7.39605802 C7.84100669,7.25742024 7.75532725,7.06207828 7.75532725,6.85739135 C7.75532725,6.65270443 7.84100669,6.45736247 7.99159322,6.31872469 C8.31434759,6.02092831 8.81169599,6.02092831 9.13445036,6.31872469 L11.5603551,8.60443897 C11.7112907,8.74256321 11.7972503,8.93774694 11.7972503,9.14234374 C11.7972503,9.34694053 11.7112907,9.54212426 11.5603551,9.6802485 L11.5588313,9.68177231 Z' id='Path_1' fill='%230073E7' fill-rule='nonzero' transform='translate%288.565292,8.001010%29 rotate%28-270.000000%29 translate%28-8.565292,-8.001010%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.customer-terms .region-name {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 36px;
  font-weight: 600;
  margin-top: 50px;
}

.customer-terms .panel-heading {
  text-align: left;
  background-color: transparent;
}

.customer-terms .panel-default {
  border-color: transparent;
  box-shadow: 0 0 0 0;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  width: 100%;
  float: left;
}

.customer-terms .panel-body {
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.customer-terms .file-wrapper .file-name {
  display: inline-block;
  color: #00b388;
  padding-right: 15px;
}

.customer-terms .file-wrapper .file-size {
  display: inline-block;
}

.customer-terms .static-text {
  padding-bottom: 20px;
  font-size: 13px;
}

.customer-terms .language-name {
  padding-bottom: 15px;
  font-size: 20px;
}

.customer-terms .heading {
  color: #333;
}

.customer-terms .file-description {
  padding-bottom: 40px;
}

.customer-terms .heading:hover {
  color: #00b388;
  text-decoration: none;
}

.customer-terms .panel-heading {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.customer-terms #accordion {
  width: 100%;
  float: left;
}

.customer-terms .heading .icon img {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  transform: rotate(360deg);
}

.customer-terms .panel-title {
  font-size: 20px;
}

.customer-terms .title {
  float: left;
}

.customer-terms {
  width: 100%;
  float: left;
}

.customer-terms .icon {
  float: right;
  width: 20px;
}

.customer-terms .panel.open .icon img {
  transform: rotate(180deg);
}

.customer-terms .panel-collapse {
  display: none;
}

.customer-terms .panel.open .panel-collapse {
  display: block;
}

.customer-terms .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0px;
}

.sticky-header-uft {
  position: fixed;
  top: 0;
  background-color: white;
  width: 1175px;
}

@media screen and (max-width:1242px) {
  .sticky-header-uft {
    width: 100%;
  }
}