/* ====== Embeds Section */
.OnAirEmbed h5 {
  width: 300px; }

.OnAirEmbedExamples {
  margin: 18px 0;
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }

.OnAirEmbedExample > td {
  padding-top: 20px;
  padding-bottom: 20px; }

.OnAirEmbedExample:not(:first-child) > td {
  border-top: 1px solid #E0F0F5; }

.OnAirEmbedExample .OnAirEmbedExample-label,
.OnAirEmbedExample .OnAirEmbedExample-content {
  vertical-align: middle; }

.OnAirEmbedExample .OnAirEmbedExample-label {
  font-size: 14px;
  padding-right: 50px; }

.OnAirEmbedExample .OnAirEmbedExample-content:not(:last-child) {
  padding-right: 50px; }

.OnAirEmbedExample .OnAirEmbedExample-smallOffAir {
  width: 89px;
  height: 20px;
  background-size: 89px 20px; }

.OnAirEmbedExample .OnAirEmbedExample-smallOnAir {
  width: 119px;
  height: 20px;
  background-size: 119px 20px; }

.OnAirEmbedExample .OnAirEmbedExample-largeOffAir {
  width: 106px;
  height: 28px;
  background-size: 106px 28px; }

.OnAirEmbedExample .OnAirEmbedExample-largeOnAir {
  width: 149px;
  height: 28px;
  background-size: 149px 28px; }

.OnAirEmbedExample .OnAirEmbedExample-smallOffAir {
  display: inline-block;
  background-image: url(../images/embed/smallOffAir.png);
  background-repeat: no-repeat; }

.OnAirEmbedExample .OnAirEmbedExample-smallOnAir {
  display: inline-block;
  background-image: url(../images/embed/smallOnAir.png);
  background-repeat: no-repeat; }

.OnAirEmbedExample .OnAirEmbedExample-largeOffAir {
  display: inline-block;
  background-image: url(../images/embed/largeOffAir.png);
  background-repeat: no-repeat; }

.OnAirEmbedExample .OnAirEmbedExample-largeOnAir {
  display: inline-block;
  background-image: url(../images/embed/largeOnAir.png);
  background-repeat: no-repeat; }

.OnAirEmbedForm {
  display: block;
  margin: 1em 0;}
  .OnAirEmbedForm .OnAirEmbedForm-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch; }
  .OnAirEmbedForm .OnAirEmbedForm-group {
    position: relative; }
    .OnAirEmbedForm .OnAirEmbedForm-group:not(:last-child) {
      margin-right: 40px; }
  .OnAirEmbedForm .OnAirEmbedForm-label {
    display: block;
    font-size: 16px;
    margin: 20px 0 10px 0;
    color: #3F4D51; }
  .OnAirEmbedForm .OnAirEmbedForm-submit {
    display: inline-block;
    margin: 30px 0;
    padding: 9px 50px;
    border: none;
    font-size: 16px;
    font-family: 'museo_sans700', sans-serif;
    font-weight: normal;
    color: white;
    border-radius: 3px;
    background: #49D68C;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .OnAirEmbedForm .OnAirEmbedForm-submit:hover {
      background: #45cb85; }
    .OnAirEmbedForm .OnAirEmbedForm-submit:active {
      background: #42c17e; }
    .OnAirEmbedForm .OnAirEmbedForm-submit:disabled {
      background: #A4B8BE;
      cursor: default; }
  .OnAirEmbedForm .OnAirEmbedForm-input {
    display: block;
    margin: 0;
    padding-right: 40px;
    width: 100%;
    padding: 9px;
    background: white;
    border: 1px solid rgba(164, 184, 190, 0.5);
    font-size: 16px;
    font-family: 'museo_sans300', sans-serif;
    font-weight: normal;
    color: #4A4A4A;
    border-radius: 3px; }
    .OnAirEmbedForm .OnAirEmbedForm-input + .OnAirEmbedForm-input-error {
      display: none;
      position: absolute;
      right: 0;
      bottom: 48px;
      font-size: 13px;
      font-family: 'museo_sans300', sans-serif;
      background: #f7ddda;
      border: 1px solid #D55548;
      border-radius: 3px;
      color: #D55548;
      padding: 0 4px; }
      .OnAirEmbedForm .OnAirEmbedForm-input + .OnAirEmbedForm-input-error::after {
        position: absolute;
        display: block;
        content: '';
        bottom: -3px;
        right: 17px;
        width: 3px;
        height: 3px;
        background: #f7ddda;
        border-top: 1px solid #D55548;
        border-left: 1px solid #D55548;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg); }
      .OnAirEmbedForm .OnAirEmbedForm-input + .OnAirEmbedForm-input-error::before {
        position: absolute;
        bottom: -39px;
        right: 10px;
        display: block;
        content: '';
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/embed/inputErrorSign.png); }
    .OnAirEmbedForm .OnAirEmbedForm-input.OnAirEmbedForm-input--invalid:not(.OnAirEmbedForm-input--blank) + .OnAirEmbedForm-input-error {
      display: block; }
  .OnAirEmbedForm .OnAirEmbedForm-select {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(164, 184, 190, 0.1);
    border: 1px solid rgba(164, 184, 190, 0.5);
    color: #4A4A4A;
    border-radius: 3px;
    cursor: pointer; }
  .OnAirEmbedForm .OnAirEmbedForm-select select {
    width: 100%;
    margin: 0;
    background: none;
    border: 1px solid transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: 'museo_sans300', sans-serif;
    font-weight: normal;
    color: #4A4A4A;
    padding: 9px;
    line-height: 1;
    cursor: pointer; }
  .OnAirEmbedForm .OnAirEmbedForm-select::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #A4B8BE;
    border-left: 1px solid #A4B8BE;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    background-size: 100%;
    z-index: 2;
    /* This hack make the select behind the arrow clickable in some browsers */
    pointer-events: none;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .OnAirEmbedForm .OnAirEmbedForm-select:hover {
    background: rgba(164, 184, 190, 0.2);
    border-color: #A4B8BE; }
  .OnAirEmbedForm .OnAirEmbedForm-select select:focus {
    outline: none;
    box-shadow: 0 0 1px 3px #b4defa;
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa; }
  .OnAirEmbedForm .OnAirEmbedForm-select option {
    font-weight: normal; }
  .OnAirEmbedForm x:-o-prefocus, .OnAirEmbedForm .custom-select::after {
    display: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .OnAirEmbedForm .custom-select select::-ms-expand {
      display: none; }
    .OnAirEmbedForm .custom-select select:focus::-ms-value {
      background: transparent;
      color: #222; } }

@-moz-document url-prefix() {
  .OnAirEmbedForm .custom-select {
    overflow: hidden; }
  .OnAirEmbedForm .custom-select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em); } }
  .OnAirEmbedForm .custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .OnAirEmbedForm .OnAirEmbedForm-group-username {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .OnAirEmbedForm .OnAirEmbedForm-group-size {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

#OnAirEmbedWidgetOverlay {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-container {
    position: relative;
    max-width: 660px;
    border-bottom: none;
    padding: 0; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-check {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/embed/checkSuccess.svg); }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-close {
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/embed/close.svg);
    opacity: 0.4; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-close:hover {
      opacity: 1; }
  #OnAirEmbedWidgetOverlay h3 {
    text-align: center; }
  #OnAirEmbedWidgetOverlay h6 {
    margin-top: 1.5em;
    font-weight: normal;
    font-family: 'museo_sans300', sans-serif; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-button-holder {
    margin-top: 1em;
    height: 28px; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-codeContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-code {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 9px;
    margin: 0;
    border: 1px solid rgba(164, 184, 190, 0.5);
    background: white;
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'museo_sans300', sans-serif;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-copy {
    outline: none;
    position: relative;
    padding: 9px 32px;
    margin: 0;
    color: white;
    font-size: 16px;
    background: #49D68C;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'museo_sans700', sans-serif;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-copy:hover {
      background: #45cb85; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-copy:active {
      background: #42c17e; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-copy.OnAirEmbedWidgetOverlay-copy--show-tooltip::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 46px;
      line-height: 1.2;
      display: block;
      content: attr(title);
      font-size: 13px;
      font-family: 'museo_sans300', sans-serif;
      border-radius: 3px;
      color: white;
      background: #4A4A4A;
      padding: 4px 5px;
      text-align: center; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-copy.OnAirEmbedWidgetOverlay-copy--show-tooltip::before {
      content: '';
      position: absolute;
      bottom: 44px;
      left: 50%;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      background: #4A4A4A;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-doneContainer {
    margin: 1.5em auto;
    text-align: center; }
  #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-done {
    display: inline-block;
    border: 1px solid #A4B8BE;
    border-radius: 40px;
    padding: 10px 32px;
    font-size: 16px;
    color: #A4B8BE;
    text-decoration: none;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    font-family: 'museo_sans700', sans-serif; }
    #OnAirEmbedWidgetOverlay .OnAirEmbedWidgetOverlay-done:hover {
      border-color: #3F4D51;
      color: #3F4D51; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .OnAirEmbedExample .OnAirEmbedExample-smallOffAir {
    background-image: url(../images/embed/smallOffAir@2x.png);
    background-repeat: no-repeat; }
  .OnAirEmbedExample .OnAirEmbedExample-smallOnAir {
    background-image: url(../images/embed/smallOnAir@2x.png);
    background-repeat: no-repeat; }
  .OnAirEmbedExample .OnAirEmbedExample-largeOffAir {
    background-image: url(../images/embed/largeOffAir@2x.png);
    background-repeat: no-repeat; }
  .OnAirEmbedExample .OnAirEmbedExample-largeOnAir {
    background-image: url(../images/embed/largeOnAir@2x.png);
    background-repeat: no-repeat; }
  .OnAirEmbedForm .OnAirEmbedForm-input + .OnAirEmbedForm-input-error::before {
    background-image: url(../images/embed/inputErrorSign@2x.png); } }

@media all and (max-width: 450px) {
  .OnAirEmbedExample:not(:first-child) > td,
  .OnAirEmbedExample .OnAirEmbedExample-label,
  .OnAirEmbedExample .OnAirEmbedExample-content {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none; }
  .OnAirEmbedForm .OnAirEmbedForm-row {
    display: block; }
  .OnAirEmbedForm .OnAirEmbedForm-group {
    margin: 20px 0; }
    .OnAirEmbedForm .OnAirEmbedForm-group:not(:last-child) {
      margin-right: 0; } }
