:root {
    --bg-color: #fff;
    --bg-secondary-color: #f3f3f6;
    --color-primary: #5F7D00;
    --color-lightGrey: #d2d6dd;
    --color-grey: #747681;
    --color-darkGrey: #3f4144;
    --color-error: #d43939;
    --color-success: #28bd14;
    --grid-maxWidth: 120rem;
    --grid-gutter: 30px;
    --font-size: 1.6rem;
    --font-color: #333;
    --font-family-sans: -apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    --font-family-mono: monaco,"Consolas","Lucida Console",monospace;
}

body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}

.rimg {
    float: right;
    padding: 0px;
    margin: 0 0 1.5em 20px;
}

.rimgb {
    float: right;
    padding: 3px;
    margin: 0 0 0 20px;
    border: 1px solid #AFBE7F;
    background: #EBEEDF;
    max-width: 50%;
}

.rimgbdrtxt {
    float: right;
    padding: 3px;
    margin: 0 0 1.5em 20px;
    border: 1px solid #AFBE7F;
    font-weight: bold;
    font-size: small;
    text-align: center;
    background: #EBEEDF;
}

/* aside nav { */
    /* float: left; */
    /* width: 20em; */
    /* /* margin-left: -34%; */ */
    /* font-size: 90%; */
/* } */

aside nav h2 {
   font-size: 1.2em;
}

aside nav ul {
  list-style-type: none;
}

aside nav > ul {
  padding-left: 0;
}

.pure-menu-heading, .pure-menu-link {
    white-space: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  font-weight: 500;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * @link https://github.com/h5bp/main.css/issues/12#issuecomment-321106995
 */
.visually-hidden:not(:focus):not(:active) {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.inner {
  max-width: 1110px;
  margin: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1#skip-to-content {
  font-size: 40px;
  text-align: left;
  margin-bottom: 0.5em;
  margin-top: 0;
}

#layout {
  padding-bottom: 3em;
}

#header {
    margin-bottom: 1em;
}

#header .site-header {
  /* background: #000; */
  color: #fff;
  /* padding: 0 0.5em; */
  position: relative;
  text-align: center;
}

#header .hero-image {
  max-height: 240px;
  overflow: hidden;
}

#header .hero-image img {
  display: block;
}

#header .site-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#header .site-header h1 {
  font-size: 32px;
  /* line-height: 25px; */
  padding: 0.5em 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-shadow: 0 2px 6px rgb(0 0 0 / 75%);
  padding: 30px;
}

#header .site-header h1 a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  #header .site-header h1 {
    font-size: 80px;
  }
}

#header .site-header h1 .sub-title {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  display: block;
  /* display: none; */
  
}


#header .site-header h1 > a {
  color: inherit;
}

#header .slwa-minimal-header {
  /* margin: 1em auto; */
  padding: 1em;
  position: relative;
  background: #000;
  color: #fff;
  /* border-bottom: 1px solid rgba(0,0,0,0.12); */
  /* padding-bottom: 1em; */
}

#header .header-logo {
    flex-grow: 1;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1.33px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: padding .1s ease-out;
    max-width: 75%;
}

#header .header-logo > a {
  color: inherit;
  font-weight: inherit;
}

#header .slwa-minimal-header .brand-menu {
  position: absolute;
  right: 0;
  top: 0;
  
}
#header .slwa-minimal-header .brand-menu ul {
  list-style-type: none;
  margin: 0;
}

#header .slwa-minimal-header .brand-menu ul li {
  display: inline-block;
  margin-left: 1em;
}

#header .slwa-minimal-header .brand-menu ul li a {
  color: inherit;
  font-weight: normal;
}

#header .brand-menu {
  padding: 0 0.5em;
}

nav.pure-menu {
    background: #f9f9f9 !important;
    padding: 0.5em;
}

@media (max-width: 47.9em) {

    #header .header-logo {
      padding-top: 2em;
      font-size: 20px;
    }
    
}
    #menu .pure-menu-link {
      color: #555555;
    }
    
    #menu .pure-menu-heading, #menu .pure-menu-link {
      padding: 0.6em 0 0.6em 0.6em;
    }
    
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        /* color: #a3a3a3; */
        border: none;
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        /* border-top: 1px solid #333; */
        /* border-top: 1px solid #c0c0c0; */
        border-top: 1px solid rgba(0,0,0,0.05);
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            /* background: #333; */
        }

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        /* background: #1f8dd6; */
        /* background: var(--color-primary); */
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected > a,
        #menu .pure-menu-heading {
            /* color: #fff; */
        }
        
        #menu .pure-menu-selected > a {
          border-left: 4px solid var(--color-primary);
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        margin: 0;
    }
    
    #menu .pure-menu-list li .pure-menu-list {
      /* background: #000; */
      padding-left: 1em;
    }
    #menu .pure-menu-list li .pure-menu-list li > a {
      /* color: #333; */
      /* color: #cacaca; */
      font-weight: normal;
    }
    
    #layout .row {
      margin: 0;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    left: 0; /* "#menu width" */
    background: #000;
    background: rgba(0,0,0,0.7);
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
    box-sizing: content-box;
}

    .menu-link:hover,
    .menu-link:focus {
        background: #000;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #fff;
        pointer-events: none;
        width: 100%;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }

@media (min-width: 48em) {

    .menu-link {
        display: none;
    }
    
    #header .site-header h1 {
      padding: 0;
      line-height: 60px;
      vertical-align: center;
    }

}

.breadcrumbs {
  margin: 0;
  padding: 10px 0 20px;
  text-align: center;
}
.breadcrumbs .breadcrumb {
    background: transparent;
    color: #727272;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    font-weight: 500;
}

.breadcrumbs .breadcrumb a {
      color: #727272;
      font-style: normal;
      font-weight: 400;
}

.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #727272;
        content: '\003e';
        padding-left: .3rem;
        padding-right: .3rem;
        vertical-align: middle;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section#main {
    position: relative;
    padding-bottom: 3em;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  margin-left: 1.25em;
}

.row.prev-next {
    position: absolute;
    bottom: 0;
    width: 100%;
    width: calc(100% + var(--grid-gutter));
}


#footer {
  background-color: #f6f6f8;
}

#footer .inner {
  align-items: flex-end;
}

#footer .footer-logos .footer-logo {
    width: auto;
    display: inline-block;
    max-width: 65%;
    margin-bottom: 0;
}

#footer .footer-logos .footer-logo:first-child {
    margin-right: 10%;
    max-width: 20%;
}

#footer .footer-logos .footer-logo img {
    height: 80px;
    width: auto;
    max-width: 100%;
}

#footer {
  padding: 1em 0;
  
}

#footer p {
    margin-top: 0;
    margin-bottom: 10px;
}

#footer .footer-contact h2 {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer .footer-bottom {
  background-color: #000;
  color: #fff;
  padding: 6vh 0;
}

#footer .footer-bottom .inner {
  max-width: 890px;
  padding: 0 1rem;
}