/*
 ARDEX basic stylings
 ARDEX standardized header stylings
*/
@font-face {
  font-family: "NewsCycle";
  font-weight: bold;
  src: url("../fonts/NewsCycle/NewsCycle-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NewsCycle";
  font-weight: normal;
  src: url("../fonts/NewsCycle/NewsCycle-Regular.ttf") format("truetype");
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
input,
button {
  font-family: "NewsCycle", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
body,
select {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #1f1f1f;
  font-family: "NewsCycle", Helvetica, Arial, sans-serif;
}
.wrapper {
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 20px;
}
.wrapper.hidden {
  display: none;
}
.header .wrapper {
  margin-bottom: 0px;
  position: relative;
  padding: 10px 20px;
}
.header .wrapper.hidden {
  display: none;
}
.header .head {
  height: 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 6px;
}
.branding.no-breadcrumb {
  margin: 0;
}
.branding.no-breadcrumb nav.breadcrumb {
  display: none;
}
.branding i.appmode-arrow {
  font: normal normal normal 25px/1 FontAwesome;
  cursor: pointer;
}
@media (max-width: 768px) {
  .branding i.appmode-arrow {
    padding: 0;
  }
}
.branding i.appmode-close {
  font-size: 25px;
  padding: 0 0 10px;
  cursor: pointer;
}
.branding .logo {
  display: inline-block;
  cursor: pointer;
}
.branding .logo img {
  height: 55px;
  width: auto;
}
.branding nav.breadcrumb {
  font-size: 18px;
  margin: 0 0 0 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #1f1f1f;
  pointer-events: none;
}
@media (max-width: 768px) {
  .branding nav.breadcrumb {
    display: none;
  }
}
.branding nav.breadcrumb ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
}
.branding nav.breadcrumb li {
  padding: 0;
}
/*
    Nav Menu
*/
.navi {
  float: right;
  display: flex;
  align-items: flex-start;
  padding: 0px;
}
.navi .help,
.navi .hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navi .help:hover,
.navi .hamburger:hover {
  opacity: 0.7;
}
.navi .help {
  background-color: transparent;
  color: #1f1f1f;
  outline: 0;
  border: 0;
  padding: 0;
  font-size: 24px;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
.navi__text {
  font-size: 16px;
  padding: 10px 0 0 0;
  color: #1f1f1f;
}
.pagetitle-accent {
  background: #5b86a3;
  background: linear-gradient(90deg, #5b86a3 0%, #5b86a3 50%, white 50%, white 100%);
}
.pagetitle {
  width: 100%;
  position: relative;
  display: flex;
  align-content: center;
  height: 45px;
  align-items: center;
  background: white;
}
.pagetitle span {
  display: block;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 20px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pagetitle span {
    font-size: 16px;
  }
}
.pagetitle span.desc {
  display: inline;
}
.adx-color {
  color: #5b86a3;
}
.background-adx-color {
  background: #5b86a3;
}
