
/* Main Color */
:root {
    --main-color: #B23025;
    --sec-color: #231F20;
    --hover-color: #991F1A;
}

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}
::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit; }
body{margin:0;padding:0;background:#FFFFFF;font-family:"Roboto",Arial,sans-serif;font-weight:400;line-height:1.5;color:#333333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}
textarea{height:auto;min-height:50px;border-radius:0}
blockquote,h1,h2,h3,h4,h5,h6{font-family:'Encode Sans Condensed',sans-serif;font-weight:400}
h1 {
    font-size: 1.7rem;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

h4 {
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
}

h5 {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
}

p{font-family:'Roboto',sans-serif;font-weight:400}
*:focus {
    outline: revert !important;
}
/* Utilities */
a {
    color: var(--main-color); /* Default blue */
    text-decoration: none;
    //transition: all 0.3s ease-in-out;
}

a:focus, a:hover {
    color: var(--hover-color); /* Darker red for contrast */
    text-decoration: underline; /* Improves accessibility */
}

a:focus, a.f_img:focus {
    outline: 2px solid #000!important; /* 2px black outline */
    outline-offset: 2px; /* Space between element and outline */
    box-shadow: 0 0 0 4px white;
    z-index: 1;
}

/* ? WCAG Compliance: Ensure Images & Links Are Keyboard Focusable */

a.f_img {
    display: table;
    margin:auto;
}

/* ? Add a 2px black outline when tabbed */
img:focus,
figure:focus,
a.f_img:focus {
    outline: 2px solid black !important;
    outline-offset: 2px; /* Adds spacing around the outline */
}


.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: var(--main-color)!important;
    color: #fefefe;
    max-width: 330px;
    margin: auto;
    display: block;
    width: 100%;
}

.button:focus, .button:hover {
    background-color: var(--main-color)!important;
    color: #fefefe!important;
}

.page .button{
    display: inline-block;
}

/* !Utilities */
hr {
    border-top: 1px solid #ddd;
}

/* Header */

/* Top Banner & Menu */
#top-banner, #top-menu {
    padding: 0 0.5rem;
    position: relative;
    background: white;
}

#top-menu {
    /*box-shadow: 0 2px 4px rgba(0,0,0,.15) inset;
    max-height: 57px;
    background-color: #900;*/
}

.top-bar {
    font-family: 'Encode Sans Condensed',sans-serif;
}

.top-banner-container, .top-menu-container {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 80rem;
    align-items: end;
}

.top-banner-left {
    display: none;
}

.top-banner-left img {
    height: 104px;
}

.top-banner-right {
    max-width: 100%;
    margin: auto;
}

.container.lb {
    margin-bottom:10px;
}

.lb .lb_container {
    max-width: 320px!important;
    margin: auto;
    overflow-x: scroll;
    display: table;
}

.lb iframe  {
   /* min-height:90px!important;
    min-width:728px!important;*/
    overflow-x: scroll;
}

.google-ad-container iframe, .google-ad-container * {
    border: 2px solid #FFFFFF ; /* Change border if needed */
    vertical-align: initial; /* Reset vertical alignment */
}

.google-ad-container iframe *:focus, .google-ad-container iframe:focus, .google-ad-container:focus, .google-ad-container:focus-within, .google-ad-container iframe:hover, #google_image_div:focus  {
    outline: 2px solid black!important; /* Black outline */
    outline-offset: 2px!important; /* Adds spacing around the outline */
}

.top-menu-dropdown {
    /*text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
    font-family: 'Encode Sans Condensed',sans-serif;
    display: flex;
    /* -webkit-box-align: center; */
    align-items: center;
    width: 100%;
    padding:0;
}

.top-menu-dropdown>li {
    flex: 0 0 auto;
}

.top-menu-dropdown>li a {
    color:  #333333; 
}

.top-menu-dropdown>li li a {
    color:  #FFFFFF; 
}

.top-menu-dropdown>li a:hover {
    color: var(--hover-color);
}

.top-menu-dropdown>li.account {
  display:inline-flex;
}

.top-menu-dropdown>li a.acc {
    color:  #FFFFFF;
    padding:  3px 10px;
}

.top-menu-dropdown>li a.a1 {
    background-color: var(--sec-color);
    padding-right: 15px;
}

.top-menu-dropdown>li a.a2 {
    background-color: var(--main-color);
}

.has-dropdown {
    position: relative;
    flex: 0 0 auto; 
    display: inline-flex;
    vertical-align: middle;
}
}

.has-dropdown>a {
    position: relative;
    display: flex;
    padding: 0.7rem 1rem;
    padding-right: 1.5rem;
    line-height: 1;
}

.has-dropdown>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    /* border-color: var(--main-color) transparent transparent; */
    border-color: #d2d2d2 transparent transparent;
    right: 3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
}

.has-dropdown:hover > ul, 
.dropdown-menu:hover {
    display: block;
}

.dropdown-menu {
    /* Reset */
    background: #333333;
    float: none;
    padding: 0;
    margin: 0;
    /* !Reset */
    top: 100%;
    right: auto;
    left: 0;
    position: absolute;
    /* top: 0;
    left: 100%; */
    z-index: 1;
    display: block;
    width: auto;
    border: none;
    display:  none;
    border-radius: 0;
    min-width: 11rem;
}

.dropdown-menu>li>a {
    display: block;
    padding: 0.4rem;
    border-bottom: 2px solid transparent;
    line-height: 1;
    font-size: .9375rem;
}

.dropdown-menu>li:hover {
    background-color: #777777;
}

.menu{margin:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}
.menu>li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.search-menu{padding:.7em}

.dropdown-menu>li:hover >a {
    color: #fff;
    text-decoration: none;
}

hr.menu-hr  {
  margin-top: 0;
}


/* General Contents */

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.single .entry-content p a.dont-break-out, .single .entry-content table a{
  white-space: pre-wrap; /* css-3 */    
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */    
  white-space: -o-pre-wrap; /* Opera 7 */   
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.no-bullet {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#article_excerpt, #article_excerpt p {
    font-size: 110%;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1rem;
}



.v1 .img-wrapper {
    margin-bottom: 6px;
    max-height: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    max-width:160px;
    margin:auto;

}

.v1 .img-wrapper img {
    width:100%;
    opacity:0;
    max-width:160px;
}

.v1.articles .img-wrapper, .v1.articles .img-wrapper img  {
    max-width:100%
}

.v1 .container, article .container, article .col-lg.left  {
    padding: 0;
}

.col-lg.left  {
    max-width:  100%;
}
    
.v1 .row {
    margin:0 auto;
    width:100%;
}

.v1 .col-md-4 {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    max-width:32%;
}

.post-date{
    font-size: 0.8rem; 
    margin-top: 5px;
    margin-bottom: 10px; 
    display: block;
}

.product-feature-title {
    font-weight: 700;
    margin: 0;
}

p.product-feature-description{ margin:0; }

.v1  .breadcrumb, .single  .breadcrumb {
    background-color: #FFFFFF; 
    text-transform: uppercase;
    color: #999;
    font-size: .9375rem;
    padding: 0;
}

.article-kicker {
    color: var(--main-color);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Side bar widgets  */
.site-sidebar, .site-sidebar div {
   /* max-width:100%;
    margin-left:auto;
    margin-right:auto;*/
}

.news-title{font-size:1.5rem;font-weight:700;letter-spacing:0;color:#333;margin-top:0;text-transform:none}
.wsideitems {padding: 15px;margin: 30px auto;background:#f0f0f0}
.wsideitems li{margin-bottom:0;line-height:1.2;font-size:14px;padding:1em 0;border-top:1px solid #fff}
.wsideitems li a{color:#000}
.wsideitems li a:hover{color:var(--main-color)}
.home .wsideitems{}

.wsideitems.noborder  {
    border: none; 
    padding:  0; 
}
.wsideitems .v1 p {
    display:  block;
}

.wsideitems .v1 div {
    padding:  0;
    vertical-align: top;
}
.wsideitems .v1 .img-wrapper {
    height: auto;
    max-width: 100%;
}
.wsideitems .v1 .row {
    border-top: 1px solid #ccc;
    padding: 1rem 0;
}
.wsideitems .v1 .product-feature-title  {
    margin: 0 auto 0.5rem;
    padding:  0 10px;
    font-size: 1rem;
    line-height:1.2rem;
    font-weight: 700;
    color:  #000000;
}

.wsideitems .v1 .product-feature-description  {
    font-size: .8125rem;
    line-height: 1.4;
    margin-bottom: 0;
    color:  #000000;
    padding: 0 10px;
}

.article-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}


/* ########### DE Box ########### */
.magazine-card {
  background-color: var(--main-color);
  padding: 20px;
  text-align: center;
}
.magazine-image img {
  max-width: 100%;
}
.magazine-title {
  font-weight: bold;
  text-align: center;
}
.sponsor {
 text-align: center;
}
.sponsor img {
  max-width: 80%;
  margin-top: 5px;
  max-height: 60px;
}
.button-group {
  margin-top: 15px;
}

.btn-outline-danger {
  background-color: var(--main-color);
      border-color: var(--main-color);
}

.btn-outline-danger:hover {
  background-color: var(--hover-color); /* Darker red for contrast */
      border-color: var(--hover-color); /* Darker red for contrast */
}

.btn-outline-danger {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle{
  background-color: var(--hover-color); /* Darker red for contrast */
  border-color: var(--hover-color); /* Darker red for contrast */
  color: #FFFFFF;
}

.pdf-btn a, .flip-btn a{
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: unset!important;
}


.flip-btn, .pdf-btn {
  margin: 0 0.3rem;
}

.de-btn{
    margin: 0 10px!important;
}

.flip-btn button, .pdf-btn button{
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: unset;
  width:  100%;
  margin-bottom: 10px; 
}

.de-content, .csc-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.de-content .row {
  margin: 0;
}

.de-content .col, .de-content .col-6  {
  padding:  0;
}

.csc-content {
  border-bottom: none;
}

/* ########### Related Products ########### */
.rp.container, .single .rp .row, .single .rp .col-md{ padding: 0;  text-align:center; }
.rp.container { border-bottom: 1px solid #7C7262; margin-bottom:20px;  }
.productbox h3  { margin: 0.3rem auto 1rem; font-size: 1rem; color: #333333;  }
.productbox .image  { background-position: center; border: 1px solid #333333; }
.productbox img  { max-height: 200px; opacity: 0; }


/* ########### Popular Articles ########### */
.article-list {
    padding: 0;
    margin: 0;
}

.article-list h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.article-item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.article-number {
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.article-title {
    flex: 1;
}

/* ########### CSC NEWS ########### */
.csc-content {
    padding: 0.5rem;
}

.logocs img {
    max-width: 100%;
    height: auto;
}

.csc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.csc-item {
    padding: 0.35rem 0;
}

.csc-article-link {
    color: #333333;
}

/* ########### Related Articles ########### */
.otherside {
    max-width: 100%;

    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 1rem;
}
.otherside .col-md-12 {
    padding: 0;
}
.otherside h2 {
    text-align: center;
}
.otherside h3 {
    font-size: 1rem;
}
.otherside .content {
    font-size: 0.85rem;
}

.single .de-content {
    border-bottom: none;
}

/* Paginations */
a.page-numbers, .page-numbers {
  display:none;
}

.next.page-numbers, .prev.page-numbers {
    padding: 0.1875rem 0.625rem;
    background: var(--main-color);
    color: #fefefe;
    display:inline-block;
}

/* ########### Homepage ########### */

.home_page .slick-prev:before, .home_page .slick-next:before { color: #fff !important; }
.home_page .slider-img { float: none;  margin: 0px auto; background-size: cover; position: relative; background-repeat: no-repeat; background-position: center; max-height: 500px; min-height: 380px; }
.home_page .slider-img img { opacity:0; }
.home_page .slider-img div.caption { position: absolute; padding: 10px 25px; bottom: 0; display: block; /*pointer-events: none;*/ z-index: 1; }

.home_page .slider-img div.caption h3 { margin-bottom:0; }
.home_page .slider-img div.caption a { display: inline-block; line-height: 1.2; color: #fff; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35); /*margin-bottom:0; position: absolute; top: 50%; transform: translate(-50%, -50%); left: calc(50% + 50px); width: 100%; padding-right: 100px;*/ }
.home_page .slider-img div.caption a:hover { text-decoration:none; }
.home_page .slider-img div.caption:hover h3 a { text-decoration:underline; }
.home_page .slider-img div.caption.bg { background: rgba(0,0,0,0.6); width: 100%; /*min-height: 100px;*/ -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }

.home_page .slick-prev, .home_page .slick-next { /*top: auto;*/ bottom: 0; } 
.home_page .slick-arrow { width: 50px; height: 50px; background: #000c !important; border-radius: 50%; opacity:0.6; }
.home_page .slick-arrow:hover { opacity: 1; background: #000000c4 !important; }
.home_page .slick-prev:before, .home_page .slick-next:before { font-size:50px; font-family: "Font Awesome 6 Pro"; }
.home_page .slick-prev { left: 6px; z-index:10; padding-right: 1px; }
.home_page .slick-next { right: 6px; z-index:10; padding-left: 1px; }
.home_page .slick-prev:before { content: '\f104'; }
.home_page .slick-next:before { content: '\f105'; }


.home_page .home_row { margin-bottom:0; }
.home_page .home_row .col-md-4, .home_page .home_row .col-md-8 .col-md-6 { padding-bottom: 15px; }
.home_page .home_row hr { border:none; border-bottom: solid 1px #000; position:absolute; bottom: 0; width: calc(100% - 30px); margin-bottom: 0.5rem; }
.home_page .home_row hr.middle { border:none; border-bottom: solid 1px #000; position: inherit; width: auto; }

.home_page .home_row.middle_row .col-md-4 { padding-bottom: 0; }
.home_page .home_row.middle_row .col-md-4 .box-wrapper { min-height: 225px; }

.home_page .last_row.home_row .col-md-4 hr { border: none; }

span.read-more { background:#c4c197; padding: 2px 5px; font-size: 0.7rem !important; margin: 10px;}
span.read-more:hover { cursor:pointer; }


.home_page .home_row hr.sep { background-color: #05466f; height: 6px; border: none; border: none; margin: 0; position: inherit; width: 100%; }
.home_page .home_row .first_row .box-wrapper { padding-top:10px; }
.home_page .more_articles .first_row .box-wrapper .img-wrapper { min-height: 200px; }
p.more { float:right; text-align: right; width: 100%; }
.home_page .more_articles { margin-top:20px; }

.home .product-feature-title  {
    margin-top:0;
}
.home .content-area a {text-decoration:none;}
.home .content-area a:focus {display: block;}
.home .content-area .caption a  {color: #231F20;}
.card-department {
    font-size: .825rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-top: 1rem;
}

.main-carousel{
    display: none;
}

.industry-news-section, #main .industry-news-section .container {
    background-color: #d8d8d8;
    position: relative;
}

.industry-news-section .col-md-3 {
    margin: 1rem 0;
}

.industry-news-section .product-feature-title {
    font-weight:  normal;
}



.widget_box .container a { font-weight:500; color:#555; font-size:0.9rem; line-height: 130%; display: inline-block; }
.widget_box .container .img-wrapper a { display:inherit; }

.most_popular .header { height:30px; padding-top: 12px; position: relative; z-index: 1; }
.most_popular .header .heading { background-color:var(--main-color); color:#FFFFFF; display:inline-block; height: 30px; vertical-align: top; padding: 4px 15px 0; font-size:0.9rem; }
.most_popular .header .triangle-topleft { width: 0; height: 0; border-top: 30px solid var(--main-color); border-right: 20px solid transparent; display:inline-block; height: 30px; vertical-align: top; }
#main .most_popular .container { padding-top: 40px;  margin-bottom:15px; padding-bottom: 10px; background-color:#ededed; position:relative; }
.most_popular .container .row { margin-bottom: 15px; }
.most_popular .container .col1 { color:#05466f; font-size:2rem; margin-left: 5px; line-height: 1; font-weight:bold; padding:0; text-align:right; }
.most_popular .container .col2 { padding-left: 5px; padding-right:6px; }
.most_popular .container .col3 { padding:0; }
.most_popular .container p{font-size:0.8em;}
.button_row { margin-top: 15px; }
.widget-button { background-color:#e8e8d6; padding: 5px 10px; font-size: 1rem; text-align: center; font-weight: bold; box-shadow: 1px 1px 0px 0px #888888; color: #000; }
.widget-button a { text-decoration:none; color:#000; }
.widget-button:hover { cursor:pointer; }
/* Page */
#content .main.container {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
}
.row.product-group{padding:2rem 0;margin:auto}
h3+.row.product-group{padding-top:1rem}
.row.product-group+.row.product-group{border-top:2px solid #ccc}
.row.product-group h3{margin-top:0;}
.product-item img{margin-bottom:1rem}
.page h3 {
    font-weight: 800;
    font-size: 1.4rem;
    line-height:1.6rem;
    margin-top: 1em;
}
.embed {
    position: relative;
    padding: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}
.embed--16by9 {
    padding-bottom: 56.25%;
}
.embed embed, .embed iframe, .embed object, .embed__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: var(--main-color)!important;
}

/* Single post */
.single .entry-title  {
    font-weight: 100;
    letter-spacing: -.03em;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

figcaption {
    background: #FFFFFF;
    color: #333333;
    display: block;
    padding: 0.5rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

figcaption p  {
    padding: 0;
    margin: 0;
}

.byline-block {
    text-align: left;
    border-top: 4px dotted #b1201c;
    padding-top: 1em;
}

.container.entry-content .row {
    margin:0!important;
    max-width:100%!important;
}

.entry-content p a  {
    text-decoration: underline;
}

.lead {
    color: #555;
    margin-bottom: 1rem;
    width: 100%;
}

#subtitle {
    color: #525c7a;
    font-size: 1rem;
    margin: 0;
    font-weight: 800;
}

figure {
    width: 100%;
    max-width: 820px;
}

figure figcaption {
    text-align: left;
}

/* Center alignment for standalone images */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Center alignment for captioned images */
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

/* Ensure images inside captions are centered */
.wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Left-aligned images */
.alignleft,
div.alignleft {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
}

/* Right-aligned images */
.alignright,
div.alignright {
    display: inline-block;
    float: right;
    margin-left: 1.5em;
}

/* No alignment (default behavior) */
.alignnone,
div.alignnone {
    display: block;
    margin: 0 auto;
}

article a {
    word-break: break-word;
}

article .sidebar-pull {
    padding: 1rem;
    margin-bottom: 2rem;
    border-top: 1rem solid #555;
    overflow: hidden;
    background-color: #d7e1e6;
}

.sidebar-pull h3  {
    font-size:1.1rem;
}

.sidebar-pull li,.sidebar-pull p  {
    font-size:.8125rem;
}

.sidebar-pull>* {
    margin-top:0!important
}

article .sidebar{padding:1rem;margin-bottom:2rem;border-top:1rem solid #555;overflow:hidden;}
article .sidebar h3{font-size:1.1rem; font-weight: 800;}
article .sidebar li,.sidebar p{font-size:.8125rem;}
article .sidebar>*{margin-top:0!important;}
article .sidebar.bg-tint1{background-color:#f0f0f0;}
article .sidebar.bg-tint2{background-color:#d7e1e6;}
article .sidebar.bg-tint3{background-color:#fcfcfc;}


blockquote {
    margin: 0 0 1rem;
    padding: 1.5rem 0;
    border-left: none;
    position: relative;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #555;
}

.quote {
    background-repeat: no-repeat;
    padding-left: 5rem!important;
    position: relative;
}

.callout, .quote {
    padding: 1rem 0;
    margin: 0;
    border-width: 2px 0 0;
    color: #555;
    font-weight: 700;
    clear: both;
}

.quote:before {
    display: block;
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 100px;
    font-weight: 700;
    color: #999;
    position: absolute;
    left: 10px;
    width: 100%;
    line-height: 1;
    margin-top: -1rem;
}

.quote:after {
    content: "";
    display: table;
    clear: both;
}

.article-subheading, .quote-attribution, .quote:before, blockquote, blockquote p {
    color: #525c7a;
}

.callout .quote-attribution, .quote .quote-attribution {
    margin-left: 33%;
    margin-top: 1rem;
    font-size: 70%;
}

.card {
    margin-bottom: 1rem;
    border:none;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #333333;
    border-radius: 0;
    font-size: 0.85rem;
}
.card:hover, .card:focus, .card:active, .card:visited, .card:link {
    text-decoration:  none;
    color:  #0a0a0a;
}

.card .product-category {
    font-size: 14px;
    margin: 0;
    background: var(--main-color);
    color: #fff;
    padding: 10px;
}

.category-products figure  {
    margin: 0;
    float: none;
    border-top: 2px solid #ccc;
    padding: 2em 0;
    width: 100%;
}

.category-products figure img {
    max-width: 400px;
}

.search .articles article .row  {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1em;

}

.search .articles article .entry-header {
    text-align: right;
}

.gndiv div{
  font-size: large;
  text-align: center;
  color: #111;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.gndiv div a{
  text-decoration: none;
  display: inline-block;
}

.skip-to-footer {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    text-decoration: none;
}

.skip-to-footer:focus {
    top: 0;
    transition: top 0.3s;
}

.post-page-numbers{margin:5px;}

.footer.entry-meta{padding:5px 0; margin-bottom:20px; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.footer.entry-meta a{display:inline-block;font-weight:bold;margin:5px;text-transform:uppercase; letter-spacing:0.05em; color:#757575; font-size:0.8rem; padding:0;}

/***Comment**/
#comments *{font-size:0.8rem}
#comments{margin:20px 10px 0; clear:left;}
#comments p{margin:5px 0;}
.logged-in #comments p, .comment-form-comment, .form-submit{display:inline-block;}
.logged-in #comments .comment-content p{display:block;}
#comments p label{
width: 60px;
position: relative;
display: inline-block;
vertical-align: top;
}
.comment-respond, .comment-respond .comment-reply-title, #comments p.comment-form-comment label,.comment-form-cookies-consent{display:none}

#comments li .comment-respond .comment-reply-title, .logged-in #comments p.logged-in-as{display:block;}
.comment-list{background:#F3F3F3;list-style:none;display: inline-block;width: 100%;}
.comment-list .children{list-style:none;}
.comment-list li{background:#eeefef;padding:10px;margin-bottom: 2px;border-bottom: 1px solid #272425}
.comment-list .children{border-top: 1px solid #ccc}
.comment-list li:last-of-type{border-bottom:0;}
.required, #comments p b{color:var(--main-color);font-weight:bold;}

.site-content .featured-post:before {
content: "\f308";
margin-right: 3px;
position: relative;
top: 1px;
}

.comment-body div {padding-left: 60px;}
.comment-body div.comment-metadata{padding-left:0px;}
.comment-meta, .comment-meta div, b.fn {display:inline-block;vertical-align:top;}
 b.fn a{color: #272425;}
.comment-metadata::before { 
    content: "\2022 ";
}
.comment-meta img{width:50px; height:50px;    position: absolute;  margin-left: -60px;}
#comments .commentbtn{
  background: #ddd;
  padding: 15px;
  font-size: large;
  border-radius: 5px;
  border: 1px solid #aaa;
  color: #333;
  float:right;
  margin:0 0 12px;
}
.commentbtn:hover{cursor:pointer;text-decoration:underline;}
#comments input, #comments textarea{background:#FFF; border: 1px inset #272425;}
#comments textarea{width:800px; max-width:100%;}
#comments li textarea{max-width:90%;}
#comments input[type="submit"]{    border: 1px outset #272425; background-color:#272425; color:#FFF;top: 2px; position: relative;}


/***Archive page**/
.archive a.row { color:#333333; text-decoration:none; border-bottom: 1px solid #ccc; padding-top: 20px; padding-bottom: 20px;     }
.archive .col-md-3  { padding:0;  }


/*********************
* NL Archive
*********************/
.normal #primary.NL-archives{width:100%;}
.site-content.NL-archives{padding:10px;margin-bottom:25px;}
.NL-archives table, .NL-archives td{border:none;}
.NL-archives .entry-content h3{font-size:20px;}
.archive-page #loading-image{
background: url(../images/loading.gif) no-repeat center bottom;
height: 12px;
width: 12px;
position: absolute;
left: 0;
display: none;
background-size: 15px;
margin-top: 13px;
margin-left: 10px;
}
.NL-archives .entry-content  .execphpwidget ul{overflow:initial;}
.tab{background: none repeat scroll 0 0 #DCDDDE;
box-shadow: 2px 2px 2px #AAAAAA;
margin: 0;
padding: 10px;
cursor: pointer;}

/***Style the unordered list with the class 'enlarge'***/
#full{overflow:hidden;}

div.enlarge{
list-style-type:none; /*remove the bullet point*/
overflow:visible;
width:100%;
margin:0 auto;
font-weight:bold;
text-align:center;
padding:0;
}

div.enlarge div{
display:inline-block; /*places the images in a line*/
position:relative;
margin:10px 8px; /*space between the images*/
overflow:visible;
}
div.enlarge div span{
position:absolute; /*see support section for more info on positioning*/
background:#FFF;
width:0;
top: 15px;
left: -50px;
margin:auto;
background:#FFF;
}
div.enlarge div span {  top: 0px;width:0;height:0;
left: 0px; opacity:0; width:0;     -webkit-transition: all 0.1s ;
-moz-transition: all 0.1s ;
-o-transition: all 0.1s ;
transition: all 0.1s ;
}
div.enlarge div:hover span{top: 15px;z-index: 5000000000; position:absolute;
left: -140px;opacity:1;width:400px;height:auto;line-height:10px; 
-webkit-transition: all 0.1s 1s ;
-moz-transition: all 0.1s 1s ;
-o-transition: all 0.1s 1s ;
transition: all 0.1s 1s ;
}
div.enlarge div span img{top: 0px;width:0;height:0;
left: 0px;width:0;opacity:0; -webkit-transition: all 0.1s 1s ;
-moz-transition: all 0.1s 1s ;
-o-transition: all 0.1s 1s ;
transition: all 0.1s 1s ;
box-shadow:none;
border:none;
margin-bottom:5px;
position:relative;
}
div.enlarge div:hover span img{top: 0px;
left: 0px;width:400px;height:auto;opacity:1;}
div.enlarge img{
/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
box-shadow: 0 0 3px rgba(132, 132, 132, .75);
}
div.enlarge li:hover{
z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
cursor:pointer; /*changes the cursor to a hand*/
position:relative;
}

/***Override the styling of images set in step 3 to make the frame ccaller and the background darker***/
div.enlarge span img{
padding: 2px; /*size of the frame*/
background: #ccc; /*colour of the frame*/
}

/***Style the span containing the framed images and the caption***/
div.enlarge span{
/**Style the frame**/
padding: 10px; /*size of the frame*/
/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
/*give the corners a curve*/
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
/**Style the caption**/
font-size:.9em;
text-align: center;
}

div.enlarge div.bs_text{display:block;}

.b_box.nl{height:auto;}

.close .btn{
height: 15px;
width: 15px;
background: url('../images/btn_max.jpg') no-repeat;
float: right;
margin-top: -22px;
}
.open .btn {
height: 15px;
width: 15px;
background: url('../images/btn_min.jpg') no-repeat;
float: right;
margin-top: -22px;
}

.NL-archives .open h3,
.NL-archives .close h3 {
  margin-bottom: 0;
  margin-top:  0;
}

.close,
.open {
  float: none;
  opacity: 1;
}

#loading-image {
  background: url('../images/loading.gif') no-repeat center bottom;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  display: none;
  background-size: 15px;
  margin-top: 13px;
  margin-left: 10px;
}

ul.enlarge .bs_text{text-align:center; margin:5px 0;font-weight: normal;}

/*********************
* DE Archive
*********************/
.normal #primary.DE-archives {
width:100%;
}
.site-content.DE-archives{padding:10px;margin-bottom:25px;}
.DE-archives .entry-content img {
box-shadow:none; width:125px; height:160px;
}
.DE-archives  h2 {
font-size:1.4rem;
}
.DE-archives .entry-content ul.enlarge {
list-style-type:none; /*remove the bullet point*/
margin-top:0px;
max-width:100%;
}
.DE-archives .entry-content .execphpwidget ul {
overflow:initial;
}
.DE-archives .entry-content .de ul {
overflow:hidden
}
.DE-archives ul.enlarge li {
display:inline-block; /*places the images in a line*/
position: relative; /*allows precise positioning of the popup image when used with position:absolute - see support section */
z-index: 0; /*resets the stack order of the list items - we'll increase in step 4. See support section for more info*/
margin:5px 35px; /*space between the images*/
overflow:visible;
}
.DE-archives ul.enlarge li div {margin:0 15px}
.DE-archives .bs_text {
margin:0;
font-size:1rem;
text-align:center;
font-weight:bold;
}
.DE-archives .close, .DE-archives .open {
background: none repeat scroll 0 0 #333333;
box-shadow: 2px 2px 2px #AAAAAA;
padding:10px;
cursor:pointer;
margin: 0 0 0 0
}
.DE-archives .close h2, .DE-archives .open h2{color:#FFFFFF;margin-top:0;margin-bottom:0;}
.DE-archives .tab {margin-bottom:10px; }
.DE-archives .tab h2 {margin-top:0;margin-bottom:0;}
.DE-archives .close .btn {
height: 15px;
width: 15px;
background: url('../images/btn_max.jpg') no-repeat;
float: right;
margin-top: -22px;
}
.DE-archives .open .btn {
height: 15px;
width: 15px;
background: url('../images/btn_min.jpg') no-repeat;
float: right;
margin-top: -22px;
}
.DE-archives .entry-content ul.enlarge{width:auto;}

.DE-archives table td{border:none;}

.socialc  {text-align:center; margin:0px auto 10px;line-height:100%;padding: 0px 0px 0px 0px; }
.csc-foot{
    padding:15px 0px 15px 0px;
    margin-top: 5px;
}
.sociali  {display:inline-block; margin:0px 5px;vertical-align:top;}
.sociali a  {color: #FFFFFF; display: inline-block; }
.sociali i  {font-size: 2rem; line-height: 2rem;  }
/* Top Banner & Menu Responsive Design */
@media screen and (max-width: 80em) {
    .top-banner-container {
        padding: 0 2%;
    }
    
}

@media screen and (min-width: 77.5em) {
    .top-banner-left {
        display: block;
    }

    #top-banner-menu {
        display: none;
    }
    
    .container {
      max-width:1200px;
    }
    
    .container.main-content, #main .container {
      background: white;
      position: relative;
    }
    
    #content .main.container, #top-menu, #concan {
      max-width:  1200px;
      background: #FFFFFF;
    }

    article .sidebar-pull {
        margin-top: 1rem;
        margin-bottom: 1rem;
        position: absolute;
        width: 30%;
        min-width:  300px;
    }
    
    article .sidebar-pull.align-left  {
        left: calc(-30% - 1.5rem);
        min-width: inherit;
    }
    
    article .sidebar-pull.align-right {
        right: calc(-44.5% );
    }
    
    article .sidebar-pull.align-full  {
        position: relative;
        width:  100%;
    }
}


@media print, screen and (min-width: 64em) {
    .top-banner-right {
        padding-left: 20px;
    }
    
    .col-lg.left  {
        max-width:  200px;
    }
    

    .wsideitems ul{
        max-width: 300px;
    }
    .column,.columns{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:.625rem;padding-left:.625rem;min-width:initial}
    
    .medium-up-2>.column, .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .tile--item {
        display: inline-block;
        margin: 1rem 5.5% 2rem 0;
        padding-bottom: 0;
        width: 44%;
    }
    
    .callout, .quote {
        font-size: 1.4rem;
        margin: 3rem inherit;
    }
    
    .wsideitems {
        border: 1px solid #ccc;
        background: 0 0;
    }
    
    .wsideitems li+li{border-top:1px solid #999}
    .wsideitems li:first-child{padding-top:0}
    
    .article-social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .article-social>div{margin:0;width:30px;-ms-flex-item-align:end;align-self:flex-end}
    .article-social .fa, .article-social .fa-brands{font-size:2rem;color:var(--main-color)}
    .article-social .fa:hover{color:var(--main-color)}
    
    .site-sidebar{  
       max-width: 320px;
    }


}

/* Footer */ 
.main-footer{padding-top:3.75rem;padding-bottom:3.75rem;background-color:var(--main-color);color:#fff;position:relative;}
.main-footer .column,.main-footer .columns{ 
    display:inline-block;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: initial;
}

@media screen and (min-width:45em){
      dl.project{overflow:hidden;border-bottom:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}
      dl.project dt{float:none;clear:none;text-align:right;max-width:33%;width:33%;border-right:1px;padding-right:1em;-webkit-box-flex:1!important;-ms-flex:1 1 33%!important;flex:1 1 33%!important}
      dl.project dd{padding:0 0 .5em 0;width:66%;max-width:66%}
      dl.project dd,dl.project dt{border-top:1px solid #fff;margin-top:0;margin-bottom:0;padding-top:.5rem;padding-bottom:.5rem;min-height:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
      
}

@media print, screen and (min-width: 40em) {
    .medium-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
    .medium-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}

    .top-banner-left, .top-menu-left {
        -webkit-box-flex: 1;
        -ms-flex: 0.3 1 auto;
        flex: 1 1 auto; /*grow | shrink | basis */
    }

    .top-banner-right, .top-menu-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;/*grow | shrink | basis */
    }
    
    #top-menu h1, #top-menu h2  {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;/*grow | shrink | basis */
        margin: 0 auto;
    }
    
    #top-menu h1 img, #top-menu h2 img {
        max-width: inherit;
    }

    .lb .lb_container {
        max-width: 100%!important;
        margin: auto;
        overflow-x: hidden;
    }

    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    
    #top-menu {
        margin: auto;
    }
    

    .main-footer .column:last-child,.main-footer .columns:last-child{width:40%;-ms-flex-preferred-size:25%;flex-basis:25%}
     
    .product-item{text-align:right;margin-bottom:1rem}
    .medium-4 .product-item img, .product-item img{width:93%;margin-right:1rem;margin-bottom:0}
    .product-item figcaption{width:93.5%}

    .product-group .small-4.product-item img, .product-group .small-4.product-item figcaption{width:100%;}
    
    .product-feature-title  {

    }
    
    .single .entry-title  {

    }
    
    #subtitle {

    }
    
    .byline-block {
        text-align: right;
    }
    
}

@media screen and (max-width:39.9375em){
.main-footer .column,.main-footer .columns{-ms-flex-preferred-size:50%;flex-basis:50%;margin-top:1rem}
}

.main-footer ul{list-style-type:none;padding:0;margin:0;line-height: 1.6;}
.main-footer li{color:#cce7ff;font-size:14px}
.main-footer a{color:#fff}
.main-footer a:hover{border-bottom:1px solid rgba(255,255,255,.3)}
.main-footer .copyright{font-size:.75rem;color:rgba(255,255,255,.8)}

/* !Top Banner & Menu Responsive Design */
/* !Top Banner & Menu */

/* !Header */

/* Hamburger Menu */

.micro-top-nav-small-menu-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.micro-top-nav-small-menu-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
    -webkit-box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
    content: '';
}

.micro-top-nav-small-menu-btn, .micro-top-nav-small-menu-logo{
  display: none;
  background: transparent;
  border: none;
}

.micro-top-nav-small-menu-logo {
  /*width: 100%;
  max-width: 200px; */
  margin:auto; 
} 

/* .micro-top-nav-list {
  display: flex;
  padding: 1rem !important;
} */
.micro-top-nav-list {
  z-index: 999;
}

.hide-on-small {
  display: block !important;
}
.hide-on-large {
  display: none !important;
}

.nav-item-color {
  color: var(--main-color) !important;
}

@media (max-width: 1020px){

  #top-menu h1, #top-menu h2  {
      text-align: center;
      width:  100%;
  }
  
  #top-menu h1 img, #top-menu h2 img  {
      max-width:  200px
  }
  
  .container {
      max-width: 100%;
  }
  
  .v1 .col-md-4 {
      max-width: 30%;
  }

  .hide-on-small {
    display: none !important;
  }
  .hide-on-large {
    display: block !important;
  }

  .top-menu-right {
    display: none;
  }

  .top-menu-dropdown-submenu {
    height: auto;
  }

  .top-menu-dropdown-submenu > a, .top-menu-dropdown-submenu .has-dropdown > a {
    display: block;
    padding: 0.7rem 1rem;
    padding-right: 1.5rem!important;
  }
  
  .has-dropdown>a::after  {
    border-color: #000 transparent transparent;
  }
  
  .top-menu-dropdown>li a.acc::after  {
    border-color: #FFF transparent transparent;
    
  }

  .micro-top-nav-list {
    position: absolute;
    left: -100%;
    top: 4rem; /* Height of Nav Bar */
    flex-direction: column;
    width: 230px;
    border: #fff 2px solid;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    padding-left: 10px;
  }
  
  .searchli {
    display:  none;
  }

  /* Note: there is no space between class names */
  .micro-top-nav-list.active {
      left: 0;
  }

  .micro-top-nav-small-menu-btn, .micro-top-nav-small-menu-logo{
    display: block;
  }
  
  .micro-top-nav-small-menu-btn, .micro-top-nav-small-menu-search {
    position: absolute;
    top:  1rem;
  }
  
  .micro-top-nav-small-menu-search  {
    left: 0;
  }
  
  .micro-top-nav-small-menu-btn {
    right: 0;
  }
  
  .micro-top-nav-small-menu-btn img {
    opacity:  0;
  }

  .micro-top-nav-item:hover > ul,
  .nav-item-dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    width:auto;
  }
  
  .archive .col-md  {
    padding:  0;
  }
  
  .archive .col-md-3  {
    margin-bottom:  5px;
  }
  
  .wp-caption.aligncenter {
    max-width: 100%;
  }
  
  div.enlarge div{
    margin: 10px 5px;
  }
  
  figure {
      max-width: 100%;
  }
  
}

@media (max-width: 768px){
  
  .top-menu-container h1, .top-menu-container h2  {
      display:  none;
  }
  
  .micro-top-nav-small-menu-logo h1, .micro-top-nav-small-menu-logo h2  {
      display:  block;
  }
  
  .micro-top-nav-small-menu-btn, .micro-top-nav-small-menu-search {
      top:  inherit;
  }
  
  .v1 .col-md-4 {
      max-width: 100%;
  }

  .top-menu-container {
    justify-content: end;
    align-items:  center;
  }
  
  .micro-top-nav-small-menu-logo {
    width: 100%;
    max-width: 200px; 
  } 
  
  .rp.container, .sign-up-content, .single .de-content {
    padding: 0 15px;
  
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.page-template table {
  margin-bottom: 0;
}

.page-template th, .page-template td {
  border: none;
}

thead {
  background-color: #f4f4f4;
}

/* Mobile responsive stack */
@media (max-width: 600px) {
  table {
    overflow-y: scroll;
    display: inline-block;
  }

  thead tr {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
  }

  td {
  }

  td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #555;
  }
}

/* Screen width <= 400px */
@media screen and (max-width: 400px) {
  .micro-top-nav-list {
      width: 200px;
  }
}