/**
 * @file
 * Mobile styles.
 */
@media (max-width: 767px) {

  .mobile-visible {
    display: block;
  }
  .contribute a {
    font-weight: 700;
    font-size: 1em;
    border-top: 1px solid #F14D2E;
    padding: 10px 0;
  }
  .logo {
    width: 205px;
  }
  .logo a {
    margin: 0;
  }
  .login {
    margin: -25px 20px 0 0;
  }
  .column-headers div.left h3 {
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #3c7596;
    padding-left: 0;
  }
  .content-select-list {
    float: none;
    margin: 0;
    height: 30px;
    border-top: 1px solid #56a8d8;
  }
  .content-select-list ul {
    width: 100%;
    margin: 0;
  }
  .content-select-list i {
    font-size: 1.4em;
    margin-top: 0;
    margin-right: 13px;
  }
  .content-select-list i.icon-remove {
    font-size: 1em;
    margin-top: 2px;
    margin-right: 7px;
  }
  .content-select-list ul > span {
    width: auto;
    padding-top: 5px;
    padding-bottom: 6px;
    background: #488cb4;
    font-size: 1em;
    color: white;
    padding-left: 15px;
    box-shadow: none;
  }
  #front-container {
    height: auto !important;
  }
  .node-teaser {
    float: none;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .node-teaser .type + h3 {
    margin-top: 25px;
  }
  .node-teaser:first-child {
    border-top: 1px solid #dddddd;
  }
  .node-teaser .image,
  .node-teaser .comments,
  .node-teaser .timestamp {
    display: none;
  }
  .node-teaser.image img {
    width: 100%;
  }
  .node-teaser .video-wrapper {
    margin: 20px;
  }
  .node-teaser h3 {
    font-size: 1.15em;
    font-weight: 500;
  }
  .node-teaser.tweet {
    padding-bottom: 20px;
  }
  .node-teaser-social {
    display: none;
  }
  .node-full .call-to-action {
    margin-left: 0;
  }
  ul.pager {
    display: block;
    margin-bottom: 0;
  }
  .pager-first,
  .pager-current,
  .pager-previous,
  .pager-item,
  .pager-ellipsis,
  .pager-last {
    display: none !important;
  }
  .item-list .pager li {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    display: block;
    margin: 0;
    background: #E0E6E9;
    padding: 0;
  }
  .item-list .pager li.pager-next a {
    background-color: #E0E6E9;
    border: none;
    padding: 20px 0;
    display: block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .item-list .pager li.pager-next a:hover {
    background-color: #E0E6E9;
  }
  .loading-content-type {
    display: none;
    width: 92%;
    margin: 50px auto 75px;
    text-align: center;
    position: relative;
    top: 10px;
  }
  #block-system-main {
    margin-top: 0;
  }
  .loading {
    display: none !important;
  }
  #right-sidebar > div > .block {
    display: none;
  }
  #right-sidebar #block-te-actions-ads-actions-ads {
    display: block;
    margin: 0;
  }
  #content .region,
  #right-sidebar .region {
    padding: 0;
  }
  .block.ad {
    display: none;
  }
  #block-te-actions-ads-actions-ads .content {
    margin: 0 15px;
  }
  #block-te-actions-ads-actions-ads .action {
    height: 160px;
    background-size: 100%;
  }
  #block-te-actions-ads-actions-ads .sub-caption {
    display: block;
  }
  #block-te-actions-ads-actions-ads .sub-caption p {
    display: none;
  }
  #right-sidebar .action {
    margin-bottom: 15px;
    text-align: center;
    max-width: 300px;
    height: 250px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  #right-sidebar .action .sub-caption {
    display: block;
  }
  #right-sidebar .action a.title {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  #block-te-actions-ads-actions-ads .caption {
    width: 95%;
  }
  #right-sidebar h2 {
    display: none;
  }
  #right-sidebar h3 {
    font-size: 1.2em;
    text-align: center;
    background: #488cb4;
    color: white;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
  }
  #actions-ads {
    margin-top: 0px;
  }
  .contribute-footer {
    display: block;
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
  .go-up {
    bottom: 20px;
    right: 20px;
  }

  /* Posts by FW Staff
   ****************************************************************************/
  #colL {
    width: 100%;
  }
  #colR {
    margin-left: 0;
  }
  #modal-container {
    width: 96%;
    margin-left: 2%;
    position: absolute;
  }
  .front-issue {
    width: 100%;
    position: relative !important;
    top: auto !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
  }
  .front-issue .issue-content,
  .front-issue .issue-recent,
  .front-issue .timestamp {
    display: none;
  }
  .front-issue h2 {
    font-size: 1.3em;
    margin-bottom: 0;
  }
  .front-issue .issue-icon {
    font-size: 3.3em;
  }
  .front-issue .issue-icon i {
    padding-top: 26px;
  }
  .front-issue .issue-followers {
    border-top: none;
    text-align: center;
    padding: 0;
  }
  h1.article-title {
    font-size: 2.5em;
  }
  .column-headers .content-select-list li {
    padding: 15px 15px 15px 24px;
  }
  .node-type-video .author,
  .node-type-video #main-content .social-media,
  .node-type-article .author,
  .node-type-article #main-content .social-media,
  .node-type-audio .author,
  .node-type-audio #main-content .social-media,
  .node-type-external-content .author,
  .node-type-external-content #main-content .social-media,
  .node-type-testimonial .author,
  .node-type-testimonial #main-content .social-media {
    float: none;
    width: 100%;
  }
  .author-picture {
    display: none;
  }
  h1.article-title {
    margin: 0 0 10px;
  }
  .node-container {
    padding: 0 1.5em;
  }
  .node-container .author {
    padding: 14px 0;
    margin-bottom: 10px;
  }
  .attached-files,
  .node-type-video .links-container,
  .node-type-article .links-container,
  .node-type-audio .links-container,
  .node-type-external-content .links-container,
  .node-type-testimonial .links-container {
    margin-left: 0;
  }
  #content .author .author-name,
  #content .author .time-ago {
    display: inline-block;
    padding: 0 3px;
  }
  #main-content .author .author-name,
  #main-content .author .author-name a {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
  }
  #main-content .author .time-ago {
    color: #aaa;
    font-weight: light;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #main-content .author .social-media {
    border-top: 1px solid #ddd;
    margin-top: 8px;
  }
  #main-content .author .social-share .social {
    margin-left: 3px;
    margin-right: 5px;
  }
  .node-type-external-content .node-content,
  .node-type-audio .node-content,
  .node-type-video .node-content,
  .node-type-article .node-content {
    margin-left: 0;
  }
  #comments,
  .node-type-video .related-posts,
  .node-type-article .related-posts,
  .node-type-audio .related-posts,
  .node-type-external-content .related-posts {
    margin-left: 0;
  }
  .view-related-posts .comment-count {
    margin-bottom: 20px;
    padding: 10px 15px 0;
  }

  /* Join Form
   ****************************************************************************/
  .node-type-webform h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  #webform-client-form-128 input[type='text'],
  #webform-client-form-128 input[type='email'],
  #webform-client-form-128 input[type='number'] {
    width: 92%;
  }
  input.form-text {
    width: 90%;
  }
  #webform-client-form-128 #webform-component-optional-survey {
    width: 100%;
    float: none;
    position: relative;
  }
  #mobile-join {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 5px;
  }
  #mobile-join p {
    font-size: 1.5em;
    line-height: 1.1;
    color: #333;
    font-weight: bold;
  }
  #mobile-join h1 {
    display: none;
  }

  /* Issue Pages
   ****************************************************************************/
  #block-fw-portals-portal-info .issue-icon {
    margin-top: 0.5em;
    width: 3em;
    height: 3em;
  }
  #block-fw-portals-portal-info .issue-connector {
    display: none;
  }
  #block-fw-portals-portal-info .issue-description {
    text-align: center;
    box-shadow: none;
    background: none;
    margin-top: 0;
    padding-top: 10px;
  }
  #block-fw-portals-portal-info .issue-icon i {
    font-size: 1.5em;
  }

  /* Modal Styles
   ****************************************************************************/
  #modal-shadow.show {
    z-index: 101;
  }
  #modal-container h3 {
    font-size: 18px;
    padding-top: 15px;
  }

  /* Issues Pages and Other Sub Pages
   ****************************************************************************/
  .issue-heading {
    padding-top: 0.25em;
    margin-bottom: 1em;
  }
  .issue-heading h3 {
    margin-bottom: 0.2em;
  }
  .column-headers .left h3 {
    margin-top: 0.45em;
  }
  .node-type-issue .node-teaser {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .node-type-article .login-register-comments {
    margin-left: 10px;
  }
  .not-front .article-title {
    margin-top: 1em;
    font-size: 1.8em;
  }
  .not-front .content-select-list {
    display: none;
  }
  .page-taxonomy-term .content-select-list {
    display: block;
  }
  .node-type-issue .author {
    padding: 0 20px;
  }
  .node-type-issue .modal-icon {
    display: none !important;
  }

  /* Frontpage Feature Form
   ****************************************************************************/
  #feature form {
    width: 280px !important;
  }
  #feature .form-email {
    width: 263px !important;
  }
  #feature .form-submit {
    width: 132px !important;
  }

  /* Happening Now
   ****************************************************************************/
  .te-now-rotator {
    height: 0;
  }
  .te-now-event {
    height: auto;
    line-height: 24px;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .te-now-event .te-now-label {
    margin-right: 0;
  }
  .te-now-event .te-now-title {
    display: block;
    padding-top: 5px;
  }
  .te-now-event .te-now-button {
    display: block;
    margin-left: 0;
  }

} /* @media */
