﻿@charset "UTF-8";
/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/

@import url(https://waps.l3s.uni-hannover.de/live/cs_/https://fonts.googleapis.com/css?family=Roboto);
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

/* added back in -due to older sage overrides*/
ul, ol {
  list-style-type: none;
}



/*
* @subsection General Styles
*/
.rd-navbar-wrap, .rd-navbar, .rd-navbar-brand, .rd-navbar-slogan,
.rd-navbar-dropdown, .rd-navbar-megamenu, .rd-navbar-collapse-items,
.brand-name, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-search-form-input,
.rd-navbar-search-form-submit, .rd-navbar-search-toggle,
.rd-navbar-live-search-results, .rd-navbar-search-form, .material-icons-shopping_cart {
  /* transition: .3s all ease; */
}

.rd-navbar {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .rd-navbar {
    background: transparent;
  }
}

@media (max-width: 1199px) {
  .rd-navbar {
    position: relative;
  }
}

.rd-navbar {
  position: relative;
}

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  color: #000;
  display: none;
}

.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  transition: .3s all ease;
}

.rd-navbar-toggle span:after {
  top: 0.5rem;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
  width: 1.5rem;
  height: 0.25rem;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 0.125rem;
}

.rd-navbar-toggle span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
  -webkit-transform-origin: 0.10714rem center;
  -moz-transform-origin: 0.10714rem center;
  -ms-transform-origin: 0.10714rem center;
  transform-origin: 0.10714rem center;
  -webkit-transform-origin: 0.10714rem center;
  -moz-transform-origin: 0.10714rem center;
  -ms-transform-origin: 0.10714rem center;
  transform-origin: 0.10714rem center;
}

.rd-navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
  top: 0;
  width: 0.9375rem;
}

.rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-brand {
  margin-top: 0.3125rem;
}
    .rd-navbar-brand img {
        display: block;
        width: 150px;
        Xwidth: 100%;
    }


.rd-navbar-brand .brand-name {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #000;
}

.rd-navbar-brand .brand-name:hover {
  color: #000;
}

.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  display: none;
}

.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -0.1875rem;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  line-height: 0.375rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -0.1875rem;
  border-radius: 50%;
  transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  content: '';
}

.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 0.1875rem;
}

.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 0.1875rem;
}

.rd-navbar-collapse-toggle.active span {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
  -webkit-transform: translateY(1.125rem);
  transform: translateY(1.125rem);
}

.rd-navbar-collapse-toggle.active span:after {
  -webkit-transform: translateY(-1.125rem);
  transform: translateY(-1.125rem);
}

.rd-navbar-nav,
.rd-navbar-nav * {
    white-space: nowrap;
    break-after: avoid;
    break-before: avoid;
    break-inside: avoid;
}
    .rd-navbar-nav > li > a {
        color: #8b43d1;
        text-transform: uppercase;
    }

.rd-navbar-nav > li > a small {
  display: none;
}

.rd-navbar-nav .rd-navbar-dropdown .marked {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1.11111;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  float: right;
  background: #d9534f;
  width: 2.1875rem;
  position: relative;
  text-align: center;
  margin-top: 0.1875rem;
  margin-right: 0.3125rem;
}

.rd-navbar-nav .rd-navbar-dropdown .marked:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 0.4375rem solid #d9534f;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
}

.rd-navbar-dropdown {
  display: none;
}

.rd-navbar-megamenu {
  display: none;
}

.rd-navbar-search-toggle {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: 'Material Icons';
}

.rd-navbar-search-toggle, .rd-navbar-search-toggle:before, .rd-navbar-search-toggle:after {
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
}

.rd-navbar-search-toggle:before, .rd-navbar-search-toggle:after {
  position: absolute;
  left: 0;
  top: 0;
}

.rd-navbar-search-toggle:before {
  content: '\e8b6';
  transition: .3s all ease;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle:after {
  content: '\e5cd';
  transition: .3s all ease;
  -webkit-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle.active:before {
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle.active:after {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .rd-navbar-search-toggle, .rd-navbar-fixed .rd-navbar-search-toggle:before {
  width: 3rem;
  line-height: 2;
}

.rd-navbar--is-clone .rd-navbar-live-search-results {
  visibility: hidden;
  opacity: 0;
}

.rd-navbar--is-clone .rd-navbar-live-search-results.active {
  visibility: visible;
  opacity: 1;
}

.rd-navbar--has-sidebar body {
  padding-left: 16.875rem;
}

.rd-navbar--is-stuck {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar.rd-navbar--is-stuck.rd-navbar--loading {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar-static, .rd-navbar-sidebar, .rd-navbar-fullwidth {
  z-index: 10;
}


.rd-navbar-static .rd-navbar-search-form-input input::-ms-clear, .rd-navbar-sidebar .rd-navbar-search-form-input input::-ms-clear, .rd-navbar-fullwidth .rd-navbar-search-form-input input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.rd-navbar-static .rd-navbar-search-form-submit, .rd-navbar-sidebar .rd-navbar-search-form-submit, .rd-navbar-fullwidth .rd-navbar-search-form-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.rd-navbar-fullwidth {
  position: relative;
}

.rd-navbar-static, .rd-navbar-fullwidth {
  padding-top: .5rem;
  padding-bottom: .5rem;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav, .rd-navbar-fullwidth .rd-navbar-nav {
  margin-top: 0.25rem;
  margin-right: 0;
}

.rd-navbar-static.top-panel, .rd-navbar-fullwidth.top-panel {
  padding-top: 0;
}

.rd-navbar-static:after, .rd-navbar-fullwidth:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.rd-navbar-static .rd-navbar-brand, .rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-search-toggle, .rd-navbar-fullwidth .rd-navbar-brand, .rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-search-toggle {
  position: relative;
  z-index: 2;
}

/*.rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-fullwidth .rd-navbar-nav-wrap {
  padding-right: 200px;
}
*/
.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}


.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu li, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu li,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu li a, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu li a {
  font-size: 1rem;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) translateX(-50%);
  transform: translateY(30px) translateX(-50%);
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  left: 50%;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.open > .rd-navbar-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0) translateX(-50%);
  transform: translate(0) translateX(-50%);
}


.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.open > .rd-navbar-dropdown, 
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.open > .rd-navbar-dropdown {
  display: block;
}

.rd-navbar-static .rd-navbar-inner, .rd-navbar-fullwidth .rd-navbar-inner {
  position: relative;
  padding-left: 15px;
  padding-right:  15px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
  display: block;
  position: absolute;
  text-align: left;
  margin-top: -30px;
  left: 50%;
  margin-left: -16.875rem;
  width: 16.875rem;
  background: #682b8d;
  z-index: 5;
  padding-bottom: 36px;
  border:none;
}

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-dropdown {
  background: #682b8d;
  padding: 1.4375rem 0.3125rem 1.75rem 1.25rem;
  font-family: Roboto, sans-serif;
}

.rd-navbar-static .rd-navbar-dropdown span.fa-angle-right, .rd-navbar-fullwidth .rd-navbar-dropdown span.fa-angle-right {
  font-size: 1rem;
  float: right;
  color: #fff;
}

.rd-navbar-static .rd-navbar-dropdown li + li, .rd-navbar-fullwidth .rd-navbar-dropdown li + li {

}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
  padding: 1.125rem 2.375rem;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown > li, .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown > li {
  font-family: Roboto, sans-serif;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
  color: #7b8197;
  text-transform: none;
}

.rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
  display: block;
  padding: 0.5rem 0;
  color: #fff;
  background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown > li > a:hover, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a {
  color: #539536;
  background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-megamenu {
  display: table;
  position: absolute;
  text-align: left;
  left: 0.625rem;
  right: 0.625rem;
  table-layout: fixed;
  width: 100%;
  margin-top: 2.5625rem;
  max-width: none;
  background: #56636a;
  z-index: 4;
}

@media (max-width: 1300px) {
  .rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-megamenu {
    right: 1.875rem/2;
    left: 1.875rem/2;
  }
}

.rd-navbar-static .rd-navbar-megamenu > li, .rd-navbar-fullwidth .rd-navbar-megamenu > li {
  position: relative;
  display: table-cell;
  padding: 2.5625rem 1.25rem 2.5625rem 2.5625rem;
  width: 25%;
  line-height: 1.625rem;
}

.rd-navbar-static .rd-navbar-megamenu > li > p, .rd-navbar-fullwidth .rd-navbar-megamenu > li > p {
  font-weight: 400;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
}

.rd-navbar-static .rd-navbar-megamenu > li > ul, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul {
  padding: 0.5rem 0.5625rem;
}

.rd-navbar-static .rd-navbar-megamenu > li > ul li + li, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul li + li {
  margin-top: 0.3125rem;
}

.rd-navbar-static .rd-navbar-megamenu > li > ul a, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
  display: inline-block;
  color: #fff;
  background: transparent;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .rd-navbar-static .rd-navbar-megamenu > li > ul a, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
    font-size: 0.8125rem;
  }
}

.rd-navbar-static .rd-navbar-megamenu > li > ul a:focus, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:focus,
.rd-navbar-static .rd-navbar-megamenu > li > ul a:hover, .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:hover {
  color: #682b8d;
  background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu > li + li, .rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
  padding-left: 0.625rem;
}

.rd-navbar-static .rd-navbar-megamenu > li + li:before, .rd-navbar-fullwidth .rd-navbar-megamenu > li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.06875rem;
  right: 100%;
  margin-right: 1.0625rem;
  background: rgba(255, 255, 255, 0.3);
}

.rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-clone {
  display: none;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar-fullwidth .rd-navbar-nav, .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar-fullwidth .rd-navbar-nav {
  margin-top: 0.25rem;
}

.rd-navbar-static .rd-navbar-search-form, .rd-navbar-fullwidth .rd-navbar-search-form {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 100%;
  margin-top: 2.375rem;
  background: #fff;
  right: 0;
  width: 18.75rem;
  padding: 0.3125rem 0.9375rem;
  padding-right: 3.75rem;
  z-index: 1;
  border: 0.1875rem solid #682b8d;
}

.rd-navbar-static .rd-navbar-search-form label, .rd-navbar-fullwidth .rd-navbar-search-form label {
  margin-bottom: 0;
}

.rd-navbar-static .rd-navbar-search-form:before, .rd-navbar-fullwidth .rd-navbar-search-form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.rd-navbar-static .rd-navbar-search-form:before, .rd-navbar-fullwidth .rd-navbar-search-form:before {
  right: 100%;
}

.rd-navbar-static .rd-navbar-search-form:after, .rd-navbar-fullwidth .rd-navbar-search-form:after {
  left: 100%;
}

.rd-navbar-static .rd-navbar-search-form:before, .rd-navbar-fullwidth .rd-navbar-search-form:before {
  background: #fff;
  box-shadow: inset 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

.rd-navbar-static .rd-navbar-search-form-submit, .rd-navbar-fullwidth .rd-navbar-search-form-submit {
  right: 0.625rem;
  margin-top: 0.3125rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.rd-navbar-static .rd-navbar-search-form-input, .rd-navbar-fullwidth .rd-navbar-search-form-input {
  position: relative;
}

.rd-navbar-static .rd-navbar-search-toggle, .rd-navbar-fullwidth .rd-navbar-search-toggle {
  position: absolute;
  right: 3.3125rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #682b8d;
}

@media (min-width: 1200px) {
  .rd-navbar-static .rd-navbar-search-toggle, .rd-navbar-fullwidth .rd-navbar-search-toggle {
    right: 3.3125rem;
  }
}

.rd-navbar-static .rd-navbar-search-toggle:focus, .rd-navbar-fullwidth .rd-navbar-search-toggle:focus,
.rd-navbar-static .rd-navbar-search-toggle:hover, .rd-navbar-fullwidth .rd-navbar-search-toggle:hover {
  color: #539536;
}

.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form, .rd-navbar-fullwidth .rd-navbar-search.active .rd-navbar-search-form {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-live-search-results, .rd-navbar-fullwidth .rd-navbar-live-search-results {
  top: calc(100% + 6.5rem);
  z-index: 0;
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-collapse,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-collapse,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-collapse {
  display: none;
}

.rd-navbar-static .rd-navbar--has-dropdown, .rd-navbar-fullwidth .rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-clone {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle, .rd-navbar-sidebar .rd-navbar-collapse-toggle {
  display: inline-block;
  z-index: 1;
}

.rd-navbar-fixed .rd-navbar-collapse-items, .rd-navbar-sidebar .rd-navbar-collapse-items {
  position: absolute;
  width: 16.875rem;
  padding: 1.5625rem 0.9375rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  color: #000;
  background: #fff;
  font-size: 1rem;
  line-height: 2.125rem;
}

.rd-navbar-fixed .rd-navbar-collapse-items li > *, .rd-navbar-sidebar .rd-navbar-collapse-items li > * {
  vertical-align: middle;
}

.rd-navbar-fixed .rd-navbar-collapse-items li + li, .rd-navbar-sidebar .rd-navbar-collapse-items li + li {
  margin-top: 0.625rem;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon, .rd-navbar-fixed .rd-navbar-collapse-items a, .rd-navbar-sidebar .rd-navbar-collapse-items .icon, .rd-navbar-sidebar .rd-navbar-collapse-items a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.875rem;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon, .rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before, .rd-navbar-sidebar .rd-navbar-collapse-items .icon, .rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  padding-right: 0.3125rem;
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar {
  position: fixed;
  width: 19.6875rem;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  line-height: 2.125;
  color: #000;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  z-index: 998;
  padding: 0.625rem 0.25rem;
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-sidebar:before, .rd-navbar-sidebar:after {
  content: '';
  display: block;
  height: 3.5rem;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar,
.rd-navbar-sidebar::-webkit-scrollbar {
  width: 0.25rem;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-thumb,
.rd-navbar-sidebar::-webkit-scrollbar-thumb {
  background: white;
  border: none;
  border-radius: 0;
  opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-track,
.rd-navbar-sidebar::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav {
  width: 16.875rem;
}

.rd-navbar-sidebar {
  padding-right: 2.8125rem;
}

.rd-navbar-fixed .rd-navbar-nav p,
.rd-navbar-sidebar .rd-navbar-nav p {
  font-weight: 700;
  color: #682b8d;
  padding: 0.3125rem 2.5rem 0.3125rem 0.9375rem;
}

.rd-navbar-fixed .rd-navbar-nav p > a,
.rd-navbar-sidebar .rd-navbar-nav p > a {
  display: block;
  color: #000;
  margin: -0.3125rem -2.5rem -0.3125rem -0.9375rem;
  font-weight: 400;
  padding: 0.3125rem 2.5rem 0.3125rem 0.9375rem;
}

.rd-navbar-fixed .rd-navbar-nav p > a:focus,
.rd-navbar-sidebar .rd-navbar-nav p > a:focus, 
.rd-navbar-fixed .rd-navbar-nav p > a:hover,
.rd-navbar-sidebar .rd-navbar-nav p > a:hover {
  color: #006c9c;
  background: transparent;
  text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu .fa-angle-right,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu .fa-angle-right {
  display: none;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened > a {
  color: #682b8d;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-submenu-toggle {
  background: #682b8d;
  border-color: #682b8d;
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  right: 0.3125rem;
  top: 0.5rem;
  color: inherit;
  opacity: .7;
  cursor: pointer;
  text-align: center;
  transition: .3s;
  border: 0.075rem solid;
  border-radius: 0.9375rem;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle:before,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 1.5625;
  left: 0px;
  right: 0;
  top: 0px;
  transition: .3s;
}

.rd-navbar-fixed .rd-navbar-nav li li > a,
.rd-navbar-sidebar .rd-navbar-nav li li > a {
  padding-left: 1.25rem;
}

.rd-navbar-fixed .rd-navbar-nav li > a,
.rd-navbar-sidebar .rd-navbar-nav li > a {
  position: relative;
  display: block;
  padding: 0.3125rem 2.5rem 0.3125rem 0.9375rem;
}

.rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle {
  position: absolute;
  width: 2.125rem;
  right: 0.1875rem;
  color: inherit;
  opacity: .7;
}

.rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle:focus,
.rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle:focus,
.rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle:hover {
  opacity: 1;
}

.rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle:before,
.rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 400;
}

.rd-navbar-fixed .rd-navbar-nav li > a:first-letter,
.rd-navbar-sidebar .rd-navbar-nav li > a:first-letter {
  text-transform: uppercase;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-sidebar .rd-navbar-nav li.active > a {
  color: #682b8d;
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-nav li.focus > a,
.rd-navbar-fixed .rd-navbar-nav li > a:hover,
.rd-navbar-sidebar .rd-navbar-nav li.focus > a, 
.rd-navbar-sidebar .rd-navbar-nav li > a:hover,
.rd-navbar-fixed .rd-navbar-nav li > a:focus,
.rd-navbar-sidebar .rd-navbar-nav li > a:focus {
  color: #006c9c;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav li.focus > a .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.focus > a .rd-navbar-submenu-toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav li + li,
.rd-navbar-fixed .rd-navbar-nav li > img + a,
.rd-navbar-fixed .rd-navbar-nav li > a + a,
.rd-navbar-fixed .rd-navbar-nav li > a + ul,
.rd-navbar-sidebar .rd-navbar-nav li + li, .rd-navbar-sidebar .rd-navbar-nav li > img + a, .rd-navbar-sidebar .rd-navbar-nav li > a + a, .rd-navbar-sidebar .rd-navbar-nav li > a + ul {
  margin-top: 0.25rem;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
  padding-left: 1.875rem;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
  padding-left: 2.5rem;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-megamenu p,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-megamenu p {
  padding-left: 1.875rem;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-megamenu ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-megamenu ul > li > a {
  padding-left: 2.5rem;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown {
  display: none;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-dropdown {
  width: 16.875rem;
  transition: 0.3s;
  padding: 1.125rem 1.75rem;
  position: absolute;
  left: 119%;
  top: 125%;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
  top: 0;
}

.rd-navbar-fixed .rd-navbar-search-form-submit, .rd-navbar-sidebar .rd-navbar-search-form-submit {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/*
* Static Layout
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-navbar-panel, .rd-navbar-static .rd-navbar-nav-wrap {
  display: table-cell;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-panel {
  text-align: left;
  min-width: 9.375rem;
}
.rd-navbar-static .rd-navbar-panel img {
    margin-left: -0.1875rem; 
}

.rd-navbar-static .rd-navbar-nav-wrap {
    text-align: right;
}
@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-panel {

    }
    .rd-navbar-static .rd-navbar-nav-wrap {

    }
}


.rd-navbar-static .rd-navbar-nav {
  margin-left: -1%;
}

.rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
  margin-left: 2.8125rem;
}

@media (max-width: 1600px) {
    .rd-navbar-static .rd-navbar-nav > li {
        margin-left: 2.25rem;
    }
}

@media (max-width: 1400px) {
    .rd-navbar-static .rd-navbar-nav > li {
        margin-left: 1.6875rem;
    }
}

@media (max-width: 1280px) {
    .rd-navbar-static .rd-navbar-nav > li {
        margin-left: 1.125rem;
    }
}
.rd-navbar-static .rd-navbar-static--visible {
  display: block;
}

.rd-navbar-static .rd-navbar-static--hidden {
  display: none;
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
  display: block;
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
}

.rd-navbar-fullwidth.top-panel .rd-navbar-top-panel {
  margin-bottom: 1.25rem;
}

.rd-navbar-fullwidth .rd-navbar-dropdown {
  top: 105%;
}

.rd-navbar-fullwidth .rd-navbar-panel {
  text-align: center;
  padding: 0.625rem 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
  padding-right: 0px;
  position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.075rem;
  background: rgba(0, 0, 0, 0.2);
  width: 437.5rem;
  top: -0.8125rem;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap .rd-navbar-megamenu {
  top: 95%;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle {
  right: 50%;
  margin-right: -20.125rem;
  font-size: 1.1875rem;
  top: 75%;
  color: #682b8d;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle:focus,
.rd-navbar-fullwidth .rd-navbar-search-toggle:hover {
  color: #682b8d;
}


.rd-navbar-fullwidth .rd-navbar-nav {
  margin-top: 2.3125rem;
  margin-right: 0;
  text-align: center;
  margin-left: -2.5rem;
}

.rd-navbar-fullwidth .rd-navbar-nav > li {
  display: inline-block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 2.125rem;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a {
  display: block;
  text-align: center;
  font-size: 0.75rem;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
  -webkit-transform: translateY(-7.5rem);
  transform: translateY(-7.5rem);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth--visible {
  display: block;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth--hidden {
  display: none;
}

/*
* Fixed Layout
*/
html.rd-navbar--has-fixed body {
  padding-top: 3.5rem;
}

.rd-navbar-fixed {
  display: block;
  padding-top: 3.4375rem;
  z-index: 999;
}

.rd-navbar-fixed .rd-navbar-brand {
  margin-top: 0;
  position: relative;
  display: inline-block;
  padding-left: 0.25rem;
  width: calc(100% - 6.5rem);
}
.rd-navbar-fixed .rd-navbar-brand img {
      width: 40%;
}
.rd-navbar-fixed .rd-navbar-brand .brand-name {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 3rem;
}

.rd-navbar-fixed .rd-navbar-brand .brand-slogan {
  display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 0.25rem;
  height: 3.5rem;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  z-index: 999;
}

.rd-navbar-fixed .rd-navbar-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  float: left;
}

.rd-navbar-fixed .rd-navbar-collapse {
  right: 0.25rem;
  z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-collapse-items {
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  -webkit-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-collapse.active .rd-navbar-collapse-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-fixed.top-panel a.material-icons-shopping_cart {
  color: rgba(0, 0, 0, 0.7);
  width: 9.375rem;
  right: 3.125rem;
  font-size: 1.1875rem;
}

.rd-navbar-fixed.top-panel a.material-icons-shopping_cart:after {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.rd-navbar-fixed .rd-navbar-top-panel {
  margin-bottom: 0;
  height: 0;
  border-bottom: none;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-inner {
  height: 0;
}

.rd-navbar-fixed .rd-navbar-top-panel a.envelope, .rd-navbar-fixed .rd-navbar-top-panel a.phone {
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-top-panel a.envelope.active, .rd-navbar-fixed .rd-navbar-top-panel a.phone.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  right: 3.4375rem;
  top: 7.5rem;
  padding: 0;
  border: none;
  z-index: 21;
}

.rd-navbar-fixed .rd-navbar-top-panel a.phone.active {
  top: 5.625rem;
  right: 4.5625rem;
}

.rd-navbar-fixed .rd-navbar-top-panel a.envelope:before {
  display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel .list-inline {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0s;
  background: #fff;
  position: fixed;
  right: 0;
  top: 3.5rem;
  width: 13.25rem;
  padding-top: 6.875rem;
  padding-bottom: 0.9375rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

.rd-navbar-fixed .rd-navbar-top-panel .list-inline > li {
  font-weight: 400;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  margin-top: 0.4375rem;
  color: #000;
}

.rd-navbar-fixed .rd-navbar-top-panel .list-inline > li.open {
  color: #682b8d;
}

.rd-navbar-fixed .rd-navbar-top-panel .list-inline > li:focus {
  color: #000;
}

.rd-navbar-fixed .rd-navbar-top-panel .list-inline.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel {
  display: block;
}

.rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel a.envelope, .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel a.phone {
  display: none;
}

.rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel .list-inline {
  padding-top: 0;
  padding-bottom: 3.125rem;
}

.rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel .list-inline li {
  display: none;
}


.rd-navbar-fixed .rd-navbar-search-form, .rd-navbar-fixed .rd-navbar-search-toggle {
  right: 2.375rem;
}

.rd-navbar-fixed .rd-navbar-search-form, .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
  position: fixed;
  margin-right: 0;
  margin-left: auto;
}

.rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
  top: 3.5rem;
}

.rd-navbar-fixed .rd-navbar-search-form {
  top: 0;
  left: 3.5rem;
  height: 3.5rem;
  z-index: 10;
}

.rd-navbar-fixed .rd-navbar-search-form-input {
  padding: 0.5rem 0;
  visibility: hidden;
  opacity: 0;
  height: 3.5rem;
  background: #fff;
  transition: .3s all ease;
  z-index: 1;
}

.rd-navbar-fixed .rd-navbar-search-form-input input {
  display: block;
  width: 100%;
  padding: 0 3rem 0 1.25rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #000;
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-search-form-submit {
  position: absolute;
  top: 0.25rem;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active {
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-input,
.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-submit {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form {
  z-index: 1000;
}

@media (min-width: 992px) {
  .rd-navbar-fixed .rd-navbar-search-form, .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    max-width: 21.25rem;
  }
  .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    right: 0.25rem;
  }
}

@media (min-width: 480px) {
  .rd-navbar-fixed .rd-navbar-search .rd-navbar-brand .brand-name {
    font-size: 1.5rem;
  }
}

.rd-navbar-fixed .rd-navbar-nav {
  -webkit-transform: translateX(-16.875rem);
  transform: translateX(-16.875rem);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
  position: fixed;
  top: 0.25rem;
  height: 3rem;
  z-index: 1000;
  color: rgba(0, 0, 0, 0.3);
}


.rd-navbar-fixed.active .rd-navbar-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .rd-navbar-fixed.rd-navbar--on-search .brand-name {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  font-family: "FontAwesome";
  height: 3rem;
  position: fixed;
  right: 0.125rem;
  top: 0.25rem;
  width: 3rem;
  z-index: 20;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span {
  color: rgba(0, 0, 0, 0.3);
}

/*
* Default Layout
*/
@media (min-width: 1200px) {
  .navbar-default {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-default .rd-navbar-panel {
    text-align: left;
    min-width: 6.25rem;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .navbar-default .rd-navbar-panel {
    min-width: 6.25rem;
  }
}

@media (min-width: 1200px) {
  .navbar-default .rd-navbar-nav-wrap {
    padding-right: 3.125rem;
  }
  .navbar-default a.material-icons-shopping_cart {
    font-size: 1.125rem;
    right: 0.625rem;
    top: 50%;
  }
  .navbar-default .rd-navbar-search-toggle {
    font-size: 1.125rem;
    right: 2.3125rem;
    top: 53%;
  }
  .navbar-default .rd-navbar-nav {
    margin-top: 0;
    margin-left: 4.5rem;
  }
  .navbar-default .rd-navbar-nav:before,
  .navbar-default .rd-navbar-nav:after {
    content: " ";
    display: table;
  }
  .navbar-default .rd-navbar-nav:after {
    clear: both;
  }
  .navbar-default .rd-navbar-nav > li {
    display: inline-block;
    margin-left: 0%;
    text-align: left;
    float: left;
    transition: 0.3s;
  }
  .navbar-default .rd-navbar-nav > li > a {
    padding: 2.5rem 1.1875rem;
  }
  .navbar-default .rd-navbar-nav > li > a small {
    display: block;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 400;
    transition: 0.2s;
  }
  .navbar-default .rd-navbar-nav > li > a:focus,
  .navbar-default .rd-navbar-nav > li > a:hover {
    background: #682b8d;
    color: #fff;
  }
  .navbar-default .rd-navbar-nav > li > a:focus > a small,
  .navbar-default .rd-navbar-nav > li > a:hover > a small {
    color: #fff;
  }
  .navbar-default .rd-navbar-nav > li.focus > a {
    background: #682b8d;
    color: #fff;
  }
  .navbar-default .rd-navbar-nav > li.focus > a small {
    color: #fff;
  }
  .navbar-default .rd-navbar-nav > li .rd-navbar-dropdown {
    top: 100%;
    margin-top: 0;
  }
  .navbar-default .rd-navbar-nav > li .rd-navbar-megamenu {
    margin-top: 0;
  }
  .navbar-default .rd-navbar-nav > li.active > a {
    background: #682b8d;
    color: #fff;
  }
  .navbar-default .rd-navbar-nav > li.active > a small {
    color: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .navbar-default .rd-navbar-nav {
    margin-left: -5%;
  }
  .navbar-default .rd-navbar-nav > li {
    margin-left: 5%;
  }
}

@media (min-width: 1200px) {
  .navbar-default.rd-navbar--is-stuck {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-default.rd-navbar--is-stuck .rd-navbar-nav > li > a {
    padding: 1.25rem 1.1875rem;
  }
}

/*
* @subsection   Page boxed layout style redeclaration
*
* @description  Redefines navbar style inside boxed layout
*
* @see          /modules/_page-layouts.scss
*/
html.boxed.rd-navbar--has-sidebar body {
  padding-left: 16.875rem1.875rem;
  padding-right: 1.875rem;
}

html.boxed .rd-navbar--is-clone {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-top-panel {
  position: relative;
  z-index: 1000;
  background: #fff;
  border-bottom: 0.075rem solid #dde2e6;
}

.rd-navbar-top-panel:before,
.rd-navbar-top-panel:after {
  content: " ";
  display: table;
}

.rd-navbar-top-panel:after {
  clear: both;
}

@media (min-width: 768px) {
  .rd-navbar-top-panel {
    margin-bottom: 2.3125rem;
  }
}

.rd-navbar-top-panel * {
  color: #000;
}

.rd-navbar-top-panel .open {
  color: #682b8d;
}

.rd-navbar-top-panel a.envelope, .rd-navbar-top-panel a.phone {
  margin-top: 1.0625rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75rem;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.rd-navbar-top-panel a.envelope:before, .rd-navbar-top-panel a.phone:before {
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.3125rem;
}

.rd-navbar-top-panel a.envelope:focus, .rd-navbar-top-panel a.phone:focus,
.rd-navbar-top-panel a.envelope:hover, .rd-navbar-top-panel a.phone:hover {
  color: #682b8d;
}

.rd-navbar-top-panel a.phone:before {
  content: 'Call:';
}

.rd-navbar-top-panel a.envelope:before {
  content: 'Email:';
  padding-left: 0.125rem;
}

.rd-navbar-top-panel a.envelope {
  margin-left: 0.125rem;
  border-left: 0.075rem solid rgba(0, 0, 0, 0.7);
}

.rd-navbar--is-stuck.rd-navbar {
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

.rd-navbar--is-stuck .rd-navbar-top-panel {
  display: none;
}

.top-panel-none .rd-navbar-top-panel {
  display: none;
}

@media (min-width: 768px) {
  .top-panel-none-items .rd-navbar-top-panel {
    display: none;
  }
}

.toggles-none a.material-icons-shopping_cart, .toggles-none .rd-navbar-search {
  display: none;
}

.toggles-none .rd-navbar-nav {
  margin-right: 0;
}

.toggles-none .rd-navbar-nav-wrap {
  padding-right: 0.9375rem;
}

.minimal .rd-navbar-top-panel {
  display: none;
}

.minimal a.material-icons-shopping_cart, .minimal .rd-navbar-search {
  display: none;
}

.minimal .rd-navbar-nav {
  margin-right: 0;
}

.minimal .rd-navbar-nav-wrap {
  padding-right: 0.9375rem;
}

.minimal .rd-navbar-brand .brand-name {
  font-size: 1.6875rem;
}

.minimal .rd-navbar-nav > li > a {
  font-size: 0.8125rem;
}

.minimal.rd-navbar-static, .minimal.rd-navbar-fullwidth {
  padding-top: 0.0625rem;
  padding-bottom: 0.3125rem;
}

.minimal .rd-navbar-nav > li {
  margin-left: 5.2%;
}

/*========================================================
                      Contact Form
=========================================================*/
/* MF
========================================================*/

input.required,
input:required {
  border: 2px solid #682b8d;
}
input.required:focus,
input:required:focus {
  border: 2px solid  #B22222 !important;
}
input.required:hover,
input:required:hover {
  opacity: 1;
}


input:disabled:not(.btn) {
  border: 2px solid #ccc !important;
}
input:disabled:focus {
  outline: none;
}


textarea:required {
  border: 2px solid #682b8d;
}
textarea:required:focus {
  border: 2px solid  #B22222 !important;
  outline: none;
}
textarea:required:hover {
  opacity: 1;
}

textarea:disabled {
  border: 2px solid #ccc !important;

}

select:required {
  border: 2px solid #682b8d;
}
select:required:focus {
  border: 2px solid  #B22222 !important;
  outline: none;
}
select:required:hover {
  opacity: 1;
}

select:disabled {
  border: 2px solid #ccc !important;

}


.checkbox-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.checkbox-item input[type='checkbox'] {
  display: none;
}

.checkbox-item label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

.checkbox-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #682b8d;
  background-color: transparent;
}

.checkbox-item input[type=checkbox]:checked + label:after {
  font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    left: 8px;
    content: "\f00c";
    display: block;
    color: #539536;
}

/* START NEW CHECKBOX */

.checkbox-item2 {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.checkbox-item2 input[type='checkbox'] {
  -webkit-appearance: checkbox;
  
}

.checkbox-item2 label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}




/* END NEW CHECKBOX */

.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  border: 2px solid #682b8d;
  display:none;
}


.radio-item label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}


.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #682b8d;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #539536;
}


/* START NEW RADIO BUTTON STYLES */

.radio-item2 {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item2 input[type='radio'] {
  border: 2px solid #682b8d;
  -webkit-appearance: radio;
}

.radio-item2 input[type='radio']:required {
  border: 2px solid #682b8d;
  -webkit-appearance: radio;
}

.radio-item2 input[type='radio']:required:focus {
  border: 4px solid  #B22222 !important;
  box-shadow:0  0 3px rgba(255,0,0,0.5) !important;
  -webkit-appearance: radio;
}

.radio-item2 label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}



/* END NEW RADIO BUTTON STYLES */

/* START NEWER RADIO BUTTON STYLES */

.radio-item3 {
    display: inline-block;
    position: relative;
}

    .radio-item3 input[type='radio'] {
        border: 2px solid #682b8d;
        margin-top: 6px;
        -webkit-appearance: radio;
        width:1.5em;
        height:1.5em;
        vertical-align:top;
    }

        .radio-item3 input[type='radio']:required {
            border: 2px solid #682b8d;
            -webkit-appearance: radio;
        }

            .radio-item3 input[type='radio']:required:focus {
                border: 4px solid #B22222 !important;
                box-shadow: 0 0 3px rgba(255,0,0,0.5) !important;
                -webkit-appearance: radio;
            }

    .radio-item3 label {
        font-weight: normal;
        margin: 8px;
    }

    .radio-item3 td {
        white-space: nowrap;
    }


/* END NEWER RADIO BUTTON STYLES */


/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
.page-header {
  margin: 0;
  padding: 0;
}

.page-header .list-inline > li {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  position: relative;
  padding-bottom: 1.0625rem;
  padding-top: 1.0625rem;
}

.page-header .list-inline > li a .fa-angle-down {
  border: none;
  vertical-align: baseline;
  font-size: 0.625rem;
  margin-left: 0.8125rem;
}

.page-header .list-inline > li .dropdown-menu {
  width: 4.375rem;
  min-width: initial;
}

.page-header .list-inline > li .dropdown-menu > li {
  font-size: 0.75rem;
}

.page-header .list-inline > li + li {
  margin-left: 0.9375rem;
  border-left: 0.075rem solid #dde2e6;
}

.page-header .list-inline > li + li a {
  padding-left: 0.5625rem;
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
@media (min-width: 992px) {
  .page-content.footer-fixed-offset {
    background: #fff;
    z-index: 1;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .page-content.footer-fixed-offset {
    margin-bottom: 31.25rem;
  }
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-footer {
  border-top: 0.075rem solid #eaeaea;
  font-family: Roboto, sans-serif;
  /*
  * @section      Footer centered
  * @description  This section holds specific style redeclarations for some
  *               of common elements in page footer
  */
  /*
  * @section      Footer minimal
  * @description  This section holds specific style redeclarations for some
  *               of common elements in page footer
  */
  /*
  * @section      Footer default
  * @description  This section holds specific style redeclarations for some
  *               of common elements in page footer
  */
  /*
  * @section      Footer widget
  * @description  This section holds specific style redeclarations for some
  *               of common elements in page footer
  */
}

.page-footer.dark {
  border-top: none;
}

.page-footer h6 {
  font-size: 0.875rem;
  color: #343842;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 2.0625rem;
}

@media (max-width: 991px) {
  .page-footer h6.offset-xs {
    margin-top: 2.5rem;
  }
}

.page-footer .navbar-brand {
  height: 3.125rem;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.page-footer .navbar-brand a {
  color: #000;
}

.page-footer .list-inline > li {
  border: none;
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .page-footer .list-inline > li {
    font-size: 1.5rem;
  }
}

.page-footer .list-inline > li a:hover {
  color: #682b8d;
}

.page-footer .copyright {
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
}

.page-footer .copyright a {
  white-space: nowrap;
}

.page-footer.dark .footer-content {
  background: #000;
}

.page-footer.dark .footer-content .navbar-brand a {
  color: #fff;
}

.page-footer.dark .footer-content .list-inline li a {
  color: rgba(238, 238, 238, 0.2);
}

.page-footer.dark .footer-content .list-inline li a:hover {
  color: #fff;
}

.page-footer.dark .footer-content address {
  color: rgba(255, 254, 254, 0.3);
}

.page-footer.dark .footer-content address a:hover {
  color: #fff;
}

.page-footer.dark h6 {
  color: #fff;
}

.page-footer.footer-centered .footer-content {
  padding-top: 3.1875rem;
  padding-bottom: 2.75rem;
}

.page-footer.footer-centered .footer-content .list-inline {
  margin-top: 0.625rem;
}

.page-footer.footer-centered .footer-content .list-inline > li + li {
  margin-left: 0.5625rem;
}

@media (min-width: 1200px) {
  .page-footer.footer-centered .footer-content .list-inline {
    margin-top: 1.25rem;
  }
}

.page-footer.footer-centered .footer-content .big {
  font-size: 1rem;
  line-height: 1.5625rem;
}

@media (min-width: 1200px) {
  .page-footer.footer-centered .footer-content .big {
    font-size: 1.125rem;
  }
}

.page-footer.footer-centered .footer-content .navbar-brand {
  font-size: 1.625rem;
  line-height: 1.4;
  display: block;
  float: none;
}

.page-footer.footer-centered .footer-content address {
  display: inline-block;
  width: 11.875rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .page-footer.footer-centered .footer-content address {
    text-align: left;
  }
  .page-footer.footer-centered .footer-content address + address {
    margin-left: 1.875rem;
  }
}

.page-footer.footer-centered .rights {
  padding-top: 2.5rem;
  padding: 2.5rem;
  border-top: 0.075rem solid rgba(0, 0, 0, 0.2);
}

.page-footer.footer-minimal .footer-content {
  padding-top: 2.125rem;
  padding-bottom: 1.0625rem;
}

.page-footer.footer-minimal .footer-content .navbar-brand {
  font-size: 1.625rem;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .page-footer.footer-minimal .footer-content .navbar-brand {
    font-size: 1.625rem;
  }
}

@media (max-width: 1199px) {
  .page-footer.footer-minimal .footer-content .navbar-brand {
    display: block;
    float: none;
  }
}

.page-footer.footer-minimal .footer-content .list-inline-2 {
  margin-top: 0.3125rem;
}

@media (max-width: 767px) {
  .page-footer.footer-minimal .footer-content .list-inline-2 {
    display: none;
  }
}

.page-footer.footer-minimal .copyright {
  margin-top: 0.5625rem;
}

.page-footer .footer-default {
  padding-top: 2.3125rem;
  padding-bottom: 1.875rem;
}

.page-footer .footer-default .navbar-brand {
  display: block;
  float: none;
  font-size: 1.5rem;
}

.page-footer .footer-default .copyright {
  color: rgba(255, 255, 255, 0.35);
}

.page-footer .footer-default .list-inline-2 {
  display: inline-block;
}

.page-footer .footer-default .list-inline-2 > li {
  color: rgba(255, 255, 255, 0.35);
  position: relative;
  font-weight: 700;
}

.page-footer .footer-default .list-inline-2 > li + li:before {
  content: "/";
  position: absolute;
  left: -0.25rem;
  top: 0;
}

.page-footer .footer-default .list-inline-2 > li a:hover {
  color: #fff;
}

.page-footer .footer-default .list-inline {
  margin-top: 1.375rem;
}

.page-footer .footer-default .list-inline > li {
  font-size: 1.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.page-footer.footer-widget .footer-content {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ccdfc3;
  background-image: url("/live/oe_/https://www.sagehmis.info/imgs/sage-graphic-bottom.jpg");
  background-position: center;
  background-repeat: no-repeat;
   background-size: auto 100%;
  min-height: 26.5625rem;
}

.page-footer.footer-widget .footer-content .navbar-brand {
  float: none;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .page-footer.footer-widget .footer-content .navbar-brand {
    font-size: 1.625rem;
  }
}

.page-footer.footer-widget .footer-content .navbar-brand a:hover {
  color: #fff;
}
.footer-content {
  line-height: 1rem;
}
.page-footer.footer-widget .footer-content p,.footer-content #hud * {
  font-size: 0.625rem;
}
.footer-content div a img  {
    height: 1.725rem;
}
.page-footer.footer-widget .footer-content .marked-list {
  max-width: 12.5rem;
  margin-top: 0;
}

.page-footer.footer-widget .footer-content .marked-list li {
  font-size: 0.75rem;
  padding-left: 1.25rem;
}

.page-footer.footer-widget .footer-content .marked-list li:before {
  color: #666;
}

.page-footer.footer-widget .footer-content .marked-list li a:hover {
  color: #000;
}

.page-footer.footer-widget .footer-content address {
  margin-top: 0.9375rem;
  color: #fff;
  font-size: 0.75rem;
}

.page-footer.footer-widget .footer-content address p {
  color: #666;
  text-transform: uppercase;
}

.page-footer.footer-widget .footer-content .contact-info {
  margin-top: 0.9375rem;
  max-width: 10.5rem;
  font-size: 0.75rem;
}

.page-footer.footer-widget .footer-content .contact-info dt {
  width: 2.75rem;
}

.page-footer.footer-widget .footer-content .contact-info dd, .page-footer.footer-widget .footer-content .contact-info dt {
  display: inline-block;
}

.page-footer.footer-widget .footer-content article {
  padding-bottom: 0.75rem;
  max-width: 16.875rem;
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1.75;
}

.page-footer.footer-widget .footer-content article p {
  text-transform: uppercase;
}

.page-footer.footer-widget .footer-content article + article {
  padding-top: 1rem;
  border-top: 0.075rem dotted #666666;
}

.page-footer.footer-widget .footer-content article time {
  font-size: 0.75rem;
  display: block;
}

@media (max-width: 767px) {
  .page-footer.footer-widget .footer-content article, .page-footer.footer-widget .footer-content .marked-list, .page-footer.footer-widget .footer-content .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-footer.footer-widget .footer-content .count {
  margin-top: 0.625rem;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
}

.page-footer.footer-widget .footer-content .count span {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #666;
}

.page-footer.footer-widget .footer-content .count + .count {
  margin-left: 2.1875rem;
}

.page-footer.footer-widget .footer-content .count + p:not(.count) {
  margin-top: 2.8125rem;
}

.page-footer.footer-widget .footer-content form {
  position: relative;
  margin-top: 0.8125rem;
}

.page-footer.footer-widget .footer-content form label {
  display: block;
}

.page-footer.footer-widget .footer-content form button {
  margin-top: 0.0625rem;
  padding: 0.6875rem 0.875rem;
  position: absolute;
  max-width: 1.25rem;
  width: 1.25rem;
  min-width: initial;
  left: 100%;
  margin-left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-footer.footer-widget .footer-content .socials a {
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  color: #39579a;
}

.page-footer.footer-widget .footer-content .socials a:after {
  content: 'Like us';
  font-size: 0.75rem;
  line-height: 1.2;
  padding-left: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  position: relative;
  font-weight: 400;
  top: -0.125rem;
}

@media (max-width: 500px) {
  .page-footer.footer-widget .footer-content .socials a:after {
    display: none;
  }
}

.page-footer.footer-widget .footer-content .socials a.fa-rss {
  color: #f0801e;
  margin-left: 4.25rem;
}

.page-footer.footer-widget .footer-content .socials a.fa-rss:after {
  content: 'Subscribe to RSS';
}

.page-footer.footer-widget .footer-content .socials a:hover {
  color: #5cb85c;
}

* + .page-footer.footer-widget .footer-content .socials {
  margin-top: 2.9375rem;
}

.page-footer.footer-widget .right {
  background: #282828;
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.35);
}

.page-footer.footer-widget .list-inline > li {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.35);
}

.page-footer.footer-widget .contacts {
  margin-top: 0.3125rem;
}

.page-footer.footer-widget .copyright {
  padding-bottom: 0.6875rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 2.33333;
}

.page-footer.footer-widget .copyright a {
  border-bottom: 0.075rem solid;
}

.page-footer.footer-widget .list-inline-2 > li + li {
  border-left-color: rgba(255, 255, 255, 0.35);
}

.page-footer.footer-widget.dark .footer-content {
  background: #333;
}

.page-footer.footer-widget.dark .footer-content h6 {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content p {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content address {
  color: rgba(255, 255, 255, 0.7);
}

.page-footer.footer-widget.dark .footer-content address p {
  color: #666;
}

.page-footer.footer-widget.dark .footer-content .contact-info dl dt {
  color: #666;
}

.page-footer.footer-widget.dark .footer-content .contact-info dl dd {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content article {
  border-bottom-color: #333c5c;
}

.page-footer.footer-widget.dark .footer-content article p {
  transition: .2s color ease;
  transition: .2s border-color ease;
  transition: .2s background-color ease;
}

.page-footer.footer-widget.dark .footer-content article a:hover p {
  color: #682b8d;
}

.page-footer.footer-widget.dark .footer-content article time {
  color: #666;
}

.page-footer.footer-widget.dark .footer-content .count {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content .count span {
  color: rgba(255, 255, 255, 0.7);
}

.page-footer.footer-widget.dark .footer-content .socials a:after {
  color: rgba(255, 255, 255, 0.7);
}

.page-footer.footer-widget.dark .footer-content .socials a:hover {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content .marked-list > li {
  color: #fff;
}

.page-footer.footer-widget.dark .footer-content .marked-list > li a:hover {
  color: #682b8d;
}

.page-footer.footer-widget.dark .footer-content .marked-list > li:before {
  color: #666;
}

.page-footer.footer-widget.dark a:hover {
  color: #682b8d;
}

@media (min-width: 1200px) {
  .page-footer.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

.sage-graphic-top{
   background: #ccdfc3 url("/live/oe_/https://www.sagehmis.info/imgs/sage-graphic-top.jpg") no-repeat center;
   Xmin-height:5.9375rem;
   background-size: auto 5.9375rem;
   background-position:  top;
   background-repeat: no-repeat;
}

.bg-white-2-ie9 {
  background-color: #fff;
  background: rgb(255, 255, 255); /* The Fallback */
  color: #000;
  filter: none !important;
}

/* This where I am adding back in changes to the bootstrap that were manually mixed in when Bootstrap was part of this file.*/

.bg-primary {
  background: #682b8d;
}

select[multiple],
select[size] {
  height: auto;
}


/* the following header settings were changed to modify tables from Vemedama- If you want standard H2s etc... you'll need to override with a custom class*/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 1.25rem;
  }
}

h2, .h2 {

    font-size: 1.125rem;
}

h3, .h3 {
    font-size: 1.0rem;
}

h4, .h4 {
    font-size: .875rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
}
/*-----------------------------------------------------------------------------*/

.modal h2 {
    font-size: 1.5em;
    font-weight: bold;
} 

.modal h1 {
    font-size: 2.0em;
    font-weight: bold;
} 

.modal h3 {
    font-size: 1.17em;
    font-weight: bold;
} 


p {
    margin: 0 0 0.75rem 0;
}

a {
    font: inherit;
    color: #8b43d1; /* new = #8b43d1; old = #682b8d */
    text-decoration: none;
    font-weight: bold;
}


.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container-fluid:after {
  clear: both;
}

.row {

  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}


main label, main label span {
    margin: 0;
}

/*bootstrap over-rides for buttons*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  /*font-weight: 300;*/
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-family: Roboto, sans-serif;
  white-space: nowrap;
  padding: 20px 20px;
  font-size: 1.125rem;
  line-height: 1.44444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 1.5rem;
  border-width: 0.125rem;
  border-style: solid;
  background-color: #682b8d;
  border-color:  #682b8d;
  color: #fff;
}

.btn-white-mod-1 {
    color: #303334;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-mod-1:focus, 
.btn-white-mod-1.focus, 
.btn-white-mod-1:hover, 
.btn-white-mod-1:active, 
.btn-white-mod-1.active,
.open > .btn-white-mod-1.dropdown-toggle {
  color: #5cb85c;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-mod-1:active, .btn-white-mod-1.active,
.open > .btn-white-mod-1.dropdown-toggle {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.btn-white-mod-1:active:hover, 
.btn-white-mod-1:active:focus, 
.btn-white-mod-1:active.focus, 
.btn-white-mod-1.active:hover, 
.btn-white-mod-1.active:focus, 
.btn-white-mod-1.active.focus,
.open > .btn-white-mod-1.dropdown-toggle:hover,
.open > .btn-white-mod-1.dropdown-toggle:focus,
.open > .btn-white-mod-1.dropdown-toggle.focus {
  color: #5cb85c;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-mod-1.disabled, .btn-white-mod-1[disabled],
fieldset[disabled] .btn-white-mod-1 {
  pointer-events: none;
  opacity: .5;
}

fieldset {
   padding: 0;
    margin: 1.25rem 0 0.625rem 0.3125rem;
    border: 0;
    min-width: 0; 
}

.btn-white-mod-1 .badge {
  color: #fff;
  background-color: #303334;
}


.btn span.icon {
  font-size: 1rem;
  line-height: 0.875;
  color: #fff;
  transition: .2s color ease;
  transition: .2s border-color ease;
  transition: .2s background-color ease;
}

.btn.icon-left span.icon {
  margin-right: 0.8125rem;
}

.btn.icon-right span.icon {
  margin-left: 0.8125rem;
}

.btn:focus,
.btn.focus {
  text-decoration: none;
}

.btn:focus, 
.btn:hover {
  color: #fff;
  background-color: #682b8d;
  border-color: #682b8d;
  text-decoration: none;
}

.btn:focus span.icon, 
.btn:hover span.icon {
  color: #fff;
}

.btn[class*='btn-bg'] span.icon {
  color: #fff;
}

.btn[class*='btn-bg']:focus span.icon,
.btn[class*='btn-bg']:hover span.icon {
  color: #585858;
}


.btn {
    color: #8b43d1; /* #8b43d1 ???*/
    background-color: #fff;
    border-color: #682b8d;
}
.btn:focus,
.btn:hover {
  color: #fff ;
  background-color: #539536;
  border-color: #539536;
}
.btn:active {
  color: #fff ;
  background-color:  #539536;
  border-color:  #539536;
}

.btn-primary:focus, .btn-primary.focus {
    border-color: #682b8d;
    box-shadow: 0 0 0 0.2rem rgba(104, 43, 141, 0.5);
}

.btn-secondary {
  color: #682b8d  !important;
  background-color: #fff !important;
  border-color:#682b8d !important;
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff !important;
  background-color: #539536 !important;
  border-color: #539536 !important;
}
.btn-secondary:active {
  color: #fff !important;
  background-color:  #539536 !important;
  border-color:  #539536 !important;
}


.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}


.btn-default {
  background-color: #682b8d;
  border-color:  #682b8d;
  color: #fff;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff  !important;
  background-color: #539536;
  border-color: #539536;
}
.btn-default:active {
  color: #fff  !important;
  background-color:  #539536;
  border-color:  #539536;
}

.btn-primary {
  color: #fff  !important;
  background-color: #539536 !important;
  border-color: #539536 !important;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff  !important;
  background-color: #682b8d !important;
  border-color: #682b8d !important;
}
.btn-primary:active{
  color: #fff  !important;
  background-color: #531876 !important;
  border-color: #531876 !important;
}


.btn-logon {
  color: #682b8d!important;
  background-color: #fff !important;
  border-color: #FFF !important;
}
.btn-logon:focus,
.btn-logon:hover {
  color: #fff  !important;
  background-color: #539536  !important;
  border-color: #539536  !important;
}
.btn-logon:active {
  color: #fff  !important;
  background-color:  #539536 !important;
  border-color:  #539536 !important;
}



.btn-success {
  display: inline-block;
  color: #fff;
  background: #fff;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.btn>*,
.btn>*:active,
.btn>*:focus {
    color: inherit !important;
}

.btn-success:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 28px;
  background-image: -webkit-linear-gradient(top, #682b8d 0%, #9557b5 100%);
  background-image: -o-linear-gradient(top, #682b8d 0%, #9557b5 100%);
  background-image: linear-gradient(to bottom, #682b8d 0%, #9557b5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF682b8d', endColorstr='#FF9557b5', GradientType=0);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
  will-change: opacity;
}

.btn-success:before {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 28px;
  background-color: #539536;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 1;
  will-change: opacity;
}

.btn-success:focus:after, 
.btn-success:hover:after {
  opacity: 1;
}
.btn-success:focus:before,
.btn-success:hover:before {
  opacity: 0;
}

.btn-success:focus,
.btn-success:hover {
  background: #fff;
}

.btn-success span {
  position: relative;
  z-index: 3;
}
.btn-success.btn-bg-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.btn-bg-success:focus,
.btn-success.btn-bg-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #fff;
  background-color:  #5bc0de;
  border-color: #5bc0de;
}

.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.btn-bg-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}



.btn-warning {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.btn-bg-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.btn-bg-warning:focus,
.btn-warning.btn-bg-warning:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-danger {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.btn-bg-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.btn-bg-danger:focus,
.btn-danger.btn-bg-danger:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: #d9534f;
}

.btn-link {
  color: #682b8d;
  font-weight: normal;
  /*border-radius: 0;*/
  display: inline-block;
}

.btn-link,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color:white;
  /*color: #682b8d;*/
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}


.btn-inline {
  padding: 0.35rem 1rem;
  font-size: .92rem;
  line-height: 1.2857;
  border-radius: 1.2rem;
  border-width: 0.0625rem;
  min-width: 5.2rem;
}



.btn-sm span.icon, .btn-group-sm > .btn span.icon {
  font-size: 0.75rem;
  line-height: 1;
}

.btn-sm span.icon.fa-map-marker, .btn-group-sm > .btn span.icon.fa-map-marker {
  font-size: 1.125rem;
  line-height: 0.55556;
  position: relative;
  bottom: -0.125rem;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.325rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.2857;
  border-width:1px;
  
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.3125rem;
}

/*mod to bootstrap Lg button default- pill and min-width*/

.btn-lg, .btn-group-lg > .btn {
    padding: 0.9375rem 2.1875rem;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.2857;
    border-radius: 1.75rem;
    min-width: 8.5rem;
}
.btn-md, .btn-group-md > .btn {
  padding: 0.8rem 1.75rem;
  font-size: 1.15rem;
  line-height: 1.2857;
  border-radius: 1.75rem;
  min-width: 8.5rem;
}
/*mod to bootstrap sm button default- pill and min-width*/
.btn-sm, .btn-group-sm > .btn {
    padding: 0.4375rem 1.25rem;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.2857;
    border-radius: 1.5rem;
    min-width: 6.5rem;
}

}
/*END bootstrap over-rides for buttons*/

/* Table overrides of Bootstrap for rest of sage - This affects many of the tables that are created in Vemedama and how they display all over sage. */
table {
  background-color: transparent;
  margin-top: 1rem;
}

table.table-border {
  border: 0.075rem solid #E5E5EA;
}

caption {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

th {
  font-size: 0.875rem;
  font-weight: 700;
}

.table {
  max-width: 100%;
}

.table > thead > tr.bg-primary,
.table > tbody > tr.bg-primary,
.table > tfoot > tr.bg-primary {
  color: #fff;
}
    need this next one for sure

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.3;
  vertical-align: middle;
  /* border: 0.075rem solid #E5E5EA; */
}

.table.table-2 > thead > tr > th {
  border-bottom: 0.25rem solid #682b8d;
}


.table,
.table.table-2 > thead,
.table.table-2 > tbody,
.table.table-2 > thead > tr,
.table.table-2 > tbody > tr,
.table.table-2 > thead > tr > th,
.table.table-2 > thead > tr > td,
.table.table-2 > tbody > tr > th,
.table.table-2 > tbody > tr > td,
.table.table-2 > tfoot > tr > th,
.table.table-2 > tfoot > tr > td {
  border: none;
}

.table.table-2 > thead > tr > th + td,
.table.table-2 > thead > tr > td + td,
.table.table-2 > tbody > tr > th + td,
.table.table-2 > tbody > tr > td + td,
.table.table-2 > tfoot > tr > th + td,
.table.table-2 > tfoot > tr > td + td {
  border-left: 0.125rem solid transparent;
  position: relative;
}

.table.table-2 > thead > tr > th + td:before,
.table.table-2 > thead > tr > td + td:before,
.table.table-2 > tbody > tr > th + td:before,
.table.table-2 > tbody > tr > td + td:before,
.table.table-2 > tfoot > tr > th + td:before,
.table.table-2 > tfoot > tr > td + td:before {
  content: '';
  position: absolute;
  left: -0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.075rem;
  height: 65%;
  background: #eaeaea;
}

.table.table-2 > thead > tr:not(:first-child),
.table.table-2 > tbody > tr:not(:first-child),
.table.table-2 > tfoot > tr:not(:first-child) {
  border-top: 0.125rem solid #eaeaea;
}

.table.table-2 > thead {
  font-family: Roboto, sans-serif;
  color: #000;
  text-transform: none;
  text-align: left;
}

.table.table-2 > thead > tr > th {
  border-bottom: 0.25rem solid #682b8d;
}

.table > thead {
  font-family: Roboto, sans-serif;
  color: #000;
  text-transform: none;
}

.table > thead > tr > th {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  vertical-align: bottom;
  border-bottom: 0.25rem solid #682b8d;
  position: relative;
}

.table > thead > tr > th {
    border-left: none;
    border-right: none;
}
.table > thead > tr > th + th:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.075rem;
  height: 65%;
  background: #682b8d;
}



.ie11 .table > thead > tr > th + th:before {
    background: transparent;
}
.ie11 .table > thead > tr > th + th {
    border-left: 0.075rem solid #682b8d !important;
}
.ie11 .tblVerticalHeaders > thead > tr > th + th, .ie11 .tblVerticalHeadersTall > thead > tr > th + th {
    border-left: none !important;
}

.table > thead > tr.bg-primary > th {
  vertical-align: bottom;
  border: 0.075rem solid #682b8d;
  text-align: left;
}

.table > thead > tr.bg-primary > th + th:before {
  background: #E5E5EA;
}

.table > thead > tr > th {
  vertical-align: bottom;
}

.table > tbody + tbody {
  border-top: 0.075rem solid #E5E5EA;
}


/* End of table overrides of Bootstrap for rest of sage */

.form-control:focus {
    color: #682b8d;
    background-color: #fff;
    border-color: #682b8d;
    border-top-color: #682b8d;
    border-right-color: #682b8d;
    border-bottom-color: #682b8d;
    border-left-color: #682b8d;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    box-shadow: 0 0 0 0.2rem rgba(104, 43, 141, .5);
}

.overflow-hidden {
    overflow: hidden;
}

.text-primary {
    color: #531876 !important;
}

.bg-primary {
    background: #682b8d !important; 
}

.well {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.well1 {
    padding-top: 12.4375rem;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: max(1200px, 75%); /*1200px;*/
        margin: 1.75rem auto;
    }
}

.modal-content {
    border: .25rem solid #682b8d;
    border-radius: 10px;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    min-height: 1px;
    float: left;
}

col-6 {
    width: 50%;
}

.pull-right {
    display: inline-block;
    float: right !important;
}

.lh-21 {
    line-height: 0.75rem;
}

a:not([href]):hover {
    color: #539536;
}

a:hover {
    color: #539536;
}

a:not([href]) {
    color: #8b43d1;
}

#lblUploadHead > .tMargin10 {
     display: inherit !important;
}

