body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif}
.logo {margin-top:-10px;width: 30px;text-align:left;}
.logoLink, .logoLink a:hover {text-decoration:none;color:#000;}
.logoMobile {margin-top:20px;margin-left:20px}
.tagline {font-size: .75em;font-style: italic;margin-bottom: 30px;}
.mainContainerFilters {display: grid;grid-template-columns: 1fr 2fr;margin-bottom:20px;}
#powerSelectors {padding:8px;background-color:#ccc;color:#222;font-weight:normal;text-align:left;}
#CGMenu {margin-bottom:12px;}

h5 {font-size: .9em;background-color: #ccc;padding: 8px;color: #222;font-weight: bold;border-radius: 2px;}

.cgChoice {width:150px;background-color:#cae9ff;border-radius:50px;color:#000;border:none;}

.cgSelected {color:#222;border:solid 1px #666666}

.powerItem {border: solid 1px #eaeaea;width:23%;text-align:left;margin:2px;padding-left:12px !important}
.powerItem img {max-width: 100%;max-height: 100%;text-align:center;border:none;position:relative;margin: 0 auto;}
.powerItem a {display:block;text-align:center;}
.powerItem .sellerLink {display:inline;font-size:1em;}
#powerTotal {background-color: #3976dc;border-right: solid 3px #fff;}
.powerCountDiv {padding:16px;font-weight:normal;color:#fff;text-align:center;font-size:1.5em;}
.movieCount {font-size:32px;}
#powerContent {text-align:left;font-size:14px;display:none}
.powerContentDiv{text-align:left;margin-top: 0px;margin-bottom: 30px;font-size: 1.1em;padding: 20px;background-color: #eaeaea;border: solid 1px #ccc;width: 60%;margin-left: auto;margin-right: auto;}
.imgPoster {max-width:100px;}

.selectorCG {font-size:1.4em;}
.text {font-size:.85em}
.name {font-size:1.2em;font-weight:normal;margin-top:18px;margin-bottom:18px;}
.sellerLink {font-weight:bold;}
.soldBy {font-size:.8em;}
footer {border-top:solid 1px #ccc;font-size:13px;}
.footer {margin:30px auto;width:80%;}
.trailerBTN, .trailerClose {background-color:#3976dc;color: #fff;padding: 6px 12px;border-radius: 12px;border: none;cursor: pointer;}
.trailerClose {margin:10px;}
#trailerTitle {text-align:center;}
#trailerTitle h3 {margin: 20px 0;}
.watchButton {margin-bottom:20px;display: block;font-weight: bold;}
#formContents {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin: 0 auto;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#wufoo-w1h1ebo30ylbeaj {}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (max-width: 978px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
		.powerItem {width:31%}
		}

      @media (max-width: 767px) {
        .powerItem {width:48%}
		.powerContentDiv{width:90%;font-size:.9em;}
		}
      @media (max-width: 500px) {
        .powerItem {width:48%}
		.cgChoice {width:100px;}
	  .logoMobile {margin-top:20px;margin-left:0px}
		}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 5%;
  right: 0;
  border: 1px solid #ccc;
  z-index: 9;
  background-color:#fff;
  margin:0 auto;
  width: 70%;
  left:5%;
  text-align: right;
}

/* Set a style for the submit/login button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  border-radius: 50% 50%;
}

/* Add a red background color to the cancel button */
.cancel {
  background-color: red;
  right: 11%;
    position: fixed;
    width: 30px;
    top: 2%;

}

.closeButtonText {
font-size: 15px;
    font-weight: bold;
    margin-left: -5px;
}
#formContents {}
#formContents h2 {}

.successSub {padding: 25%;}

.closeSuccess {border-radius: 10px;
    margin-top: 10%;
    background-color: red;}

@media (max-width: 500px) {
.form-popup {right: 0;width:100%;left:0; top: 1%;}
.cancel {
  background-color: red;
  right: 2%;
    position: fixed;
    width: 30px;

}
		}