

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

body {
   font-family: 'OpenSans-Regular'!important;
   margin-bottom: 256px;
}

b {
  font-family: 'OpenSans-Bold';
}


.undernav-elem {
  margin-top: -75px;
}


/* header responsivity */
header {
    font-size: 13px;
    min-height:28px;
    font-family:
    'OpenSans-Regular';
    color:#FFFFFF;
    background-color:#333333;
}

.header-elem {
  vertical-align:middle;
  margin-top: 3px;
}

@include media-breakpoint-up(sm) {
  header {
    font-size: 13px;
  }
}

@include media-breakpoint-up(md) {
  header {
    font-size: 13px;
  }
}

@include media-breakpoint-up(lg) {
  header {
    font-size: 13px;
  }
}

.navbar {
padding: 0 0;
}

nav {
  background: rgba(255, 255, 255, 0.6)!important;
  padding-top: 28px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  z-index: 1;
  top: 0;
  position: fixed;
  /*box-shadow: 0 2px 3px rgba(0, 0, 0, .4);*/
  overflow: visible;
  min-height: 75px;
  font-family: 'OpenSans-Bold' !important;
  font-size: 18px;
  color: #000000 !important;
}

nav * > ul > .active, nav * > ul > .active > a  {
    color: #ffffff !important;
    background-color: #ff173e !important;
}

nav * > li > a {
  display: inline-block !important;
  min-height: 75px;
  width: 100%;
  text-align: center;
  vertical-align: middle !important;
  padding-top: 24px !important;
  color: #000000 !important;
}

nav * > li > a:hover {
  color: #FFFFFF !important;
  background-color: #ff173e;
  text-decoration: none;

}

.dropdown-item {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
  padding: 0;
  margin: 0;
}

.dropdown-menu{
  border: none;
  border-radius: 0;
  background-color: #2B2E30;
  color: #FFFFFF;
}

.dropdown-menu > a {
  color: #FFFFFF;
  background-color: #2B2E30;
}

.dropdown-menu > a:hover {
  color: #ff173e;
  background-color: #333333;
}


.header-separator {
  border-left: solid #515151 1px;
}

#particles-js
{
  position:absolute;
  z-index: -1;
  width: 100%;
  height: 150px;
  right:0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #2B2E30;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-family: 'OpenSans-Regular'!important;
}

.footer-copyright { font-family: 'OpenSans-Light'!important; background: #1F2323;; color: #E1E1E1; font-size: 12px; padding: 5px 0; }
.footer-copyright a { color: #aaa; }
.footer-copyright a:hover { color: #fff; }
.footer-copyright p { margin: 0; }

.footer a { color: #ccc; }
.footer a:hover {color: #fff; }

.linklist li {
  margin-left: -2em;
}

.linklist li i {
  margin-right: 0.5em;
}


/*.font-weight-light {
  font-weight: normal;
  font-family: 'Lowvetica' !important;
}

@font-face {
  font-family: 'Lowvetica';
  font-style:  normal;
  font-weight: 100;
  font-stretch: expanded;
  src: url("../fonts/lowvetica_Ultra_Thin/Lowvetica.ttf") format('truetype');
}*/

@font-face {
  font-family: 'Helvetica';
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/Helvetica/Helvetica.ttf") format('truetype');
}

@font-face {
  font-family: 'Helvetica';
  font-style:  normal;
  font-weight: bold;
  src: url("../fonts/Helvetica/Helvetica-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Helvetica';
  font-style:  oblique;
  font-weight: bold;
  src: url("../fonts/Helvetica/Helvetica-BoldOblique.ttf") format('truetype');
}

@font-face {
  font-family: 'Helvetica';
  font-style:  oblique;
  font-weight: normal;
  src: url("../fonts/Helvetica/Helvetica-Oblique.ttf") format('truetype');
}


@font-face {
  font-family: 'LiberationSans';
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/Liberation_Sans/LiberationSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'LiberationSans';
  font-style:  normal;
  font-weight: bold;
  src: url("../fonts/Liberation_Sans/LiberationSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'LiberationSans';
  font-style:  oblique;
  font-weight: bold;
  src: url("../fonts/Liberation_Sans/LiberationSans-BoldItalic.ttf") format('truetype');
}

@font-face {
  font-family: 'LiberationSans';
  font-style:  oblique;
  font-weight: normal;
  src: url("../fonts/Liberation_Sans/LiberationSans-Italic.ttf") format('truetype');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style:  normal;
  font-weight: bold;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style:  normal;
  font-weight: lighter;
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format('truetype');
}

@media (max-width: 1024px){
  .container {
    max-width: 100%;
  }
}

media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

#to-show-onhover {
    display: none;
}
#to-hover:hover > #to-show-onhover  {
    display: block;
}

.debug-blue { border: solid blue 1px; }
.debug-red { border: solid red 1px; }
.debug-green { border: solid green 1px; }

.undernav-title-container {
  color:#FFFFFF;
  margin-top:160px;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
}

.undernav-title-container > h1 { font-size: 38pt; }

.undernav-path-container {
  text-decoration: none !important;
  display:table;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  height: 70px;
  background-color: white;
}

.undernav-path-container > span {
  font-family: 'OpenSans-Regular';
  display:table-cell;
  vertical-align:middle;
}

.undernav-path-container > span > a {
  text-decoration: none !important;
  color: black;
}

.box-shadowed {
  box-shadow: 0px 0px 5px grey;
}

.main-content {
  margin-bottom: 5rem;
}

.main-content > h2 {
  font-family: 'OpenSans-Bold';
  font-size: 30pt;
}

.main-content > .title-separator {
    content: "" !important;
    top:45pt;
    width: 4.3rem !important;
    height: 1px !important;
    left: 0 !important;
    border-bottom: 4px solid #ff173e !important;
}

.main-content > h3 {
  margin-top: 2.6rem;
  font-family: 'OpenSans-Bold';
  font-size: 20pt;
  color: #ff173e ;
}

.main-content > p {
  font-family: 'OpenSans-Regular';
  font-size: 15pt;
}


.gray-wrapper {
  border: solid #cbcfd2 1px;
  background-color: #f6f6f6;
}

.button-link, .button-link > a, .button-link > input {
    text-align: center; background-color: #ff173e;
    font-size: 15pt;
    color: #FFFFFF;
    font-family: 'OpenSans-Regular'!important;
    border-radius: 0 !important;
}

.button-link > input {
  border: none;
}

.button-green, .button-green > a {
    text-align: center; background-color: #80c416;
    font-size: 15pt;
    color: #FFFFFF;
    font-family: 'OpenSans-Regular'!important;
    border-radius: 0 !important;
}


.comma-list {
  display: inline;
  list-style: none;
  padding-left: 0.2rem;
}

.comma-list li {
  display: inline;
}

.comma-list li::after {
  content: ", ";
}

.comma-list li:last-child::after {
    content: ".";
}

.required-mark:after{
  content:" *";
  font-weight:bold;
  color:red;
}
