.stopfake-content {
  background-color: #fff; }

.stopfake-wrapper {
  padding: 30px;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  font-weight: normal;
  letter-spacing: 0.025em;
  font-size: 11px; }
  .stopfake-wrapper .page-title {
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 30px; }
  .stopfake-wrapper h1 {
    font-size: 28px;
    letter-spacing: 0.025em; }
  .stopfake-wrapper h1,
  .stopfake-wrapper h2,
  .stopfake-wrapper input,
  .stopfake-wrapper button {
    font-weight: bold; }
  .stopfake-wrapper .stopfake-form {
    font-weight: bold; }
  .stopfake-wrapper label {
    line-height: 40px;
    padding-right: 30px;
    display: inline-block;
    text-transform: uppercase; }
  .stopfake-wrapper input {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 15px;
    border: 0;
    background: #eee;
    width: 30%;
    text-transform: uppercase; }
  .stopfake-wrapper button {
    height: 40px;
    display: inline-block;
    background: #f25111;
    color: #fff;
    border: 0;
    vertical-align: middle;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase; }
    .stopfake-wrapper button span {
      display: inline-block;
      cursor: pointer; }
  .stopfake-wrapper #fakeresult {
    padding: 30px 0;
    text-transform: uppercase; }
  .stopfake-wrapper .stopfake {
    height: 30px;
    line-height: 30px;
    padding: 15px 0 15px 60px;
    background-image: url(../images/stop-fake-icons.png);
    background-repeat: no-repeat;
    font-size: 27px;
    font-weight: bold;
    margin-left: 55px; }
  .stopfake-wrapper .result-ok {
    background-position: 0 -5px;
    color: #82c248; }
  .stopfake-wrapper .result-ko {
    background-position: 0 -63px;
    color: #f55b5b; }
  .stopfake-wrapper .hide {
    display: none; }

/* CONTENT ASSET CSS */
.parajumpersstopfakes {
  padding: 30px;
  border: 4px solid #ddd;
  margin-bottom: 90px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: normal;
  text-align: center; }
  .parajumpersstopfakes .parajumpersstopfakes-title {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #999; }
    @media (min-width: 992px) {
      .parajumpersstopfakes .parajumpersstopfakes-title {
        font-size: 22px;
        line-height: 36px;
        padding-bottom: 30px; } }
  .parajumpersstopfakes .parajumpersstopfakes-content {
    padding-bottom: 50px; }
    .parajumpersstopfakes .parajumpersstopfakes-content p {
      font-weight: bold;
      margin-bottom: 5px; }
    .parajumpersstopfakes .parajumpersstopfakes-content .paragraph-link {
      margin-bottom: 30px; }
    .parajumpersstopfakes .parajumpersstopfakes-content .stop-fake-link,
    .parajumpersstopfakes .parajumpersstopfakes-content .certi-logo-link {
      text-align: center;
      font-size: 26px;
      text-decoration: none;
      border-bottom: 2px solid #999;
      color: #000;
      padding: 0; }
      .parajumpersstopfakes .parajumpersstopfakes-content .stop-fake-link:hover,
      .parajumpersstopfakes .parajumpersstopfakes-content .certi-logo-link:hover {
        border-bottom: 2px solid #000; }

.copy-columns {
  padding: 30px 0; }
  .copy-columns:after {
    content: " ";
    display: table;
    clear: both; }
  .copy-columns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.counterfeit-content {
  text-align: left; }
  .counterfeit-content hr {
    border-top: 1px solid #ccc; }
  .counterfeit-content h3 {
    font-weight: bolder;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px; }
  .counterfeit-content p {
    margin-bottom: 1.2em; }
  .counterfeit-content ul {
    list-style: disc outside;
    padding: 0; }
  .counterfeit-content ul > li {
    list-style: none !important; }
  .counterfeit-content ol {
    list-style: decimal outside; }
  .counterfeit-content .stop-fakes-square {
    vertical-align: top;
    display: inline-block;
    width: 100%; }
    @media (min-width: 992px) {
      .counterfeit-content .stop-fakes-square {
        width: 49%; } }
  .counterfeit-content .counterfeits-section p, .counterfeit-content .counterfeits-section li {
    font-size: 11px;
    line-height: 1.6em;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

@media (min-width: 768px) {
  .copy-columns ul > li {
    width: 48%;
    float: left;
    margin: 10px 0; } }

@media (max-width: 767.98px) {
  .stopfake-wrapper label {
    display: block;
    padding-right: 0; }
  .stopfake-wrapper input {
    box-sizing: border-box;
    width: 100%; }
  .stopfake-wrapper .button {
    width: 100%; }
  .stopfake-wrapper .stopfake {
    margin: 0;
    font-size: 20px; }
  .stopfake-wrapper .stopfake-form {
    margin-bottom: 10px; }
  .parajumpersstopfakes {
    padding: 15px;
    border-width: 2px;
    margin-bottom: 30px; }
    .parajumpersstopfakes .parajumpersstopfakes-content .stop-fake-link,
    .parajumpersstopfakes .parajumpersstopfakes-content .certi-logo-link {
      font-size: 14px;
      line-height: 20px; } }

/*# sourceMappingURL=stopFake.css.map*/