/* Microsoft Brand Colors
----------------------------------------------*/
/* Press Tools Widget */
.moving-handle {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  color: #444;
  cursor: n-resize;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
  padding: 15px 8px;
  position: relative;
  zoom: 1; }

.moving-handle .number {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold; }

.msft-newscenter-presstools-action {
  cursor: pointer;
  float: right;
  position: relative; }

.msft-newscenter-presstools-action:after {
  color: #aaa;
  content: '\f140';
  display: block;
  font: 400 20px/1 dashicons;
  padding-left: 12px;
  right: 0;
  text-align: center; }

.moving-handle:hover a.msft-newscenter-presstools-action:after {
  color: #777; }

.list-item {
  padding: 6px 0 4px;
  display: block;
  position: relative;
  zoom: 1; }

.list-item:hover .moving-handle {
  background: #eaeaea; }

.sortable-placeholder {
  border: 1px solid #FF9;
  background: #FFFFDF;
  display: block;
  margin: 12px 0 0; }

.msft-newscenter-presstools-delete {
  cursor: pointer;
  display: block;
  margin-top: 5px;
  float: right; }

.msft-newscenter-presstools-row {
  margin: 12px 0;
  text-align: right; }

.msft-newscenter-presstools-delete img, .msft-newscenter-presstools-add img {
  vertical-align: bottom;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  transition: opacity .3s ease-out; }

.msft-newscenter-presstools-add img {
  vertical-align: text-top; }

.msft-newscenter-presstools-delete:hover img, .msft-newscenter-presstools-add:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .3s ease-in; }

.msft-newscenter-presstools-instructions {
  font-size: smaller;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em; }

.msft-newscenter-presstools-instructions li {
  margin-bottom: 3px; }

.msft-newscenter-presstools-instructions li:before {
  content: "\02A \020"; }

.widefat {
  margin: 1px 0 6px; }

.msft-newscenter-presstools-edit-item {
  margin-bottom: 10px; }

.toggled-off {
  display: none; }

/* Accessibility Styles */
.widgets_access .moving-handle {
  cursor: auto; }

.widgets_access .hide-if-js {
  display: block !important; }

.widgets_access .msft-newscenter-presstools-action,
.widgets_access .msft-newscenter-presstools-delete,
.widgets_access .msft-newscenter-presstools-add,
.widgets_access .newscenter-presstools-link-list .hide-if-no-js,
.widgets_access .msft-newscenter-presstools-instructions .hide-if-no-js {
  display: none; }

/* You May Also Like 
---------------------------------*/
#you-may-like {
  display: none; }
  @media screen and (min-width: 900px) {
    #you-may-like {
      background: #002050;
      bottom: 20px;
      min-height: 88px;
      position: fixed;
      right: 0;
      width: 240px;
      z-index: 99; }
      #you-may-like .inner {
        padding: 20px; }
        #you-may-like .inner .large {
          color: white;
          text-transform: uppercase; }
        #you-may-like .inner p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 18px;
          line-height: 1.8rem;
          margin: 0; }
          #you-may-like .inner p a {
            color: #94a7dd; }
      #you-may-like .close_button {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; } }

.close_button {
  display: none; }
  @media screen and (min-width: 900px) {
    .close_button {
      background-image: url(img/click.png);
      width: 16px;
      height: 16px; } }
