@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900);@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */


@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(/fonts/vendor/font-awesome-pro/fa-regular-400.eot);
  src: url(/fonts/vendor/font-awesome-pro/fa-regular-400.eot) format("embedded-opentype"), url(/fonts/vendor/font-awesome-pro/fa-regular-400.woff2) format("woff2"), url(/fonts/vendor/font-awesome-pro/fa-regular-400.woff) format("woff"), url(/fonts/vendor/font-awesome-pro/fa-regular-400.ttf) format("truetype"), url(/fonts/vendor/font-awesome-pro/fa-regular-400.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro Solid";
  src: url(/fonts/vendor/font-awesome-pro/fa-solid-900.eot);
  src: url(/fonts/vendor/font-awesome-pro/fa-solid-900.eot) format("embedded-opentype"), url(/fonts/vendor/font-awesome-pro/fa-solid-900.woff2) format("woff2"), url(/fonts/vendor/font-awesome-pro/fa-solid-900.woff) format("woff"), url(/fonts/vendor/font-awesome-pro/fa-solid-900.ttf) format("truetype"), url(/fonts/vendor/font-awesome-pro/fa-solid-900.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.download-icon-fa
{
    margin-right: 5px;
    margin-left: -5px;
}
.download-button .col-md-offset-3
{
    float:right;
}
.view-all-orange-button
{
    background:#ED7D31 !important;
    color:#fff !important;
    font-weight:900 !important;
    border:2px solid #ED7D31 !important;
}
.view-all-orange-button .fa-arrow-right
{
    margin-left:5px;
}
.view-all-orange-button:hover
{
    background:#fff !important;
    color:#ED7D31 !important;
    border:2px solid #ED7D31 !important;
}
.download-button-wrapper .fa-arrow-right {
    margin-left: 5px;
}

.download-button-wrapper:hover
{
    background:#fff !important;
    color:#ED7D31 !important;
    border-color:#ED7D31 !important;
}
.contact-button-wrapper .fa-arrow-right
{
    margin-left:5px;
}
.blue-button-wrapper .fa-arrow-right
{
    margin-left:5px;
}

.contact-button-wrapper:hover
{
    background:#ED7D31 !important;
    color:#fff !important;
}
.blue-button-wrapper:hover
{
    background:#00629F !important;
    color:#fff !important;
}

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


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

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left,
.fa-pull-left.icon-user {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fa-pull-right.icon-user {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pull-left.icon-user {
  margin-right: 0.3em;
}

.fa.pull-right,
.pull-right.icon-user {
  margin-left: 0.3em;
}

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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,
.icon-user:before {
  content: "\F007";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.content:before,
.content:after,
.cf:after,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.content:after,
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.content,
.cf {
  *zoom: 1;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3097D1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #216a94;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
    .podcastlibrary header.content ul
    {
        width:15%;
    }
    .faq-category-title
    {
        font-size:33px;
    }
    .call-to-action h1
    {
        font-size:22px !important;
    }
    .podcastlibrary section.services-banner a.btn.btn-primary.text-center.contact-button-wrapper
    {
        margin-top:30px; 
    }
    .retail-category-item-btn-wrapper
    {
        margin-top:30px;
    }
    .retail-retail-btn-primary-skeleton-white
    {
        font-size:18px !important;
	    line-height: 25px;
	     font-weight: 900 !important;
    }
    .download-button-wrapper
{
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height:25px;
}
    .more-thought-leadership-reports .col-md-3
{
    max-height:530px;
    height:490px;
}
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #3097D1;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2579a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3097D1;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2579a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
.contact-button-wrapper
{
    font-size: 18px !important;
    border-radius:0 !important;
    line-height:25px;
    background:transparent !important;
    color:#ED7D31 !important;
    border:2px solid #ED7D31 !important;
    font-weight: 900 !important;
}
.blue-button-wrapper
{
    font-size: 18px !important;
    border-radius:0 !important;
    line-height:25px;
    background:transparent !important;
    color:#00629F !important;
    border:2px solid #00629F
 !important;
    font-weight: 900 !important;
}
.services-top-area .col-md-4
{
    padding-left: 150px;
    padding-top: 5px;
    padding-bottom: 20px;
}

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {

  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
    .retail-insights-banner
    {
        padding-top:230px; padding-bottom:80px;
    }
    .retailsales .report-feeds-body .side-menu
{
    padding-left:120px;
}
.blog .report-feeds-body .side-menu
{
   padding-left:120px; 
}
.press .side-menu
{
   padding-left:185px; 
}
.retailsales .side-menu
{
   padding-left:120px; 
}
.blog .side-menu
{
   padding-left:120px; 
   padding-top:10px;
}
    .show-title-date.f4a
{
        margin-top: -15px;
}
 .about-report-content
 {
     width:50%;margin:0 auto;
 }
.custom-tabs .nav-item
{
    width:16%;
    display:inline-block;
}

  .container {
    width: 970px;
  }
}
.retail-report section.carousel .carousel-control
{
    padding:5px;
}
@media (min-width: 1200px) {
.retail-report .menu-column
{
    top:-70px;
    padding-left:80px;
}
.retail-report section.carousel
{
    max-width:90% !important;
}
.thought-leadership-child-title
{
font-size:40px !important;
font-weight:600;
}
.press-banner .vcenter
{
    margin-left:153px;
}
.retail-insights-banner .vcenter
{
    margin-left:153px;
}
.thought-leadership-child-banner .vcenter
{
    margin-left:153px;
}

.services-banner .vcenter
{
    margin-left:153px;
}

.services-banner-title
{
    margin-left:0 !important;
    margin-bottom:80px;
}

  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-2.faq-category-item
  {
      width:20%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .press
    {
        perspective:0px !important;
    }
    .podcastlibrary header.content ul
    {
        width:50%;
    }
    .retail-title-section, .retail-sub-title
    {
        padding:0 15px;
    }
    .retail-category-item-btn-wrapper
    {
        margin-top:15px;
    }
    .next-prev h3
    {
        font-size:16px !important;
    }
    .report-item
    {
        margin-bottom:20px;
    }
    .explore-more .explore-row
    {
      display:block;  
    }

    .trusted-by-list img
    {
        margin-bottom:20px;
    }
    p {
        padding-left:15px;
        padding-right:15px;
    }
    .custom-tabs-content .active
    {
        height:auto !important;
    }
    .col-md-8 p
    {
        padding-left:0px;
        padding-right:0px;
    }
    .latest-monthly-reports .f4
    {
        margin:0px 15px 10px !important;
    }
    .menu-column
    {
        padding-bottom:25px;
    }
    .latest-monthly-reports .report i
    {
        display:none;
    }
    .call-to-action h1
    {
        font-size:1.8em !important;
    }
    .faq-category-title
    {
        font-size:1.8em;
    }
    .btn-lg
    {
        font-size:0.7rem !important;
    }
    .press-top-area .explore-content
    {
        margin-top:25px !important;
    }
    .press .outlets-banner ul .inthemedia-sm
    {
        margin-bottom:15px !important;
    }
    .press .explore-row .report-item .img-responsive
    {
        margin-bottom:15px;
    }
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #98cbe8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}

.form-control::-moz-placeholder {
  color: #b1b7ba;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b1b7ba;
}

.form-control::-webkit-input-placeholder {
  color: #b1b7ba;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }

  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4aaae;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #636b6f;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #636b6f;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #636b6f;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #636b6f;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #636b6f;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #636b6f;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #636b6f;
}

.btn-primary {
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2579a9;
  border-color: #133d55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2579a9;
  background-image: none;
  border-color: #1f648b;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f648b;
  border-color: #133d55;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn-primary .badge {
  color: #3097D1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #20895e;
  border-color: #0d3625;
}

.btn-success:hover {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20895e;
  background-image: none;
  border-color: #196c4b;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #196c4b;
  border-color: #0d3625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  background-image: none;
  border-color: #538db0;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b6a338;
  border-color: #685d20;
}

.btn-warning:hover {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b6a338;
  background-image: none;
  border-color: #9b8a30;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b8a30;
  border-color: #685d20;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #954120;
  border-color: #411c0e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #954120;
  background-image: none;
  border-color: #78341a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #3097D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #216a94;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3097D1;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3097D1;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3097D1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
    .prev-report .left-arrow
    {
        margin-left:15px;
    }
    .contact-button-wrapper
{
    border-radius:0 !important;
    background:transparent !important;
    color:#ED7D31 !important;
}
    .contact-button-wrapper:hover
{
    border-radius:0 !important;
    background:#ED7D31 !important;
    color:#fff !important;
}
    .report-summary p
    {
        padding-left:0;
    }
    .prev-report span
    {
        float:left;
    }
    .custom-tabs-content
    {
        height:auto;
    }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
    .explore-row
    {
        padding-bottom:0px !important;
    }
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #e6e6e6;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #3097D1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #216a94;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3097D1;
  border-color: #3097D1;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3097D1;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2579a9;
}

.label-success {
  background-color: #2ab27b;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #20895e;
}

.label-info {
  background-color: #8eb4cb;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #6b9dbb;
}

.label-warning {
  background-color: #cbb956;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b6a338;
}

.label-danger {
  background-color: #bf5329;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #954120;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3097D1;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #636b6f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3097D1;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #3097D1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #8eb4cb;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #cbb956;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #bf5329;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d7ebf6;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e6e6e6;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e6e6e6;
}

.panel-default {
  border-color: #e6e6e6;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #e6e6e6;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}

.panel-primary {
  border-color: #3097D1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097D1;
}

.panel-primary > .panel-heading .badge {
  color: #3097D1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097D1;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
   
    .menu-column
    {
        padding-bottom:25px;
    }
.latest-monthly-reports .f4
{
    margin-bottom:20px !important;
}
.latest-monthly-reports .report .col-md-11
{
    margin-left:30px;
}

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width:991px)
{
     .sidebar-social
    {
        min-height:30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

html,
body {
  overflow-x: hidden;
  padding-top: 40px;
  height: 100%;
}

.alignright {
  text-align: right;
}

.navbar .container-fluid .content {
  max-width: calc(90% + 30px);
}

.navbar-right {
  margin-right: 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
}

img.image-center {
  display: block;
  margin: 0 auto;
}

.btn {
  text-transform: uppercase;
}

.btn-xl {
  padding: 10px 16px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn-lg,
.btn-group-lg > .btn {
  text-transform: uppercase;
}

.btn-md {
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 1.1em;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-primary {
  background: #ed7d31;
  border-color:#ed7d31;
  color: #fff;
  font-size: 0.7rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  background: #be540b;
  border-color: #fac430;
}

.btn-primary.active {
  background: #be540b;
}

.btn-secondary {
  border: 1px solid #cecece;
  color: #cecece;
}

.btn-sharp {
  border-radius: 0;
}

ul {
  list-style-type: none;
  padding-left: 2em;
}

li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}

li.tick:before {
  content: "\2713";
  color: #119e1a;
  margin-top: -0.2em;
  font-size: 1.5em;
}

.navbar {
  border-bottom: #316ea5 solid 2px;
  margin-bottom: 0;
  height: 81px;
  background-color: #ffffff;
}

.navbar-brand {
  height: 100%;
  padding: 0;
}

.navbar-logo {
  width: 141px;
}

.nav-contact {
  text-align: right;
  margin-right: 9%;
  margin-top: 5px;
}

.navbar-toggle {
  margin-top: 22px;
  border-color: #ddd;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.login-nav {
  display: inline-block;
  cursor: default;
  z-index: 500;
  margin-bottom: 0;
}

.login-nav a.btn em {
  font-style: normal;
}

.login-nav .fa-phone {
  margin-top: 20px;
}

.login-nav .open > a {
  background-color: #ffffff !important;
  padding-top: 7px;
}

.login-nav .caret {
  margin-top: 6px;
  color: #cecece;
}

.login-nav li.dropdown > a {
  padding-top: 7px;
}

.login-nav li.dropdown > a:hover {
  background-color: #ffffff;
}

.login-nav .dropdown-menu {
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease 0.15s;
  background: #333333;
}

.login-nav .dropdown-menu a {
  display: block;
  z-index: 510;
}

.login-nav .dropdown-menu li a {
  color: #ffffff;
}

.login-nav .dropdown-menu li a:hover {
  color: #ed7d31;
  background-color: #333333;
}

.login-nav .dropdown-menu li a:active {
  color: #767171;
}

.login-nav:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  transition: all 0.3s ease 0.15s;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}

.content {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.row {
  padding: 60px 0;
}

.toprow {
  padding: 30px 0;
}

.topten .toprow {
  padding: 30px 0 15px 0;
}

.statistics .row {
  padding-top: 0;
}

.row.datadownload {
  padding: 30px;
}

.inthemedia h5 {
  margin-top: 0;
}

.center {
  text-align: center;
}

.wide {
  width: 100%;
}

.narrower {
  width: 90%;
  margin: 0 auto;
}

.narrow {
  width: 70%;
  margin: 0 auto;
}

.down-arrow {
  border-color: #ed7d31 transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  height: 0px;
  width: 0px;
}

.icon-sm {
  width: 30px;
  padding-bottom: 10px;
  margin: 0 5px;
}

.scenic {
  background-color: #dcdcdc;
}

.white {
  background-color: #ffffff;
}

.shady,
.forgotpassword,
.resetpassword {
  background-color: #f2f2f2;
}

.img-responsive {
  display: inline-block;
  margin: 0 auto;
}

.no-fouc {
  display: none;
}

.chief .content .img-responsive {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

ul.standard-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}

ul.orange-list {
  list-style-type: none;
}

ul.orange-list li::before {
  content: "\2022";
  color: #ed7d31;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}

/* mixin for multiline */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters [class*=col-] {
  padding-left: 0;
}

.btn-download {
  margin-bottom: 30px;
}

.btn-download span {
  font-size: 1.2em;
}

.btn span.fa-stack {
  font-size: 9px;
  margin-top: -3px;
}

.btn .fa-stack .fa-arrow-right {
  color: #ed7d31;
}

.btn-back:hover .fa-stack .fa-inverse {
  color: #cecece;
}

.fact .table-striped tbody tr td:nth-child(3) {
  padding: 15px 0;
}

div.align-box {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
}

div.align-box span {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

footer {
  position: relative;
}

footer .app-version {
  bottom: 5px;
  color: #777;
  position: absolute;
  right: 10px;
}

.attention-box {
  border: 1px solid #ed7d31;
  margin-bottom: 10px;
  display: inline;
  float: left;
}

.attention-box p {
  padding: 0 15px;
}

.attention-box h5 {
  text-align: left;
  margin: 10px;
  padding: 5px;
  display: inline;
  float: left;
}

img.box {
  width: 80px;
  margin-bottom: 10px;
}

.home .services .placeholder {
  padding-left: 30px;
  padding-right: 30px;
}

.home .services ul.benefitlist {
  padding-left: 2.2em;
}

.chief {
  background: url("/images/banner-bg.jpg") no-repeat top center;
  background-attachment: scroll;
  background-size: 100%;
  padding: 60px;
}

.chief,
.homechief {
  text-align: center;
}

.chief p,
.homechief p {
  margin: 10px;
}

.chief p strong,
.homechief p strong {
  color: #333333;
}

.chief h1,
.homechief h1 {
  margin-bottom: 10px;
}

.chief h4,
.homechief h4 {
  margin: 20px 0 30px 0;
}

.chief .btn,
.homechief .btn {
  font-weight: 700;
}

.chief ul,
.homechief ul {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 10px 0;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
  text-align: left;
  color: #ed7d31;
}

.homechief {
  background: url("/images/visitors/retail-economics-uk-retail-economy-insight-and-analytics.jpg") no-repeat top center;
  background-size: 1500px;
  padding: 60px 0 !important;
}

.homechief img {
  margin-top: 40px;
}

.homechief h4 {
  color: #316ea5;
  margin: 15px 0 0 0;
  font-size: 1.1rem;
}

.homechief h4 + p {
  margin-top: 30px;
}

.homechief .btn {
  margin-top: 150px;
  margin-bottom: 30px;
  font-size: 0.8rem;
  border-color: white;
  border-width: 2px;
}

.homechief .white-text {
  color: white;
  font-weight: 500;
}

.homechief p {
  font-size: 0.9rem;
}

.homechief .fa-angle-down {
  font-size: 3em;
}

.signup {
  background-color: #ed7d31;
  padding: 30px 0;
}

.signup h3 {
  line-height: 40px;
}

.signup h4 {
  margin-top: 20px;
  line-height: 40px;
}

.signup div {
  height: 80px;
}

.signup .signup-left {
  background-color: #ffffff;
}

.signup .signup-mid {
  background-color: #767171;
  padding: 0px;
}

.signup .signup-arrow {
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #ffffff;
}

.signup .signup-right {
  background-color: #767171;
}

.signup .signup-right h3 {
  margin-left: -10%;
  font-weight: 700;
}

.explore h3 {
  margin-bottom: 30px;
}

.explore h5 {
  padding: 0;
  margin: 0 0 5px;
}

.explore .row {
  padding: 3px 10px;
}

.explore .row img {
  margin-bottom: 5px;
  width: 94%;
}

.explore .row .col-md-6:first-child {
  padding: 0 5px 0 0;
}

.explore .row .col-md-6:nth-child(2) {
  padding: 0 0 0 5px;
}

.explore .blue .box {
  background-color: #316ea5;
}

.explore .box {
  padding: 10px 0 1px;
  margin: 15px 0;
}

.explore .orange .box {
  background-color: #ed7d31;
}

.explore .report-headicon {
  width: 100px;
  margin-top: 25px;
}

.explore .report-headiconx {
  width: 142px;
  margin-left: 22px;
  position: relative;
  top: -70px;
  background-color: white;
  padding: 10px;
}

.explore .explore-mid {
  background: #dcdcdc;
  height: 3px;
  margin-top: 70px;
}

.benefitlist {
  margin-top: 0;
}

ul.benefitlist li {
  list-style-position: outside;
  text-align: left;
}

.sectors .chief strong {
  color: #000000;
}

.help-desk h3 {
  color: #ed7d31;
}

.help-desk h3 strong {
  color: #316ea5;
  font-weight: 800;
}

.help-desk h4 {
  color: #316ea5;
}

.help-desk h5 {
  margin-top: 0;
}

.help-desk img {
  margin: 30px 0;
  width: 100%;
  max-width: 1000px;
}

/* Subscribe Tooltip */

.subscribe-tip {
  position: relative;
}

.subscribe-tip .subscribetip-content {
  font-size: 12px;
  position: absolute;
  top: -25px;
  right: 9999px;
  width: 200px;
  margin-right: -220px;
  /* width + left/right padding */
  padding: 10px;
  color: #fff;
  background: #333;
  box-shadow: 2px 2px 5px #aaa;
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.subscribe-tip .subscribetip-content:before {
  content: " ";
  /* Must have content to display */
  position: absolute;
  top: 50%;
  left: -16px;
  /* 2 x border width */
  width: 0;
  height: 0;
  margin-top: -8px;
  /* - border width */
  border: 8px solid transparent;
  border-right-color: #333;
}

.subscribe-tip:hover .subscribetip-content {
  right: -20px;
  opacity: 1;
}

.subscribe-tip .icon-padlock {
  width: 15px;
}

/* Signup Tooltip */

.signup-tip {
  position: relative;
}

.signup-tip .signuptip-content {
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: 9999px;
  width: 200px;
  margin-right: 130px;
  /* width + left/right padding */
  padding: 10px;
  color: #fff;
  background: #333;
  box-shadow: 2px 2px 5px #aaa;
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.signup-tip .signuptip-content:before {
  content: " ";
  /* Must have content to display */
  position: absolute;
  top: 50%;
  right: -16px;
  /* 2 x border width */
  width: 0;
  height: 0;
  margin-top: -8px;
  /* - border width */
  border: 8px solid transparent;
  border-left-color: #333;
}

.signup-tip:hover .signuptip-content {
  right: 50%;
  opacity: 1;
}

.help-bloq {
  position: relative;
  position: relative;
  padding: 0;
  width: 75%;
  margin: 0 auto;
}

.help-bloq:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.help-bloq > .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.help-bloq a {
  color: #767171;
}

.help-bloq a:focus,
.help-bloq a:hover {
  color: #767171;
}

.help-bloq strong {
  color: #bf5329;
}

.help-bloq .contents a > div {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.help-bloq .contents a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.help-bloq .contents a ul {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  padding: 0 5%;
}

.help-bloq .help-icon {
  text-align: center;
  display: block;
  height: 100%;
  border: 1px solid #767171;
  box-shadow: -4px 4px 4px 1px #c7c7c7;
}

.help-bloq .help-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.help-bloq:hover .help-info {
  opacity: 1;
  background-color: #316ea5;
  color: #ffffff;
}

.help-bloq:hover .help-info h4 {
  color: #ffffff;
}

.resources-bullets {
  color: #ed7d31;
}

.resources .resources-boxes {
  padding-top: 60px !important;
  padding-bottom: 60px;
}

.resources .resources-boxes .boxes {
  margin-bottom: 0;
}

.resources .resources-boxes ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.resources .resources-boxes ul li {
  float: left;
  background-color: #ffffff;
  width: 30%;
  margin: 0 10%;
  padding: 20px 50px;
  box-shadow: -2px 2px 2px 2px #cecece;
  text-align: center;
}

.resources .resources-boxes ul li a {
  color: #316ea5;
}

.resources .resources-boxes ul li a p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.resources .resources-boxes ul li img {
  width: 45%;
}

.data ul li a p {
  font-size: 16px;
}

.howelse h3 {
  margin: 0 15px 0 0;
  padding-left: 15px;
}

.howelse h4 {
  margin: 15px 0;
  padding-left: 15px;
}

.howelse h5 {
  padding-left: 15px;
}

.howelse ul {
  padding-left: 15px;
}

.howelse li {
  list-style-type: disc;
  list-style-position: outside;
}

.howelse p {
  margin-top: 0;
  margin-left: 15px;
}

section.technical h1,
section.technical h2,
section.technical h3,
section.technical h4 {
  text-align: left;
  margin: 15px 0;
}

section.technical h2 {
  font-size: 1.6em;
  color: #316ea5;
}

section.technical h3,
section.technical h4 {
  color: #767171;
}

section.technical h3 {
  margin-top: 30px;
}

section.technical h4 {
  font-size: 1.1em;
}

section.technical li {
  list-style-type: disc;
  list-style-position: outside;
}

section.technical strong {
  color: #316ea5;
}

section.technical table {
  border: 1px solid #dcdcdc;
}

section.technical table tr td,
section.technical table tr th {
  padding: 5px;
  border: 1px solid #dcdcdc;
  width: 33%;
}

section.technical table tr th {
  font-weight: bold;
}

/* Navigation Menu */

.navbar-collapse {
  padding-top: 20px;
}

/* Menu Links */

.meganav {
  display: inline-block;
  /* cursor: default; */
  z-index: 500;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 15px;
}

.meganav ul {
  margin: 0;
  padding: 0;
}

.meganav li {
  list-style: none;
}

.meganav > li {
  display: block;
  float: left;
}

.meganav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 54px;
  padding: 0 15px;
  line-height: 54px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.meganav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 81px;
  left: 0;
  padding: 0 0 30px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #333333;
  border-radius: 0 0 3px 3px;
  transition: all 0.3s ease 0.15s;
}

.meganav > li:hover > a {
  color: #ed7d31;
}

.meganav > li:hover > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}

.meganav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.meganav .nav-column {
  float: left;
  width: 33%;
  padding: 2.5%;
}

.meganav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #ed7d31;
  text-transform: uppercase;
  text-align: left;
}

.meganav .nav-column li a {
  display: block;
  line-height: 26px;
  font-size: 13px;
  color: #ffffff;
}

.meganav .nav-column li a:hover {
  color: #767171;
}

.navbar .navbar-nav > li {
  margin-left: 15px;
}

.navbar .navbar-nav > li > a.btn-primary {
  border-color: #fac430;
  color: #ffffff;
  margin: 6px 0;
  padding: 8px;
  text-transform: uppercase;
}

.navbar .navbar-nav > li > a.btn-primary:active {
  background-color: #ed7d31;
}

.navbar .navbar-nav > li > a.btn-primary:hover,
.navbar .navbar-nav > li > a.btn-primary:focus {
  background-color: #be540b;
  color: #ffffff;
}

.navbar .navbar-nav > li > a.btn-light {
  border: #dcdcdc solid 1px;
  color: #333333;
  background-color: #f2f2f2;
  margin: 6px 0;
  padding: 8px 20px;
}

.navbar .navbar-nav > li > a.btn-light:active {
  background-color: #f2f2f2;
}

.navbar .navbar-nav > li > a.btn-light:hover {
  background-color: #dcdcdc;
  color: #ed7d31;
}

.navbar .navbar-nav > li a.btn-upgrade {
  background-color: white;
  border-color: #808080;
  color: #a6a6a6;
  margin: 6px 0;
  padding: 8px;
  text-transform: uppercase;
}

.navbar .navbar-nav > li a.btn-upgrade .fa-stack {
  color: #a6a6a6;
}

.navbar .navbar-nav > li a.btn-upgrade .fa-stack .fa-arrow-right {
  color: white;
}

.navbar .navbar-nav > li a.btn-upgrade:hover,
.navbar .navbar-nav > li a.btn-upgrade:focus,
.navbar .navbar-nav > li a.btn-upgrade:active {
  background-color: #eeeeee;
}

/* New Mobile Navigation menu - need to tidy this all up! */

#burger,
.burger,
.burger-dashes {
  display: none;
  visibility: hidden;
}

body input + label {
  position: fixed;
  top: 40px;
  right: 40px;
  height: 20px;
  width: 15px;
  z-index: 1200;
}

body input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #000000;
  transition: 0.5s;
}

body input + label span:first-child {
  top: 2px;
}

body input + label span:last-child {
  top: 18px;
}

body label:hover {
  cursor: pointer;
}

body input:checked + label span {
  opacity: 0;
  top: 50%;
}

body input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

body input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

body input ~ .mobile-nav {
  display: none;
  visibility: hidden;
  background: #333333;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 0;
  width: 100%;
  height: 100px;
  z-index: 3;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}

body input ~ .mobile-nav > ul {
  text-align: center;
  position: absolute;
  top: 23%;
  width: 70%;
  left: 13%;
  right: 13%;
}

body input ~ .mobile-nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}

body input ~ .mobile-nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ed7d31;
  font-weight: 700;
  display: block;
  padding: 5px;
}

body input:checked ~ .mobile-nav {
  display: inherit;
  visibility: visible;
  height: 100%;
  transition-delay: 0s;
}

body input:checked ~ .mobile-nav > ul > li {
  opacity: 1;
  transition-delay: 0.5s;
}

/* Footer */

footer {
  background-color: #404040;
  color: #ffffff;
  font-size: 13px;
}

footer ul {
  margin-bottom: 20px;
}

footer li {
  list-style: none;
}

footer li,
footer li a,
footer h5 {
  color: #ffffff;
}

footer h5 {
  margin-bottom: 8px;
  text-align: left;
}

footer li a:hover {
  text-decoration: none;
  color: #ed7d31;
}

.footer-smicons {
  margin: 10px 0 30px;
}

.footer-smicons .twitterc {
  color: #00aced;
}

.footer-smicons .linkedinc {
  color: #007bb6;
}

.about-contacts h1,
.about-contacts h5 {
  color: #ed7d31;
  text-align: left;
}

.about-contacts-wrapper {
  margin-bottom: 30px;
}

.about-contacts-wrapper h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.about-contacts-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.about-contacts-wrapper p a {
  color: #636b6f;
}

.about-contacts-wrapper .form-control {
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
}

.about-contacts-wrapper .control-label {
  font-size: 13px;
}

.about-contacts-us-wrapper h5 {
  margin-bottom: 15px;
}

.about-contacts-us-wrapper textarea {
  resize: none;
}

.about-contacts-us-wrapper div p {
  font-size: 10px;
}

.pillars-head {
  margin-top: 30px;
}

.about-pillars-wrapper {
  margin-top: 40px;
}

.about-pillars {
  margin-bottom: 10px;
  text-align: center;
}

.about-pillars h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.about-pillars ul {
  width: 80%;
  margin: 20px auto;
}

.about-pillars ul li {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
}

.about-pillars img {
  max-width: 100px;
}

.about-pillars .about-caption {
  padding: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: left;
  margin: 0;
}

.members .about-pillars .about-caption {
  padding: 30px 0;
}

.about-pillar {
  text-align: center;
  font-size: 16px;
}

.about-pillar h3 {
  margin: 10px 0 10px 0;
  font-size: 26px;
  text-transform: uppercase;
}

.about-pillar.no-title {
  color: #316ea5;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 20px;
}

.about-pillar p {
  margin: 0 20px;
}

.visitors .about-pillars .pillars-left {
  width: 20%;
  margin-right: 5%;
  float: left;
  clear: left;
  margin-bottom: 30px;
}

.visitors .about-pillars ul {
  width: 75%;
  margin: 0;
  float: left;
}

.visitors .about-pillars img {
  max-width: 65%;
}

.visitors .about-pillars .about-quote {
  float: left;
}

.visitors .about-pillars h3 {
  font-size: 0.9rem;
}

.about-senior-management-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
}

.about-senior-management-wrapper p.description {
  text-align: justify;
}

.about-senior-management {
  text-align: center;
}

.about-senior-management img {
  margin-bottom: 15px;
  width: 60%;
}

.about-senior-management .btn-linkedin {
  -webkit-appearance: button;
  font-size: 12px;
  padding: 2px 2px 2px 10px;
  align-items: flex-start;
  text-align: center;
  border-width: 2px;
  text-transform: none;
  color: #404040;
}

.about-senior-management h5 {
  margin: 15px 0 5px 0;
}

.about-senior-management .management-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.about-senior-management p {
  margin: 0 30px;
}

.about-senior-management .linkedin {
  float: right;
  background-color: #0077B5;
  padding: 0 4px;
  margin-left: 10px;
  border-radius: 3px;
}

.about-senior-management .linkedin .fa,
.about-senior-management .linkedin .icon-user {
  color: #ffffff;
}

.about-subs h2 {
  text-align: center;
  color: #767171;
}

.about-subs li {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 0.9rem;
}

.boxes-wrapper.row {
  padding-top: 30px;
}

.boxes-wrapper .row {
  padding: 0;
}

.boxes-wrapper h1 {
  text-transform: uppercase;
  color: #767171;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

.data {
  margin-bottom: 0;
}

.boxes-block {
  position: relative;
  padding: 0;
}

.boxes-block:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.boxes-block > .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.boxes-block .contents {
  background-color: #ffffff;
  border: 1px solid #bfbebe;
  box-shadow: -4px 4px 4px 1px #c7c7c7;
}

.boxes-block .contents img {
  padding-top: 15px;
  width: 35%;
}

.boxes-block .contents img + p {
  margin-top: 15px;
}

.boxes-block .contents a > div {
  display: table;
  width: 100%;
  height: 100%;
}

.boxes-block .contents a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.boxes-block .contents a span p {
  font-weight: 800;
}

.col-md-3 .boxes-block {
  width: 70%;
}

.col-md-3 .block-left {
  margin: 0 30% 0 0;
}

.col-md-3 .block-centerleft {
  margin: 0 20% 0 10%;
}

.col-md-3 .block-centerright {
  margin: 0 10% 0 20%;
}

.col-md-3 .block-right {
  margin: 0 0 0 30%;
}

.col-md-4 .boxes-block {
  width: 80%;
}

.col-md-4 .block-left {
  margin: 0 20% 0 0;
}

.col-md-4 .block-center {
  margin: 0 10% 0 10%;
}

.col-md-4 .block-right {
  margin: 0 0 0 20%;
}

.boxes {
  margin-bottom: 60px;
}

.boxes .col-md-3 {
  padding: 0;
}

.boxes .contents:hover {
  background-color: #316ea5;
}

.boxes .contents:hover a.active {
  display: block;
  height: 100%;
  background-color: #ffffff;
  cursor: default;
}

.boxes a {
  color: #316ea5;
  font-weight: bold;
}

.boxes a:hover {
  color: #ffffff;
}

.boxes a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.boxes a.active {
  color: #767171;
}

.boxes a.active img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.resources .boxes .block-right .contents:hover {
  background-color: #ed7d31;
}

.library .boxes {
  margin-bottom: 45px;
}

.library-downloads.row {
  padding: 45px;
}

.topten .contents:hover {
  background-color: #ed7d31;
}

.topten .boxes a {
  color: #ed7d31;
}

.topten .boxes a:hover {
  color: #ffffff;
}

.data-boxes .row {
  margin: 0 0 60px;
  padding: 0;
}

.boxes.bottomrow {
  margin-bottom: 15px;
}

.data .toprow ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}

.dl-horizontal dt {
  width: 100px;
  text-align: left;
}

.dl-horizontal dd {
  margin-left: 120px;
}

.datadownload p {
  text-align: center;
}

.datadownload span {
  color: #333333;
  font-weight: 600;
}

.forecast-text {
  font-size: 18px;
  color: #316ea5;
  font-weight: 600;
}

.datatableau table {
  margin-bottom: 45px;
}

.datatableau table > tbody > tr > td {
  padding: 6px 8px;
}

.datatableau .tableauViz {
  height: 896px;
  width: 100%;
}

.datachief li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}

.data-spider {
  width: 400px;
}

.data .fa-angle-down {
  line-height: 0.8em;
  color: #636b6f;
}

.data .table .data-centred {
  text-align: center;
}

.fact h1 {
  margin-top: 0;
}

.fact .facts-source p {
  margin-top: 0;
}

.fact .facts-table-wrapper {
  margin-left: -15px;
  margin-bottom: 30px;
}

.fact .facts-table-wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.fact .facts-table-wrapper .no-gutter-left {
  margin-left: -15px;
}

.fact .facts-table-wrapper h3 {
  margin-bottom: 0;
}

.fact .facts-table-wrapper .fa-angle-down {
  font-size: 35px;
  color: #636b6f;
}

.fact .facts-table-wrapper .fa-lock {
  color: #ed7d31;
}

.fact .facts-table-wrapper .table-striped {
  margin-bottom: 0;
}

.fact .facts-table-wrapper .table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.fact .facts-table-wrapper .table-striped tr:nth-child(2n-1) td:nth-child(4) {
  background: linear-gradient(to right, #f2f2f2, #f2f2f2, #f2f2f2, #ffffff);
}

.fact .facts-table-wrapper .table-striped tr:nth-child(2n) td {
  background-color: #dcdcdc;
}

.fact .facts-table-wrapper .table-striped tr:nth-child(2n) td:nth-child(4) {
  background: linear-gradient(to right, #dcdcdc, #dcdcdc, #dcdcdc, #ffffff);
}

.fact .facts-table-wrapper .table-striped tbody tr td {
  border: none;
  vertical-align: middle;
}

.fact .facts-table-wrapper .table-striped tbody tr td:nth-child(2) {
  width: 10%;
  font-size: 18px;
  font-weight: bold;
}

.fact .facts-table-wrapper .table-striped tbody tr td:nth-child(3) {
  text-align: left;
  width: 50%;
  font-size: 0.8rem;
}

.fact .facts-table-wrapper .table-striped tbody tr td:nth-child(4) {
  width: 30%;
  font-weight: bold;
}

html {
  font-size: 14px;
}

@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Nunito Sans", Calibri, Candara, Arial;
}

p {
  margin: 15px 0;
}

img + p {
  margin-top: -15px;
}

a {
  color: #ed7d31;
}

a span {
  font-weight: bold;
}

a:hover,
a:focus {
  color: #be540b;
  text-decoration: none;
}

.package-range .report-tip a {
  font-weight: 700;
}

.economic-range .report-tip a {
  color: #316ea5;
}

.economic-range .report-tip a:hover {
  color: #9bb7d4;
}

.sector-range .report-tip a {
  color: #ed7d31;
}

strong {
  color: #ed7d31;
}

h1,
h2 {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 900;
  margin: 0 0 60px;
}

h3,
h4,
h5 {
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}

h1:not(.thought-leadership-reports)  {
  font-size: 2.4em;
  color: #316ea5;
  text-transform: uppercase;
}

h1 span {
  color: #bfbebe;
  font-weight: 200;
}

h1.horange {
  color: #ed7d31;
}

.package-head h1 {
  text-align: center;
  color: #333333;
}

.package-head h1 span {
  color: #ed7d31;
}

h2 {
  font-size: 2.4em;
  color: #ed7d31;
  text-transform: uppercase;
}

h2 + h5 {
  margin-top: -30px;
}

.package-range h2 {
  text-align: center;
  color: #767171;
}

.login h2 {
  text-align: left;
  color: #316ea5;
  margin-top: 15px;
  margin-bottom: 0;
}

h3 {
  font-size: 1.5em;
  color: #316ea5;
}

.subscribebanner h3 {
  font-size: 1.3rem;
}

.layouts h3 {
  font-size: 1.6rem;
}

.package-head h3 {
  color: #333333;
}

.reportrow h3 {
  color: #ed7d31;
  text-align: left;
  font-size: 1.3rem;
}

h4 {
  font-size: 1.4em;
  color: #ed7d31;
}

.services h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.sample-download h4 {
  font-size: 1.2rem;
  text-align: left;
  padding-left: 15px;
}

h5 {
  font-size: 1.3em;
  color: #316ea5;
  margin: 30px 0;
}

.package-range h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
}

.package-range .sector-range h5 {
  color: #ed7d31;
}

h6 {
  font-size: 1.2em;
  color: #ed7d31;
  text-align: left;
  font-weight: 700;
}

h6 span {
  color: #316ea5;
}

h6 em {
  font-style: normal;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 22px;
  color: #767171;
}

.toprow .show-title,
.show-title {
  margin-bottom: 20px;
}

.show-title-date {
  color: #316ea5 !important;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 200;
  margin-bottom: 20px;
}

.report-samples h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.report-samples h6 em {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #316ea5;
  font-weight: 200;
}

.subscribebanner .tab-content p,
.subscribebanner .tab-content li,
.subscribebanner .tab-content a {
  font-size: 0.9rem;
}

.subscribebanner .tab-content p.btn-trial span,
.subscribebanner .tab-content li.btn-trial span,
.subscribebanner .tab-content a.btn-trial span {
  color: #ed7d31;
}

.table-striped tbody tr td:nth-child(4) {
  font-size: 1.1em;
}

.signup h3 {
  font-size: 1.6rem;
}

.datatableau h2,
.help-desk h3 {
  font-size: 1.4rem;
}

.help-bloq h4 {
  font-size: 1.3rem;
}

.why-trial h5,
.inthemedia h5 {
  font-size: 1.1rem;
}

.retailer-explore p,
.fact .table-striped tbody tr td.value {
  font-size: 1.1rem;
}

.bespoke .toprow p,
.data .toprow ul,
.data .datadownload p,
.forecasts .toprow p,
.forecasts .toprow ul,
.forecasts .datadownload p,
.chief,
.layouts p,
.services li {
  font-size: 0.9rem;
}

.boxes-block .contents a span p,
.blog-survey p {
  font-size: 0.9rem;
}

.boxes a,
.why-trial li,
.blog-survey li {
  font-size: 0.8rem;
}

.help-bloq p {
  font-size: 0.7rem;
}

.help-bloq ul li {
  font-size: 0.6rem;
}

.sectors h1,
.fact .value,
.data .toprow strong,
.bespoke .toprow strong,
.data .toprow ul,
.resources .resources-boxes .block-right .resources-label,
.package-head .package-headtext h3.horange,
.horange {
  color: #ed7d31;
}

.help h4,
.sectors .layouts p strong,
.report .layouts p strong,
.hblue {
  color: #316ea5;
}

.library-downloads h1,
.report .explore h2,
.datatableau h2 {
  color: #767171;
}

.resources .resources-boxes .block-right .contents:hover .resources-label {
  color: #ffffff;
}

.library-downloads h6 {
  font-weight: 800;
}

.services li,
.services h2,
.layouts p,
.sample-download p,
.sample-download a,
.sample-download .visit-dash,
.help,
.signup,
.package-range,
.text-center,
.fact .value {
  text-align: center;
}

.datatableau h2,
.top10-header h4,
.text-left {
  text-align: left;
}

.toprow h1,
.library-downloads h1,
.explore h2,
#report-range h2,
.subscribebanner h2,
.report-contents h2,
.inthemedia h5 {
  margin-bottom: 30px;
}

.about-contacts h1,
.data .toprow h1 + h2,
.inthemedia h2,
.package-range h2,
.package-ideal h2,
.datatableau h2,
.layouts h2,
.reportrow h3,
.why-trial h5,
.sample-download .visit-dash .btn {
  margin-bottom: 15px;
}

.why-trial h5 {
  margin-top: 15px;
}

.top10-header h4 {
  margin-top: 30px;
}

.toprow h1 + p,
.toprow h1 + h2,
.toprow h1 + h3,
.explore h5 + p {
  margin-top: -15px;
}

.data .toprow h1 + h2 {
  margin-top: -30px;
}

.layouts h3 {
  margin-bottom: 60px;
}

.package-head h3 {
  margin: 15px;
}

.row.datadownload h3,
.retailer-explore h3,
.package-head .package-headtext h3.horange,
.top10-header h4,
.fact .toprow h1 + p {
  margin-bottom: 0;
}

.fact .value {
  font-weight: 800;
}

.help h4 {
  text-transform: uppercase;
}

.why-trial h5 {
  font-weight: bold;
}

.why-trial h5 strong {
  font-weight: bold;
}

.blog-survey p,
.blog-survey li {
  font-weight: bold;
}

.blog-survey p strong,
.blog-survey li strong {
  font-weight: 800;
}

.signup {
  font-weight: bold;
}

.signup h3 {
  font-weight: 300;
  margin: 20px 0;
}

.signup h3 span {
  font-weight: 900;
}

.signup .signup-left h3 {
  color: #333333;
}

.signup .signup-right h3 {
  color: #ffffff;
}

.signup h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
}

.explore {
  text-align: center;
}

.explore h2 {
  text-align: center;
}

.explore h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 5px 0 20px;
}

.explore p {
  color: #ffffff;
}

.explore .row p {
  font-size: 12px;
  margin-top: 0;
}

.explore .blue .row p {
  color: #316ea5;
  font-weight: 700;
}

.explore .box p {
  font-size: 11px;
}

.explore .orange .row p {
  color: #ed7d31;
  font-weight: 700;
}

.howelse h2 {
  text-align: center;
}

.howelse h3 {
  font-size: 28px;
  color: #ed7d31;
  text-align: left;
}

.howelse h4 {
  font-size: 24px;
  text-align: left;
}

.howelse h5 {
  text-align: left;
  margin-bottom: 0;
}

.howelse li {
  font-weight: bold;
  font-size: 18px;
  color: #316ea5;
}

.inthemedia {
  text-align: center;
}

.inthemedia .carousel-wrapper {
  margin-bottom: 40px;
}

.inthemedia .carousel-inner {
  width: 70%;
  margin: 0 auto;
  min-height: 220px;
}

.inthemedia .carousel-inner .item {
  padding-bottom: 30px;
}

.inthemedia .carousel-inner .item::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.inthemedia .carousel-content {
  position: relative;
  min-height: 80px;
  padding: 10px;
}

.inthemedia .carousel-content img {
  max-width: 600px;
  max-height: 290px;
}

.inthemedia .carousel-control {
  top: 25%;
  background: none;
  font-size: 50px;
}

.inthemedia .carousel-control .fa,
.inthemedia .carousel-control .icon-user {
  color: #404040;
}

.inthemedia .carousel-indicators {
  display: none;
  bottom: -40px;
}

.inthemedia .carousel-indicators li {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}

.inthemedia.shady .outlets-banner {
  background-color: #ffffff;
}

.outlets-banner {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -o-border-image: linear-gradient(to right, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
     border-image: linear-gradient(to right, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
  border-image-slice: 1;
  padding: 25px 0;
}

.outlets-banner ul {
  padding: 0;
  margin: 0;
}

.outlets-banner ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.outlets-banner ul li {
  float: left;
  width: 12.5%;
}

.outlets-banner ul .inthemedia-sm {
  max-width: 110px;
  max-height: 45px;
  margin: 0 15px;
}

.outlets-banner > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.outlets-banner > div .box {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 10%;
  margin: 0 1%;
  height: 70px;
}

.outlets-banner > div .box::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.outlets-banner > div .box img {
  margin: 5px 0;
  height: 60px;
}

.blog main > div {
  padding: 0;
}

.blog main header {
  padding: 0;
}

.blog main.articlerow {
  padding-top: 0;
  padding-bottom: 0;
}

.blog main.articlerow article .whitepaper-content {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 26em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.blog main.articlerow article .whitepaper-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog main.articlerow article .whitepaper-content:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.blog main h1 {
  text-align: left;
}

.blog main .library-subscribe-image {
  align-self: flex-end;
}

.blog main article {
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
  float: left;
  width: 100%;
}

.blog main article:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.blog main article div:nth-child(1) {
  text-align: justify;
  padding-right: 60px;
}

.blog main article div:nth-child(2) .btn {
  margin-top: 0;
}

.blog main article h3 {
  text-align: left;
  font-size: 20px;
  color: #404040;
}

.blog main article h3 a {
  color: #404040;
}

.blog main article .pub-date {
  margin-top: 0;
  font-size: 0.7rem;
}

.blog main article li:before {
  content: "\2713";
  color: #119e1a;
}

.blog main article .btn {
  margin-top: 20px;
  width: 100%;
}

.blog main article .btn-readmore {
  border: 1px solid #767171;
  color: #767171;
  font-weight: bold;
}

.blog main article .btn-readmore:hover {
  color: #ffffff;
  background-color: #cecece;
}

.blog main article .btn-readmore:hover .fa-stack .fa-arrow-right {
  color: #cecece;
}

.blog main article .btn-readmore .fa-stack .fa-arrow-right {
  color: #ffffff;
}

.blog main article .whitepaper-right {
  width: 80%;
  margin-left: 20%;
}

.blog main article .whitepaper-right .white-paper-thumbnail {
  margin: 30px 0;
  width: 100%;
}

.blog main article .media-logo {
  max-height: 100px;
  max-width: 200px;
}

.blog main .alternate-rows:nth-of-type(even) {
  background-color: #f2f2f2;
}

.blog main .alternate-rows:nth-of-type(odd) {
  background-color: #ffffff;
}

.blog main .media-link {
  text-align: center;
}

.blog main .pagination {
  margin: 30px 0;
}

.blog main .pagination-links {
  text-align: center;
  width: 100%;
}

.blog-single h1 {
  text-align: left;
}

.blog-single h3 {
  text-align: left;
  color: #404040;
}

.blog-single .library-spider-mini {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.blog-single .btn-secondary {
  border: #767171 1px solid;
  color: #767171;
  margin-top: 15px;
}
.btn-secondary.view-all-grey-button
{
    margin-top:0px;
    margin-bottom:15px;
}
.blog-single .btn-secondary:hover {
  color: #ffffff;
  background-color: #cecece;
}

.blog-single ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.blog-single .blog-image {
  margin-bottom: 30px;
}

.blog-single .why-trial {
  border: 1px #dcdcdc solid;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
}

.blog-single .why-trial h5 {
  color: #767171;
}

.blog-single .why-trial strong {
  color: #404040;
}

.blog-single .why-trial ul {
  padding-left: 30px;
  padding-bottom: 15px;
  margin: 0 auto;
  display: block;
}

.blog-single .why-trial ul li {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
}

.blog-single .why-trial a.btn {
  text-align: center;
  margin-bottom: 10px;
}

.blog-single .why-trial ul {
  width: 80%;
}

.blog-single .request-quote p {
  font-size: 0.9em;
  padding: 0 10px;
}

.blog-single .request-quote ul {
  width: 100%;
  padding-bottom: 0;
}

.blog-single .request-quote ul li {
  font-size: 0.9em;
}

.blog-single .request-quote strong {
  color: #ed7d31;
}

.blog-single table {
  width: 100%;
  max-width: 600px;
  text-align:left;
}

.blog-single table tr {
  border: 1px solid #cecece;
}

.blog-single table tr td {
  width: 50%;
  padding: 10px;
  vertical-align: top;
}

.blog-single table tr td h3 {
  color: #316ea5;
  padding-left: 15px;
}

.blog-single table tr td p {
  margin-top: 0;
  padding-left: 15px;
}

.blog-single table tr td p strong {
  color: #316ea5;
}

.blog-single table tr td ul {
  padding-left: 15px;
}

.blog-single table tr td ul li {
  list-style-position: outside;
  margin-left: 15px;
  font-size:14px;
}

.library-downloads .content .row {
  padding-bottom: 30px;
}

.library-downloads .content > div .col-md-3 {
  padding: 0 30px;
}

.library-downloads .content > div .col-xl-2 {
  padding: 0 30px;
}

.library-downloads .content > div h6 {
  clear: both;
}

.library-downloads .content > div h6 a {
  color: #316ea5;
}

.library-downloads .content > div img {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: -4px 4px 4px 1px #c7c7c7;
}

.library-downloads .content > div a {
  text-align: center;
}

.retailweek {
  float: right;
  margin-left: 15px;
  margin-top: 30px;
}

.blog-survey {
  max-height: 350px;
}

.blog-survey div {
  padding: 45px 0;
}

.blog-survey div img {
  float: right;
  margin-right: 45px;
  height: 98%;
  margin-top: 2%;
  border: 1px solid #dcdcdc;
}

.blog-survey div p strong {
  color: #333333;
  font-size: 1.2rem;
}

.blog-survey div ul {
  padding-left: 30px;
}

.blog-survey div .library-subscribe-image {
  max-height: 240px;
}

.squire-patton {
  text-align: center;
  margin-top: 0;
}

.brexit h1,
.brexit h3 {
  text-align: left;
}

.brexit h3 {
  color: #404040;
}

.package-head {
  text-align: center;
}

.package-head .package-headtext {
  width: 80%;
  margin: 0 auto;
}

.package-head .package-headtext p {
  margin: 5px 0;
}

.package-head .package-headtext h3 {
  margin: 30px 0;
  color: #316ea5;
  font-size: 1.5rem;
  font-weight: 800;
}

.package-tabletop {
  align-items: baseline;
  justify-content: flex-end;
  /* Safari 7.0+ */
  align-self: baseline;
}

.package-tablebottom {
  align-items: flex-start;
  /* Safari 7.0+ */
  align-self: flex-start;
}

.package-table {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}

.package-table div {
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 25%;
  padding: 5px 10px;
  background: #f2f2f2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$lightgrey", endColorstr="$lightgreyalt",GradientType=0 );
  /* IE6-9 */
}

.package-table div.sub-comp img {
  width: 30%;
}

.package-table div.sub-pro img {
  width: 35%;
}

.package-table div.sub-ent img {
  width: 60%;
}

.package-table div.align-box {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
}

.package-table div.align-box span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.package-table img {
  width: 32%;
  padding: 10px;
}

.package-table .col-1 {
  font-size: 14px;
  font-weight: normal;
  color: #767171;
  border-right: 1px solid #dcdcdc;
}

.package-table .col-1 strong {
  color: #636b6f;
}

.package-table .col-1 strong.big {
  font-size: 18px;
}

.package-table .col-1 em {
  font-size: 0.7rem;
  font-style: normal;
}

.package-table .package-tick {
  width: 28%;
}

.package-table .col-2 {
  color: #be540b;
  border-right: 1px solid #dcdcdc;
}

.package-table .col-3 {
  color: #767171;
  border-right: 1px solid #dcdcdc;
}

.package-table .col-4 {
  color: #316ea5;
}

.package-table .tablehead,
.package-table .tablecoda {
  padding: 5px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0;
  border-right: 0;
  line-height: 1.3em;
}

.package-table .tablehead strong,
.package-table .tablecoda strong {
  color: #ffffff;
  font-weight: bold;
}

.package-table .tablehead:first-of-type,
.package-table .tablecoda:first-of-type {
  background: none;
}

.package-table .tablehead:nth-of-type(2),
.package-table .tablecoda:nth-of-type(2) {
  background: #ed7d31;
  border: 1px solid rgba(190, 84, 11, 0.3);
  border-right: 0;
  padding: 10px 10px 10px;
}

.package-table .tablehead:nth-of-type(3),
.package-table .tablecoda:nth-of-type(3) {
  background: #767171;
  border: 1px solid rgba(190, 84, 11, 0.3);
  border-right: 0;
  padding: 20px 10px 10px;
}

.package-table .tablehead:nth-of-type(4),
.package-table .tablecoda:nth-of-type(4) {
  background: #316ea5;
  border: 1px solid rgba(190, 84, 11, 0.3);
  padding: 30px 10px 10px;
}

.package-table .xtra-pad {
  padding: 15px 10px;
}

.package-table .tablebottom {
  padding: 15px 0;
  margin-bottom: 0;
}

.package-table .tablehead {
  border-bottom: 0 !important;
}

.package-table .tablecoda {
  border-top: 0 !important;
}

.package-table .valign {
  position: relative;
  vertical-align: middle;
}

.reportrange-table,
.boltons-table {
  display: flex;
  display: -webkit-flex;
  flex-flow: row;
}

.reportrange-table div,
.boltons-table div {
  margin: 0 10px;
}

.reportrange-table img,
.boltons-table img {
  margin-bottom: 5px;
}

.reportrange-table > div {
  max-width: 100px;
}

.boltons-table {
  text-align: center;
}

.boltons-table img {
  height: 55px;
}

.boltons-table > div {
  padding: 10px;
  border: 1px solid #cecece;
  font-size: 11px;
  width: 15%;
}

.boltons-table > div h6 {
  margin: 15px 0 10px;
  color: #767171;
  font-size: 12px;
  text-align: center;
}

.boltons-table ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10px;
  font-size: 0.4rem;
  text-align: left;
}

.package-countdown {
  /* margin-left: 9%; */
}

.package-countdown .package-reports div {
  max-width: 100px;
  margin: 0 auto;
}

.package-countdownhead {
  margin-bottom: 15px;
  width: 100%;
}

/* Report Tooltip */

.report-tip {
  line-height: 1.2em;
  position: relative;
}

.report-tip .reporttip-content {
  font-size: 12px;
  position: absolute;
  top: 50px;
  right: 9999px;
  width: 200px;
  margin-right: -40px;
  /* left/right padding + 20px right */
  padding: 10px;
  color: #fff;
  background: #333;
  box-shadow: 2px 2px 5px #aaa;
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.report-tip .reporttip-content ul {
  padding-left: 15px;
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 0.5rem;
}

/*        .report-tip .reporttip-content:before {
            content:' ';
            position:absolute;
            top:50%;
            left:-16px; /* 2 x border width */

/*            width:0;
            height:0;
            margin-top:-8px; /* - border width */

/*            border:8px solid transparent;
            border-bottom-color:#333;
        } */

.report-tip:hover .reporttip-content {
  right: -20px;
  opacity: 1;
  z-index: 100;
}

.register .img-responsive {
  margin-bottom: 10px;
}

.register h1,
.register h2,
.register h3 {
  margin-top: 0;
}

.register .btn {
  font-weight: 700;
  margin-top: 15px;
}

/* Registration Pages */

.register-step1 {
  background-color: #f2f2f2;
}

.register-step1 h1 {
  font-size: 1.9rem;
  text-align: center;
  text-transform: capitalize;
  color: #316ea5;
  margin-bottom: 0;
}

.register-step1 h1 span {
  text-transform: uppercase;
  color: #ed7d31;
}

.register-step1 h4 {
  font-size: 1.5rem;
  text-align: center;
  color: #316ea5;
  text-transform: none;
}

.register-step1 .navbar {
  border: 0;
}

.register-step1 .panel {
  box-shadow: 0px;
}

.register-step1 .panel-footer {
  font-size: 9px;
}

.register-step1 .blockquote {
  border: 0;
}

.register-step1 .blockquote p {
  color: #316ea5;
  font-style: italic;
  font-weight: bold;
}

.register-step1 .blockquote p span {
  color: #ed7d31;
}

.register-step1 .blockquote p,
.register-step1 .blockquote-footer {
  margin-left: 40px;
}

.register-step1 span.quote-marks {
  position: absolute;
  top: -15px;
  left: 30px;
  font-size: 4em;
  color: #dcdcdc !important;
}

.register-step1 .fa-user,
.register-step1 .icon-user {
  width: 24px;
  height: 24px;
  padding: 2px 5px;
  border-radius: 12px;
  background: #767171;
  color: #ffffff;
  margin: 0 5px;
  font-size: 20px;
}

.register-step1 .register-clients p {
  color: #316ea5;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 0;
}

.register-step1 .register-clients ul {
  padding-left: 0;
}

.register-step1 .register-clients ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.register-step1 .register-clients ul li {
  float: left;
  height: 90px;
  width: 140px;
}

.register-step1 .register-clients img {
  width: 120px;
}

.register-step2 {
  text-align: center;
}

.register-step2 header {
  margin-bottom: 30px;
}

.register-step2 h1 {
  margin-bottom: 30px;
}

.register-step2 h3 {
  margin: 0;
}

.register-step2 img {
  width: 70%;
}

.register-step2 .btn-primary {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.register-step3 h1,
.register-step3 h2 {
  margin-bottom: 30px;
  text-transform: none;
}

.register-step3 h2 {
  font-size: 26px;
}

.register-step3 section.row {
  padding-bottom: 10px;
}

.register-step3 img.pc-monitor,
.register-step3 img.img-responsive {
  max-width: 400px;
}

.register-step3 ul.benefitlist {
  font-size: 16px;
  margin-top: 40px;
  list-style-type: none;
  padding-left: 60px;
  margin-left: 45px;
}

.register-step3 ul.benefitlist li::before {
  content: "\2022";
  color: #ed7d31;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}

.register-step3 .register-call-us {
  width: 50%;
  font-size: 24px;
  color: #ed7d31;
  font-weight: bold;
  margin: 10px auto 10px;
  padding: 0;
}

.register-step3 .btn-primary {
  margin: 40px 0 30px;
}

.register-step3 .fa-angle-down,
.register-step3 .fa-circle {
  color: #ed7d31;
}

.register-step4 h1,
.register-step4 h2 {
  margin-bottom: 30px;
}

.register-step4 h1 {
  text-transform: none;
}

.register-step4 h2 {
  text-transform: uppercase;
}

.register-step4 h2.hblue {
  text-transform: none;
}

.register-step4 h2.help {
  color: #316ea5;
}

.register-step4 section:first-of-type {
  padding-bottom: 0;
}

.register-step4 section.boxes-wrapper.row {
  padding-top: 60px;
}

.register-step4 section.boxes-wrapper h1 {
  text-transform: uppercase;
}

.register-step4 .benefitlist {
  font-size: 16px;
  margin-top: 40px;
  text-align: left;
}

.register-step4 .services {
  clear: both;
}

.register-step4 .services h2 {
  text-transform: uppercase;
}

.register-application-success-1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 60px;
}

.register-application-success-1 h1 {
  margin-bottom: 20px;
}

.register-application-success-1 span {
  color: #ed7d31;
}

.register-application-success-1 .phone-num {
  color: #ed7d31;
  font-size: 24px;
  font-weight: bold;
}

.register-application-success-1 .fa-phone {
  font-size: 18px;
}

.register-application-success-2 h2 {
  margin-bottom: 10px;
  font-size: 26px;
}

.register-application-success-2 p {
  font-size: 20px;
  font-weight: bold;
}

.register-sample-report {
  float: left;
  width: 45%;
  margin-right: 10%;
  text-align: left;
}

.register-sample-report:last-of-type {
  margin-right: 0;
}

.register-sample-report h3 {
  text-align: left;
}

.register-report-range h3 {
  text-align: left;
}

.register-report-range ul {
  padding-left: 0;
}

.register-report-range ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.register-report-range ul li {
  text-align: center;
  float: left;
  width: 13%;
  margin-right: 1.28571429%;
}

.register-report-range ul li:last-child {
  margin-right: 0;
}

.register-report-range ul li img {
  margin-bottom: 5px;
}

.register-help {
  width: 30%;
  margin-right: 5%;
  float: left;
  padding: 5px;
  border: solid 1px #dcdcdc;
}

.register-help > p {
  margin-top: 0;
}

.register-help > div {
  padding: 0 20px;
}

.register-help:last-of-type {
  margin-right: 0;
}

.register-help .fa-angle-down {
  font-size: 30px;
}

.register-help a {
  display: inline-block;
}

.register-finish {
  background-color: #f2f2f2;
}

.reportthumb-lg {
  width: 500px;
}

.report-samples img {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.report-samples {
  position: relative;
}

.report-samples .report-sample img {
  margin: 0 0 9px;
  float: left;
}

.report-samples .report-sample span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
}

.report-samples .report-sample span img {
  width: 600px;
}

.report-samples .report-sample:hover,
.report-samples .report-sample:hover span {
  opacity: 1;
  visibility: visible;
  top: 30px;
  left: -150px;
  z-index: 1;
}

.report-samples ul {
  padding-left: 15px;
}

.report-samples ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.report-contents {
  margin-top: 15px;
}

.report-contents h2 {
  color: #316ea5;
}

.report-contents li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height:16px;
}

.report-contents li strong {
  color: #333333;
}

.report-contents li::before {
  content: "\2022";
  color: #ed7d31;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}

.report-contents p {
  margin: 20px 40px;
}

.report-contents .freesubtrial {
  font-size: 1rem;
  font-weight: 700;
}

.report-contents .monitor-stack {
  position: relative;
  width: 450px;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}

.report-contents .monitor-stack .pc-monitor {
  width: 450px;
}

.report-contents .monitor-stack .monitor-overlay {
  position: absolute;
  top: 35px;
  left: 16px;
  width: 414px;
  height: 240px;
}

.single-report-signup {
  padding-bottom: 30px;
}

.report-description em {
  font-style: normal;
  font-weight: 700;
}

.report-description strong {
  color: #333333;
}

.sectors .report-description em {
  color: #ed7d31;
}

.report .report-description em {
  color: #316ea5;
}

.economic-chief p strong {
  color: #333333;
}

.economic-chief p span {
  color: #316ea5;
}

.report #report-range .tab-content p {
  margin: 0;
}

.report-addfeatures {
  margin-bottom: -15px;
}

.report-addfeatures li {
  margin-bottom: 15px;
  padding: 0 0 15px 60px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  min-height: 50px;
  list-style-type: none;
}

.report-addfeatures li:before {
  margin-top: 10px;
  content: none;
}

.report-addfeatures li:first-child,
.report-addfeatures li:nth-child(7) {
  background-image: url("/images/visitors/icons/bulb1.png");
}

.report-addfeatures li:nth-child(2),
.report-addfeatures li:nth-child(8) {
  background-image: url("/images/visitors/icons/bulb2.png");
}

.report-addfeatures li:nth-child(3),
.report-addfeatures li:nth-child(9) {
  background-image: url("/images/visitors/icons/bulb3.png");
}

.report-addfeatures li:nth-child(4),
.report-addfeatures li:nth-child(10) {
  background-image: url("/images/visitors/icons/bulb4.png");
}

.report-addfeatures li:nth-child(5),
.report-addfeatures li:nth-child(11) {
  background-image: url("/images/visitors/icons/bulb5.png");
}

.report-addfeatures li:nth-child(6),
.report-addfeatures li:nth-child(12) {
  background-image: url("/images/visitors/icons/bulb6.png");
}

section.carousel {
  text-align: center;
  width: 800px;
  max-width: 100%;
}

section.carousel .carousel-inner {
  width: 100%;
  margin: 0 auto;
  min-height: 220px;
}

section.carousel .carousel-inner .item {
  padding-bottom: 10px;
}

section.carousel .carousel-inner .item::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

section.carousel .carousel-content {
  position: relative;
  padding: 0;
}

section.carousel .carousel-content img {
  max-width: 100%;
  border: 1px #dcdcdc solid;
}

section.carousel .carousel-control {
  height: 30px;
  width: 30px;
  top: 50%;
  bottom: 0;
  font-size: 20px;
  color: #ffffff;
  text-shadow: none;
  background: #316ea5;
}

section.blog-carousel {
  width: 650px;
}

.retailer .retailer-results {
  padding-bottom: 0;
}

.retailer .retailer-results h1 {
  text-align: left;
}

.retailer .retailer-results .retailer-logos {
  padding: 60px 0;
}

.retailer .retailer-results .retailer-logos .retailer-boxes {
  position: relative;
}

.retailer .retailer-results .retailer-logos .retailer-boxes:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}

.retailer .retailer-results .retailer-logos .retailer-boxes > .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents {
  background-color: #ffffff;
  border: 0;
  box-shadow: none;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents img {
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 60%;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents img + p {
  margin-top: 15px;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents a > div {
  display: table;
  width: 100%;
  height: 100%;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.retailer .retailer-results .retailer-logos .retailer-boxes .contents a span p {
  font-weight: 800;
}

.retailer .retailer-results .retailer-logos img.retailer-logo {
  padding-top: 0;
  width: 70%;
}

.retailer .retailer-results .retailer-explore {
  text-align: center;
  padding: 30px;
}

.retailer .retailer-results .retailer-explore h3 {
  margin-bottom: -15px;
}

.retailer .retailer-results .retailer-head-logo {
  margin: 15px 0;
  max-width: 150px;
}

.retailer .retailer-results .results {
  padding: 0;
}

.retailer .retailer-results .results article {
  padding: 15px 0;
}

.retailer .retailer-results .results article:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.retailer .retailer-results .results article p {
  margin-left: 8px;
}

.retailer .retailer-results .results article p strong {
  color: #333333;
  font-weight: 800;
}

.retailer .retailer-results .results article h3 {
  margin-left: 8px;
  text-align: left;
  color: #333333;
}

.retailer .retailer-results .fa-angle-down {
  font-size: 2, 5em;
  color: #636b6f;
}

.retailer .retailer-spider {
  padding: 30px 0;
  margin: 0 auto;
  display: block;
}

.sample-download .panel-body {
  border: 1px solid #ed7d31;
  padding: 5px;
  font-size: 13px;
}

.sample-download .panel-body .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.sample-download .panel-body .form-control {
  border-radius: 0;
}

.sample-download .panel-body .control-label {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
}

.report-quote .panel-body {
  padding: 15px;
}

.report-quote .panel-heading {
  border: 1px solid #cecece;
}

.report-quote .panel-heading h4 {
  text-align: center;
  color: #767171;
}

.report-quote ul {
  list-style-type: disc;
  list-style-position: outside;
}

.statistics article {
  background-color: #ffffff;
  padding: 30px 15px;
  border: #767171 solid 1px;
  width: 90%;
  margin: 0 auto;
}

.statistics article img {
  height: 84px;
}

.statistics article .stats {
  color: #316ea5;
}

.statistics article .stats span {
  color: #ed7d31;
  font-weight: bold;
}

.statistics hr {
  clear: left;
  border: 0;
  margin: 15px 0;
}

.statistics footer {
  background-color: #ffffff;
  border: #767171 solid 1px;
  padding: 15px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
}

.statistics footer a {
  color: #316ea5;
  font-weight: bold;
}

.statistics footer a .fa-stack {
  height: 1.6em;
}

.statistics footer a .fa-stack .fa-stack-2x {
  font-size: 1.6em;
}

.statistics footer a .fa-stack .fa-stack-1x {
  font-size: 0.9em;
  line-height: 1.6em;
}

.subscribebanner .nav-tabs,
#report-range .nav-tabs {
  border: 0;
}

.subscribebanner .nav-tabs h3,
#report-range .nav-tabs h3 {
  margin-top: 5px;
}

.subscribebanner .nav-tabs li,
#report-range .nav-tabs li {
  width: 33.33%;
}

.subscribebanner .nav-tabs li a,
#report-range .nav-tabs li a {
  border: 0;
  text-transform: uppercase;
}

.subscribebanner .nav-tabs li a:hover,
.subscribebanner .nav-tabs li a:active,
.subscribebanner .nav-tabs li a:focus,
#report-range .nav-tabs li a:hover,
#report-range .nav-tabs li a:active,
#report-range .nav-tabs li a:focus {
  border: 0;
}

.subscribebanner .nav-tabs li a h3,
#report-range .nav-tabs li a h3 {
  margin-bottom: 13px;
}

.subscribebanner .nav-tabs li.active,
#report-range .nav-tabs li.active {
  border-bottom: 1px solid #767171;
}

.subscribebanner .nav-tabs li.active h3 span,
#report-range .nav-tabs li.active h3 span {
  border-bottom: 3px solid #ed7d31;
}

.subscribebanner .nav-tabs li.active h3 span:after,
#report-range .nav-tabs li.active h3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 47%;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-color: #ed7d31 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 10px 0 10px;
}

.subscribebanner .subs-line,
#report-range .subs-line {
  padding: 0;
}

.subscribebanner .subs-line > div,
#report-range .subs-line > div {
  height: 20px;
}

.subscribebanner .subs-line .left-line,
#report-range .subs-line .left-line {
  border-top: 2px solid #dcdcdc;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
}

.subscribebanner .subs-line .right-line,
#report-range .subs-line .right-line {
  border-top: 2px solid #dcdcdc;
  border-left: 0px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
}

.subscribebanner .subs-line .mid-line,
#report-range .subs-line .mid-line {
  border-right: 2px solid #dcdcdc;
}

.subscribebanner .tab-content,
#report-range .tab-content {
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid #316ea5;
  padding: 30px 15px 15px;
  color: #767171;
}

.subscribebanner .tab-content strong,
#report-range .tab-content strong {
  color: #316ea5;
}

.subscribebanner .tab-content ul,
#report-range .tab-content ul {
  list-style: disc outside;
  margin-bottom: 0;
}

.subscribebanner .subscribe-moreinfo,
#report-range .subscribe-moreinfo {
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 400;
}

.subscribebanner .freetrial a,
#report-range .freetrial a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.package-ideal {
  text-align: center;
}

.package-ideal h2 {
  text-align: center;
}

.package-ideal h6 {
  color: #767171;
  text-align: center;
  font-size: 12px;
}

.package-ideal .package-countdown img {
  max-height: 80px;
  margin: 0 auto;
}

.package-ideal .package-image {
  width: 80%;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-left: 10%;
  margin-bottom: 10px;
}

.package-ideal .user-image {
  min-height: 116px;
  padding: 15px;
}

.package-ideal .spanner-image img {
  max-height: 60px;
}

.package-ideal .package-reports img {
  margin-bottom: 10px;
}

.package-range .economic-range {
  margin: 0 auto;
}

.package-range .sector-range {
  margin: 0 auto;
}

.package-range .reportrange-table {
  justify-content: center;
}

.subscribebanner .tab-content {
  color: #ed7d31;
}

.subscribebanner .tab-content a {
  color: #316ea5;
}

.subscribebanner .tab-content .freetrial a {
  color: #ffffff;
}

.testimonials {
  text-align: center;
}

.testimonials .carousel-wrapper {
  margin-bottom: 40px;
}

.testimonials .carousel-inner {
  width: 70%;
  margin: 0 auto;
  min-height: 187px;
}

.testimonials .carousel-inner .company-details {
  float: left;
  width: 100px;
}

.testimonials .carousel-inner .company-details .fa,
.testimonials .carousel-inner .company-details .icon-user {
  margin-bottom: 1px;
}

.testimonials .carousel-inner .company-details p {
  font-size: 12px;
  margin: 10px 0 0;
  font-weight: 600;
  color: #316ea5;
  line-height: 16px;
}

.testimonials .carousel-inner .item {
  padding-bottom: 10px;
}

.testimonials .carousel-inner .item::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.testimonials .carousel-company {
  max-width: 100px;
  max-height: 50px;
  margin-top: 10px;
}

.testimonials .carousel-company-sm {
  max-width: 90px;
  max-height: 35px;
  margin: 0 15px;
}

.testimonials .carousel-content {
  float: right;
  position: relative;
  min-height: 80px;
  margin-left: 10%;
  width: 75%;
  margin-top: 10px;
  background-color: #ffffff;
  color: #316ea5;
  padding: 10px;
  text-shadow: none;
  border-radius: 8px;
  box-shadow: -4px 4px 4px 1px #c7c7c7;
}

.testimonials .carousel-content:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 55%;
  width: 0;
  height: 0;
  border-width: 0 88px 28px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent #ffffff;
  margin-top: -24px;
  margin-left: -78px;
  -webkit-filter: drop-shadow(-4px 4px 1px #c7c7c7);
  filter: drop-shadow(-4px 4px 1px #c7c7c7);
}

.testimonials .carousel-content p {
  margin: 20px;
  font-size: 16px;
  text-align: left;
}

.testimonials .carousel-content p:before {
  color: #767171;
  content: open-quote;
  font-size: 50px;
  line-height: 1px;
  margin-right: 5px;
  vertical-align: -0.4em;
}

.testimonials .carousel-content p:after {
  color: #767171;
  content: close-quote;
  font-size: 50px;
  line-height: 1px;
  margin-left: 5px;
  vertical-align: -0.4em;
}

.testimonials .carousel-content p span {
  color: #ed7d31;
}

.testimonials .carousel-content .fa,
.testimonials .carousel-content .icon-user {
  font-size: 90px;
}

.testimonials .carousel-control {
  top: 25%;
  background: none;
  font-size: 50px;
}

.testimonials .carousel-control .fa,
.testimonials .carousel-control .icon-user {
  color: #404040;
}

.testimonials .carousel-indicators {
  display: none;
  bottom: -40px;
}

.testimonials .carousel-indicators li {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}

.clients-banner {
  background-color: #fff;
  background-image: linear-gradient(to right, #f2f2f2, white 15%, white, white 90%, #f2f2f2);
  padding: 35px 0;
}

.clients-banner ul {
  padding: 0;
  margin: 0;
}

.clients-banner ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clients-banner ul li {
  float: left;
  width: 12.5%;
}

/* styles for Top 10 pages */

/*
.table-striped > tbody > tr {
	position: relative;
	margin: 0px -2000px;
	padding: 0px 2000px;
}
.table-striped td {
	background: $lightgreyalt;
	color: $offblack;
}
.table-striped tr.odd-row td {
	background: $lightgrey;
}
.table-striped td:first-child,
.table-striped th:first-child,
.table-striped td:last-child,
.table-striped th:last-child {
	position: relative;
}


.table-striped td:first-child:before,
.table-striped th:first-child:before,
.table-striped td:last-child:after,
.table-striped th:last-child:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -2px;
	width: 100vw;
	display: block;
	background: inherit;
	border: inherit;
}
.table-striped td:first-child:before,
.table-striped th:first-child:before {
	right: 100%;
}
.table-striped td:last-child:after,
.table-striped th:last-child:after {
	left: 100%
}

*/

.topten h1 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}

.topten h1.text-center {
  text-align: center;
}

.topten h1.topten-center {
  text-align: center;
}

.topten .tab-content .table-striped tbody tr td.filler {
  width: 5%;
}

.topten table tr {
  min-height: 82px;
}

.topten table img.retailer-logo {
  max-width: 100px;
  max-height: 40px;
  margin-left: 10px;
}

.topten .boxes-block .contents img {
  width: auto;
  height: 30%;
}

.topten .boxes-block .contents a span {
  padding: 0 10px;
}

.topten .market-sales p {
  margin: 15px 0 5px 0;
}

.topten .market-sales + p {
  margin-top: 0;
}

.top10-table-wrapper {
  margin-bottom: 30px;
  margin-left: -15px;
}

.top10-table-wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.top10-table-wrapper .no-gutter-left {
  margin-left: -15px;
}

.top10-table-wrapper h3 {
  margin-bottom: 0;
}

.top10-table-wrapper .value {
  text-align: center;
}

.top10-table-wrapper .fa-angle-down {
  font-size: 35px;
  color: #636b6f;
}

.top10-table-wrapper .fa-lock {
  color: #ed7d31;
}

.table-striped {
  margin-bottom: 0;
}

.table-striped tr:nth-child(2n) td {
  background-color: #f2f2f2;
  /*
  		&:nth-child(6) {
  			span {
  				border-left-color: $lightgrey;
  			}
  		}
  */
}

.table-striped tr:nth-child(2n) td:nth-child(5) {
  background: linear-gradient(to right, #f2f2f2, #ffffff);
}

.table-striped tr:nth-child(2n-1) td {
  background-color: #dcdcdc;
  /*
  		&:nth-child(6) {
  			span {
  				border-left-color: $lightgreyalt;
  			}
  		}
  */
}

.table-striped tr:nth-child(2n-1) td:nth-child(5) {
  background: linear-gradient(to right, #dcdcdc, #ffffff);
}

.table-striped tbody tr td {
  border: none;
  vertical-align: middle;
  /*
  			&:nth-child(6) {
  				width: 25px;
  				background-color: #fff;
  				padding: 0;
  				span {
  					display: block;
  					width: 0;
  					height: 0;
  					border-left: 20px solid #000;
  					border-top: 37px solid transparent;
  					border-bottom: 37px solid transparent;
  				}
  			}
  */
}

.table-striped tbody tr td.filler {
  width: 10%;
}

.table-striped tbody tr td:nth-child(2) {
  width: 20px;
  font-size: 18px;
  font-weight: bold;
}

.table-striped tbody tr td:nth-child(3) {
  text-align: center;
  width: 100px;
}

.table-striped tbody tr td:nth-child(4) {
  width: 15%;
  font-weight: bold;
}

.table-striped tbody tr td:nth-child(5) {
  width: 55%;
}

.lightbulb-image {
  max-width: 100%;
  max-height: 450px;
  margin: 0 auto;
}

.lightbulb-arrow {
  margin-bottom: 0;
}

html,
body,
.container,
.container-full {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.container-full {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 50px 0 0 0;
  /*set left/right padding according to needs*/
  box-sizing: border-box;
}

.container-full > .row {
  height: 100%;
  display: table-row;
}

body.login {
  background-color: #f2f2f2;
}

body.login .col-forgot {
  text-align: center;
}

body.login .btn-forgot {
  margin-top: 30px;
  color: #404040;
  text-decoration: underline;
}

body.members {
  background-color: #f2f2f2;
}

.members .navbar .container-fluid .content {
  width: 100%;
  max-width: 100%;
}

.members .members-nav {
  float: left;
  margin-left: 15px;
}

.members .members-nav > div {
  margin: 0 15px;
  display: inline-block;
}

.members .members-nav .navbar-collapse {
  padding-top: 0;
}

.members .members-nav span {
  line-height: 45px;
  margin-bottom: 0;
}

.members li.remaining-days {
  padding: 0 10px;
  border: 2px solid red;
  color: red;
  height: 40px;
  margin: 6px 0 6px 15px;
}

.members .login-nav > li > a {
  padding-top: 7px;
  color: #cecece;
}

.members .login-nav > li > a .caret {
  margin-top: 6px;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5 {
  color: #767171;
  text-transform: capitalize;
}

.members p {
  font-size: 12px;
}

.members h1 {
  font-size: 24px;
  margin: 15px 0;
}

.members h2 {
  font-size: 22px;
}

.members h3 {
  font-size: 18px;
}

.members h4 {
  font-size: 16px;
}

.members h5 {
  font-size: 14px;
}

.members main {
  background-color: #ffffff;
  padding: 0;
  margin: 15px 0 15px 15px;
  border: 2px solid #dcdcdc;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.members main .panel-body {
  padding: 0;
}

.members main header {
  flex: 50px 0 auto;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.members main header h1 {
  display: inline-block;
  text-align: center;
}

.members main header h1 .members-icon-head {
  float: left;
  margin-right: 10px;
  max-height: 24px;
}

.members main article {
  flex: 1;
  padding: 20px;
}

.members main .row {
  padding: 15px 0;
}

.members .btn-members {
  background-color: #767171;
  text-transform: capitalize;
  border: 0;
}

.members .btn-members .fa-stack .fa-chevron-right,
.members .btn-members .fa-stack .fa-chevron-left {
  margin-left: 1px;
  margin-top: 1px;
}

.members .btn-members:hover {
  background-color: #cecece;
}

.members .btn-members:hover .fa-stack .fa,
.members .btn-members:hover .fa-stack .icon-user {
  color: #ffffff;
}

.members .tableauViz {
  height: 896px;
}

.members .tableau-mobile {
  display: none;
}

.members .tableau-small {
  display: block;
}

.members .tableau-large {
  display: none;
}

.container-full {
  background: #f2f2f2;
}

.panel-default {
  background: #f2f2f2;
}

.panel-default .panel-heading {
  background: #f2f2f2;
}

.panel-default .panel-body .row {
  padding: 0;
}

.members-menu {
  position: absolute;
  height: calc(100% - 81px);
  /* deduct the width of the top navbar */
  width: 18%;
  padding: 0;
  background: #404040;
}

.members-menu ul {
  padding: 0;
}

.members-menu ul li {
  padding: 10px 20px;
  height: 52px;
}

.members-menu ul li span a {
  color: #f2f2f2;
}

.members-menu ul li span a .menu-icon {
  display: inline-block;
  width: 24px;
  height: 32px;
  margin-right: 8px;
  background-image: url("/images/members/icons/icon-set.png");
}

.members-menu ul li span a .menu-icon.ico-home {
  background-position: 0 3px;
}

.members-menu ul li span a .menu-icon.ico-reports {
  background-position-y: -34px;
}

.members-menu ul li span a .menu-icon.ico-intel {
  background-position-y: -66px;
}

.members-menu ul li span a .menu-icon.ico-data {
  background-position-y: -100px;
}

.members-menu ul li span a .menu-icon.ico-help {
  background-position-y: -132px;
}

.members-menu ul li span a .menu-icon.ico-sub {
  background-position-y: -166px;
}

.members-menu ul li span a .menu-icon.ico-stats {
  background-position-y: -202px;
}

.members-menu ul li span a .menu-icon.ico-white {
  background-position-y: -236px;
}

.members-menu ul li span a .menu-icon.ico-not {
  background-position-y: -270px;
}

.members-menu ul li span a .menu-icon.ico-about {
  background-position-y: -303px;
}

.members-menu ul li span a .menu-icon.ico-account {
  background-position-y: -335px;
}

.members-menu ul li span a .menu-icon.ico-top10 {
  background-position-y: -372px;
}

.members-menu ul li span a .menu-icon.ico-dl {
  background-position-y: -406px;
}

.members-menu ul li.active {
  background-color: #f2f2f2;
}

.members-menu ul li.active span a {
  color: #ed7d31;
  font-weight: bold;
}

.members-menu ul li.active span a .menu-icon {
  background-position-x: 24px;
}

.members-menu ul li .menu-icon-side {
  margin-right: 10px;
  visibility: visible;
  opacity: 1;
}

.members-menu ul li .menu-icon-side-orange {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.members-menu ul .back-arrow {
  margin: 0 auto;
  display: block;
  width: 40px;
  margin-top: 15px;
}

.members-menu .menu-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10%;
}

.members-menu .menu-footer a {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-transform: capitalize;
  border: #dcdcdc 1px solid;
  color: #dcdcdc;
  background: transparent;
}

.main-content {
  width: 82%;
  margin-left: 18%;
}

.navbar-memberslogo {
  width: 150px;
  padding: 0 0 20px;
}

.members aside {
  margin: 15px;
  background-color: #ffffff;
  border: 2px solid #dcdcdc;
  flex: 0 0 33.33%;
}

.members aside .panel {
  padding: 0 0 120px;
  height: 90%;
}

.members aside .panel p {
  margin: 5px 0;
  font-size: 12px;
}

.members aside .panel ul {
  padding-left: 15px;
}

.members aside .panel ul li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 10px;
}

.members aside .panel blockquote {
  font-size: 12px;
  margin-bottom: 0;
}

.members aside .panel .client-quote {
  color: #316ea5;
  font-style: italic;
}

.members aside .panel .subscribe {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.members aside .panel .sidebar-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 15px;
}

.members aside .panel .sidebar-footer p {
  padding: 0 15px;
  width: 100%;
}

.members aside .panel .sidebar-footer .btn-quote {
  width: 100%;
}

.members aside .panel .sidebar-box {
  border: 1px solid #ed7d31;
  padding: 5px;
  font-weight: 700;
  text-align: center;
}

.panel,
.panel-heading {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: 0;
}

.panel-body form .btn {
  float: right;
}

.about.members main article {
  flex: 0 0 auto;
}

.about.members main article > p {
  margin-top: 0;
}

.about.members main article h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1rem;
}

.about.members main article h3.pillars-head {
  text-align: left;
  font-size: 12px;
  color: #636b6f;
  font-weight: normal;
  margin-top: 0;
}

.about.members main article h5.about-caption {
  text-align: left;
  font-size: 12px;
  color: #316ea5;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 0;
  text-transform: none;
  line-height: 1rem;
}

.about.members main article .about-pillars h3 {
  color: #316ea5;
  text-transform: uppercase;
}

.about.members main article .about-pillars ul li {
  font-size: 12px;
}

.about.members main article .about-pillars .pillars-left img {
  max-height: 80px;
}

.about.members main article blockquote {
  position: relative;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.about.members main article blockquote em {
  color: #316ea5;
  font-weight: normal;
}

.about.members main article blockquote .quote-marks {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 2.5em;
  font-style: italic;
  color: #dcdcdc !important;
}

.about.members main article .register-clients p {
  color: #767171;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}

.about.members main article .register-clients ul {
  padding-left: 0;
}

.about.members main article .register-clients ul::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.about.members main article .register-clients ul li {
  float: left;
  height: 80px;
  width: 25%;
}

.about.members main article .register-clients img {
  width: 70%;
}

.about.members main article .about-howwehelp div {
  padding: 0;
}

.about.members main article .about-howwehelp h5 {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  margin: 15px 0 5px;
}

.about.members main article .about-howwehelp h5 strong {
  font-weight: 800;
  color: #ed7d31;
  text-transform: capitalize;
}

.about.members main article .about-howwehelp p:nth-of-type(2) {
  margin: 0;
}

.about.members main article .about-howwehelp ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}

.about.members main article .about-howwehelp ul li {
  font-size: 12px;
  list-style: none;
}

.about.members main article .about-howwehelp ul li:before {
  content: "\2022";
  color: #ed7d31;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about aside .panel {
  padding-top: 0;
}

.about aside .panel header {
  margin-bottom: 30px;
}

.about aside .panel .members-icon-head {
  margin-right: 8px;
}

.about aside .panel h5 {
  text-align: left;
  color: #ed7d31;
}

.about aside .panel h5 + p {
  margin-top: 0;
}

body.account h3 {
  text-align: left;
  margin-top: 15px;
}

body.account main .row {
  padding: 0;
}

body.account main .row div:first-of-type .panel {
  margin-left: 30px;
}

body.account main .row div:nth-of-type(2) .panel {
  margin-right: 30px;
}

body.account main .row .panel {
  padding: 0 15px;
  padding: 15px 30px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

body.account main .row .panel table {
  width: 100%;
}

body.account main .row .panel table tr td {
  width: 50%;
}

body.account main .row .panel .panel-footer {
  padding: 0;
  border: 0;
  margin-top: 15px;
  background: none;
}

body.account .subscriptions .panel {
  padding: 0 30px;
  margin: 15px 30px;
}

body.account .subscriptions .sub-package {
  padding: 0 30px;
}

body.account .subscriptions .sub-package h4 {
  text-align: left;
}

body.account .subscriptions .sub-package:nth-of-type(3) {
  margin-bottom: 30px;
}

body.account .subscriptions .sub-package li:before {
  content: "\2715";
  color: red;
  margin-top: -0.2em;
  font-size: 1.5em;
}

body.account .subscriptions .sub-package li.included:before {
  content: "\2713";
  color: #119e1a;
}

body.account .email-preferences li {
  list-style-type: none;
}

body.account .email-preferences li:before {
  content: unset;
}

body.account .email-preferences li input {
  margin-right: 5px;
}

body.account .email-preferences li span {
  color: #cecece;
}

.dashboard .row main {
  margin-left: 25px;
  background-color: #f2f2f2;
  border: 0;
}

.dashboard .row main .panel {
  margin-bottom: 0;
  height: 100%;
  flex: 1;
}

.dashboard .row main .panel .panel-body {
  height: 100%;
}

.dashboard .row main .panel .panel-body .dashboard-row {
  padding: 0 5px 0 0;
  height: calc(100% + 10px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard .row main .panel .panel-body .dashboard-row > div {
  padding: 0 5px 10px 5px;
}

.dashboard-block {
  background: #ffffff;
  border: 2px solid #dcdcdc;
  display: block;
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.dashboard-block h3 {
  padding: 10px;
  font-size: 15px;
  margin-top: 0;
  color: #bfbebe;
}

.dashboard-block-title {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
}

.dashboard-block .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 10px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffffff;
  text-align: left;
}

.dashboard-block .overlay > div {
  display: table;
  width: 100%;
  height: 100%;
}

.dashboard-block .overlay span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dashboard-block .overlay li {
  font-size: 10px;
}

.dashboard-block .overlay li a {
  color: #ffffff;
}

.dashboard-block .overlay li a:hover {
  color: #ed7d31;
}

.dashboard-block .overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 0 0 5px;
}

.dashboard-block .overlay h3.left {
  text-align: left;
}

.dashboard-block:hover .overlay {
  opacity: 1;
}

.dashboard-block .dashboard-icon-main {
  /* margin: 0 auto; */
  padding-top: 20px;
  display: block;
  margin-bottom: 5px;
}

.dash1 .overlay {
  background-color: #316ea5;
}

.dash1 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #316ea5 95%);
}

.dash2 .overlay {
  background-color: #ed7d31;
}

.dash2 .overlay li a:hover {
  color: #767171;
}

.dash2 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #ed7d31 95%);
}

.dash3 .overlay {
  background-color: #fac430;
}

.dash3 .overlay h3 {
  color: #000000;
}

.dash3 .overlay li a {
  color: #000000;
}

.dash3 .overlay li a:hover {
  color: #316ea5;
}

.dash3 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #fac430 95%);
}

.dash4 .overlay {
  background-color: #404040;
}

.dash4 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #404040 95%);
}

.dash5 .overlay {
  background-color: #119e1a;
}

.dash5 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #119e1a 95%);
}

.dash6 .overlay {
  background-color: #be540b;
}

.dash6 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #be540b 95%);
}

.dash7 .overlay {
  background-color: #dcdcdc;
}

.dash7 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #dcdcdc 95%);
}

.dash8 .overlay {
  background-color: #9bb7d4;
}

.dash8 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #9bb7d4 95%);
}

.dash9 .overlay {
  background-color: brown;
}

.dash9 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, brown 95%);
}

.dash10 .overlay {
  background-color: #495870;
}

.dash10 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #495870 95%);
}

.dash11 .overlay {
  background-color: #ed7d31;
}

.dash11 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #ed7d31 95%);
}

.dash12 .overlay {
  background-color: #767171;
}

.dash12 .dashboard-block {
  background-image: linear-gradient(to bottom, #ffffff 95%, #767171 95%);
}

.dash5 .dashboard-block .overlay h3,
.dash6 .dashboard-block .overlay h3,
.dash7 .dashboard-block .overlay h3,
.dash8 .dashboard-block .overlay h3,
.dash9 .dashboard-block .overlay h3,
.dash10 .dashboard-block .overlay h3,
.dash11 .dashboard-block .overlay h3 {
  margin-top: 75px;
}

.dash12 .dashboard-block .overlay h3 {
  margin-top: 75px;
}

.bottom-row .dashboard-block {
  margin-bottom: 0;
}

.members main.data {
  padding: 0;
  border: 0;
  background: none;
}

.members main.data h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.members main.data .nav-tabs {
  background-color: #f2f2f2;
}

.members main.data .nav-tabs li > a {
  /* border-bottom: 2px solid #f2f2f2; */
  width: 100%;
  margin: 0;
  /* padding-bottom: 5px; */
  /* padding: 0; */
  color: #dcdcdc;
}

.members main.data .nav-tabs li:first-child > a {
  width: 100%;
  margin-left: 0;
}

.members main.data .nav-tabs li .data-icon {
  width: 100%;
  height: 25px;
  margin-bottom: 5px;
}

.members main.data .nav-tabs li .data-icon span {
  display: block;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}

.members main.data .nav-tabs li .data-icon span.sales {
  background-image: url("/images/members/icons/sales-grey.png");
}

.members main.data .nav-tabs li .data-icon span.inflation {
  background-image: url("/images/members/icons/inflation-grey.png");
}

.members main.data .nav-tabs li .data-icon span.consumer {
  background-image: url("/images/members/icons/consumer-grey.png");
}

.members main.data .nav-tabs li .data-icon span.macroeconomics {
  background-image: url("/images/members/icons/macroeconomics-grey.png");
}

.members main.data .nav-tabs li .data-icon span.bespoke {
  background-image: url("/images/members/icons/bespoke-grey.png");
}

.members main.data .nav-tabs .active > a,
.members main.data .nav-tabs .active > a:hover,
.members main.data .nav-tabs .active > a:focus {
  border: 2px solid #dcdcdc;
  border-bottom-color: #ffffff;
  color: #ed7d31;
}

.members main.data .nav-tabs .active > a span.sales,
.members main.data .nav-tabs .active > a:hover span.sales,
.members main.data .nav-tabs .active > a:focus span.sales {
  background-image: url("/images/members/icons/sales-orange.png");
}

.members main.data .nav-tabs .active > a span.inflation,
.members main.data .nav-tabs .active > a:hover span.inflation,
.members main.data .nav-tabs .active > a:focus span.inflation {
  background-image: url("/images/members/icons/inflation-orange.png");
}

.members main.data .nav-tabs .active > a span.consumer,
.members main.data .nav-tabs .active > a:hover span.consumer,
.members main.data .nav-tabs .active > a:focus span.consumer {
  background-image: url("/images/members/icons/consumer-orange.png");
}

.members main.data .nav-tabs .active > a span.macroeconomics,
.members main.data .nav-tabs .active > a:hover span.macroeconomics,
.members main.data .nav-tabs .active > a:focus span.macroeconomics {
  background-image: url("/images/members/icons/macroeconomics-orange.png");
}

.members main.data .nav-tabs .active > a span.bespoke,
.members main.data .nav-tabs .active > a:hover span.bespoke,
.members main.data .nav-tabs .active > a:focus span.bespoke {
  background-image: url("/images/members/icons/bespoke-orange.png");
}

.members main.data .tab-content {
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding-top: 15px;
  background-color: #ffffff;
}

.members main.data .tab-content h1 {
  margin-top: 0;
  padding-top: 15px;
}

.members main.data .tab-content .tab-pane {
  padding: 0 15px;
}

.members main.memberdata {
  margin-right: 20px;
  padding: 10px 20px;
}

.members main.memberdata h2 {
  margin-bottom: 15px;
  color: #333333;
}

.download main article {
  flex: 0 0 auto;
}

.download main .row {
  padding-top: 0;
  margin-bottom: 30px;
}

.download main section {
  padding: 0 10px;
}

.download main section h5 {
  text-align: left;
  border-bottom: #dcdcdc 1px solid;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 15px;
}

.download main section h5 .members-icon-head {
  margin-right: 7px;
}

.download main section ul {
  padding-left: 0;
}

.download main section span {
  display: inline-block;
}

.download main section .dl-head {
  font-weight: 700;
  margin-bottom: 5px;
}

.download main section .dl-title {
  width: 40%;
  margin-right: 2%;
}

.download main section .dl-date {
  width: 30%;
  margin-right: 2%;
}

.download main section .dl-redl {
  width: 20%;
}

.members .help {
  text-align: center;
  flex-direction: column;
}

.members .help .row {
  padding: 20px 0 0;
}

.members .help form {
  margin-bottom: 30px;
}

.members .help form .form-group {
  width: 60%;
  margin: 0 auto;
}

.members .help form .form-group button {
  font-weight: bold;
}

.members .help form .form-group button:hover {
  background-color: #fbfbfb;
  border: 1px solid #c7c7c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #404040;
}

.members .help form .form-control {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.members .help .logo {
  margin: 40px auto;
  width: 200px;
}

.members .help .alert {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

.members .help .icon-padlock {
  width: 32px;
  margin-top: 30px;
}

.members .help .icon-padlock + p {
  margin-top: 15px;
}

.members .help .conversation {
  margin-bottom: 45px;
}

.members .help .conversation h4 {
  height: 87px;
  background-image: url("/images/members/icons/convo-blue.png");
  background-position: 45px bottom;
  background-repeat: no-repeat;
  padding-top: 67px;
  text-align: left;
  color: #316ea5;
  padding-left: 120px;
}

.members .help .conversation h4.orange {
  color: #ed7d31;
  text-align: right;
  background-image: url("/images/members/icons/convo-orange.png");
  background-position: 95% 100%;
  padding-right: calc(5% + 100px);
}

.members .help .conversation p {
  text-align: left;
  padding-left: 120px;
}

.members .help img.down {
  padding-top: 5px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.intelligence header h1 {
  font-size: 20px;
}

.intelligence p.report-intro {
  margin-top: -5px;
}

.intelligence .btn-members {
  width: 100%;
  font-size: 0.6rem;
  padding: 7px 0;
}

.intelligence .archive {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 0.5rem;
  text-align: center;
}

.intelligence .archive a {
  color: #fac430;
}

.intelligence .report-details {
  background-color: #f2f2f2;
  margin-bottom: 15px;
  padding: 5px;
  line-height: 20px;
}

.intelligence .report-details::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.intelligence .report-details main div {
  padding: 0;
  margin: 0;
}

.intelligence .report-details a {
  width: calc(100% - 7px);
  display: block;
}

.intelligence .report-details ul {
  text-align: left;
  font-size: 0.7em;
  line-height: 1.7em;
  margin: 0;
}

.intelligence .report-details ul li {
  list-style-type: disc;
}

.intelligence .report-details .collapse {
  width: 100%;
}

.intelligence .report-details span {
  color: #333333;
}

.intelligence .report-details span.caret {
  color: #fac430;
  position: absolute;
  right: 7px;
  top: 14px;
}

.intelligence .report-details em {
  color: #cecece;
  text-transform: lowercase;
  font-style: normal;
  font-size: 0.7rem;
}

.intelligence aside img {
  margin: 0 auto;
  padding: 25px 50px;
}

.intelligence aside p {
  font-size: 0.9rem;
  margin: 30px 30px 0;
}

.stat main .members-icon-head {
  margin: 0 8px 6px 0;
}

.stat .table-striped tr td.filler {
  width: 1px;
}

.stat .table-striped tr td:nth-child(3) {
  text-align: left;
  width: 150px;
}

.topten main {
  padding: 0;
  border: 0;
}

.topten main .nav-tabs {
  background-color: #f2f2f2;
}

.topten main ul li {
  font-size: 11px;
}

.topten main .nav-justified > li,
.topten main .nav-tabs.nav-justified > li {
  vertical-align: bottom;
}

.topten main .tab-content {
  padding: 20px 20px 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.topten main .tab-content .table-striped tr td:nth-child(5) {
  font-size: 11px;
}

.whitepaper main {
  padding: 0;
}

.whitepaper main > p {
  text-align: center;
}

.whitepaper main .row {
  padding: 0;
  margin: 0;
}

.whitepaper main .row-eq-height {
  height: inherit;
}

.whitepaper main .members-icon-head {
  margin: 0 8px 6px 0;
}

.whitepaper main article {
  padding: 0 0 15px 0;
  font-size: 10px;
  border-top: 1px solid #dcdcdc;
}

.whitepaper main article div:first-child {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: 24em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.whitepaper main article div:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.whitepaper main article div:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.whitepaper main article:nth-of-type(odd) {
  border-right: 1px solid #dcdcdc;
}

.whitepaper main article h3 {
  text-align: left;
  font-size: 14px;
}

.whitepaper main article img {
  width: 100%;
  margin-top: 20px;
}

.whitepaper main article ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}

.whitepaper main article ul li {
  margin-bottom: 10px;
}

.whitepaper main article .btn {
  margin-top: 20px;
  width: 100%;
}

.notification main .members-icon-head {
  margin: 0 8px 6px 0;
  max-height: 24px;
}

.reports {
  background-color: #f2f2f2;
}

.reports > div {
  background-color: #ffffff;
}

.report main article {
  flex: 0 0 auto;
}

.report main article div {
  margin-bottom: 10px;
  padding: 0;
}

.report main article .btn-members .fa,
.report main article .btn-members .icon-user {
  margin-left: 2%;
}

.report main header h1 .members-icon-head {
  max-height: 25px;
}

.report main .single-report {
  display: flex;
  margin: 0;
}

.report main .report-intro {
  margin-top: 0;
}

.report main .report-details {
  background-color: #f2f2f2;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 5px;
  line-height: 20px;
}

.report main .report-details::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.report main .report-details main div {
  padding: 0;
  margin: 0;
}

.report main .report-details div {
  margin: 0;
}

.report main .report-details a {
  width: calc(100% - 7px);
  display: block;
}

.report main .report-details ul {
  text-align: left;
  font-size: 0.7em;
  line-height: 1.7em;
  margin: 15px 0;
}

.report main .report-details ul li {
  list-style-type: disc;
}

.report main .report-details .collapse {
  width: 100%;
}

.report main .btn-members {
  width: 100%;
  font-size: 0.6rem;
  padding: 7px 0;
}

.report main .archive {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 0.5rem;
  text-align: center;
}

.report main.economic-reports h1 {
  color: #316ea5;
}

.report main.economic-reports .report-details a span {
  color: #316ea5;
}

.report main.sector-reports h1 {
  color: #ed7d31;
}

.report main.sector-reports .report-details a span {
  color: #ed7d31;
}

.report main.sector-reports .archive a {
  color: #ed7d31;
}

.report main .report-details span.caret {
  color: #cecece;
  position: absolute;
  right: 7px;
  top: 14px;
}

.report main .report-details em {
  color: #cecece;
  text-transform: lowercase;
  font-style: normal;
  font-size: 0.7rem;
}

.report main .archive a {
  color: #316ea5;
}

.report main .download-archive p {
  margin: 0;
}

.report main .download-archive .report-list {
  padding: 0 5px 5px;
  border-bottom: 1px rgba(207, 207, 207, 0.5) solid;
}

.stat main {
  padding: 5px 20px 20px;
}

.stat main .table-striped tbody tr td:nth-child(4) {
  color: #ed7d31;
  text-align: center;
}

.stat main .table-striped tr td:nth-child(3) {
  width: 450px;
}

.subscription main {
  margin-right: 20px;
}

.subscription main .row {
  padding: 20px 0;
}

.subscription main h1 {
  color: #316ea5;
  border: 0;
  font-size: 28px;
  padding: 30px 0 15px;
  margin-bottom: 0;
}

.subscription main h1.orange {
  color: #ed7d31;
}

.subscription main h2 {
  color: #ed7d31;
  padding: 30px 0 0;
  margin-bottom: 0;
}

.subscription main p,
.subscription main ul {
  font-size: 14px;
  text-align: center;
}

.subscription main ul.sub-whatyouget li {
  list-style-type: disc;
  list-style-position: inside;
}

.subscription main .form-horizontal .control-label {
  margin-left: 38px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 21px;
  font-weight: 800;
}

.subscription main .checkbox {
  text-align: left;
}

.subscription main .checkbox label {
  min-height: 0;
  float: none;
}

.subscription main label {
  color: #333333;
  font-size: 18px;
}

.subscription main .form-group div img {
  margin: 0 auto;
  display: block;
  height: 60px;
}

.subscription main .form-group .economic label {
  color: #316ea5;
}

.subscription main .form-group .sector label {
  color: #ed7d31;
}

.subscription main .sub-details {
  padding-top: 0;
}

.subscription main .request-button {
  padding-top: 0;
}

.subscription main button {
  margin: 0 auto;
  display: block;
}

.subscription main .reports-head {
  color: #767171;
  margin-bottom: 15px;
}

.subscription main .economic-reports h3,
.subscription main .economic-reports h4,
.subscription main .sector-reports h3,
.subscription main .sector-reports h4 {
  font-weight: 800;
  text-align: left;
}

.subscription main .economic-reports ul,
.subscription main .sector-reports ul {
  text-align: left;
}

.subscription main .economic-reports ul li,
.subscription main .sector-reports ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.subscription main .boltons-header {
  margin-bottom: 15px;
}

.subscription main .boltons-paragraph {
  font-size: 16px;
  margin-bottom: 15px;
}

.subscription main .boltons h3,
.subscription main .boltons h4 {
  font-weight: 800;
  text-align: left;
}

.subscription main .boltons h5 {
  color: #ed7d31;
  padding: 30px;
  font-weight: 800;
  font-size: 20px;
}

.subscription main .boltons ul {
  text-align: left;
}

.subscription main .boltons ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.subscription main .boltons-left h3:first-of-type {
  color: #767171;
}

.subscription main .boltons-left h3:nth-of-type(2) {
  color: #316ea5;
}

.subscription main .boltons-left h3:nth-of-type(3) {
  color: #ed7d31;
}

.subscription main .boltons-left h3:nth-of-type(4) {
  color: #fac430;
}

.subscription main .boltons-right h3:first-of-type {
  color: #119e1a;
}

.subscription main .boltons-right h3:nth-of-type(2) {
  color: #ae2527;
}

.subscription main .boltons-right h3:nth-of-type(3) {
  color: #85459d;
}

.subscription main .economic-reports h3,
.subscription main .economic-reports h4 {
  color: #316ea5;
}

.subscription main .economic-reports h4 {
  margin-bottom: 5px;
}

.subscription main .sector-reports h3,
.subscription main .sector-reports h4 {
  color: #ed7d31;
}

.subscription main .sector-reports h4 {
  margin-bottom: 5px;
}

.subscription main .request-quote h1 {
  margin-top: 45px;
  text-transform: uppercase;
}

.subscription main .request-quote h2 {
  color: #333333;
  margin-bottom: 15px;
}

.subscription main .request-quote h3 {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 800;
}

.subscription main .request-quote .third-party {
  text-align: center;
  margin-top: 15px;
}

.subscription main .quotepage .request-quote h1 {
  margin-top: 15px;
}

.subscription main .members-sub-package {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.subscription main .members-sub-package div {
  flex: 1;
  padding: 0 10px;
}

.subscription main .members-sub-package div img {
  margin: 0 auto;
  display: block;
  height: 45px;
}

.subscription main .members-sub-package div h5 {
  font-size: 0.7rem;
  margin-top: 15px;
  margin-bottom: 7.5px;
}

.subscription main .members-sub-package div ul {
  font-size: 0.6rem;
  text-align: left;
  margin: 15px 0;
}

.subscription main .members-sub-package div ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.subscription main .members-sub-package div p {
  font-size: 0.6rem;
}

.subscription main .members-sub-package .package-1 h5 {
  color: #316ea5;
}

.subscription main .members-sub-package .package-2 h5 {
  color: #ed7d31;
}

.subscription main .members-sub-package .package-3 h5 {
  color: #767171;
}

.subscription main .members-sub-package .package-4 h5 {
  color: #85459d;
}

.subscription main .members-sub-package .package-5 h5 {
  color: #119e1a;
}

.subscription main .members-sub-package .package-6 h5 {
  color: #ae2527;
}

.subscription main .members-sub-package .package-7 h5 {
  color: #fac430;
}

.subscription main img.box-package {
  padding: 15px;
  margin: 0 auto;
  display: block;
  width: 127px;
}

.subscription main img.down {
  padding-top: 5px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.subscription main img.sub-bulb {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  /* text-align: center; */
  margin: 0 auto;
}

.members .table-striped > tbody > tr td div {
  min-height: 52px;
}

.members .table-striped > tbody > tr:nth-of-type(even) td,
.members .table-striped > tbody > tr:nth-of-type(even) td:nth-child(5) {
  background: #fbfbfb;
}

.members .table-striped > tbody > tr:nth-of-type(odd) td,
.members .table-striped > tbody > tr:nth-of-type(odd) td:nth-child(5) {
  background: #f2f2f2;
}

.members .tab-content .retailer-extra {
  font-size: 0.9em;
  font-style: italic;
}

.topten .nav-tabs.nav-justified > li > a {
  height: 56.67px;
  line-height: 12px;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  min-height: inherit;
}

/* Hide default HTML checkbox */

.switch input {
  display: none;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.5s;
}

input:checked + .slider {
  background-color: #FF9900;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF9900;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (min-width: 1800px) {
  .content {
    width: 65%;
  }

  .table-striped tbody tr td.filler {
    width: 33%;
  }

  .fact .facts-table-wrapper .table-striped tbody tr td.filler {
    width: 25%;
  }

  .fact .facts-table-wrapper .table-striped tbody tr td:nth-child(2) {
    width: 5%;
  }

  .fact .facts-table-wrapper .table-striped tbody tr td:nth-child(3) {
    width: 30%;
  }

  .fact .facts-table-wrapper .table-striped tbody tr td:nth-child(4) {
    width: 30%;
  }

  .datatableau .content {
    min-width: 78%;
  }
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .content {
    width: 70%;
  }

  .table-striped tbody tr td.filler {
    width: 28%;
  }

  .datatableau .content {
    min-width: 90%;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .content {
    width: 75%;
  }

  .table-striped tbody tr td.filler {
    width: 23%;
  }

  .datatableau .content {
    min-width: 90%;
  }
}

@media (min-width: 1600px) {
  .blog .blog-survey .report-contents {
    padding-top: 0;
  }

  .blog .blog-survey li {
    font-size: 0.9rem;
  }

  .retailer .retailer-results .retailer-logo {
    width: 15%;
  }

  .col-xl-3 .whitepaper-right {
    width: 60%;
    margin-left: 0;
  }

  .dashboard-block .overlay li {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .homechief {
    background-size: 100%;
    background-position: center center;
  }

  .homechief .btn {
    margin-top: 210px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .report main .btn-members {
    font-size: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .main-content {
    min-height: 810px;
  }

  .members .tableau-mobile {
    display: none;
  }

  .members .tableau-small {
    display: none;
  }

  .members .tableau-large {
    display: block;
  }

  .help-bloq {
    width: 60%;
  }
}

@media (min-width: 541px) and (max-width: 1599px) {
  .topten .boxes-block .contents img {
    height: 20%;
  }
}

@media (min-width: 541px) {
  .row-eq-height {
    display: flex;
  }

  .vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .members .row-eq-height {
    height: 100%;
  }
}
.explore-more .report-item .img-responsive
{
    width:100%;
}
.more-reports-desc h1,.more-reports-desc h2, .more-reports-desc h3, .more-reports-desc h4
{
    text-align:left;
    font-size:14px;
    font-weight:400;
    color:#333333;
}
.more-reports-desc strong
{
    text-align:left;
    font-size:14px;
    font-weight:400;
    color:#33333;
}

@media (min-width: 1365px) {
    .retailsales .side-menu
    {
        padding-left:107px !important;
    }
  .blog .side-menu
  {
      padding-left:194px !important;
  }
}

@media (max-width: 1250px) {
  .hidden-dash {
    display: none;
  }
}

@media (max-width: 1200px) {
  .statistics article,
  .statistics footer {
    width: 90%;
  }

  .help-bloq p {
    font-size: 0.6rem;
  }

  .help-bloq ul li {
    font-size: 0.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .login-nav a.btn em {
    display: none;
  }
}

@media (max-width: 1075px) {
  li.nav-phone {
    display: none;
  }
}

@media screen and (max-width: 878px) and (min-width: 768px)
{
.meganav > li > a
{
    padding:0 5px;
}
}

@media (max-width: 1025px) {
 
  .members nav li.get-sub {
    display: none;
  }
}

@media (max-width: 1195px) {
  .login-nav a.btn em {
    display: none;
  }
}

@media (max-width: 800px) {
    .retail-insights-banner
    {
        padding:50px 15px;
    }
    
  #app > .container-fluid > section:first-of-type {
    padding-top: 20px;
  }

  .login-nav .caret {
    display: none;
  }

  .nav > li > a > img {
    display: none;
  }

  .content {
    width: 95%;
  }

  .chief {
    background-size: 150%;
  }

  #report-range .nav-tabs li a h3 span {
    font-size: 1.4rem;
  }

  .members-menu ul li span a .menu-icon {
    display: none;
  }

  .help-bloq {
    margin-bottom: 15px;
  }

  .statistics footer {
    margin-bottom: 30px;
  }

  .inthemedia .carousel-content img {
    max-width: 100%;
  }

  .subscribebanner .nav-tabs li span,
  #report-range .nav-tabs li span {
    font-weight: 400;
  }

  .subscribebanner .nav-tabs li.active h3 span,
  #report-range .nav-tabs li.active h3 span {
    font-weight: 800;
    border-bottom: 0;
  }

  .boltons-table {
    flex-wrap: wrap;
  }

  .boltons-table div {
    margin-bottom: 15px;
  }

  .signup h3 {
    font-size: 1.5rem;
  }

  .single-report-signup h3 {
    font-size: 1rem;
  }

  .single-report-signup h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .content .boxes .boxes-block {
    margin: 0 0 30px 0;
    width: 100%;
  }

  .library .boxes {
    margin-bottom: 0;
  }

  .library-downloads .content .row {
    padding: 0;
  }

  .library-downloads .content .row .content div {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
    .more-thought-leadership-reports
    {
        margin:0 !important;
    }
  .burger,
  .burger-dashes {
    display: inherit;
    visibility: visible;
  }

  .reportrange-table {
    flex-flow: column;
    align-items: center;
  }
}

@media (max-width: 540px) {
  .members main {
    margin: 15px;
  }

  .members .data-nav {
    display: none;
  }

  .members .data-tables {
    display: none;
  }

  .members .tableau-mobile {
    display: block;
  }

  .members .tableau-small {
    display: none;
  }

  .members .tableau-large {
    display: none;
  }

  .topten table tr {
    background-color: white !important;
  }

  .topten table tr td,
  .topten table tr th {
    display: block;
    width: 100% !important;
    background: none !important;
  }

  .members-menu {
    display: hidden;
    visibility: hidden;
  }

  .main-content {
    width: 100%;
    margin: 0;
  }

  .chief {
    padding: 0;
  }

  .subscription.members .main-content {
    width: calc(100% - 30px);
  }

  .subscription.members .main-content main {
    padding: 0 10px;
  }

  .subscription.members .main-content main form {
    margin: 0px !important;
    padding: 0 10px;
  }

  .subscription.members .main-content main .members-sub-package {
    flex-direction: column;
  }

  .subscription.members .main-content main .economic {
    margin-bottom: 20px;
  }

  .subscription.members .main-content main .checkbox {
    text-align: center;
  }

  .subscription.members .main-content main .form-horizontal .form-group {
    margin: 0;
  }

  .subscription.members .main-content main .form-horizontal .form-group label {
    font-size: 0.8rem;
  }

  .subscription.members .main-content main .form-horizontal .control-label {
    font-size: 1.1rem !important;
    margin: 5px 0;
    text-align: center;
    width: 100%;
  }

  .signup h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .row .report-samples {
    margin-bottom: 30px;
  }

  .report-contents .monitor-stack {
    max-width: 100%;
  }

  .report-contents .monitor-stack .monitor-overlay {
    display: none;
  }

  .package-table {
    font-size: 0.5rem;
  }

  .package-table h3 {
    margin: 0;
  }

  .package-table .col-1 {
    font-size: 0.5rem;
  }

  .package-table .col-1 strong.big {
    font-size: 0.5rem;
  }

  .package-table .col-1 em {
    font-size: 0.6rem;
  }

  .package-table img {
    width: 60%;
  }

  .package-table .package-tick {
    width: 70%;
  }

  .package-table div.sub-comp img {
    width: 100%;
  }

  .package-table div.sub-pro img {
    width: 100%;
  }

  .package-table div.sub-ent img {
    width: 100%;
  }

  .boltons-table div {
    width: 100%;
  }

  .boltons-table div::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
}


.video-library-page .border-div
{
    font-weight:900;
}
.video-library-page .border-div:nth-child(1)
{
    font-size: 18px;
    margin-top: 30px;
}
.video-library-page ul
{
    margin:0 auto;
}
.video-library-page ul li
{
    list-style-type:circle;
}
.video-library-page p
{
    text-align:center;
}
.video-library-page p strong
{
   color:#333; 
}
.video-library-page h1
{
    margin:0px 0px 10px;
}
.video-library-page h3
{
    text-align:left;
    font-weight:900;
}
.video-page .page-desc
{
    text-align:center;
}
.videoWrapper {
    position: relative;
   
   padding:25% 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-page p strong
{
   color:#333; 
}
.video-page h1
{
    margin:0px 0px 10px;
}
.video-page h3
{
    text-align:left;
    font-weight:900;
}
.video-library-page .row
{
    padding:20px 0px;
    display: flex;
  flex-wrap: wrap;
}

.featured-video-item h4
{
    color:#333;
    text-align:left;
}
.featured-video-item iframe
{
    margin-bottom:10px;
}
.video-item iframe
{
    margin-bottom:10px;
}
.featured-video-item p
{
    text-align:left;
}
.video-item h4
{
    color:#333;
    text-align:left;
}
.video-item
{
    padding-bottom:10px;
}
.video-item p
{
    text-align:left;
}
.border-div
{
    border:2px solid #ed7d31;
    background:none;
    border-radius:0;
    padding: 5px 10px;
    text-align: center;
    margin:10px auto;
    color:#ed7d31;
}
.faq #loadMore
{
    margin-top:0;
}
#loadMore
{

   margin:10px 0px 50px 0px;
   border-radius:0;

}
.video-insights
{
    text-align:center;
}
.video-insights h3
{
    text-align:center;
    color:#333;
}
.video-insights hr
{
    border-top: 1px solid #333;
}
.video-insights .btn-video
{
    margin:0 auto;
    text-align:center;
    background:none;
    border:1px solid #ed7d31;
    color:#ed7d31;
}
.video-item-title
{
    line-height:25px;
}
@media (min-width:991px)
{
    .custom-thought-leadership-offset
    {
    margin-left:11.33%;
    }
.video-item-title
{
min-height:25px;    
max-height:100px;
}
}
.publish_at
{
    display:block;
}
.video header {
  position: relative;
  background-color: black;
  max-height: 400px;
  height:100%;
  padding:50px 0 !important;
  min-height:100px;
  width: 100%;
  overflow: hidden;
}
.video header .border-div
{
    background:#fff;
}
.video header .border-div:hover
{
    background:transparent;
}
.video header h1
{
    color:#fff;
}

.video header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video header .video-wrapper {
  position: relative;
  z-index: 2;
  color:#fff;
}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.header-top
{
    padding:30px 0px 15px 0px;
}
.featured-videos
{
    padding:15px 0px 0px 0px;
}
.video-page-row
{
    padding:15px 0 !important;
}
.thought-leadership-reports h1
{
    text-transform:none;
    max-width:650px;
}
.thought-leadership-reports .col-md-8 strong
{
    color:#333;
}
.thought-leadership-reports .col-md-8 p
{
    max-width:800px;
    color:#333333;
    font-weight:400;
    font-size:14px;
}
.sidebar-heading
{
    color:#00629F !important;
    text-align:left;
    font-size:18px !important;
    text-transform:none !important;
font-weight:900;
line-height:20.02px;
margin-block-end:7px;
margin-block-start:25px;

}
.sidebar-menu li:before
{
    content:"\f0da";
    color:#ed7d31;
    margin-top:4px;
    margin-left:-10px;
    font: normal normal normal 14px/1 FontAwesome;
}
.sidebar-menu li a
{
    color:#636b6f;
}
.sidebar-menu li a:hover
{
    color:#ed7d31;
}

.sidebar-menu li
{
    list-style-type:none !important;
    padding-left:0px;
    text-align:left !important;
}
.sidebar-menu
{
    padding-left:1em !important;
}
.sidebar-social
{
    padding-left:0em !important;
}
.sidebar-social li
{
    list-style-type: none !important;
    background: #316ea5;
    font-weight: 600 !important;
    width: max-content !important;
    padding: 2px 7px;
    border-radius: 5px;
    margin-right: 5px;
    float: left;
}
.sidebar-social li a
{
    width:webkit-fit-content;
    color:#fff !important;
    
}
.call-to-action
{
    margin:0 -15px;
    border-top:1px solid rgb(217, 217, 217);
    border-bottom:1px solid rgb(217, 217, 217);
    background:#f3f2f2;
    padding-top:35px;
    padding-bottom:25px;
}
.call-to-action h1
{
    text-tranform:none !important;
    margin:0 auto;
    color:#333333 !important;
    font-weight:900;
}
.secondary-content{
    padding:35px 0px;
}
.secondary-content h1
{
    
    text-tranform:none !important;
    text-align:left;
    margin:0;
    color:#333 !important;   
}
.secondary-content h2
{
    font-size:24px !important;
    font-weight:900 !important;
}
.secondary-content .col-md-8
{
    max-width:800px;
}
.thought-leadership-back-btn span i
{
    color: #666666;
}
.thought-leadership-back-btn
{
    border: 1.5px solid #666666;
    color: #666666;
}
.thought-leadership-back-btn:hover
{
    border: 1px solid #fac430;
    background:#ed7d31;
    color: #fff;
}

.thought-leadership-back-btn:hover span i
{
    color:#fff !important;
}
.more-thought-leadership-reports h2
{
    margin:0px -15px;
    font-size:33px;
    text-transform:none;
    margin:0;
    text-align:left;
    color:#006699 !important;
}
.more-thought-leadership-reports
{
     border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:35px 0px 50px;
    margin:0 -15px;
    
}
.more-thought-leadership-reports h4
{
    color:#333333;
    font-size:18px;
    font-weight:900;
    text-align:left;
}
.more-thought-leadership-reports #loadMore
{
    font-weight:900;
    font-size:18px;
    border-radius:0px;
    margin-bottom:0px;
}
.thought-leadership-reports h4
{
    max-width:800px;
}
.report-heading
{
    padding-top:5px;
    color:#333;
    text-transform:none;
    text-align:left;
}
.more-thought-leadership-reports .row
{
    padding:25px 0px 0px !important;
}
.next-prev h3
{
    margin:0;
    color:#00629F !important;
    font-size:22px;
    font-weight:900;
}
.next-prev span
{
    color: #00629F;
    font-weight: 400;
    font-size: 14px;
}
.next-report span
{
    float:right;
}

.left-arrow
{
    float: left;
    margin: 5px;
    padding: 0px;
    max-width: 19px;
    margin-right:10px;
}

.right-arrow
{
    float: right;
  transform: rotate(180deg);
    margin: 5px;
    padding: 0px;
    max-width: 19px;
    margin-left:10px;
}
.thought-leadership-child-second-call
{
    background:none !important;
    border-bottom:none;
}
.inmedia-call
{
    background:none !important;
}
.inmedia-call h1
{
    font-size:22px !important;
    font-weight:900 !important;
}

.thought-leadership-child-second-call h1
{
    font-size:22px !important;
    font-weight:900 !important;
}
.custom-thought-leadership-offset h2
{
    color :#333 !important;
    text-align:left !important;
    text-transform:none !important;
    margin:0;
}

.custom-thought-leadership-offset h1
{
    color :#333 !important;
    font-size:24px;
    text-align:left !important;
    text-transform:none !important;
}
.custom-thought-leadership-offset .press-category-title
{
    color :#00629F !important;
    margin:0px;
    padding-bottom:5px;
    font-size:22px;
    text-align:left !important;
    text-transform:none !important;
}
.custom-thought-leadership-offset strong
{
    color:#333 !important;
}
.custom-thought-leadership-offset table tr td p strong
{
    color:#316ea5 !important;
}
.sidebar-social li:nth-child(1)
{
    background:#00ACEE !important;
}
.sidebar-social li:nth-child(2)
{
    background:#0e76a8 !important;
}
.sidebar-social li:nth-child(3)
{
    background:#93B67B !important;
}
.sidebar-social li:nth-child(4)
{
    background:#636B6F !important;
}
.thought-leadership-child-title
{
    text-transform:none !important;
    color:#fff !important;
    margin:0 !important;
    text-shadow:rgb(51, 51, 51) -4px 3px 5px;
}

.thought-leadership-child-banner{
 background-size:cover;
 max-height:400px; padding-top:230px; padding-bottom:20px;
}
.view-full-report-title
{
    color:#333333 !important;
    font-size:22px !important;
    font-weight:900 !important;
}
.more-reports-desc strong
{
    color:400;
    color:#333333;
}
.more-reports-desc 
{
    font-size:14px;
    font-weight:400;
    color:#333333;
}
.sidebar-heading
{
    margin-bottom:7px;
    margin-top:0px;
}
.explore-content
{
    margin-top:25px;
}
.contact-us-side
{
    margin-top:25px;
}
.thought-leadership-back-btn
{
    padding:5px 10px !important;
    font-weight:900;
}
.thought-leadership-back-btn span .fa-arrow-right
{
    color: #fff !important;
}
.thought-leadership-back-btn:hover .fa-arrow-right
{
    color:#767171 !important;
}

.faq-banner
{
    min-height:300px;
    max-height:400px;
    background-attachment:fixed;
    position:relative;
}
.inthemedia-banner
{
    min-height:400px;
    max-height:400px;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    position:relative;
}
.inthemedia-banner .vcenter
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}
.services-banner
{
    min-height:300px;
    max-height:400px;
    position:relative;
    background-attachment:fixed;
}
.press-banner
{
    min-height:300px;
    max-height:400px;
    position:relative;  
    background-repeat:no-repeat;
}

.faq-banner-title
{
    color: #fff !important;
    text-shadow: -4px 3px 5px #333;
    text-transform: unset !important;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    margin-left:20px;
}
.inthemedia-banner-title
{
    color: #fff !important;
    text-shadow: -4px 3px 5px #333;
    font-weight: 600;
    margin-bottom:0;
    text-align:center;
}
.services-banner-title
{
    color: #fff !important;
    font-size:40px !important;
    text-shadow: -4px 3px 5px #333;
    line-height:44px;
    text-transform: unset !important;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    margin-left:20px;
}
.press-banner-title
{
    color: #fff !important;
    text-shadow: -4px 3px 5px #333;
    text-transform: unset !important;
    font-size:40px !important;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
}

.faq .container-fluid
{
    width:100%;
}
.faq .fa-arrow-to-top
{
color: #D9D9D9;
font-size:12.5px;
}
.faq-categories .content
{
    padding:35px 0 0px;
}
.faq-icon-img
{
    max-width:40px;
    max-height:40px;
}
.faq-icon-img-wrapper
{
    min-height:50px;
}
.faq-icon-img-wrapper i
{
    color:#636B6F;
    font-size:40px;
}
.faq-icon-img-wrapper i:hover
{
    color:#ED7D31;
}
.faq-category-links
{
    color:#636B6F;
    font-size:14px;
    font-weight:600;
}
#unsure
{
    padding-bottom:30px;
}
.faq-category-links:hover
{
    color:#ED7D31;
}
.category-top-icon
{
    font-size:52px;
}
.faq-category-item
{
    margin-bottom:80px;
    text-align:center;
}
.faq-category-title
{
    font-weight:900;
    color:#316ea5 !important;
    margin:0px 0px 0px;
    text-transform:none;
}
.faq .faq-category-row
{
    padding-top:40px;
    padding-bottom:30px;
}
.faq hr
{
    width:100%;
    margin:0;
}
.category-item-content h4
{
    color:#00629F !important;
    font-size:18px;
}
.faq .category-item-content h4
{
    color:#00629F !important;
    font-size:18px;
    margin-bottom:30px;
}
.category-item-content
{
    padding:35px 0px;
}
.faq .explore-more
{
    padding:35px 0 0px;
}
.inmedia .explore-more
{
    padding:35px 0 0px;
}
.inmedia .we-are-featured
{
    padding:35px 0 0px;
        border-top: 1px solid rgb(217,217,217);
    border-bottom: 1px solid rgb(217,217,217);
}
.inmedia .we-are-featured .inmedia-category-title
{
    text-align:left;
    margin-left:15px;
}
.inmedia .we-are-featured .report-item
{
    text-align:center;
}
.services .explore-more .faq-category-title
{
    margin:0;
}
.faq .explore-row
{
    padding-top:30px;
}
.inmedia .explore-row
{
    padding-top:30px;
}
.inmedia .outlets-banner
{
    border:none;
    padding-bottom:0;
}
.faq .explore-row .report-item
{
    padding-bottom:45px;
}
.inmedia .explore-more .inmedia-category-title
{
    text-align:left;
    margin-left:15px;
}
.inmedia .explore-row .report-item
{
    padding-bottom:45px;
}
.services .explore-row
{
    padding-top:30px;
}
.services .explore-row .report-item
{
    padding-bottom:45px;
}
.faq .category-item-content
{
    padding:45px 0px 10px;
}
.category-item-content .img-wrapper
{
    text-align:center;
}
.panel-title .glyphicon
{
 float:right;   
 color:#ed7d31;
}
.category-item-faqs-list .panel-title a
{
    text-align:left;
    color:rgb(64,64,64);
    font-weight:400;
    font-size:14px !important;
}
.category-item-faqs-list .panel-default
{
    margin-top:7px;
}
.category-item-faqs-list .panel-heading
{
    padding-top:7px;
    padding-bottom:7px;
}
.category-item-faqs-list .panel-title
{
    text-align:left;
    margin-bottom:0 !important;
}
.category-item-faqs-list
{
    width:75%;
    margin:0 auto;
}
a[aria-expanded="true"]>.glyphicon-menu-down
{
    	-webkit-transform: rotate(180deg);  /* Chrome, Safari, Opera */
			-moz-transform: rotate(180deg);  /* Firefox */
			-ms-transform: rotate(180deg);  /* IE 9 */
				transform: rotate(180deg);  /* Standard syntax */    
    
}
a[aria-expanded="false"]>.glyphicon-menu-down
{
		-webkit-transform: rotate(0deg);  /* Chrome, Safari, Opera */
			-moz-transform: rotate(0deg);  /* Firefox */
			-ms-transform: rotate(0deg);  /* IE 9 */
				transform: rotate(0deg);  /* Standard syntax */    
    
}
.category-item-title
{
 font-weight:900;
 text-transform:none !important;
 margin-bottom:20px;
 margin-top:15px;
}
.panel-body
{
    padding-left:2.5em;
}
.border-div
{
    font-weight:900;
}
.category-item-btn-wrapper
{
    padding:30px 0px 20px;
}
.category-item-btn-wrapper 
{
    font-size:18px;
}

a[href="#faq-top"]
{
color:#D9D9D9 !important;    
}

.unsure-text
{
    color: rgb(64,64,64);
}
.sub-title
{
    font-size:14px;
    color:#636B6F;
}
.explore-more .report-item-title
{
    color:rgb(64,64,64);
    margin-top:5px;
    margin-bottom:20px;
    text-align:left;
    font-weight:900;
    font-size:18px;
}
.report-item span
{
    color:#333333;
    display:block;
}
.explore-row
{
    padding:60px 0px;
}
.services-top-area
{
    padding:35px 0;
}
.services-top-area .sub-title
{
    margin:20px 0px;
}
.services-top-area p
{
    font-size:14px;
}
.services-top-area .sidebar-menu a
{
    font-size:14px;
}
.press-top-area .content
{
    padding:35px 0px 45px;
}
.press-top-area
{
    border-bottom:1px solid rgb(217,217,217);
}
.press-top-area .explore-content
{
    margin-top:0px;
}
.press-top-area p
{
    font-size:14px;
    margin-bottom:25px;
}
.press-top-area .sidebar-menu a
{
    font-size:14px;
}
.press-category-title
{
    margin:0px;
    font-size:33px;
}
.left-links a
{
    display:block;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #333333;

}
.left-links a:hover
{
 color:#ED7D31;
}
.left-links
{
    text-align:center;
}
.left-links .far
{
color:#ed7d31;
}
.services-category-title
{
    margin:0px 0px;
    font-weight:900;
    font-size:22px;
}
.services-bold-para
{
    color:#333333;
    font-size:16px;
    font-weight:600;
    text-align:center;
}
.services-category-list-items li
{
    color:#333333;
    font-weight:400;
    font-size:14px;
    text-align:left !important;
    list-style-type:disc;
}
.services-category-list-items
{
    max-width:550px;
    margin:0 auto;
}
.services-light-para
{
    color:#5B5B5B;
    max-width:690px;
    margin:15px auto;
    text-align:center;
    font-size:12.5px;
}
.services .category-item-btn-wrapper
{
    padding:0px;
}
.trusted-by
{
    padding-top:35px;
}
.trusted-by-list img
{
    max-width:125px;
   margin-right: 60px;
}
.trusted-by-list .carousel-company-sm:nth-child(1)
{
    width:100px;
}
.trusted-by-list .carousel-company-sm:nth-child(2)
{
    width:87.5px;
}
.trusted-by-list .carousel-company-sm:nth-child(3)
{
    width:87.5px;
}
.trusted-by-list .carousel-company-sm:nth-child(4)
{
    width:87.5px;
}
.trusted-by-list .carousel-company-sm:nth-child(5)
{
    width:87.5px;
}
.trusted-by h4
{
    text-transform:none !important;
    font-size:14px;
    margin:0 0 15px;
    font-weight:400;
    color:#333333;
}
.category-item-content.heads
{
    background:rgb(249,249,249);border-top:1px solid rgb(217,217,217);border-bottom:1px solid rgb(217,217,217);padding:25px 0px;
}
#thought-leadership-research
{
    border-top:1px solid rgb(217,217,217);
}
.services .category-item-content
{
    padding:35px 0px 50px;
}
.services .explore-row h4
{
    text-transform:none !important;
    font-size:18px !important;
    font-weight:900;
}
.pills-wrapper
{
    max-width:1000px;
    margin:0 auto;
}
.custom-tabs .nav-link img
{
    display:block;
    margin:0 auto;
}
.custom-tabs .nav-link
{
    color:rgb(127,127,127);
}
.custom-tabs .nav-link:hover
{
    color:#ed7d31;
}
.custom-tabs .nav-link .fa-caret-down
{
    color:#ed7d31 !important;
    font-family:'Font Awesome 5 Pro Solid';
    display:block;
}
.custom-tabs-content .active
{
    background:#fff;
    height:250px;
    padding:25px 0px;
    margin-bottom:25px;
}
.custom-tabs-content .tab-content-wrapper .col-md-4
{
    padding:0px 50px;
}
.custom-tabs-content .tab-content-wrapper h3
{
    font-size:14px;
    font-weight:600;
    color:#8A8A8A;
}
.custom-tabs-content .tab-content-para
{
    font-size:14px;
    font-weight:400;
    color:#8A8A8A;
}
.custom-tabs .nav-link
{
    background:none !important;
}
.left-links a:hover
{
      color:#ed7d31 !important;
}
.thought-leadership-child-subtitle
{
    font-size:18px; font-weight:400;color:#fff;
    
}
.blog-single.thought-leadership-child-report
{
    padding-top:35px;
    padding-bottom:45px;
}
.btn-custom-download:hover
{
    color:#ed7d31;
    background:#fff;
}
.btn-custom-download:hover .icon-download-orange
{
    display:unset !important;
}
.btn-custom-download:hover .icon-download
{
    display:none;
}
.icon-download
{
width:15px;
}
.icon-download-orange
{
    display:none;
    width:15px;
}
.press-category-title
{
    text-align:center;
}
.media-enquiries-title
{
   color: #00629F;
   font-weight:600;
}
.press-category-title
{
    color:#00629F;
    font-weight: 900;
    margin: 0px 0px;
    text-transform: none;
}
.press .explore-more
{
    padding:35px 0px 50px;
}
.press .explore-row .report-item
{
    padding:0;
    text-align:center;
}
.press .explore-row .report-item .img-responsive
{
    width:85%;
}
.press .explore-row
{
    padding:20px 0px;
}
.press .outlets-banner
{
 border:none;   
 padding:40px 0px;
 text-align:center;
}
.press .outlets-banner ul .inthemedia-sm
{
 margin:0 50px;  
}
.press .explore-more
{
    padding-bottom:45px;
}
.thought-leadership-reports .panel-body h4
{
    font-size:22px;
    font-weight:900;
    color:#ED7D31;
}
.under-slider-heading
{
    font-weight:600 !important;
    font-size:18px;
    color:#ED7D31;
}
.thought-leadership-reports .col-md-8.col-xl-7.text-left
{
    padding-right:40px;
}
.thought-leadership-reports.blog-single h3
{
    font-size:22px;
    font-weight:900;
    color:#333333;
}
.thought-leadership-reports.secondary-content h3
{
    margin:0;
}
.view-all-grey-button
{
    border:2px solid #5B5B5B !important;
    background:#fff;
    font-weight:900;
    color:#5B5B5B !important;
}
.view-all-grey-button:hover
{
    background:#5B5B5B !important;
    border:2px solid #5B5B5B;
    color:#fff !important;
}
.linked-follow-button img
{
    width:14px;
}
.thought-leadership-reports .download-button-wrapper:hover
{
    border:2px solid #ED7D31;
}
.thought-leadership-reports .download-button-wrapper
{
    border:2px solid #ED7D31;
}
.services footer li
{
    font-size:13px;
    text-align:left;
}
.faq .category-top-icon
{
    font-size:46px;
}
.services .category-top-icon
{
    color:#00629F;
}
.services .category-bottom-icon
{
    color:#8A8A8A;
    font-size:40px;
    min-height:50px;
    display:block;
}
.active .category-bottom-icon
{
    color:#ED7D31;
}
.services .category-bottom-icon:hover
{
    color:#ED7D31;
}
.services .category-item-bottom-title
{
    color:#8A8A8A !important;
    margin:10px 0 35px;
    font-size:22px;
    font-weight:900;
    text-transform:none;
}
.services .explore-more
{
    padding:35px 0px 0px;
}
.services .category-item-title
{
    font-size:22px;
    font-weight:900;
}
.services-hr
{
    margin:0;
}
.explore-more .report-item span
{
    font-size:12.5px;
}
.services .report-item-title
{
    margin-top:15px;
}
.trusted-by-list
{
    margin-bottom:40px;
    text-align:center;
}
.services .nav-column li
{
    text-align:left;
}
.services .meganav li
{
    font-size:14px;
}
.inthemedia-para
{
font-size:18px;
font-weight:400;
line-height: 28.8px;
color: #ffffff;
}
.inthemedia-banner .contact-button-wrapper
{
    background:#fff !important;
}

.inthemedia-banner .contact-button-wrapper:hover
{
    background:#ED7D31 !important;
}

.inmedia-category-title
{
    font-weight:900;
    font-size:33px;
    color:#316ea5 !important;
    margin:0px 0px 0px;
    text-transform:none;
}
.all-media-articles
{
    padding:0 !important;
}
.featured-in-broadcast img
{
    border:1px solid #D9D9D9;
}
.inmedia .we-are-featured
{
    padding-bottom:50px;
}
.f1
{
font-size: 46px;
font-weight: 900; 
}
.f2
{
    font-size: 40px;
    font-weight: 600;
    text-shadow:rgb(51, 51, 51) -4px 3px 5px;
}
.f3
{

    font-size: 33px;
    font-weight: 900; 
}
.f4
{
    font-size: 22px;
    font-weight: 900;
}
.f4a
{
font-size: 19px;
font-weight: 200; 
}
.f5
{
    font-size: 18px;
    font-weight: 900;
}
.f6
{
    font-size: 14px;
    font-weight: 600;
}
.f7
{
    font-size: 14px;
    color:#333333;
    font-weight: 400; 
}
.f8
{
    font-size: 12.5px;
}
.show-title.f3
{
    font-size:33px !important;
    font-weight:900;
    color:#00629F !important;
    text-transform:initial;
    margin-bottom: 20px;
} 

.retail-report .show-title span
{
    color:#8A8A8A;
}
.retail-report .gallery-slider 
{
    padding:0;
}
.retail-report .what-included .f6
{
    margin-top:0;
    font-weight:900;
    color:#00629F !important;
    padding-left: 26px;
    text-align: left;
}
.what-included-ul .fa-check
{
    color:rgb(112, 173, 71);
}
.what-included-ul
{
    color:#333333;
}
.what-included-ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    color: RGB(112, 173, 71);
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
}
.what-included
{
    padding:0 8px;
}
.padding-35-50
{
    padding:35px 0 0px;
}
.retail-report .left-column
{
        border-bottom: 1px solid rgb(217,217,217);
        padding-bottom:20px !important;
}
.retail-call-to-action
{
    text-align:center;
    padding-bottom:20px !important;
    border-bottom: 1px solid rgb(217,217,217);
}
.retail-report .row
{
    padding:0;
    margin:0;
}
.retail-call-to-action .f6
{
    margin-top:20px;
}
.retail-report .download-button-wrapper
{
    text-transform:initial;
    border-color:#ed7d31;
}
.download-button-wrapper:hover
{
    border:2px solid #ED7D31;
}
.download-button-wrapper
{
    border:2px solid #ED7D31;
}
.more-insights .download-button-wrapper
{
    margin:20px 0 50px;
    text-transform:initial;
}
.main-report-summary .f4
{
    text-align:left;
    font-weight:600;
    margin-top:35px;
    font-size:20px;
}
.img-title
{
font-size:14px;
font-weight:900;
}
.latest-monthly-reports
{
    padding:35px 0 20px;
    background:#F9F9F9;
     border-bottom: 1px solid rgb(217,217,217);
      border-top: 1px solid rgb(217,217,217);
}
.latest-monthly-reports .fa-file-alt
{
    font-size:40px;
    color:#8A8A8A;
    float:left;
    display:inline-block;
}
.latest-monthly-reports .report
{
    margin-top:20px;
    border-bottom: 1px solid rgb(217,217,217);
}
.latest-monthly-reports .report:nth-last-child(1)
{
    border-bottom:none;
    padding-bottom:25px;
}
.latest-monthly-reports .f4
{
    text-align:left;
    margin:0;
}
.more-insights-list-items
{
        max-width: 380px;
        text-align: left;
        margin: 0 auto;
}
.more-insights
{
    padding:35px 0px 0px;
}
.more-insights .f4
{
    margin:0;
}
.more-insights .f5
{
    font-weight:400;
    margin-top:10px;
    margin-bottom:25px;
}
.more-insights .f6
{
    padding-bottom:10px;
}
.more-insights-list-items li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ed7d31; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position:relative;
}
.retailsales .trusted-by
{
    padding-top:0;
}
.retailsales .report-contents
{
    background:#F9F9F9;
    padding-top:40px;
    padding-bottom:0px;
    border-bottom:1px solid rgb(217,217,217);
    border-top:1px solid rgb(217,217,217);
    
}
.retailsales .report
{
    padding-bottom:15px;
}

.report-contents-list .f6
{
    color:#00629F;
}
.report-contents-list li
{
    font-size:13px;
}
.report-contents-list .f7
{
    color:#333333;
}
.report-contents-list .f6::before {
    content: "\2022";
    color: #00629F;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
}
.report-contents-list .f7::before {
    content: "\2022";
    color: #5B5B5B;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
}
.report-contents .f3
{
    text-transform:capitalize;
    margin-bottom:50px;
}
.report-contents-img
{
    width:100%;
}
.report-contents .content
{
    width:60%;
}
.reasons-to-use
{
    text-align:center;
    padding-bottom:70px;
}
.reasons-to-use i
{
    display:block;
    font-size:40px;
    color:#8A8A8A;
    margin-top:20px;
    margin-bottom:5px;
}
.reasons-to-use .f3
{
    text-transform:initial;
    margin-bottom:30px;
}
.reasons-to-use .f6
{
    color:#00629F;
    font-size:18px;
}
.reasons-to-use .f7
{
    color:#333333;
    margin:0;
}
.retailsales .about-our-reports
{
    background:#F9F9F9;
    border-bottom:1px solid rgb(217,217,217);
    border-top:1px solid rgb(217,217,217);
    padding-bottom:70px;
} 
.about-our-reports .f3
{
    margin-top:0;
    margin-bottom:50px;
}
.retailsales .explore-more
{
    padding:35px 0px 0px;
}
.retailsales .explore-more .f3
{
    margin:0;
}
.retailsales .explore-more .explore-row
{
    padding-top:30px;
    display:flex;
    flex-wrap:wrap;
    margin:0;
}
.retail-reports-page .explore-row .report-item-title
{
    color:#00629F;
}
.report-feed-banner
{
    background-size: cover;
    max-height: 400px;
    padding-top: 230px;
    padding-bottom: 20px;
}
.report-feed-banner .vcenter
{
    padding-left:15px;
}
.report-feeds-body
{
padding:35px 0px 0px;    
}
.report-feeds-body .f4
{
    color:#00629F !important;
    text-align:left;
    margin:0;
}
.report-month
{
    text-align:left;
    margin-top:0;
    font-weight:900;
    margin-bottom:5px;
}

.report-feeds-body .report-item
{
   padding-bottom:5px; 
   padding-top:15px;
    border-bottom:1px solid rgb(217,217,217);
}
.need-insight-from-latest-report 
{
    background: #F9F9F9;
    padding-top:30px;
    border-bottom: 1px solid rgb(217,217,217);
    border-top: 1px solid rgb(217,217,217);
}


.retailsales .report-desc
{
    margin-top:10px;
}
.retailsales .report-item:nth-child(6)
{
    margin-bottom:35px;
}
.retailsales .report-item .fa-arrow-right
{
    font-size:10px;
}
.blog  .report-desc .fa-arrow-right
{
    font-size:10px;
}
.more-reports-desc .f8 li::before {
    content: "\2022";
    color: #ed7d31;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
}
.more-reports-desc .f6
{
    color:#333333;
}
.more-reports-desc ul
{
    padding-left:17px;
}
.retail-reports-page .explore-row .report-item-title
{
    margin-bottom:5px;
}
.retail-reports-page .more-reports-desc
{
    margin-top:10px;
}
.report .f6
{
    color:#333333;
}
.report-summary p
{
    color:#333333;
}
.popular-report-item
{
    display:none;
}
.blog {
    margin:0 -15px;
}
/** PODCAST LIBRARY **/

.podcastlibrary .carousel-control.right, .carousel-control.left {
  background: none;
}

.podcastlibrary .carousel-indicators li {
  border: 1px solid #D9D9D9;
}

.podcastlibrary .carousel-indicators li{
  background-color: #D9D9D9;
}
.podcastlibrary .carousel-indicators li.active{
  background-color: #00629F !important;
}

.podcastlibrary a.left.carousel-control {
  left: -30px;
  top: 69px;
}

.podcastlibrary a.right.carousel-control {
  top: 72px;
  right: -30px;
}
.podcastlibrary .carousel-control
{
    opacity:1;
}
.podcastlibrary .glyphicon {
  color: #ed7d31;
}


.podcastlibrary .category-item-content.sub-service h4.text-center.category-item-title {
  color: #000 !important;
}

.podcastlibrary .modal-header {
  position: relative;
}

.podcastlibrary .modal-content {
  background: transparent;
  border: none;
}

.podcastlibrary button.close {
  background: red;
  padding: 5px 5px;
  top: 3px;
}

.podcastlibrary .modal-header {
  padding: 0;
  border: none;
}
.podcastlibrary .services-banner
{
    min-height:400px;
}
.podcastlibrary .box-pod h3 {
    color:#333333;
    text-align: left !important;
    font-size:18px;
    font-weight:900;
    margin-bottom: 20px;
    margin-top: 13px;
}

.podcastlibrary .box-pod span {
  display: block;
}

.podcastlibrary .box-pod {
  background: #f3f3f3;
}

.podcastlibrary .pod-txt {
  padding: 0 10px 20px;
}

.podcastlibrary .pod-txt p {
  margin-bottom: 40px;
}

.podcastlibrary .pod-img {
  position: relative;
}

.podcastlibrary img.play-btn {
  position: absolute;
  bottom: 70px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
section#podcast h1 {
  margin: 35px 0 25px;
  text-transform:initial;
  text-align: left;
}

section#podcast row {
  padding-top: 0 !important;
}

section#podcast .row {
  padding: 0;
}

.more-pod .box-pod {
  background: #f3f3f3;
  margin-bottom: 30px;
}

.podcastlibrary header.content h1, header.content h2 {
  margin: 0;
}

.podcastlibrary header.content {
  text-align: center;
  color: #fff;
  padding-top: 54px;
  padding-bottom:80px;
}

.podcastlibrary section.services-banner h1 {
  color: #fff;
  font-size: 30px;
}

.podcastlibrary section.services-banner h2 {
  color: #fff;
  text-transform:initial;
  font-size: 18px;
  font-weight:900;
  margin: 15px 0;
}

.podcastlibrary section.services-banner a.btn.btn-primary.text-center.contact-button-wrapper {
  background: #fff !important;
  color:#ED7D31;
  font-weight:900;
}
.podcastlibrary section.services-banner a.btn.btn-primary.text-center.contact-button-wrapper:hover{
  background: #ED7D31 !important;
}

.podcastlibrary header.content li {
  list-style: disc;
}

.podcastlibrary header.content ul {
  margin: 0;
  padding: 0;
  font-size:14px;
  text-align:left;
  margin: 0 auto 10px;
}

/*** RETAIL INSIGHTS PAGE **/
.pub-date 
{
    color:#333333;
}
.blog  .post-title-custom 
{
    color:#333333;
    text-align:left;
}
.blog  .post-title-custom a
{
    color:#333333;
}
.blog .custom-blog-item
{
    padding:px 0px;
}
.blog .report-item .contact-button-wrapper
{
    margin-bottom:20px;
}
.retail-insights-banner
{
     background-size:cover;
 max-height:400px; 
}
.blog .report-feeds-body .report-item:nth-last-child(1)
{
    border:none;
}
.custom-explore-more-blog-feeds .report-item-title
{
    margin-top:13px;
}
.blog .report-item .view-all-grey-button
{
    margin-top:20px;
    width:100%;
}
.blog .report-item-title
{
    margin-top:13px;
}
.explore-more .more-reports-desc .fa-arrow-right
{
    font-size:10px;
}
.blog .explore-more .report-item .img-responsive
{
    width:100%;
    height:auto;
    min-height:184px;
}
.underline-text
{
    text-decoration:underline;
}
.report-contents-list
{
    margin-bottom:50px;
}
.retailtrends-banner
{
    max-height:400px;
}
.podcastlibrary .carousel-indicators
{
    position:relative;
    bottom: 0;
    left: none; 
    z-index: none;
    width: none;
    padding-left: none; 
    margin-left: none;
    margin-top:45px;
}