/************  RESPONSIVE HELPER  ************/
.responsivehelper,
.responsivehelper:after {
  background: green;
  color: white;
  content: "undefined";
  right: 0;
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  top: 100px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .responsivehelper,
  .responsivehelper:after {
    background: orange;
    content: "mobile xxx ";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .responsivehelper,
  .responsivehelper:after {
    background: purple;
    content: "tablet";
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .responsivehelper,
  .responsivehelper:after {
    background: green;
    content: "laptop";
  }
}
@media only screen and (min-width: 1600px) {
  .responsivehelper,
  .responsivehelper:after {
    background: blue;
    content: "desktop";
  }
}
@font-face {
  font-family: 'Gotham';
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Medium.eot);
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Medium.eot?#iefix) format('embedded-opentype'), url(/_System/stylesheets/fonts/Gotham/Gotham-Medium.woff) format('woff'), url(/_System/stylesheets/fonts/Gotham/Gotham-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Book.eot);
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Book.eot?#iefix) format('embedded-opentype'), url(/_System/stylesheets/fonts/Gotham/Gotham-Book.woff) format('woff'), url(/_System/stylesheets/fonts/Gotham/Gotham-Book.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Bold.eot);
  src: url(/_System/stylesheets/fonts/Gotham/Gotham-Bold.eot?#iefix) format('embedded-opentype'), url(/_System/stylesheets/fonts/Gotham/Gotham-Bold.woff) format('woff'), url(/_System/stylesheets/fonts/Gotham/Gotham-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
.copy h2 {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}
#FeedbackPage h3 {
  text-align: center;
}
#ExperienceRatingContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
#ExperienceRatingContainer a.ExperienceRating {
  display: block;
  width: 33%;
  max-width: 120px;
  margin: 0 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #ExperienceRatingContainer a.ExperienceRating {
    width: 32%;
    margin: 0 5px;
  }
}
#ExperienceRatingContainer a.ExperienceRating .ExperienceRatingIcon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #ExperienceRatingContainer a.ExperienceRating .ExperienceRatingIcon {
    height: 100px;
  }
}
#ExperienceRatingContainer a.ExperienceRating .ExperienceRatingIcon img {
  display: block;
  width: 70%;
  transition: 0.5s;
}
#ExperienceRatingContainer a.ExperienceRating .ExperienceRatingLabel p {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
  color: #333;
  text-decoration: none;
}
#ExperienceRatingContainer a.ExperienceRating:hover {
  text-decoration: none;
}
#ExperienceRatingContainer a.ExperienceRating:hover .ExperienceRatingIcon img {
  transform: scale(1.05);
}
#ShareLinksContainer {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
  width: 100%;
}
#ShareLinksContainer a.ShareLink {
  display: block;
  width: 33%;
  max-width: 120px;
  margin: 0 10px;
}
#ShareLinksContainer a.ShareLink .ShareLinkIcon {
  width: 100%;
}
#ShareLinksContainer a.ShareLink .ShareLinkIcon img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
#ShareLinksContainer a.ShareLink .ShareLinkLabel {
  display: none;
}
#ShareLinksContainer a.ShareLink .ShareLinkLabel p {
  font-size: 26px;
  text-align: center;
  margin: 15px 0;
  color: #000;
  text-decoration: none;
}
#ShareLinksContainer a.ShareLink:hover {
  text-decoration: none;
}
#ShareLinksContainer a.ShareLink:hover .ShareLinkIcon img {
  transform: scale(1.05);
}
