.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-light:focus {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 20px;
  margin-bottom: 100px;
}
 body.staticnav {
     padding-top: 0;
}
 body.staticnav #navbar {
     margin-bottom: 0;
}

body, p, div {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

h1 {
  color: #000;
  margin-top: 10px;
}

 #content {
     padding-bottom: 15px;
}

/* 
#content > h1:first-child {
  display: none;
}
*/

main {
    margin-bottom: 20px;
}

main article p {
  line-height: 1.9em;
}

main article img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  main article img.pull-left,
  main article img[align="left"],
  main article img[style*="float: left"],
  main article img[style*="float:left"],
  main article img.pull-right,
  main article img[align="right"],
  main article img[style*="float: right"],
  main article img[style*="float:right"]{
      margin: 0;
      float: none!important;
      display:block;
  }
}

@media (min-width: 768px) {
  main article img.pull-left,
  main article img[align="left"],
  main article img[style*="float: left"],
  main article img[style*="float:left"]{
      margin-right: 15px;
  }
  main article img.pull-right,
  main article img[align="right"],
  main article img[style*="float: right"],
  main article img[style*="float:right"]{
      margin-left: 15px;
  }
}



/* Header */

.header {
  background-color:#ffc425;
  border-bottom: 3px solid #000;
}

.header .container {
  position: relative;
}

.headerRight {
  position: static;
  text-align: right;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.1em;
}


/* Navbar */

#navbar {
  background-color: #ffc425;
  height: auto;
  border: 0;
  margin-bottom: 0;
}

.navbar .dropdown-menu {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  left: auto;
}

.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.4285;
    color: #333;
    white-space: nowrap;
}


 @media (min-width: 768px) {
     .btn-xs-last .btn, .btn-xs-last.btn{
         border-top-right-radius: 4px !important;
         border-bottom-right-radius: 4px !important;
    }
}

a.skip {
     position: absolute;
     top: -1000px;
     left: -1000px;
     z-index: 999;
     height: 1px;
     width: 1px;
     text-align: left;
     overflow: hidden;
     color: #00f;
     background-color: #fff;
     text-decoration: underline;
}
 a.skip:active, a.skip:focus, a.skip:hover {
     left: 0;
     top: 0;
     width: auto;
     height: auto;
     overflow: visible;
}
 .btn-light:focus, .active .btn-light {
     color: #212529;
     background-color: #dae0e5;
     border-color: #d3d9df;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


/* Menu */

.menu {
     margin-bottom: 30px;
}

.menu h2, .menu h3 {
  z-index: 200;
  position: relative;
  color: #000;
  margin-bottom: 0 !important;
  line-height: 1.5em;
}

.menu h2 a, .menu h3 a {
  padding: 0 !important;
  color: #000 !important;
  font-size: 1em !important;
}

.menu ul {
  z-index: 100;
  position: relative;
  margin-top: -1px !important;
}

.menu li+li a {
  border-top: 1px solid #AAA !important;
  border-radius: 0 !important;
}

.menu li a:hover {
  text-decoration: underline;
}

.menu a:not(.btn) {
  display: block;
  width: 100%;
  padding: 5px;
  color: #202020;
  overflow: hidden;
}

.menu .more a {
  color: #AAA;
  font-size: 1em;
}

.menu .more a::after {
  content: "...";
}

.menu .more a:hover {
  text-decoration: underline;
}

.menu .title {
  display: inline-block;
  color: #00ADEE;
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu .menutoolbar {
  position:absolute;
  top: 15px;
  right: 15px;
  z-index: 300;
}

.menu-lg a {
  font-size: 1.2em;
}

 #subNavigation {
    margin-bottom: 0;
}
 #subNavigation h2 {
    padding-top: 15px;
}

 #subNavigation li {
    width: 100%;
}

#subNavigation a {
    background-color: transparent;
    box-shadow: none;
}

#subNavigation a:active {
    background-color: transparent;
}


/* Accordion */

.accordion .card-header.btn:focus {
    box-shadow: none;
}

.accordion.focus {
    box-shadow: 0 0 0 0.2rem rgb(202,220,254);
}

.accordion > .card {
    border-radius: 0;
}

    .accordion > .card:first-of-type:last-of-type {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .accordion > .card > .card-header:first-child {
        border-radius: 0;
    }

.accordion .collapse {
    padding: 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

@media (min-width: 576px) {
    #hpaccordion .div-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

.accordion, .accordion .card-header, .accordion .card-title {
    padding: 0;
    margin: 0;
}

    .accordion .card-title a,
    .accordion button.card-header {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px 45px 10px 15px;
    }

    .accordion .collapse-indicator {
        position: absolute;
        top: 10px;
        right: 15px;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .accordion .card-title > a[aria-expanded="true"] .collapse-indicator-up,
    .accordion button.card-header[aria-expanded="true"] .collapse-indicator-up {
        opacity: 1;
    }

    .accordion .card-title > a:not([aria-expanded]) .collapse-indicator-down,
    .accordion .card-title > a[aria-expanded="false"] .collapse-indicator-down,
    .accordion button.card-header:not([aria-expanded]) .collapse-indicator-down,
    .accordion button.card-header[aria-expanded="false"] .collapse-indicator-down {
        opacity: 1;
    }


/* Sidebar */

#sidemenu #sidenav {
  border-left: 2px solid #000;
  padding-left: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#sidemenu h2 {
  margin-top: 22px;
  font-size: 1.6em;
}

#sidemenu h2 a {
  padding: 0;
  color: #000
}

#sidemenu ul {
  width: 100%;
}

#sidemenu li {
  float: none;
}

#sidemenu li.active {
  background-color: #EEE;
}


/* Off-Canvas Menu */

.nav-pills .nav-link {
    border-radius: .25rem;
}

.navmenu {
  background-color: #ddd;
}

.navmenu h2 {
  margin-top: 23px;
  font-size: 22px;
  padding-left: 5px;
}

.navmenu ul {
  margin: 0;
}

@media (max-width: 404px) {
  .navmenu h2 {
    margin-top: 0;
  }
}

.navmenu-fixed-right, body {
   left: auto !important;
}


/* Top Menu */

#topmenu {
  overflow: hidden;
  margin-bottom: 10px;
}


/* Breadcrumbs */

#breadcrumbs {
  margin-top: 10px;
}

#breadcrumbs .disabled {
  cursor: default;
}



.btn-breadcrumb .btn:not(:last-child)::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #f8f9fa;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-breadcrumb .btn:not(:last-child)::before {					
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #dee2e6;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
																			
.btn-breadcrumb .btn:hover:not(:last-child)::after,
.btn-breadcrumb .btn:active:not(:last-child)::after {
  border-left: 10px solid #e2e6ea;
}

.btn-breadcrumb .btn:focus:not(:last-child)::after {
  border-left: 10px solid #dae0e5;
}

.btn-breadcrumb .btn:hover:not(:last-child)::before {
  
}

.btn-breadcrumb > * > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

@media (max-width: 575.95px) {
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display:block;
  } 
  .btn-breadcrumb .btn:last-child {
    display:none;
  }
  .btn-breadcrumb > * div {
    max-width: 50px;
  }
}

@media (min-width: 576px) and (max-width:767.95px) {
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display:block;
  } 
  .btn-breadcrumb > * div {
    max-width: 60px;
  }
}

@media (min-width: 768px) and (max-width:991.95px) {
  .btn-breadcrumb > *:nth-last-child(-n+3) {
    display:block;
  } 
  .btn-breadcrumb > * div {
    max-width: 100px;
  }
}

@media (min-width: 992px) and (max-width:1199.95px) {
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display:block;
  } 
  .btn-breadcrumb > * div {
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display:block;
  } 
  .btn-breadcrumb > * div {
    max-width: 170px;
  }
}

.btn-breadcrumb .ellipsis {
  display:none;
  cursor: default;
  pointer-events: none;
}


/* Search */

#headersearch {
  width: 300px;
  margin-right: 0px;
}

#headersearch .form-group, #headersearch .input-group {
  width: 100%;
  
}

.searchbox label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Translate */

.goog-te-menu-frame {
  max-width: 80vw!important;
  max-height: 80vh!important;
  overflow: scroll;
}

 font {
     vertical-align: baseline!important;
}




/* Footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffc425;
  padding-bottom: 5px;
  border-top: 3px solid #000;
  padding-top: 15px;
  margin-top: 15px;
}

.btn-group-rating {
    margin-bottom: 10px;
}




/* Pull */

@media (max-width: 767px) {
  main .float-left, main .float-right {
    float: none !important;
  }
}

.alert a:not(.card a) {
    color: #062c33 !important
}