.cellpadding td {
	padding:5px 10px;
	border: 1px solid white;
}
.nobullets li {list-style: none;}


#sp-header{
	height: 60px;
}
#offcanvas-toggler{
	line-height: 60px;
}
#sp-header .logo{
	height: 60px;
}
#sp-header .logo  a > *{
	max-height: 60px;
}
.sp-megamenu-parent >li >a {
	line-height: 60px;
}

@media (min-width: 992px) and (max-width: 1199px){
	#sp-header > .container{
		width: 1000px;
	}
}

#sp-main-body{
	padding: 40px 0;
}
#sp-top2 .sp-column {
	height: 22px;
}
#sp-top .sp-column {
	padding: 20px 0;
	min-height: 250px;
	position: relative;
}
#sp-top .sp-column .btn{
	position: absolute;
	bottom: 20px;
}
#sp-top .sp-column .btn-reset{
	position: relative;
}
#sp-top h3{
	font-weight: 500;
}
.nomargin p {
	margin: 0 !important;
}
#custom-top-bar{
	background-color:#f5f5f5;
	color:#999999;
	position: absolute;
	right: 0;
	top: 0;
	/*padding: 8px 0;*/
}
#custom-top-bar a {
  color: #22b8f0;
  display: inherit;
  line-height: 0px;
  padding: 0px;
}

#custom-top-bar a:hover {
  color: #0e9cd1;
}
#custom-top-bar ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
#custom-top-bar li {
	display: inline-block;
	border-bottom: none;
  /*margin: 0 0 0 20px;*/
}
#custom-top-bar li a:before {
	content: none;
}
#custom-language li {

	display: inline-block;
	border-bottom: none;
}
#custom-language li a:before {
	content: none;
}
@media (max-width: 767px){
	#custom-top-bar {
		width: 512px;
	}
}
/*@media (max-width: 450px){
	#custom-top-bar {
		display: none;
	}
}*/
@media (max-width: 680px){
	.sp-contact-time {
		display: none !important;
	}
	#custom-top-bar {
		width: 425px;
	}
}
@media (max-width: 580px){
	/*.sp-contact-mobile {
		display: none !important;
	}*/
	/*#sp-top2 .mod-languages{
		display: none;
	}*/
	#custom-top-bar {
		width: 305px;
	}
}
@media (max-width: 400px){
	.sp-contact-email {
		display: none !important;
	}
	#custom-top-bar {
		width: 120px;
	}
}
#sp-top {
	padding: 20px 0 !important;
}
#sp-top2 .sp-module {	margin-left: 0;}
.offcanvas-menu {
	background-color: #F5F5F5;
	color: #222 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	color: #222
}
.close-offcanvas {
	color:#222;
	border-color: #444;
}
.sp-module li >a:before {
	display: none;
}
.moo .group {
	width: 100%;
	background-color: #C3C3C3;
	border-bottom: 1px solid white;
	border-top: 1px solid white;	
	cursor: pointer;
	padding: 10px;
	font-weight: 500;
}
.moo .question{
	/*width: 100%;*/
	background-color: #D9D9D9;
	border-bottom: 1px solid white !important;
	border-top: 1px solid white !important;
	cursor: pointer;
	padding: 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.moo .answer {
	background-color: #F1F1F1;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 10px 10px;
	margin-left: 20px;
	margin-right: 20px;
}
/*@media (max-width: 1199px)*/
	.sp-dropdown-inner > .row > .col-sm-3 {
		padding-right: 0;
		padding-left: 0;
	}
	.sp-dropdown-inner > .row > .col-sm-12 {
		padding-right: 0;
		padding-left: 0;
	}

.corner-ribbon{
  width: 200px;
  background: #28F;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0,0,0,.6);
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-padding {
	padding-left: 8px !important;
	padding-right: 8px !important;
	margin-top: 0px !important;
}
.btn-form {
	border-color: #0faae4 !important;
	background-color: #22b8f0 !important;
	color: #FFF;
	padding: 6px 12px !important;
	width: 125%;
}
.btn-form:hover {
	color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.visBtnCon {
	float: left;
}
.vis_mandatory {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	display: none;
}
.description {
	text-align: left; 
	background: rgba(242,242,242,0); 
	padding: 10px; 
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	margin-bottom: 0;
	transition: background 500ms;
	font-weight: 500;
	opacity: 0;
}
.description_parent:hover .description{
	background: rgba(242,242,242,0.7); 
	opacity: 1;
}

@media (max-width: 991px){
	.description{
		background: rgba(242,242,242,0.7); 
		opacity: 1;
	}
}
.clear-padding {
	padding: 0 !important;
}
.documents_style {
	padding: 5px 15px 25px 15px; 
	height: 190px; 
	background-color: #e7e7e7;
	border-left: solid 5px white;
	border-right: solid 5px white;
}
.documents_style_2 {
	padding: 5px 15px 25px 15px; 
	height: 305px; 
	background-color: #e7e7e7;
	border-left: solid 5px white;
	border-right: solid 5px white;
}
.sp-menu-item:hover {
	transition: background-color 500ms;
	background-color: #f5f5f5;
}
/*.sp-dropdown-inner {
	background: #f5f5f5 !important;
}*/