@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&amp;display=swap');

@font-face {
  font-family:Industry_Medium;
  src: url(../woff/industry_medium-2.woff);
}

@font-face {
  font-family:Industry_Light;
  src: url(../woff/industry_light-2.woff);
}

body, ul, li,h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.brd{
	border: 1px solid red;
}
.grey{
	border: 1px solid #c2c2c2;
	background: #fff;
}
.panel, .panel-default.panel-body, .panel-heading{border:0px; padding:0;}

.pdf-btn-wrap{
	width: auto;
	margin-bottom: 20px;
	display: inline-block;
}

.pdf-btn-wrap .fa{
	color: red;
}

.pdf-btn-wrap a{
	width: auto;
	display: inline-block;
	border:1px solid red;
	border-radius: 5px;
	padding: 5px 15px;
	color:red;
}

.pdf-btn-wrap a:hover, .fa:hover{
	text-decoration: none;
	color:firebrick;
	display: inline-block;
	border:1px solid firebrick;
}


/*accordian css*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
	font-size: 12px;
	font-weight: normal;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.footer .address{
	color: #BCBAC2;
	font-size: 12px;
}

.footer .address a{
	color: #BCBAC2;
	font-size: 12px;
}

.address p:nth-child(2){
	padding:30px 0 20px;
}

.address p:nth-child(4),.address p:nth-child(5),.address p:nth-child(6){
	padding:10px 0;
}

.social-links a{
	float: left;
	padding-right: 15px;
}

.fa{
	font-size:20px!important;
	
}

.footer{
	background-color: #030321;
	color: #fff;
	padding: 80px 0 50px;

}
.footer a, .footer ul li a{
	color: #fff;
}
.footer h2{
	color: #BCBAC2;
	font-family: "Industry_Medium", Sans-serif;
    font-size: 18px;
    font-weight: 300;
	padding-bottom: 25px;
}
.footer ul li{
	padding-bottom:8px;
}

.footer ul li a{
    color: #BCBAC2;
	font-family: 'Barlow',sans-serif;
	}
.footer ul.privacy{
	display:inline-block;
	clear: both;
}

.footer ul.privacy li{
	float: left;
	padding-top: 25px;
}
.footer ul.privacy li span::after{
	content: "|";
	display:inline-block;
	color: #fff;
	position: relative;
	top: 0;
	margin: 0 8px;
	}

.footer ul.privacy li a{
	float: left;
	display:block;
	clear: both;
	color: #BCBAC2;
	font-size: 12px;
}
.footer p.copy-right{
	color: #BCBAC2;
	font-size: 12px;
	padding-top: 8px;

}

.panel-title a{
	color: #515151;
	font-weight: bold;
	font-size: 16px;
}

.panel-title a:hover{
	text-decoration: none;
}
.panel-title .accordion-toggle{
	background-image: linear-gradient(#656565, #424242);
	padding: 8px 15px;
	color: #dcdcdc;
	width: auto;
	display: block;
	cursor: pointer;

}

.panel-title .accordion-toggle:hover{
	background-image: linear-gradient(#424242, #656565);
	padding: 8px 15px;
	color: #fff;
	width: auto;
	display: block;
	cursor: pointer;

}
.panel-title .this-tr-prod{
	background-image: linear-gradient(#990000, #990000);
	padding: 8px 15px;
	color: #fff;
	width: auto;
	display: block;
	cursor: pointer;
}
.panel-title .this-tr-prod:hover{
	background-image: linear-gradient(#cc0000, #cc0000);
	padding: 8px 15px;
	color: #fff;
	width: auto;
	display: block;
	cursor: pointer;
}

.panel-body ul li a{
	font-size: 16px;
	margin-bottom:0px;
	color: #000;
	display: inline-block;
}
.panel-body ul li a:hover{
	color: #ac3131;
	text-decoration: none;
}
.panel-body ul li a::before{
	content: "\2192";
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.promo-square{
	background:#F2F2F2;
	box-shadow: rgba(0,0,0,.5) 0px 0px 5px;
	padding: 8px;
}
.promo-square img{
	float: right;
}
p.promo-square-sslc-consult{
	margin-bottom: 25px;
	font-size: 13px;
    font-weight: bold;
}
a.more{
	background: url(../gif/red-more.gif) no-repeat left center;
    padding-left: 10px;
}

/*****************menu***************/

.pdt0{
	padding-left: 0px;
	padding-right: 0px;
}
.info-nav{
/*	margin-bottom: 20px;*/
	display: inline-block;
}
.info-nav ul li{
	display:inline-block;
	float: left;
}
.info-nav ul li::after{
	content: '|';
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 0 8px;
	color: #000;
}

.info-nav ul li:last-child:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 0 8px;
	color: #000;
}
.frm{
	float: right;
	margin-bottom: 20px;
}
.info-nav ul{
	float: right;
	clear: both;
	display: inline-block;
}
.info-nav ul li a{
	color: #000;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border-bottom: 5px solid #900;
}
 .navbar-collapse .navbar-nav li{
    background:none;
    line-height:38px;
    padding:0 16px;
	border-right: 1px solid #c8c7c7;
}

.navbar-collapse .navbar-nav li:last-child{
    background:none;
	border: 0px;
	padding:0px!important;
/*    line-height:38px;*/
}

.navbar-collapse .navbar-nav li ul, .navbar-collapse .navbar-nav li ul li{
    background:none;
    line-height:normal;
	margin: 0px;
	padding: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 32px;
}

.nav>li:last-child>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}
.outer-wrap{
	border-top:5px solid #900;
	border-bottom:5px solid #900;
	background: #fff;
	margin-top: 5px;
}
.dropdown-menu{
	box-shadow:none;
}
.cat{
	color: #000;
	padding: 0;
	font-weight: bold;
}

.red-brd{
   border-left: 5px solid #900;
/*   min-height: 515px;*/
   line-height:25px;		
}
.lst-ne{
	border-right: 5px solid #900;
	background:#900;
	color: white;
}

.red-brd ul li a{
	color: #333;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, "sans-serif", "Times New Roman";
}
 .lst-ne a {
	color: #fff;
}
.lst-ne ul li a{
	color: #fff;
	font-size: 11px;
	font-family: Arial, "sans-serif", "Times New Roman";
}

.menu{
    background: linear-gradient(180deg, #c8c7c7, #c8c7c7, #a7a6a6)!important;
    width: 100%;
    min-height:inherit;
    /* overflow: hidden; 
    z-index: 50;*/
}

.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}

/* adds some margin below the link sets 
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
 */
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}
  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:40px;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    background:none;
  }

}
#search{
	width: 100%;
}
#search .txt input {
    width: 171px;
    height: 22px;
	float:left;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px 0 2px 4px;
    color: #afafaf;
}

#search .go {
    cursor: pointer;
    border: none;
    width: 30px;
    height: 22px;
	display: inline-block;
    text-indent: -9999px;
    margin-left: 8px;
	float: left;
    background: #990000 url(../png/search-form.png) no-repeat -181px 0;
}
#header-forms select {
    border: 1px solid #afafaf;
    width: 130px;
    color: #afafaf;
    font-size: 10px;
    height: 21px;
    padding: 2px 0;
}

#product h1 {
    float: left;
    /* width: 416px; */
    font-size: 24px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 26px;
    margin-bottom: 6px;
}

.swedish h1{
	font-size:28px;
	padding: 5px 0;	
	font-weight: normal;
}

.swedish h2{
	font-size: 24px;
	margin: 5px 0;
	display: inline-block;
	font-weight: normal;
}
.swedish p{
	margin-top: 8px;
}
#breadcrumbs{
	padding:0 0!important;
	margin: 0;
	background: inherit;
}

#breadcrumbs li.this-prod {
    color: #990000;
    font-weight: bold;
	line-height:25px; 
}
#breadcrumbs ol {
    border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	 height:inherit;
	margin: 0 0 20px;
    line-height:inherit; 
     padding:10px 0; 
}


#breadcrumbs ol li a {
    background: url(../gif/red-arrow.gif) no-repeat right center;
    color: #999;
    margin:0px 10px 0 0;
    padding:0px 16px 0 0;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
/*   margin-bottom:1rem;*/
	margin-bottom:0rem;
}

.navbar .dropdown-menu {
/*  border: 5px solid #900;*/
/*  background-color:#fff!important;*/
}
.brd-5{
	border: 1px solid #900;
	padding:15px 25px;
}
.cat{
	font-size: 14px;
}
/*
.brd-5-lft{
	border-left:5px solid #900;
}
*/

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0 0px 0 0px;
  margin:0;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:30px;
  display:block;
  visibility:hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
/*    background-color: #fff;*/
	padding: 0px;
/*	border: 5px solid #900;*/
  }

}

a.nav-link{
	color: #515151!important;
	font-weight: bold;
	background: none;
}
.nav-link {
    display: block;
    padding:0rem .5rem;
}
.navbar-collapse .navbar-nav li .dropdown-menu ul li{
	border-right:none;
}
.dropdown-menu ul li a{
	color: #000;
	font-weight: normal;
	line-height: 24px;
	font-size: 12px;
	background: url(../gif/red-more.gif) no-repeat left center;
    padding-left: 10px;
}
.lst-ne ul li a{
	color: #fff;
}

.navbar-nav .dropdown-menu {
    float:left;
}
@media screen and (max-width:920px){
	.navbar-collapse .navbar-nav li{
		background:none;
		line-height:38px;
	}
}
/*************************************************************/
.card-header{
   padding: 0rem 0rem;
}


@keyframes a{
  0%{
    background:transparent;
  }
  50%{
    background:darkorange;
  }
  100%{
    background:transparent;
  }
}
@keyframes b{
  0%{
    background:darkorange;
  }
  50%{
    background:transparent;
  }
  100%{
    background:darkorange;
  }
}

#divaa1{
  position:relative;
  right: 0;
/*
  left:150px;
  width:80px;
  height:80px;
  border:5px solid orange;
  border-radius:100px;
  background:orange;
*/
  transition:.6s;
}
#divaa1:hover{
/*  height:250px;*/
}
#divaa1:hover > #divaaa1{
/*
  height:180px;
  border:5px solid orange;
*/
}
#divaaa1{
  position:absolute;
  top:-5px;
/*
  left:75px;
  width:40px;
  height:80px;
  border:5px solid orange;
  border-radius:100px;
  background:orange;
*/
  transition:.6s;
}
#divaa2{
  position:relative;
  right:0px;
/*
  width:80px;
  height:80px;
  border:5px solid orange;
  border-radius:100px;
  background:orange;
*/
  transition:.6s;
}
#divaa2:hover{
/*  height:200px;*/
}
#divaa2:hover > #divaaa2{
/*  height:230px;*/
}
#divaaa2{
  position:absolute;
  top:-5px;
  left:-25px;
  width:25px;
  height:80px;
  border:5px solid orange;
  border-radius:100px;
  background:orange;
  transition:.6s;
}

.banner {
    background: #717171 url(../jpg/smb-compliance.jpg) right top no-repeat;
	display:inline-block;
	width: 100%;
	min-height: 190px;
	margin: 5px 0 15px;
}
.banner h1{color: #FFF; display:inline-block; font-size:30px; font-weight: bold; line-height:26px;padding:25px!important;}
.heading h2{color: #7f7f7f;; font-size:30px; font-weight: bold; line-height:26px;padding:0px 25!important; margin: 0;}
.banner p{color: #FFF; font-size:16px; font-weight: normal; height:38px; line-height:26px;padding:15px 25px!important}
.pdt-0{
	padding-left: 0px;
	padding-right: 0px;
}
.cathead{
	 color: #7F7F7F; font-size: 24px; font-weight: normal; height: 38px; line-height:26px; margin: 15px 0; 
}
.box-wrap h3{	min-height: 50px;}
.box-wrap p{padding: 0 0 10px; font-size: 14px;}


.pdt-lst .navbar-nav li:last-child{
	padding: 0px!important;
}

#resources h1{
	margin: 0px;
	padding:25px;
}

#resources .sitemap h2{
	margin: 0px;
	font-size: 30px;
	padding:15px 0px;
	color: #7f7f7f;
}
#resources .pdt-25 ul{
	margin: 0px 0 0 25px;
	color: #7F7F7F;
	padding: 0px;
}

#resources .pdt-25 ul li{
	margin: 0px;
	color: #7F7F7F;
	list-style: square;
	font: 16px/26px Arial, Verdana, sans-serif;
	padding: 0px 0px;
}

#resources .pdt-25 ul li ul{
	margin: 0px 0 0 20px;
	color: #7F7F7F;
	font: 16px/26px Arial, Verdana, sans-serif;
	padding: 0px;
	list-style: square;
}

#resources .pdt-25 ul li ul li{
	margin: 0px;
	color: #7F7F7F;
	font: 16px/26px Arial, Verdana, sans-serif;
	padding: 0px;
	list-style: square;
}

.footer h2{
	border-bottom:0px;
}

.ssl-banner{
    background: #717171 url(../jpg/smb-digital-certificates.jpg) right top no-repeat;
    min-height: 164px;
	height: 100%;
    padding: 25px 0 0 0px;
    width:100%;
}
.ssl-banner h2{
	font-size: 30px;
	padding: 25px 25px 0!important;
	color: #fff;
}
.ssl-banner p{
	font-size: 14px;
	color: #fff;
	padding: 10px 25px 0;
}
.features-box a{
	padding: 0;
	margin: 0;
}
.features-box ul li {
    background: url(../gif/features-list-bullet.gif) 4px 12px no-repeat;
    padding: 3px 0 0 16px;
    color: #666;
}
.features-box a{
	background: url(../gif/features-plus.gif) left no-repeat;
}
.page-title{
    font-size: 24px;
    color: #7f7f7f;
    border-bottom: 1px solid #d9d9d9;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 17px 0 17px 0px;
}
.p-rght-0{
	padding-right: 0px;
}
.promo-square {
	width: 100%;
}
.promo-square p{
	font-size: 13px!important;
}
#product .grid3_1, #about.detail .grid3_1 {
    width:100%;
    position:inherit;
    left:0px;
    top: 0px;
}
#product .grid3_3, #about.detail .grid3_3 {
    width:100%;
    font-size: 11px;
    line-height: 14px;
    padding: 20px 15px;
}

#product #v-featured .content1, #product #v-featured .content2, #product #v-featured .content3, #product #v-featured .content4, #product #v-featured .content5, #product #v-featured .content6 {
    width:auto;
    padding: 25px 33px 10px 33px;
	word-wrap:break-word;
	}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
	color: #999;
	background: #f6f5f5;
    border:1px solid #d9d9d9;
    display: block;
	cursor: pointer;
    outline: 0;
}
.w3-red, .w3-hover-red:hover {
    color: #000!important;
    background-color: #d9d9d9!important;
	border: 1px solid #d9d9d9;
}
.w3-bar .w3-button {
    white-space: normal;
}
#product #v-featured .content-wrapper {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
	padding-top: 20px;
}
.btn.red {
    background: #990000 url(../gif/red-bg.gif) no-repeat right top;
    height: 39px;
}
@media only screen and (max-width: 767px){
#product .grid3_3, #about.detail .grid3_3, #product #v-featured .content-wrapper, #product #v-featured {
    width:100% !important;
	overflow-x: scroll;
	}
}	

.telesale {
	height: 44px;
	width: 130px;
	padding: 20px 0px 10px 5px;
	margin-bottom: 20px;
}
.tile {
	min-height: 90px;
}
.h1-title h1{
	float:none!important;
    /* width: 416px; */
    font-size: 24px;
    font-weight: normal;
    color: #7f7f7f;
    line-height: 26px;
    margin-bottom: 6px;
}
#product .ev-download {
    border-top: 1px solid #eaeaea;
    margin-top:0px;
    padding-top:0px;
}
.mdm .breadcrumbs{
	padding: 0;
	margin: 0 0 15px;
}

.mdm .breadcrumbs ul{
	padding: 0;
	margin: 0;
}

.mdm .breadcrumbs ul li{
	padding: 0 2px;
	margin: 0;
    color: #6699cc;
}

.mdm ul.blue-square-list-style li{
	padding: 0;
	margin: 0 0 0px 20px;
	list-style:disc;
}
.mdm h1{
	padding-bottom: 15px;
}
.mdm h2, .mdm h3{
	color: #5d5d5d;
    font-size: 24px;
    font-weight: 300;
    padding:10px 0;
	border: 0;
}
.mdm .cta-section{
	margin:0 0 20px;
}

.mdm .cta-section .col-md-3{
	margin: 20px 0 0;
}
.mdm .col-md-6 p{
	margin-top: 15px;
	line-height:22px;
	font-size: 14px;
	font-weight: normal;
}
.mdm .card-body{
	padding: 8px 5px;
}

.mdm .copy p{
	word-wrap:break-word;
}   

.win-safari ol {
  border-top: 0px solid #d9d9d9!important;
  border-bottom: 0px solid #d9d9d9!important;
  /*height:100%!important;*/
  height:auto!important;
  line-height: 38px;
  padding-left: 0px!important;
}
@media only screen and (max-width: 767px){
.win-safari #breadcrumbs{
  padding-top: 1% !important;
}
}
.win-safari .pdf-btn-wrap a {
    width:155px;
    display: inline-block;
    border: 0px solid red;
    border-radius: 5px;
    padding: 5px 15px;
    color: red;
}

.col-md-2 .telesale {
  background: transparent url(../png/telesales-red.png) no-repeat scroll 0 0;
  color: #9A0002;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  text-align: left;
  padding: 15px 0px 10px 5px;
  width: 140px;
}

.tabbable-responsive .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 22px;
  }

  .tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    margin: 0px -20px -13px -20px;
  }
  
  .nav-link {
	display: inline-block;
  }
  .nav-item {
	display: inline-block;
	
	
  }
  .nav-tabs {
	white-space: nowrap;
	display: inline-block;
	min-width: 100%;
	padding: 0px 21px;
	
	
  }
  .tabbable {
      min-width: 100%;
  }