/* DO NOT MODIFY THIS FILE - IT GETS REBUILT FROM .LESS SOURCEI ON REQUESTS */
@media (max-width: 479px) {
  .hidden-xs-login {
    display: none !important;
  }
}
/*********************************************************
* Mobile dialog display
*/
@media (max-width: 479px) {
  .modal-backdrop {
    background: #F6F7F7;
  }
  .modal-backdrop.in {
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .modal-dialog,
  .modal-content {
    background: none;
    box-shadow: none;
    margin: 0;
    border: none;
  }
}
/*********************************************************
* Header
*/
.modal-header {
  background: white;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.modal-header .close {
  display: none;
}
@media (min-width: 480px) {
  .modal-header {
    height: auto;
    padding: 10px 30px 0 30px;
    border-bottom-style: none;
  }
  .modal-header .close {
    display: block;
    margin: 10px 0 0 0;
  }
}
.modal-title {
  line-height: inherit;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
}
.modal-title a,
.modal-title button {
  padding: 0px 20px;
  font-size: 13px;
  height: 100%;
  min-width: 40px;
}
@media (max-width: 479px) {
  .modal-title a,
  .modal-title button,
  .modal-title span {
    color: #3fb58e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .modal-title a[disabled],
  .modal-title button[disabled],
  .modal-title span[disabled] {
    color: #CCC;
  }
}
.modal-title .modal-title-center {
  display: inline-block;
  text-align: center;
  float: center;
}
.modal-title .modal-title-left {
  float: left;
  text-align: left;
}
.modal-title .modal-title-right {
  float: right;
  text-align: right;
  margin-top: -2px;
}
@media (min-width: 480px) {
  .modal-title {
    font-size: 20px;
  }
  .modal-title .modal-title-center {
    width: auto;
    float: none;
  }
  .modal-title a,
  .modal-title button {
    display: none;
  }
}
.modal-content {
  padding: 0 0 20px 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body {
    padding: 5px 30px;
  }
}
.modal-content .modal-body label[for=webmaker-login-email],
.modal-content .modal-body label[for=uid],
.modal-content .modal-body label[for=key],
.modal-content .modal-body label[for=persona-username],
.modal-content .modal-body label[for=password],
.modal-content .modal-body label[for=value],
.modal-content .modal-body label[for=confirmValue] {
  font-weight: normal;
  margin-bottom: 8px;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
@media (min-width: 480px) {
  .modal-content .modal-body label[for=webmaker-login-email],
  .modal-content .modal-body label[for=uid],
  .modal-content .modal-body label[for=key],
  .modal-content .modal-body label[for=persona-username],
  .modal-content .modal-body label[for=password],
  .modal-content .modal-body label[for=value],
  .modal-content .modal-body label[for=confirmValue] {
    margin-bottom: 5px;
    font-size: 13.333333333px;
    color: #454545;
  }
}
.modal-content .modal-body label[for=pre-username] {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
@media (min-width: 480px) {
  .modal-content .modal-body label[for=pre-username] {
    margin-bottom: 5px;
    font-size: 13.333333333px;
    color: #454545;
  }
}
.modal-content .modal-body label[for=username] {
  float: left;
  padding: 7px 12px;
  font-weight: normal;
  background-color: #e3eaee;
  color: #454545;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body label[for=username] {
    text-align: center;
    width: auto;
    text-align: left;
  }
}
.modal-content .modal-body .align-left {
  float: left;
}
.modal-content .modal-body .help-block {
  font-size: 13px;
}
@media (max-width: 479px) {
  .modal-content .modal-body .form-control {
    padding: 8px 11px;
    height: auto;
  }
}
.modal-content .modal-body .form-group {
  margin-bottom: 10px;
}
.modal-content .modal-body .form-group.half-width {
  margin-left: 0;
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  .modal-content .modal-body .form-group.half-width {
    width: 48%;
  }
}
.modal-content .modal-body .form-group.half-width:nth-of-type(3) {
  margin-left: 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body .form-group.half-width:nth-of-type(3) {
    margin-left: 4%;
  }
}
.modal-content .modal-body .welcome {
  text-align: center;
}
@media (min-width: 480px) {
  .modal-content .modal-body .welcome {
    text-align: left;
  }
}
.modal-content .modal-body .subheadline {
  margin-top: -10px;
}
.modal-content .modal-body .tool-desc {
  margin: 15px 0 0 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body .tool-desc .icon {
    float: left;
    margin-right: 18.75px;
  }
}
.modal-content .modal-body .tool-desc .icon svg {
  width: 130px;
  height: 123px;
}
.modal-content .modal-body .tool-desc .btn-primary {
  float: left;
}
.modal-content .modal-body .tool-desc .explore-link {
  display: block;
  font-size: 13px;
  margin: 14px 0 0 12px;
}
@media (min-width: 480px) {
  .modal-content .modal-body .tool-desc .explore-link {
    float: left;
  }
}
.modal-content .modal-body .enterToken {
  text-align: left;
}
.modal-content .modal-body .enterToken .email-container {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .modal-content .modal-body .enterToken .email-container {
    display: -webkit-flex;
    display: flex;
  }
}
.modal-content .modal-body .enterToken .mailIcon {
  text-align: center;
  margin: -10px 0 20px 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body .enterToken .mailIcon {
    -webkit-flex: 1;
    flex: 1;
    margin: 30px 0 0 0;
  }
}
.modal-content .modal-body .enterToken .mailIcon p {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .modal-content .modal-body .enterToken .key-group {
    border-left: 1px solid #DDDDDD;
    -webkit-flex: 3;
    flex: 3;
    padding: 10px 0 0 20px;
  }
}
.modal-content .modal-body .checkEmail hr,
.modal-content .modal-body .resetRequestSent hr,
.modal-content .modal-body .enterPassword hr,
.modal-content .modal-body .enterToken hr {
  margin: 10px 0 15px 0;
}
@media (min-width: 480px) {
  .modal-content .modal-body .checkEmail hr,
  .modal-content .modal-body .resetRequestSent hr,
  .modal-content .modal-body .enterPassword hr,
  .modal-content .modal-body .enterToken hr {
    margin: 20px 0 15px 0;
  }
}
.modal-content .modal-body .checkEmail .mailIcon svg,
.modal-content .modal-body .resetRequestSent .mailIcon svg,
.modal-content .modal-body .enterPassword .mailIcon svg,
.modal-content .modal-body .enterToken .mailIcon svg {
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .modal-content .modal-body .checkEmail .mailIcon svg,
  .modal-content .modal-body .resetRequestSent .mailIcon svg,
  .modal-content .modal-body .enterPassword .mailIcon svg,
  .modal-content .modal-body .enterToken .mailIcon svg {
    float: left;
  }
}
.modal-content .modal-body .checkEmail .mailIcon p,
.modal-content .modal-body .resetRequestSent .mailIcon p,
.modal-content .modal-body .enterPassword .mailIcon p,
.modal-content .modal-body .enterToken .mailIcon p {
  text-align: center;
  margin: 20px 0 10px 15px;
}
@media (min-width: 480px) {
  .modal-content .modal-body .checkEmail .mailIcon p,
  .modal-content .modal-body .resetRequestSent .mailIcon p,
  .modal-content .modal-body .enterPassword .mailIcon p,
  .modal-content .modal-body .enterToken .mailIcon p {
    float: left;
    text-align: left;
    margin: 33px 0 0 15px;
  }
}
.modal-content .modal-body .checkEmail .enter-key,
.modal-content .modal-body .resetRequestSent .enter-key,
.modal-content .modal-body .enterPassword .enter-key,
.modal-content .modal-body .enterToken .enter-key {
  margin: -10px 0 0 0;
  text-align: right;
}
.modal-content .modal-body .help-footer {
  padding: 0;
  background: none;
  text-align: center;
  color: inherit;
  font-size: 13px;
  color: #999;
  margin-bottom: -6px;
}
@media (min-width: 480px) {
  .modal-content .modal-body .help-footer {
    font-size: normal;
    text-align: right;
  }
}
.modal-content .modal-body .help-footer p {
  margin: 0;
  padding: 0;
}
.modal-content .modal-body .help-footer p.switch-back {
  text-align: left;
}
.modal-content .modal-body .form-control.username {
  width: 100%;
}
@media (min-width: 480px) {
  .modal-content .modal-body .form-control.username {
    width: 70%;
  }
}
.modal-content .modal-body .checkbox label div {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border: 1px solid #e1ebf1;
  text-align: center;
  background-color: #ffffff;
}
.modal-content .modal-body .checkbox label div span {
  display: inline-block;
  position: relative;
  height: 24px;
  opacity: 0;
}
.modal-content .modal-body .checkbox label div span:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 9px;
  border-bottom: 3px solid #638093;
  border-left: 3px solid #638093;
  top: 30%;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
.modal-content .modal-body .checkbox label div + span {
  display: block;
  overflow: hidden;
  line-height: 24px;
}
.modal-content .modal-body .checkbox label:focus {
  outline: none;
}
.modal-content .modal-body .checkbox label:focus div {
  -moz-box-shadow: 0 0 3px #a5bece;
  -webkit-box-shadow: 0 0 3px #a5bece;
  box-shadow: 0 0 3px #a5bece;
}
.modal-content .modal-body .checkbox label:hover span,
.modal-content .modal-body .checkbox label:hover div {
  opacity: 0.6;
}
.modal-content .modal-body .checkbox label:hover div {
  background: #32b2d2;
}
.modal-content .modal-body .checkbox input[type="checkbox"] {
  display: none;
}
.modal-content .modal-body .checkbox input[type="checkbox"]:disabled + label div {
  background-color: #f5f5f5 !important;
}
.modal-content .modal-body .checkbox input[type="checkbox"]:disabled + label div span:after {
  display: none;
}
.modal-content .modal-body .checkbox input[type="checkbox"]:checked + label span,
.modal-content .modal-body .checkbox input[type="checkbox"]:checked + label div {
  opacity: 1;
}
.modal-content .modal-body .checkbox input[type="checkbox"]:checked + label div {
  background: #32b2d2;
}
.modal-content .modal-body .terms-checkbox,
.modal-content .modal-body .mailing-list-checkbox,
.modal-content .modal-body .remember-me-token,
.modal-content .modal-body .remember-me-password {
  padding: 0;
}
.modal-content .modal-body .terms-checkbox label,
.modal-content .modal-body .mailing-list-checkbox label,
.modal-content .modal-body .remember-me-token label,
.modal-content .modal-body .remember-me-password label {
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
}
.modal-content .modal-body .terms-checkbox input[type="checkbox"]:focus,
.modal-content .modal-body .mailing-list-checkbox input[type="checkbox"]:focus,
.modal-content .modal-body .remember-me-token input[type="checkbox"]:focus,
.modal-content .modal-body .remember-me-password input[type="checkbox"]:focus {
  outline: 0;
}
.modal-content .modal-body .cta-links {
  text-align: center;
}
@media (min-width: 480px) {
  .modal-content .modal-body .cta-links {
    text-align: left;
  }
  .modal-content .modal-body .cta-links button,
  .modal-content .modal-body .cta-links p {
    float: left;
  }
  .modal-content .modal-body .cta-links p {
    margin: 13px 0 0 8px;
  }
}
.modal-content .modal-body .btn-primary {
  margin-top: 6.25px;
}
.modal-content .modal-body .btn-link {
  margin: -6px;
  float: left;
}
@media (min-width: 480px) {
  .modal-content .modal-body .btn-link {
    margin: 7px 0px 0px -6px;
    float: none;
  }
}
.modal-content .modal-body .password-label {
  margin-bottom: 5px;
  font-weight: 400;
}
.modal-content .modal-body ul.password-strength li {
  color: #333;
  font-weight: 300;
}
.modal-content .modal-body ul.password-strength li.invalid {
  color: #eb5d52;
}
.modal-content .modal-body ul.password-strength li.valid {
  color: #3fb58e;
}
.modal-content .alert {
  margin-bottom: 13px;
}
.modal-content p {
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}
.navbar-btn {
  margin-right: 0.7em;
}
.navbar-btn:last-child {
  margin-right: 1em;
}
.navbar .test-buttons {
  margin: 0;
}
.btn-secondary-nav {
  color: #333;
  background: none;
  border-color: none;
}
.btn-secondary-nav:hover {
  background: #333;
  color: white !important;
}
.btn-secondary-nav.active {
  background-color: #1f1f1f;
}
.webmaker img {
  max-width: 100%;
}
.font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
/*********************************************************
* UI STATES
*/
/* Hidden */
.butter-hidden {
  display: none !important;
}
.butter-button-waiting,
.butter-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
/* Warning for unsupported browsers */
.butter-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #cb3e21;
  z-index: 10020;
  font-size: 10pt;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: transform 0.2s linear 1s;
  -moz-transition: transform 0.2s linear 1s;
  -o-transition: transform 0.2s linear 1s;
  -ms-transition: transform 0.2s linear 1s;
  transition: transform 0.2s linear 1s;
}
.butter-warning.slide-out {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.butter-warning span {
  display: block;
  padding: 1em;
  line-height: 1.2;
}
.butter-warning a {
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}
.butter-warning button {
  float: right;
  margin: 0.4em;
  padding: 4px 6px;
  border: 1px solid #FFF;
  background: transparent;
}
/* Spinney */
.butter-logo-spin-outer {
  width: 16px;
  height: 16px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.butter-logo-spin-outer.fade-out {
  opacity: 0;
}
.butter-spinner {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("../resources/icons/spinny.gif");
}
.butter-spinner.hidden {
  /* conflict with .media-editor .media-loading-spinner.media-gallery-loading */
  display: none !important;
}
.invalid-field .butter-spinner {
  background-image: url("../resources/icons/spinny-error.gif");
}
/* Toggle hide/show button for editor and tray */
.butter-toggle-button {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  color: #d9dddd;
  position: absolute;
}
.butter-toggle-button:hover {
  color: #3a3c3c;
}
.butter-toggle-button:after {
  content: "\f078";
}
.butter-toggle-button.toggled:after {
  content: "\f077";
}
/* Targets and highlighting */
.butter-highlight-on {
  box-shadow: 0 0 0 10px #3fb58e;
}
.butter-highlight-fade {
  -webkit-transition: box-shadow 1.5s;
  -moz-transition: box-shadow 1.5s;
  -o-transition: box-shadow 1.5s;
  -ms-transition: box-shadow 1.5s;
  transition: box-shadow 1.5s;
  box-shadow: 0 0 0 10px transparent;
}
.butter-iframe-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  z-index: 10000;
  display: none;
}
/*********************************************************
* Drop down
*/
.butter-dropdown-off {
  visibility: hidden;
}
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
  color: #F8FDE2;
  font-weight: 300;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
}
body.show-loading .loading-message {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
#controls-big-play-button {
  width: 57px;
  height: 66px;
  background: url("../resources/controls/icon_play.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -26px;
  z-index: 3;
  cursor: pointer;
}
.show-loading #controls-big-play-button {
  display: none;
}
.embed {
  width: 100%;
  height: 100%;
  position: relative;
}
.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 43px;
  z-index: 1;
}
#video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
#video.full-screen {
  padding: 0;
  height: 100%;
}
.video > div video,
.video > div iframe,
.video > object,
.embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#thumbnail-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  background-color: #FFFFFF;
}
#thumbnail-container > .project-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
#thumbnail-container > .background-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 43px;
}
#thumbnail-container.preload {
  z-index: 1002;
}
#thumbnail-container.hidden {
  display: none;
}
.embed-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #676867;
}
.embed-nav {
  list-style: none;
  padding: 0;
}
.embed-nav > li {
  display: inline-block;
  margin-right: 10px;
}
.embed-nav > li > a {
  display: block;
  padding-top: 50px;
  width: 50px;
  text-decoration: none;
  color: #EEE;
  text-align: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.embed-nav > li > a:hover {
  opacity: 1;
}
/*********************************************************
* Credits
*/
.attribution-info {
  font-family: "Meta", "Open Sans", "Helvetica Neue", sans-serif;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%;
  font-size: 14px;
}
.attribution-info.show {
  z-index: 4;
}
.attribution-info a,
.attribution-info a:visited {
  color: #555;
}
@media only screen and (min-width: 640px) {
  .attribution-info {
    font-size: 16px;
  }
}
@media only screen and (min-width: 853px) {
  .attribution-info {
    font-size: 21.325px;
  }
}
@media only screen and (min-width: 1280px) {
  .attribution-info {
    font-size: 28px;
  }
}
.attribution-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  background-color: #cb3e21;
  color: #FFF;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.attribution-logo:before {
  position: relative;
  top: 3px;
  font-size: 30px;
  font-family: Georgia, serif;
  content: '\0201c';
}
.attribution-logo:hover {
  opacity: 1;
}
.attribution-logo:hover .attribution-text {
  visibility: visible;
}
.attribution-text {
  position: absolute;
  height: 25px;
  line-height: 25px;
  left: 31px;
  visibility: hidden;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (min-width: 853px) {
  .attribution-logo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .attribution-logo:before {
    font-size: 40px;
  }
  .attribution-text {
    left: 39px;
    line-height: 30px;
  }
}
.attribution-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 3.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.attribution-mopop {
  color: #cb3e21;
  font-size: 0.9em;
  font-weight: 700;
}
.attribution-title {
  font-size: 1.3em;
  line-height: 1.6;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attribution-author {
  font-style: italic;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attribution-author > a {
  text-decoration: none;
}
.attribution-author > a:hover {
  text-decoration: underline;
}
.attribution-media,
.attribution-images,
.attribution-extra {
  margin-top: 0.5em;
  font-size: 0.7em;
  width: 100%;
  float: left;
  clear: left;
}
.attribution-media > .container-label,
.attribution-images > .container-label,
.attribution-extra > .container-label {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 2em;
}
.attribution-media .data-container,
.attribution-images .data-container,
.attribution-extra .data-container {
  width: 90%;
  float: right;
}
.attribution-media .attribution-media-src,
.attribution-images .attribution-media-src,
.attribution-extra .attribution-media-src {
  float: left;
  white-space: nowrap;
  text-decoration: none;
  color: #555;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attribution-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 8px;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
}
.attribution-close:hover {
  opacity: 1;
}
.attribution-details {
  opacity: 0;
  visibility: hidden;
}
.attribution-on {
  z-index: 4;
}
.attribution-on .attribution-logo {
  opacity: 1;
}
.attribution-on .attribution-logo .attribution-text {
  visibility: hidden;
}
.attribution-on .attribution-details {
  opacity: 1;
  visibility: visible;
}
/*********************************************************
* Icons for credits
*/
.media-icon {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  background: url("../resources/icons/media-icons.png") no-repeat;
  height: 16px;
  width: 16px;
}
.media-icon.html5-icon {
  background-position: 0 0;
}
.media-icon.youtube-icon {
  background-position: -16px 0;
}
.media-icon.vimeo-icon {
  background-position: -32px 0;
}
.media-icon.soundcloud-icon {
  background-position: -48px 0;
}
.media-icon.archive-icon {
  background-position: -64px 0;
}
/*********************************************************
 SHARED STYLES BETWEEN POSTROLL AND SHARE STATES */
#post-roll-container {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#post-roll-container.embed-dialog-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#post-roll,
#share {
  font-family: "Meta", "Open Sans", "Helvetica Neue", sans-serif;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 1.5em;
  line-height: 1.4em;
  color: #676867;
}
#post-roll a,
#share a {
  color: #676867;
}
#post-roll .post-roll-inner,
#share .post-roll-inner,
#post-roll .share-inner,
#share .share-inner {
  position: relative;
  padding: 10%;
  font-family: "Meta", "Open Sans", "Helvetica Neue", sans-serif;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
#post-roll .embed-project,
#share .embed-project,
#post-roll .share-options,
#share .share-options {
  margin-left: 30%;
  margin-top: 0;
  padding-left: 0;
}
#post-roll .mozpopcorn,
#share .mozpopcorn {
  color: #D53B2A;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  line-height: 1em;
}
#post-roll .embed-logo,
#share .embed-logo {
  float: left;
  background: url("../resources/controls/postroll_logo.png") 0 0 no-repeat;
  width: 30%;
  background-size: 100%;
  max-width: 231px;
  height: 388px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -5%;
}
#post-roll .embed-title,
#share .embed-title {
  font-size: 32px;
  font-weight: 700;
  color: #676867;
  line-height: 1.4em;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#post-roll .embed-author,
#share .embed-author {
  margin-bottom: 1em;
  color: #676867;
  font-size: 20px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#post-roll .embed-author > a,
#share .embed-author > a {
  text-decoration: none;
}
#post-roll .embed-author > a:hover,
#share .embed-author > a:hover {
  text-decoration: underline;
}
/*********************************************************
* POST ROLL
*/
#post-roll .post-roll-description {
  color: #676867;
  font-size: 20px;
}
#post-roll .embed-nav > li > a {
  background: rgba(0, 0, 0, 0.3) url("../resources/controls/controls_icons.png") no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 7px;
  width: 58px;
  height: 58px;
}
#post-roll .embed-nav > li > a span {
  color: #676867;
  display: block;
  position: absolute;
  top: 60px;
  font-size: 16px;
}
#post-roll #replay-post {
  background-position: 9px -28px;
  cursor: pointer;
}
#post-roll #replay-post:hover {
  background-color: #2BB673;
}
#post-roll #remix-post {
  background-position: 9px -78px;
  cursor: pointer;
}
#post-roll #remix-post:hover {
  background-color: #002839;
}
#post-roll #share-post {
  background-position: 9px -123px;
  cursor: pointer;
}
#post-roll #share-post:hover {
  background-color: #D53B2A;
}
/*********************************************************
* SHARE
*/
#share-container {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#share .embed-nav > li {
  width: 80px;
  height: 40px;
}
#share #share-close {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 16px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: block;
  color: white;
  text-align: center;
  padding-top: 6px;
  line-height: 1em;
  width: 28px;
  height: 23px;
  cursor: pointer;
}
#share #share-close:hover {
  background: #1eb771;
}
#share .share-options input,
#share .share-options textarea {
  font-size: 12px;
  resize: none;
  width: 70%;
  padding: 10px;
  float: left;
  border-radius: 2px;
  background: white;
  border: 1px solid #d5d6d5;
}
#share .share-options input:focus,
#share .share-options textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #2BB673;
}
#share .share-options textarea {
  height: 90px;
  font-family: menlo, monospace;
}
#share .share-options fieldset {
  border: none;
  padding: 5px 0;
}
#share .share-options label {
  display: block;
  padding-bottom: 0;
  font-size: 16px;
}
#share .share-buttons {
  float: left;
  margin: 0;
  margin-left: 20px;
  display: none;
}
#share .share-buttons > li > a {
  padding: 3px;
}
#share .share-size {
  float: left;
  margin-left: 10px;
  line-height: 1em;
  position: relative;
}
#share .size-options {
  background: #ababab;
  border-radius: 5px;
  position: absolute;
  z-index: 9999;
  width: 113px;
}
#share .size-options a {
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 0;
  display: none;
}
#share .size-options a:last-child {
  border-bottom: none;
}
#share .size-options a:hover {
  background: #1EB771;
}
#share .size-options a.current {
  display: block;
  background: url("../resources/controls/embed_size_sprite.png") no-repeat 90px 15px;
}
#share .size-options a.current:hover {
  display: block;
  background: #1EB771;
}
#share .size-options a:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#share .size-options a:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#share .size-options span {
  display: block;
}
#share .size-options span.icon {
  background: url("../resources/controls/embed_size_sprite.png") no-repeat;
  width: 36px;
  height: 29px;
  margin: 0 3px;
  float: left;
}
#share .size-options span.size {
  font-weight: bold;
  line-height: 1.2em;
}
#share .size-options span.dimensions {
  line-height: 1.2em;
}
#share .size-options .small .icon {
  background-position: center -14px;
}
#share .size-options .medium .icon {
  background-position: center -52px;
}
#share .size-options .large .icon {
  background-position: center -91px;
}
#share .size-options .xlarge .icon {
  background-position: center -131px;
}
#share .size-options:hover a {
  display: block;
  background-image: none;
}
#share .size-options:hover a.current {
  background: url("../resources/controls/embed_size_sprite.png") no-repeat 88px -162px;
}
/*********************************************************
* MEDIA QUERIES
*/
@media only screen and (max-width: 853px) {
  #post-roll .embed-logo,
  #share .embed-logo {
    width: 20%;
    background-size: 100%;
    margin-left: 10%;
    margin-top: 0;
    height: 255px;
  }
  #post-roll .embed-author,
  #share .embed-author {
    margin-bottom: 1em;
    font-size: 18px;
  }
  #post-roll .post-roll-inner,
  #share .post-roll-inner,
  #post-roll .share-inner,
  #share .share-inner {
    left: 0;
    width: 80%;
    padding: 5%;
    top: 10%;
  }
  #post-roll .post-roll-description {
    font-size: 16px;
    line-height: 1.2em;
  }
  #share .share-options input {
    width: 70%;
  }
  #share .share-options fieldset {
    padding: 3px 0;
    min-width: 0;
    width: 90%;
  }
  #share .share-options textarea {
    height: 110px;
    width: 70%;
    min-width: 0;
  }
  #share .share-options input {
    width: 70%;
    min-width: 0;
  }
  #share .share-options label {
    float: left;
    width: 20%;
    padding-top: 8px;
  }
  #share .share-size {
    float: none;
    margin-left: 97%;
    width: 100%;
  }
  #share .share-size .size-options {
    bottom: -35px;
  }
  #share .share-size label {
    float: left;
    width: 20%;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 560px) {
  #post-roll,
  #share {
    font-size: 13px;
  }
  #post-roll .embed-title,
  #share .embed-title {
    margin-bottom: 3px;
    font-size: 25px;
  }
  #post-roll .mozpopcorn,
  #share .mozpopcorn {
    font-size: 12px;
  }
  #post-roll .embed-author,
  #share .embed-author {
    font-size: 14px;
  }
  #post-roll .embed-logo,
  #share .embed-logo {
    width: 20%;
    margin-left: 20px;
    margin-top: 0;
    height: 175px;
  }
  #post-roll .embed-project,
  #share .embed-project {
    margin-top: 0;
    padding-left: 0;
  }
  #post-roll .post-roll-inner,
  #share .post-roll-inner,
  #post-roll .share-inner,
  #share .share-inner {
    width: 90%;
    top: 0;
  }
  .post-roll-description {
    display: none;
  }
  #share .embed-logo {
    display: none;
  }
  #share .embed-project,
  #share .share-options {
    margin-left: 0;
  }
  #share .share-options fieldset {
    padding: 3px 0;
    min-width: 0;
    width: 100%;
  }
  #share .share-options textarea {
    height: 90px;
    width: 70%;
    min-width: 0;
  }
  #share .share-options input {
    width: 70%;
    min-width: 0;
  }
  #share .share-options label {
    float: left;
    width: 20%;
    padding-top: 8px;
  }
  #share .share-options .share-size {
    float: none;
    width: 100%;
    margin-top: 115px;
    margin-left: 20%;
  }
  .embed-info .embed-logo-small {
    width: 63px;
    height: 63px;
    margin-right: 10px;
  }
  .embed-info .mozpop {
    font-size: .9em;
  }
  .embed-info .embed-title {
    font-size: 1.3em;
  }
  .embed-info .embed-author {
    font-size: 1em;
  }
  .embed-info .embed-details {
    margin-top: 0;
  }
  #play {
    width: 40px;
    background-size: 100%;
    margin-top: 0;
  }
}
