@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
@import url('../libraries/fontAwesome/css/font-awesome.css');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* 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;
}

body.uc-base .component,
body.uc-base .is-edited {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.3px;
  font-weight: 300;
}
body.uc-base .component a:link,
body.uc-base .is-edited a:link,
body.uc-base .component a:visited,
body.uc-base .is-edited a:visited {
  color: #e00122;
  text-decoration: none;
}
body.uc-base .component a:hover,
body.uc-base .is-edited a:hover {
  text-decoration: underline;
}
body.uc-base .component h1,
body.uc-base .is-edited h1,
body.uc-base .component h2,
body.uc-base .is-edited h2,
body.uc-base .component h3,
body.uc-base .is-edited h3,
body.uc-base .component h4,
body.uc-base .is-edited h4,
body.uc-base .component h5,
body.uc-base .is-edited h5,
body.uc-base .component h6,
body.uc-base .is-edited h6 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.25px;
}
body.uc-base .component h3,
body.uc-base .is-edited h3,
body.uc-base .component h4,
body.uc-base .is-edited h4,
body.uc-base .component h5,
body.uc-base .is-edited h5 {
  margin-bottom: 10px;
}
body.uc-base .component h1,
body.uc-base .is-edited h1 {
  font-size: 1.80em;
  font-weight: 800;
}
body.uc-base .component h2,
body.uc-base .is-edited h2 {
  font-size: 1.602em;
}
body.uc-base .component h3,
body.uc-base .is-edited h3 {
  font-size: 1.5em;
  font-weight: 700;
}
body.uc-base .component h4,
body.uc-base .is-edited h4 {
  font-size: 1.266em;
}
body.uc-base .component h5,
body.uc-base .is-edited h5 {
  font-size: 1.125em;
  font-weight: 700;
}
body.uc-base .component h6,
body.uc-base .is-edited h6 {
  font-size: 1em;
}
body.uc-base .component strong,
body.uc-base .is-edited strong {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.uc-base .component h1,
  body.uc-base .is-edited h1 {
    font-size: 2.48em;
  }
  body.uc-base .component h2,
  body.uc-base .is-edited h2 {
    font-size: 2.074em;
  }
  body.uc-base .component h3,
  body.uc-base .is-edited h3 {
    font-size: 1.5em;
    font-weight: 700;
  }
  body.uc-base .component h4,
  body.uc-base .is-edited h4 {
    font-size: 1.44em;
  }
  body.uc-base .component h5,
  body.uc-base .is-edited h5 {
    font-size: 1.2em;
    font-weight: 700;
  }
  body.uc-base .component h6,
  body.uc-base .is-edited h6 {
    font-size: 1em;
  }
}
body.uc-base .component .component .default-component,
body.uc-base .is-edited .component .default-component {
  font-weight: bold;
  font-color: #e00122;
}
body.uc-base .component thead,
body.uc-base .is-edited thead {
  font-weight: bold;
}
body.uc-base .component .cq-dd-image.cq-placeholder,
body.uc-base .is-edited .cq-dd-image.cq-placeholder {
  border: 3px dashed #4c9efd;
}
.is-edited {
  background: #e4ffe7;
}
.is-edited p {
  margin-bottom: 10px;
}
.cq-redirect-notice {
  padding: 30px;
  text-align: center;
  background: #f3f3f3;
  font-weight: bold;
  font-size: 1.5em;
}
.cq-redirect-notice a {
  color: #2F6FA7;
}
.component .error-message {
  padding: 20px;
  border: 1px solid #e00122;
  border-radius: 2px;
  margin: 20px 0;
}

body.uc-base .component .btn {
  border-radius: 1px;
}

@media (max-width: 767px) {
  body.uc-base .component.scroll-small,
  body.uc-base .is-edited.scroll-small {
    position: relative;
  }
  body.uc-base .component.scroll-small .scroller,
  body.uc-base .is-edited.scroll-small .scroller {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% ;
    overflow-x: scroll;
  }
  body.uc-base .component.scroll-small .scroller::-webkit-scrollbar,
  body.uc-base .is-edited.scroll-small .scroller::-webkit-scrollbar {
    display: none;
  }
  body.uc-base .component.scroll-small:before,
  body.uc-base .is-edited.scroll-small:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    display: none;
  }
  body.uc-base .component.scroll-small:after,
  body.uc-base .is-edited.scroll-small:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    content: "";
    display: none;
  }
  body.uc-base .component.scroll-small.show-left:before,
  body.uc-base .is-edited.scroll-small.show-left:before {
    display: block;
  }
  body.uc-base .component.scroll-small.show-right:after,
  body.uc-base .is-edited.scroll-small.show-right:after {
    display: block;
  }
  body.uc-base .component.scroll-small-black:before,
  body.uc-base .is-edited.scroll-small-black:before {
    background: rgba(51, 51, 51, 0.5);
    background: -moz-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: -o-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: -ms-linear-gradient(left, #333333 0%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to right, #333333 0%, rgba(51, 51, 51, 0) 100%);
  }
  body.uc-base .component.scroll-small-black:after,
  body.uc-base .is-edited.scroll-small-black:after {
    background: rgba(51, 51, 51, 0.5);
    background: -moz-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -o-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: -ms-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 100%);
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333333 100%);
  }
  body.uc-base .component.scroll-small-white:before,
  body.uc-base .is-edited.scroll-small-white:before {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  body.uc-base .component.scroll-small-white:after,
  body.uc-base .is-edited.scroll-small-white:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  body.uc-base .component.scroll-small-grey:before,
  body.uc-base .is-edited.scroll-small-grey:before {
    background: rgba(239, 239, 239, 0.5);
    background: -moz-linear-gradient(left, #efefef 0%, rgba(239, 239, 239, 0) 100%);
    background: -webkit-linear-gradient(left, #efefef 0%, rgba(239, 239, 239, 0) 100%);
    background: -o-linear-gradient(left, #efefef 0%, rgba(239, 239, 239, 0) 100%);
    background: -ms-linear-gradient(left, #efefef 0%, rgba(239, 239, 239, 0) 100%);
    background: linear-gradient(to right, #efefef 0%, rgba(239, 239, 239, 0) 100%);
  }
  body.uc-base .component.scroll-small-grey:after,
  body.uc-base .is-edited.scroll-small-grey:after {
    background: rgba(239, 239, 239, 0.5);
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    background: -o-linear-gradient(left, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    background: -ms-linear-gradient(left, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 0) 0%, #efefef 100%);
  }
  body.uc-base .component.scroll-small-red:before,
  body.uc-base .is-edited.scroll-small-red:before {
    background: rgba(184, 1, 28, 0.5);
    background: -moz-linear-gradient(left, #b8011c 0%, rgba(184, 1, 28, 0) 100%);
    background: -webkit-linear-gradient(left, #b8011c 0%, rgba(184, 1, 28, 0) 100%);
    background: -o-linear-gradient(left, #b8011c 0%, rgba(184, 1, 28, 0) 100%);
    background: -ms-linear-gradient(left, #b8011c 0%, rgba(184, 1, 28, 0) 100%);
    background: linear-gradient(to right, #b8011c 0%, rgba(184, 1, 28, 0) 100%);
  }
  body.uc-base .component.scroll-small-red:after,
  body.uc-base .is-edited.scroll-small-red:after {
    background: rgba(184, 1, 28, 0.5);
    background: -moz-linear-gradient(left, rgba(184, 1, 28, 0) 0%, #b8011c 100%);
    background: -webkit-linear-gradient(left, rgba(184, 1, 28, 0) 0%, #b8011c 100%);
    background: -o-linear-gradient(left, rgba(184, 1, 28, 0) 0%, #b8011c 100%);
    background: -ms-linear-gradient(left, rgba(184, 1, 28, 0) 0%, #b8011c 100%);
    background: linear-gradient(to right, rgba(184, 1, 28, 0) 0%, #b8011c 100%);
  }
}

.arrows[aria-expanded='true'] > .arrow-right {
  display: none;
}
.arrows[aria-expanded='true'].arrows-block > .arrow-down,
.arrows[aria-expanded='true'] > .arrow-down {
  display: block;
}
.arrows[aria-expanded='true'].arrows-inline .arrow-down {
  display: inline;
}
.arrows[aria-expanded='false'] > .arrow-down {
  display: none;
}
.arrows[aria-expanded='false'].arrows-block > .arrow-right,
.arrows[aria-expanded='false'] > .arrow-right {
  display: block;
}
.arrows[aria-expanded='false'].arrows-inline .arrow-right {
  display: inline;
}

svg {
  fill: #fff;
}

@media print {
  body.uc-base .component,
  body.uc-base .is-edited {
    font-size: 12px;
  }
  .component {
    color: #000 !important;
  }
  .component a[href] {
    text-decoration: underline;
  }
}

