/* cmsms stylesheet: Nav modified: 09/19/19 09:32:38 */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.no-js [data-accordion-menu] ul {
  display: none;
}

.title-bar {
    background: rgb(50,55,83);
}

.accordion-menu li a {
    color: #ececec;
}

.accordion-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.accordion-menu li:hover {
    background-color: rgb(50,55,83);
}
    
.is-accordion-submenu-parent a {
  /*background: #fff;*/
}

.is-accordion-submenu a {
  background: #353535;
  color: #ececec;
}

.is-accordion-submenu a:hover {
    background-color: rgb(50,55,83);
    color: #fff;
}

.sublevel-1 {
  text-indent: 1rem;
}

.sublevel-2 {
  text-indent: 2rem;
}

[data-accordion-menu] a {
  color: #fff;
  /*box-shadow: inset 0 -1px #41444a;*/
}
  [data-accordion-menu] a::after {
    border-color: #fff transparent transparent;
}

.menu > li:not(.menu-text) > a {
  padding: .7rem 1.5rem; }
/* cmsms stylesheet: Left Accordion List modified: 09/19/19 13:09:09 */
.SubLeftList {
    color: #fff;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    background-color: #2e2e2e;
}


.SubLeftList h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 10px 0;
}

.SubLeftList a {
    text-decoration: none;
}

.SubLeftList a:hover {
    text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #2e2e2e;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 10px 20px;
  border: 1px solid #353535;
  border-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #353535;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #353535; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #353535;
  border-bottom: 0;
  background-color: #353535;
  color: #fff; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #353535; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
  }
/* cmsms stylesheet: Toggle modified: 05/11/20 11:04:33 */
/* Content togle css
----------------------------------------*/
h2.trigger {
    background: url("/lib/toggle/trigger.gif") no-repeat scroll 0 0 transparent;
    background-size: 100% 60px;
    color: #333333 !important;
    cursor: pointer;
    font-size: 1em !important;
    font-weight: normal !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 0 5px !important;
    padding: 0 0 0 50px !important;
    /*change width if you want fixed e.g.: 575px; or auto;
         also change this in your .toggle_container! */
    width: auto;
    border: none !important;
}

h2.trigger:hover {
    color: #666666;
}
h2.active {
    background-position: left bottom;
}
.toggle_container {
    background: url("/lib/toggle/toggle_block_stretch.gif") repeat-y scroll left top #F0F0F0;
    background-size: 100% auto;
    border-top: 1px solid #D6D6D6;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    /*change width if you want fixed e.g.: 625px; or auto; */
    width: auto;
}
.toggle_container .block {
    background: url("/lib/toggle/toggle_block_btm.gif") no-repeat scroll left bottom transparent;
    background-size:100% auto;
    padding: 20px;
}
.toggle_container .block p {
    margin: 5px 0;
    padding: 5px 0;
}
.toggle_container h3 {
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.toggle_container img {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    /*float: left;*/
    margin: 10px 15px 15px 0;
    padding: 5px;
}
/* END Content togle css */
/* cmsms stylesheet: News modified: 04/12/17 10:13:48 */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 10px; /* padding for the news article summary */
    margin: 0 0 .7em 0; /* margin to the bottom of the news article summary */
    border-top: 1px solid #aeaeae; 
    behavior: url(PIE.htc);
}

.NewsSummaryPostdate {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #686868;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0px;
    font-size: 16px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-weight: normal;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 30px;
    background-image: url("images/printer.gif");
    background-repeat: no-repeat;
    background-position: center right;
    text-align: right;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* cmsms stylesheet: Main modified: 02/27/20 12:50:24 */
/* MAIN */


body {
    font-family: 'Open Sans', sans-serif;
    color: #353535;
    background-color: #fff;
}

.MainHeader {
    background-color: #fff;
}

.TheLogo {
    margin: 20px auto;
}

.Tagline {
    color: rgb(115,115,115);
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    padding-top: 70px;
    line-height: 28px;
}

.Tagline2 {
    color: rgb(38,34,98);
}

@media screen and (max-width: 39.9375em) {
    .Tagline {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 20px;
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .Tagline {
    font-size: 18px;
    padding-top: 50px;
    line-height: 24px;
} 
}

.GetQuoteHead {
    background-color: rgb(115,29,29);
    padding: 9px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}

a.GetQuoteHead:link {text-decoration: none; color: #fff;}
a.GetQuoteHead:visited {text-decoration: none; color: #fff;}
a.GetQuoteHead:active {text-decoration: none; color: #fff;}
a.GetQuoteHead:hover {text-decoration: none; color: #fff;}

.GetQuoteText {
    padding: 10px 15px 15px 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.GetQuoteText A:link {text-decoration: none; color: rgb(172,62,42);}
.GetQuoteText A:visited {text-decoration: none; color: rgb(172,62,42);}
.GetQuoteText A:active {text-decoration: none; color: rgb(172,62,42);}
.GetQuoteText A:hover {text-decoration: none; color: #333}

.Slider {
    background-position: top left;
  	background-image: url("/images/headerback.jpg");
  	background-repeat: repeat-x;
    background-color: #fff;
    padding-top: 44px;
}

.SliderInside {
    
}

[data-slides] {
	background-image: url(/images/slider1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: background-image 1s linear;
}

.HomeRightInside {
    padding: 30px;
    color: #000;
}

.RedBar {
    padding: 7px;
    background-color: rgb(115,29,29);
}

.HomeRedBar {
    padding: 7px;
    background-color: rgb(115,29,29);
}

.HomeRedBarText {
    padding: 15px 0;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.TheFoot {
    background-color: #272727;
    color: #ccc;
    font-size: 14px;
    padding: 30px 0;
    line-height: 28px;
}

.TheFoot A:link {text-decoration: none; color: #fff;}
.TheFoot A:visited {text-decoration: none; color: #fff;}
.TheFoot A:active {text-decoration: none; color: #fff;}
.TheFoot A:hover {text-decoration: none; color: rgb(161,155,115)}

.TopLines  {
    background-position: top left;
  	background-image: url("/images/headerback.jpg");
  	background-repeat: repeat-x;
    height: 44px;
}

.SubShell {
    background-color: rgb(103,102,49);
}

.SubHeadImage {
    
}

.TreeSubLeft {
background-color: #2e2e2e;
padding-top: 20px;
}

.TreeSubRight {
background-color: #fff;
}

.NavTop {
    width: 100%;
    height: 44px;
}

.TreeNavInterior {
background-color: #2e2e2e;
padding: 15px 0;
}

.SubLeftInside {
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    background-color: #353535;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .SubLeftInside {
    font-size: 15px;
} 
}

.SubLeftBlueBlock {
    color: #ccc;
    text-align: left;
    padding: 30px 30px;
    background-color: rgb(55,60,88);
    font-size: 16px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .SubLeftBlueBlock {
        padding: 20px 20px;
        font-size: 12px;
}
}

.SubRight {
    background-color: #fff;
    padding: 0px;
}

.SubRightInside {
    padding: 30px;
}

.AffiliatesRow {
    padding: 25px 25px 25px 25px;
}

.AffiliatesText {
    color: #666;
    text-align: center;
    font-size: 14px;
}


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

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

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

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

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




/* RANDOMNESS */

.centertext {
    text-align: center;
}

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(120,146,192);}
A:visited {text-decoration: none; color: rgb(120,146,192);}
A:active {text-decoration: none; color: rgb(120,146,192);}
A:hover {text-decoration: underline; color: rgb(154,176,215);}

.subnavul li A:link {text-decoration: none; color: #e9b752}
.subnavul li A:visited {text-decoration: none; color: #e9b752}
.subnavul li A:active {text-decoration: none; color: #e9b752}
.subnavul li A:hover {text-decoration: underline; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-size: 30px;
    color: rgb(34,39,98);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-size: 30px;
    color: rgb(115,29,29);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h1 {
    font-size: 26px;
    color: rgb(34,39,98);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-size: 26px;
    color: rgb(115,29,29);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-size: 24px;
    color: #353535;
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-size: 22px;
    color: #ccc;
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

.SummaryTableRowHeader {
    margin-bottom: 15px;
}

.SummaryRows {
    border-bottom: 1px solid #ccc;
}

div.SummaryRows:nth-of-type(odd) {
    background: #e0e0e0;
}

.SummaryItemListitems {
    font-size: 14px;
}

.SummaryTableColumnHeader {
    border-bottom: 1px solid #666;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.DetailsItemName {
    font-size: 26px;
    color: rgb(34,39,98);
    font-weight: 700;
    padding: 20px 0 0 0;
    line-height: 26px;
}

.DetailsItemCommon {
    font-size: 22px;
    color: #999;
    font-weight: 700;
    padding: 0 0 20px 0;
    line-height: 26px;
}

.DetailsItemDetails {
    
}

.AddToQuoteDiv {
    padding-top: 20px;
    
}

.AddToQuoteQuantity {
    width: 50px;
}

.LISEDetailsbreadcrumbs {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

a.SummaryRows:nth-of-type(odd) {
    background: #f4f4f4;
}

a.SummaryRows:link {text-decoration: none; color: #353535;}
a.SummaryRows:visited {text-decoration: none; color: #353535;}
a.SummaryRows:active {text-decoration: none; color: #353535;}
a.SummaryRows:hover {text-decoration: none; color: #353535; background-color: #e0e0e0;}

.Availabilitynotice {
    font-size: 14px;
    font-style: italic;
}

.QuoteTableRows {
    border-bottom: 1px solid #ccc;
    padding-top: 7px;
}

div.QuoteTableRows:nth-of-type(odd) {
    background: #e0e0e0;
}

.QuoteItemListitems {
    font-size: 14px;
    margin-right: 0px;
    padding-right: 0px;
}

.QuotPageEditItems {
}

a.MinusPlus:link {text-decoration: none; color: #767676;}
a.MinusPlus:visited {text-decoration: none; color: #767676;}
a.MinusPlus:active {text-decoration: none; color: #767676;}
a.MinusPlus:hover {text-decoration: none; color: #5c5c5c;}

.ThePrice {
    font-weight: 600;
    color: #4e73b0;
}

.CartSubTotal {
    font-weight: bold;
    float: right;
    width: 60px;
    margin-top: 8px;
}

.QuoteQuantityFieldDiv {
    float: right;
    width: 152px;
    margin-right: 10px;
}

.plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding: .5rem;
  width: 60px;
}

.input-group {
    margin-bottom: 6px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle {
  /*border-radius: 50%;*/
  padding: 0.25em 0.8em;
  color: #666;
  border-color: #666;
}

.plus-minus-input .input-group-button .circle {
  /*border-radius: 50%;*/
  padding: 0.25em 0.8em;
  color: #666;
  border-color: #666;
}

.CartIcons {
    float: right;
    width: 30px;
    margin-top: 7px;
}

.RemoveMe {text-decoration: none; color: rgb(172,62,42) !important;}
.RemoveMe {text-decoration: none; color: rgb(172,62,42) !important;}
.RemoveMe {text-decoration: none; color: rgb(172,62,42) !important;}
.RemoveMe:hover {text-decoration: none; color: rgb(204,75,55) !important;}

.TotalCol {
    /*border-top: 1px solid #666;*/
    margin-top: 10px;
}

.TotalLine {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}

.TinyCart {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.TinyCartPrice {
    /*color: rgb(172,62,42);*/
    font-size: 16px;
    font-weight: 600;
}

#products {
    /*display: none; */
}

#textarea {
    display: none;
}

.zero_items {
    margin: 15px;
    padding: 15px;
    border: 1px solid rgb(172,62,42);
    font-size: 16px;
    color: rgb(172,62,42);
}

.added {
    font-size: 18px;
    color: rgb(172,62,42);
    border: 1px solid rgb(172,62,42);
    padding: 7px;
    margin-bottom: 7px;
}

a.whitelinktext:link {text-decoration: none; color: #fff;}
a.whitelinktext:visited {text-decoration: none; color: #fff;}
a.whitelinktext:active {text-decoration: none; color: #fff;}
a.whitelinktext:hover {text-decoration: none; color: #fff;}

.error {
    border: 1px solid red;
    padding: 20px;
    margin: 15px;
    color: red;
}

.TotalNotice, .NoticeNotice {
    color: red;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin-top: 5px;
}

ul.CoolCheck {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

ul.CoolCheck li {
    margin: 0;
    padding: 0px 10px;
}

ul.accordion {
    margin-bottom: 4px;
}

.CustItems {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
}

ul.CoolCheck li .checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

ul.CoolCheck li .checkbox > span {
    color: #fff;
    padding: -6px 0px 5px 15px;
}

ul.CoolCheck li .checkbox > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 3px;
    outline: none;
    transition-duration: 0.2s;
    background-color: #000;
    cursor: pointer;
  }

ul.CoolCheck li .checkbox > input:checked {
    border: 1px solid #333;
    background-color: rgb(103,102,49);
}

ul.CoolCheck li .checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 5px;
    top: -2;
}

ul.CoolCheck li .checkbox > input:active {
    border: 2px solid #34495E;
}
