:root {
  --cassiopeia-color-primary: #d80007;
  --cassiopeia-color-link: #d80007;
  --cassiopeia-color-hover: #1964B8;
  --body-color:: #333333;
  --template-link-hover-color: #1964B8;
  --template-contrast: #d80007;
  --link-color: #d80007;
  --link-hover-color: #1964B8;
}
.h1, .h2, .h3, h1, h2, h3 {
  font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 300;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.1rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.container-topbar, .container-below-top {
    color: white;
    display:block;
}
.footer .grid-child {
    display:block;
}
.container-header {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #ffffff 0%, #e3e5ea 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.metismenu.mod-menu .metismenu-item {
    font-size: 1rem;
    line-height: 1.5;
    padding: .4em .6em;
}
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  position: relative;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
  .container-header .mod-menu > li.active > a, .container-header .mod-menu > li.active > span,
.container-header .mod-menu > li > a:hover {
    color: #C00107;
    text-decoration: underline;
  }
  .container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: #C00107;
    opacity: 0.9;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
.container-header .metismenu > li > a:hover::after,
.container-header .metismenu > li > button:hover::before, .container-header .metismenu > li.active > a::after, .container-header .metismenu > li.active > button::before {
  right: 0;
  left: 0;
  background: #C00107;
  color: #C00107!important;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5em;
  border-top: 1px solid #e3e5ea;
}
.container-header nav {
  padding: 0;
  margin-top: 0em;
}
.container-header .container-search {
  margin-top: 0em;
}
.metismenu.mod-menu .mm-toggler {
    align-items: center;
    text-transform: uppercase;
    background: none;
    border: none;
    box-shadow: none;
    color: #333333;
    display: flex;
    height: 100%;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-header .navbar-toggler {
    border: 1px solid #333333;
    color: #333333;
    cursor: pointer;
}
@media (max-width: 767.98px) {
  .container-header .container-nav .container-search,
  .container-header .container-nav nav {
    margin-top: 0;
  }
}
.rightish {float:right;}
.lefttish {float:left;}
.fullwidth {
  margin-left: calc( -50vw + 50% + 10px );
  margin-right: calc( -50vw + 50% );
  max-width: calc( 100vw - 25px );
}