@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/* MIN */
@media (min-width: @screen-sm-min) {} /* >= 768px (small tablet) */
@media (min-width: @screen-md-min) {} /* >= 992px (medium laptop) */
@media (min-width: @screen-lg-min) {} /* >= 1200px (large desktop) */

/* MAX */
@media (max-width: @screen-xs-max) {} /* < 768px (xsmall phone) */
@media (max-width: @screen-sm-max) {} /* < 992px (small tablet) */
@media (max-width: @screen-md-max) {} /* < 1200px (medium laptop) */

/*
Purple #842d79
Red: #cc1212
Orange: #e38800
Gold: #bf9107
Lime Green: #95c700
Green: #00994f
Teal: #02afa9
Blue: #0054c0
*/


/* Page structure
----------------------------------------------------------------------------------------------------*/

/* */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1220px; }
}


.masthead { margin-top: 40px; }
#news article .summary p { margin-top: 0.5rem; line-height: 1.3; }
#news article .toolbar>.col, #news article .toolbar>[class*=col-] { line-height: 1.2; }


/* UL - Bullet Point Lists -------------------*/

ul.bi-ul { 
    list-style-type: none;
    margin-left: 35px;
    padding-left: 0;
    }

ul.bi-ul li::before {
  font-family: bootstrap-icons !important;
  padding: 0 10px 0 0;
  margin-left: -26px;
  
  position: relative;
  top: 2px;
}

ul.bi-ul-muted li::before { color: #6c757d; }

ul.bi-ul-arrow-right-circle li::before { content: "\f134"; }
ul.bi-ul-arrow-right-short li::before { content: "\f135"; }



/*#news article .date .text-dark { color: #77838b!important; }
#news article .date .bg-dark { background-color: #455560!important; }*/

.text-grey { color: #77838b!important; }

/* Background : Desktop -------------------*/

@media ( min-width: 980px ) {

	/*body { background-color: #e6ebf1; }*/
	.masthead { margin-top: 50px; }


	/*.wrapper-header,
	.wrapper-navbar,
	.wrapper-content,
	.wrapper-panels,
	.wrapper-footer {
		background-color: #ffffff;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		}

	.wrapper-header { border-top: none; }
	.wrapper-content {border-bottom: none; }

	.wrapper-panels,
	.wrapper-footer {
		border-top: none;
		border-bottom: none;
		padding: 30px 20px 0 20px;
		}*/
}



/* NAV bar / Primary navigation
----------------------------------------------------------------------------------------------------*/

/*
.navbar-purple  {
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
	font-size: 16px;
  }
*/

/* NAV Bar : Desktop -------------------*/

@media (min-width: 769px) {
  #quickSearch input { min-height: 32px; }
  
	.navbar {
		background-color: #842d79;
		background-image: -moz-linear-gradient(top, #842d79, #5c1f54);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#842d79), to(#5c1f54));
		background-image: -webkit-linear-gradient(top, #842d79 #5c1f54);
		background-image: -o-linear-gradient(top, #842d79, #5c1f54);
		background-image: linear-gradient(to bottom, #842d79, #5c1f54);
		background-repeat: repeat-x;
		border: none;
		-webkit-border-radius: 0px;
			 -moz-border-radius: 0px;
						border-radius: 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#842d79', endColorstr='#5c1f54', GradientType=0);
		*zoom: 1;
		-webkit-box-shadow: none;
			 -moz-box-shadow: none;
						box-shadow: none;
	}
  
  .navbar .navbar-nav .nav-link {
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);

    /* padding: 10px 15px 10px 15px; */
  
    font-family: 'Roboto Slab', serif;
    /*Thin - 100
    Light - 300
    Normal - 400
    Bold - 700*/
    font-style: normal;
    font-weight: 400;
    
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border-right: 1px solid #ffffff; 
    /*-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
       -moz-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
            box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);*/
  
    -webkit-transition: all 200ms ease;
       -moz-transition: all 200ms ease;
         -o-transition: all 200ms ease;
            transition: all 200ms ease;

    }
  
  .navbar .navbar-nav .active>.nav-link, 
  .navbar .navbar-nav .nav-link.active, 
  .navbar .navbar-nav .nav-link.show, 
  .navbar .navbar-nav .show>.nav-link {
    background-color: #5c1f54;
    }
    
  .navbar .navbar-nav .active>.nav-link, 
  .navbar .navbar-nav .nav-link.active {
    font-weight: 600;
    }

  .navbar .dropdown-item:focus, 
  .navbar .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #842d79;
    }

  .navbar .navbar-nav li.active > a.nav-link,
  .navbar .navbar-nav a.nav-link:focus,
  .navbar .navbar-nav a.nav-link:hover {
    box-shadow: inset 0 -5px 0 rgba(0,0,0,0.2);
    padding-bottom: 13px;
    margin-top: -5px;
    }  
  
}

  .btn-purple,
  .navbar .navbar-nav li.active > a.btn-purple,
  .navbar-inverse .nav > li > a.btn-purple:focus,
  .navbar-inverse .nav > li > a.btn-purple:hover { background-color: #5c1f54; }
  
  .btn-red,
  .navbar .navbar-nav li.active > a.btn-red,
  .navbar-inverse .nav > li > a.btn-red:focus,
  .navbar-inverse .nav > li > a.btn-red:hover { color:#ffffff; background-color: #cc1212; }
  
  .btn-red {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #cc1212, #a30e0e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc1212), to(#a30e0e));
    background-image: -webkit-linear-gradient(top, #cc1212, #a30e0e);
    background-image: -o-linear-gradient(top, #cc1212, #a30e0e);
    background-image: linear-gradient(to bottom, #cc1212, #a30e0e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1212', endColorstr='#a30e0e', GradientType=0);
    border-color: #a30e0e #a30e0e #a30e0e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #a30e0e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-red:hover,
  .btn-red:focus,
  .btn-red:active,
  .btn-red.active,
  .btn-red.disabled,
  .btn-red[disabled] {
    color: #ffffff;
    background-color: #a30e0e;
    *background-color: #a30e0e;
  }
  .btn-red:active,
  .btn-red.active {
    background-color: #a30e0e \9;
  }
  
  
  .btn-orange,
  .navbar .navbar-nav li.active > a.btn-orange,
  .navbar-inverse .nav > li > a.btn-orange:focus,
  .navbar-inverse .nav > li > a.btn-orange:hover { background-color:#e38800; }
  
  .btn-orange {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #e38800, #B66D00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e38800), to(#B66D00));
    background-image: -webkit-linear-gradient(top, #e38800, #B66D00);
    background-image: -o-linear-gradient(top, #e38800, #B66D00);
    background-image: linear-gradient(to bottom, #e38800, #B66D00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38800', endColorstr='#B66D00', GradientType=0);
    border-color: #B66D00 #B66D00 #B66D00;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #B66D00;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-orange:hover,
  .btn-orange:focus,
  .btn-orange:active,
  .btn-orange.active,
  .btn-orange.disabled,
  .btn-orange[disabled] {
    color: #ffffff;
    background-color: #B66D00;
    *background-color: #B66D00;
  }
  .btn-orange:active,
  .btn-orange.active {
    background-color: #B66D00 \9;
  }
  
  .btn-gold,
  .navbar .navbar-nav li.active > a.btn-gold,
  .navbar-inverse .nav > li > a.btn-gold:focus,
  .navbar-inverse .nav > li > a.btn-gold:hover { background-color:#bf9107; }
  
  .btn-gold {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #bf9107, #997406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf9107), to(#997406));
    background-image: -webkit-linear-gradient(top, #bf9107, #997406);
    background-image: -o-linear-gradient(top, #bf9107, #997406);
    background-image: linear-gradient(to bottom, #bf9107, #997406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9107', endColorstr='#997406', GradientType=0);
    border-color: #997406 #997406 #997406;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #997406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-gold:hover,
  .btn-gold:focus,
  .btn-gold:active,
  .btn-gold.active,
  .btn-gold.disabled,
  .btn-gold[disabled] {
    color: #ffffff;
    background-color: #997406;
    *background-color: #997406;
  }
  .btn-gold:active,
  .btn-gold.active {
    background-color: #997406 \9;
  }
  
  .btn-lime,
  .navbar .navbar-nav li.active > a.btn-lime,
  .navbar-inverse .nav > li > a.btn-lime:focus,
  .navbar-inverse .nav > li > a.btn-lime:hover { background-color:#95c700; }
  
  .btn-green,
  .navbar .navbar-nav li.active > a.btn-green,
  .navbar-inverse .nav > li > a.btn-green:focus,
  .navbar-inverse .nav > li > a.btn-green:hover { background-color:#00994f; }
  
  .btn-teal,
  .navbar .navbar-nav li.active > a.btn-teal,
  .navbar-inverse .nav > li > a.btn-teal:focus,
  .navbar-inverse .nav > li > a.btn-teal:hover { background-color:#02afa9; }
  
  .btn-blue,
  .navbar .navbar-nav li.active > a.btn-blue,
  .navbar-inverse .nav > li > a.btn-blue:focus,
  .navbar-inverse .nav > li > a.btn-blue:hover { background-color:#0054c0; }
  
  .btn-blue {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(top, #0054c0, #00439A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0054c0), to(#00439A));
    background-image: -webkit-linear-gradient(top, #0054c0, #00439A);
    background-image: -o-linear-gradient(top, #0054c0, #00439A);
    background-image: linear-gradient(to bottom, #0054c0, #00439A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054c0', endColorstr='#00439A', GradientType=0);
    border-color: #00439A #00439A #00439A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #00439A;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-blue:hover,
  .btn-blue:focus,
  .btn-blue:active,
  .btn-blue.active,
  .btn-blue.disabled,
  .btn-blue[disabled] {
    color: #ffffff;
    background-color: #00439A;
    *background-color: #00439A;
  }
  .btn-blue:active,
  .btn-blue.active {
    background-color: #00439A \9;
  }


/*#############################################################
   TOOLBAR
#############################################################*/

/* TOOLBAR Bar : Mobile -------------------*/

#toolbar.fixed-top.bg-dark .nav-link { padding: 5px 10px; }

#toolbar.fixed-top.bg-dark {
	min-height: 25px;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  }

@media (max-width: 767px) {
	
  #toolbar.fixed-top.bg-dark {
    background-color: #842d79;
    background-image: -moz-linear-gradient(top, #842d79, #842d79);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#842d79), to(#842d79));
    background-image: -webkit-linear-gradient(top, #842d79, #842d79);
    background-image: -o-linear-gradient(top, #842d79, #842d79);
    background-image: linear-gradient(to bottom, #842d79, #842d79);
    background-repeat: repeat-x;
    border: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#842d79', endColorstr='#842d79', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .navbar .navbar-nav li > a[class^="btn-"],
  .navbar .navbar-nav li > a[class*=" btn-"],
  .navbar .navbar-nav li.active > a[class^="btn-"],
  .navbar .navbar-nav li.active > a[class*=" btn-"] {
    background-color: transparent;
    background-image: none;
  }

}


/*#############################################################
   NAV Bar Premium Sub-Navigation
#############################################################*/

  
.wrapper-nav-premium {
  margin-top:3px;
  background-color: #bf9107;
  }

.nav-premium .nav-link {
  
  padding: 5px 10px;
  
  color:#ffffff;
  font-size: 12px;
  text-transform:uppercase;

  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;

  -webkit-transition: all 100ms ease;
     -moz-transition: all 100ms ease;
       -o-transition: all 100ms ease;
          transition: all 100ms ease;

  }

.nav-premium .nav-link:hover,
.nav-premium .nav-link:focus {
  background-color: #997406;
}

/* Content
----------------------------------------------------------------------------------------------------*/

/* Backwards compatabile styles used in content mikrom + BS2 */
  
p > a.lightbox > img {
    max-width: 100%;
    height: auto;
}

/* Map Bootstrap 4 icon to old FA ones */

.icon-lock::before {
  content: "\f36e";
  color: #bf9107;
}
  
.icon-lock::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Extend Fancybox */

.fancybox-content {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
}

/* Video embed code */

iframe + iframe,
.fluid-width-video-wrapper + .fluid-width-video-wrapper,
.fluid-width-video-wrapper + p {
  margin-top: 30px;
}

.video, .newsdetail iframe { top: 0; margin-bottom: 1rem; }
.newsdetail iframe { border: solid 1px #ccc; }

/* --------------------------------------------------------------------------------*/

.close.text-light { text-shadow: 0 1px 0 #000; }

.content h1:first-of-type:not(.headline) { margin-bottom: 20px}

/*:target { padding-top: 50px; }*/

/*.content h2::before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
  pointer-events: none;
}*/

/* Content Links */
/*.content p a:not(.btn) { 
  color: #0088cc; text-decoration: none; 
  border-bottom: 1px solid rgb(0 136 204 / 30%); 
  transition: border 0.5s ease; 
  }

.content p a:hover,
.content p a:focus { 
  text-decoration: none;
  border-bottom: 1px solid #e87802; 
  transition: border 0.5s ease; 
  }*/


.btn-light-grey { background-color: #e4e6e8; border-color: #e4e6e8; /*#d6d9dc*/ }
.btn-light-grey:hover { background-color: #c8ccd0; border-color: #babfc4; }

.btn-dark-grey { color:#ffffff; background-color: #77838b; border-color: #77838b; }
.btn-dark-grey:hover { color:#ffffff; background-color: #606a71; border-color: #606a71; }

.btn-grey-1 { background-color: #343a40; border-color: #343a40; }
.btn-grey-2 { background-color: #343a40; border-color: #343a40; }
.btn-grey-3 { background-color: #343a40; border-color: #343a40; }
.btn-grey-3 { background-color: #343a40; border-color: #343a40; }


/*#################
   Typography
#################*/

/* Page Elements
----------------------------------------------------------------------------------------------------*/

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
legend { 
	font-family: 'Roboto Slab', sans-serif;
   /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
   font-weight: 400;
	}

h1 em,
h2 em,
h3 em { 
	font-weight: 400italic;
	}

h1 {
	font-size:28.5px;
  line-height: 30px;
	font-weight: 600;
	margin-top:20px;
	padding-bottom: 3px;
	border-bottom: 4px solid #F5F5F5;
	}

.purple {	color: #842d79; }
.red {	color: #cc1212; }
.orange {	color: #e38800; }
.gold {	color: #bf9107; }
.lime {	color: #95c700; }
.green { color: #00994f; }
.teal {	color: #02afa9; }
.blue {	color: #0054c0; }
.skyblue {color: #03A9F4; }

h1.purple {	border-color: rgba(132,45,121,0.20); }
h1.red { border-color: rgba(204,18,18,0.20); }
h1.orange {	border-color: rgba(227,136,0,0.20); }
h1.gold {	border-color: rgba(191,145,7,0.20); }
h1.lime {	border-color: rgba(149,199,0,0.20); }
h1.green { border-color: rgba(0,153,79,0.20); }
h1.teal {	border-color: rgba(2,175,169,0.20); }
h1.blue {	border-color: rgba(0,84,192,0.20); }

.content > h1:first-child { margin-top: 0px; }

h2 { font-size:22.5px; line-height: 26px; margin: 20px 0 10px 0;}
h3 { font-size:18.5px; line-height: 22px; }
h4 { font-size:16.5px; line-height: 20px; }
h5 { font-size:14px; line-height: 18px; line-height: 16px; font-weight: 300;}
h6 { font-size:11.9px; line-height: 14px; line-height: 16px; font-weight: 300;}

.alert h4 {
  font-size: 19.5px;
  margin: 10px 0;
}


/*#############################################################
   Sidebar
#############################################################*/

.sidebar { padding-left: 25px; }

.sidebar {
  -webkit-box-shadow: inset 2px 0 0 #f5f5f5;
     -moz-box-shadow: inset 2px 0 0 #f5f5f5;
          box-shadow: inset 2px 0 0 #f5f5f5;
}

body.nosidebar .sidebar {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* Phone portrait */
@media (max-width: 767px) {

  .sidebar {
    padding-left: 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    }

}

/*#############################################################
   Modules - Sidebar & Content
#############################################################*/

/* Headlines
-------------------------------------------------------------*/

.card-title {
  position: relative;
  font-weight: 700;
 }

.card-title span {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-right: 10px;
}

.card-title:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.card-title:before {
  left: 0;
}

.card-category {
  padding-right: 7px;
  margin-right: 2px;
  border-right: #ccc solid 1px;
}   

/* Card Hovers
-------------------------------------------------------------*/

.sidebar .card-news .list-group-item-action:hover,
.sidebar .card-news .list-group-item-action:focus {
 -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
         transition: all 200ms ease;
}

.sidebar .card-news .list-group-item-action { background-color: #ffffff; }

.card-premium .list-group-item-action:hover,
.card-premium .list-group-item-action:focus,
.card-latestnews .list-group-item-action:hover,
.card-latestnews .list-group-item-action:focus,
.card-community .list-group-item-action:hover,
.card-community .list-group-item-action:focus { 
 -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
         transition: all 200ms ease;
}


.card-premium .list-group-item-action:hover, .card-premium .list-group-item-action:focus { background-color: rgba(191,145,7,0.2); }
.card-latestnews .list-group-item-action:hover, .card-latestnews .list-group-item-action:focus { background-color: rgba(0,169,244,0.15); }
.card-community .list-group-item-action:hover, .card-community .list-group-item-action:focus { background-color: rgba(0,153,79,0.15); }

.community-blogs {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}





article.newsdetail blockquote {
  border-left: 0;
  border-left: none;
  border-right: 0;
  border-right: none;
  
  padding: 15px 15px 0 15px;
  margin: 20px auto 20px;
  max-width: 600px;
  
  /**/border-top: 1px solid #ec8200;
  /**/border-bottom: 1px solid #ec8200;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/  
}
  
article.newsdetail blockquote p {
  margin-bottom: 10px;
  font-size: 20.5px;
  font-weight: 300;
  line-height: 1.25;
}

article.newsdetail blockquote cite {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
article.newsdetail blockquote cite:before {
  content: '\2014 \00A0';
}  

article.newsdetail blockquote.pull-right {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
  border-right: none;
  border-right: 0;
  border-left: 5px solid #ec8200;
}


article.newsdetail blockquote.pull-right p,
article.newsdetail blockquote.pull-right cite {
  text-align: right;
}

article.newsdetail blockquote.pull-right cite:before {
  content: '';
}

article.newsdetail blockquote.pull-right cite:after {
  content: '\00A0 \2014';
}


blockquote {
  quotes: "“" "”" "‘" "’";
}

blockquote::before, 
blockquote::after {
  color: #dddddd;
  font-size: 60px;
  line-height: 15px;
  position: relative;
  }

blockquote::before {
  content: open-quote;
  float: left;
  top: 0.25em;
  left: -0.25em
}
blockquote::after {
  content: close-quote;
  float: right;
  bottom: 0.25em;
  right: -0.25em;
  margin-top: -0.25em;
}
  

/* Solid Social Share Buttons
----------------------------------------------------------------------------------------------------*/

.btn-social,
.btn-social:visited,
.btn-social:focus,
.btn-social:hover,
.btn-social:active {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .15s ease-in-out;
}

.btn-social:hover,
.btn-social:active {
 opacity: .75;
}

.btn-fb {
  background-color: #3b5998;
}

.btn-tw {
  background-color: #000000;
}

.btn-x {
  background-color: #14171A;
}

.btn-in {
  background-color: #0077b5;
}

.btn-gp {
  background-color: #db4437;
}

.btn-em {
  background-color: #343a40;
}

/* Fluid Styles */

.fluid {
  display: flex;
}

.fluid a {
  flex-grow: 1;
  margin-right: 0.25rem;
}

.fluid a:last-child {
  margin-right: 0rem;
}



/* Sidebar
----------------------------------------------------------------------------------------------------*/

#topiclist .list-group a { text-decoration: none; }
#topiclist .list-group a[aria-expanded="true"] .list-group-item i.bi-plus-circle::before { content: "\f2e6"; }

#topiclist .list-group a[aria-expanded="false"] .list-group-item i.bi-plus-circle::before { content: "\f4fa"; }

#topiclist .list-group { background-color: #f9fbfc; }

#topiclist .list-group a:hover .list-group-item,
#topiclist .list-group a:focus .list-group-item,
#topiclist .list-group a[aria-expanded="true"] .list-group-item { background-color: rgb(83 128 170 / 10%); transition: background 0.5s ease; }

#topiclist .list-group .badge { font-weight: 300; font-size: 60%; vertical-align: super; }




/*
Extend BS4 
----------------------------------------------------------------------------------------------------*/

/* Backgrounds */

.bg-purple { background-color: #842d79; }
.bg-red {  background-color: #cc1212; }
.bg-orange { background-color:#e38800; }
.bg-gold { background-color:#bf9107; }
.bg-lime { background-color:#95c700; }
.bg-green { background-color:#00994f; }
.bg-teal { background-color:#02afa9; }
.bg-blue{ background-color:#0054c0; }
.bg-skyblue { background-color: #03A9F4; }

.bg-purple-muted {	background-color: rgba(132,45,121,0.05); }
.bg-red-muted { background-color: rgba(204,18,18,0.05); }
.bg-orange-muted {	background-color: rgba(227,136,0,0.05); }
.bg-gold-muted {	background-color: rgba(191,145,7,0.05); }
.bg-lime-muted {	background-color: rgba(149,199,0,0.05); }
.bg-green-muted { background-color: rgba(0,153,79,0.05); }
.bg-teal-muted {	background-color: rgba(2,175,169,0.05); }
.bg-blue-muted {	background-color: rgba(0,84,192,0.05); }
.bg-grey-muted { background-color: rgba(0,0,0,0.05); }

.bg-tab-orange { background-color: #e38800; border-bottom-color: #e56200!important; }
.bg-tab-blue   { background-color: #0054c0; border-bottom-color: rgba(23, 61, 101, 0.7); }
.bg-tab-grey   { background-color: #485863; border-bottom-color: #2d3a43!important; }
.bg-tab-purple   { background-color: #842d79; border-bottom-color: rgba(92, 31, 84, 0.8); border-bottom-width: 5px;}

.bg-tab-dark-1   { background-color: rgba(0,0,0,0.1); border-bottom-color: rgba(0,0,0,0.2); }
.bg-tab-dark-2   { background-color: rgba(0,0,0,0.2); border-bottom-color: rgba(0,0,0,0.2); }

.bg-0 { background-color: rgb(0 0 0 / 0%)!important; }
.bg-light-blue { background-color: #f3f7fa!important; }

.bg-light-grey { background-color: #eceeef!important; }
.bg-dark-grey { background-color: #455560!important; }

.bg-grey { background-color: #485863; }

.bg-trans-dark-10 { background-color: rgb(0 0 0 / 10%)!important; }
.bg-trans-dark-20 { background-color: rgb(0 0 0 / 20%)!important; }
.bg-trans-dark-40 { background-color: rgb(0 0 0 / 40%)!important; }
.bg-trans-dark-80 { background-color: rgb(0 0 0 / 80%)!important; }

.bg-trans-light-20 { background-color: rgb(255 255 255 / 20%)!important; }
.bg-trans-light-40 { background-color: rgb(255 255 255 / 40%)!important; }
.bg-trans-light-80 { background-color: rgb(255 255 255 / 80%)!important; }


.card-shadow {
    box-shadow: 0.125rem 0.125rem 0.75rem rgb(0 0 0 / 13%);
}

/* Opacity */
.t-20 { opacity: 20%!important; }
.t-40 { opacity: 40%!important; }
.t-50 { opacity: 50%!important; }
.t-60 { opacity: 60%!important; }
.t-80 { opacity: 80%!important; }




/* Footer
----------------------------------------------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  /*opacity: 0.7;*/
  display: none;
  }

.wrapper-panels { background-color: #ffffff!important; }

.wrapper-panels .list-group-item-action:hover,
.wrapper-panels .list-group-item-action:focus {
  background-color: rgb(0 0 0 / 40%)!important;
  transition: background 1s ease;
  }


/* Cards
----------------------------------------------------------------------------------------------------*/
/* https://yoksel.github.io/url-encoder/ */


.cards-mcd { background-position: 50% 160px!important; }
.cards-vsa { background-position: 50% 320px!important; }
.cards-amx { background-position: 50% 280px!important; }
.cards-ppl { background-position: 50% 240px!important; }

ul.cards li {
width: 61px;
height: 40px;
background-size: cover;
background-position: 50% 0px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='yandexmoney-' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122 400' style='enable-background:new 0 0 122 400;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23007CC2;%7D .st2%7Bfill:none;stroke:%23C8C8C8;%7D .st3%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%234A4A4A;%7D .st4%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23020303;%7D .st5%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F06022;%7D .st6%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23E81D25;%7D .st7%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F59E1E;%7D .st8%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23009CDE;%7D .st9%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23003087;%7D .st10%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230023A0;%7D .st11%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA000;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M6.1,317.5c-2.6,0-4.7-2.1-4.7-4.7c0,0,0,0,0,0v-65.1c0-2.6,2.1-4.7,4.7-4.7c0,0,0,0,0,0h110.1 c2.6,0,4.7,2.1,4.7,4.7c0,0,0,0,0,0v65.1c0,2.6-2.1,4.7-4.7,4.7c0,0,0,0,0,0H6.1z'/%3E%3Cpath class='st1' d='M94.4,247.9h-64v64.3h64v-21.2c0.3-0.4,0.4-0.8,0.4-1.4c0-0.7-0.1-1.1-0.4-1.4 C94.4,288.1,94.4,247.9,94.4,247.9z'/%3E%3Cpath class='st0' d='M36.2,275.7l-1.2-3l-1.2,3L36.2,275.7L36.2,275.7z M63.3,274.5c-0.2,0.1-0.5,0.2-0.9,0.2h-2.2V273h2.2 c0.3,0,0.6,0,0.9,0.1c0.2,0.1,0.4,0.3,0.4,0.7C63.7,274.1,63.5,274.4,63.3,274.5L63.3,274.5z M78.9,275.7l-1.2-3l-1.2,3L78.9,275.7 L78.9,275.7z M49.8,278.9H48l0-5.9l-2.6,5.9h-1.6l-2.6-5.9v5.9h-3.7l-0.7-1.7h-3.8l-0.7,1.7h-2l3.2-7.5h2.7l3.1,7.1v-7.1h2.9 l2.4,5.1l2.2-5.1h3L49.8,278.9L49.8,278.9z M57.2,278.9h-6v-7.5h6v1.6H53v1.4h4.1v1.5l-4.1,0v1.5h4.2L57.2,278.9L57.2,278.9z M65.7,273.4c0,1.2-0.8,1.8-1.3,2c0.4,0.2,0.7,0.4,0.9,0.6c0.3,0.4,0.3,0.7,0.3,1.4v1.5h-1.8l0-0.9c0-0.4,0-1.1-0.3-1.5 c-0.3-0.3-0.7-0.3-1.3-0.3h-1.9v2.7h-1.8v-7.5h4.1c0.9,0,1.6,0,2.2,0.4C65.3,272.1,65.7,272.6,65.7,273.4z M66.7,278.9h1.8v-7.5 h-1.8V278.9z M89.8,278.9h-2.6l-3.4-5.6l0,5.6h-3.7l-0.7-1.7h-3.7l-0.7,1.7H73c-0.9,0-2-0.2-2.6-0.8c-0.6-0.6-1-1.5-1-2.9 c0-1.1,0.2-2.1,1-2.9c0.6-0.6,1.5-0.9,2.7-0.9h1.7v1.6h-1.7c-0.7,0-1,0.1-1.4,0.4c-0.3,0.3-0.5,0.9-0.5,1.7c0,0.8,0.2,1.4,0.5,1.8 c0.3,0.3,0.8,0.4,1.3,0.4h0.8l2.5-5.9H79l3,7.1v-7.1h2.7l3.2,5.2v-5.2h1.8L89.8,278.9L89.8,278.9z M30.4,280.4h3.1l0.7-1.7h1.6 l0.7,1.7h6.1v-1.3l0.5,1.3h3.1l0.5-1.3v1.3h15l0-2.7H62c0.2,0,0.3,0,0.3,0.4v2.4H70v-0.6c0.6,0.3,1.6,0.6,2.9,0.6h3.3l0.7-1.7h1.6 l0.7,1.7h6.3v-1.6l1,1.6h5v-10.5h-5v1.2l-0.7-1.2h-5.1v1.2l-0.6-1.2H73c-1.2,0-2.2,0.2-3,0.6v-0.6h-4.8v0.6c-0.5-0.5-1.2-0.6-2-0.6 H45.8l-1.2,2.7l-1.2-2.7h-5.5v1.2l-0.6-1.2h-4.7l-2.2,5L30.4,280.4L30.4,280.4z M94.4,286h-3.3c-0.3,0-0.5,0-0.7,0.1 c-0.2,0.1-0.3,0.3-0.3,0.5c0,0.3,0.2,0.5,0.4,0.6c0.2,0.1,0.4,0.1,0.7,0.1l1,0c1,0,1.6,0.2,2,0.6c0.1,0.1,0.1,0.1,0.2,0.2V286z M94.4,290.9c-0.4,0.6-1.3,1-2.4,1h-3.5v-1.6H92c0.3,0,0.6,0,0.7-0.2c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.4-0.2-0.5 c-0.1-0.1-0.3-0.2-0.6-0.2c-1.7-0.1-3.8,0.1-3.8-2.3c0-1.1,0.7-2.2,2.6-2.2h3.6v-1.5h-3.3c-1,0-1.7,0.2-2.3,0.6v-0.6h-4.9 c-0.8,0-1.7,0.2-2.2,0.6l0-0.6H73v0.6c-0.7-0.5-1.9-0.6-2.4-0.6h-5.8v0.6c-0.6-0.5-1.8-0.6-2.5-0.6h-6.5l-1.5,1.6l-1.4-1.6h-9.7 v10.5h9.5l1.5-1.6l1.4,1.6l5.9,0v-2.5h0.6c0.8,0,1.7,0,2.5-0.4v2.8h4.8v-2.7h0.2c0.3,0,0.3,0,0.3,0.3v2.4h14.7 c0.9,0,1.9-0.2,2.4-0.7v0.7h4.7c1,0,1.9-0.1,2.6-0.5L94.4,290.9L94.4,290.9z M87.2,287.9c0.4,0.4,0.5,0.8,0.5,1.6 c0,1.6-1,2.4-2.8,2.4h-3.5v-1.6h3.5c0.3,0,0.6,0,0.7-0.2c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.6-0.2 c-1.7-0.1-3.8,0.1-3.8-2.3c0-1.1,0.7-2.2,2.6-2.2h3.6v1.6h-3.3c-0.3,0-0.5,0-0.7,0.1c-0.2,0.1-0.3,0.3-0.3,0.5 c0,0.3,0.2,0.5,0.4,0.6c0.2,0.1,0.4,0.1,0.7,0.1l1,0C86.2,287.3,86.8,287.5,87.2,287.9L87.2,287.9z M71,287.5 c-0.2,0.1-0.5,0.2-0.9,0.2h-2.2v-1.7h2.2c0.3,0,0.6,0,0.9,0.1c0.2,0.1,0.4,0.4,0.4,0.7C71.4,287.1,71.2,287.3,71,287.5L71,287.5z M72.1,288.4c0.4,0.1,0.7,0.4,0.9,0.6c0.3,0.4,0.3,0.7,0.3,1.4v1.5h-1.8V291c0-0.5,0-1.1-0.3-1.5c-0.3-0.3-0.7-0.3-1.3-0.3h-1.9 v2.8h-1.8v-7.5h4.2c0.9,0,1.6,0,2.2,0.4c0.6,0.3,0.9,0.8,0.9,1.7C73.4,287.6,72.6,288.2,72.1,288.4L72.1,288.4z M74.4,284.4h6v1.6 h-4.2v1.4h4.1v1.5h-4.1v1.5l4.2,0v1.6h-6L74.4,284.4L74.4,284.4z M62.2,287.8h-2.3v-1.9h2.3c0.7,0,1.1,0.3,1.1,0.9 C63.3,287.5,62.9,287.8,62.2,287.8L62.2,287.8z M58.1,291.2l-2.8-3.1l2.8-3V291.2z M51,290.3h-4.4v-1.5h4v-1.5h-4v-1.4h4.5l2,2.2 L51,290.3z M65.3,286.8c0,2.1-1.6,2.5-3.1,2.5h-2.2v2.5h-3.5l-2.2-2.5l-2.3,2.5h-7.1v-7.5H52l2.2,2.5l2.3-2.5h5.8 C63.7,284.4,65.3,284.8,65.3,286.8L65.3,286.8z'/%3E%3Cpath class='st1' d='M27.6,309.4c0,1.4-1.1,2.6-2.6,2.6c-1.5,0-2.6-1.2-2.6-2.6c0-1.4,1.1-2.6,2.6-2.6 C26.5,306.8,27.6,308,27.6,309.4z M28,309.4c0-1.7-1.4-3-3-3c0,0,0,0,0,0c-1.7,0-3,1.3-3.1,3c0,0,0,0,0,0c0,1.7,1.4,3,3,3 c0,0,0,0,0,0C26.6,312.5,28,311.1,28,309.4C28,309.4,28,309.4,28,309.4L28,309.4z M25.7,308.8c0-0.4-0.2-0.4-0.4-0.4h-0.9v0.8h0.8 C25.5,309.2,25.7,309.1,25.7,308.8z M26.3,310.8h-0.6c-0.1-0.2-0.1-0.6-0.1-0.7c0-0.2,0-0.4-0.4-0.4h-0.8l0,1.2h-0.5V308h1.3 c0.5,0,1,0.2,1,0.8c0,0.4-0.2,0.5-0.3,0.6c0.1,0.1,0.2,0.2,0.3,0.5l0,0.5c0,0.1,0,0.2,0.1,0.2V310.8L26.3,310.8z'/%3E%3Cg%3E%3Cg%3E%3Cpath id='aca' class='st0' d='M116.1,242.9c2.5,0,4.5,2,4.5,4.5v65.1c0,2.5-2,4.5-4.5,4.5H5.9c-2.5,0-4.5-2-4.5-4.5v-65.1 c0-2.5,2-4.5,4.5-4.5L116.1,242.9L116.1,242.9z M116.1,242.5H5.9c-2.7,0-4.9,2.2-4.9,4.9v65.1c0,2.7,2.2,4.9,4.9,4.9h110.1 c2.7,0,4.9-2.2,4.9-4.9v-65.1C121,244.7,118.8,242.5,116.1,242.5L116.1,242.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M116.1,242.4c2.8,0,5,2.2,5,5v65.1c0,2.8-2.2,5-5,5H5.9c-2.8,0-5-2.2-5-5v-65.1c0-2.8,2.2-5,5-5L116.1,242.4 L116.1,242.4z M116.1,243H5.9c-2.4,0-4.4,2-4.4,4.4v65.1c0,2.4,2,4.4,4.4,4.4h110.1c2.4,0,4.4-2,4.4-4.4v-65.1 C120.5,245,118.5,243,116.1,243L116.1,243z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M6.1,77.5c-2.6,0-4.7-2.1-4.7-4.7c0,0,0,0,0,0V7.6c0-2.6,2.1-4.7,4.7-4.7c0,0,0,0,0,0h110.1 c2.6,0,4.7,2.1,4.7,4.7c0,0,0,0,0,0v65.1c0,2.6-2.1,4.7-4.7,4.7c0,0,0,0,0,0H6.1z'/%3E%3Cpath class='st3' d='M1,18.4h120v15.4H1V18.4z'/%3E%3Cg%3E%3Cg%3E%3Cpath id='ama' class='st0' d='M116.1,2.9c2.5,0,4.5,2,4.5,4.5v65.1c0,2.5-2,4.5-4.5,4.5H5.9c-2.5,0-4.5-2-4.5-4.5V7.4 c0-2.5,2-4.5,4.5-4.5L116.1,2.9L116.1,2.9z M116.1,2.5H5.9C3.2,2.5,1,4.7,1,7.4v65.1c0,2.7,2.2,4.9,4.9,4.9h110.1 c2.7,0,4.9-2.2,4.9-4.9V7.4C121,4.7,118.8,2.5,116.1,2.5L116.1,2.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M116.1,2.4c2.8,0,5,2.2,5,5v65.1c0,2.8-2.2,5-5,5H5.9c-2.8,0-5-2.2-5-5V7.4c0-2.8,2.2-5,5-5L116.1,2.4 L116.1,2.4z M116.1,3H5.9C3.5,3,1.5,5,1.5,7.4v65.1c0,2.4,2,4.4,4.4,4.4h110.1c2.4,0,4.4-2,4.4-4.4V7.4C120.5,5,118.5,3,116.1,3 L116.1,3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M6.1,157.5c-2.6,0-4.7-2.1-4.7-4.7c0,0,0,0,0,0V87.6c0-2.6,2.1-4.7,4.7-4.7c0,0,0,0,0,0h110.1 c2.6,0,4.7,2.1,4.7,4.7c0,0,0,0,0,0v65.1c0,2.6-2.1,4.7-4.7,4.7c0,0,0,0,0,0H6.1z'/%3E%3Cg%3E%3Cg%3E%3Cpath id='bca' class='st0' d='M116.1,82.9c2.5,0,4.5,2,4.5,4.5v65.1c0,2.5-2,4.5-4.5,4.5H5.9c-2.5,0-4.5-2-4.5-4.5V87.4 c0-2.5,2-4.5,4.5-4.5L116.1,82.9L116.1,82.9z M116.1,82.5H5.9c-2.7,0-4.9,2.2-4.9,4.9v65.1c0,2.7,2.2,4.9,4.9,4.9h110.1 c2.7,0,4.9-2.2,4.9-4.9V87.4C121,84.7,118.8,82.5,116.1,82.5L116.1,82.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M116.1,82.4c2.8,0,5,2.2,5,5v65.1c0,2.8-2.2,5-5,5H5.9c-2.8,0-5-2.2-5-5V87.4c0-2.8,2.2-5,5-5L116.1,82.4 L116.1,82.4z M116.1,83H5.9c-2.4,0-4.4,2-4.4,4.4v65.1c0,2.4,2,4.4,4.4,4.4h110.1c2.4,0,4.4-2,4.4-4.4V87.4 C120.5,85,118.5,83,116.1,83L116.1,83z'/%3E%3C/g%3E%3Cpath class='st4' d='M40.7,145.6c0-1.1,0.7-1.9,1.8-1.9c1.1,0,1.8,0.8,1.8,1.9c0,1.1-0.7,1.9-1.8,1.9 C41.4,147.6,40.7,146.7,40.7,145.6z M45.5,145.6v-3h-1.3v0.7c-0.4-0.5-1-0.9-1.9-0.9c-1.7,0-3,1.3-3,3.2c0,1.8,1.3,3.2,3,3.2 c0.9,0,1.5-0.3,1.9-0.9v0.7h1.3V145.6L45.5,145.6z M89.8,145.6c0-1.1,0.7-1.9,1.8-1.9c1.1,0,1.8,0.8,1.8,1.9c0,1.1-0.7,1.9-1.8,1.9 C90.5,147.6,89.8,146.7,89.8,145.6z M94.7,145.6v-5.4h-1.3v3.1c-0.4-0.5-1-0.9-1.9-0.9c-1.7,0-3,1.3-3,3.2c0,1.8,1.3,3.2,3,3.2 c0.9,0,1.5-0.3,1.9-0.9v0.7h1.3V145.6L94.7,145.6z M61.8,143.6c0.8,0,1.4,0.5,1.5,1.5h-3.1C60.3,144.2,60.9,143.6,61.8,143.6z M61.8,142.5c-1.8,0-3,1.3-3,3.2c0,1.9,1.3,3.2,3.1,3.2c0.9,0,1.7-0.2,2.5-0.8l-0.6-1c-0.5,0.4-1.1,0.6-1.8,0.6 c-0.8,0-1.6-0.4-1.8-1.5h4.5c0-0.2,0-0.3,0-0.5C64.7,143.8,63.5,142.5,61.8,142.5z M77.6,145.6c0-1.1,0.7-1.9,1.8-1.9 c1.1,0,1.8,0.8,1.8,1.9c0,1.1-0.7,1.9-1.8,1.9C78.3,147.6,77.6,146.7,77.6,145.6z M82.5,145.6v-3h-1.3v0.7c-0.4-0.5-1-0.9-1.9-0.9 c-1.7,0-3,1.3-3,3.2c0,1.8,1.3,3.2,3,3.2c0.9,0,1.5-0.3,1.9-0.9v0.7h1.3L82.5,145.6L82.5,145.6z M70.2,145.6c0,1.8,1.3,3.2,3.2,3.2 c0.9,0,1.5-0.2,2.2-0.7L75,147c-0.5,0.4-1,0.5-1.6,0.5c-1,0-1.8-0.8-1.8-1.9c0-1.2,0.8-1.9,1.8-1.9c0.6,0,1.1,0.2,1.6,0.5l0.6-1.1 c-0.7-0.5-1.3-0.7-2.2-0.7C71.5,142.5,70.2,143.8,70.2,145.6z M87.1,142.5c-0.8,0-1.2,0.4-1.6,0.9v-0.7h-1.3v6h1.3v-3.4 c0-1,0.4-1.5,1.3-1.5c0.3,0,0.5,0,0.8,0.2l0.4-1.2C87.7,142.5,87.4,142.5,87.1,142.5z M52,143.1c-0.6-0.4-1.5-0.6-2.5-0.6 c-1.5,0-2.5,0.7-2.5,1.9c0,1,0.7,1.6,2.1,1.8l0.6,0.1c0.7,0.1,1.1,0.3,1.1,0.6c0,0.5-0.5,0.7-1.4,0.7c-0.9,0-1.6-0.3-2-0.6l-0.6,1 c0.7,0.5,1.6,0.8,2.6,0.8c1.7,0,2.7-0.8,2.7-2c0-1.1-0.8-1.6-2.1-1.8l-0.6-0.1c-0.6-0.1-1-0.2-1-0.6c0-0.4,0.4-0.7,1.1-0.7 c0.8,0,1.5,0.3,1.9,0.5C51.4,144.2,52,143.1,52,143.1z M68.9,142.5c-0.8,0-1.2,0.4-1.6,0.9v-0.7H66v6h1.3v-3.4c0-1,0.4-1.5,1.3-1.5 c0.3,0,0.5,0,0.8,0.2l0.4-1.2C69.5,142.5,69.2,142.5,68.9,142.5L68.9,142.5z M57.7,142.6h-2.1v-1.8h-1.3v1.8H53v1.2h1.2v2.7 c0,1.4,0.5,2.2,2.1,2.2c0.6,0,1.2-0.2,1.6-0.5l-0.4-1.1c-0.4,0.2-0.8,0.3-1.2,0.3c-0.7,0-0.9-0.4-0.9-1v-2.7h2.1L57.7,142.6 L57.7,142.6z M38.2,148.6v-3.8c0-1.4-0.9-2.4-2.4-2.4c-0.8,0-1.6,0.2-2.1,1.1c-0.4-0.7-1.1-1.1-2-1.1c-0.6,0-1.3,0.2-1.8,0.9v-0.7 h-1.3v6h1.3v-3.3c0-1,0.6-1.6,1.5-1.6c0.9,0,1.3,0.6,1.3,1.6v3.4H34v-3.3c0-1,0.6-1.6,1.5-1.6c0.9,0,1.3,0.6,1.3,1.6v3.4 C36.8,148.6,38.2,148.6,38.2,148.6z'/%3E%3Cpath class='st5' d='M51.6,132.4h19.8V96.7H51.6V132.4z'/%3E%3Cpath class='st6' d='M52.8,114.6c0-7.2,3.4-13.7,8.7-17.8c-4-3.1-8.9-4.9-14-4.8c-12.5,0-22.7,10.2-22.7,22.7s10.2,22.7,22.7,22.7 c5.3,0,10.2-1.8,14-4.8C56.2,128.2,52.8,121.8,52.8,114.6'/%3E%3Cpath class='st7' d='M98.2,114.6c0,12.5-10.2,22.7-22.7,22.7c-5.1,0-10-1.7-14-4.8c5.3-4.2,8.7-10.6,8.7-17.8 c0-7.2-3.4-13.7-8.7-17.8c4-3.1,8.9-4.9,14-4.8C88,91.9,98.2,102,98.2,114.6'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M5.9,397.3c-2.6,0-4.7-2.1-4.7-4.7c0,0,0,0,0,0v-65.1c0-2.6,2.1-4.7,4.7-4.7c0,0,0,0,0,0h110.1 c2.6,0,4.7,2.1,4.7,4.7c0,0,0,0,0,0v65.1c0,2.6-2.1,4.7-4.7,4.7c0,0,0,0,0,0L5.9,397.3L5.9,397.3z'/%3E%3Cpath class='st8' d='M78.7,346.5h-7.9c-0.6,0-1,0.4-1.1,0.9l-3.2,20.2c-0.1,0.4,0.3,0.8,0.6,0.8h4c0.4,0,0.7-0.3,0.8-0.6l0.9-5.7 c0.1-0.5,0.6-0.9,1.1-0.9h2.5c5.2,0,8.2-2.5,9-7.5c0.3-2.2,0-3.9-1-5.1C83.3,347.2,81.4,346.5,78.7,346.5 M79.6,353.9 c-0.4,2.8-2.6,2.8-4.7,2.8h-1.2l0.8-5.3c0.1-0.3,0.3-0.5,0.6-0.6h0.6c1.4,0,2.8,0,3.5,0.8C79.6,352.2,79.8,352.9,79.6,353.9'/%3E%3Cpath class='st9' d='M22.5,346.5h-7.9c-0.6,0-1,0.4-1.1,0.9l-3.2,20.2c0,0.4,0.3,0.8,0.6,0.8h3.8c0.6,0,1-0.4,1.1-0.9l0.9-5.4 c0.1-0.5,0.6-0.9,1.1-0.9h2.5c5.2,0,8.2-2.5,9-7.5c0.3-2.2,0-3.9-1-5.1C27.1,347.2,25.1,346.5,22.5,346.5 M23.4,353.9 c-0.4,2.8-2.6,2.8-4.7,2.8h-1.2l0.8-5.3c0.1-0.3,0.3-0.5,0.6-0.6h0.6c1.4,0,2.8,0,3.5,0.8C23.5,352.2,23.5,352.9,23.4,353.9 M46,353.8h-3.8c-0.3,0-0.6,0.2-0.6,0.6l-0.2,1.1l-0.3-0.4c-0.8-1.2-2.7-1.6-4.5-1.6c-4.2,0-7.7,3.2-8.4,7.6 c-0.3,2.2,0.2,4.3,1.4,5.8c1.2,1.4,2.8,1.9,4.8,1.9c3.3,0,5.2-2.1,5.2-2.1l-0.2,1c0,0.4,0.3,0.8,0.6,0.8h3.4c0.6,0,1-0.4,1.1-0.9 l2.1-12.9c0.1-0.3-0.2-0.7-0.5-0.8C46.1,353.8,46.1,353.8,46,353.8 M40.8,361.2c-0.4,2.1-2.1,3.6-4.2,3.6c-1.1,0-2-0.3-2.5-1 c-0.6-0.6-0.8-1.6-0.6-2.7c0.3-2.1,2.1-3.6,4.2-3.6c1.1,0,1.9,0.3,2.5,1C40.7,359.1,40.9,360.1,40.8,361.2'/%3E%3Cpath class='st8' d='M102.3,353.8h-3.8c-0.3,0-0.6,0.2-0.6,0.6l-0.2,1.1l-0.3-0.4c-0.8-1.2-2.7-1.6-4.5-1.6c-4.2,0-7.7,3.2-8.4,7.6 c-0.3,2.2,0.2,4.3,1.4,5.8c1.2,1.4,2.8,1.9,4.8,1.9c3.3,0,5.2-2.1,5.2-2.1l-0.2,1c0,0.4,0.3,0.8,0.6,0.8h3.4c0.6,0,1-0.4,1.1-0.9 l2.1-12.9C103,354.2,102.7,353.8,102.3,353.8 M97,361.2c-0.4,2.1-2.1,3.6-4.2,3.6c-1.1,0-2-0.3-2.5-1c-0.6-0.6-0.8-1.6-0.6-2.7 c0.3-2.1,2.1-3.6,4.2-3.6c1.1,0,1.9,0.3,2.5,1C97,359.1,97.2,360.1,97,361.2'/%3E%3Cpath class='st9' d='M66.1,353.8h-3.8c-0.3,0-0.7,0.2-0.9,0.5l-5.2,7.7l-2.2-7.4c-0.1-0.5-0.6-0.8-1-0.8h-3.7 c-0.4,0-0.7,0.3-0.7,0.6c0,0.1,0,0.1,0,0.2l4.2,12.3l-3.9,5.5c-0.3,0.4,0,1,0.5,1h3.8c0.3,0,0.7-0.2,0.9-0.5l12.6-18.2 C67,354.4,66.7,353.8,66.1,353.8'/%3E%3Cpath class='st8' d='M106.7,347.1l-3.2,20.6c0,0.4,0.3,0.8,0.6,0.8h3.3c0.6,0,1-0.4,1.1-0.9l3.2-20.2c0-0.4-0.3-0.8-0.6-0.8h-3.6 C107,346.5,106.8,346.7,106.7,347.1'/%3E%3Cg%3E%3Cg%3E%3Cpath id='bfa' class='st0' d='M116.1,322.9c2.5,0,4.5,2,4.5,4.5v65.1c0,2.5-2,4.5-4.5,4.5H5.9c-2.5,0-4.5-2-4.5-4.5v-65.1 c0-2.5,2-4.5,4.5-4.5L116.1,322.9L116.1,322.9z M116.1,322.5H5.9c-2.7,0-4.9,2.2-4.9,4.9v65.1c0,2.7,2.2,4.9,4.9,4.9h110.1 c2.7,0,4.9-2.2,4.9-4.9v-65.1C121,324.7,118.8,322.5,116.1,322.5L116.1,322.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M116.1,322.4c2.8,0,5,2.2,5,5v65.1c0,2.8-2.2,5-5,5H5.9c-2.8,0-5-2.2-5-5v-65.1c0-2.8,2.2-5,5-5L116.1,322.4 L116.1,322.4z M116.1,323H5.9c-2.4,0-4.4,2-4.4,4.4v65.1c0,2.4,2,4.4,4.4,4.4h110.1c2.4,0,4.4-2,4.4-4.4v-65.1 C120.5,325,118.5,323,116.1,323L116.1,323z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M1.2,232.6v-65.1c0-2.6,2.1-4.7,4.7-4.7c0,0,0,0,0,0h110.1c2.6,0,4.7,2.1,4.7,4.7c0,0,0,0,0,0v65.1 c0,2.6-2.1,4.7-4.7,4.7c0,0,0,0,0,0H5.9C3.3,237.3,1.2,235.2,1.2,232.6C1.2,232.6,1.2,232.6,1.2,232.6L1.2,232.6z'/%3E%3Cpath class='st10' d='M44.6,215.2l4.9-30.3h7.8l-4.9,30.3H44.6 M80.8,185.6c-1.5-0.6-4-1.3-7-1.3c-7.8,0-13.2,4.1-13.2,10 c0,4.4,3.9,6.8,6.9,8.2c3,1.5,4.1,2.4,4.1,3.8c0,2-2.4,3-4.7,3c-3.1,0-4.8-0.5-7.4-1.6l-1-0.5l-1.1,6.8c1.8,0.9,5.2,1.6,8.7,1.6 c8.2,0,13.6-4.1,13.6-10.4c0-3.5-2.1-6.1-6.6-8.2c-2.7-1.4-4.4-2.4-4.4-3.8c0-1.2,1.4-2.6,4.5-2.6c2.6,0,4.4,0.6,5.9,1.2l0.7,0.3 L80.8,185.6 M100.9,184.9h-6c-1.9,0-3.3,0.6-4.1,2.5l-11.6,27.8h8.2c0,0,1.3-3.7,1.6-4.5h10c0.2,1.1,0.9,4.5,0.9,4.5h7.2 L100.9,184.9L100.9,184.9z M91.2,204.5c0.6-1.8,3.1-8.5,3.1-8.5c0,0.1,0.6-1.8,1-2.9l0.5,2.6c0,0,1.5,7.2,1.8,8.7H91.2z M38,184.9 l-7.7,20.7l-0.8-4.2c-1.4-4.8-5.9-10.1-10.8-12.7l7,26.5H34l12.3-30.3H38'/%3E%3Cpath class='st11' d='M23.2,184.9H10.6l-0.1,0.6c9.8,2.5,16.3,8.6,19,15.9l-2.7-13.9C26.3,185.5,25,185,23.2,184.9z'/%3E%3Cpath class='st10' d='M109.7,211.6c1,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0,0,0,0,0,0 C108,212.3,108.8,211.6,109.7,211.6z M109.7,214.8c0.8,0,1.4-0.6,1.4-1.5c0-0.8-0.6-1.5-1.4-1.5c-0.8,0-1.4,0.6-1.4,1.5 C108.4,214.1,109,214.8,109.7,214.8z M109.1,212.4h0.8c0.2,0,0.6,0,0.6,0.5c0,0.1,0,0.3-0.3,0.4c0.2,0,0.2,0.3,0.3,0.4 c0,0.3,0,0.3,0.1,0.4h-0.3c0,0,0-0.1,0-0.4c0-0.2,0-0.3-0.4-0.3h-0.3v0.7h-0.3C109.1,214.2,109.1,212.4,109.1,212.4z M109.4,213.2 h0.4c0.3,0,0.3-0.2,0.3-0.3c0-0.2-0.1-0.3-0.3-0.3h-0.3V213.2z'/%3E%3Cg%3E%3Cg%3E%3Cpath id='bpa' class='st0' d='M116.1,162.9c2.5,0,4.5,2,4.5,4.5v65.1c0,2.5-2,4.5-4.5,4.5H5.9c-2.5,0-4.5-2-4.5-4.5v-65.1 c0-2.5,2-4.5,4.5-4.5L116.1,162.9L116.1,162.9z M116.1,162.5H5.9c-2.7,0-4.9,2.2-4.9,4.9v65.1c0,2.7,2.2,4.9,4.9,4.9h110.1 c2.7,0,4.9-2.2,4.9-4.9v-65.1C121,164.7,118.8,162.5,116.1,162.5L116.1,162.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M116.1,162.4c2.8,0,5,2.2,5,5v65.1c0,2.8-2.2,5-5,5H5.9c-2.8,0-5-2.2-5-5v-65.1c0-2.8,2.2-5,5-5L116.1,162.4 L116.1,162.4z M116.1,163H5.9c-2.4,0-4.4,2-4.4,4.4v65.1c0,2.4,2,4.4,4.4,4.4h110.1c2.4,0,4.4-2,4.4-4.4v-65.1 C120.5,165,118.5,163,116.1,163L116.1,163z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

}
