/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* CSS for third party notices app */
body {
  background: #fff;
  font-family: 'wf_segoe-ui_normal', 'Segoe UI', 'Segoe', 'Segoe WP', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
  font-size: 14px;
  color: #524d52;
}

.content {
  min-height: calc(100vh - 160px);
}

.logo {
  height: 36px;
}

.page-content {
  width: 100%;
  min-width: 180px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  height: 80px;
  width: 100%;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  height: 80px;
}

.footer .page-content span {
  color: #999;
  font-size: 0.9em;
}

h1,
h2 {
  font-size: 32px;
  font-weight: lighter;
  margin-top: 16px;
  margin-bottom: 16px;
}

h2 {
  font-size: 20px;
  margin-top: 32px;
}

h3 {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  margin: 24px 0 10px;
  padding-bottom: 12px;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.thirdparty ul {
  list-style: circle;
  margin-left: 20px;
}

.thirdparty ul li {
  margin-bottom: 10px;
}

.thirdparty {
  margin: 0 20px;
}

.thirdparty .tab {
  margin-left: 32px;
}

.components {
  margin: 10px 20px 20px 20px;
  word-break: break-all;
}

.b-button {
  display: inline-block;
  border: 1px solid #1a82a5;
  padding: 8px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #1993b5;
}

.actions {
  margin-top: 30px;
}

.contextualsearch img {
  width: 100%;
  margin-bottom: 50px;
}

.contextualsearch .b-button {
  width: 80%;
  margin: 0 auto;
  display: block;
}
