/******************************************************
Common CSS
******************************************************/
a{
  text-decoration: none;
  padding:0;
  margin:0;
}

/******************************************************
CSS
******************************************************/


[class^="categoryBoxes-"] li, [class*=" categoryBoxes-"] li,
.cartGroup ul li, .owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-dots,
#search_results, #goButton, [class*=" addBox-"] li .addBoxImage img, 
.article-info .tag, .knowledge-file, .tags-container .tag, #mce-EMAIL,#mc-embedded-subscribe, .widgetFrontboxset li {
  border-radius: var(--borderRadius);
}



.pure-overlay-content{
  width: auto;
}

.no-padding{
  padding: 0px;
}
.borders{border:1px solid #e8e8e8;margin:.4rem 0;}
.coloured{
  background: rgba(0,0,0,0.05);
}
.robotMsg{
  text-align: right;
}
.robotMsg img{
  margin-top: 5px;
}
.btnBlock{
  text-align: center;
}
.phoneBlock{
  float: right;
  margin-top: 3px;
}
.phoneBlock img{
  width: 34px;
  vertical-align:bottom;
}
.phoneBlock a{
  float:left;
  margin-left:16px;
}
.phoneBlock a:first-child{margin-top:3px;}
/******************************************************
headerBlock
******************************************************/
.headerBlock{
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 8.6rem;
}
.top-align-block{
  margin-top: 8rem;
}

.top-align-block:before, .top-align-block:after {content: " ";display: table;}
.top-align-block:after {clear: both;}
/******************************************************
TopBar
******************************************************/
.topbar{
  background: #11a790;
  width: 100%;
  z-index: 999;
  height: 32px;
  display:none;
}
.topbar a{
  color: #fff;
  /*font-size: 1rem;*/
  text-decoration: none;
}
.topbar a:hover{
  color: #fff;
  text-align: right;
}
.topbar a{
  /*background: url(../images/ph-icon.png) no-repeat left;*/
  /*padding: 0px 0px 0px 30px;*/
  display: inline-block;
  font-weight: 600;
  /*float: left;*/
}
.topbar .email-block a{
  background: url(../images/email-icon.png) no-repeat left;
  padding: 0px 0px 0px 30px;
  display: inline-block;
  float: left;
}
.tabLook{
  /*border-style: solid;*/
  /*border-color: #bbb;*/
  border-width: 0 1px 1px 1px;
  /*box-shadow: 1px 0px 6px;*/
  margin-left: 4px;
  background:#fff;
}

/******************************************************
Logo 
******************************************************/
.logo img{ margin-top: 4px; height:3.5rem;}

.logo-menu-block{
  position:relative;
  height:4.5rem;
}

.logo-block a{
  display: inline-block;
  text-align: center;

}
.logo-block a img{
  height: 3rem;
  margin-top: .3rem;
  margin-left: .9rem;
}
.searchBlock{
  margin-top: .8rem;
  position:relative;
  margin-left: 1rem;
}
#searchResults{
  padding: 0px 10px;
  border-radius: 0px;
  margin:0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b97878;
  opacity: 1; /* Firefox */
  font-size:20px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size:20px;
  color: #b97878;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b97878;
  font-size:20px;
}
.searchProducts{
  width:100%;
  /*background:#bbb;*/
}
.twitter-typeahead{display:none;width:100%;}

#search_results{
  padding-top: 10px;
  width: calc(100% - 6px);
  border: 1px solid var(--greyBorder);
  float:left;
}

#goButton {
  position: relative;
  cursor: pointer;
  background: var(--primary);
  padding: 4px 5px 0px 5px;
  z-index: 10;
}
#goButton i {
  font-size: 1.5em;
}

.header_text {
  color: var(--primary) !important;
  font-weight: bold;
  text-decoration: none;
  font-size: .9rem;
  text-transform: uppercase;
  padding: 18px 7px 0px 7px;
}

.tt-hint{
  display:none !important;
}
.twitter-typeahead input[type='text']{
  background-color:#fff !important;
  margin:0;
}

/* search type ahead block end */


#darkness {
  background:rgba(0, 0, 0, 0.5);
  display:none;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:5;
}

.websiteSet{}

.websiteSetImg a img{
  height: 1.8em;
  padding:.2rem;
  margin-top: 1.3rem;
}
.phoneSet{
  font-weight: bold;
  margin: -.3rem 0 0 .9rem;
  padding:0;
  font-size: 120%;
 /*  line-height: 1.55;
 margin-top:-.3rem;*/
}
.phoneSet a{color:#d80000;font-weight: 600;}
/******************************************************
Slider/HeroShot Image
******************************************************/
.heroShot-slider-container{
  position:relative;
}
.heroShot-container-case-studies{
  height:360px;
  overflow:hidden;
  position:relative;
}
.heroShot-slider-container, .heroShot-container-case-studies{
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.heroShot-slider-container-homepage{
 width: 100%;
 max-height: 680px;
 display: block; 
 position:relative;
}
.heroShot-slider-container-homepage img{
  width: 100%;
  max-height: 680px;
  display: block;
}
.call-to-action-container{
  position:absolute;
  top:30%;
  left:50%;
  margin-left: -15%;
}
.call-to-action-container p:first-child{
  font-size: 30px;
  line-height: 120%;
  background:rgba(255,255,255,.6);
  padding: 14px 12px;
  border-radius: 5px;
  letter-spacing: 2px;
}
.call-to-action-container a.cta-btn{
  font-size:34px;
  color: #010101;
  padding:10px 20px;
}
.caption-block{
  position: absolute;
  background: rgba(67, 165, 30, .7);
  width: 100%;
  z-index: 9999;
  bottom: 0px;
  text-align: center;
  padding: .7% 0px;
}
.caption-block .sliderTitle{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;
}
/******************************************************
Main Menu
******************************************************/
.contents-block{
  font-size: 20px;
  min-height: 684px;
}


.topMenuBlockMenu{
  font: 15px/24px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  margin:0 0 0 2%;
  padding:0;
  z-index:800;
  height:100%;
  text-align: right;
  text-transform: uppercase;
}

.topMenuBlockMenu ul {
  margin:0;
  padding:0;
}
.topMenuBlockMenu ul li {
  display: inline-block;
}
.topMenuBlockMenu ul li > a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2;
  padding: 0 10px;
  font-size: .9rem;
}
.topMenuBlockMenu > ul > li > a p{
  margin: 0px;
}
.topMenuBlockMenu ul ul,
.topMenuBlockMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenuBlockMenu ul ul{
  display: none;
  position: absolute;
}
.topMenuBlockMenu ul li:hover > ul {
  background: #BB3635;
  display: block;
  padding: 0;
  color:#fff;
}
.topMenuBlockMenu ul ul > li a {
  color:#fff !important;
  line-height: 3;
  text-decoration: none;
}
.topMenuBlockMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenuBlockMenu ul ul li {
  display: block;
  text-align: right;
}
.topMenuBlockMenu ul ul ul {
  display: none;
  right: 100%;
  margin-top: -49px;
  min-width: 210px;
}
.topbar-right-block{margin:0;padding:0;height:100%;position: relative;}

.topMenu {
  position: relative;
  margin:0 0 0 2%;
  padding:0;
  z-index:600;
  height:100%;
  text-align: center;
}
.topMenu ul {
  margin:0;
  padding:0;
}
.topMenu ul li {
  display: inline-block;
}
.topMenu > ul > li:last-child {}
.topMenu > ul > li:last-child > a{}
.topMenu > ul > li:first-child{}
.topMenu ul li > a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #2B2B2B;
  line-height: 4.6;
  padding: 0 10px;
  font-size: 1.1rem;
}
.topMenu > ul > li > a p{
  margin: 0px;
}

.topMenu > ul > li:hover,  .topMenu > ul > li:hover a {
  color: #fff;
  background: #224195;
}
.topMenu ul ul,
.topMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenu ul ul,
.topMenu ul ul ul{
  -webkit-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
}
.topMenu ul ul{
  display: none;
  position: absolute;
}
.topMenu ul li:hover > ul {
  background: #F2F2F2;
  display: block;
  padding: 0;
  color:#fff;
}
.topMenu ul ul > li a {color:#fff !important;line-height: 3;}
.topMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenu ul ul li{}
/*.topMenu ul ul > li:hover {background: #595959;}*/
.topMenu ul ul li {
  display: block;
  text-align: left;
}
.topMenu ul ul ul {
  display: none;
  left: 100%;
  margin-top: -49px;
  min-width: 210px;
}
.documentTable td,
.documentTable th{padding:2px 14px;}

.homeTitle {
  text-align: center; 
  font-size:46px; 
  color:#b43434; 
  font-weight:bold; 
  margin: 20px;
  line-height: 1;
}
/******************************************************
Front Boxes
******************************************************/
.our-process figure img{
  display: block;
  margin: auto;
  width: 100px;
}
.our-process figure{
  position: relative;
}
.our-process figcaption{
  bottom: 0;
  width: 100%;
}
.our-process figcaption h2 {
  /*background: rgba(67, 165, 30, .7);*/
  margin: 0;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  color: #43a51e;
  text-transform: uppercase;
}
/******************************************************
Footer
******************************************************/
.footer-block{
  background: #2B2E8C;
}
.footer-block h3{
  color: #fff900;
  text-transform: uppercase;
}
.bottomMenu-block ul{
  padding: 0px;
}
.bottomMenu-block li{
  color: #fff;
  display: inline-block;
  margin-right:10px;
}
.bottomMenu-block li a{
  color: #fff;
  text-decoration: none;
}
.bottomMenu-block li a p{
  margin: 0px;
}
.bottomMenu-block li:not(:last-child) a p:after {
  content: " | ";
  margin: 0 4px;
}
.socialMenu-block ul{
  padding: 0px; 
}
.socialMenu-block li:first-child{margin:0px 6px 0px 0px;}

.socialMenu-block li{
  display: inline-block;
  margin: 0px 6px;
}
.socialMenu-block li p{
  display: none;
}
.socialMenu-block li a{
  display: block;
}
.socialMenu-block li img{
  width: 32px;
}
.address-block a{
  text-decoration: none;
  color: #eee;
}
.address-block h4, .address-block p{
  margin: 4px 0px;
}

.fixedFooter{
  position:fixed;
  bottom:0;
  height:2.4rem;
  background:#28a529;
  color:#fff;
  font-size: 1.6rem;
  text-align: center;
}
.footer-text-block{font-size: 1.4rem;padding:1rem;}
.footer-text-block a{font-size: 1.4rem;}

/*.fixedFooter a{margin-bottom: 10px;}*/
/******************************************************
Front Boxes #09947f #11A790
******************************************************/
/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.catMenu{
  text-align: center;
  max-width: unset;
  margin: auto !important;
  padding:8px 0px 2px 0px;
}

nav {
  font-size: 0;
  position: relative;
}
nav > ul{padding:0;margin:0;}
nav > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}
/*nav > ul > li:last-child { padding-left: 0 0px;}*/


nav > ul > li > a {
  display: block;
  position: relative;
  /*border-bottom: 12px solid transparent;*/
}

.blackOutScreen{
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);  
  width:100%;
  height:100%;
  display:none;
}

.pure-c-1{position: static;} 

.pure-c-1 > a:after {
  position: relative;
}
.pure-c-1:hover .blackOutScreen{display: block;}

.productMenu {
  display: none;
  left: 0;
  right: inherit;
  position: absolute;
  text-align: left;
}
.productMenu ul{
  list-style: none;
  margin:0;
  padding:0 12px;
}
.productMenu ul li{line-height: 2.4;}
.productMenu ul li a{color:#fff;}
/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 1120px;
  padding:16px 0;    
}
/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#blackOut{
  height:200px;
  width:200px;
  background:rgba(0,0,0,0.5);
  display:none;
  position:absolute;
  left:0;
}

.droppable {position: static;}

.droppable > a:after {
  content: "\f107";        
  font-family: FontAwesome;
  font-size: 12px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.droppable:hover .mega-menu{display: block;}

.seat-capacity{
  position: absolute;
  left: 0;
  top: 45px;
  width: 51px;
  height: 28px;
  padding-left: 8px;
  color: #000;
  font-size: 70%;
}

.valign{
  position:relative;
  top: 50%;
  transform: translateY(-50%);
}

.shape {
  background: #ffce00;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

/*nav:hover ~ #blackOut{background:red;}*/

.droppable-set:hover .productMenu{display: block;}

[class^="megaMenu-"],
[class*=" megaMenu-"]{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
[class^="megaMenu-"] li,
[class*=" megaMenu-"] li{line-height: 1.5}

.megaMenu-2{grid-template-rows: auto auto;}
.megaMenu-3{grid-template-rows: auto auto auto;}
.megaMenu-4{grid-template-rows: auto auto auto auto;}
.megaMenu-5,
.megaMenu-6,
.megaMenu-7,
.megaMenu-8,
.megaMenu-9,
.megaMenu-10,
.megaMenu-11,
.megaMenu-12{grid-template-rows: auto auto auto auto auto;}




[class^="categoryBoxes-"],
[class*=" categoryBoxes-"] {
  display: grid;
  overflow: hidden;
  /*grid-auto-rows: 1fr;*/
  grid-column-gap: 4px;
  grid-row-gap: 4px; 
  clear:both;
  padding: 0 6px;
  list-style: none;
  margin-bottom: 4px;
}
[class^="categoryBoxes-"] li,
[class*=" categoryBoxes-"] li{
  display: flex;
  flex-direction:column;
  align-items:flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border:0;
  overflow: hidden;
  position:relative;
}
[class^="categoryBoxes-"] img,
[class*=" categoryBoxes-"] img{transition: transform .7s;}

[class^="categoryBoxes-"] img:hover,
[class*=" categoryBoxes-"] img:hover{
  transform:scale(1.2);
  -ms-transform:scale(1.2); /* IE 9 */
  -moz-transform:scale(1.2); /* Firefox */
  -webkit-transform:scale(1.2); /* Safari and Chrome */
  -o-transform:scale(1.2); /* Opera */ 
}
.categoryBoxes-1{grid-template-columns: repeat(1, 1fr);}
.categoryBoxes-2{grid-template-columns: repeat(6, 1fr);}
.categoryBoxes-3{grid-template-columns: repeat(6, 1fr);}
.categoryBoxes-4{grid-template-columns: repeat(8, 1fr);}
.categoryBoxes-5{grid-template-columns: repeat(8, 1fr);}
.categoryBoxes-6{grid-template-columns: repeat(8, 1fr);}
.categoryBoxes-7{grid-template-columns: repeat(8, 1fr);}
.categoryBoxes-8{grid-template-columns: repeat(8, 1fr);}
.categoryBoxes-9{grid-template-columns: repeat(9, 1fr);}
.categoryBoxes-10{grid-template-columns: repeat(10, 1fr);}
.categoryBoxes-11{grid-template-columns: repeat(11, 1fr);}
.categoryBoxes-12{grid-template-columns: repeat(12, 1fr);}
.categoryBoxes-13{grid-template-columns: repeat(13, 1fr);}
.categoryBoxes-14{grid-template-columns: repeat(14, 1fr);}
.categoryBoxes-15{grid-template-columns: repeat(15, 1fr);}
.categoryBoxes-16{grid-template-columns: repeat(8, 1fr);}

[class^="addBox-"],
[class*=" addBox-"] {
  display: grid;
  overflow: hidden;
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 6px; 
  clear:both;
  padding: 0;
  margin:0;
  list-style: none;

}

[class^="addBox-"] li,
[class*=" addBox-"] li{
  /*border:1px solid rgba(53, 71, 86, .7);*/
  display: flex;
  flex-direction:column;
  align-items:flex-start;
  position:relative;
}

[class^="addBox-"] li:hover,
[class*=" addBox-"] li:hover{}

.addBox-2 {grid-template-columns: repeat(2, 1fr);}
.addBox-3 {grid-template-columns: repeat(3, 1fr);}
.addBox-4 {grid-template-columns: repeat(4, 1fr);}
.addBox-5 {grid-template-columns: repeat(5, 1fr);}
.addBox-6 {grid-template-columns: repeat(6, 1fr);}

.addBox-6 li{border:0px solid transparent;}
.addBox-6 li:hover{}

.addBox-6 li img:hover{}

[class^="addBox-"] li a,
[class*=" addBox-"] li a{
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width:100%;
}

[class^="addBox-"] li div,
[class*=" addBox-"] li div{max-width:100%;text-align:center;text-decoration:none;}

[class^="addBox-"] li .addBoxTitle,
[class*=" addBox-"] li .addBoxTitle {
  background: rgba(53, 71, 86, .7);
  line-height: 150%;
  display:none;
}

[class^="addBox-"] li .addBoxImage,
[class*=" addBox-"] li .addBoxImage{}

[class^="addBox-"] li .addBoxImage img,
[class*=" addBox-"] li .addBoxImage img{width:100%;}

[class^="addBox-"] li .addBoxText,
[class*=" addBox-"] li .addBoxText{
  background: rgba(53, 71, 86, .7);
  /*flex-grow: 1;*/
}

.addBox-6 .addBoxTitle,
.addBox-6 .addBoxText{display:none;}
.addBox-6 .addBoxImage{margin-left: auto; margin-right: auto; display: block;}


 /******************************************************
  testimonial
  ******************************************************/

.testimonialContainer > div{
  border:1px solid rgba(124, 124, 124, 0.15);
  padding:20px;
  position:relative;
  background:rgba(124, 124, 124, 0.05);
}
.testimonialContainer h3{line-height:0;}
.testimonialContainer i:first-child:before,
.testimonialContainer i:last-of-type:before{
  content:'"';
  font-size: 40px;
  position:absolute;
  top:-18px;
  color: rgba(124, 124, 124, 0.6);
}

.testimonialContainer i:first-child:before{  
  left:-12px;
}
.testimonialContainer i:last-of-type:before{
  right:-3px;
}
.testimonialContainer span:last-of-type{font-size:80%; font-style: italic;}

/*.blog-list{}*/
/*.blog-list-img{}*/
.blog-list-text p{padding:.8rem 0;}
/*.blog-list-btn{}*/
/*.blog-list-tags{background:pink;}*/
/*.blog-list-tags ul{margin:0;padding:0;}*/
.blog-list-date:after{content: "-";padding-left:10px;}
.blog-list-date,
.blog-list-tags{display:inline;margin:8px;font-size:80%;}
.blog-list-tags a{
  display:inline-block;
  padding:0px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 5px;
  background:rgba(000,000,000,0.04);
}

/* Pagination start*/
.Zebra_Pagination {    overflow: hidden;
  padding-bottom: 10px;
  /*float: right;*/
  margin-top: 20px;
  /*background:red;*/
  width: 1120px;
  margin: auto !important;

}
/* Pagination start*/
.Zebra_Pagination { overflow: hidden; padding-bottom:10px; width: 100%;}
.Zebra_Pagination ul { position: relative; left: 50%; list-style-type: none; margin: 0; padding: 0; float: left }
.Zebra_Pagination li { position: relative; float: left; right: 50%;list-style:none !important}
.Zebra_Pagination a  { padding:0px 5px; border: 1px solid #AAA; color: #333; text-decoration: none; margin: 0 2px; display: block; float: left;}
.Zebra_Pagination a:hover { background-color: #DEDEDE; color: #222 }

/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.navigation { border: 1px solid transparent; overflow: hidden;}
.Zebra_Pagination a.disabled { filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; }
.Zebra_Pagination a.disabled:hover { background-color: inherit; color: inherit }

/* CURRENT PAGE
----------------------------------------------------------------------------------------------------------------------*/
/*Search in colors.css*/

/* THE "..." SEPARATOR
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination span{ color: #666; margin-right: 2px; display: block; float: left; padding: 8px 4px }
/* Pagination end*/

.form-widget textarea{
  width: 60%;
  height: 150px;
  margin-left:3px;
}
#norobot{
  margin-left: 11px;
}
#breadcrumb, #brandBreadCrumbs{margin: 20px 0 14px 0px;}

#breadcrumb ul, #brandBreadCrumbs ul{
  margin: 0px 0 4px 0;
  padding: 0;
}
#breadcrumb > ul:after, #brandBreadCrumbs > ul:after{clear:both;}

#breadcrumb ul li, #brandBreadCrumbs ul li{
  display: inline;
  text-decoration: none;
  padding: 10.5px 6px  10.5px 0; 
}
#breadcrumb ul li:after, #brandBreadCrumbs ul li:after{
  content: '-';
  padding-left:6px;
}
#breadcrumb ul li:last-child, #brandBreadCrumbs ul li:last-child{font-weight: bold}

#breadcrumb ul li:last-child:after, #brandBreadCrumbs ul li:last-child:after{content: '';}
#breadcrumb ul li a{text-decoration: inherit;}

.knowledge-header {
  padding: 3rem 0;
  background: url('https://sunnyg1210.github.io/bootstrapKnowledgeBaseTheme/images/page-headers/6.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin-top: -1.3rem;
}

.knowledge-header h1 { color: #fff; margin: .5rem 0; }
.knowledge-header h1 a { color: #fff; }
.knowledge-header p { color: #fff; margin-bottom: 2rem; font-size: 1.2rem; }

.knowledge-search input {
  width: 30%; 
  height: 40px;
  vertical-align: middle;
  font-size: 1.1rem;
  border: 1px solid #c6c6c6;
  padding: 0 15px 0 40px;
}

.knowledge-search::before {
  font-family: 'Material Icons';
  content: '\E8B6';
  position: absolute;
  line-height: 1.9;
  font-size: 1.4rem;
  z-index: 100;
  padding-left: 9px;
}

.knowledge-search button {
  border-radius: 0;
  height: 42px;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 15px;
}

.articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article {
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.article-header i {
  vertical-align: middle;
  margin: -4px 10px 0 10px;
  font-size: 1.2rem;
}

.article-header > a {
  font-size: 1.2rem;
  color: #000;
  font-weight:bold;
}

.article-info {
  padding: 2px 5px;
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
  background-color: #f9f8f8;
}

.article-info > a, .article-info > span {
  margin-right: 10px;
  padding: 3px 5px;
  color: #000;
}

.article-info i {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.article-info .tag {
  margin-right: 7px;
  /*  border: 1px solid rgba(61, 61, 61, 0.5);*/
  background: rgba(61, 61, 61, 0.1);
  color: #000;
  padding: 2px 5px;
}

.article-info .tag.active {
  background: rgba(14, 45, 156, 0.5);
  color: #fff;
}

.article-body {
  padding: .5rem;
}

.article-body p {

}

{
  padding: 3px 7px;
  background-color: #909090;
  color: #fff;
  margin-right: 1rem;
}

.knowledge-file i {
  padding: 0 7px 0 3px;
  position: relative;
  top: 1px;
}

.knowledge-file.pdf { background-color: #F44336; }
.knowledge-file.image, .knowledge-file.word { background-color: #3F51B5; }
.knowledge-file.excel { background-color: #4CAF50; }

.tags-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tags-container li {
  display: inline-block;
  line-height: 1.4;
}

.tags-container .tag {
  margin-right: 7px;
  background: rgba(61, 61, 61, 0.1);
  color: #000;
  padding: 2px 5px;
  display: inline-block;
  margin: 2px;
}
/* Acordeon styles */
.faqItems .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #666;
  overflow: hidden;
}
.faqItems input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faqItems label {
  position: relative;
  display: block;
  padding: .8em;
  background: red;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
.faqItems label {
  border:1px solid #dcdcdc;
  background:#fff;
}
.faqItems .tab-content {
  max-height: 0;
  overflow: hidden;
  /*background: #1abc9c;*/
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.faqItems .tab-content {
  background: #f1f1f1;
  color:#000;
}
.faqItems .tab-content p {
  margin: 1em;
}
/* :checked */
.faqItems input:checked ~ .tab-content {
  max-height: 100em;
}
/* Icon */
.faqItems label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faqItems input[type=checkbox] + label::after {content: "\25BC";}

.faqItems input[type=checkbox]:checked + label::after{ transform: rotate(180deg);}

.form-widget{margin:2em 0;}
.form-widget .error{background:rgba(255,0,0,0.1);}
label.error{background:rgba(255,0,0,0) !important; font-size: 0%; line-height:1; }

.form-widget textarea{
  height: 150px;
}
#norobot{
  margin-left: 11px;
}
input[type="checkbox"].error {
  outline: 1px solid red;
  outline-offset: 2px;
}

.mobileView{display:none;}
.mobileViewFlex, .mobileViewGrid{display:none !important;}
.desktopView{display:block;}
.desktopViewF{display:block !important;}
.desktopViewGrid {display:grid;}

#mc_embed_signup{
  width:800px;
  padding:10px;
}
#mc_embed_signup,
.mc-field-group{
  margin:0 auto;
  text-align: center;
  font-size:1.6rem;
}
#mc_embed_signup p{
  text-align: center;
  font-weight: 600;
}
#mce-EMAIL{
  width:60% !important;
  height: 2.1rem;
  padding: 18px 6px;
  border: none;
}
#mc-embedded-subscribe{
  padding: 4px 10px;
  border: none;
}
.ulNew {
  max-width: max-content;
  display: initial;
}
.liItem {
  display: inline-flex !important;
}
.ulNew li {
  margin: 2px;
  width: 85px;
}
.ulNew li a, .ulNew li a img{
  width: inherit;
}

.searchContainer{
  z-index:601;
}



@media screen and (max-width: 48em) {
  .headerBlock{height:3rem;}
  .top-align-block{margin-top: 5.7rem;}
  .ph{padding:0 4px;}
  .mobileIcons{text-align:center;}
  .twitter-typeahead{width:80%;}
  .logo{height:1.3rem;text-align: right;margin-left: 0px; margin-top: 3px;}
  .logo img{margin-top: 0px;height:2.4rem;}
  .searchContainer{margin-left:.2rem;}
  .searchBlock{margin-top: .2rem;}
  .ulNew li {width: 80px; margin: 5px;}

  #search_results{
    width: 100%;
    border:0 transparent none;
    float:left;
  }

  #goButton{
    color: var(--primary);
    background: none;
    border: unset;
    width: 35px;
  }

  .searchContainer{margin-left:0px; margin-top: 10px;}

  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
    width: 100%;
    z-index: 800;
    margin-top: 1rem;
  }

  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    cursor: pointer;
  }

  .mobile-nav-wrapper p#mobile-top-menu{line-height: 2;}

  .mobile-nav-wrapper p#mobile-main-menu {
    line-height: 2;
  }

  .mobileNavBtn{
    background: #2b2e8c;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 6px 0px;
  }
  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    color:#fff;
    cursor: pointer;
  }

  .mobileMainMenu,
  .mobileOtherMenu{
    z-index:500;
    position: fixed;
    overflow: auto;
    padding: 0px;
    width: 80%;
    height: 100%;
    text-align: left;
    margin-top: 0;
  }

  .mobileMainMenu{
    background: #0a418e;
    left: 0;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu{
    background: #0a418e;
    right: 0;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu.hideit,
  .mobileMainMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
  .mobileOtherMenu ul, .mobileMainMenu ul{
    padding: 0px;
    margin: 0px;
  }
  .mobileOtherMenu > ul, .mobileMainMenu > ul{
    padding-bottom: 25px;
  }
  .mobileOtherMenu ul li, .mobileMainMenu ul li{
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  .mobileOtherMenu ul li a, .mobileMainMenu ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    padding-left: 20px;
    font-size: 110%;
  }
  .mobileOtherMenu ul li a p, .mobileMainMenu ul li a p{
    margin: 0px;
    font-size: 110%;
  }
  .mobileOtherMenu ul ul, .mobileMainMenu ul ul{
    border-top: 1px dotted #ccc;
  }
  .mobileOtherMenu ul ul li a, .mobileMainMenu ul ul li a{
    margin-left: 40px;
    padding-left: 0px;
  }

}


@media screen and (max-width: 768px) {
  #mc_embed_signup {width:96%;}

  .mobileView{display:inline-block;}
  .mobileViewFlex{display: inline-flex !important;}
  .mobileViewGrid{display:grid !important;}  
  .desktopView{display:none;}
  .desktopViewF{display:none !important;}
  .desktopViewGrid{display:none !important;}
  
  .headerBlock{height:3rem;}
  .top-align-block{margin-top: 3.5rem;}
  .ph{padding:0 4px;}
  .twitter-typeahead{width:80%;}
  h1,h2,h3,h4,h5,h6{line-height: 1; font-size:95%;}

  #mobileSearch{
    position: absolute;
    top: 35px;
    z-index: 680;
    left: 0px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
  }
  .searchBlock{
    background: white;
    height: 35px;
    margin: 0px;
  }
  #searchResults{border: unset;}

  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
    width: 100%;
    z-index: 800;
    margin-top: 1rem;
  }

  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    cursor: pointer;
  }

  .mobile-nav-wrapper p#mobile-top-menu{line-height: 2;}

  .mobileMainMenu,
  .mobileOtherMenu{
    z-index:500;
    position: fixed;
    overflow: auto;
    padding: 0px;
    width: 80%;
    height: 100%;
    text-align: left;
    margin-top: 0;
  }

  .mobileMainMenu{
    background: #2B2E8C;
    left: 0;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu{
    background: #2B2E8C;
    right: 0;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu.hideit,
  .mobileMainMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
  .mobileOtherMenu ul, .mobileMainMenu ul{
    padding: 0px;
    margin: 0px;
  }
  .mobileOtherMenu > ul, .mobileMainMenu > ul{
    padding-bottom: 25px;
  }
  .mobileOtherMenu ul li, .mobileMainMenu ul li{
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  .mobileOtherMenu ul li a, .mobileMainMenu ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    padding-left: 20px;
    font-size: 110%;
  }
  .mobileOtherMenu ul li a p, .mobileMainMenu ul li a p{
    margin: 0px;
    font-size: 110%;
  }
  .mobileOtherMenu ul ul, .mobileMainMenu ul ul{
    border-top: 1px dotted #ccc;
  }
  .mobileOtherMenu ul ul li a, .mobileMainMenu ul ul li a{
    margin-left: 40px;
    padding-left: 0px;
  }

  .homeTitle {
    font-size:29px;
  }

  /* FRONT BOXES */
  .addBox-2 {grid-template-columns: repeat(1, 1fr);}
  .addBox-3 {grid-template-columns: repeat(1, 1fr);}
  .addBox-4 {grid-template-columns: repeat(1, 1fr);}
  .addBox-5 {grid-template-columns: repeat(1, 1fr);}
  .addBox-6 {grid-template-columns: repeat(1, 1fr);}

  [class^="categoryBoxes-"],
  [class*=" categoryBoxes-"]{
    grid-template-columns: repeat(3, 1fr);
  }

}

#mobileSearch.hideit{display:none;}

.mobileIconDiv{
  place-content: center;
  padding-left: 20px;
}

.mobileIcons{
  height: 2rem;
  margin: 10px 0px 5px 0px;
}

.mobileMenuIcon{
  width:55px;
}

#mce-responses .response {
  background: white;
}