@media only screen and (max-width: 1200px) {

audio {width: 100%;}
.page-interviews div.views-field-field-audio,
div.views-field-field-audio-1,
.page-interview div.views-field-nothing,
.page-interviews div.views-field-nothing {
    color: #222;
    float: right;
    box-shadow: 3px 3px 5px #ccc;
    margin-bottom: 317px;
    padding: 4px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}
div.views-field-field-audio a,
div.views-field-nothing a {
    display: block;
    min-width: 300px;
}
div.view-articles-block-3 .views-field-field-audio,
div.view-articles-block-3 .views-field-nothing,
.field-name-field-audio {
    float: left;
    min-width: 310px !important;
    min-height: 410px !important;
/*Temporary fix to make small format disappear*/
    display: none;
}

.player-container-small {display: block !important;}
.player-container-large {display: none !important;}

.jp-video {
    width: 300px;
    background: none !important;
    color: #7ab4e6 !important;
    font-weight: bold !important;
    border: none !important;
    margin-top: 243px;
    position: absolute;
}

.jp-interface {
    background: none !important;
    width: 260px !important;
    margin-left: 18px;
}

.jp-progress {
    height: 16px !important;
}

.jp-current-time, .jp-duration {
    font-size: 14px !important;
}

.jp-volume-bar {
    left: 25px !important;
    width: 66px !important;
    top: 9px !important;
}

.jp-volume-max {
    left: 88px !important;
}

.jp-volume-controls {
    left: 147px !important;
    top: 11px !important;
}

.jp-controls-holder {
    width: auto !important;
    margin-top: 55px !important;
}

.jp-controls {
    width: 156px !important;
    margin-left: 20px !important;
}

.jp-details {
    border-bottom: none !important;
    padding: 0 !important;
}

.jp-title {
    padding: 0 !important;
}

.jp-controls button.jp-previous,
.jp-controls button.jp-play,
.jp-controls button.jp-next,
.jp-volume-controls button.jp-mute,
.jp-volume-controls button.jp-volume-max {
    margin: 4px;
}

.jp-controls button.jp-previous, .jp-controls button.jp-next {
    margin-top: 9px;
}

.jp-controls button.jp-stop {
    display: none !important;
}

div.views-field-field-audio {
    float: left;
}

div.interview-actions {
}

div.interview-actions a i {
    color: #4082dc;
    font-size: 32px;
    margin: 4px 17px;
    float: left;
}

div.interview-actions a i.fa-podcast {
    margin-left: 20px;
}

div.views-field-nothing {
    min-width: 0 !important;
}

div.socialmedia-actions {
    display: none;
    width: 254px;
    height: 40px;
}

div.socialmedia-actions a i {
    color: #6988b3;
    font-size: 25px;
    margin: 8px 22px;
    float: left;
}

.player-container {
    width: 360px !important;
    height: 600px !important;
    background-color: #161a29;
    overflow: hidden;
    border-radius: 10px;
}

.player-menu {
  position: absolute;
  display: inline-block;
}

.menu-pulldown {
    color: #eee;
    background-color: #171717;
    padding: 3px 5px;
    position: relative;
    font-size: 43px;
    margin: 15px 25px 13px 17px;
}

.player-buttons {
  display: none;
  position: absolute;
  top: 20px;
  left: 65px;
  font-size: 20px;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.player-button:hover {
    background-color: #ff3;
}

.player-button {
    padding: 5px 4px 5px 0;
    border-bottom: 1px solid #acacac;
    color: black;
    padding: 10px 25px;
    text-decoration: none;
    display: block;
}

.player-menu:hover .player-buttons {
    display: block;
}

.player-tabs {
    background-color: #fff;
    width: 270px;
    height: 90px;
}

.player-tab {
    width: 300px;
    height: 400px;
    color: #eee;
    line-height: 33px;
    font-size: 22px;
    background-position: 0px -78px;
    text-transform: uppercase;
}

#player-jplayer {
    background-image: url(../img/player-jplayer-large.png);
    background-size: 589px;
    background-repeat: no-repeat;
    background-position-x: -289px;
    background-position-y: 1px;
    background-color: #22272b;
}

#player-jplayer-text {
    width: 300px;
    height: 300px;
    padding-top: 3px;
    padding-left: 17px;
    float: left;
    color: #fff;
    font-size: 37px;
    line-height: 37px;
    text-transform: uppercase;
}

#player-share {
    background-image: url("../img/player-share-small.png");
}

#player-share-text {
    width: 353px;
    height: 105px;
    padding-top: 17px;
    padding-left: 13px;
    color: #000;
    font-size: 31px;
    line-height: 37px;
    text-transform: uppercase;
}

#player-share-text2 {
    height: 31px;
    padding-top: 17px;
    color: #eee;
    margin-left: 33px;
    float: left;
    text-transform: uppercase;
}

#player-podcast {
    background-image: url(../img/player-podcast-small.png);
    background-size: 554px;
    background-position-x: 328px;
    background-position-y: -103px;
}

#player-podcast-text {
    width: 350px;
    height: 255px;
    padding-top: 0px;
    margin-left: 16px;
    color: #eee;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
}

.bizgov-highlight {
    color: #00a2df;
    font-weight: 600;
}

#player-podcast a i {
    margin: 0px 187px 14px 37px;
    position: relative;
    top: 177px;
    float: none !important;
    color: #000;
}

#player-podcast img {
    display: none;
}

.player-tab a {
    min-width: 118px !important;
    color: #3f5cca;
    font-weight: bold;
    font-size: 13px;
}

.player-tab a i:hover {
    transform: scale(1.1);
}

#player-tvhour {
    background-image: url(../img/player-tvhour-small.png);
    background-size: 413px;
    background-repeat: no-repeat;
    background-position-x: -112px;
    background-color: #171717;
}

#player-tvhour-text {
    font-size: 32px;
    position: relative;
    top: 227px;
    left: 68px;
}

#player-youtube-embed > iframe {
    margin-top: 167px;
    width: 300px;
    height: 206px;
}

.player-tab a i {
    font-size: 46px;
    margin: 30px -34px 0 106px;
    padding: 2px 4px;
    float: left;
    color: #3f5cca;
    background-color: #efefef;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #000;
}

.icon2 {
    font-size: 46px !important;
    width: 63px;
    text-align: center;
    padding: 9px !important;
    background-color: #0083e0 !important;
    color: #eee !important;
    border-radius: 38px !important;
    margin: 51px 75px -15px 72px !important;
}

.player-tab a i.fa-twitter {color: #ffffff; background-color: #1DA1F2;}
.player-tab a i.fa-facebook {color: #ffffff; background-color: #1877F2; padding: 4px 4px 0px 9px;}
.player-tab a i.fa-linkedin {color: #ffffff; background-color: #1666C5;}
.player-tab a i.fa-pinterest {color: #ffffff; background-color: #E60023;}
.player-tab a i.fa-youtube {color: #ffffff; background-color: #ff0000; margin-right: 20px; margin-bottom: 14px;}
.player-tab a i.fa-play {
    color: #cfd4da;
    background-color: #E60023;
    color: #cfd4da;
    background-color: transparent;
    border: 4px solid #000;
    border-radius: 51px;
    padding: 8px 12px;
    font-size: 38px !important;
}

.player-tab a i.fa-envelope {margin-left: 67px;}
.player-tab a i.fa-save {margin-left: 99px;}

.player-tab-hide {
    display: none;
}

.player-button-selected {
    font-weight: bold;
    color: #4dceff;
}

/*Force search bar width to match player width on mobile devices*/

#search-block-form > div > div > div.form-item.form-type-textfield.form-item-search-block-form {
    max-width: 300px;
}

