/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* stretch to window */
html, body {
    height: 100%;
}

/* normalize from default 8px to zero */
html, body, div, p {
    margin: 0;
    padding: 0;
}

body {
    background: #B2D3FF url("images/img_site/backgroundbluemottle.jpg");
}
/* accordion */
.accordion .item .heading {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  background: #ee6363 url('chevrons.png') no-repeat;
  background-position: right 20px top -95px;
  border-bottom: 1px solid #ec8484;
  box-sizing: border-box;
}

.accordion .item.open .heading,
.accordion .item:last-child .heading {
  border: 0;
}

.accordion .item.open .heading {
  background-position: right 20px top -5px;
}

.accordion .item .content {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 14px;
}
/* END accordion */
/* hide niche content aka show/hide */
details[open] > summary::after {
color: white;
	background: blue;
	font-weight: bolder;
font-size: 1.0em;
    content: '-';
}

details > summary::after {
color: white;
	background: blue;
	font-weight: bolder;
font-size: 1.0em;
    content: '+';
}


details > summary {
  position: relative;
  top: 0em;
  display: inline;
  background: none;
  color: blue;
  list-style: none; /* to remove triangle */
  outline:none; /* to remove blue border */
}

blockquote {
  display: inline;
} 
 
details {
  display: inline;
}

summary {
  display: inline;
}
/*end hide niche content */

/*make webmail response bold */
.output_message {font-weight : bold; color: red; }

/*end */

/*make tables and images 100% of screen width */
table{
max-width: 100%;
}

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

/*override shrinking */
noshrink{
max-width:  none !important;
height: auto;
}
/*end */

a:visited {
  color: purple;
}

p {margin: 2px;}


hr  hr  {
       align-content : center;
       width : 85%;
       margin-left : auto;
       margin-right : auto;
        }  
/*navigation sitewide*/

.navbar-nav .nav-link {
	border: lawngreen !important;
    border-style: outset !important;
    background: aliceblue !important;
	
}


.dropend .dropdown-menu[data-bs-popper] {
    margin-left: .75rem !important;
    }
.dropdown-item{
    padding-left: 3px !important;
}
.ms-n3 {
    margin-left: -39px;
}
.toplevel {
    font-weight :700 !important;
}
.nav-link, .dropdown-item {
    color: #0000FF !important;
}
    
  .dropdown-toggle::after {
            display: none !important;
        }
.fa {
margin:3px;
color: blue;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/*end navigation sitewide*/
div.maincontainer {
    background: #FFFFFF;
    border: 1px solid #B5FF84;
    border-top: none;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

@media only screen and (max-width: 930px) {
    div.maincontainer {
       max-width: 100%;
	 border: none;
        padding: 0;
    }
}

.banner{
background-color: #B5FF84;}

div.banner {
    align-content: center;
    height: 100%;
    text-align: center;
}

.highlight {
    background-color: #33FF33
}

.linkbarsep{
text-align: center;
margin-bottom: 2em;
margin-top: 2em;
}

.linkbar {
    font-family: Times, "Times New Roman", Palatino, serif;
     margin-left: 3px;
}

.linklisthead {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-weight: bold
}

.linklisttight {
    font-family: Times, "Times New Roman", Palatino, serif
}

.pgabstract {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CCFFCC;
    margin: 10px auto;
    vertical-align: top;
}

.pgabstract td {
    padding: 0 5px;
    vertical-align: top;
}

.pgabstract ul.linkbar li {
    font-family: Times, "Times New Roman", Palatino, serif;
}

.pgcontents {
    font-family: Times, "Times New Roman", Palatino, serif
}

.pgcontentsbox {
    height: auto;
    width: auto;
    padding: 2px;
    background-color: #CCFFFF;
    font-family: Times, "Times New Roman", Palatino, serif;
}

.pgsubtitle {
    text-align: center;
    color: #333300
}

.pgtitle {
    text-align: center;
    color: #330033
}

.textniche {
color: gray;
}

.textcaption {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: small;
}

.textnote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic
}

.textsmall {
    font-family: Times, "Times New Roman", Palatino, serif;
}
.textwrapped {
text-align: justify;}

    



.smallitalic {
    font-size: smaller;
    font-style: italic;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover, a.linkexternal:link {
    color: #990066;
}

a.linkexternal:hover, a.linkinpage:hover {
    color: #990066;
}

a.linkinpage:link {
    color: #005100;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Times, "Times New Roman", Palatino, serif;
}

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 7px;
    margin-bottom: 7px
}

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

em {
    color: #FF0000;
    font-style: normal;
}

ol {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.photocredit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small
}

.texttable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%
}

.texttablehead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold
}

.worknote {
    background-color: #FF0000;
    font-family: Times, "Times New Roman", Palatino, serif;
    font-weight: bolder
}

.linkbarsep {
    font-family: Times, "Times New Roman", Palatino, serif;
    background-color: #CCFFFF
}

.titlesubbook {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-size: larger
}

.textkeywords {
    font-family: Times, "Times New Roman", Palatino, serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #999999
}

.textfeatured {
    font-family: Arial, Helvetica, sans-serif
}

.titleblogsummary {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-size: 22px;
}

.titleblogsummary > a, .blogsidebaritem > a {
    color: #000000;
}

.textblogsummary {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.titlesidebar {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-size: 16px;
}

.textsidebar {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-size: 14px;
}

.textreadmorelink {
    color: #D13F29;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.blogsection {
    border-collapse: separate;
    border-spacing: 5px;
    display: table;
    margin-top: 1.2em;
    width: 100%;
}

.blogsectionrow {
    display: table-row;
}

.blogsectionrow > div {
    display: table-cell;
}

.blogsectionsidebar {
    border: 1px solid #CCCCCC;
    border-top: 6px solid #494949;
    width: 175px;
}

.blogsectioncontent, .blogcontent {
    border: 1px solid;
}

.blogcontent {
    margin: 2px;
    padding: 5px;
}

.blogsidebar {
    text-align: center;
}

.blogsidebar .lightbackground {
    background-color: #FCFBF7;
}

.blogsidebar .darkbackground {
    background-color: #F5F2E9;
}

/** fix for div vertical spacing! **/
.blogsidebaritem {
    padding: 1px;
}

.blogsidebaritem p {
    padding: 0 5px;
    text-align: left;
}

.blogsidebaritem > p#sidebartitle {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.blogsidebaritem > p#sidebarsubtitle {
    font-family: Times, "Times New Roman", Palatino, serif;
    font-style: italic;
    text-indent: 10px;
}

.blogsidebaritem + .blogsidebaritem {
    border-top: 1px dotted #CCCCCC;
    padding-top: 1em;
}

.blogitem {
    margin: 5px 20px;
}

.blogitem + .blogitem {
    margin-top: 2em;
}

.blogitem img.leadin {
    float: left;
    margin: 4px;
    position: relative;
}

.blogitemfooter {
    border-top: 1px dotted #CCCCCC;
}

/**********
 ** NAVIGATION
 *********/
#navigation {
    background-color: #B5FF84;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

#navigation > li {
    background-color: #CDF2C7;
    border: 1px solid #6C9FD8;
    display: inline-block;
    list-style: none;
    position: relative;
    vertical-align: middle;
}

#navigation > li:last-child {
    background: none;
    border: none;
}

#navigation > li > a:link, #navigation > li > b > a:link {
    font-size: 1.10em;
}

#navigation > li .bold {
    font-weight: bold;
}

#navigation li a {
    display: block;
    font-family: Times, "Times New Roman", Palatino, serif;
    padding: 5px 4px;
    text-align: left;
}

#navigation .subnav {
    background-color: #CDF2C7;
    display: none;
    left: 0;
    list-style: none;
    padding: 0 0;
    position: absolute;
    z-index: 30;
    width: 250px;

    box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.35);

    border-radius: 5px;
    border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
}

#navigation .subnav > li {
    border-bottom: 1px solid #D7D7D7;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

#navigation .subnav > li:last-child {
    border: none;
}

#navigation .subnav > li a {
    display: block;
    padding: 10px 15px;
}

#navigation .subnav > li:hover {
    background: #4BD520;
    border-bottom: 1px solid #3B3B3B;
}

/** position lower level navs **/
#navigation .subnav li.subnav-lower ul {
    left: 250px;
    top: 0;
}

/* background highlight for list items */
#navigation > li:hover {
    background: #4BD520;
}

#navigation li.subnav-lower li:hover:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

/* disable background for search box */
#navigation > li:hover:last-child {
    background: none;
}

/* clear corner radius for Home, View Cart, and search */
#navigation > li:hover:first-child, #navigation > li:hover:nth-last-child(2), #navigation > li:hover:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

/* clear left corner radius for first sub-nav item */
#navigation ul.subnav > li:hover:first-child {
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}

/* clear lower border and apply bottom edge cornering for last sub-nav items */
#navigation ul.subnav > li:hover:last-child {
    border: none;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#navigation li:hover > ul.subnav {
    display: inline-block;
}

/* inject small search icon */
#navigation form#sitesearch input[type=text] {
    background: white url('images/img_site/search.png.html') right no-repeat;
    padding: 0 18px 2px 0;
}

/* explicit view cart image height and alignment */
#navigation .viewCart {
    vertical-align: middle;
}

/* Figure + caption */
	  /* Figure + caption */
figure {
  box-sizing: border-box;
  border: 0px solid blue;
     max-width: 100%;
  display: table;
	margin: 3px;
  padding: 3px;
    background-color: #e6ffff;
  float: right;
}


figcaption {
	padding: 3px;
display: table-caption; caption-side: bottom ;
border: 0px solid blue;
	font-size: -1;
		font-style: italic;
  background-color: #e6ffff;
}