/*ID ADDITION REQUIRED IF ANY NEW FRAGMENT ADDED*/
/*EG: #canada */
/* .htmlfragment #canada.standard-white-component,
.htmlfragment #us.standard-white-component,
.htmlfragment #png.standard-white-component {
  padding-top: 0px;
} */
.standard-white-component.wc-fragment-wrap { padding-top: 0px; }
/* #canada .htmlfragment .secondary-headline,
#us .htmlfragment .secondary-headline,
#png */
.standard-white-component.wc-fragment-wrap > h3.secondary-headline {
  display: none;
}
/* #canada .htmlfragment p,
#us .htmlfragment p, */
.standard-white-component.wc-fragment-wrap > p {
  display: none;
}
/*ID ADDITION - end*/
.htmlfragment .cases p {
  display: block;
}

.fr-container {
  width: 100%;
}
.fr-container p, .fr-container h1, .fr-container h2, .fr-container h3, .fr-container h4, .fr-container h5, .fr-container h6, .fr-container a {
  margin: 0px;
}

.fr-responsive {
  width: auto;
  max-width: 100%;
}

a.fr-anchor {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 3px solid #ffffff;
}
@media (min-width: 300px) and (max-width: 767px) {
  a.fr-anchor {
    margin-top: 15px;
  }
}

.cases .link-holder {
  display: inline-block;
}
@media (min-width: 300px) and (max-width: 767px) {
  .cases .link-holder {
    display: block;
    text-align: center;
  }
}
.cases .link-holder .fr-anchor:hover {
  border-bottom: 3px solid #00A94F;
}
.cases .fr-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cases .top-ruled {
  border-top: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cases .top-ruled .fr-tile-heading h3 {
  font-size: 18px;
  padding: 0;
  font-weight: bold;
}


.cases .col-sm-1, .cases .col-sm-10, .cases .col-sm-11, .cases .col-sm-12, 
.cases .col-sm-2, .cases .col-sm-3, .cases .col-sm-4, .cases .col-sm-5, 
.cases .col-sm-6, .cases .col-sm-7, .cases .col-sm-8, .cases .col-sm-9 { float: left; position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.cases .col-sm-4 { width: 33.33%; }
.cases .col-sm-8 { width: 66.66%; }

@media (min-width: 300px) and (max-width: 767px) {
  .cases .top-ruled .fr-tile-heading h3 {
    font-size: 20px;
  }
  .cases .col-sm-1, .cases .col-sm-10, .cases .col-sm-11, .cases .col-sm-12, 
  .cases .col-sm-2, .cases .col-sm-3, .cases .col-sm-4, .cases .col-sm-5, 
  .cases .col-sm-6, .cases .col-sm-7, .cases .col-sm-8, .cases .col-sm-9 { width: 100%; float: none; }

}
.cases .top-ruled .fr-tile-description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cases .top-ruled .fr-tile-description p {
  font-size: 14px;
}

.modal.fr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
}
.modal .fr-modal-dialog {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .modal .fr-modal-dialog {
    width: 600px;
    margin: 30px auto;
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .modal .fr-modal-dialog {
    width: 850px;
    margin: 30px auto;
    margin-top: 120px;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .modal .fr-modal-dialog {
    width: 90%;
    margin: 30px auto;
    margin-top: 90px;
  }
}
.modal .fr-modal-dialog .modal-heading-wrapper {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.modal .fr-modal-dialog .modal-heading-wrapper .modal-heading {
  width: 90%;
  display: inline-block;
}
@media (max-width: 767px) {
  .modal .fr-modal-dialog .modal-heading-wrapper .modal-heading {
    width: 80%;
  }
}
.modal .fr-modal-dialog .modal-heading-wrapper .modal-heading h3 {
  margin: 0px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (min-width: 300px) {
  .modal .fr-modal-dialog .modal-heading-wrapper .modal-heading h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .modal .fr-modal-dialog .modal-heading-wrapper .modal-heading h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .modal .fr-modal-dialog .modal-heading-wrapper .modal-heading h3 {
    font-size: 22px;
  }
}
.modal .fr-modal-dialog .modal-heading-wrapper a.modal-close {
  float: right;
  margin: 0px;
  display: inline-block;
}
.modal .fr-modal-dialog .modal-heading-wrapper a.modal-close img {
  width: 30px;
}
.modal .fr-modal-dialog .iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.modal .fr-modal-dialog .iframe-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
.background.fr-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
@media (min-width: 300px) and (max-width: 767px) {
  /* a#fr-download-btn {
    width: 100%;
  } */
  .fr-img-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }

  .fr-tile-heading, .fr-tile-title, .fr-tile-description p {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */