/*Header*/


.wrapper-articles header{
  min-height:394px;
  -webkit-background-size:cover !important;
  background-size:cover !important;
  z-index:0;
}
.wrapper-articles header > div.title{
  clear:both;
  padding: 40px calc(14% + 42px) 10px calc(14% + 42px);
  color:white;
  position:relative;
}
.wrapper-articles header h1{
  font-family:'AvenirBlack';
  font-size:36px;
  line-height:42px;
}
.wrapper-articles header h1 > span{
  display:block;
}
.wrapper-articles header .category{
  font-family:'AvenirLight';
  font-size:18px;
  margin:20px 0 0 0;
}
.wrapper-articles header .category i.fa{
  font-size:28px;
  padding:6px 0 0 0;
  margin:0 16px 0 0;
}
.wrapper-articles header .category .name-pipe{
  color:#26B5CE;
}
.wrapper-articles header .replays p span{
  font-size:16px;
}
.wrapper-articles header .replays > p > a:nth-of-type(1) > img{
  height: 32px
} 
.wrapper-articles header .replays > p > a:nth-of-type(2) > img {
  height: 24px
}
.wrapper-articles header .replays p > *{
  margin:0 0 0 18px;
}
.wrapper-articles .footer .cgs{
  display:none;
}
.wrapper-articles a{
  color: #28c2d6;
}
/*Article*/

.wrapper-articles .article{
  background:#ECECEC;
}
.wrapper-articles .article > .card{
  width:auto;
  background:white;
  font-family:'Avenir';
  font-size:19px;
  margin:-96px 12% 0 12%;
  max-width:1240px;
  padding:62px 74px;
  z-index:1000;
  position:relative;
  box-shadow: 6px 0px 12px -4px rgba(0, 0, 0, 0.2), -6px 0px 12px -4px rgba(0, 0, 0, 0.2);
  overflow:hidden;
}
.wrapper-articles .article > .card h2{
  font-size:22px;
  font-family:'AvenirBlack';
  color:#494e4f;
  text-align:center;
}
.wrapper-articles .article > .card h3{
  font-size:20px;
  font-family:'AvenirBlack';
  color:#E65474;
}
.wrapper-articles .article > .card h4{
  font-size:19px;
  font-family:'AvenirBlack';
  color:#516EA6;
}
.wrapper-articles .article > .card h5{
  font-size:19px;
  font-family:'AvenirBlack';
  color:#393E3E;
}
.wrapper-articles .article > .card p{
  font-family:'AvenirRoman';
  font-size:19px;
  color:#494e4f;
}
.wrapper-articles .article > .card table tbody td{
  padding:10px;
}
.wrapper-articles .article > .card a.button-link {
  text-decoration: none;
  background: #28c2d6;
  color: white;
  text-transform: uppercase;
  max-width: 80%;
  padding: 18px 22px;
  border-radius: 5px;
  cursor: pointer;
  font-family:'AvenirRoman';
  font-size:16px;
  margin: 30px auto 0 auto;
  display:table;
  text-align:center;
  font-family:'AvenirBlack';
}
.wrapper-articles .article > .card a.button-link.red{
  background: #dc1522;
}
.wrapper-articles .index{
  text-align:center;
  padding:20px;
  margin:20px auto;
}
.wrapper-articles .social-sharing{
  position:absolute;
  top:4px;
  right:74px;
}
.wrapper-articles .social-sharing .twitter-button-wrapper{
  display:inline-block;
  vertical-align:bottom;
  padding:10px 0 0 0;
}
.wrapper-articles .social-sharing .fb-like{
  display:inline-block;
  vertical-align:bottom;
  padding:0px 0 7px 0px;
}
.wrapper-articles .section-title{
  font-family:'AvenirBlack';
  font-size:22px;
  color:#28c2d6;
  text-transform:uppercase;
  border-bottom:thin solid #c4c4c4;
  padding:0 0 20px 0;
}
.wrapper-articles ul{
  padding: 0 0 0 36px;
}
.wrapper-articles p strong,
.wrapper-articles li strong{
  font-family:'AvenirBlack';
  color:#494e4f;
}
.wrapper-articles h2 ~ h3{
  padding: 10px 0 0 0;
}
.wrapper-articles h3 ~ h4{
  padding: 10px 0 0 0;
}
.wrapper-articles .card video{
  display:block;
  margin:10px auto;
}
.wrapper-articles a.phone-button{
  display:block;
  text-decoration: none;
  background: #2EBEEF;
  color: white;
  text-transform: uppercase;
  max-width: 80%;
  padding: 18px 22px;
  border-radius: 5px;
  cursor: pointer;
  font-family:'SourceSansPro-Bold';
  font-size:16px;
  margin:6px auto;
  display:table;
  text-align:center;
}
.wrapper-articles a.phone-button > em{
  display:block;
}
.wrapper-articles a.phone-button > em:nth-of-type(3){
  font-size:10px;
}

/* Responsive declaration */

@media only screen and (max-width: 479px){
  .wrapper-articles header{
    text-align:center;
  }
  .wrapper-articles header h1{
    font-size:24px;
    line-height:26px;
    margin:40px 0 0 0;
    padding:0 6px;
  }
  .wrapper-articles header > div.title{
    padding: 0;
  }
  .wrapper-articles header .replays{
    display:none;
  }
  .wrapper-articles header{
    min-height:200px;
  }
  .wrapper-articles .article > .card{
    margin:0;
    box-shadow:none;
    padding: 10px 20px;
    font-size:16px;
  }
  .wrapper-articles header .category{
    font-size:16px;
  }
  .wrapper-articles header .category i.fa{
    font-size:22px;
  }
  .wrapper-articles .card .content{
    margin:40px auto 0 auto ;
  }
  .wrapper-articles .social-sharing .twitter-button-wrapper{
    padding:10px 0 0 0;
  }
  .wrapper-articles .social-sharing .fb-like{
    padding:0px 0 6px 0px;
  }
  .wrapper-articles header h1{
    margin:0;
  }
  .wrapper-articles header .category{
    margin:0 0 20px 0;
  }
  .wrapper-articles .social-sharing{
    position:absolute;
    top:0px;
    right:4px;
  }
  .wrapper-articles .card video{
    display:block;
    width:100%;
    padding:10px 0;
  }
  .wrapper-articles ul{
    padding: 0px;
  }
  
}
.wrapper-categories{
  background:#ECECEC;
}
.wrapper-categories header{
  width: 100%;
  min-height: 290px;
  background: url("//cdn.demanderjustice.com/assets/home-header-background-699dae02d53857f7bc9769263f469676cc1f07e577b8aeaa598efe46d1109fef.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  font-family:'AvenirRoman';
  position:relative;
}
.wrapper-categories header h2{
  text-align:center;
  margin:60px auto 0 auto;
  padding:0;
  font-size:30px;
}
.wrapper-categories .categories{
  font-family:'AvenirLight';
  width:80%;
  margin:-90px auto 40px auto;
  background:white;
  text-align:center;
  z-index:1000;
  box-shadow: 6px 0px 12px -4px rgba(0, 0, 0, 0.2), -6px 0px 12px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding:0 0 40px 0;
  position:relative;
}
.wrapper-categories .categories p:first-child {
  font-family: 'AvenirBlackOblique';
  font-size: 16px;
  color: #33343a;
  margin: 20px 0 20px 0;
  padding:20px 0 0 0;
  text-align:center;
}
.wrapper-categories .categories .category-widget p.category-name {
  background: #33343a;
  color: white;
  font-family: 'AvenirBlack';
  padding: 8px 0;
  font-size: 16px;
}
.wrapper-categories .categories .category-widget p.description {
  border: thin solid #CECECE;
  border-top: none;
  font-size: 13px;
  padding: 10px 4px;
  height: 54px;
  font-family: 'AvenirLightOblique';
}
.wrapper-categories .categories ul{
  margin:0 auto;
  display:block
}
.wrapper-categories .categories ul li{
  display: inline-block;
  margin: 0 auto 13px;
  width: 254px;
  text-align: center;
  margin: 10px 4px 10px 0;
  vertical-align: top;
}
.wrapper-categories .categories ul li	img {
  width: 254px;
  transition: opacity 1s;
}
.wrapper-categories .categories ul li	a {
  display: inline-block;
  font-family: 'AvenirLight';
  font-size: 14px;
  color: #33343a;
  line-height: 14px;
  text-decoration:none;
}

/* Article Widget */

.articles .block {
  width: 383px;
  padding: 26px 8px;
  border: 0 none;
  text-align:left;
  display:inline-block;
}
.articles .block .date {
  line-height: 14px;
}
.articles .block .date > a {
  font-family: 'AvenirLight';
  font-size: 14px;
  color: #626366;
  display: inline-block;
  text-decoration:none;
}
.articles .block .date > h4 {
  font-family: 'AvenirLight';
  font-size: 14px;
  color: #626366;
  display: inline-block;
  margin:0;
}
.articles .block .dot{
  color:#b1b1b1;
  padding:0 10px;
}
.articles .block > a{
  text-decoration:none;
  color:#33343a;
}
.articles .block > a:nth-of-type(2){
  color:#2d3477;
  font-family: 'AvenirBlack';
}
.articles .block > a:nth-of-type(2) > span{
  text-decoration:underline;
  font-size:12px;
}
.articles .block > a h3{
  font-family: 'AvenirBlack';
  color:#33343a;
  font-size:20px;
}
.articles .block > a h3 > span{
  display:block;
  font-family: 'AvenirLight';
}
.articles .block > a h3{
  margin:10px auto;
}
.articles .block img {
  transition: opacity 1s;
}
.articles .block  img:hover {
  opacity: 0.8;
}



div.cgs-page{
  font-family:'AvenirLight';
}
div.cgs-page p{
  padding:6px 0;
}

div.cgs-supplements-page{
  width:100%;
  text-align:center;
}
div.cgs-supplements-page table{
  text-align:center;
  font-size:18px;
  margin:20px;
  color:black;
  background:white;
  border-collapse: collapse;
  
}
div.cgs-supplements-page table th{
  text-align:center;
  font-family:SourceSansPro-Bold;
}
div.cgs-supplements-page table tr{
}
div.cgs-supplements-page table thead tr:nth-of-type(1){
  background:#e2dfe0;
}
div.cgs-supplements-page table thead tr:nth-of-type(1) > th{
  padding:20px;
}
div.cgs-supplements-page table thead tr:nth-of-type(2) > th{
  padding:20px;
}
div.cgs-supplements-page table thead tr:nth-of-type(2) > th:last-child{
  width:30%;
}
div.cgs-supplements-page table td{
  padding:20px;
  display: table-cell;
  border-top: 1px solid #dddddd;
  font-size:16px;
  
}
div.cgs-supplements-page table td > div > span{
  display:inline-block;
  padding:10px;
}
div.cgs-page strong{
  font-family:AvenirBlack;
  color:#a4a2a5;
}


@media only screen and (max-width: 680px) {

  div.cgs-page h2 > span{
    font-size:37px !important;
  }
  div.cgs-page{
    padding:0 !important;
  }
  div.cgs-page div:nth-of-type(1){
    height:145px !important;
 } 
}
@font-face {
    font-family: 'AvenirBlack';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-d39b99f18d3640e7f7cff194ba6ab971a3e905da639a1ee832b550fb2795bf4f.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-d39b99f18d3640e7f7cff194ba6ab971a3e905da639a1ee832b550fb2795bf4f.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-31ef319e13864ea428860423afa13a378acb6af012895f4d5155a2b1b4e7e337.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-e0e625462698da6f6689c0e2dfc27d432f29b0f53fedb5da99be6d9ced3558a3.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-6d4aed38e27306beed208531fd2eab0ac55f21c4915c21c08a0976eeaff49856.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlack-79a1fdcb08cf487eddb2515755fd86f6c1fb0b02163df5b7d4fb97f1e605cf09.svg#AvenirBlack") format('svg');
}
@font-face {
    font-family: 'AvenirBlackOblique';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-cd46d78957723f9195a6a0158279809ddb991d5389b8b62ccbb76f3a1a49ccf1.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-cd46d78957723f9195a6a0158279809ddb991d5389b8b62ccbb76f3a1a49ccf1.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-3cb59b4b94a631fc1d2b4cc187402aa027c1291e216906d13e1b3bd7c311bf93.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-ce8d11891f975f17bf92c699889c24961b14c19fc18c2d3235818b3977a0ff18.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-805b461c3bd82d3cfb8498382ceddd66d714a0aeaff4da3704836a1389f9595d.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBlackOblique-458cb128273ade861a3567889832d1b0246fccc0d8860d1e1d142b77ec9f9a92.svg#AvenirBlackOblique") format('svg');
}
@font-face {
    font-family: 'AvenirBook';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-3ddd21869f1f042d2818ad620f2187c00db77c9699b50259bdc04c6be037b9e7.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-3ddd21869f1f042d2818ad620f2187c00db77c9699b50259bdc04c6be037b9e7.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-25ec0998907be28d843bb4ce80430eb9bbc5419c4ca9c767a74426e104b8905c.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-ecabb7ba59e8ed36154096a62e630efc1bc2f42d4267ffb8b9de5121b7d74048.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-9a5542fec935f6c183c96a7299ca04b9d1843a29eded2299e294c75a71e22681.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBook-24ecbce947bd65b678125bff1533f82df9051cbbe5bfc8513238c60e512a5207.svg#AvenirBook") format('svg');
}
@font-face {
    font-family: 'AvenirLight';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-36fa58b8ffe21c2faf347d0c6887ec8b5af26a3101c8eea75171643b2ef15613.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-36fa58b8ffe21c2faf347d0c6887ec8b5af26a3101c8eea75171643b2ef15613.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-b50a887fb8055685fd9afe263fb2b307e80dbfbdea41378f276c46bb118801ec.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-cb88e35a2e0c453a63c53e4bb8d34089bbf8473e1fb5f117866e165883e65201.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-e138ac75325aca9b49d8ead5a39563ab5fb98833127d7819ccd678628da7c2b2.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLight-a349511a8d69a06dd5142c542f65d1839fa7b203c90e994c4349615ffc3ee8c7.svg#AvenirLight") format('svg');
}
@font-face {
    font-family: 'AvenirOblique';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-cb646c9094950b339e7b6d84237dd67f65d0408d534c563f667930df8cb46f15.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-cb646c9094950b339e7b6d84237dd67f65d0408d534c563f667930df8cb46f15.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-4053d910bc7d34874c3a24479887080c5bb3bff45cee91e74ac18579ce24240d.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-f83a851bc6a5bafb09d6b06cdca2250f7db1b35d606be11979a47e0b06e02481.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-f20019953bc60d40238dd2e8c102fdff8ff0d81341f500e611fbb48f3ba8b1a1.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirOblique-b3a2190acb1eebd3d6fa67d949244ac09132872ead4162afdc8ce99caf4e0708.svg#AvenirOblique") format('svg');
}
@font-face {
    font-family: 'AvenirLightOblique';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-872740bb5b49f9d394721096c4b34d23459ae12f29fe0745bd97101964ee0075.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-872740bb5b49f9d394721096c4b34d23459ae12f29fe0745bd97101964ee0075.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-7233dfb5cf48e42595231d3d776b8c3d731734d9a9e0be61c61518f90af167ef.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-9d2a3ae81da02c5d04dbde464b187891b0864b496c6c68950e6d33c0389e3f20.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-e03c4098ac271b3070dbd0f751438cd6efb26fa5ba160bba8ce6a83d8a1e807f.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirLightOblique-ab95457fa55a0e4fe80623cec9f65aca9b3f6dd4bcac5d87ac5e2166bbb9151a.svg#AvenirLightOblique") format('svg');
}
@font-face {
    font-family: 'AvenirRoman';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-314b7581147c62bbb538ceffce669bd62253c3fc6c41047f8112044a0fb5d92a.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-314b7581147c62bbb538ceffce669bd62253c3fc6c41047f8112044a0fb5d92a.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-82c5300ef974ff925231b30a3989fb8b9043f27c91e0c6b0e4a27df38d50de2c.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-7298cea5ad045408739da9fce2ee12fa168aafaf1c59630e70a0b1803dfc33f1.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-aba1f086ca3b15ac979d3de484c318070b1bcdf87155345a503e96f90b7e8fec.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirRoman-1b572bbd0705ce33e0bd287225f271a10144d3c58d9777376568962499b8b7b4.svg#AvenirRoman") format('svg');
}
@font-face {
    font-family: 'AvenirMedium';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-12469487c473a51fe77e1cc5df33d2d62bb39676255ccb0722234a8e4c56d81f.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-12469487c473a51fe77e1cc5df33d2d62bb39676255ccb0722234a8e4c56d81f.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-1b6fcd92bfa3e7dcc14a0fd96af39fe96104a012fb8bfde90217c0bdf1a4938c.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-9a63711c25da4bb9955ff81864d78106d62f60ceeacd0763d3745bad45d3abea.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-68952ddf966dd290991c1a581f71c299e5f7d56a1e37f9162db455a9fb6c3b7a.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMedium-a91c7f2e03da0f119a2a6744ad1892a2d67e3586d11a2d2648c1baeaa4a71279.svg#AvenirMedium") format('svg');
}
@font-face {
    font-family: 'AvenirMediumOblique';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-b6f281c0fec5985631c764b0024065f67f5df2095eb31dc57e77469c7afa13c0.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-b6f281c0fec5985631c764b0024065f67f5df2095eb31dc57e77469c7afa13c0.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-f6204a61b0621712fa6cca90346eec90575983a02b422a995a788787353d39a3.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-ddbcf589585b4c0e4c83425e165fb3f582940e76f4887923c3ceb07330c1d886.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-803b57068f5e156d11832cd9ad5db2b9b686e7d4b5bb5f1e99abd66cdf474425.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirMediumOblique-7a0a42d281c1799592ddc66c65fbe97f4e894c834443c99e526f3ef22cf0def1.svg#AvenirMediumOblique") format('svg');
}
@font-face {
    font-family: 'AvenirBookOblique';
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-0e23bec06b7674c624b4a20b50572f6e2efb15f11651ee7e927eff9be53cea43.eot");
    src: url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-0e23bec06b7674c624b4a20b50572f6e2efb15f11651ee7e927eff9be53cea43.eot") format('embedded-opentype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-09fbabc25cdf75aa5bc27a00f8b4113c957ff0cc1dc20461e6e61484a30190ac.woff2") format('woff2'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-c832a06329f3d3bd853eba82c54fd4c78fd163f944f04843294abb0708573f54.woff") format('woff'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-08aa454bc5acf9c0c44d67f7d589e698f381f7098a3556d7ee78bfe096206a09.ttf") format('truetype'),
         url("//cdn.demanderjustice.com/assets/Avenir/AvenirBookOblique-4f82b8c6a56cb287dadca90e1fc214da3bcc6c84155f0c0aac45677dbfe8f301.svg#AvenirBookOblique") format('svg');
}
@font-face {
  font-family: 'BlanchCondensed';
  src: url("//cdn.demanderjustice.com/assets/blanch-condensed-8ab32a6091675c024054bbe2d9546b0ce4dc2e9f751f29fa3f3291d319c7b3c4.otf");
  src: url("//cdn.demanderjustice.com/assets/blanch-condensed-8ab32a6091675c024054bbe2d9546b0ce4dc2e9f751f29fa3f3291d319c7b3c4.otf") format('truetype');
}

section.footer{
  background: url(//cdn.demanderjustice.com/assets/footer-background-b8fe86eb503b82d99d73d2102dac843596b4530e65190d002dfe75ab972f9406.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  font-family:'AvenirLight';
  font-size:13px;
  text-align:center;
  padding:0 0 60px 0;
}
section.footer .head-links{
  padding:20px;
}
section.footer a{
  color:white;
  text-decoration:none;
  padding:0 10px;
}
section.footer .sites{
  width:80%;
  border-bottom:thin solid white;
  border-top:thin solid white;
  margin:2px auto;
}
section.footer ul{
  list-style-type:none;
}
section.footer ul a{
  color:#aaa;
  font-size:13px;
}
section.footer .sites .site{
  display:inline-block;
  vertical-align:top;
  padding:10px 0;
}
section.footer .site > a{
  font-size:18px;
  padding:0 0 20px 0;
  display:block;
}
section.footer .sites .cnil{
  color:white;
  font-size:12px;
  width:70%;
  margin:20px auto;
}
section.footer .cgs{
  width:80%;
  margin:2px auto;
  color:white;
  padding:20px 0;
}
section.footer strong{
  font-family: 'AvenirMedium';
  font-weight:normal;
}

@media only screen and (max-width: 479px){
  section.footer .head-links a{
    display:block;
    padding:4px 0;
  }
}
label.for-input-with-icon{
  position:relative;
}
label.for-input-with-icon::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #686868;
  position: absolute;
  z-index:999;
  top: 14px;
  left: 16px;
  font-size: 22px;
  color:#BABABA;
}
label.for-input-with-icon.smooth::before {
  color:#aeaeae;
}
label.for-input-with-icon.user::before {
  content: "\f007";
}
label.for-input-with-icon.phone::before {
  content: "\f10b";
  font-size:32px;
  top:10px;
  left:20px;
}
label.for-input-with-icon.email::before {
  content: "\f0e0";
}
label.for-input-with-icon.industry::before {
  content: "\f1ad";
}
form .field-with-error{
  border:thin solid #D0021D !important;
}

::-webkit-input-placeholder {
  color:#BABABA;
}
:-moz-placeholder {
  color:#BABABA;
  opacity:1;
}
::-moz-placeholder {
  color:#BABABA;
  opacity:1;
}
:-ms-input-placeholder {
  color:#BABABA;
}
.subscription-overlay{
  display:none;
  position:absolute;
  background:rgba(0,0,0, 0.8);
  top:0;
  left:0;
  width:100%;
  height:500%;
  z-index:9999;
}
.formular{
  width:840px;
  margin:5% auto;
  background:white;
}
.formular .head{
  color:white;
  background:#213544;
  font-size:18px;
  font-family: 'Avenir';
}
.formular .head > span{
  display:inline-block;
  vertical-align:middle;
  margin:auto 3px;
  padding:20px 0;
}
.formular form{
  color:black;
  font-family: 'AvenirLight';
  font-size:16px;
}
.formular form div.fieldset{
  border:none;
  width:542px;
  margin:0 auto;
  padding:0 0 50px 0;
}
.formular form > div.fieldset > p{
  font-family: 'AvenirBlack';
  color:#535353;
  padding:50px 0 34px 0;
}
.formular form > div.fieldset ul.zenselect{
  width:100%;
}
.formular input[type=text],
.formular input[type=email],
.formular input[type=phone]{
  border-radius: 4px;
  outline: none;
  border: thin solid #BABABA;
  padding: 14px 0px 14px 44px;
  font-size:16px;
  font-family: 'AvenirLight';
  width:214px;
}
.formular .aligned-inputs label{
  display:inline-block;
}
.formular label[for=plaintiff_email],
.formular label[for=plaintiff_phone]{
  width:100%;
  margin:20px 0 0 0;
}
.formular input.large{
  width:486px;
}
.formular p.company{
  display:none;
}
.formular p.individual{
  display:block;
}
.formular form ul[data-select-id=plaintiff_category_id]{
  display:none; /*removed now ^^*/
}
.formular .aligned-inputs > p > label:nth-of-type(1){
  margin:0 4px 0 0 ;
}
.formular .aligned-inputs > p > label:nth-of-type(2){
  margin:0 0px 0 4px ;
}
input{
  -webkit-appearance: none;
  border-radius: 0;
}
/* Civility Radios */

.formular input[type=radio]{
  display:none;
}
.formular input[type=radio]:checked + label{
  border:thin solid #26B5CE;
  color:black;
}
.formular .civility label{
  display:inline-block;
  padding:14px 66px;
  margin:0px 12px 30px 0;
  cursor:pointer;
  border:thin solid #BABABA;
  border-radius:4px;
  color:#BCBCBC;
}
.formular label:nth-of-type(3){
  margin-right:0;
}
.formular form input[type=submit]{
  background:#26B5CE;
  width:98%;
  outline:none;
  border:none;
  padding:20px 0;
  border-radius:4px;
  text-transform:uppercase;
  color:white;
  font-family: 'AvenirBlack';
  font-size:18px;
  margin:32px auto 0 auto;
  cursor:pointer;
  transition: background 1s;
}
.formular form input[type=submit]:hover{
  background:#1C8B9F;
}
.formular form > div.fieldset > .redirection-text{
  font-family:'Avenir';
  font-size:10px;
  padding:6px 0;
  color: rgba(83, 83, 83, 0.66);
}

/*Sites Logos*/

.litige-logo{
  display:inline-block;
}
.litige-logo > img{
  height:28px;
  display:inline-block;
  vertical-align: middle;
}
.litige-logo > p{
  display: inline-block;
  vertical-align: middle;
  font-family: 'BlanchCondensed';
}
.litige-logo > p > span:nth-of-type(1){
  color: white;
  font-size: 28px;
} 
.litige-logo > p > span:nth-of-type(2){
  color: #B5B5B5;
  font-size: 22px;
  font-style: italic;
}
.sp-logo{
  display:inline-block;
}
.sp-logo > img{
  height:28px;
  display:inline-block;
  vertical-align: middle;
}
.sp-logo > p{
  display: inline-block;
  vertical-align: middle;
}
.sp-logo > p > span:nth-of-type(1){
  color: white;
  font-size: 18px;
  font-family:'AvenirMedium';
} 
.sp-logo > p > span:nth-of-type(2){
  font-size: 14px;
  font-family:'AvenirLight';
}

@media only screen and (min-width:580px) and (max-width: 740px){
  .formular{
    width:90%;
    background:white;
    margin:0 auto;
  }
  .formular form > div.fieldset{
    width:90%;
    padding:0;
  }
  .formular label.for-input-with-icon > input{
    width:85%;
    display:block;
  }
  .formular label.for-input-with-icon{
    width:100%;
    margin:10px auto;
  }
  .formular .civility label{
    width:auto;
    margin:6px auto;
    padding:14px 24px;
  }
  .formular form > div.fieldset > p{
    padding:20px 0;
    margin: 0 auto;
    width:100%;
  }
  .formular form .civility label:nth-of-type(1){
    margin:0 16px 0 0;
  }
  .formular form .civility label:nth-of-type(2){
    margin:0 16px 0 0;
  }
  .formular .aligned-inputs > p > label:nth-of-type(1){
    margin:16px 0 0 0;
  }
  .formular .aligned-inputs > p > label:nth-of-type(2){
    margin:20px 0 0 0;
  }
  .formular .aligned-inputs{
    width:95%;
    margin:0 auto;
  }
  .formular .aligned-inputs > p{
    margin:0 auto 10px auto;
  }
  .formular form input[type=submit]{
    margin:14px 0 0 0;
    width:95%;
  }
  .formular form > div.fieldset > .redirection-text{
    padding:10px 0 22px 0;
  }
  .interzone.inside > span{
    display:block;
    padding:0px 20px 0 20px;
  }
}

@media only screen and (max-width: 479px){
  
  .formular{
    width:90%;
    background:white;
    margin:0 auto;
  }
  .formular form > div.fieldset{
    width:90%;
    padding:0;
  }
  .formular label.for-input-with-icon > input{
    width:85%;
    display:block;
  }
  .formular label.for-input-with-icon{
    width:100%;
    margin:10px auto;
  }
  .formular .civility label{
    width:auto;
    margin:6px auto;
    padding:14px 24px;
  }
  .formular form > div.fieldset > p{
    padding:20px 0;
    margin: 0 auto;
    width:100%;
  }
  .formular form .civility label:nth-of-type(1){
    margin:0 16px 0 0;
  }
  .formular form .civility label:nth-of-type(2){
    margin:0 16px 0 0;
  }
  .formular .aligned-inputs > p > label:nth-of-type(1){
    margin:16px 0 0 0;
  }
  .formular .aligned-inputs > p > label:nth-of-type(2){
    margin:20px 0 0 0;
  }
  .formular .aligned-inputs{
    width:95%;
    margin:0 auto;
  }
  .formular .aligned-inputs > p{
    margin:0 auto 10px auto;
  }
  .formular form input[type=submit]{
    margin:14px 0 0 0;
    width:95%;
  }
  .formular form > div.fieldset > .redirection-text{
    padding:10px 0 22px 0;
  }
  .interzone.inside > span{
    display:block;
    padding:0px 20px 0 20px;
  }
}
@media only screen and (max-width: 320px){
  .formular .civility label{
    width:auto;
    margin:6px auto;
    padding:14px 18px;
  }
  .formular label.for-input-with-icon > input{
    width:81%;
  }
  .formular form .civility label:nth-of-type(1){
    margin:0 10px 0 0;
  }
  .formular form .civility label:nth-of-type(2){
    margin:0 10px 0 0;
  }
  .formular .head{
    font-size:13px;
  }
  .formular .aligned-inputs > p > label:nth-of-type(1){
    margin: 10px 0 0 0;
  }
  .formular .aligned-inputs > p > label:nth-of-type(2){
    margin: 10px 0 0 0;
  }
  .formular label.for-input-with-icon{
    margin:6px auto;
  }
  .formular .aligned-inputs > p{
    margin:0 auto 6px auto;
  }
  
  
  
}

/*Header Banner*/


header .banner{
  padding:10px 14% 10px 14%;
  font-family:'AvenirMedium';
  color:white;
}
header .logo{
  float:left;
}
header .logo img{
  width:40px;
}
header .logo > a{
  text-decoration:none;
  color:white;
}
header .logo > a *{
  display:inline-block;
  vertical-align:middle;
}
header .logo > a span{
  font-size:22px;
}
header .logo > a span > span{
  font-family: 'AvenirLight';
  font-size:20px;
}
header .phone{
  float:right;
  font-size:22px;
  font-family: 'AvenirLight';
}
header .phone i.fa{
  font-size:32px;
}
header .phone > *{
  display:inline-block;
  vertical-align:bottom;
}
header .phone > span{
  margin:0 0 0 10px;
}
header .phone > span > span{
  font-size:9px;
  display:inline-block;
  vertical-align:middle;
  margin:-4px 0 0 6px;
}


/*Header replays*/

header .replays{
  position:absolute;
  bottom:30px;
  right:14%;
}
header .replays p > *{
  display:inline-block;
  vertical-align:middle;
  margin:0 0 0 31px;
}
header .replays p span{
  font-family:'AvenirRoman';
  text-transform:uppercase;
  font-size:20px;
}

@media only screen and (max-width: 479px){
  header .replays p > a > img{
    height:30px;
  }
  header .replays p > a:nth-of-type(2) > img{
    height:24px;
  }
  
  header .replays p span{
    font-size:16px;
  }
  header .banner{
    padding:20px 5px 10px 5px;
    text-align:center;
  }
  header .banner .logo{
    float:none;
  }
  header .replays{
    bottom:50px;
    right:50px;
  }
  
  
}

@media only screen and (min-width:580px) and (max-width: 740px){

  header .replays p > a > img{
    height:30px;
  }
  header .replays p > a:nth-of-type(2) > img{
    height:24px;
  }
  
  header .replays p span{
    font-size:16px;
  }
  header .banner{
    padding:20px 5px 10px 5px;
    text-align:center;
  }
  header .banner .logo{
    float:none;
  }
  header .replays{
    bottom:50px;
    right:50px;
  }
  .testimony{
    padding:10px 0 !important;
  }
  
  
}

.wrapper-home > header{
  width:100%;
  min-height:690px;
  background: url(//cdn.demanderjustice.com/assets/home-header-background-699dae02d53857f7bc9769263f469676cc1f07e577b8aeaa598efe46d1109fef.jpg) no-repeat center center;
  -webkit-background-size:cover;
  background-size:cover;
  color:white;
}
.wrapper-home header .fa{
  font-size:22px;
}

/* Banner logo & phone */

header{
  position:relative;
}
/* Header textual */

.wrapper-home header .textual{
  margin:100px auto 0 auto;
  text-align:center;
  font-size:30px;
  font-family:'AvenirRoman';
}
.wrapper-home header .textual i.fa-balance-scale{
  font-size:32px;
}
.wrapper-home header .textual > p{
  display:inline-block;
  vertical-align:middle;
}
.wrapper-home header .textual > p > img{
  margin:4px 0 0 0;
}
.wrapper-home header .textual > div{
  display:inline-block;
  vertical-align:middle;
  
}

/*Arrows*/

.wrapper-home .arrow {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 20px;
  left:0;
  background-color: transparent
}
.wrapper-home .arrow.top {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 20px;
  background-color: white
}
.wrapper-home .arrow:before, .arrow:after {
  content:'';
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.wrapper-home .arrow:before {
  right: 50%;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}
.wrapper-home .arrow:after {
  left: 50%;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}

/*Header formular */

.wrapper-home header .litige{
  width:45%;
  max-width:680px;
  background:rgba(12, 13, 12, 0.7);
  border-radius:2px;
  margin:60px auto 20px auto;
  text-align:center;
  font-family:'AvenirRoman';
  padding:20px 10px;
}
.wrapper-home header .litige .title{
  font-size:24px;
}
.wrapper-home header .litige .title > span{
  display:block;
  font-size:16px;
  font-family:'AvenirLight';
}
.wrapper-home ul.zenselect{
  font-family: 'AvenirLight';
  width:80%;
  margin:20px auto 0 auto;
}
ul.zenselect span.name-pipe{
  color:#26B5CE;
  font-weight:bold;
}

/*Counter*/

.wrapper-home p.counter{
  margin:10px auto;
}
.wrapper-home p.counter > *{
  display:inline-block;
  vertical-align:middle;
}
.wrapper-home p.counter i.fa{
  font-size:16px;
  margin:0 6px 0 0;
}
.wrapper-home p.counter > span{
  font-family:'AvenirLight';
  padding:2px 0 0 0;
}
.wrapper-home p.counter > span.count{
  font-family:'AvenirBlack';
  font-size:20px;
}
.wrapper-home p.counter > span:nth-of-type(2){
  font-size:17px;
}
.wrapper-home .interzone{
  padding:0px 0 34px 0;
  text-align:center;
  font-size:22px;
  font-family:'AvenirLight';
}
.wrapper-home .interzone span:nth-of-type(1){
  color:#26B5CE;
  font-family:'AvenirBlack';
  font-size:28px;
}
.wrapper-home .interzone.inside{
  font-size:20px;
  background:white;
  margin:80px 0 0 0;
  position:relative;
  padding:20px 0 34px 0;
}
.wrapper-home .interzone.inside span:nth-of-type(1){
  font-size:20px;
}

/*Categories widgets block*/

.wrapper-home .categories-caroussel{
  position:relative;
  background: url(//cdn.demanderjustice.com/assets/categories-background-67076f1647cc79eb389c9c3c3ebe22b42bd951e31560c082ac86064769f1352a.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  font-family:'AvenirLight';
  padding:0 0 20px 0;
  overflow:hidden;
}
#caroussel{
  position:relative;
  margin:0 auto;
  top:0px;
  left:0px;
  width:300%;
  height:200px;
  overflow:hidden;
  visibility:hidden;
}
.wrapper-home .category-widget{
  background:rgba(255, 255, 255, 0.75);
  display:inline-block;
  vertical-align:top;
  cursor:pointer;
  text-align:center;
  width:300px;
  margin:20px 0 0 0px;
  height:155px;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.wrapper-home .category-widget:hover{
  background:rgba(255, 255, 255, 1);
}
.wrapper-home .category-widget i.fa{
  font-size:26px;
  margin:20px 0 0 0;
  color:rgb(51, 52, 51);
}
.wrapper-home .category-widget > p{
  padding:4px 4px;
}
.wrapper-home .category-widget > p.name{
  font-size:18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:70%;
  margin:0 auto;
}
.wrapper-home .category-widget > p.description{
  color:#26B5CE;
  font-size:15px;
  padding:10px 20px;
}
.wrapper-home .category-widget span.name-pipe{
  color:#26B5CE;
}

/*Steps*/

.steps-container{
  width:100%;
  margin:40px auto;
  text-align:center;
}
.steps-container .steps{
  text-align:center;
  padding:20px;
}
.steps-container .steps > figure{
  display:inline-block;
  vertical-align:top;
  margin:0;
  padding:0 20px;
  max-width:20%;
}
.steps-container .steps > figure > img{
  width:100%;
  max-width:280px;
  margin:20px;
}
.steps-container .steps > figure:nth-of-type(1) > img{
  max-width:219px;
}
.steps-container .steps > figure > figcaption > span:nth-of-type(1){
  font-family:'AvenirBlack';
  color:#26B5CE;
}
.steps-container .steps > figure > figcaption{
  font-size:15px;
}
.steps-container .steps > figure > figcaption > span:nth-of-type(2){
  font-family:'AvenirLight';
}
.steps-container .steps > figure > figcaption > span:nth-of-type(1) > span{
  color:black;
}

.steps-container .line{
  display:inline-block;
  border-top:thin solid black;
}
.steps-container .line.dashed{
  border-top: dashed thin black;
}
.steps-container .line:nth-of-type(1){
  width:50%;
}
.steps-container .line:nth-of-type(2){
  width:30%;
}
.steps-container .timeline div > p{
  display:inline-block;
  position:relative;
  font-family:'AvenirLight';
}
.steps-container .timeline div > p:nth-of-type(1){
  width:50%;
}
.steps-container .timeline div > p:nth-of-type(2){
  width:30%;
}
.steps-container .timeline div > p > span{
  display:inline-block;
  position:absolute;
  font-size:15px;
  color:#26B5CE;
}
.steps-container .timeline div > p > span.left{
  left:0;
  top:0;
  margin:-42px 0 0 -20px;
}
.steps-container .timeline div > p > span.right{
  right:0;
  top:0;
  margin:-42px -20px 0 0px;
}
.steps-container .timeline div > p > span.right-after{
  right:-94px;
  top:2px;
}

.steps-container .timeline div > p > span.middle{
  left:50%;
  transform:translate(-50%, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top:0;
  color:black;
  font-size:15px;
  margin:-14px 0 0 0;
  width:80%;
}
.steps-container .line .dot{
  width:10px;
  height:10px;
  border-radius:10px;
  display:block;
  background:#26B5CE;
  margin:-6px 0 0 0;
}
.steps-container .line .dot.right{
  float:right;
}
.steps-container .line .dot.left{
  float:left;
}


/*Note*/
.footnote{
  font-size:13px;
  text-align:center;
  width:50%;
  margin:20px auto 40px auto;
  font-family:'AvenirLight';
}

/*Testimonies blocks*/

.testimony{
  background: url(//cdn.demanderjustice.com/assets/testimonies-background-e52092fd5a923d8f83079a2bc6636f358721aa4060779a4cd4832d2115172708.jpg) no-repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
  color:white;
  font-family:'AvenirLight';
  text-align:center;
  padding:40px 0;
}
.testimony > div{
  display:inline-block;
  vertical-align:top;
  max-width:49%;
  width:45%;
}
.testimony > .replay-france2 figure{
  margin:0;
}
.testimony > .replay-france2 figcaption > span{
  display:inline-block;
  vertical-align:middle;
  padding:0 6px;
}
.testimony > .replay-france2 figcaption > span:nth-of-type(1) > span{
  font-size: 16px;
}
.testimony > .replay-france2 figcaption > span:nth-of-type(1) > *{
  display:inline-block;
  vertical-align:middle;
}
.testimony > .replay-france2 figcaption > span:nth-of-type(2){
  text-align:left;
}
.testimony > .testimonies{
}
.testimony > .testimonies p.title{
  font-size:18px;
  border-bottom:thin solid white;
  text-transform:uppercase;
  padding:20px 0 10px 0;
}
.testimony video{
  margin:10px 0 0 0;
  box-shadow: 0 0 20px white;
}
.testimony .testimonies-slider{
  text-align:left;
  max-height:260px;
  overflow:hidden;
}
.testimony .user-testimony{
  margin:20px 0 0 0;
}
.testimony .user-testimony .stars{
  padding:8px 0;
}
.testimony .user-testimony .stars > i{
  text-shadow:0 0 6px white;
  padding:0 3px;
}
.testimony .user-testimony .city{
  font-size:12px;
}
.testimony .user-testimony .date{
  font-size:12px;
}
.testimony .testimonies-slider .container{
  animation: moveUp 120s infinite;
}
@keyframes moveUp{
  100% { 
    transform: translateY(-100%);  
    opacity: 1;
  }
}

/*Social networks*/

.social-networks{
  padding:20px 0;
  text-align:center;
}
.social-networks i.fa{
  font-size:40px;
  color:black;
  padding:0 10px;
}
.social-networks i.fa-facebook-official{
  color:#2E4689;
}
.social-networks i.fa-instagram{
  color:#E63C22;
}
.social-networks i.fa-twitter-square{
  color:#2890F0;
}
.social-networks i.fa-google-plus-official{
  color:#D0372F;
}

/* Responsive declaration */

@media only screen and (max-width: 479px){
  .desktop-only{
    display:none !important;
  }
  .wrapper-home header .textual p > span{
    display:block;
  }
  .wrapper-home header .textual{
    margin:20px auto 0 auto;
    font-size:28px;
  }
  .wrapper-home header .litige{
    width:90%;
    margin:98px auto 20px auto;
  }
  .wrapper-home .interzone{
    padding:0px 10px 34px 10px;
    font-size:20px;
  }
  .wrapper-home .interzone span:nth-of-type(1){
    font-size:24px;
  }
  .wrapper-home .steps-container .steps > figure{
    display:block;
    width:90%;
    max-width:90%;
  }
  .steps-container .steps > figure > figcaption{
    font-size:18px;
  }
  .wrapper-home .steps-container .timeline{
    display:none;
  }
  .testimony > div{
    display:block;
    width:90%;
    max-width:100%;
    margin:20px auto;
  }
  .wrapper-home > header{
    background: url(//cdn.demanderjustice.com/assets/home-header-bg-mobile-fa920351b3c209f5887c04231407f76d2d1b653ae96b3e33027cbb1016f7c96f.jpg) no-repeat center center;
    -webkit-background-size:cover;
    background-size:cover;
  }
  .wrapper-home video{
    width:100%;
  }
  .wrapper-home .footnote{
    width:90%;
  }
  
}

@media only screen and (min-width:580px) and (max-width: 740px){
  .desktop-only{
    display:none !important;
  }
  .wrapper-home header .textual p > span{
    display:block;
  }
  .wrapper-home header .textual{
    margin:20px auto 0 auto;
    font-size:28px;
  }
  .wrapper-home header .litige{
    width:90%;
    margin:98px auto 20px auto;
  }
  .wrapper-home .interzone{
    padding:0px 10px 34px 10px;
    font-size:20px;
  }
  .wrapper-home .interzone span:nth-of-type(1){
    font-size:24px;
  }
  .wrapper-home .steps-container .steps > figure{
    display:block;
    width:90%;
    max-width:90%;
  }
  .steps-container .steps > figure > figcaption{
    font-size:18px;
  }
  .wrapper-home .steps-container .timeline{
    display:none;
  }
  .testimony > div{
    display:block;
    width:90%;
    max-width:100%;
    margin:20px auto;
  }
  .wrapper-home > header{
    background: url(//cdn.demanderjustice.com/assets/home-header-bg-mobile-fa920351b3c209f5887c04231407f76d2d1b653ae96b3e33027cbb1016f7c96f.jpg) no-repeat center center;
    -webkit-background-size:cover;
    background-size:cover;
  }
  .wrapper-home video{
    width:100%;
  }
  .wrapper-home .footnote{
    width:90%;
  }
  
}
.wrapper-pages > header{
  width:100%;
  min-height:290px;
  background: url(//cdn.demanderjustice.com/assets/home-header-background-699dae02d53857f7bc9769263f469676cc1f07e577b8aeaa598efe46d1109fef.jpg) no-repeat center center;
  -webkit-background-size:cover;
  background-size:cover;
  color:white;
}

.wrapper-pages{
  background:#ECECEC;
}
.wrapper-pages .page{
  width:auto;
  background:white;
  font-family:'Avenir';
  font-size:19px;
  margin:-96px 12% 0 12%;
  max-width:1240px;
  padding:62px 74px;
  z-index:1000;
  position:relative;
  box-shadow: 6px 0px 12px -4px rgba(0, 0, 0, 0.2), -6px 0px 12px -4px rgba(0, 0, 0, 0.2);
  overflow:hidden;
}
.wrapper-pages .page > h2{
  font-size:22px;
  font-family:'AvenirBlack';
  color:#494e4f;
  text-align:center;
}
.wrapper-pages .page > h3{
  font-size:20px;
  font-family:'AvenirBlack';
  color:#E65474;
}

@media only screen and (max-width: 479px){
  .wrapper-pages header{
    text-align:center;
  }
  .wrapper-pages .page{
    margin:0;
    padding:10px 10px;
  }
  
  
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

div.privacy-policy{
  padding:20px 40px;
  font-family:'AvenirLight';
  font-size:16px;
  color:black;
  background:white;
}
div.privacy-policy h2{
  font-family:'AvenirBlack';
  margin:40px 0 0 0;
}
div.privacy-policy h1{
  font-family:'AvenirBlack';
  margin:40px 0 0 0;
  text-align:center;
}
div.privacy-policy h4{
  font-family:'AvenirBlack';
  margin:40px 0 0 0;
  font-size:16px;
}
div.privacy-policy p{
  padding:10px 0;
}
div.privacy-policy ul{
  list-style-type: none;
}
div.privacy-policy ul li{
  position:relative;
  margin: 5px 0;
  padding-left: 30px;
  width:90%;
}
div.privacy-policy ul li:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  background: #939da3;
}
div.privacy-policy a{
  color:#0099e5;
  text-decoration:underline;
  max-width: 100%;
}
div.privacy-policy strong.title{
  font-family:'AvenirBlack';
  color:#403f40;
  display:block;
  padding:10px 0;
  margin:10px 0;
}
div.privacy-policy table{
  width:100%;
  font-size:14px;
}
div.privacy-policy table thead{
  font-family:'AvenirBlack';
  color: gray;
}
div.privacy-policy table tr{
  display: table-row;
  vertical-align: middle;
}
div.privacy-policy table td{
  display: table-cell;
  padding:10px 6px 10px 0px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
div.privacy-policy table tr:nth-child(odd) > td{
  background-color: #f9f9f9;
}
div.privacy-policy table.consents{
}
div.privacy-policy table.consents button{
  background:transparent;
  border:none;
  cursor:pointer;
  outline:none;
}
div.privacy-policy table.consents td img{
  width:20px;
}
div.privacy-policy table.consents button.accept{
  color:#999;
}
div.privacy-policy table.consents button.deny{
  color:#999;
}
div.privacy-policy p.last-update{
  font-size:12px;
  text-align:center;
  font-family:'AvenirBlack';
}

@media only screen and (max-width: 680px) {
  div.privacy-policy a{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.privacy-policy ul li a{
    display:inline-block;
  }
  div.privacy-policy p{
    text-align:justify;
  } 
  div.privacy-policy table.mobile-grid tr{
    display:grid;
    text-align:justify;
  }
  div.privacy-policy{
    padding: 10px;
  }
}
/*COOKIE ACCEPT BAR*/


div.cookies-accept-bar {
    margin: 0 auto;
    width: 720px;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 15px;
    z-index: 99999;
    overflow: scroll;
}

div.cookies-accept-bar.plus {
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

div.cookies-accept-bar > div {
    color: white;
    margin: 0 auto;
    padding: 6px 4px;
    font-size: 11px;
    font-family: source_sans_proregular;
}

div.cookies-accept-bar .accept-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 15px 0;
}

div.cookies-accept-bar > div a {
    color: white;
}

div.cookies-accept-bar span {
    padding: 5px 5px 0px 15px;
}

div.cookies-accept-bar span.close-icon {
    float: right;
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
}

div.cookies-accept-bar .textual button.cookie-preference {
    background: none;
    border: none;
    color: #fff;
    text-decoration: underline;
    font-family: source_sans_proregular;
    padding: 0;
}

div.cookies-accept-bar span.close-icon > svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 6px;
}

div.cookies-accept-bar span.textual {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 13px 50px 0 50px;
    box-sizing: border-box;
}

div.cookies-accept-bar .textual > span {
    padding: 0;
}

div.cookies-accept-bar a {
    color: #424770;
    padding: 4px 0px;
    text-decoration: underline;
}

div.cookies-accept-bar.plus a {
    margin-right: 10px;
}

div.cookies-accept-bar .button {
    background: transparent;
    color: white;
    border-radius: 2px;
    text-align: center;
    padding: 5px 50px;
    margin: 4px 0 0 0;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    cursor: pointer;
    font-size: 11px;
    border: 2px solid #fff;
}

div.cookies-accept-bar .button:hover {
    opacity: 0.7;
}

/*COOKIES PREFERENCES PANE*/

div.cookies-preferences-pane ul {
    list-style: none;
}

div.cookies-preferences-pane span.active-false {
    color: #e04e55;
}

div.cookies-preferences-pane span.active-true {
    color: #50d98a;
}

div.cookies-preferences-pane ul li span:first-child {
    font-size: 16px;
    display: inline-block;
    padding: 2px 6px;
    margin: 0 0 4px 0;
}

div.cookies-preferences-pane ul li {
    padding: 10px 0;
}

div.cookies-preferences-pane ul li button {
    border: none;
    font-family: AvenirLight;
    cursor: pointer;
    color: white;
    outline: none;
    margin: 4px 0;
}

div.cookies-preferences-pane ul li button[data-value=true] {
    color: #245a26;
}

div.cookies-preferences-pane ul li button[data-value=false] {
    color: #7D0A09;
}

@media only screen and (max-width: 680px) {
    div.cookies-accept-bar {
        width: auto;
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        color: white;
        font-size: 15px;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.7);
    }

    div.cookies-accept-bar > div {
        font-size: 16px;
        padding: 0 10px;
        padding-left: 20px;
    }

    div.cookies-accept-bar.plus {
        top: auto;
    }

    div.cookies-accept-bar span.textual {
        width: 95%;
        font-size: 12px;
        padding: initial;
    }

    div.cookies-accept-bar .button {
        width: 60%;
        margin: 10px auto;
        line-height: 40px;
        font-family: SourceSansPro-Bold;
        padding: 0px;
        font-size: 18px;
    }

    div.cookies-accept-bar span.close-icon {
        position: unset;
        padding: 9px 0px 3px 0px;
        height: 13px;
        width: 13px;
        display: block;
        width: 100%;
        text-align: right;
    }

    div.cookies-accept-bar span.close-icon > svg {
        margin-right: 0;
    }

    div.cookies-accept-bar .button {
        display: block;
    }

    div.cookies-preferences-pane ul li button.cookie-preference {
        border: none;
        font-family: AvenirLight;
        cursor: pointer;
        outline: none;
        margin: 4px 0;
        background: white !important;
    }

    div.privacy-policy a {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.privacy-policy ul li a {
        display: inline-block;
    }

    div.privacy-policy p {
        text-align: justify;
    }

    div.privacy-policy table.mobile-grid tr {
        display: grid;
        text-align: justify;
    }

    div.privacy-policy {
        padding: 10px;
    }
}
ul.zenselect{
  width: 300px;
  list-style: none;
  cursor:pointer;
  position:relative;
  font-size:14px;
  font-family: 'source_sans_proregular';
  margin: 0 auto;
}
ul.zenselect > li.box{
  background:white;
  padding:10px 10px;
  border-radius:4px;
  border:thin solid #C7C7C7;
  color:#606060;
  text-align:center;
  max-height:48px;
}
ul.zenselect > li.box.opened{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}
ul.zenselect > li.box div.carets{
  display:inline-block;
  vertical-align:bottom;
  float:right;
  margin:4px 0 0 0
}
ul.zenselect > li.box i.fa-caret-down{
  display:block;
  font-size:16px;
}
ul.zenselect > li.box i.fa-caret-up{
  display:none;
  font-size:16px;
}
ul.zenselect > div.options{
  display:none;
  position:absolute;
  left:0;
  top:40px;
  color:black;
  min-width:calc(100% - 2px);
  background:white;
  border:thin solid #C7C7C7;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  z-index:1000;
  text-align:left;
  max-height:260px;
  overflow-y:scroll;
  overflow-x:auto;
}
ul.zenselect ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  border-right:thin solid #C7C7C7;
  border-bottom-right-radius:4px;
}
ul.zenselect ::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: rgba(12, 13, 12, 0.7);
}
ul.zenselect li.box > div.curent-selection{
  display:inline-block;
  vertical-align:middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:80%;
}
ul.zenselect div.options li{
  padding:6px 10px;
}
ul.zenselect div.options li:hover{
  background:rgba(12, 13, 12, 0.8);
  color:white;
}
ul.zenselect div.options li > span{
  background:transparent;
  display:inline-block;
  max-width:80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.zenselect div.options li > span.icon{
  padding:0 0 0 10px;
  width:40px;
  vertical-align:middle;
  color:#606060;
}
ul.zenselect div.options li > span.icon > i.simple{
  font-size:20px;
  padding: 0;
}
ul.zenselect div.options li > span.icon > i.double{
  font-size:16px;
  padding: 0;
}
ul.zenselect div.options li > span.icon > i.double:nth-of-type(1){
  margin:0 2px 0 0;
}
ul.zenselect li.box div.curent-selection > span.icon{
  font-size:18px;
  padding:0 10px 0 0;
  vertical-align:middle;
  display:inline-block;
}
ul.zenselect .content{
  padding:0;
  display:inline-block;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  
}

@media only screen and (max-width: 380px) {
  
  ul.zenselect{
    width:94% !important;
  }
  ul.zenselect div.options li > span.icon{
    width:30px !important;
  }
  .mobile-display-false{
    display:none;
  }
  ul.zenselect div.options li > span.icon > i.simple{
    font-size:16px !important;
  }
  ul.zenselect div.options li > span.icon > i.double{
    font-size:13px !important;
  }
  ul.zenselect span.content{
    font-size:14px;
  }
  ul.zenselect > li.box div.carets{
    display:none !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */


body, ul, p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  font-size:14px;
}

.glow{
  text-shadow:0 0 20px white;
}
.cut-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn.demanderjustice.com/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('//cdn.demanderjustice.com/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('//cdn.demanderjustice.com/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('//cdn.demanderjustice.com/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('//cdn.demanderjustice.com/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('//cdn.demanderjustice.com/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
