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

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

body {
  line-height: 1;
  min-width: 460px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-family: "Chevin", "Trebuchet MS", sans-serif !important;
  font-size: 1.5rem;
  line-height: 2.3rem;
  /* margin-bottom: 100px !important; */
  overflow-x: auto;
  padding: 0 0 100px;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.ally-hidden {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
}

.defaultHeader {
  background-color: #DA202A;
  box-sizing: border-box;
  color: #fff;
  max-height: 100px;
  max-height: 10rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
}

.defaultHeader__logo {
  display: flex;
  align-items: center;
  float: left;
}

.defaultHeader__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  line-height: 58px;
  line-height: 5.8rem;
  margin-left: 20px;
  margin-left: 2rem;
}

.defaultHeader__title .light,
.defaultHeader__title small {
  font-weight: 400;
}

.defaultHeader__subTitle {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
  margin-left: 1rem;
  margin-top: 26px;
}

header .container {
  position: relative;
}

header .secondary-nav {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

header .secondary-nav li {
  display: inline-block;
  line-height: 0.8;
  border-right: 1px solid #fff;
  padding: 0 10px 0 5px;
}

header .secondary-nav li:first-child {
  padding-left: 0;
}

header .secondary-nav li:last-child {
  border: none;
  padding-right: 0;
}

header .secondary-nav a:hover, 
header .secondary-nav a:focus {
  text-decoration: underline;
  color: #fff;
}


.wrapper {
  /*min-height: calc(100vh - 100px);*/
  /*min-height: calc(100vh - 10rem);*/
}

.pageHero {
  background-image: url(/hc/theming_assets/01HZKS8D340TMZSHG6HAPXFRXK);
  background-position: center;
  background-size: cover;
  min-height: 260px;
  min-height: 26rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pageHero:after {
  clear: both;
  content: "";
  display: table;
}

.pageHero .container {
  min-height: 260px;
  min-height: 26rem;
  position: relative;
}

.pageHero__label {
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
}

.pageHero__search {
  -ms-transform: translate(-50%, -50%);
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  left: 50%;
  padding: 2rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.pageHero__search:after {
  clear: both;
  content: "";
  display: table;
}

.pageHero--small {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 15px 25px;
  padding: 1.5rem 1.5rem 2.5rem;
}

.pageHero--small,form {
  position: relative;
}

input[type="search"] {
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
  height: 50px;
  height: 5rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  width: 100%;
}

input[type="submit"],
button.search {
  -webkit-appearance: none;
  background-color: #62A509;
  border: 0;
  color: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  height: 4rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  width: 100%;
}

input[type="submit"]:hover,
button.search:hover {
  background-color: #6bb606;
}

.content {
  background-color: #fff;
  padding-bottom: 5rem;
  padding-top: 3.2rem;
  position: relative;
}

.content::before {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2));
  content: '';
  height: 14px;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content.mid {
  background-color: #F4F4F4;
}

.sectionTitle,
.recent-activity-header {
  text-align: center;
}

.sectionTitle,
.recent-activity-header,.sectionTitle--large,
.recent-activity-header--large {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.categoryList__item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

.categoryList__item__header {
  background-color: #DA202A;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 2rem;
}

.categoryList__item__header a {
  color: #fff;
  text-decoration: none;
}

.categoryList__item__header a:hover {
  color: #fafafa;
  text-decoration: none;
}

.subcategoryList {
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  padding-top: 25px;
  padding-top: 2.5rem;
}

.subcategoryList__item {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.subcategoryList__item a {
  color: inherit;
  text-decoration: none;
}

.subcategoryList__item a:hover {
  color: #DA202A;
}

.articleList__item,
.recent-activity-item {
  color: #DA202A;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  min-height: 45px;
  min-height: 4.5rem;
  padding-left: 30px;
  padding-left: 3rem;
  position: relative;
}

.articleList__item.single,
.recent-activity-item.single {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
}

.articleList__item a,
.recent-activity-item a {
  color: #333;
}

.articleList__item a:hover,
.recent-activity-item a:hover {
  color: #DA202A;
  text-decoration: underline;
}

.articleList__item ul,
.recent-activity-item ul {
  margin-top: 0.5rem;
}

.articleList__item::before,
.recent-activity-item::before {
  background-color: #E4E4E4;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 10px;
  width: 1rem;
}

.recent-activity-controls {
  clear: both;
  text-align: center;
}

.recent-activity-controls a {
  color: inherit;
  display: inline-block;
  padding-top: 4rem;
  position: relative;
}

.recent-activity-controls a::before {
  background: #fafafa;
  border: 1px solid #dededc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "\f107";
  font-family: "FontAwesome";
  height: 3rem;
  left: calc(50% - 1.5rem);
  line-height: 3rem;
  margin-bottom: 1rem;
  position: absolute;
  top: 0;
  width: 3rem;
}

.recent-activity-controls a::before:hover {
  color: #555;
}

.recent-activity-controls a:hover {
  color: #DA202A;
}

.articleList__item__title,
.recent-activity-item-parent {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

.articleList__item__link,
.recent-activity-item-link {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

.recent-activity-item-time,
.recent-activity-item-comment {
  display: none;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 5rem;
  padding: 0;
}

.breadcrumbs.search-result-breadcrumbs {
  margin-bottom: 1rem;
}

.breadcrumbs__item,
.breadcrumbs li {
  display: inline-block;
  margin-right: 1rem;
}

.breadcrumbs__item span::before,
.breadcrumbs li span::before {
  left: -0.3rem;
  position: relative;
}

.breadcrumbs li:not(:first-of-type)::before {
  content: "\f105";
  font-family: "FontAwesome";
  left: -0.5rem;
  position: relative;
}

.breadcrumbs__link,
.breadcrumbs a {
  color: #DA202A;
}

.breadcrumbs__link:hover,
.breadcrumbs a:hover {
  color: #DA202A;
  text-decoration: underline;
}

.articleText {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.articleText p,
.articleText h4,
.articleText h2,
.articleText h3,
.articleText img,
.articleText ul {
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}

.articleText h2,
.articleText h3,
.articleText h4 {
  font-family: "Chevin", "Trebuchet MS", sans-serif !important;
  font-weight: 700;
}

.articleText h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

.articleText h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

.articleText h4 {
  font-size: 15px;
  font-size: 1.5rem;
}

.articleText ul {
  list-style-type: disc;
  margin-left: 25px;
}

.articleText img {
  background-color: #fff;
  border: 1px solid #dededc;
  box-sizing: border-box;
  display: block;
  height: auto;
  padding: 5px;
  padding: 0.5rem;
  max-width: 100%;
}

.article__sideList {
  background-color: #eee;
  border-left: 10px solid #dededc;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding: 20px;
  padding: 2rem;
}

.article__sideList__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.article__sideList__link {
  color: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

.article__sideList__link:hover {
  color: #555;
}

.search-result {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.search-result a.search-result-link {
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
}

.search-result .search-result-description em {
  font-weight: bold;
  font-style: normal;
  color: #0892cb;
}

.defaultHeader__title small {
  vertical-align: super;
  line-height: 24px;
  font-weight: 300;
  font-size: 20px
}
.defaultHeader a {
  color: #fff;
}

.defaultHeader a:hover,
.defaultHeader a:focus {
  text-decoration: none;
  color: #fff;
}

footer {
  background-color: #2a2a2d;
  color: #fff;
  font-size: 1.3rem;
	font-weight: 400;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding: 15px 0;
  /*height: 100px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 460px;
  overflow: hidden;
}

footer .text {
  float: left;
}

footer .footer-nav {
  padding-bottom: 10px;
 	border-bottom: 1px solid #53535a;
}

footer .footer-nav ul {
  margin: 0;
}

footer .footer-nav li {
  display: inline-block;
  line-height: 0.8;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

footer .footer-nav li:first-child {
  padding-left: 0;
}

footer .footer-nav li:last-child {
  border: none;
  padding-right: 0;
}

footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}

footer .footer-nav a:hover, 
footer .footer-nav a:active {
  text-decoration: underline;
  color: #fff;
}

footer p {
  line-height: 1.6;
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 375px) {
  .defaultHeader__subTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 414px) {
  .defaultHeader__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .defaultHeader__subTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .defaultHeader__title {
    font-size: 40px;
    font-size: 4rem;
  }

  header .secondary-nav {
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pageHero__search {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    width: 100%;
  }

  .pageHero--small {
    padding: 15px;
    padding: 1.5rem;
  }

  input[type="submit"],
  button.search {
    border-radius: 5px;
    height: 3rem;
    position: absolute;
    right: 10px;
    right: 1rem;
    top: 10px;
    top: 1rem;
    width: 80px;
    width: 8rem;
  }

  .categoryList li:nth-of-type(3n+1),.articleList li:nth-of-type(4n) {
    clear: left;
  }

  .recent-activity-item {
    box-sizing: border-box;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 33.333%;
  }

  .recent-activity-item:nth-of-type(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 992px) {
  .defaultHeader__logo {
  }

  .defaultHeader__title {
    padding-top: 27px;
    letter-spacing: -0.2rem;
    line-height: 7rem;
  }

  .defaultHeader__subTitle {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: normal;
    margin-top: 22px;
  }

  .pageHero .container,.pageHero {
    min-height: 360px;
    min-height: 36rem;
  }

  .pageHero__label {
    font-size: 2.4rem;
  }

  .pageHero__search {
    padding-bottom: 60px;
    padding-bottom: 6rem;
    padding-top: 60px;
    padding-top: 6rem;
  }

  .sectionTitle--large,
  .recent-activity-header--large {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .categoryList li:nth-of-type(3n+1) {
    clear: left;
  }

  .recent-activity-item {
    width: 25%;
  }

  .recent-activity-item:nth-of-type(3n+1) {
    clear: none;
  }

  .recent-activity-item:nth-of-type(4n+1) {
    clear: left;
  }

  .recent-activity-item:nth-of-type(4n) {
    clear: none;
  }
}

@media only screen and (min-width: 1200px) {
  .categoryList__item__header {
    font-size: 20px;
    font-size: 2rem;
  }

  .articleList li:nth-of-type(4n) {
    clear: none;
  }

  .articleList li:nth-of-type(5n) {
    clear: left;
  }
}

table.basic thead tr th,
table.basic tbody tr td {
  border: 1px solid #ddd;
  padding: 5px;
}

table.basic thead tr th {
  font-weight: bold;
}

.homePage .container .alert {
  margin: 10px 14px 40px 14px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.homePage .container .alert.visible {
  display: flex;
}

.homePage .container .alert .glyphicon {
  font-size: 22px;
  margin-top: -2px;
  margin-right: 8px;
}

#cookiepolicy table {
    color: #000000;
    border-collapse: collapse;
}

#cookiepolicy thead th {
    background-color: #333;
    color: #fff;
    font-size: 135%;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #fff;
  	padding: 12px 10px;
}

#cookiepolicy tbody tr:hover {
    background: #fff;
}

#cookiepolicy p {
    padding: 0 0 9px;
    line-height: 1.5;
}

#cookiepolicy td {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    font-size: 105%;
    padding: 13px 0 14px 10px;
}
#cookiepolicy ul.bullet {
    margin: 0 0 0 18px;
    list-style-position: outside;
}
#cookiepolicy ul, #cookiepolicy li {
    list-style: none;
}
#cookiepolicy ul.bullet li {
    list-style-type: disc;
    padding: 0 20px 8px 0;
} 

.quote {
  border-left: 3px solid #ddd;
  margin-left: 5px;
  padding-left: 15px;
}
