/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://login.agilitypr.com/Assets/font/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://login.agilitypr.com/Assets/font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://login.agilitypr.com/Assets/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://login.agilitypr.com/Assets/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://login.agilitypr.com/Assets/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook: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-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.icon-5x {
  font-size: 5em;
  line-height: 1em;
}
.icon-6x {
  font-size: 6em;
  line-height: 1em;
}
.icon-7x {
  font-size: 7em;
  line-height: 1em;
}
.icon-8x {
  font-size: 8em;
  line-height: 1em;
}
.icon-9x {
  font-size: 9em;
  line-height: 1em;
}
.icon-10x {
  font-size: 10em;
  line-height: 1em;
}
@font-face {
  font-family: 'Agility-Icons';
  src: url('https://login.agilitypr.com/Assets/font/Agility-Icons.eot?6nh82o');
  src: url('https://login.agilitypr.com/Assets/font/Agility-Icons.eot?6nh82o#iefix') format('embedded-opentype'), url('https://login.agilitypr.com/Assets/font/Agility-Icons.ttf?6nh82o') format('truetype'), url('https://login.agilitypr.com/Assets/font/Agility-Icons.woff?6nh82o') format('woff'), url('https://login.agilitypr.com/Assets/font/Agility-Icons.svg?6nh82o#Agility-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.agpr-about-us,
.agpr-add-mentions,
.agpr-add-widget,
.agpr-amplify,
.agpr-bars,
.agpr-blog,
.agpr-calendar,
.agpr-close,
.agpr-company-logo,
.agpr-create-folder,
.agpr-create-tag,
.agpr-double-arrow,
.agpr-engage,
.agpr-headline,
.agpr-isolate,
.agpr-line-briefings,
.agpr-line-bullhorn,
.agpr-line-distribution,
.agpr-line-error,
.agpr-line-globe,
.agpr-line-info,
.agpr-line-report-new,
.agpr-line-report-quick,
.agpr-line-reports,
.agpr-line-subscriptions,
.agpr-line-success,
.agpr-line-warning,
.agpr-manage-tags,
.agpr-news-content,
.agpr-online-news,
.agpr-organize,
.agpr-outlet-view,
.agpr-queue,
.agpr-radio,
.agpr-save,
.agpr-social-content,
.agpr-social-facebook,
.agpr-social-linkedin,
.agpr-social-twitter,
.agpr-subjects,
.agpr-video,
.agpr-view-preview,
.agpr-view-statistics {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Agility-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agpr-about-us:before {
  content: "\e900";
}
.agpr-add-mentions:before {
  content: "\e901";
}
.agpr-add-widget:before {
  content: "\e902";
}
.agpr-amplify:before {
  content: "\e903";
}
.agpr-bars:before {
  content: "\e904";
}
.agpr-blog:before {
  content: "\e905";
}
.agpr-calendar:before {
  content: "\e906";
}
.agpr-close:before {
  content: "\e907";
}
.agpr-company-logo:before {
  content: "\e908";
}
.agpr-create-folder:before {
  content: "\e909";
}
.agpr-create-tag:before {
  content: "\e90a";
}
.agpr-double-arrow:before {
  content: "\e90b";
}
.agpr-engage:before {
  content: "\e90c";
}
.agpr-headline:before {
  content: "\e90d";
}
.agpr-isolate:before {
  content: "\e90e";
}
.agpr-line-briefings:before {
  content: "\e90f";
}
.agpr-line-bullhorn:before {
  content: "\e910";
}
.agpr-line-distribution:before {
  content: "\e911";
}
.agpr-line-error:before {
  content: "\e912";
}
.agpr-line-globe:before {
  content: "\e913";
}
.agpr-line-info:before {
  content: "\e914";
}
.agpr-line-report-new:before {
  content: "\e915";
}
.agpr-line-report-quick:before {
  content: "\e916";
}
.agpr-line-reports:before {
  content: "\e917";
}
.agpr-line-subscriptions:before {
  content: "\e918";
}
.agpr-line-success:before {
  content: "\e919";
}
.agpr-line-warning:before {
  content: "\e91a";
}
.agpr-manage-tags:before {
  content: "\e91b";
}
.agpr-news-content:before {
  content: "\e91c";
}
.agpr-online-news:before {
  content: "\e91d";
}
.agpr-organize:before {
  content: "\e91e";
}
.agpr-outlet-view:before {
  content: "\e91f";
}
.agpr-queue:before {
  content: "\e920";
}
.agpr-radio:before {
  content: "\e921";
}
.agpr-save:before {
  content: "\e922";
}
.agpr-social-content:before {
  content: "\e923";
}
.agpr-social-facebook:before {
  content: "\e924";
}
.agpr-social-linkedin:before {
  content: "\e925";
}
.agpr-social-twitter:before {
  content: "\e926";
}
.agpr-subjects:before {
  content: "\e927";
}
.agpr-video:before {
  content: "\e928";
}
.agpr-view-preview:before {
  content: "\e929";
}
.agpr-view-statistics:before {
  content: "\e92a";
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
.font-root {
  font-size: 16px;
}
.grey-muted-theme,
.grey-muted-theme a {
  color: #6a6a6a;
}
.grey-muted-theme:hover,
.grey-muted-theme a:hover,
.grey-muted-theme:active,
.grey-muted-theme a:active,
.grey-muted-theme:focus,
.grey-muted-theme a:focus {
  color: #848484;
}
.dark-theme {
  background-color: #444;
}
.dark-theme,
.dark-theme a {
  color: #828282;
}
.dark-theme a:hover {
  color: #9b9b9b;
}
.dark-theme button {
  color: #b0b0b0;
}
.dark-theme button:hover {
  color: #cacaca;
}
.dark-theme .dropdown-menu a,
.dark-theme .dropdown-menu button {
  color: #333;
}
.dark-theme .dropdown-menu a:hover,
.dark-theme .dropdown-menu button:hover {
  color: #fff;
}
.high-contrast-dark-theme {
  background-color: #101010;
}
.high-contrast-dark-theme,
.high-contrast-dark-theme a {
  color: #ff5126;
}
.high-contrast-dark-theme a:hover {
  color: #ff7a59;
}
.high-contrast-dark-theme,
.high-contrast-dark-theme label {
  color: #fff;
}
.high-contrast-dark-theme button {
  border: 0;
  border-radius: 0;
  background: #ff5126;
  color: #fff;
}
.high-contrast-dark-theme .form-control {
  color: #333;
}
.high-contrast-dark-theme button:hover {
  background: #ff7a59;
  color: #fff;
}
.high-contrast-dark-theme .dropdown-menu a,
.high-contrast-dark-theme .dropdown-menu button {
  color: #333;
}
.high-contrast-dark-theme .dropdown-menu a:hover,
.high-contrast-dark-theme .dropdown-menu button:hover {
  color: #fff;
}
.no-gutters .col-xs-1,
.no-gutters .col-xs-2,
.no-gutters .col-xs-3,
.no-gutters .col-xs-4,
.no-gutters .col-xs-5,
.no-gutters .col-xs-6,
.no-gutters .col-xs-7,
.no-gutters .col-xs-8,
.no-gutters .col-xs-9,
.no-gutters .col-xs-10,
.no-gutters .col-xs-11,
.no-gutters .col-xs-12,
.no-gutters .col-sm-1,
.no-gutters .col-sm-2,
.no-gutters .col-sm-3,
.no-gutters .col-sm-4,
.no-gutters .col-sm-5,
.no-gutters .col-sm-6,
.no-gutters .col-sm-7,
.no-gutters .col-sm-8,
.no-gutters .col-sm-9,
.no-gutters .col-sm-10,
.no-gutters .col-sm-11,
.no-gutters .col-sm-12,
.no-gutters .col-md-1,
.no-gutters .col-md-2,
.no-gutters .col-md-3,
.no-gutters .col-md-4,
.no-gutters .col-md-5,
.no-gutters .col-md-6,
.no-gutters .col-md-7,
.no-gutters .col-md-8,
.no-gutters .col-md-9,
.no-gutters .col-md-10,
.no-gutters .col-md-11,
.no-gutters .col-md-12,
.no-gutters .col-lg-1,
.no-gutters .col-lg-2,
.no-gutters .col-lg-3,
.no-gutters .col-lg-4,
.no-gutters .col-lg-5,
.no-gutters .col-lg-6,
.no-gutters .col-lg-7,
.no-gutters .col-lg-8,
.no-gutters .col-lg-9,
.no-gutters .col-lg-10,
.no-gutters .col-lg-11,
.no-gutters .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.row-flex {
  display: flex;
}
.row-flex .col-xs-1,
.row-flex .col-xs-2,
.row-flex .col-xs-3,
.row-flex .col-xs-4,
.row-flex .col-xs-5,
.row-flex .col-xs-6,
.row-flex .col-xs-7,
.row-flex .col-xs-8,
.row-flex .col-xs-9,
.row-flex .col-xs-10,
.row-flex .col-xs-11,
.row-flex .col-xs-12,
.row-flex .col-sm-1,
.row-flex .col-sm-2,
.row-flex .col-sm-3,
.row-flex .col-sm-4,
.row-flex .col-sm-5,
.row-flex .col-sm-6,
.row-flex .col-sm-7,
.row-flex .col-sm-8,
.row-flex .col-sm-9,
.row-flex .col-sm-10,
.row-flex .col-sm-11,
.row-flex .col-sm-12,
.row-flex .col-md-1,
.row-flex .col-md-2,
.row-flex .col-md-3,
.row-flex .col-md-4,
.row-flex .col-md-5,
.row-flex .col-md-6,
.row-flex .col-md-7,
.row-flex .col-md-8,
.row-flex .col-md-9,
.row-flex .col-md-10,
.row-flex .col-md-11,
.row-flex .col-md-12,
.row-flex .col-lg-1,
.row-flex .col-lg-2,
.row-flex .col-lg-3,
.row-flex .col-lg-4,
.row-flex .col-lg-5,
.row-flex .col-lg-6,
.row-flex .col-lg-7,
.row-flex .col-lg-8,
.row-flex .col-lg-9,
.row-flex .col-lg-10,
.row-flex .col-lg-11,
.row-flex .col-lg-12 {
  float: unset;
}
@media (max-width: 480px) {
  .row-flex .col-xs-1,
  .row-flex .col-xs-2,
  .row-flex .col-xs-3,
  .row-flex .col-xs-4,
  .row-flex .col-xs-5,
  .row-flex .col-xs-6,
  .row-flex .col-xs-7,
  .row-flex .col-xs-8,
  .row-flex .col-xs-9,
  .row-flex .col-xs-10,
  .row-flex .col-xs-11,
  .row-flex .col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .row-flex .col-sm-1,
  .row-flex .col-sm-2,
  .row-flex .col-sm-3,
  .row-flex .col-sm-4,
  .row-flex .col-sm-5,
  .row-flex .col-sm-6,
  .row-flex .col-sm-7,
  .row-flex .col-sm-8,
  .row-flex .col-sm-9,
  .row-flex .col-sm-10,
  .row-flex .col-sm-11,
  .row-flex .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .row-flex .col-md-1,
  .row-flex .col-md-2,
  .row-flex .col-md-3,
  .row-flex .col-md-4,
  .row-flex .col-md-5,
  .row-flex .col-md-6,
  .row-flex .col-md-7,
  .row-flex .col-md-8,
  .row-flex .col-md-9,
  .row-flex .col-md-10,
  .row-flex .col-md-11,
  .row-flex .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .row-flex .col-lg-1,
  .row-flex .col-lg-2,
  .row-flex .col-lg-3,
  .row-flex .col-lg-4,
  .row-flex .col-lg-5,
  .row-flex .col-lg-6,
  .row-flex .col-lg-7,
  .row-flex .col-lg-8,
  .row-flex .col-lg-9,
  .row-flex .col-lg-10,
  .row-flex .col-lg-11,
  .row-flex .col-lg-12 {
    width: 100%;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
* {
  margin: 0;
}
html {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -150px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
  height: 150px;
}
/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
#footer {
  color: #fff;
  text-align: left;
  background: #393939;
  font-size: 0.97em;
  margin-left: 0px;
  margin-right: 0px;
  /* Responsive footer navigation */
}
#footer .list-inline {
  padding: 15px 0 30px 0;
  text-align: center;
}
#footer .list-inline li {
  padding: 0 7px;
}
#footer .list-inline a {
  color: #999;
}
#footer .list-inline a:hover {
  color: #fff;
}
#footer .footer-wrapper {
  position: relative;
  width: 96%;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}
#footer #footer-nav {
  border-bottom: 1px solid #2c2c2c;
  background: #313131;
  padding: 20px 0 5px;
}
#footer #footer-nav .footer-links {
  width: 20%;
  display: inline-block;
  float: left;
}
#footer #footer-nav .footer-links .footer-links-title {
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
#footer #footer-nav .footer-links ul,
#footer #footer-nav .footer-links li,
#footer #footer-nav .footer-links a {
  padding-top: 1px;
  padding-bottom: 1px;
}
#footer #footer-nav .footer-links ul {
  list-style: none;
  line-height: 19px;
  padding-left: 0px;
}
#footer #footer-nav .footer-links ul li {
  display: block;
}
#footer #footer-nav .footer-links ul li a {
  color: #bababa;
}
#footer #footer-nav .footer-links ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .footer-credits {
  padding: 10px 0 15px 0;
  color: #ccc;
  text-align: center;
  font-size: 0.95em;
  background: #222;
  line-height: 1;
}
#footer .footer-credits p {
  padding: 0;
  margin: 0;
}
#footer .footer-credits a {
  color: #fff;
}
#footer .navbar-footer {
  width: 100%;
  background: transparent;
  padding: 0;
  min-height: none;
}
#footer .navbar-footer .nav.navbar-nav {
  border: none;
  margin: 0;
}
#footer .navbar-footer .navbar-toggle {
  background: none;
  position: relative;
  float: right;
  width: 110%;
  height: 100%;
  overflow: hidden;
  text-align: right;
  right: -10px;
  top: 0px;
  margin: 0px;
  box-shadow: 0px 6px 8px -5px #222;
  color: #fff;
  font-size: 25px;
  padding: 14px 25px;
  text-decoration: none;
  border-radius: 0;
}
#footer .navbar-footer .navbar-toggle::after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(79, 79, 79, 0)), color-stop(47%, #4f4f4f), color-stop(53%, #4f4f4f), color-stop(100%, rgba(79, 79, 79, 0)));
  background: -webkit-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -o-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -ms-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: linear-gradient(to right, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
}
#footer .navbar-footer .navbar-toggle.collapsed {
  box-shadow: none;
}
#footer .navbar-footer .navbar-toggle.collapsed::after {
  background: none;
}
#footer .navbar-footer .navbar-toggle:hover {
  background-color: #040404;
}
#footer .navbar-footer > .open > a {
  border-radius: 0;
  width: 100%;
}
#footer .navbar-footer .nav-collapse {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 0px;
}
#footer .navbar-footer .nav-collapse::after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(79, 79, 79, 0)), color-stop(47%, #4f4f4f), color-stop(53%, #4f4f4f), color-stop(100%, rgba(79, 79, 79, 0)));
  background: -webkit-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -o-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: -ms-linear-gradient(left, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
  background: linear-gradient(to right, rgba(79, 79, 79, 0) 0, #4f4f4f 47%, #4f4f4f 53%, rgba(79, 79, 79, 0) 100%);
}
#footer .navbar-footer .nav-collapse a {
  text-shadow: none;
  border: none;
}
#footer .navbar-footer .nav-collapse > .active > a,
#footer .navbar-footer .nav-collapse > .active > a:hover,
#footer .navbar-footer .nav-collapse > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
}
/* End Footer */
.affix {
  top: 130px;
  z-index: 1;
}
.affix-bottom {
  position: absolute ;
}
.affix-wrap {
  position: static;
}
.content {
  position: relative;
}
.affix-col.affix {
  width: 198px;
  position: fixed;
  top: 125px;
}
.affix-col.affix.active #filters-shift {
  left: 0px;
}
.affix-col.affix.active #content-wrap {
  margin-left: 250px;
}
.affix-col.affix-bottom {
  width: 198px;
}
.page-header.affix {
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .page-header.affix {
    position: fixed;
    top: 35px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .page-header.affix {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .page-header.affix {
    width: 1140px;
  }
}
.user-preferences .sidenav.affix {
  top: 135px;
}
.empty.alert {
  display: none;
}
.system-notifications {
  margin-bottom: 10px;
}
.alert.system-notification {
  width: auto;
  margin: 5px 0 10px 0;
  font-size: 1em;
  text-align: left;
}
.alert.system-notification .title {
  margin-bottom: 5px;
}
.alert.system-notification pre {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.alert .alert-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.3em;
  line-height: 1.3em;
  vertical-align: top;
}
.alert .alert-body {
  display: inline-block;
  width: 85%;
  word-break: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 940px) {
  .alert .alert-body {
    width: 90%;
  }
}
@media (min-width: 1210px) {
  .alert .alert-body {
    width: 95%;
  }
}
.alert h4:first-child,
.alert h5:first-child,
.alert h6:first-child {
  margin-top: 0;
}
.hero-unit .global-alerts {
  margin-top: 20px;
  margin-bottom: 60px;
}
.theme .alert-warning {
  color: #c09853;
}
.theme .alert-danger {
  color: #b94a48;
}
.theme .alert-success {
  color: #468847;
}
.theme .alert-info {
  color: #3a87ad;
}
.alert-left {
  text-align: left;
}
.btn {
  color: #101010;
  font-weight: 400;
  background-size: 200%;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #cccccc;
  *border: 0;
  font-size: 1em;
  border-bottom-color: #b3b3b3;
  background-color: #F2F2F2;
  
  transition: all 0.1s ease-in-out;
}
.btn:hover {
  box-shadow: inset 0 0 9px #ccc;
  border-color: #aaa #aaa #aaa #aaa;
}
.btn:active {
  box-shadow: inset 0 0 8px #aaa 0 0 3px #ccc;
}
a.btn:active,
a.btn:focus {
  outline: 0;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  background-image: none;
  color: #428BCA;
}
.btn-primary {
  color: #fff;
  background-color: #ff5126;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c45b', endColorstr='#C0DE75', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: linear-gradient(#93BB16 0%, #68910B 75%, #68910B 100%);
  border-color: #97B458 #68910B #68910B #68910B;
}
.open .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #ff5930;
  background: linear-gradient(#93BB16 0%, #68910B 75%, #68910B 100%);
}
.btn-primary:hover {
  box-shadow: inset 0 0 10px #ccc;
  border-color: #68910B #68910B #68910B #68910B;
}
.box-shadow .open .btn-primary.dropdown-toggle,
.box-shadow .btn-primary:active,
.box-shadow .btn-primary:hover {
  background-color: none;
}
.btn-primary:active {
  color: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 8px #aaa 0 0 3px #ccc;
  text-shadow: 1px #999;
}
.open .dropdown-toggle.btn-primary {
  border: 1px solid;
  border-color: #68910B;
  color: #fff;
  background: linear-gradient(#93BB16 0%, #68910B 75%, #68910B 100%);
}
.btn-info {
  color: #fff;
  background-color: #49afcd;
  *background-color: #2f96b4;
  background: linear-gradient(#009fd0 0%, #0089b3 75%, #009fd0 100%);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #0089b3;
  *background-color: #0089b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  *background-color: #222222;
  background: linear-gradient(#545454 0%, #2b2b2b 75%, #2b2b2b 100%);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #2b2b2b;
  *background-color: #2b2b2b;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-danger {
  color: #fff;
  background-color: #DA4F49;
  *background-color: #DA4F49;
  background: linear-gradient(#E95A56 0%, #C23B34 75%, #E95A56 100%);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  border-color: #C23B34;
}
.btn-success {
  color: #fff;
  background-color: #ff5126;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c45b', endColorstr='#C0DE75', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: linear-gradient(#C0DE75 0%, #a6c45b 50%, #C0DE75 100%);
  border-color: #C0DE75 #C0DE75 #a6c45b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-size: 200%;
}
.btn-success:active,
.btn-success:hover {
  background-position: 100%;
  background-color: #a6c45b;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0DE75', endColorstr='#a6c45b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover {
  box-shadow: inset 0 0 8px #ccc;
}
.btn-success:active {
  color: rgba(255, 255, 255, 0.95);
}
.btn-xs {
  line-height: 1.2em;
  padding: 5px;
  font-size: 0.786em;
}
.login-form .btn-error-inline {
  display: inline;
  background-color: #f2dede;
  text-decoration: underline;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #b94a48;
  text-transform: uppercase;
}
.login-form .btn-error-inline:hover {
  display: inline;
  background-color: #f2dede;
  text-decoration: underline;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #b94a48;
  text-transform: uppercase;
}
.chart-btns {
  float: right;
  margin-top: 10px;
  z-index: 1;
}
.btn-group .btn-link {
  box-shadow: none;
}
.btn-sm {
  font-size: 0.857em;
}
.btn-utilities {
  margin-top: 8px;
}
.input-group .input-group-btn button {
  height: 34px;
  border-left-width: 0px;
}
.dropdown-menu .nav-header {
  padding: 3px 15px;
}
.dropdown-menu [class^="icon-"],
.dropdown-menu [class*=" icon-"] {
  margin-right: 5px;
}
.dropdown-menu {
  min-width: 100%;
}
.well .dropdown-menu {
  margin-left: 0px;
}
.dropdown-menu-form,
.well .dropdown-menu-form {
  padding: 0 5px;
  white-space: nowrap;
}
.dropdown-menu-form input[type="radio"],
.dropdown-menu-form input[type="checkbox"] {
  margin-top: 0;
}
.flag-dropdown .dropdown-trigger .text {
  overflow: hidden;
  width: 0;
  line-height: 0;
  display: inline-block;
  text-indent: -99999px;
}
.flag-dropdown .dropdown-menu > li {
  border-bottom: 1px solid #eee;
}
.flag-dropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown {
  height: auto;
}
.container .page-header {
  margin-left: -30px;
  margin-right: -30px;
}
.page-header {
  background: #ffffff;
  padding: 15px 30px 15px 30px;
  border-bottom: 1px solid #eee;
  margin-top: 0;
  margin-bottom: 0;
}
.page-header h1 {
  padding: 0;
  border-bottom: 0px;
  margin: 0 0 15px 0;
}
.page-header .btn-group {
  margin-top: 1.3em;
}
.carousel.with-indicators {
  padding-bottom: 25px;
}
.thumbnail-carousel {
  display: inline-block;
  margin: 0 15px 0 0;
  float: left;
}
.thumbnail-carousel .thumbnail {
  position: relative;
  width: 80px;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control .carousel-icon-container {
  display: table;
  height: 100%;
}
.carousel-control .carousel-icon-container .carousel-icon {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 2em;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  border: 1px solid #B8B8B8;
  background: #f0f0f0;
}
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px;
  background: #B8B8B8;
}
.statistics-module .carousel-control {
  max-width: 30px;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type="checkbox"],
input[type="radio"] {
  margin-top: 4px;
}
.input-sm {
  padding: 5px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.form-control optgroup,
.form-control option {
  padding: 0 5px 0 5px;
  margin-bottom: 5px;
}
.validation-summary-errors ul {
  list-style: none;
  margin-bottom: 0;
}
.validation-summary-errors li {
  display: inline-block;
}
.validation-summary-valid.alert-danger {
  display: none;
}
.custom-report-topics {
  overflow: auto;
  max-height: 200px;
}
.custom-report-topics.well ul {
  margin-left: 0;
}
.input-xs {
  font-size: 0.85em;
  padding: 3px;
  height: 25px;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
}
.input-group::focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group .input-controls {
  display: table-cell;
  border-collapse: separate;
}
.input-group .input-controls .input-controls-inner-wrapper {
  position: relative;
}
.input-group .input-controls input {
  display: block;
}
.input-group .input-controls .remove-filter {
  font-size: 1.1em;
  opacity: 0.7;
  top: 0.58em;
}
.input-group .input-controls .remove-filter:hover {
  opacity: 1;
}
.input-group .input-controls:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-addon input[type="checkbox"] {
  margin-top: 1px;
  cursor: pointer;
}
.input-controls {
  position: relative;
}
.input-controls input {
  display: block;
  padding-right: 35px;
}
.input-controls .input-control {
  position: absolute;
  top: 50%;
  right: 0.7em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.3em;
  color: #444;
  text-decoration: none;
  line-height: 19px;
}
.input-controls .input-control:hover,
.input-controls .input-control:active {
  color: #565656;
  text-decoration: none;
}
.input-controls.repeat-input-controls {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.input-controls.repeat-input-controls .remove-filter {
  font-size: 1.1em;
  opacity: 0.6;
  top: 0.58em;
}
.input-controls.repeat-input-controls .remove-filter:hover {
  opacity: 1;
}
.label-input {
  height: auto;
  padding: 5px 0 0 0;
}
.label-input .label-list {
  float: none;
  overflow-y: auto;
  max-height: 150px;
  padding: 8px 12px 5px 12px;
  border-top: 1px solid #CECECE;
  border-radius: 0 0 4px 4px;
  margin-left: 0;
  background: #FAFAFA;
}
.label-input input[type=text] {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 5px;
}
.faux-field input[type=text] {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.form-horizontal .control-label {
  text-align: left;
}
.input-group .input-controls .input-controls-inner-wrapper input.form-control {
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
}
.validation-summary-errors ul {
  padding-left: 0;
}
#filtered-search {
  position: relative;
  height: 100%;
  min-width: 320px;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
}
#content-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: margin-left 0.25s ease-in-out;
  -moz-transition: margin-left 0.25s ease-in-out;
  -o-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out;
}
body.lock {
  overflow: hidden;
}
body.lock #placeholder-content {
  overflow: hidden;
}
#panel-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -30px;
  height: 100%;
  width: 230px;
  overflow: hidden;
}
#filter-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  -webkit-overflow-scrolling: touch;
}
#filter-wrap.active #filters-shift {
  left: 0px;
}
#filter-wrap.active #content-wrap {
  margin-left: 250px;
}
#filter-btn {
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  display: block;
  background: url('../../../img/layout/filter_btn.png') no-repeat top left;
  position: absolute;
  width: 48px;
  top: 0;
  bottom: 0;
  left: -68px;
}
#filter-btn.active {
  left: 200px;
}
#placeholder-content {
  font-size: 14px;
}
#filters-shift {
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 230px;
  left: -230px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.filters {
  background-color: #eeeeee;
  margin: -10px -15px 15px -15px;
  padding: 2px 15px 10px 10px;
  box-shadow: inset -2px 0 6px -2px rgba(50, 50, 50, 0.5);
}
.filters i {
  cursor: pointer;
}
.filters h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 3px 0;
}
.filters .filter-section {
  background-color: #f7f7f7;
  border: 1px solid #DADADA;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px 0;
  padding: 15px;
}
.filters .filter-section.with-only-checkboxes {
  overflow: auto;
  max-height: 140px;
}
.filters .filter-section label {
  display: block;
  margin: 0 0 5px 0;
}
.filters .filter-section input[type="checkbox"],
.filters .filter-section input[type="radio"] {
  display: inline-block;
  margin-right: 2px;
}
.filters .filter-section .filter-name {
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters .filter-section .filter-count {
  float: right;
  font-size: 90%;
  color: #999999;
}
.filter-results .search-receipt {
  border-radius: 0;
  margin: -10px -30px 20px -30px;
}
.filter-results .search-receipt + .selected-search-filters {
  margin-top: -5px;
}
.filter-results .selected-search-filters {
  margin-bottom: 25px;
}
.filter-results .selected-search-filters ul {
  padding-left: 0;
}
@media (min-width: 768px) {
  .filters {
    margin: -10px 0 0 -15px;
  }
  .filter-results {
    margin-left: 15px;
  }
}
#search-criteria .search-filters {
  display: inline-block;
  margin-bottom: 0;
}
#search-criteria .search-filters-container {
  max-width: 90%;
  margin-top: 5px;
}
#search-builder .search-filter-text {
  margin-top: 5px;
  margin-right: 10px;
}
#search-builder .btn-toolbar {
  margin-bottom: 10px;
}
.remove-filter:hover {
  text-decoration: none;
}
.search-filter {
  margin-right: 10px;
}
.search-criteria .search-filters-description {
  display: inline-block;
  margin-bottom: 5px;
}
.search-criteria .search-filter {
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.search-criteria .search-filter-joiner {
  padding: 0;
  margin-bottom: 5px;
}
.modal-filters-list {
  overflow: auto;
  height: 250px;
}
.modal-filter-buttons {
  margin-top: 100px;
}
.toggle-all-filters {
  padding-right: 0;
}
.selected-search-filters {
  margin-bottom: 30px;
}
.selected-search-filters h5 {
  color: darkern(#444, 2%);
}
.selected-search-filters li {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  color: #666666;
  text-shadow: 0px 1px 0px #fff;
  background: #f4f4f4;
}
.selected-search-filters li .search-filter-name {
  margin-right: 5px;
}
.selected-search-filters li a {
  color: #666666;
}
.selected-search-filters li a:hover,
.selected-search-filters li a:active {
  color: #595959;
}
.badge,
.label {
  font-weight: normal;
}
label {
  display: inline-block;
  margin: 0;
  color: #444;
  font-weight: 400;
}
.label {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  font-size: 85%;
  line-height: 1.3;
}
.label a,
.label a:hover,
.label a:active {
  color: #fff;
}
.label .icon-remove-sign {
  margin-left: 0.5em;
  cursor: pointer;
}
.label-prn-recommended {
  background: #DE9F40;
}
.label-xs {
  font-size: 0.65em;
}
.label-sm {
  font-size: 0.8em;
}
.label-med {
  font-size: 1em;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.label-success,
.badge-success {
  background-color: #ff5126;
}
.label-important,
.badge-important {
  color: #fff;
  background-color: #005494;
  border-color: #ee5f5b;
}
.label-warning,
.badge-warning {
  border: 1px solid #e5e27d;
  color: #101010;
}
.label-highlight {
  border: 1px solid #e5e27d;
  color: #101010;
}
.step-process-count {
  float: right;
  display: inline-block;
  margin-top: 20px;
}
.step-process-count li {
  font-size: 1.1em;
  font-weight: 300;
}
.step-process-count li a {
  color: #101010;
  opacity: 0.6;
}
.step-process-count li a.active {
  opacity: 1;
}
.step-process-count li a.active .label {
  background-color: #5BC0DE;
}
.step-process-count li a .label {
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  width: 30px;
}
.step-process-count li a:hover {
  opacity: 1;
  text-decoration: none;
}
.step-process-count li i {
  vertical-align: 100%;
}
#column-customization-popup .selection_container label {
  margin: 0;
}
.label-input .label {
  font-size: 100%;
  text-align: left;
  white-space: normal;
}
.label-input .label .label-text {
  float: none;
  clear: none;
  overflow-x: hidden;
  display: inline;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: top;
  line-height: 1.2em;
}
.label-input .label .remove-filter {
  float: none;
  clear: none;
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
}
.modal-content ul,
.modal-content ol {
  margin: 0 0 10px 0;
}
ul:empty,
ol:empty {
  margin: 0;
}
.divided-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  padding: 15px 0 15px 5px;
}
.divided-list li:hover {
  background-color: #eee;
}
.inline-lists li {
  display: inline-block;
}
.list-tight {
  padding-left: 15px;
}
.list-extra-tight {
  padding-left: 0;
}
.list-after-image {
  padding-left: 20px;
}
.checkable-item-list {
  margin-left: 40px;
}
.checkable-item-list li input[type='checkbox'] {
  margin: 5px 15px 0 -40px;
}
.item-heading {
  margin-bottom: 10px;
}
/* -------- Remove the gap between images and the bottom of their containers: h5bp.com/i/440 --------- */
img {
  vertical-align: middle;
}
img.fluid {
  min-width: 100%;
}
.media-heading {
  font-weight: 400;
  margin-bottom: 0px;
}
.media-object {
  width: 50px;
}
.media {
  overflow: visible;
}
.modal {
  width: auto;
  background: transparent;
  z-index: 1250;
}
.modal.fade.in {
  top: 0;
}
.modal .close {
  font-weight: normal;
}
.modal-backdrop {
  z-index: 1200;
}
@media (min-width: 1200px) {
  .modal-xs {
    width: 20%;
  }
  .modal-sm {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .modal-med {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 80%;
  }
}
.modal-body {
  max-height: none;
  padding: 10px 20px;
}
.modal-body ul.new-features {
  padding-top: 20px;
  padding-left: 20px;
}
.modal-body img.modal-image-resize {
  height: 100px;
  width: 115px;
}
.modal-footer {
  background: transparent;
}
.modal-dialog {
  position: static;
}
.modal-dialog .modal-content {
  padding: 0;
}
.modal-dialog .content {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.legacy-subhead {
  display: block;
  color: #444;
  font-size: 0.6em;
}
.new-feature .img-overlay img {
  margin: -70px 0 -30px 0;
  width: 100%;
}
.new-feature .img-overlay h5 {
  position: relative;
  width: 70%;
  z-index: 10;
  margin-bottom: 30px;
  margin-top: 5px;
  /*line-height: 22px;*/
}
.new-feature img {
  width: 100%;
}
.new-feature li {
  margin-bottom: 1em;
}
.new-feature ul {
  /*.med-bottom-margin();*/
  margin-bottom: 20px;
}
/*.new-feature .img-overlay h5 {
  position: relative;
  width: 70%;
  z-index: 10;
  margin-bottom: 0px;
  margin-top: 30px;
}*/
.engage-modal .modal-body {
  padding-bottom: 0px;
  padding-top: 20px;
}
.engage-modal .modal-footer {
  background-color: #eeeeee;
  margin-top: 0px;
  border-radius: 6px;
}
.engage-modal .modal-footer button {
  margin-top: 10px;
}
.engage-modal .dropdown,
.engage-modal .open {
  position: relative;
  text-align: left;
}
.modal-body .display {
  display: inline;
  visibility: visible;
}
.modal-body .hidden {
  display: none;
  visibility: hidden;
}
.modal-body .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.pagination {
  margin: 0;
  font-size: 0.9em;
}
.pagination > li {
  display: inline-block;
  padding-left: 10px;
}
.pagination > li .btn-group {
  float: left;
}
.pagination > li a {
  padding: 0 5px;
  font-size: 1.2em;
}
.pagination > li .form-control {
  display: inline-block;
}
.pagination > li label {
  float: left;
  margin-top: 4px;
}
.pagination > li input {
  float: left;
  width: 35px;
  margin: 0 5px;
  height: 25px;
  padding: 3px;
}
.pagination > li select {
  float: left;
  width: 55px;
  margin: 0 5px;
  height: 25px;
  padding: 3px;
}
.pagination > li .btn-group {
  margin: 0.3em;
}
.fade.popover {
  filter: alpha(opacity=0);
}
.fade.in.popover {
  filter: alpha(opacity=100);
}
.modal-popover {
  z-index: 1300;
}
/* --------------------------------------------------------------------------
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   -------------------------------------------------------------------------- */
@media print and (-o-min-device-pixel-ratio: 1.25), print and (-webkit-min-device-pixel-ratio: 1.25) {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  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;
  }
}
.affix-col .nav > li.active > a,
.affix-col .nav > li.active:hover > a,
.affix-col .nav > li.active:focus > a {
  font-weight: bold;
  color: #005494;
  background-color: transparent;
}
.affix-col .nav > li.active > a .icon-chevron-right,
.affix-col .nav > li.active:hover > a .icon-chevron-right,
.affix-col .nav > li.active:focus > a .icon-chevron-right {
  display: inline-block;
}
.affix-col .nav > li {
  border-top: 1px solid #eee;
}
.affix-col .nav > li:first-child {
  border-top: none;
}
.affix-col .nav > li > a {
  display: block;
  color: #333;
  padding: 8px 20px;
}
.affix-col .nav > li > a .icon-chevron-right {
  display: none;
}
.affix-col .nav {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
}
html {
  margin: 0;
  padding: 0;
  height: auto;
}
html,
body {
  width: 100%;
  -ms-overflow-style: scrollbar;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
.inline-block {
  display: inline-block;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.content {
  background: #fff;
  padding: 0 30px 20px 30px;
  border: 1px solid #D0D0D0;
  border-top: 0;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin: -37px 0 60px 0;
  position: relative;
}
.boxshadow .content {
  border: 0;
}
.content.with-filters {
  padding-bottom: 0;
}
section,
.section {
  margin-bottom: 40px;
}
.page-content {
  padding-top: 25px;
}
.section-border {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.section[id] {
  margin-top: -40px;
  padding-top: 45px;
}
.img-responsive {
  margin-right: auto;
  margin-left: auto;
}
.img-responsive-vertical {
  max-height: 100%;
}
.hero-unit {
  width: 100%;
  background: #181818 url(../../../img/layout/dark-pattern-2.png) center top repeat;
  border-radius: 0px;
  min-height: 65px;
}
hr.full-width-hr {
  margin: 0 -30px;
}
.home-sprite {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.home-sprite.minus-plus {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -710px 0;
  width: 220px;
  height: 150px;
}
.home-sprite.people-1000 {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -210px 19px;
  width: 220px;
  height: 150px;
}
.home-sprite.news {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -452px 19px;
  width: 220px;
  height: 150px;
}
.home-sprite.pie-chart {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  width: 220px;
  height: 150px;
}
.home-sprite.agility-footer {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -150px;
  width: 150px;
  height: 100px;
}
.dashboard-hero {
  background-image: url('../../../img/layout/honeycomb_pattern.png');
  background-repeat: no-repeat;
  height: 350px;
  margin: -21px -30px 20px;
}
.dashboard-hero .row {
  margin: 0;
}
.dashboard-hero .row .col-sm-8 {
  padding: 30px 30px 20px 70px;
}
.dashboard-hero .row .col-sm-8 h1 {
  border-bottom: none;
  font-size: 2.7em;
  margin-bottom: 0px;
}
.dashboard-hero .row .col-sm-8 h3 {
  font-size: 1.8em;
}
.dashboard-hero .row .col-sm-8 .list-features {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 30px;
  padding-left: 15px;
}
.dashboard-hero .row .col-sm-8 .btn-lg {
  font-size: 1.3em;
  padding: 10px 30px;
}
.dashboard-hero .row .col-sm-4 {
  background-color: #9250a2;
  background-image: linear-gradient(to bottom, #472e4d 0%, #906c9a 100%);
  height: 323px;
  color: #fff;
  padding: 20px 30px;
  box-shadow: -7px 0px 8px 0px rgba(50, 50, 50, 0.21);
  border-left: 2px solid #fff;
}
.dashboard-hero .row .col-sm-4 h2 {
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.1em;
}
.dashboard-hero .row .col-sm-4 .glyphicon {
  font-size: 4em;
}
.dashboard-hero .row .col-sm-4 .label-danger {
  vertical-align: super;
  margin-left: 5px;
}
.dashboard-hero .row .col-sm-4 p {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.home-sprite {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.home-sprite.minus-plus {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -710px 0;
  width: 220px;
  height: 150px;
}
.home-sprite.people-1000 {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -210px 19px;
  width: 220px;
  height: 150px;
}
.home-sprite.news {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: -452px 19px;
  width: 220px;
  height: 150px;
}
.home-sprite.pie-chart {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  width: 220px;
  height: 150px;
}
.home-sprite.agility-footer {
  background-image: url(/assets/img/layout/sprite.png);
  background-image: url(../../../img/layout/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -150px;
  width: 150px;
  height: 100px;
}
.iframe-responsive {
  max-width: 100%;
}
.content {
  background: #fff;
  padding: 0 30px 20px 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin: 15px 0 60px 0;
  position: relative;
  border: 1px solid #eeeeee;
}
.secondary-nav + .container .content {
  margin-top: 15px;
}
.footer-links {
  width: auto;
}
.modal-content ul,
.modal-content ol {
  padding-left: 40px !important;
}
.table {
  margin-bottom: 5px;
  font-size: 1em;
}
.table th {
  font-weight: 700;
}
.table tr.info,
.table td.info {
  background-color: #D9EDF7;
}
.table tr.info:hover,
.table td.info:hover {
  background-color: #c4e3f3;
}
.table thead > tr > th.table-row-selector {
  vertical-align: top;
}
.details-table {
  margin-bottom: 30px;
}
.thumbnail {
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  overflow: hidden;
  float: left;
}
.thumbnail > li {
  margin: 0;
  width: 100%;
}
.caption {
  color: #a1a1a1;
}
.caption h3 {
  margin: 0;
}
.tooltip-inner {
  max-width: 400px;
  padding: 0.125em 0.5em;
  font-weight: normal;
  color: #101010;
  line-height: 1.7;
  font-size: 0.625rem;
  text-align: left;
  text-decoration: none;
  border: solid 1px #9ecaf0;
  background-color: #eef8ff;
  border-radius: 4px;
}
.tooltip-arrow {
  display: none;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  padding: 0;
  margin-top: 0;
}
.tooltip.right {
  padding: 0;
  margin-left: 0;
}
.tooltip.bottom {
  padding: 0;
  margin-top: 0;
}
.tooltip.left {
  padding: 0;
  margin-left: 0;
}
.tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.tt-suggestion {
  padding: 7px 15px;
}
.tt-suggestion p {
  margin: 0;
}
.carousel-wrap {
  padding: 0 20px;
  margin-bottom: 20px;
}
.twitter-typeahead {
  display: block;
  float: none;
}
.twitter-typeahead .form-control {
  border-radius: 4px;
  background: #fff !important;
}
.input-group .twitter-typeahead:first-child .form-control {
  border-radius: 4px 0 0 4px;
}
.input-group .twitter-typeahead:last-child .form-control {
  border-radius: 4px 0 0 4px;
}
.input-group .form-control:not(:first-child):not(:last-child).typeahead.tt-query,
.input-group .form-control:not(:first-child):not(:last-child).typeahead-2.tt-query {
  border-radius: 0 4px 4px 0;
}
.typeahead-btn {
  display: inherit;
  padding: 9px 12px 8px;
  float: left;
}
@-moz-document url-prefix() {
  .typeahead-btn {
    padding: 7px 12px 8px;
  }
}
.tt-is-under-cursor {
  background: #428BCA;
  color: #fff;
}
.tt-hint {
  display: none;
}
.tt-dropdown-menu {
  right: 0 !important;
}
.tt-dropdown-menu hr {
  margin: 0;
}
.tt-dropdown-menu .browse-all {
  padding: 5px 15px;
}
.tt-dropdown-menu .browse-all:hover {
  background: #428BCA;
  cursor: pointer;
}
.tt-dropdown-menu .browse-all:hover a {
  color: #fff;
}
.tt-dropdown-menu .browse-all a {
  color: #333;
  text-decoration: none;
}
.federated-search .tt-dropdown-menu {
  min-width: 500px;
  max-height: 700px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #8e8e8e;
  border-bottom: 1px solid #89b2c7;
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.48);
  margin-top: 3px;
  color: #333;
  left: auto !important;
}
.federated-search .tt-dropdown-menu .search-header {
  padding: 7px 10px;
  margin: 0;
  background: #efefef;
  color: #101010;
}
.federated-search .tt-dropdown-menu .tt-suggestions {
  padding: 0;
  margin: 0;
}
.federated-search .tt-dropdown-menu p {
  padding-bottom: 0;
  font-size: 0.9em;
}
.federated-search .tt-dropdown-menu .tt-primary-icon {
  color: #005494;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestions {
  margin: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestion {
  margin: 0;
  background: #efefef;
  color: #3D98C6;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestion :hover {
  color: #245D79;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestion p {
  font-size: 1em;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography {
  border: 1px solid #467993;
  border-bottom: 0;
  background: #89b2c7;
  color: #fff;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography .tt-is-under-cursor,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography .tt-is-under-cursor {
  background: transparent;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography .tt-suggestions {
  margin: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography .tt-suggestion p,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography .tt-suggestion p {
  font-size: 1em;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography .tt-suggestion:hover,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography .tt-suggestion:hover {
  background: transparent;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography a,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography a {
  color: #fff;
  text-decoration: underline;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography a:hover,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography a:hover {
  color: #ededed;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography:first-child,
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography:first-child + .tt-dataset-NotFilteredByGeography {
  border-radius: 4px 4px 0 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography:first-child,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography:first-child + .tt-dataset-FilteredByGeography {
  border-radius: 4px 4px 0 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-NoResults {
  text-align: center;
}
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-is-under-cursor,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets .tt-is-under-cursor,
.federated-search .tt-dropdown-menu tt-dataset-NoContacts .tt-is-under-cursor {
  background: transparent;
  color: #101010;
  cursor: default !important;
}
.federated-search .tt-dropdown-menu .tt-dataset-Contacts,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets {
  border-right: 2px solid #89b2c7;
  border-left: 2px solid #89b2c7;
}
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .search-header {
  margin: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .tt-suggestions {
  margin: 5px 0 0 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage,
.federated-search .tt-dropdown-menu .tt {
  border-right: 2px solid #89b2c7;
  border-left: 2px solid #89b2c7;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage:last-child,
.federated-search .tt-dropdown-menu .tt:last-child {
  margin-bottom: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestions,
.federated-search .tt-dropdown-menu .tt .tt-suggestions {
  margin-top: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .search-header,
.federated-search .tt-dropdown-menu .tt .search-header {
  margin-right: 1px;
  margin-left: 1px;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestions {
  margin-right: 1px;
  margin-left: 1px;
}
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestion {
  padding-bottom: 20px;
}
.federated-search .tt-dropdown-menu .tt-dataset-Outlets + div,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets ~ div:not([style*='display:none;']):not([style*='display: none;']):first-of-type {
  border-top: 1px solid #467993;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://login.agilitypr.com/Assets/font/glyphicons-halflings-regular.eot");
  src: url("https://login.agilitypr.com/Assets/font/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("https://login.agilitypr.com/Assets/font/glyphicons-halflings-regular.woff") format('woff'), url("https://login.agilitypr.com/Assets/font/glyphicons-halflings-regular.ttf") format('truetype'), url("https://login.agilitypr.com/Assets/font/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format('svg');
}
html,
button,
input,
select,
textarea {
  color: #101010;
}
.text-uppercase {
  text-transform: uppercase;
}
html {
  font-size: 10px;
}
body {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue-Light", "helvetica neue light", "helvetica neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  color: #101010;
  background-color: #e5e5e5;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-weight: 400;
}
#login-page {
  padding-top: 40px;
}
strong {
  font-weight: 700;
}
a {
  color: #005494;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
a:hover {
  color: #001a2e;
  text-decoration: underline;
}
a:active,
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeue-Light", "helvetica neue light", "helvetica neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  color: #444;
  font-weight: 300;
  line-height: 1.25em;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 0.6em;
  line-height: 1.4;
}
h1 {
  font-size: 2.3em;
  margin: 0.5em -30px 0.75em;
  padding: 0 30px 10px;
  border-bottom: 1px solid #eee;
}
h1 small {
  font-size: 55%;
}
h1.hero-text {
  font-size: 3em;
}
h1 strong {
  font-weight: 400;
}
h2 {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 0.25em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 0.15em;
}
h3.no-margin {
  margin-top: 0px;
}
h4 {
  padding: 0;
  background: none;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400;
}
.h4-utilities {
  margin-top: 14px;
  margin-left: 10px;
}
h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}
.h5-utilities {
  margin-top: 10px;
  margin-left: 10px;
}
h6 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
.text-3xl {
  font-size: 2.22rem;
}
.text-2xl {
  font-size: 2rem;
}
.text-1xl {
  font-size: 1.8rem;
}
.text-xl {
  font-size: 1.55rem;
}
.text-lg {
  font-size: 1.3rem;
}
.text-md {
  font-size: 1.1rem;
}
.text-sm {
  font-size: 0.8rem;
}
.text-xs {
  font-size: 0.7rem;
}
select.small,
textarea.small,
input.small[type="text"],
input.small[type="password"],
input.small[type="datetime"],
input.small[type="datetime-local"],
input.small[type="date"],
input.small[type="month"],
input.small[type="time"],
input.small[type="week"],
input.small[type="number"],
input.small[type="email"],
input.small[type="url"],
input.small[type="search"],
input.small[type="tel"],
input.small[type="color"],
.uneditable-input.small {
  padding: 1px 6px;
  font-size: 1em;
}
.text-success {
  color: #ff5126;
}
.date {
  color: #444;
}
.dropdown-menu > li > a {
  font-size: 0.9em;
  line-height: 1.7em;
  padding: 3px 15px;
}
.dropdown-header {
  color: #101010;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #e5e5e5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
a {
  color: #005494;
}
a:hover,
a:focus,
a:active {
  color: #001a2e;
}
a i:hover,
a i:active,
a i:focus {
  text-decoration: none;
}
.highlighted {
  display: inline-block;
  background-color: #fff2ac;
  background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
  text-decoration: none;
}
.text-unbreakable {
  white-space: nowrap;
}
/*
.visible-xs-sm {
  .responsive-visibility();
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-visibility();
  }
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-invisibility();
  }
  @media (min-width: @screen-large-desktop) {
    .responsive-invisibility();
  }
}

.hidden-xs-sm {
  .responsive-invisibility();
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-invisibility();
  }
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-visibility();
  }
  @media (min-width: @screen-large-desktop) {
    .responsive-visibility();
  }
}
*/
.none {
  display: none;
}
.muted {
  opacity: 0.6;
}
.full-width {
  display: block;
  width: 100%;
}
.full-height {
  height: 100%;
  overflow: auto;
}
.display-inline {
  display: inline-block;
}
.table-wrap {
  overflow: auto;
  margin-bottom: 5px;
}
.table-wrap.bordered {
  border-right: 1px solid #DDDDDD;
}
.table-wrap.bordered .table {
  margin-bottom: 0;
}
.table-wrap.bordered .table-bordered {
  border-right: none;
}
.table .text-right {
  text-align: right;
}
.clear {
  display: block;
  clear: both;
}
.replace {
  display: block;
  height: 0!important;
  overflow: hidden;
}
.upper {
  text-transform: uppercase;
}
.scroll-overflow {
  overflow: scroll;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ------- Remove default fieldset styles. ---------*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*--- Allow only vertical resizing of textareas. --------*/
textarea {
  resize: vertical;
}
/*--------- Chrome Frame prompt ---------- */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.no-top-padding {
  padding-top: 0px;
}
.xs-top-padding {
  padding-top: 5px;
}
.sm-top-padding {
  padding-top: 10px;
}
.med-top-padding {
  padding-top: 20px;
}
.lg-top-padding {
  padding-top: 30px;
}
.xl-top-padding {
  padding-top: 40px;
}
.no-right-padding {
  padding-right: 0px;
}
.xs-right-padding {
  padding-right: 5px;
}
.sm-right-padding {
  padding-right: 10px;
}
.med-right-padding {
  padding-right: 20px;
}
.lg-right-padding {
  padding-right: 30px;
}
.xl-right-padding {
  padding-right: 40px;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.xs-bottom-padding {
  padding-bottom: 5px;
}
.sm-bottom-padding {
  padding-bottom: 10px;
}
.med-bottom-padding {
  padding-bottom: 20px;
}
.lg-bottom-padding {
  padding-bottom: 30px;
}
.xl-bottom-padding {
  padding-bottom: 40px;
}
.no-left-padding {
  padding-left: 0px;
}
.xs-left-padding {
  padding-left: 5px;
}
.sm-left-padding {
  padding-left: 10px;
}
.med-left-padding {
  padding-left: 20px;
}
.lg-left-padding {
  padding-left: 30px;
}
.xl-left-padding {
  padding-left: 40px;
}
/*---------------- Margins -----------------*/
.no-top-margin {
  margin-top: 0px;
}
.xs-top-margin {
  margin-top: 5px;
}
.sm-top-margin {
  margin-top: 10px;
}
.med-top-margin {
  margin-top: 20px;
}
.lg-top-margin {
  margin-top: 30px;
}
.xl-top-margin {
  margin-top: 40px;
}
.xs-top-margin {
  margin-top: 5px;
}
.no-right-margin {
  margin-right: 0px;
}
.xs-right-margin {
  margin-right: 5px;
}
.sm-right-margin {
  margin-right: 10px;
}
.med-right-margin {
  margin-right: 20px;
}
.lg-right-margin {
  margin-right: 30px;
}
.no-bottom-margin {
  margin-bottom: 0px;
}
.xs-bottom-margin {
  margin-bottom: 5px;
}
.sm-bottom-margin {
  margin-bottom: 10px;
}
.med-bottom-margin {
  margin-bottom: 20px;
}
.lg-bottom-margin {
  margin-bottom: 30px;
}
.xl-bottom-margin {
  margin-bottom: 40px;
}
.no-left-margin {
  margin-left: 0px;
}
.xs-left-margin {
  margin-left: 5px;
}
.sm-left-margin {
  margin-left: 10px;
}
.med-left-margin {
  margin-left: 20px;
}
.lg-left-margin {
  margin-left: 30px;
}
.xl-left-margin {
  margin-left: 40px;
}
.panel-xs .panel-title {
  font-size: 1.05em;
}
.panel-sm .panel-title {
  font-size: 1.1em;
}
.panel-med .panel-title {
  font-size: 1.2em;
}
.panel-lg .panel-title {
  font-size: 1.3em;
}
#account-performance .well {
  background-color: #888;
  box-shadow: none;
  height: 60px;
  text-align: center;
  color: #fff;
  border: 1px solid #767676;
  border-radius: 6px;
  margin-bottom: 0px;
  padding: 10px;
  display: table;
  width: 100%;
}
#account-performance .well a {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  font-size: 1.1em;
  color: #fff;
}
#account-performance .well a:hover {
  text-decoration: none;
}
#account-performance .well:hover {
  background: #767676;
}
#account-performance .well strong {
  display: block;
  font-size: 1.3em;
  line-height: 1.1em;
}
.well.five-items {
  height: 238px;
  overflow: auto;
}
.well.well-small {
  color: #a1a1a1;
}
.well.white {
  background: #fff;
  box-shadow: inset 0 1px 1px #ccc;
}
.well.primary {
  background: #428bca;
  color: #fff;
  height: 100%;
  overflow: hidden;
  border: 1px solid #3b9f23;
  padding: 0;
}
.well.primary p {
  vertical-align: center;
  margin: 3px 0 0 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 200;
}
.well ul,
.well ul form {
  margin: 0;
  padding: 0;
}
.well ul {
  margin-left: 15px;
}
/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */
.primaryNavigation-logo {
  float: left;
}
.primaryNavigation-nav {
  margin-right: -0.5rem;
  margin-left: -1rem;
}
.primaryNavigation-navItems {
  font-size: 1.25rem;
}
.primaryNavigation-navItemIcon {
  display: none;
}
.primaryNavigation-menuToggle {
  float: right;
}
.primaryNavigation-utilitiesDropdownTrigger {
  display: flex;
}
@media screen and (min-width: 768px) {
  .nav-utilities {
    display: block;
  }
  .primaryNavigation {
    display: flex;
  }
  .primaryNavigation-logo {
    float: none;
    margin-right: 20px;
  }
  .primaryNavigation-nav {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .primaryNavigation-navItems {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .primaryNavigation-navItemIcon {
    display: block;
    font-size: 1.4em;
  }
  .primaryNavigation-search {
    display: none;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    margin-left: 1rem;
    width: 30%;
    min-width: 0;
    max-width: 200px;
  }
  .primaryNavigation-searchForm {
    width: 100%;
  }
  .primaryNavigation-utilitiesDropdownMenu {
    left: auto;
    right: 0rem;
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .primaryNavigation-navItems {
    font-size: 1rem;
  }
  .primaryNavigation-search {
    display: flex;
    flex: 0 2 18rem;
    min-width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .primaryNavigation-logo {
    margin-right: 6.5rem;
  }
  .primaryNavigation-navItems {
    font-size: 1.2rem;
  }
  .primaryNavigation-navItemIcon {
    font-size: 1.6rem;
  }
  .primaryNavigation-search {
    display: flex;
    flex: 0 2 28rem;
    min-width: 28rem;
  }
}
.navbar-fixed-top {
  position: fixed;
}
.nav-inline > .active > a,
.nav-inline > .active > a:hover {
  color: #101010;
}
.dropdown-block {
  width: 100%;
}
.navbar-placeholder {
  height: 69px;
  margin-bottom: 15px;
}
.navbar-placeholder.with-secondary-navigation {
  height: 165px;
}
.no-session-navbar-placeholder {
  height: 120px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .in-french .navbar-placeholder.with-secondary-navigation {
    margin-bottom: 40px;
  }
}
.navbar {
  background: #101010;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar:after {
  bottom: -1px;
  border: 0;
}
.navbar .navbar-header {
  padding: 0;
}
.navbar .navbar-brand {
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 8px 2px 7px 8px;
  margin-left: 0;
}
.navbar .navbar-brand img {
  height: 100%;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-brand img {
    margin-top: 0;
  }
}
.navbar .navbar-toggle {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: transparent;
  background-image: none;
  border: 0px none;
  margin: 4px 15px 0 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
  margin-right: 0px;
}
.navbar .navbar-toggle:hover {
  background-color: #111;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar .nav-icon {
  text-align: center;
  margin-bottom: 0.5em;
}
.navbar .nav-icon.agpr-amplify {
  font-size: 2.4rem;
  margin-top: -0.4rem;
  margin-bottom: 0.4rem;
}
.navbar .glyphicon:empty {
  width: auto;
}
@media screen and (min-width: 768px) {
  .navbar .promotion {
    padding: 5px 8px 6px;
    border-left: 1px solid #3D3D3D;
  }
  .navbar .promotion .tab {
    padding: 5px 11px 6px;
    border: 2px dashed transparent;
    border-radius: 4px;
  }
  .navbar .promotion .tab:hover {
    border: 2px dashed #363636;
    background: #121212;
  }
}
.navbar .promotion .tab {
  font-size: 0.95em;
}
.navbar .promotion .tab > .text {
  font-size: 0.85em;
}
.navbar .promotion .nav-icon {
  font-size: 1.8em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .navbar .promotion .label {
    display: block;
  }
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0;
}
.navbar .nav > li:first-child > a {
  padding-left: 0;
}
.navbar .nav > li:last-child > a {
  padding-right: 0;
}
.navbar .nav > li > a {
  padding: 0.5em 0.6em;
  color: #eeeeee;
  font-weight: 400;
  text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav > li > a.active {
  background-color: transparent;
  color: #9ecaf0;
}
@media screen and (min-width: 768px) {
  .navbar .nav > li > a {
    padding: 0 0.5rem;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .navbar .nav > li > a {
    padding: 0 0.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .nav > li > a {
    padding: 0 1rem;
  }
}
.navbar .nav > li > .dropdown-menu {
  text-transform: none;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.navbar .nav > .open a.dropdown-toggle,
.navbar .nav > .open a.dropdown-toggle:focus,
.navbar .nav > .open a.dropdown-toggle:hover {
  color: #fff;
  background-color: #000;
}
.navbar .nav.navbar-right > li > a {
  padding: 20px 10px;
}
.navbar .nav.navbar-right.top-links {
  display: inline;
}
.navbar .nav.navbar-right.top-links > li > a {
  padding: 7px 8px 8px 8px;
}
.navbar .nav:last-child {
  margin-right: 0;
}
.navbar .in {
  border-top: 1px solid #000;
}
.navbar .in .navbar-brand {
  padding: 10px;
}
.navbar .in .nav {
  padding-bottom: 0;
}
.navbar .in .nav.navbar-right {
  padding-top: 0;
}
.navbar .in .nav.navbar-right.top-links > li {
  margin: 0 -15px;
}
.navbar .in .nav.navbar-right.top-links > li:first-of-type {
  margin-top: -20px;
}
.navbar .in .nav.navbar-right.top-links > li > a {
  padding: 5px 15px;
}
.navbar .in .nav > li > a {
  border: 0 none;
  padding: 5px 15px;
}
.navbar .in .nav .nav-icon {
  margin-right: 5px;
}
.navbar .in .nav .navbar-form {
  border: none 0;
  padding: 0;
}
.navbar .in .open > a {
  background-color: transparent;
}
.navbar .in .open .dropdown-menu > li > a {
  color: #fff;
  padding-left: 35px;
}
.navbar .in .open .dropdown-menu .dropdown-menu {
  padding-left: 35px;
}
.navbar .in .open .dropdown-menu .dropdown-menu > li > a {
  padding-left: 20px;
}
.navbar .navbar-collapse.in .navbar-nav {
  margin: 0;
}
.navbar .navbar-collapse.in .navbar-nav > li > a {
  display: block;
  width: auto;
}
.navbar .navbar-collapse.in .nav.navbar-right > li {
  margin: 0;
}
.navbar .navbar-collapse.in .nav.navbar-right > li:first-of-type {
  margin: 0;
}
.navbar .navbar-collapse.in .nav-utilities a > .text {
  max-width: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar .primary-navigation-dropdown-menu {
    overflow-y: auto;
    max-height: 500px;
  }
}
.navbar .primary-navigation-dropdown-menu.one-column {
  width: 270px;
}
.navbar .primary-navigation-dropdown-menu.two-column {
  width: 500px;
}
.navbar .primary-navigation-dropdown-menu.two-column ul {
  width: 50%;
}
.navbar .primary-navigation-dropdown-menu.three-column {
  width: 750px;
}
.navbar .primary-navigation-dropdown-menu.three-column ul {
  width: 30%;
}
@media (max-width: 992px) {
  .navbar .primary-navigation-dropdown-menu.two-column,
  .navbar .primary-navigation-dropdown-menu.three-column {
    width: 250px;
  }
  .navbar .primary-navigation-dropdown-menu.two-column ul,
  .navbar .primary-navigation-dropdown-menu.three-column ul {
    width: auto;
  }
}
.navbar .primary-navigation-dropdown-menu > ul {
  display: block;
  padding: 0;
  border-right: 1px solid #f2f2f2;
  list-style: none;
}
.navbar .primary-navigation-dropdown-menu > ul:last-of-type {
  border-right: 0;
}
@media (max-width: 992px) {
  .navbar .primary-navigation-dropdown-menu > ul {
    float: none;
    border-right: 0;
  }
}
.navbar .primary-navigation-dropdown-menu li {
  display: block;
}
.navbar .primary-navigation-dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  color: #1d1d1d;
  transition: none;
}
@media (max-width: 768px) {
  .navbar .primary-navigation-dropdown-menu li a {
    padding: 5px 15px 5px 35px;
    color: #fff;
  }
}
.navbar .primary-navigation-dropdown-menu li a .subhead {
  display: block;
  color: #6a6a6a;
  font-style: italic;
}
@media (max-width: 768px) {
  .navbar .primary-navigation-dropdown-menu li a .subhead {
    display: none;
  }
}
.navbar .primary-navigation-dropdown-menu li a:hover {
  background-color: #3d98c6;
  color: #fff;
  text-decoration: none;
}
.navbar .primary-navigation-dropdown-menu li a:hover .subhead {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar .primary-navigation-dropdown-menu li a .dropdown-icon {
    display: none;
  }
}
.navbar .primary-navigation-dropdown-menu li:first-child a {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .navbar .primary-navigation-dropdown-menu li:first-child a {
    padding-top: 3px;
  }
}
.navbar .primary-navigation-dropdown-menu li:last-child a {
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .navbar .primary-navigation-dropdown-menu li:last-child a {
    padding-bottom: 3px;
  }
}
.nav-collapse {
  padding: 0;
  clear: none;
}
.nav-collapse .nav > li > a {
  margin-bottom: 0;
}
.navbar-fixed .navbar,
.navbar-fixed-top .navbar,
.navbar-fixed-bottom .navbar {
  z-index: auto;
}
.navbar-fixed .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
}
.navbar-form,
.bootstrap-in-legacy  .navbar-form {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-right: 0px;
}
.navbar-form .form-group,
.bootstrap-in-legacy  .navbar-form .form-group {
  float: right;
}
.navbar-form .search,
.bootstrap-in-legacy  .navbar-form .search {
  padding-right: 0;
}
.navbar-form .search .input-controls,
.bootstrap-in-legacy  .navbar-form .search .input-controls {
  line-height: 0;
}
.navbar-form .search .twitter-typeahead,
.bootstrap-in-legacy  .navbar-form .search .twitter-typeahead {
  line-height: 1.3em;
}
.navbar-form .search .btn.input-control,
.bootstrap-in-legacy  .navbar-form .search .btn.input-control {
  padding: 0;
}
.navbar-form .search input,
.bootstrap-in-legacy  .navbar-form .search input {
  background-color: #e5e5e5;
  border-color: #1a1a1a;
  outline: 0;
  float: none;
  font-size: 0.9em;
}
.navbar-form .search .form-control,
.bootstrap-in-legacy  .navbar-form .search .form-control {
  color: #101010;
}
.navbar-form .search .input-group-btn .btn,
.bootstrap-in-legacy  .navbar-form .search .input-group-btn .btn {
  height: 29px;
  line-height: 1;
}
.navbar-form .search input,
.bootstrap-in-legacy  .navbar-form .search input {
  width: 100%;
}
/* IS THIS BEING USED STILL?? */
.subnav {
  margin-top: -23px;
}
.subnav .navbar-inner {
  min-height: 37px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #dbdbdb, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbdbdb), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #eeeeee);
  background-image: -o-linear-gradient(top, #dbdbdb, #eeeeee);
  background-image: linear-gradient(to bottom, #dbdbdb, #eeeeee);
  background-repeat: repeat-x;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
}
.subnav .nav a {
  font-weight: bold;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover,
.subnav .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.125);
}
.nav-pills > li > a {
  padding: 5px 15px;
}
/* End Navbar */
/* -------------------Footer--------------*/
footer {
  background-color: #313131;
  border-bottom: 1px solid #2C2C2C;
  padding: 20px;
}
footer ul.footer-links {
  list-style: none;
}
footer ul.footer-links li {
  color: #fff;
}
footer ul.footer-links li:first-of-type {
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  padding-bottom: 10px;
}
footer ul.footer-links li a {
  color: #999999;
  font-weight: 400;
}
footer ul.footer-links li a:hover {
  color: #fff;
}
footer.credits {
  background-color: #1f1f1f;
  color: #eeeeee;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}
.no-session-footer {
  text-align: center;
}
.no-session-footer .no-session-footer-links {
  margin-bottom: 15px;
}
.no-session-footer .no-session-footer-links ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.no-session-footer .no-session-footer-links li {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  border-left: solid 1px #fff;
  line-height: 13px;
}
.no-session-footer .no-session-footer-links li:first-of-type {
  border-left: none;
}
.no-session-footer .no-session-footer-links li a {
  color: #fff;
  line-height: 13px;
}
.navbar-small {
  padding-top: 10px;
}
/* --------------------------------------------------------------------------
Secondary Nav
-------------------------------------------------------------------------- */
.navbar.secondary-nav {
  margin: 0 0 0;
  background-color: #555;
  border-top: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  min-height: 30px;
  box-shadow: none;
}
.navbar.secondary-nav .nav > li > a {
  font-size: 0.89em;
  color: #cccccc;
  padding: 8px;
  border: none;
  border-bottom: 4px solid transparent;
}
.navbar.secondary-nav .nav > li > a:hover,
.navbar.secondary-nav .nav > li > a:active,
.navbar.secondary-nav .nav > li > a:focus,
.navbar.secondary-nav .nav > li > a.active {
  background-color: #555;
  border-bottom-color: #A5CD28;
  color: #fff;
}
/* --------------------------------------------------------------------------
Third Level Nav
-------------------------------------------------------------------------- */
.third-nav {
  border-bottom: 1px solid #EEE;
  clear: both;
  min-height: 37px;
  margin: 0 -30px;
  padding: 5px 10px 5px;
  font-size: 0.89em;
}
.third-nav .nav li {
  float: left;
}
.third-nav .nav li a {
  padding: 10px;
  color: #555;
}
.third-nav .nav li a:hover,
.third-nav .nav li a:focus,
.third-nav .nav li a:active {
  background: none;
  text-decoration: underline;
  color: #101010;
}
.third-nav .nav li.active a {
  background: none;
  text-decoration: underline;
  color: #101010;
}
#iwp .third-nav {
  margin: 0px -25px 30px -30px;
}
.third-level-navigation-container {
  padding: 0px 30px 0;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media (min-width: 768px) {
  .IWP-navigation-in-Agility .third-level-navigation-container,
  .IWP-navigation-in-IWP .third-level-navigation-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .IWP-navigation-in-Agility .third-level-navigation-container,
  .IWP-navigation-in-IWP .third-level-navigation-container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .IWP-navigation-in-Agility .third-level-navigation-container,
  .IWP-navigation-in-IWP .third-level-navigation-container {
    max-width: 1140px;
  }
}
.IWP-navigation-in-OMC .third-level-navigation-container {
  width: 985px;
}
.IWP-navigation-in-CNW .third-level-navigation-container {
  width: 985px;
}
/* --------------------------------------------------------------------------
Fixed Sidenav
-------------------------------------------------------------------------- */
.sidenav {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 210px;
}
.sidenav.affix {
  top: 65px;
}
.sidenav .nav > li {
  border-bottom: 1px solid #ddd;
}
.sidenav .nav > li:hover,
.sidenav .nav > li:focus {
  text-decoration: none;
  background-color: #eee;
}
.sidenav .nav > li.active {
  background-color: #3D98C6;
}
.sidenav .nav > li.active > a {
  color: #fff;
  font-weight: bold;
}
.sidenav .nav > li.active > a:hover {
  background-color: #3D98C6;
}
.sidenav .nav > li.active > a i {
  visibility: visible;
  margin-top: 0;
}
.sidenav .nav > li > a {
  display: block;
  padding: 10px 15px;
}
.sidenav .nav > li > a i {
  visibility: hidden;
}
.sidenav .nav > li .nav {
  margin-top: -10px;
  padding-bottom: 3px;
  padding-left: 30px;
  display: none;
}
.sidenav .nav > li .nav > li {
  border: none;
}
.sidenav .nav > li .nav > li > a {
  padding: 2px 0;
  font-size: 85%;
  color: #fff;
}
.nav-utilities {
  background: #292929;
}
.nav-utilities a > .text {
  overflow: hidden;
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-right: 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .nav-utilities a > .text {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-utilities a > .text {
    max-width: 200px;
  }
}
#iwp-navigation .navbar {
  height: auto;
  min-height: 0;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border: 0 solid transparent;
}
@media screen and (min-width: 768px) {
  #iwp-navigation .navbar {
    padding: 1.1rem 2.8rem;
  }
}
#iwp-navigation .navbar .navbar-brand {
  margin-left: 0;
}
#iwp-navigation .navbar .nav {
  height: auto;
  min-height: 0;
}
#iwp-navigation .navbar .nav > li > a.active,
#iwp-navigation .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #9ecaf0;
}
#iwp-navigation .navbar .nav.navbar-right > li > a {
  font-size: 0.85em;
}
#iwp-navigation .navbar .nav.navbar-right.top-links > li > a {
  padding: 4px 8px 6px 8px;
}
#iwp-navigation .navbar.secondary-nav {
  border-bottom: 0;
}
#iwp-navigation .navbar.secondary-nav .nav > li:first-child > a {
  padding-left: 0;
}
#iwp-navigation .navbar.secondary-nav .nav > li > a {
  padding: 8px;
  border-left: 0;
  font-size: 0.89em;
  color: #ccc;
}
#iwp-navigation .navbar.secondary-nav .nav > li > a.active,
#iwp-navigation .navbar.secondary-nav .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 1199px) {
  #iwp-navigation .navbar.secondary-nav .nav > li > a.active,
  #iwp-navigation .navbar.secondary-nav .nav > li > a:hover {
    max-height: 36px;
  }
}
#iwp-navigation .navbar .navbar-collapse.in .navbar-nav > li > a {
  padding: 10px 15px;
}
#iwp-navigation #primary-navigation .nav .dropdown-menu a {
  font-size: 1.3rem;
}
@media (min-width: 720px) {
  #iwp-navigation #primary-navigation .nav .dropdown-menu a {
    border-right: 0;
    border-left: 0;
  }
}
#iwp-navigation #primary-navigation .nav .dropdown-menu a .subhead {
  font-size: 1.1rem;
}
/* End Fixed Sidenav */
.tab-content {
  padding: 10px;
}
.tab-content .tab-pane .table {
  margin: -11px 0 10px -10px;
}
/* --------------------------------------------------------------------------
Contact Modal
-------------------------------------------------------------------------- */
a#contact-modal-link {
  display: block;
  position: fixed;
  height: 96px;
  width: 29px;
  top: 300px;
  right: 0;
  text-indent: -9999px;
  border: 2px solid #fff;
  border-right: 0;
  background: url('/assets/img/layout/contact-text.png') no-repeat left 4px #000;
  z-index: 2000;
  -webkit-transition: width 0.05s ease-in;
  -moz-transition: width 0.05s ease-in;
  -o-transition: width 0.05s ease-in;
  transition: width 0.05s ease-in;
}
a#contact-modal-link:hover,
a#contact-modal-link:active {
  width: 40px;
}
a#contact-modal-link:active {
  background-color: #2e2e2e;
}
a#contact-modal-link.in-french {
  /*top: 275px;*/
  height: 110px;
  background: url('/assets/img/layout/contact-button-fre.png') no-repeat left 4px #000;
}
/* End Feedback */
.flag-icon {
  overflow: hidden;
  display: inline-block;
  width: 16px !important;
  height: 11px !important;
  padding: 0 !important;
  background: url(/Assets/img/icons/flags.png);
  text-indent: -99999px;
  text-align: left !important;
}
.usa-flag {
  background-position: -462px -244px;
}
.uk-flag {
  background-position: -132px -855px;
}
.canadian-flag {
  background-position: -65px -183px;
}
.french-flag {
  background-position: -133px -732px;
}
.percentage-of-icon {
  display: inline-block;
  width: 40px;
  height: 8px;
  border: 1px solid #B3B3B3;
  margin-bottom: 2px;
  background-color: #E0E0E0;
  line-height: 0;
  vertical-align: middle;
}
.percentage-of-icon .percent-of-total {
  display: inline-block;
  height: 100%;
  background-color: #4299C1;
  line-height: 0;
}
.glyphicon-xl {
  font-size: 3em;
}
.statistics-module {
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin-bottom: 30px;
}
.statistics-module .chart-container {
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #DADADA;
}
@media screen and (min-width: 992px) {
  .statistics-module .chart-container {
    border-bottom: 0;
    margin-left: -15px;
  }
}
.statistics-module .chart {
  position: relative;
  margin: 0 15px 15px 0;
}
.statistics-module .chart h4 {
  margin-top: 0;
}
.statistics-module .highcharts-container {
  position: relative;
}
.statistics-module .carousel-inner .chart {
  padding-right: 35px;
  padding-left: 35px;
}
.statistics-module .statistics-list-container {
  padding-right: 0;
}
.statistics-module .statistics-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 1.1em;
}
@media screen and (min-width: 992px) {
  .statistics-module .statistics-list {
    border-right: 1px solid #DADADA;
    font-size: 0.95em;
  }
}
.statistics-module .statistics-list li {
  padding: 20px;
  border-bottom: 1px solid #DADADA;
}
.statistics-module .statistics-list li:last-child {
  border-bottom: 0;
}
.statistics-module .statistics-list .statistic-icon {
  width: 1em;
  margin-right: 15px;
  font-size: 2.2em;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .statistics-module .statistics-list .statistic-icon {
    font-size: 1.8em;
    line-height: 1.2em;
  }
}
.statistics-module .statistics-list .statistic-label {
  color: #6a6a6a;
}
.statistics-module .statistics-list .emphasized.statistic-number {
  font-size: 1.6em;
  font-weight: bold;
}
.statistics-module .statistics-list .positive {
  color: #85A60C;
}
.statistics-module .statistics-list .neutral {
  visibility: hidden;
  color: #fff;
}
.statistics-module .statistics-list .negative {
  color: #BB1601;
}
/* --------------------------------------------------------------------------
   Widget
   -------------------------------------------------------------------------- */
.widget {
  background-color: #eeeeee;
  color: #555555;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 230px;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5 {
  font-weight: normal;
}
.widget h2 {
  font-size: 2.5em;
}
.widget h5 {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #fff;
}
.widget img {
  max-width: 50%;
  padding: 10px;
}
.widget td.bar-label {
  width: 75%;
  color: #999;
}
.widget td h4 {
  margin: 4px;
}
.widget td.bar-number,
.widget td.bar-percent {
  text-align: right;
  width: 25%;
}
.widget td .progress {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
}
.label-investor,
.badge-investor,
.widget-investor {
  background-color: #dad315;
}
.label-engagement,
.badge-engagement,
.widget-engagement {
  background-color: #51a3cc;
}
.label-online,
.badge-online,
.widget-online {
  background-color: #90bb24;
}
.label-media,
.badge-media,
.widget-media {
  background-color: #e18433;
}
.widget-inverse {
  background-color: #101010;
}
.widget-investor,
.widget-engagement,
.widget-online,
.widget-media,
.widget-inverse,
.widget-investor small,
.widget-engagement small,
.widget-online small,
.widget-media small,
.widget-inverse small {
  color: #fff;
}
/* End Widget */
/* --------------------------------------------------------------------------
   Login Styles
   -------------------------------------------------------------------------- */
.reseller-login-page .col-sm-7 {
  border-left: solid 1px #efefef;
  padding-left: 85px;
}
.reseller-login-page h1 {
  border: none;
}
.reseller-login-page .agility-tools {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
  position: relative;
}
.reseller-login-page .agility-tools .agility-tools-bg {
  display: block;
  position: absolute;
  top: 1%;
  left: 10px;
  width: 11px;
  height: 98%;
  background: #ECECEC;
}
.reseller-login-page .agility-tools li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 32px;
}
.reseller-login-page .agility-icon {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  font-size: 15px;
  padding: 6px;
  float: left;
  margin-right: 10px;
}
.reseller-login-page .agility-icon.research {
  border: solid 2px #61376B;
  background: #9956A8;
  color: #CBABD2;
}
.reseller-login-page .agility-icon.identify {
  border: solid 2px #BAA30D;
  background: #DAC00F;
  color: #ECDE8F;
}
.reseller-login-page .agility-icon.upload {
  border: solid 2px #99540F;
  background: #D17315;
  color: #EDCAAD;
  padding: 6px 7px;
}
.reseller-login-page .agility-icon.distribute {
  border: solid 2px #658B27;
  background: #75A727;
  color: #CBDDB2;
  padding: 7px 5px;
}
.reseller-login-page .agility-icon.measure {
  border: solid 2px #4d80B3;
  background: #5E9EDC;
  color: #BAD4EF;
}
.reseller-login-page .tool-descritption {
  display: block;
  padding-left: 43px;
}
.navbar-utilities {
  padding: 29px 0 34px;
}
.navbar-utilities span,
.navbar-utilities a {
  color: #EEE;
  font-size: 14px;
  font-weight: bold;
}
.navbar-utilities .dropdown-menu a {
  color: #101010;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 0;
}
/* End Login */
/* --------------------------------------------------------------------------
   Login Intermediate Login Styles
   -------------------------------------------------------------------------- */
.fetch-profile-container h1 {
  border-bottom: none;
}
.fetch-profile-container img {
  opacity: 0.6;
  max-width: 280px;
}
/* End Intermediate Login */
/* --------------------------------------------------------------------------
   Maintenance Styles
   -------------------------------------------------------------------------- */
.maintenance-container {
  padding: 80px 20px;
  text-align: center;
}
.maintenance-container p {
  color: #858585;
}
.maintenance-container .maintenance-error {
  color: #01b0ef;
  font-size: 72px;
  line-height: 50px;
}
/* End Maintenance */
/* --------------------------------------------------------------------------
   Manage Styles
   -------------------------------------------------------------------------- */
.grid-selected-count {
  margin-top: 5px;
}
/* End Manage Styles */
/* --------------------------------------------------------------------------
   Media Studio Styles
   -------------------------------------------------------------------------- */
.media-studio-container h1 {
  padding: 0 84px 10px;
}
.media-studio-container .btn-new-distribution {
  margin-right: 54px;
}
/* End Media Studio Styles */
/* --------------------------------------------------------------------------
   Monitoring Styles
   -------------------------------------------------------------------------- */
.monitoring-page {
  padding-bottom: 0;
}
.monitoring-page .col-sm-9 {
  float: right;
}
.monitoring-page .monitoring-content {
  position: relative;
}
.monitoring-page .filters {
  position: absolute;
  top: 0;
  bottom: 0;
}
#monitoring-carousel {
  border-radius: 6px;
  border: 1px solid #dedede;
  overflow: hidden;
  overflow: visible;
}
#monitoring-carousel .carousel-indicators {
  bottom: -30px;
  right: 50%;
  top: auto;
}
#monitoring-carousel .carousel-indicators li {
  background: #e6e6e6;
  border: 1px solid #999;
}
#monitoring-carousel .carousel-indicators li.active {
  background: #999;
}
#monitoring-carousel .col-sm-4 {
  border-right: 1px solid #dedede;
  height: 100%;
  position: absolute;
  margin-left: 0;
  padding: 0;
}
#monitoring-carousel .col-sm-4 .carousel-stat {
  border-top: 1px solid #dedede;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  vertical-align: middle;
  display: inline;
  box-sizing: border-box;
  margin: 0 auto;
}
#monitoring-carousel .col-sm-4 .carousel-stat:first-child {
  border-top: none;
}
#monitoring-carousel .col-sm-4 .carousel-stat table {
  height: 37%;
  width: 100%;
}
#monitoring-carousel .col-sm-4 .carousel-stat table td {
  text-align: left;
  vertical-align: middle;
}
#monitoring-carousel .col-sm-4 .carousel-stat table td:first-child {
  width: 30%;
}
#monitoring-carousel .col-sm-4 .carousel-stat table td p {
  margin: 0;
  height: 22%;
  overflow: hidden;
}
#monitoring-carousel .col-sm-4 .carousel-stat table td img {
  width: 100%;
  max-width: 40px;
}
#monitoring-carousel .col-sm-4 .carousel-stat .stat-arrow {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
#monitoring-carousel .col-sm-4 .carousel-stat .stat-content .stat-number {
  font-weight: bold;
  font-size: 1.8em;
}
#monitoring-carousel .col-sm-4 .carousel-stat .stat-content .stat-small {
  font-size: 1.2em;
}
#monitoring-carousel .col-sm-4 .middle-stat {
  top: 33.6%;
}
#monitoring-carousel .col-sm-4 .bottom-stat {
  top: 67.2%;
}
#monitoring-carousel .col-sm-8 {
  float: right;
}
#monitoring-carousel .col-sm-8 img {
  max-width: 100%;
  height: auto;
}
.topic-search {
  background: #f8f8f8;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
}
.monitoring-search-joiner {
  margin-top: 5px;
}
.monitoring-posts .monitoring-single-post {
  border-top: 1px solid #dedede;
  height: 100%;
  overflow: hidden;
}
.monitoring-posts .monitoring-single-post .post-checkbox {
  width: 3%;
  text-align: center;
  float: left;
  background: #fafafa;
  margin-top: 15px;
}
.monitoring-posts .monitoring-single-post .post {
  border-left: 1px solid #dedede;
  height: 100%;
  overflow: hidden;
  padding: 20px 0;
  width: 92%;
  display: inline-block;
  float: left;
}
.monitoring-posts .monitoring-single-post .post .post-img {
  width: 14%;
  float: left;
  padding: 0 10px;
}
.monitoring-posts .monitoring-single-post .post .post-img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.monitoring-posts .monitoring-single-post .post .post-content {
  width: 75%;
  float: left;
}
.monitoring-posts .monitoring-single-post .post .post-content h5 {
  font-weight: bold;
  margin: 4px 0;
  font-size: 1.2em;
}
.monitoring-posts .monitoring-single-post .post-actions {
  width: 4%;
  float: right;
  font-size: 20px;
  position: relative;
  color: #acacac;
}
.monitoring-posts .monitoring-single-post .post-actions a {
  color: #acacac;
}
.monitoring-posts .monitoring-single-post .post-actions a :hover {
  color: #797979;
  text-decoration: none;
}
.monitoring-posts .monitoring-single-post .post-actions .bookmark-extend {
  background: #acacac;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 0;
}
.monitoring-posts .monitoring-single-post .post-actions .bookmark-extend:hover {
  color: #797979;
  background: #797979;
}
.monitoring-posts .monitoring-single-post .post-actions .bookmark-extend i {
  vertical-align: -15px;
}
.monitoring-posts .monitoring-single-post .post-actions .icon-share {
  vertical-align: -50px;
}
/* End Monitoring Styles

/* --------------------------------------------------------------------------
   Affix Title Styles
   -------------------------------------------------------------------------- */
.affix-title {
  float: left;
  clear: both;
  width: 880px;
  padding-top: 15px;
  top: 42px;
  background: #fff;
}
.affix-title.affix-top + .affix-body {
  margin-top: 30px !important;
}
.affix-title h1 {
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
.affix-title.affix {
  width: 940px;
  margin-left: -30px;
  z-index: 99999;
  background: #fff;
  padding: 15px 30px 0;
}
.affix-title .affix-title-subheader {
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeue-Light, 'helvetica neue light', 'helvetica neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
}
.affix-title hr.affix-title-border {
  margin: 10px -30px 0;
}
/* ---------- Anchor Offset Styles ---------- */
.card-anchor {
  visibility: hidden;
  position: relative;
  display: block;
}
/* --------------------------------------------------------------------------
   Label Styles
   -------------------------------------------------------------------------- */
/*
    I removed the "float: left;" setting from labels and label sub-elements,
    because those having been added was breaking labels all over Agility.
    I had hoped to fix the underlying reason for why those would have been added
    in the first place, but there isn't time right now, and the floats are 
    breaking critical features. If this causes issues for people, please
    let me know, and I will try to help find a better way to fix the problem
    than globaly floating all labels.

    Brannon (brannon.sherry@prnewswire.com)
*/
.label input[type="radio"] {
  margin: 0px 0 0 4px;
}
.label-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.label-list li {
  margin: 0.3em 0.3em 0 0;
  padding: 0.2em 0.6em;
}
.label-list li.radio-label span {
  vertical-align: -1px;
}
.label-list li input[type="radio"] {
  margin: 0px 0 0 4px;
  cursor: pointer;
}
.label-list li .icon-remove-sign {
  margin-left: 0.5em;
  cursor: pointer;
}
.remove-filter {
  cursor: pointer;
}
/* --------------------------------------------------------------------------
   Datepicker Styles
   -------------------------------------------------------------------------- */
.datepicker {
  /* Appended to body, abs-pos off the page */
  position: absolute;
  display: none;
  top: -9999em;
  left: -9999em;
  min-height: 235px;
  overflow: visible;
}
/* --------------------------------------------------------------------------
   Create Contact Card Styles
   -------------------------------------------------------------------------- */
.confirmation-label {
  padding-left: 0px;
  margin-top: -3px;
}
.affix-body {
  float: left;
  width: 100%;
}
.form-control-required {
  color: #C23B34;
}
.kgTopPanel,
.kgViewport,
.kgHeaderContainer {
  width: 100% ;
}
#ContactProfileContainer .form-group,
#OutletProfileContainer .form-group {
  height: 100%;
  /*overflow: hidden;*/
}
#ContactProfileContainer .form-group .input-group,
#OutletProfileContainer .form-group .input-group {
  margin-bottom: 7px;
}
#ContactProfileContainer #contact-card-biography + div .form-control,
#OutletProfileContainer #contact-card-biography + div .form-control,
#ContactProfileContainer #contact-card-rules + div .form-control,
#OutletProfileContainer #contact-card-rules + div .form-control {
  width: 100%;
}
#ContactProfileContainer #outlet-rules + div .form-control,
#OutletProfileContainer #outlet-rules + div .form-control {
  width: 100%;
}
#ContactProfileContainer .bootstrap-timepicker,
#OutletProfileContainer .bootstrap-timepicker {
  width: 60%;
  float: right;
}
#ContactProfileContainer .bootstrap-timepicker input,
#OutletProfileContainer .bootstrap-timepicker input {
  float: left;
}
#ContactProfileContainer .date,
#OutletProfileContainer .date {
  width: 60%;
  float: right;
  display: inline-block;
}
#ContactProfileContainer .date input,
#OutletProfileContainer .date input {
  float: left;
}
/* Mini Card Styles */
.mini-card-row {
  display: table;
}
.thumbnail.mini-card {
  position: relative;
  overflow: visible;
  padding: 8px;
  display: table-cell;
  height: 100%;
  width: 100%;
  min-height: 220px;
  border-radius: 5px;
}
.thumbnail.mini-card img {
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 20px;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}
.thumbnail.mini-card .icon-time,
.thumbnail.mini-card .icon-flag {
  position: absolute;
  bottom: 3px;
  left: 8px;
}
.thumbnail.mini-card .caption {
  color: #555;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  float: left;
  clear: both;
}
.thumbnail.mini-card .caption p {
  margin: 0;
}
.thumbnail.mini-card .caption .mini-cat {
  margin-top: 10px;
}
/* End Create Contact Card Styles */
/* --------------------------------------------------------------------------
   Dashboard Styles
   --------------------------------------------------------------------------  */
#dashboard {
  padding-bottom: 0;
}
#dashboard #filter-wrap .in {
  overflow: auto;
}
#dashboard #filter-wrap #content-wrap .row {
  margin-bottom: 0;
}
#dashboard #filter-wrap .pagination {
  margin-bottom: 60px;
}
#dashboard #filter-wrap .info-dropdown {
  color: #333;
}
#dashboard #filter-wrap .well {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #333;
}
#dashboard #filter-wrap .well p {
  margin: 0;
}
#dashboard tbody [class^="icon-"],
#dashboard tbody [class*=" icon-"] {
  font-size: 20px;
}
#dashboard tbody [class^="icon-"] > tr > td,
#dashboard tbody [class*=" icon-"] > tr > td {
  vertical-align: middle;
}
#dashboard #content-wrap {
  overflow: visible;
}
#dashboard .info-dropdown {
  position: relative;
  float: right;
}
#dashboard .info-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.card-success {
  animation: success 3s ease-out 1;
  -webkit-animation: success 3s ease-out 1;
}
@keyframes success {
  0% {
    background: #dff0d8;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes success {
  0% {
    background: #dff0d8;
  }
  100% {
    background: transparent;
  }
}
/* End Dashboard Styles */
/* --------------------------------------------------------------------------
   90 Days Past Due
   -------------------------------------------------------------------------- */
#ninty-past-due .alert-danger h3 {
  display: inline-block;
  margin: 0 0 0 10px;
  font-weight: 900;
  vertical-align: 5px;
}
#ninty-past-due .alert-danger button {
  color: #b94a48;
  opacity: 1;
  margin-top: 5px;
}
#ninty-past-due input,
#ninty-past-due select,
#ninty-past-due textarea,
#ninty-past-due .form-row {
  width: 55%;
  display: inline-block;
  float: right;
}
#ninty-past-due textarea {
  margin-bottom: -33px;
}
#ninty-past-due .form-row {
  margin-bottom: -11px;
}
#ninty-past-due .form-row input {
  width: 46%;
}
#ninty-past-due .form-row input:first-child {
  margin-left: 7%;
}
#ninty-past-due .create-outlet-label {
  width: 40%;
  display: inline-block;
  text-align: right;
  color: #999;
}
#ninty-past-due .create-outlet-label p {
  margin-top: 7px;
  margin-bottom: 16px;
}
/* --------------------------------------------------------------------------
   Outlet Questionnaire Styles
   -------------------------------------------------------------------------- */
#profile-updates,
#contact-card.duplicate-email {
  padding-top: 10px;
}
#profile-updates .layered-card-nav,
#contact-card.duplicate-email .layered-card-nav {
  font-size: 16px;
  margin: 0 0 10px 10px;
}
#profile-updates.content,
#contact-card.duplicate-email.content {
  margin-top: 0px;
}
#profile-updates.content .affix-title,
#contact-card.duplicate-email.content .affix-title {
  margin: 30px 0 0 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) 0 4px 4px rgba(0, 0, 0, 0.1);
}
#profile-updates.content .affix-title.affix,
#contact-card.duplicate-email.content .affix-title.affix {
  margin-top: 0;
}
#profile-updates.content .affix-title.affix + .content-inner,
#contact-card.duplicate-email.content .affix-title.affix + .content-inner {
  margin-top: 110px;
}
#profile-updates .content-inner,
#contact-card.duplicate-email .content-inner {
  padding-top: 30px;
  margin: 0 -50px -50px 50px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#contact-card.duplicate-email.content .affix-title.affix + .content-inner {
  margin-top: 160px;
}
#profile-updates .content,
#contact-card .content {
  padding-top: 18px;
}
#profile-updates .content .icon-ok-sign:hover,
#contact-card .content .icon-ok-sign:hover {
  color: #68910b;
}
#profile-updates .content .icon-ban-circle:hover,
#contact-card .content .icon-ban-circle:hover {
  color: #c23b34;
}
#profile-updates.alerted .affix-title.affix + .content,
#contact-card.alerted .affix-title.affix + .content {
  margin-top: 140px;
}
#profile-updates.alerted .affix-col.affix,
#contact-card.alerted .affix-col.affix {
  top: 162px;
}
#profile-updates .affix-title,
#contact-card .affix-title {
  margin: 0;
  height: 113px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#profile-updates .affix-title.warning,
#contact-card .affix-title.warning {
  height: 145px;
}
#profile-updates .affix-title .alert,
#contact-card .affix-title .alert {
  padding: 5px 15px;
  margin: 0;
  margin-top: 20px;
  color: #333;
}
#profile-updates .affix-title .alert .alert-text,
#contact-card .affix-title .alert .alert-text {
  font-size: 17px;
  vertical-align: 2px;
}
#profile-updates .affix-title select,
#contact-card .affix-title select {
  width: 200px;
}
#profile-updates .affix-title + hr,
#contact-card .affix-title + hr {
  margin-top: 0;
}
#profile-updates .affix-title .btn-group,
#contact-card .affix-title .btn-group {
  margin-top: 25px;
}
#profile-updates .affix-title.affix,
#contact-card .affix-title.affix {
  top: 0;
  z-index: 900;
}
#profile-updates .affix-title.affix + .content,
#contact-card .affix-title.affix + .content {
  margin-top: 100px;
}
#profile-updates .affix-title.affix .header-wrap,
#contact-card .affix-title.affix .header-wrap {
  height: 108px;
}
.print-editorial,
.gmd-data,
.question-response,
.question-status {
  width: 20%;
  margin-left: 5%;
  float: left;
  display: inline-block;
}
#print-editorial-head,
#gmd-data-head {
  margin-top: 0;
}
#gmd-data-head,
#question-response-head {
  font-weight: bolder;
  opacity: 1;
}
#print-editorial-head {
  text-align: right;
  font-size: 14px;
}
.print-editorial {
  text-align: right;
}
.print-editorial:first-child {
  margin-left: 0;
}
.gmd-data {
  opacity: 0.6;
}
.question-data-row {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.print-editorial,
.gmd-data,
.question-status {
  margin-top: 8px;
}
.question-status .status-label {
  width: 80px;
  display: inline-block;
}
.question-status .status-label span {
  font-size: 1em;
}
.question-status .status-label + span {
  margin-right: 3px;
}
.question-status span {
  font-size: 16px;
}
/* End Outlet Questionnaire */
/* --------------------------------------------------------------------------
   Pagination
   -------------------------------------------------------------------------- */
.pagination {
  margin-bottom: 10px;
}
/* End Outlet Questionnaire */
/* --------------------------------------------------------------------------
   Feedback
   -------------------------------------------------------------------------- */
a#feedback {
  display: block;
  position: fixed;
  height: 102px;
  width: 37px;
  top: 300px;
  right: 0;
  text-indent: -9999px;
  border: 3px solid #fff;
  border-right: 0;
  background: url('/images/buttons/feedback-2.png') no-repeat left 2px #000;
  z-index: 2000;
  -webkit-transition: width 0.05s ease-in;
  -moz-transition: width 0.05s ease-in;
  -o-transition: width 0.05s ease-in;
  transition: width 0.05s ease-in;
}
a#feedback:hover,
a#feedback:active {
  width: 40px;
}
a#feedback:active {
  background-color: #2e2e2e;
}
.in-french a#feedback {
  top: 275px;
  height: 151px;
  background: url('/images/buttons/feedback-2.png') no-repeat left -95px #000;
}
/* End Feedback */
/* --------------------------------------------------------------------------
   preloaders
   -------------------------------------------------------------------------- */
@-moz-keyframes preLoaderRotation {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preLoaderRotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preLoaderRotation {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pre-loader {
  position: absolute;
  top: 50px;
  left: 50%;
  left: calc(50% - 50px);
  display: block;
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 0.8em;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 15%, 0.9);
  background: url(/Assets/img/layout/medium-preloader.gif) center no-repeat;
  background-color: #000;
  opacity: 0.85;
  z-index: 1250;
}
.fixed.pre-loader {
  position: fixed;
}
.cssanimations .pre-loader {
  background-image: none;
}
.cssanimations .pre-loader::after {
  content: ' ';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-image: url(/images/layout/medium-static-preloader.png);
  -webkit-animation: preLoaderRotation 1s steps(12) infinite 0s;
  animation: preLoaderRotation 1s steps(12) infinite 0s;
}
.preloader-loader {
  display: none;
  background: url(/Assets/img/layout/medium-preloader.gif) center no-repeat, url(/images/layout/medium-static-preloader.png);
}
/* End preloaders */
/* --------------------------------------------------------------------------
   distribute styles
   -------------------------------------------------------------------------- */
.target-list-contents {
  list-style: none;
}
.target-list-contents .second-third {
  margin-left: 22px;
}
.new_order,
#distribute-buttons-container {
  display: inline-block;
}
#show_hide_target_lists {
  max-height: 500px;
  overflow: auto;
}
.note-box-sm {
  display: block;
  height: 20px;
  background: #fef9d7;
  border: #e5e27d solid 1px;
  padding: 10px;
  font-size: 13px;
  margin: 10px 0 10px 0;
  height: 100%;
  overflow: hidden;
}
#ddlManageProject {
  max-height: 450px;
  overflow: auto;
}
#headerCheckbox,
#deleteContacts {
  cursor: pointer;
}
/* End Distribute Styles */
/* --------------------------------------------------------------------------
   monitor styles
   -------------------------------------------------------------------------- */
.filters .icon-angle-down {
  display: none;
}
.filters .collapsed .icon-angle-down {
  display: inline-block;
}
.filters .collapsed .icon-angle-up {
  display: none;
}
/* End Monitor Styles */
/* --------------------------------------------------------------------------
   icon styles
   -------------------------------------------------------------------------- */
.right-icon {
  margin-left: 5px;
}
.left-icon {
  margin-right: 5px;
}
a[class^="icon-"]:hover,
a[class^="icon-"]:active,
a[class^="icon-"]:focus,
a[class*=" icon-"]:hover,
a[class*=" icon-"]:active,
a[class*=" icon-"]:focus {
  text-decoration: none;
}
/* End icon styles */
/* --------------------------------------------------------------------------
   datepicker styles
   -------------------------------------------------------------------------- */
.datepicker {
  z-index: 10000 !important;
}
/* End datepicker styles */
/* --------------------------------------------------------------------------
   Ghost in notice
   -------------------------------------------------------------------------- */
#ghost-notice {
  padding: 20px 0;
  border-bottom: 2px solid #C09852;
  border-top: 2px solid #C09852;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
/* End Ghost in notice styles */
/* --------------------------------------------------------------------------
   Terms of Service Page
   -------------------------------------------------------------------------- */
.terms-of-service-wrapper {
  margin-bottom: 15px;
  overflow-y: scroll;
}
/* End Terms of Service Page styles */
/*  --------------------------------------------------------------------------
        Start - Global Quick Search
    -------------------------------------------------------------------------- */
#divNoResults {
  padding-top: 0px;
}
/* End - Global Quick Search */
.sr-content-link-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.feed {
  margin-bottom: 10px;
}
.feed .media {
  background: #f7f7f7;
  padding: 10px 10px 0px 10px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.feed .media .klout-score {
  margin: -30px 0 0 5px;
}
.feed .media .media-object {
  width: 75px;
  margin-left: 10px;
}
.feed .media .media-heading {
  font-weight: 500;
}
.feed .media .media-heading .handle {
  font-size: 65%;
}
table .feed {
  margin-bottom: 10px;
}
table .feed .post .full-article {
  display: none;
  overflow-y: auto;
  max-height: 300px;
}
table .feed .post.expanded .article-snippet {
  display: none;
}
table .feed .post.expanded .full-article {
  display: inline-block;
}
table .feed .media {
  padding: 0px;
  border: none;
  border-radius: 0;
  background: none;
  overflow: visible;
  margin-top: 10px;
}
table .feed .media a {
  color: #101010;
}
table .feed .media a.engage {
  color: #444;
}
table .feed .media:hover a {
  color: #005494;
}
table .feed .media:hover a:hover {
  color: #001a2e;
}
table .feed .media:hover .bookmark {
  color: #999999;
}
table .feed .media > .pull-left {
  margin-right: 20px;
}
table .feed .media .klout-score {
  margin: -30px 0 0 5px;
}
table .feed .media .media-object {
  width: 50px;
  margin-left: 10px;
}
table .feed .media .media-heading {
  font-weight: 500;
}
table .feed .media .media-heading .handle {
  font-size: 65%;
}
table .feed .media .bookmark {
  float: right;
  margin: -26px 0 0 0;
  color: #eeeeee;
  z-index: 10;
}
table .feed .media .bookmark.active {
  color: #444;
}
table .feed .media .bookmark:hover {
  color: #101010;
  text-decoration: none;
}
.post-utilities .sentiment {
  margin-right: 10px;
}
.post-utilities .divider {
  margin-right: 10px;
  color: #999999;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 10px;
}
.engage-utilities {
  margin-top: 20px;
}
.engage-utilities a {
  margin-right: 10px;
}
.engage-utilities a.active {
  color: #101010;
}
.activity {
  text-align: left;
  margin-top: 20px;
}
.activity .section {
  border-top: 1px solid #D6D6D6;
  margin: 0 -20px 0 -20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.activity .section h4 {
  margin-bottom: 0px;
}
.activity .section p {
  margin-bottom: 5px;
}
#posts {
  margin-bottom: 20px;
}
.post {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DCDADC;
}
.post:first-child {
  border-bottom: 1px solid #DCDADC;
}
.post .avatar {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  margin-left: 30px;
  background: transparent url('/images/social_sites/source_types_big.png') no-repeat left -1px;
  vertical-align: top;
}
.post .avatar-blogs {
  background-position: 0 -101px;
}
.post .avatar-TwitterStream {
  background-position: 0 -204px;
}
.post .avatar-FacebookSearch {
  background-position: 0 -101px;
}
.post .avatar-linkedin {
  background-position: 0 -101px;
}
.post .avatar-vimeoe {
  background-position: 0 -101px;
}
.post .avatar-flickr {
  background-position: 0 -101px;
}
.post .avatar-YoutubeUploads {
  background-position: 0 -153px;
}
.post .avatar-Moreover_Social_Media {
  background-position: 0 -51px;
}
.post .avatar-Moreover_News {
  background-position: 0 -256px;
}
.post .avatar-news {
  background-position: 0 -101px;
}
.post .avatar-Acquire_Media {
  background-position: 0 -304px;
}
.post .avatar img {
  width: 48px;
  height: 48px;
}
.post .avatar .source_type {
  position: absolute;
  bottom: -5px;
  right: -10px;
  margin: 0 5px 0 0px;
  width: 20px;
  height: 20px;
  background: transparent url('/images/social_sites/source_types.png') left top no-repeat;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  min-height: 0px;
  padding: 0;
}
.post .avatar-blogs .source_type {
  background-position: 0 0;
}
.post .avatar-TwitterStream .source_type {
  background-position: -20px 0px;
}
.post .avatar-FacebookSearch .source_type {
  background-position: -40px -100px;
}
.post .avatar-linkedin .source_type {
  background-position: -60px 0px;
}
.post .avatar-vimeo .source_type {
  background-position: -80px 0px;
}
.post .avatar-FlickrSearch .source_type {
  background-position: -100px -100px;
}
.post .avatar-YoutubeUploads .source_type {
  background-position: -120px -100px;
}
.post .avatar-Moreover_News .source_type,
.post .avatar-Moreover_Social_Media .source_type {
  background-position: -140px -100px;
}
.post .avatar-news .source_type {
  background-position: -160px 0;
}
.post .avatar-Acquire_Media .source_type {
  background-position: -300px 0;
}
.post .klout-score {
  position: absolute;
  bottom: -6px;
  right: 70%;
  right: calc(100% - 14px);
  height: auto;
  display: block;
  padding: 2px 4px;
  margin: 0;
  border: 1px solid #b52813;
  border-radius: 0.2em;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background-color: #E44600;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 100%);
}
.csstransforms .post .klout-score {
  border-bottom-right-radius: 0;
}
.csstransforms .post .klout-score::before {
  position: absolute;
  content: "";
  display: block;
  right: -1px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #b52813;
  transform: rotate(180deg);
}
.csstransforms .post .klout-score::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #e44803;
  transform: rotate(180deg);
}
@media (min-width: 480px) {
  .post .post-content {
    display: inline-block;
    width: 85%;
    padding-left: 20px;
  }
}
.post .highlight {
  background: url("/images/layout/hilight.png") repeat-x scroll right bottom #F4EC2A;
  border-color: #ACADAB #FFFFFF #FFFFFF #ACADAB;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin: 0 1px;
  padding: 1px 5px;
  text-decoration: none;
}
.engage-utilities .add-social-account {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.engage-utilities .add-social-account .facebook-icon {
  display: block;
  margin-bottom: 5px;
  color: #3B5998;
  text-decoration: none;
}
.engage-utilities .add-social-account .twitter-icon {
  display: block;
  margin-bottom: 5px;
  color: #55ACEE;
  text-decoration: none;
}
.engage-utilities .social-media-icon {
  display: block;
  margin-bottom: 5px;
}
.advanced-search h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}
.advanced-search .col-sm-1half {
  width: 4.167%;
  float: left;
  text-align: center;
}
.advanced-search .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.advanced-search .col-sm-1,
.advanced-search .col-sm-2,
.advanced-search .col-sm-3,
.advanced-search .col-sm-4,
.advanced-search .col-sm-5,
.advanced-search .col-sm-6,
.advanced-search .col-sm-7,
.advanced-search .col-sm-8,
.advanced-search .col-sm-9,
.advanced-search .col-sm-10,
.advanced-search .col-sm-11,
.advanced-search .col-sm-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.advanced-search label {
  margin-right: 0.6em;
}
.advanced-search .date-range {
  width: 400px;
}
@media screen and (min-width: 768px) {
  .advanced-search .date-range {
    width: 520px;
  }
}
.advanced-search .date-range .input-controls {
  display: inline-block;
}
.advanced-search .date-range .input-controls,
.advanced-search .date-range > input[type="text"] {
  width: 100px;
  margin-right: 0.6em;
}
@media screen and (min-width: 768px) {
  .advanced-search .date-range .input-controls,
  .advanced-search .date-range > input[type="text"] {
    width: 140px;
  }
}
.search-receipt {
  margin-right: -45px;
  margin-left: -15px;
  border-radius: 0;
}
.omc-widget {
  border: 1px solid #72a8cc;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.omc-widget.contracted {
  border: 1px solid #C8C8C8;
  box-shadow: none;
}
.omc-widget.contracted .omc-widget-header {
  border-bottom: 0;
}
.omc-widget.contracted .omc-widget-header .primary-icon {
  display: none;
}
.omc-widget.contracted .omc-widget-header h3 {
  font-size: 1.4em;
}
.omc-widget.contracted .omc-widget-header h3 label {
  font-size: 0.55em;
}
.omc-widget.contracted .toggleable-content {
  display: none;
}
.omc-widget .omc-widget-header {
  margin: 10px 10px 5px 20px;
  border-bottom: 1px solid #cdcdcd;
}
.omc-widget .omc-widget-header h3 {
  padding-bottom: 5px;
}
.omc-widget .omc-widget-header .primary-icon {
  margin-top: 6px;
  margin-right: 15px;
  color: #73a9cd;
}
.omc-widget .omc-widget-header .primary-icon.icon-stack .icon-stack-base + .icon-light {
  color: #fff;
}
.omc-widget .omc-widget-header .primary-icon + h3 {
  width: calc(100% - 180px);
}
.omc-widget .omc-widget-body {
  padding: 10px 25px 10px 50px;
}
.omc-widget .omc-widget-footer {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #B9B9B9;
  border-radius: 0 0 4px 4px;
  background: #e5e5e5;
}
.page-stack {
  min-height: 600px;
  margin: 30px -45px -45px 0;
}
#cnw .navbar {
  border-top: 12px solid #F07B05;
  border-bottom: 4px solid #81CCDD;
  background: #4D4D53;
  border-radius: 0px;
  width: 100%;
  height: 80px;
  min-height: 80px;
}
#cnw .navbar::after {
  content: ' ';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: none;
}
#cnw .navbar .navbar-brand {
  padding: 22px 15px;
  min-height: 64px;
}
#cnw .navbar .navbar-brand:hover {
  background-color: #333;
}
#cnw .navbar .nav {
  height: 60px;
}
#cnw .navbar .nav > li > a {
  padding: 22px 15px;
  color: #ddd;
  font-size: 1.1em;
  font-weight: 400;
  border-right: none;
  border-left: 1px solid #3D3D3D;
}
#cnw .navbar .nav > li > a:hover {
  background-color: #333;
  color: #fff;
}
#cnw .navbar .nav > li > a.active {
  background-color: #333;
  color: #fff;
}
#cnw .hero-unit {
  display: none;
  background: none;
}
#cnw .content {
  margin: 0 0 60px 0;
}
#cnw #footer #footer-nav {
  padding: 15px 0 0px;
  background-color: #4D4D53;
  border-top: 6px solid #F07B05;
  border-bottom: 1px solid #333;
}
#cnw #footer #footer-nav a {
  color: #ddd;
}
#cnw #footer .footer-credits {
  background-color: #4D4D53;
  padding: 20px 0;
}
.u-vertical-center {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .u-vertical-center-md {
    display: flex;
    align-items: center;
  }
}
.u-full-screen-lg {
  width: 100%;
  min-height: 100vh;
  max-width: none;
}
.u-full-width {
  width: 100%;
  max-width: none;
}
.u-full-height {
  height: 100%;
  max-height: none;
}
.u-full-screen-height {
  height: 100%;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .u-hide-md {
    display: none;
  }
}
.u-no-borders {
  border: 0 none;
}
.u-iframe-unstyled {
  overflow: hidden;
}
.welcome-banner {
  background: #005494;
  color: #fff;
  margin-top: -43px;
  margin-bottom: 15px;
  border-top: 1px solid white;
}
.welcome-banner__header {
  padding: 0;
  border-bottom: 0;
  font-size: 1.38rem;
}
@media screen and (min-width: 768px) {
  .welcome-banner {
    margin-top: -27px;
  }
}
@media screen and (min-width: 992px) {
  .welcome-banner {
    margin-top: -27px;
  }
}
@media screen and (min-width: 1200px) {
  .welcome-banner {
    margin-top: -26px;
  }
}
.login-page {
  display: flex;
  width: 100%;
}
.login-page__sidebar {
  width: 100%;
}
.login-page__marketing-content {
  display: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .login-page__sidebar {
    width: 35%;
  }
  .login-page__marketing-content {
    display: flex;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .login-page__sidebar {
    max-width: 430px;
  }
  .login-page__marketing-content {
    flex: 1;
  }
}
.login-form {
  padding: 80px 45px 20px 45px;
  margin-bottom: 0;
  background-color: #101010;
}
.login-form,
.login-form a {
  color: #ff5126;
}
.login-form a:hover {
  color: #ff7a59;
}
.login-form,
.login-form label {
  color: #fff;
}
.login-form button {
  border: 0;
  border-radius: 0;
  background: #ff5126;
  color: #fff;
}
.login-form .form-control {
  color: #333;
}
.login-form button:hover {
  background: #ff7a59;
  color: #fff;
}
.login-form .dropdown-menu a,
.login-form .dropdown-menu button {
  color: #333;
}
.login-form .dropdown-menu a:hover,
.login-form .dropdown-menu button:hover {
  color: #fff;
}
.login-form,
.login-form a {
  color: #ff5126;
}
.login-form a:hover {
  color: #ff7a59;
}
.login-form,
.login-form label {
  color: #fff;
}
.login-form button {
  border: 0;
  border-radius: 0;
  background: #ff5126;
  color: #fff;
}
.login-form .form-control {
  color: #333;
}
.login-form button:hover {
  background: #ff7a59;
  color: #fff;
}
.login-form .dropdown-menu a,
.login-form .dropdown-menu button {
  color: #333;
}
.login-form .dropdown-menu a:hover,
.login-form .dropdown-menu button:hover {
  color: #fff;
}
.login-form__body {
  height: 100%;
  margin: 0;
  padding-bottom: 15px;
}
.login-form__input:-webkit-autofill {
  background-color: #fff !important;
  box-shadow: 0 0 0px 1000px white inset;
}
.login-form__utilities,
.login-form__utilities a {
  color: #6a6a6a;
}
.login-form__utilities:hover,
.login-form__utilities a:hover,
.login-form__utilities:active,
.login-form__utilities a:active,
.login-form__utilities:focus,
.login-form__utilities a:focus {
  color: #848484;
}
.login-form__footer {
  width: 100%;
  padding: 0;
  margin-top: -5px;
  border-bottom: 15px;
  background: none;
  font-size: 0.8em;
}
.login-form__footer,
.login-form__footer a {
  color: #6a6a6a;
}
.login-form__footer:hover,
.login-form__footer a:hover,
.login-form__footer:active,
.login-form__footer a:active,
.login-form__footer:focus,
.login-form__footer a:focus {
  color: #848484;
}
@media (max-width: 992px) {
  .login-form {
    padding: 120px;
  }
  .login-form__footer {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .login-form {
    padding: 40px;
  }
}
@keyframes to-70-percent {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}
.full-page-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.4;
}
.full-page-preloader__body {
  width: 400px;
  margin: 20px;
}
@media (max-width: 480px) {
  .full-page-preloader__body {
    width: auto;
    min-width: 250px;
    margin: 30px;
  }
}
.full-page-preloader__logo {
  padding: 0 7px;
}
.full-page-preloader__loading-message {
  margin: 0 auto;
  padding: 50px 0 55px;
}
.full-page-preloader__loading-indicator {
  height: 10px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.full-page-preloader__loading-indicator:before {
  content: ' ';
  display: block;
  height: 100%;
  border-radius: 2px;
  background-color: #ff5126;
  animation: to-70-percent 1.2s ease;
  animation-fill-mode: forwards;
}
.no-flexboxlegacy .full-page-preloader {
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
.no-flexboxlegacy .full-page-preloader__body {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .no-flexboxlegacy .full-page-preloader__body {
    min-width: 0;
    margin: 0;
    padding: 0 30px;
  }
}
.no-flexboxlegacy .full-page-preloader__logo,
.no-flexboxlegacy .full-page-preloader__loading-message,
.no-flexboxlegacy .full-page-preloader__loading-indicator {
  max-width: 400px;
}
@media (max-width: 480px) {
  .no-flexboxlegacy .full-page-preloader__logo,
  .no-flexboxlegacy .full-page-preloader__loading-message,
  .no-flexboxlegacy .full-page-preloader__loading-indicator {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .affix-col.affix {
    width: 248px;
  }
  .affix-col.affix-bottom {
    width: 248px;
  }
  .affix-title {
    width: 1080px;
  }
  .affix-title.affix {
    width: 1140px;
  }
  .sidenav {
    width: 240px;
  }
  .well .well-account-performance {
    height: auto;
  }
  .media-studio-container h1 {
    padding: 0 78px 10px;
  }
  .media-studio-container .btn-new-distribution {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .dashboard-hero .row .col-sm-4 p {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affix-title {
    width: 660px;
  }
  .affix-title.affix {
    width: 720px;
  }
  .well.well-account-performance {
    padding: 7px;
    line-height: 1.17em;
    font-size: 1.15em;
    height: 60px;
    display: table;
    width: 100%;
  }
  .well.well-account-performance strong {
    font-size: 1.27em;
  }
  .well.well-account-performance p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  .collapse {
    display: block;
  }
  .search {
    padding-left: 5px;
    padding-right: 3px;
  }
  .search .btn {
    padding: 0 3px;
  }
  .search .input input {
    width: 100px;
  }
  .release-title .btn-group > .btn {
    font-size: 10px;
  }
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 13px;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-filter,
  .monitoring-page.page.page-fluid .monitoring-bottom #monitoring-accordion {
    padding: 10px;
    width: 100%;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content {
    width: 100%;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-8.pull-right {
    padding: 2%;
    display: block;
    width: 100%;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-4 {
    border: none;
    position: relative;
    padding: 0;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-4 .carousel-stat {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    padding: 5px 20px;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-4 .carousel-stat:first-child {
    border-top: 1px solid #dedede;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-4 .carousel-stat .stat-arrow {
    padding: 8px;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post {
    padding-left: 25px;
    width: 87;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post .post-img {
    display: inline-block !important;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post .post-content {
    width: 85%;
  }
  #contact-card .col-lg-3 {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .sidenav {
    width: 130px;
  }
  .media-studio-container h1 {
    padding: 0 48px 10px;
  }
  .media-studio-container .btn-new-distribution {
    margin-right: 38px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 11px;
  }
  .affix-title {
    width: 100%;
  }
  .affix-title.affix {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: content-box;
  }
  .sidenav {
    position: static;
    width: 100%;
    font-size: 1.1em;
  }
  .sidenav .nav > li > a {
    padding: 7px 10px;
  }
  .dashboard-hero {
    height: auto;
  }
  .dashboard-hero .row .col-sm-8 {
    width: 100%;
    padding: 20px;
  }
  .dashboard-hero .row .col-sm-4 {
    width: 100%;
    height: auto;
  }
  .content {
    margin: 0;
  }
  #in-nav ul.pull-right {
    top: 0px !important;
  }
  .message-sidebar {
    margin-right: -20px !important;
  }
  #dashboard-hero {
    padding: 12px 0px;
  }
  /* Footer Navbar */
  #footer .footer-wrapper {
    width: 100%;
    padding: 0;
  }
  #dashboard .dashboard-projects {
    padding: 15px;
  }
  #dashboard .dashboard-projects h3 {
    margin: 0;
  }
  #dashboard .dashboard-projects .dashboard-filter {
    margin: 0px;
    float: left;
  }
  #dashboard .dashboard-projects .dashboard-table .dashboard-type,
  #dashboard .dashboard-projects .dashboard-table .dashboard-creator {
    width: 20%;
  }
  #dashboard .dashboard-projects .dashboard-table .dashboard-date {
    width: 20%;
  }
  #dashboard .dashboard-projects .dashboard-table .dashboard-table-icon {
    display: none !important;
  }
  .dashboard-CTA .dashboard-CTA-text {
    min-height: 0px;
  }
  .video-tutorials {
    margin: 0 20px 20px;
  }
  .monitoring-page.page.page-fluid .monitoring-header .monitoring-btn .btn {
    padding: 3px 12px;
  }
  #contact-card .col-lg-3 {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0;
  }
  #contact-card select {
    margin-bottom: 10px;
  }
  #contact-card .col-sm-1 button {
    margin-top: 10px;
  }
  #contact-card input[type="checkbox"] {
    margin-left: 38%;
    margin-right: 15px;
  }
  #contact-card-outlets,
  #contact-card-subjects {
    display: block;
  }
  #contact-card-outlets .col-sm-6,
  #contact-card-subjects .col-sm-6 {
    display: block;
    position: relative;
  }
  #contact-card-outlets .col-sm-6 button,
  #contact-card-subjects .col-sm-6 button {
    position: relative;
  }
  .login-page .col-sm-7 {
    border-left: none;
    padding-left: 0;
  }
  footer.no-session-footer-links {
    text-align: left;
  }
  footer.no-session-footer-links ul {
    list-style: none;
    display: block;
    padding-left: 0;
  }
  footer.no-session-footer-links li {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    line-height: 19px;
    border: none;
  }
  .media-studio-container h1 {
    padding: 0 46px 10px;
    clear: both;
  }
  .media-studio-container .btn-new-distribution {
    margin: 0 0 20px 16px;
    float: left!important;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 10px;
  }
  .content {
    margin: 0;
  }
  .search {
    float: left;
    margin: 0 auto;
  }
  .release-title .btn-group {
    position: relative!important;
    top: auto;
    right: auto;
    padding: 10px 0 0;
  }
  .subnav .nav,
  .subnav .nav li a,
  .subnav .nav li {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .subnav .nav li {
    float: left;
    display: block;
    width: 33%;
  }
  .subnav .nav > .active > a,
  .subnav .nav > .active > a:hover,
  .subnav .nav > .active > a:focus {
    color: #000;
    font-weight: bold;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .bigIcon {
    vertical-align: 0px;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content #monitoring-carousel .col-lg-4 .carousel-stat .stat-arrow {
    padding: 6px;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post-checkbox {
    width: 5%;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post {
    padding-left: 25px;
    width: 82%;
  }
  .monitoring-page.page.page-fluid .monitoring-bottom .monitoring-content .monitoring-posts .monitoring-single-post .post-actions {
    width: 6%;
  }
  .dashboard-hero .row .col-sm-8 .btn-lg {
    font-size: 1.2em;
  }
}
.btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.88em;
  font-weight: bold;
  border-color: none;
  border: none;
  border-bottom-color: none;
  border-radius: 2px;
  background-image: none;
  transition: all 0.1s ease-in-out;
}
.btn:hover {
  box-shadow: none;
  border-color: none;
  color: #fff;
}
.btn:active {
  border-color: none;
}
.btn-default {
  background-color: #404040;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff;
  background-color: #303030;
}
.btn-primary {
  background-color: #ff5126;
}
.open .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:hover {
  background-color: #ce4024;
  background-image: none;
}
.btn-primary[disabled] {
  background-color: #ccc;
  color: #444;
}
button.dropdown-toggle {
  border: none;
  color: #fff;
  background-image: none;
  background-color: #444;
  padding: 7px 15px;
}
button.dropdown-toggle:active,
button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
  color: #fff;
  background-color: #303030;
}
.btn-group > :first-child.btn {
  margin-left: 5px;
}
.search-filter-dropdown.topic-coverage-filter .btn {
  color: #444;
  text-transform: initial;
  font-weight: normal;
  font-size: 0.89em;
}
.form-control {
  border-radius: 2px;
  font-size: 12px;
}
.primaryNavigation {
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .nav-utilities {
    display: block;
  }
  .nav-utilities-small {
    display: none;
  }
  .primaryNavigation {
    flex: 100%;
  }
  .primaryNavigation-nav,
  .primaryNavigation-navItems,
  .primaryNavigation-navItemList,
  .primaryNavigation-navItem,
  .primaryNavigation-navItemLink,
  .primaryNavigation-utilities,
  .primaryNavigation-utilitiesItemList,
  .primaryNavigation-utilitiesItem,
  .primaryNavigation-utilitiesItemLink {
    display: flex;
  }
  .primaryNavigation-nav,
  .primaryNavigation-navItems {
    align-items: stretch;
  }
  .primaryNavigation-navItemLink,
  .primaryNavigation-utilitiesItemLink {
    align-items: center;
  }
  .primaryNavigation-navItems {
    font-size: 1.35rem;
  }
  .primaryNavigation-dropdownMenu {
    border: none;
  }
  .primaryNavigation-dropdownHeader {
    display: flex;
    align-items: center;
    min-height: 3.5rem;
    padding: 0.75rem 1rem 0;
    border-top: 2px solid #444;
    border-bottom: none;
    background: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c7c7c7;
  }
  .primaryNavigation-customerIcon--inactive {
    visibility: hidden;
  }
  .primaryNavigation-customerLink:hover .primaryNavigation-customerIcon--inactive,
  .primaryNavigation-customerLink:focus .primaryNavigation-customerIcon--inactive,
  .primaryNavigation-customerLink:active .primaryNavigation-customerIcon--inactive {
    visibility: visible;
  }
  .primaryNavigation-logo {
    display: flex;
    height: 3.5rem;
    width: 14rem;
    margin-right: 1.5rem;
    align-items: center;
    align-self: center;
    text-align: center;
  }
  .primaryNavigation-search {
    max-width: 19.5rem;
  }
}
@media (min-width: 992px) {
  .primaryNavigation-navItems {
    font-size: 1.45rem;
  }
  .primaryNavigation-logo {
    width: 24rem;
  }
}
@media (min-width: 1200px) {
  .primaryNavigation-navItems {
    font-size: 1.6rem;
  }
}
.navbar-placeholder {
  height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .navbar-placeholder {
    height: 5.8rem;
  }
}
#primary-navigation::after {
  background: none;
}
@media (min-width: 768px) {
  #iwp-navigation #primary-navigation .nav > li > a {
    -webkit-font-smoothing: antialiased;
  }
  #iwp-navigation #primary-navigation .nav > li > a,
  #iwp-navigation #primary-navigation .nav > li > a:first-child {
    padding-top: 0.5rem;
  }
  #iwp-navigation #primary-navigation .nav .dropdown-menu a {
    border-left: 5px solid transparent;
    font-size: 1.25rem;
  }
  #iwp-navigation #primary-navigation .nav .dropdown-menu a:not(.dropdown-customer--inactive).active,
  #iwp-navigation #primary-navigation .nav .dropdown-menu a:not(.dropdown-customer--inactive):active,
  #iwp-navigation #primary-navigation .nav .dropdown-menu a:not(.dropdown-customer--inactive):hover,
  #iwp-navigation #primary-navigation .nav .dropdown-menu a:not(.dropdown-customer--inactive):focus {
    border-left-color: #ff5126;
  }
}
#iwp-navigation .container {
  display: flex;
  flex: 100%;
  align-items: center;
}
#iwp-navigation .navbar-collapse::before,
#iwp-navigation .navbar-collapse::after {
  display: none;
}
#iwp-navigation .navbar-collapse.collapse:not(.in) {
  height: 3.5rem !important;
}
@media screen and (min-width: 768px) {
  #iwp-navigation .navbar-collapse.collapse:not(.in) {
    display: flex !important;
    height: 5.8rem !important;
  }
}
#iwp-navigation .navbar {
  display: flex;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}
#iwp-navigation .navbar::before,
#iwp-navigation .navbar::after {
  display: none;
}
#iwp-navigation .navbar .nav > li {
  display: flex;
}
#iwp-navigation .navbar .nav > li,
#iwp-navigation .navbar .nav > li:first-child {
  padding: 0 1.5rem;
}
#iwp-navigation .navbar .nav > li.open a,
#iwp-navigation .navbar .nav > li.open a:hover,
#iwp-navigation .navbar .nav > li.open a:active,
#iwp-navigation .navbar .nav > li.open a:focus {
  background: none;
}
#iwp-navigation .navbar .nav > li > a {
  display: flex;
  border-bottom: 5px solid transparent;
  font-weight: 600;
}
#iwp-navigation .navbar .nav > li > a,
#iwp-navigation .navbar .nav > li > a:first-child {
  padding: 0;
}
#iwp-navigation .navbar .nav > li > a,
#iwp-navigation .navbar .nav > li > a.active {
  color: #e5e5e5;
}
#iwp-navigation .navbar .nav > li > a.active,
#iwp-navigation .navbar .nav > li > a:hover,
#iwp-navigation .navbar .nav > li > a:focus {
  color: #fff;
}
#iwp-navigation .navbar .nav > li > a.active {
  border-bottom-color: #ff5126;
}
#iwp-navigation .navbar .primaryNavigation .nav::before,
#iwp-navigation .navbar .primaryNavigation .nav::after {
  display: none;
}
#iwp-navigation .navbar .primaryNavigation .nav > li > a {
  line-height: 1;
  text-transform: none;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu {
  padding: 0;
  border-radius: 0.12em;
  background: #101010;
}
@media (min-width: 768px) {
  #iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu {
    margin-top: 0.12em;
  }
}
@media (min-width: 992px) {
  #iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu {
    margin-top: 0.2rem;
  }
}
@media (min-width: 1200px) {
  #iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu {
    margin-top: 0.2rem;
  }
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu li:not(:last-child):not(.dropdown-header) {
  border-bottom: 1px solid #444;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a {
  min-height: 3.5rem;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border-bottom: 0;
  color: #fff;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a.active,
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a:hover {
  background: none;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a.active .subhead,
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a:hover .subhead {
  color: #e5e5e5;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a.dropdown-customer {
  color: #e5e5e5;
}
#iwp-navigation .navbar .primaryNavigation .nav > li .dropdown-menu a .subhead {
  color: #c7c7c7;
}
#iwp-navigation .navbar .primaryNavigation .nav-utilities {
  background: transparent;
}
#iwp-navigation .navbar .primaryNavigation .nav-utilities .nav > li > a {
  font-weight: 400;
}
@media (min-width: 768px) {
  #iwp-navigation .navbar .primaryNavigation .nav-utilities .nav > li .dropdown-menu {
    margin-top: 0.2rem;
  }
}
@media (min-width: 992px) {
  #iwp-navigation .navbar .primaryNavigation .nav-utilities .nav > li .dropdown-menu {
    margin-top: 0.2rem;
  }
}
@media (min-width: 1200px) {
  #iwp-navigation .navbar .primaryNavigation .nav-utilities .nav > li .dropdown-menu {
    margin-top: 0.2rem;
  }
}
#iwp-navigation .navbar .navbar-brand {
  height: 3rem;
  min-width: 10.7762rem;
  padding: 0;
}
@media (min-width: 768px) {
  #iwp-navigation .navbar .navbar-brand {
    height: 3.5rem;
    min-width: 12.5725rem;
    margin: -0.3rem 0 0;
  }
}
@media (min-width: 1200px) {
  #iwp-navigation .navbar .navbar-brand {
    height: 3.8rem;
    min-width: 13.65rem;
    margin: -0.2rem 0 -0.1rem;
  }
}
#iwp-navigation .navbar .navbar-brand > img {
  height: 3rem;
  width: auto;
}
@media (min-width: 768px) {
  #iwp-navigation .navbar .navbar-brand > img {
    height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  #iwp-navigation .navbar .navbar-brand > img {
    height: 3.8rem;
  }
}
#iwp-navigation .navbar.secondary-nav .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#iwp-navigation .navbar.secondary-nav .nav > li > a {
  border-bottom: 2px solid transparent;
}
#iwp-navigation .navbar.secondary-nav .nav > li > a,
#iwp-navigation .navbar.secondary-nav .nav > li > a:first-child {
  padding: 8px 10px;
}
#iwp-navigation .navbar.secondary-nav .nav > li > a:hover,
#iwp-navigation .navbar.secondary-nav .nav > li > a:active,
#iwp-navigation .navbar.secondary-nav .nav > li > a:focus,
#iwp-navigation .navbar.secondary-nav .nav > li > a.active {
  border-bottom-color: #ff5126;
}
#iwp-navigation .navbar-utilities {
  padding: 2.3rem 0 2.8rem;
  margin-left: auto;
}
#iwp-navigation .no-session-navbar-placeholder {
  height: 9.8rem;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.federated-search .tt-dropdown-menu {
  border-bottom: 1px solid #005494;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography {
  background: #005494;
}
.federated-search .tt-dropdown-menu .tt-dataset-FilteredByGeography a,
.federated-search .tt-dropdown-menu .tt-dataset-NotFilteredByGeography a {
  text-transform: none;
}
.federated-search .tt-dropdown-menu .tt-dataset-Outlets + div,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets ~ div:not([style*='display:none;']):not([style*='display: none;']):first-of-type {
  border-top: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage,
.federated-search .tt-dropdown-menu .tt {
  border-right: 2px solid #005494;
  border-left: 2px solid #005494;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults:last-child,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage:last-child,
.federated-search .tt-dropdown-menu .tt:last-child {
  margin-bottom: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestions,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestions,
.federated-search .tt-dropdown-menu .tt .tt-suggestions {
  margin-top: 0;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .search-header,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .search-header,
.federated-search .tt-dropdown-menu .tt .search-header {
  margin-right: 1px;
  margin-left: 1px;
}
.federated-search .tt-dropdown-menu .tt-dataset-Newslines a,
.federated-search .tt-dropdown-menu .tt-dataset-Microlists a,
.federated-search .tt-dropdown-menu .tt-dataset-Contacts a,
.federated-search .tt-dropdown-menu .tt-dataset-NoContacts a,
.federated-search .tt-dropdown-menu .tt-dataset-Outlets a,
.federated-search .tt-dropdown-menu .tt-dataset-NoOutlets a,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults a,
.federated-search .tt-dropdown-menu .tt-dataset-Coverage a,
.federated-search .tt-dropdown-menu .tt a {
  text-transform: none;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestions {
  margin-right: 1px;
  margin-left: 1px;
}
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestion {
  padding-bottom: 20px;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestion,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestion {
  color: #005494;
}
.federated-search .tt-dropdown-menu .tt-dataset-Coverage .tt-suggestion.tt-is-under-cursor,
.federated-search .tt-dropdown-menu .tt-dataset-NoResults .tt-suggestion.tt-is-under-cursor {
  color: #001a2e;
}
.welcome-banner {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .welcome-banner {
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .iwpUser .sidenav.affix {
    top: 170px;
  }
  .iwpUser .page-header.affix {
    top: 57px;
  }
}
