/* cmsms stylesheet: FoundationStyles modified: 02/02/19 17:12:05 */


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  background: white;
  color:#222222;
  font-size: 14px;
}

.container {
  margin-top: 1rem;
}

h1,h2,h3,h4,h5,h6 {
  color: #444;
  font-weight: bold;
  line-height: 1.1;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

.pad {
  padding: 0 .5rem;
}

.content {
  padding-bottom: 20px
}

.sidebar {
  margin-bottom: 20px
}
.sidebar .articles, .panel {
  background:#efefef;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:10px;
  margin-bottom: 15px;
}

.panel {
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.call-to-action {
  padding: 20px 20px 0;
}

.call-to-action a.button {
  margin: 20px 0 0 20px
}

.footer {
  padding-top:10px
}

a img {
  border:0
}

a {
  color: #177B3E;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #8CAC88
}

a:focus {
  color: #177B3E;
  outline: 0
}

.print a {
  color: #fff;
}

p.copyright {
  font-size: .9em
}

p.operator {
  font-size: 10px;
  color:#ACACAC;
}

p.error {
  color: red;
}

.mainimage {
  margin-bottom: 1rem;
  text-align: center;
}




.top-bar {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #ACACAC;
  padding:0;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.top-bar ul {
  background-color: transparent;
}

.top-bar ul ul {
  background-color: #ACACAC;
}

.top-bar a {
  color: white;
}

.top-bar a.menuactive, .top-bar a.menuactive:hover {
  color: black;
  background: #8CAC88;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: white transparent transparent;
}

.top-bar>ul>li:first-child a {
  border-radius: 5px 0 0 5px;
}

.dropdown.menu .is-active>a, .top-bar a:hover {
  color: white;
  background: #8CAC88;
}

.dropdown.menu .is-active>a.menuactive {
  color: black;
}

.top-bar li a {
  border-right: 1px solid rgba(255,255,255,0.2);
}

.title-bar {
  background: #177B3E;
  margin-bottom: 1rem;
}

.top-bar .is-drilldown ul {
  background: #ACACAC;
}

.drilldown a {
  background: #ACACAC;
} 

.is-drilldown {
  max-width: 600px !important;
  width: 100%;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent white;
}

.drilldown .js-drilldown-back>a::before {
  border-color: transparent white transparent transparent;
}



.button {
  background: #177B3E;
  border-radius: 5px;
}

.button:hover {
  background: #8CAC88;
}

#side-menu {
  margin-bottom: 1rem;
}

#side-menu.menu a {
  padding-left: 0;
}

#side-menu a:hover {
  color: black;
}



.orbit {
  padding: 0 1rem;
}

.orbit a {
  display: block;
}

.orbit h2 {
  font-size: 1.25rem;
  line-height: 1.4rem;
}

.orbit .slide-left {
  margin-bottom: 1rem;
}

.orbit-bullets button {
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
}



.sidebar .articles {
  background: #efefef;
  border-radius: 5px;
  padding: 1.5rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
}

.BlogSummary h1 {
  font-size: 1.1rem;
}

.BlogSummary h3 {
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
}

.BlogSummary p {
  margin-bottom: 10px;
}

.SummaryMorelink {
  padding-bottom: 20px;
}

.SummaryMorelink a {
  font-size: 0.8rem;
  font-weight: normal;
}

.BlogDetail h1 {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.BlogDetail hr {
  display: none;
}

.BlogDetail h2 {
  font-size: 1rem;
  line-height: 1.4;
}

.BlogDetail .Postdate {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.BlogDetail .tagtitle {
  font-size: 0.75rem;
}

#taglist {
  margin-left: 0;
}

#taglist li {
  display: inline-block;
  height:28px;
  margin:5px;
  list-style-type:none
}

#taglist a {
  padding:3px 10px;
  font-size:12px;
  text-decoration:none;
  color:#333;
  background:#eae9e8;
  -moz-border-radius 6px;
  border-radius:6px;
  border:#ccc solid 1px;
  font-weight:bold
}

#taglist a:hover {
  background:#177B3E;
  text-decoration:none;
  font-weight:bold;
  color:#fff
}



.sidebar form {
  margin-bottom: 1.5rem;
}



#call-to-action {
  padding: 1rem;
  background: #efefef;
  border-radius: 5px;
  min-height: 8rem;
  border: 1px solid #e6e6e6;
}

#call-to-action p, #call-to-action a {
  margin: 0;
}

#call-to-action h4 {
  margin-bottom: 1rem;
}

#call-to-action .button {
  margin: 1rem 0;
}



fieldset {
  border:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  padding:12px 12px 20px;
  margin:18px 0;
  background-color:#efefef
}

fieldset legend {
  border:solid 1px #ddd;
  font-weight:bold;
  background:white;
  padding:5px;
  margin:10px 0 10px 0
}

.short-label {
  margin-left: 50px;
}



#footer {
  margin-top: 2rem;
}



.ProductDirectoryItemBrief {
  padding: 1rem .5rem 1rem .5rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}

.ProductDirectoryItemBrief .price-cell {
  padding-left: 1rem;
}

.ProductDirectoryItemBrief .price {
  font-weight: bold;
  margin-bottom: 1rem;
}

.authnet-note {
  margin-top: 1rem;
}



/* Small only */
@media screen and (max-width: 39.9375em) {

}

/* Medium and up */
@media screen and (min-width: 40em) {

  body {
    background:#efefef;
  }

  .container {
    background-color: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    /*max-width: 980px;*/
  }

  h2 {
    font-size: 1.75rem;
  }


  .orbit .slide-left {
    display: inline-block;
    width: 40%;
    padding: 0 1rem;
    margin: 0;
  }

  .orbit .slide-right {
    display: inline-block;
    width: 59%;
  }

  .orbit h2 {
    font-size: 1.75rem;
    max-width: 350px;
    padding: 2rem 0 1rem 0;
    line-height: 2rem;
  }

}
/* Small only */
@media screen and (max-width: 40em) {
.sidebar #side-menu {
    background: #efefef;
    border-radius: 5px;
    padding: 1rem;
}
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 53em) {
.top-bar li {
max-width: 132px;
text-align: center;
}
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
