.request_ticket_form_id{
 display:none;
}
/*Custom Alert */
#custom-alert .notification-error {
color: #ffffff;
background-color: #aa1527;
border-color: #fbeed5;
}
#custom-alert .notification-error a {
color: #ffffff;
}
#custom-alert .notification-error .notification-dismiss:before {
color: #ffffff;
}
#custom-alert .message{
 	display:table-cell;
  vertical-align: middle;
  width:100%;
  padding:0 10px;
}
.alert-warning {

color: #c09853;

background-color: #fcf8e3;

border-color: #fbeed5;

}

 

.alert {

padding: 15px;

margin-bottom: 20px;

border: 1px solid transparent;

}

 

.custom-alert {

padding: 0px !important;

margin-bottom: 0px;

display: none;

z-index: 5;

}

 

.fade {

opacity: 0;

-webkit-transition: opacity .15s linear;

transition: opacity .15s linear;

}

 

.container {

padding-right: 15px;

padding-left: 15px;

margin-right: auto;

margin-left: auto;

width: 960px;

}

 

.custom-alert{

  padding: 0px !important;

  margin-bottom: 0px;

  display: none;

  z-index: 5;

}

.custom-alert h3 {

  color: #CC0000;

  font-size: 20px;

  margin-top: 5px;

  margin-bottom: 5px;

}

.custom-alert ul {

  margin-bottom: 3px;

}

button.close{

  display: none;

}
/* Custom Alert */

@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Handlee);

/* Base styles */
*, input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  color: #000;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: lighter;
  margin: 0;
  /*padding-bottom: 50px;*/
  line-height: 1.5;
  background: url("//theme.zdassets.com/theme_assets/112662/ae2c71ac251cb9ad319a5bdf374b87edb9091b59.jpg") top center repeat-x;
}

img {
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #af1426;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

main[role=main] a {
  color: #af1426;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  text-decoration: none;
}

main[role=main] a:hover {
  text-decoration: none;
  border-bottom: 1px solid #888;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}



table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  /*border-color: #eeeeee;*/
  border-style: solid;
  padding: 10px;
  vertical-align:top;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 1px;
}
td p {
  margin: 0;
}
table tr:first-child td{background: #bbb; vertical-align:middle;}
tr:nth-child(odd) {background: #ddd}
tr:nth-child(even) {background: #fff}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: 400;
}
h1, h2, h3 {
  font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2 {
  font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000;
  margin: 20px 0px;
  font-weight: 400;
  letter-spacing: normal;
}
  h2 span{
    color: #af1426;
  }
	.home-left-title,
	.home-right-title{
    border-bottom:3px solid #9c9c9c;
    padding-bottom:3px;
    margin-top:0px;
  }
li.section-title h2 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}

h1 {
  font-size: 26px;
  color: #bf3431;
}
.uppcap {
  text-transform: uppercase;
}
h1.mobile-title{
	display:none;
  font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color:#fff;
  text-align:center;
}
h1.head-title {
  font-family: Handlee,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-shadow: 1px 1px 0px #222;
  color: #fff;
  margin:45px 0;
  display:none;
}
.homepage h1.head-title {
  display:block;
}
  h1.head-title span{
    display:block;
    font-size: 20px;
    font-size: 2rem;
  }
.global-padding{
	padding:0 22px;
}
.global-padding-bottom{
 	padding-bottom:30px; 
}
input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 1.8rem;
  color: #333;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid transparent;
}
input:focus, textarea:focus {
  border: 1px solid #ccc;
  outline: none;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 50%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}
/* Videos */
.video-container {
  display:none;
  overflow:hidden;
}
  .video-container .video{
		display:block;
    float:left;
    width:48.5%;
    margin-bottom:3%;
    position:relative;
    border-radius:10px;
		overflow:hidden;
    border: 1px solid #e0dfdf;
    box-shadow: 0 3px 0 0 #b6b5b5;
  }   
	.video-container .video:nth-child(even){
    margin-right:3%;
  }  
	.video-container .video:hover{
    box-shadow: 0 3px 0 0 #666;
  }
	.video-container .video img.youtube{
    width:100%;
  }  
	.video-container .video .overlay{
		display:block;
    position:absolute;
		margin: auto;
  	top: 0; left: 0; bottom: 34px; right: 0;
  } 
	.video-container .video .title{
		display:block;
    background-color:#fff;
    border-top:3px solid #b6b5b5;
    color:#000;
    padding:5px 10px;
  } 

/* Block on home page */
.bloc{
  background-color:#fff;
  border: 1px solid #e0dfdf;
  box-shadow: 0 3px 0 0 #b6b5b5;
  border-radius:10px;
  color:#000;
  margin-bottom:3%;
} 
  .bloc .inside{
		padding:0 20px 10px;
  }
  .bloc h3{
    margin:0;
    padding:10px 10px;
    border-bottom:3px solid #b6b5b5;
    font-weight:bold;
  }
	.contact-support {
  	display:none; 
  }
/*Category and section page*/

.knowledge-base-header {
  margin-bottom: 30px;
  padding:0 22px;
  border-top:2px solid #d4d4d4;
  border-bottom:2px solid #d4d4d4;
}

.knowledge-base-header > h1 {
  width: 100%;
}
.knowledge-base-header > p {
  color: #000;
}
.col-container{
	display:flex;
}
  .col-container .side-col{
    flex:1;
    padding:0 10px;
	}
  .col-container .main-col{
    flex:2;
    padding:0 10px;
	}
.section-tree {
 	background-color:#fff;
  border: 1px solid #e0dfdf;
  box-shadow: 0 3px 0 0 #b6b5b5;
  border-radius:10px;
  padding:22px;
}
  .section-tree ul li a{
    display:block;
  	font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #5e5f5f;   
    position:relative;
    margin:0 0 20px 5px;
    padding-right: 20px;
  }  
	.section-tree ul li a:hover{
    color: #000;   
    border-bottom:none;
  }
		.section-tree ul li a:after{
      content:"";
      position:absolute;
      right:4%;
      top:50%;
      transform: translateY(-50%);
      width: 0; 
      height: 0; 
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #af1426;    
    }

.category-tree {
	padding-bottom:30px;
}
  .category-tree .section {
    padding-bottom:10px;
  }
  .category-tree h2 a {
		color:#5e5f5f;
    font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .category-tree .accordion-content{
		display:none;
    overflow:hidden;
    padding:0 30px;
  }
  .category-tree .accordion-toggle{
    cursor:pointer;
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size:16px;
    font-size:1.6rem;
    position:relative;
    padding:0 0 0 30px;
    margin-bottom:25px;
    margin-top:25px;
  }
		.category-tree .accordion-toggle:after{
      content:"";
      position:absolute;
      left:10px;
      top:6px;
      width: 0; 
      height: 0; 
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #af1426;    
      transition: all 300ms ease-in-out;
    }		
		.category-tree .accordion-toggle.open:after{
   		transform: rotate(90deg);
    }
/* Buttons */
.hero-unit form.search input[type=submit] {
  overflow:hidden;
  font-size:0px;
  text-indent: -9999px;
	/*opacity: 0; 
  background-color: fuchsia;*/
}
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  background-color:#fff;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

main[role=main] a.red-btn {
	display:block;
  font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align:center;
  background-color:#ec0518;
  border-radius:5px;
  line-height:43px;
  border-top:0px solid #a90816;
  border-bottom:3px solid #a90816;
  transition: all 100ms ease-in-out;
}
  main[role=main] a.red-btn:hover {
    color: #fff;
    background-color:#ec0518;
    border-top:3px solid #a90816;
 		border-bottom:0px solid #a90816;
  }
/*entypo icon classes*/

span.entypo:before {
  font-family: "entypo";
  display: inline-block;
  font-weight: 100;
  vertical-align: top;
  padding-top: 2px;
  margin-right:10px;
  font-size: 22px;
  font-size: 2.2rem;
}
span.entypo.star:before{
  content: "\2605";
}
span.entypo.text-doc:before{
  content: "\1F4C4";
}
span.entypo.lens:before{
  content: "\1F50D";
  font-size:48px;
  position:absolute;
  left:35px;
  line-height: 60px;
  color:#ef0000;
}
span.entypo.loading:before{
  content: "\E771";
  font-size:42px;
  position:absolute;
  right:0px;
  line-height: 60px;
}

/* Forms */
.form {
  overflow: hidden;
  padding:20px;
  border-radius: 6px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  margin-bottom: 5px;
  width: 45%;
  text-align: right;
  padding-right: 20px;
  display:inline-block;
  vertical-align:top;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-field.captcha-field label {
  vertical-align:middle;
  text-transform: capitalize;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 12px;
  width: 50%;
  margin-left: 45%;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(https://portablenorthpole.zendesk.com/hc/assets/loader.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box, .sub-nav .search {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
}
.search-box form {
  /*max-width: 500px;*/
  background-color:#ececec;
  position: relative;
  z-index:2;
	padding: 20px 22px 5px;
  border-radius: 10px 10px 0 0;
}


.search-box input, .sub-nav .search input {
  font-family: Handlee,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: .75em .75em .75em 75px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 7px;
  border:1px solid #e1e0e0;
  box-shadow: 0 2px 0 0 #bcbbbb;
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  width: 62px;
  min-width:0px;
  height: 62px;
  padding: 0px;
  position: absolute;
  top: 22px;
  left: 24px; 
  font-family: "entypo";
  font-style: normal;
  color: #666;
  background: none;
  font-size: 3.2rem;
  box-shadow:none;
  border-radius:0;
  border-right:1px solid #9c9c9c;
  border-bottom: none;
}

/* Dropdown carets */
.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #696969;
  content: "\00a0\00a0\e75c";
  display: inline-block;
  font-family: "entypo";
  vertical-align: middle;
}

/* Breadcrumbs */
.sub-nav {
  padding: 0 22px 5px;
  width: 100%;
}

.breadcrumbs li {
  color: #000;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
.breadcrumbs li + li:before {
  content: ">";
}
.breadcrumbs li a {
  
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 5px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
  border-radius: 3px;
  border: none;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 25px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  display: block;
  max-width: 100%;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* Frame */
main, .header-inner, .footer-inner {
  margin: 0 auto;
  max-width: 1000px;
}
main {
  background-color:#ececec;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.15);
  padding:95px 0 0;
  position:relative;
  z-index:1;
  overflow:hidden;
  display:block;
}
.homepage main {
  display:flex;
  padding:110px 0 0;
}

/* Columns */
.left-col, .right-col{
  flex:1;
  padding:20px 22px ;
}
.right-col {
	background-color:#e0dfdf;
}

/* Header */
.header {
  position: relative;
  display: block;
  background-size: auto;
  margin-bottom: -80px;
}

.header-inner {
  display: block;
  /*overflow: auto;*/
  min-height:100px;
}

.logo {
  vertical-align: top;
  float:left;
  display:block;
  margin:10px 0;
}
.logo.mobile  {

  margin:0;
}

  .logo img.logo_desktop {
    height: 80px;
  }
  .logo img.logo_mobile {
    display:none;
  }

.user-nav,.user-nav-side {
  display: block;
  padding-top: 30px;
  float:left;
}
.user-nav-side{
 	float:right; 
}
  .user-nav > *, .user-nav-side > * {
    display: inline-block;
    margin: 0 0 0 25px;
  }
  [dir=rtl] .user-nav {
    text-align: left;
  }
  [dir=rtl] .user-nav > * {
    margin: 0 25px 0 0;
  }

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
}

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}
body.community-enabled .knowledge-base {
  width: 620px;
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}
[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community h2, .community h3 {
  color: #696969;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */

.homepage .sections {
  display: block;
  width: 100%;
  background-color:#ffffff;
  border:1px solid #e0dfdf;
	box-shadow: 0 3px 0 0 #b6b5b5;
  margin-bottom:8px;
  border-radius:5px;
}
.homepage .sections:hover {
	box-shadow: 0 3px 0 0 #666;
}
	.homepage .sections p {
  	margin:0;
    padding-bottom:5px;
  }
	.homepage .sections .accordion-content{
  	padding:10px 20px; 
    display:none;
  }	
		.homepage .sections .accordion-content ul li{
    	padding: 0 0 10px 20px;
      position:relative;
    }
		.homepage .sections .accordion-content ul li:before{
      content:"";
      position:absolute;
      left:0;
      top:4px;
      width: 0; 
      height: 0; 
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #af1426; 
    }
      .homepage .sections .accordion-content ul li a{
        color:#000;
      }
	.homepage .sections .accordion-toggle{
    margin:0;
  	padding:10px 10px; 
    color:#5e5f5f;
    cursor:pointer;
    position:relative;
    font-weight:bold;
  }	
    .homepage .sections .accordion-toggle:after{
      content:"";
      position:absolute;
      right:4%;
      top:50%;
      transform: translateY(-50%);
      width: 0; 
      height: 0; 
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #af1426;   
      transition: all 300ms ease-in-out;
    }

	.homepage .sections .accordion-toggle.open{ 
    color:#ef0000;
  }	
    .homepage .sections .accordion-toggle.open:after{
   		transform: rotate(180deg);
    }





/* Article */
.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-info {
  padding-bottom:5px;
}
.article-meta {
  width: 100%;
}

.article-body {
  line-height: 1.7;
}
.article-body ul, .article-body ol {
  list-style-position: outside;
  padding: 0 15px;
}
.article-body ul {
  list-style-type: disc;
}
.article-body ol {
  list-style-type: decimal;
}

.article-container {
 	padding:0 15%; 
}
.article-sidebar {
  padding-top: 75px;
}

.article-more-questions {
  margin-bottom: 50px;
}

.article-footer {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.article-footer .article-vote,
.article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #bebebe;
}

main[role=main] .article-vote-up,
main[role=main] .article-vote-down {
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-vote-up.article-voted {
  color: #ffffff;
  background-color: #55a912;
}

.article-vote-down.article-voted {
  color: #ffffff;
  background-color: #EE1000;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}
.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted > span{
  cursor: default;
  position: relative;
  display: block;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
/*
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}
*/
/* Comments - Article page and Request page */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment, .comment-form {
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 85px;
}
[dir=rtl] .comment-container {
  margin-left: 0;
  margin-right: 85px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/112662/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/112662/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}
[dir=rtl] .comment-avatar-agent:after {
  right: auto;
  left: -3px;
}

.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.comment-published, .comment-edit, .comment-delete, .comment-mark-as-spam {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-edit, [dir=rtl] .comment-delete, [dir=rtl] .comment-mark-as-spam {
  float: left;
}

.comment-published {
  color: #bebebe;
  font-weight: lighter;
}

.comment-edit:before, .comment-delete:before, .comment-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}
[dir=rtl] .comment-edit:before, [dir=rtl] .comment-delete:before, [dir=rtl] .comment-mark-as-spam:before {
  margin-left: 0;
  margin-right: -14px;
}

.comment-body {
  font-weight: lighter;
  line-height: 1.7;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}
[dir=rtl] .comment-mark-as-solved {
  float: right;
}

.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}
[dir=rtl] .comment-screencasts {
  float: right;
}

.pending-comments-list {
  list-style: none;
}

.pending-moderation-comment-badge {
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  margin-top: 10px;
  font-size: 12px;
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
}
.my-activities-header .breadcrumbs li {
  color: black;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 20px;
  border-bottom:2px solid #d4d4d4;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #1a74b0;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/112662/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/112662/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  word-break: break-all;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit, .question-delete, .question-mark-as-spam, .answer-delete, .answer-mark-as-spam {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 10% 22px 20%;
}

.error-page h1 {
  font-size: 52px;
  margin: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}


.wrapper {
  padding:0 20px;
}
.footer { /* .push must be the same height as .footer */
  display:block;
}


/*homepage category menu*/
.side-column > ul.categories-list {
  margin: 0px;
  padding: 0px;
}

html:not(.FBPageWrap) .side-column > ul.categories-list.stick-up {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side-column > ul.categories-list.stick-up {
  position:fixed;
  display:block;
  top: 0px;
  width: 235px;
}
.side-column > ul.categories-list.stick-to-footer {
  position:fixed;
  display:block;
  width: 235px;
}
.side-column > ul.categories-list > li {
  margin-bottom: 6px;
  position: relative;
}
.side-column > ul.categories-list > li > a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  line-height:4.5rem;
  vertical-align: middle;
  color: #666666;
  background-color: #f4f4f4;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 3px 3px 0px 0px;
  padding-left:10px;
  border:none;
}
.side-column > ul.categories-list > li a:hover,
.side-column > ul.categories-list > li.current > a {
  text-shadow: 1px 1px 0px #999;
  background-color: #c8c8c8;
  color: #fff;
  border:none;
}
/*
.side-column > ul.categories-list > li > a:before {
  font-weight: normal;
  position:absolute;
  display:block;
  font-size:20px;
  font-size:2rem;
  width: 40px;
  text-align:center;
  left:0px;
  top:0px;
  font-family: "entypo";
}

.side-column > ul.categories-list > li.videos > a:before,
.side-column > ul.categories-list > li.vidéos > a:before {
  content: "\1F3AC";
}
.side-column > ul.categories-list > li.general-questions > a:before {
  content: "\E704";
}
.side-column > ul.categories-list > li.my-pnp-account > a:before {
  content: "\1F464";
}
.side-column > ul.categories-list > li.orders > a:before {
  content: "\E73D";
}
.side-column > ul.categories-list > li.mobile-apps > a:before,
.side-column > ul.categories-list > li.apps-mobiles > a:before {
  content: "\1F4F1";
}
.side-column > ul.categories-list > li.account-and-orders > a:before,
.side-column > ul.categories-list > li.compte-et-commandes > a:before {
  content: "\E722";
}
.side-column > ul.categories-list > li.calls > a:before,
.side-column > ul.categories-list > li.appels > a:before{
  content: "\1F4DE";
}
.side-column > ul.categories-list > li.bundles-and-passes > a:before,
.side-column > ul.categories-list > li.ensembles-et-passes > a:before {
  content: "\1F4F0";
}
*/

/*homepage sections list in menu*/
.side-column ul.sections-list {
  background-color: #f4f4f4;
  display:none;
}

.side-column li.current ul.sections-list {
  display:block;
}
.side-column ul.sections-list li a {
  font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 4.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding-left: 15px;
  border: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.side-column ul.sections-list li a:hover {
  border: 1px solid transparent;
}
.side-column ul.sections-list li.current a {
  background-color: #c8c8c8;
  color: #ffffff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.side-column ul.sections-list li.current a:after {
  content: "\E75E";
  font-family: "entypo";
  display:block;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right:8px;
  position:absolute;
  top:0px;
  right:0px;
}


/*custom buttons*/
input[type=submit],
.btn {
  background: #c8c8c8;
  border: none;
  border-bottom: 3px solid #b3b3b3;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-height: 37px;
  min-width: 160px;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none!important;
  text-transform: none;
  text-shadow: 1px 1px 1px #b3b3b3;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1.42857;
}
.btn-primary,
input[type=submit] {
  background-color: #55a912;
  border-bottom: 3px solid #357e09;
  text-shadow: 1px 1px 1px #357e09;
  text-transform: uppercase;
}
.btn-primary:focus,
.btn-primary:hover,
input[type=submit]:hover {
  background-color: #60c400;
}
.btn-primary.active,
.btn-primary:active,
input[type=submit]:active {
  background-color: #60c400;
  border-bottom: 0;
  border-top: 3px solid #357e09;
}
.btn.active, .btn:active {
  background-color: #C8C8C8;
  border-bottom: 0;
  border-top: 3px solid #B3B3B3;
}
.my-activities {
	display:none;
}
.language-selector {
	line-height:15px; 
}
.btn-link,.language-selector>a {
  line-height: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:700;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align:center;
}
  .btn-link span {
    text-transform: lowercase;
    display:block;
    font-weight:400;
  }
	.connect,.language-selector{
  	float:right; 
  }
.FBPageWrap .btn-link {
  font-size: 16px;
  font-size: 1.6rem;
}

/*footer*/
footer.footer {
  background: #af1426;
  color: #fff;
  position:relative;
  overflow:hidden;
  padding:40px 0 50px;
}
  footer.footer .footer-inner {
    overflow:hidden;
  }

footer.footer .miscs {
  float:right;
}
  footer.footer .miscs p{
    margin:0;
		/*font-family: Arvo,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    text-align:right;
    background: url("//theme.zdassets.com/theme_assets/112662/d9e2ccd41fe28739835cb147df91b9b5e93d79c1.png") no-repeat;
    background-position:0px center;
    padding-left:60px;
    /*padding-top: 15px;  */
  }

footer.footer .links {
	float:left;
}
footer.footer .links .block{
  text-align: left;
  vertical-align:top;
  display: inline-block;
}
footer.footer .links .block a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .03rem;
}

footer.footer .links .block .social {
  display: inline-block;
  margin-top:15px;
}
footer.footer .links .block .social a {
  display: inline-block;
}

footer.footer .links .block .social a {
  background: url("//theme.zdassets.com/theme_assets/112662/ba79542689c7df0a8ecc8009682d25ebafc10ce9.png") 36px 36px no-repeat;
  border-radius: 30px;
  display: inline-block;
  height: 36px;
  margin-left: 4px;
  overflow: hidden;
  text-indent: -777px;
  width: 36px;
}
footer.footer .links .block .social a:hover {
  -webkit-box-shadow: inset 2px 2px 2px #222;
  box-shadow: inset 2px 2px 2px #222;
}
footer.footer .links .block .social a.fb {
  background-position: 0 0;
}
footer.footer .links .block .social a.tw {
  background-position: -36px 0;
}
footer.footer .links .block .social a.gplus {
  background-position: -72px 0;
}
footer.footer .links .block .social a.yt {
  background-position: -144px 0;
}
footer.footer .links .block .social a.pin {
  background-position: -108px 0;
}
footer.footer a {
  color:white;
}

main[role=main] .search-result > a {
  /*color: #000;*/
  font-weight: 400;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
main[role=main] .search-result .search-result-meta {
  font-size: 90%;
}
/*.article-list.promoted li .sec-label.hover {
}*/

.mobile-top-menu {
  display: none;
}

.go-to-top {
  position:absolute;
  right:20%;
  top:-42px;
  background-color: #59A60E;
  color:#ffffff;
  border-radius: 3px 3px 0px 0px;
  padding: 5px 10px 5px 10px;
}
.go-to-top:hover {
  text-decoration: none;
  background-color: #60C400;
}
.go-to-top:after {
  content: "\E75F";
  font-family: "entypo";
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  font-size: 20px;
  margin-left: 10px;
}

form.search input[type=submit] {
  /*padding: 0px;
  border: none;
  text-shadow: none;
  min-width: 60px;*/
}
form.search input[type=submit]:hover,
form.search input[type=submit]:active {
  background: none;
}
ul.article-list > li > a.edit-article {
  line-height: 30px;
  line-height: 3rem;
}
ul.article-list > li > a.edit-article,
.edit-section,
.edit-category {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #ffffff;
  padding:5px;
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
  font-weight: normal;
  letter-spacing: 0px;
  border-radius: 0px 0px 0px 3px;
}

ul.article-list > li > a.edit-article:before,
.edit-section:before,
.edit-category:before {
  content: "\270E";
  font-family: "entypo";
  padding-right: 5px;
}

ul.article-list > li:hover > a.edit-article,
li:hover .edit-section,
li:hover .edit-category {
  display: block;
}

/*hide ticket fields*/
form .request_custom_fields_22640484,
form .request_custom_fields_22804480,
form .request_custom_fields_22804490,
form .request_custom_fields_22640974,
form .request_custom_fields_22683614 {
  /*display: none;*/
}

.upload-dropzone {
  width: 50%;
  display: inline-block;
  margin-left:-5px;
}

/* Loader Effect 13: Flat bar top */
.home-loader-bar-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #E5746C;
  text-transform: uppercase;
  font-weight: 300;
  line-height:50px;
  vertical-align:middle;
  text-align:center;
}
.home-loader-bar-wrap .home-loader-bar {
  position:absolute;
  left:0px;
  top:0px;
  width: 0%;
  height:50px;
  z-index:999;
  background-color: rgba(229,116,108,.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*facebook iframe*/
/*html.FBPageWrap .header {
  background-position: -220px 0%;
}*/
html.FBPageWrap .article-list.promoted li h3 a {
  font-size: 18px;
  font-size: 1.8rem;
}


/*media queries
@media only screen
and (max-width : 1280px) {

  .header {
    background-size: auto 100%;
  }

}

/*tablet
@media only screen
and (max-width : 1024px) {

  .header {
    background-size: auto 100%;
  }

  footer.footer .links .block:last-child .app-store,
  footer.footer .links .block:last-child .google-play {
    display:block;
    margin:5px;
  }
  .header .header-inner,
  .header section.hero-unit {
    padding: 0px 20px;
  }

  main[role=main] {
    margin: 20px;
  }
  .article-list.promoted li h3 {
    width: 70%;
  }
  .article-list.promoted li .sec-label {
    width: 25%;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.homepage main > h2 {
    margin-left: 0px;
  }

  body.homepage .side-column {
    width: 25%;
  }

  body.homepage .main-column {
    width: 70%;
  }

  .side-column > ul.categories-list.stick-up {
    width: 24%;
  }
  footer.footer .footer-inner{
    padding: 20px;
  }
  .article-list.promoted li article {
    margin-left:auto;
  }
  footer.footer .miscs {
    padding: 0 20px;
  }


} /*1024*/

@media only screen
and (max-width : 650px) {
  body {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: lighter;
    margin: 0;
    /* padding-bottom: 50px; */
    line-height: 1.5;
    background: #af1426;
	}
  main {
    box-shadow: none;
    padding: 0px 0 0;
  }
  .sub-nav {
    display:none;
  }
  .wrapper {
      padding: 0;
  }
  
  .header{
  	margin-bottom:0; 
  }
  .search-box form {
    padding: 0;
    border-radius: 0;
  }
  .search-box input[type="submit"], .sub-nav .search input[type="submit"] {
    top: 2px;
    left: 0px;
  }
  .search-box input, .sub-nav .search input {
    -webkit-appearance: none;
    border-radius: 0px;
	}
  span.entypo.lens:before {
    left: 10px;
  }
  h1.mobile-title{
    display:block;
  }
  h1.head-title,.homepage h1.head-title {
    display:none; 
  }
  
  .homepage main {
    display: block;
    padding: 0px 0 0;
	}	
  .home-left-title, .home-right-title {
    border-bottom: none;
		text-align:center;
  }
  .video-container .video:nth-child(even) {
    margin:0 auto 10px;
  }
  .video-container .video {
    float: none;
    width:auto;
    max-width:220px;
    margin:0 auto 10px;
    position: relative;
  }
  .bloc {
    margin-bottom: 10px;
	}  
  .bloc p{
    text-align:center;
	}
  .logo {
    /* float: left;
    display: block;
    margin: 10px 0; */
  }
  .logo img.logo_desktop {
   	display:none;
  }
  .logo img.logo_mobile {
    display:block;
    /*padding: 5px;*/
    height:55px;
  }
  .header-inner {
    min-height: 50px;
  }
  .hero-unit {
    clear:both;
	}
  footer.footer {
    padding:0;
  }

    footer.footer .links {
      float: none;
      width:100%;
      background-color:#ececec;
      text-align:center;
      padding:20px 0;
    }  
      footer.footer .links .block {
        margin-top: 0px;
        width:100%;
      }
        footer.footer .links .block .social {
          margin-top: 0px;
        	width:100%;
          text-align:center;
        }

          footer.footer .links .block .social a{
            margin:0 2%;
          }
  
  	footer.footer .miscs p {
      margin: 0;
      text-align: center;
      background: none;
      padding: 30px;
  	}
  .col-container {
    display:block;
    
  }  
    .col-container .side-col {
      display:none;
    }
    .col-container .main-col {
        padding: 0 20px;
    } 
  	.knowledge-base-header {
      border-top: none;
      border-bottom: none;
      text-align:center;
      padding:0 30px;
    }
  	.contact-support {
      display:block; 
    }
    .article-info > *,.article-footer .article-vote {
      display: block;
    } 
    .article-footer .share{
			display: none;
    }
  
  
  
  textarea, input[type=text] {
    width: 100%;
  }
  .form-field label {
    width: 100%;
    display: block;
    text-align:left;
  }
  .form-field p {
    margin-left:0px;
  }
  .article-list.promoted li article {
    margin-left:auto;
  }

  .header .header-inner .user-nav {
    display: none;
    width: 100%;
    background-color: #120E0E;
    padding:10px;
    text-align:center;
  }
  body header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  /*.user-nav .ask-elves {
    margin-left:22px;
  }*/
  .user-nav-side {
    padding: 20px 20px 0 0;
  }  
    .user-nav-side .language-selector {
      display:none;
    }
  .mobile-top-menu {
    color:#fff;
    display: block;
    float:left;
    padding: 0px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-top-menu:hover {
    text-decoration: none;
	}
  .mobile-top-menu:after {
    content: "\2630";
    display:block;
    text-align:center;
    position: relative;
    font-family: "entypo";
    font-size:25px;
    font-size:2.5rem;
    line-height: 60px;
    line-height: 6rem;
  }

  .upload-dropzone {
    width: 100%;
    display: block;
  }
}

/* Smartphones (portrait and landscape) ----------- 
@media only screen
and (max-width : 480px) {

  .hero-unit h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .ask-elves {
    width: 80%;
  }

  footer.footer .miscs .copyright, footer.footer .miscs .powered {
    float:none;
    display:block;
    width: 100%;
    text-align: left;
  }
  .article-list li h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  body.articles .article-vote-question,
  .article-vote-count {
    display:none;
  }
  .article-list.promoted li article {
    margin-left: auto;
  }
/*  .article-list li article footer .article-vote-controls a {
    padding:3px;
    margin-top:2px;
    border:none;
  }

  .article-list li article footer .article-vote {
    display: block;
    padding-bottom:10px;
    width:100%;
  }
 .article-list li article footer ul.share {
  padding-left: 0px;
 }
  .article-vote-question {
    display: inline-block;
  }
  header.header {
    background-position: -515px 0px;
  }
  .header section.hero-unit {
    margin-top:80px;
    margin-bottom:-80px;
  }

  body.mobile-menu-visible header.header {
    background-position: -815px 80px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {



}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {



}

p.disclaimer{
 text-align:right; 
}


/* Hide the powered'by element ----------- */
.powered-by { display: none; }

.form .nesty-input {
  max-width: 50% !important;
}