#navbar {
  margin: 0;
  background-color: transparent;
  border: none;
}
#navbar .main-menu {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 160px;
}
#navbar .logo {
  margin: 0;
  padding: 0;
}
#navbar ul.menu {
  width: 100%;
}
#navbar li.nav-share {
  float: right;
  padding-bottom: 0px;
}
#navbar #nav-bar-primary li.nav-share a.donate-link {
  text-decoration: none;
  padding: 0px 5px 5px 5px !important;
  margin: 0 0 0 10px !important;
  background-color: #ff4c00;
  border-bottom: none;
  color: #fff !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  width: 65px;
  height: 24px;
  line-height: 24px;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-twitter {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 10px;
  background-color: #0099ff;
  border-bottom: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-twitter-new.png");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 30px;
  height: 24px;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-twitter:hover {
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-twitter-new.png");
  background-position: center;
  background-repeat: no-repeat;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-facebook {
  position: relative;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 10px;
  background: #0099ff;
  border-bottom: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 4px 1px -3px #aaa;
  -moz-box-shadow: 0px 4px 1px -3px #aaa;
  -webkit-box-shadow: 0px 4px 1px -3px #aaa;
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-fb.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 30px;
  height: 24px;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-facebook:hover {
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-fb.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-gplus {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 10px;
  background-color: #0099ff;
  border-bottom: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-gplus.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 30px;
  height: 24px;
}
#navbar #nav-bar-primary li.nav-share a.nav-share-gplus:hover {
  background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/social-lrg-gplus.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
#navbar #nav-bar-primary li a.nav-take-action {
  color: #0099ff !important;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
#navbar #nav-bar-secondary {
  height: 12px;
  margin: 10px 0 32px 0;
}
#navbar #nav-bar-secondary ul.menu {
  width: auto;
  float: right;
  font-family: 'liberation-sans', arial, helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
#navbar #nav-bar-secondary ul.menu li {
  margin: 0 0 0 7px !important;
  padding: 0 0 0 7px !important;
  border-right: none !important;
  border-left: 1px dotted #999;
}
#navbar #nav-bar-secondary ul.menu li a {
  color: #444444;
}
#navbar #nav-bar-secondary ul.menu li a:hover,
#navbar #nav-bar-secondary ul.menu li a.active,
#navbar #nav-bar-secondary ul.menu li a:focus {
  background-color: transparent !important;
}
#navbar #nav-bar-secondary ul.menu li.first {
  border-left: none;
}
#navbar #nav-bar-secondary li > a {
  padding: 0;
  line-height: 10px;
  font-weight: 300;
}
#navbar #nav-bar-primary {
  border-bottom: 1px solid #bbb;
  height: 32px;
}
#navbar #nav-bar-primary li {
  padding: 0;
  margin-bottom: 0;
}
#navbar #nav-bar-primary li a {
  padding: 0 7px 10px 9px;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.24px;
}
#navbar #nav-bar-primary li a:hover,
#navbar #nav-bar-primary li a.active {
  color: #3167a2;
  border-bottom: 2px solid #3167a2;
  background-color: transparent;
}
#navbar #nav-bar-primary ul.nav li a.nav-take-action:hover {
  border-bottom: 2px solid #0099ff;
}
#navbar #nav-bar-primary ul.dropdown-menu {
  background-color: #fff;
  padding: 7px 15px 0px 15px;
  list-style: none;
  text-transform: none !important;
  font-family: arial, helvetica, sans-serif !important;
  letter-spacing: 0;
  font-weight: 400;
  border-top: 2px solid #3167a2;
  top: 30px;
}
#navbar #nav-bar-primary ul.dropdown-menu a {
  text-decoration: none;
  border: none;
  color: #444444 !important;
  font-weight: bold !important;
  text-transform: none;
  padding: 5px 0;
}
@media only screen and (max-width: 665px) {
  #navbar .main-menu {
    margin-left: 0;
  }
  .nav > li {
    float: left;
  }
}
@media only screen and (min-width: 665px) and (max-width: 963px) {
  .navbar-header {
    margin-left: 10px !important;
    float: left;
  }
  .navbar-nav {
    float: none;
    margin: 7.5px 0 7.5px 0;
  }
  #navbar ul.menu > li {
    display: inline-block;
  }
  #navbar ul.menu > li.nav-share {
    display: none;
  }
  #navbar #nav-bar-secondary {
    margin: 10px 5px 32px 0;
  }
  #navbar .nav-share a {
    margin: 0 5px 0 0 !important;
  }
  #navbar .main-menu {
    margin-left: 165px;
  }
  #navbar .nav-take-action,
  #navbar .nav-mythopedia {
    display: none !important;
  }
  #navbar #nav-bar-primary li.nav-share a.donate-link {
    margin: 0 5px 0 0 !important;
  }
}
.footer {
  margin: 0 auto;
  border: none;
  width: 960px;
}
.footer .region-footer {
  padding: 15px 0 25px 0;
}
.footer .logo-ft {
  float: left;
  margin-right: 50px;
}
.footer .links {
  margin-right: 50px;
  float: left;
}
.footer .links a {
  display: block;
  text-transform: uppercase;
  color: #444;
  font-size: 10px;
  margin-bottom: 5px;
}
.footer #copyright {
  float: right;
  font-size: 11px;
}
@media only screen and (max-width: 560px) {
  .footer {
    display: none;
  }
}
@media only screen and (max-width: 963px) {
  .footer {
    width: 100%;
  }
  .footer .region-footer {
    width: 645px;
    margin: 0 auto;
    padding: 0;
  }
  .footer .links {
    color: #444444;
    font-weight: 700;
  }
  .footer .links a {
    font-size: 0.7em;
    letter-spacing: 0.2em;
    text-decoration: none;
  }
  .footer #copyright {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
  }
  .footer #block-block-1 {
    width: 98%;
    margin: 5px auto 0 auto;
    padding: 15px 0 15px 0;
    clear: both;
    color: #222;
  }
}
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #424242;
  margin: 0;
  padding: 0;
  border: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important;
}
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
ul.navbar-nav .caret {
  display: none;
}
a {
  outline: none;
  color: #0099ff;
}
h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  color: #222;
}
h4 {
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #444;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  font-family: 'liberation-sans', arial, verdana, helvetica, sans-serif;
}
h4.blue-line {
  border-top: 2px solid #0099ff;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0 !important;
  color: #0099ff !important;
}
.right {
  float: right !important;
}
.region-sidebar-second ul {
  width: 270px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.region-sidebar-second li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.region-sidebar-second li h2 {
  color: #222;
  font-size: 1em !important;
  margin: 0 0 5px 0 !important;
  font-family: arial, helvetica, sans-serif;
}
.region-sidebar-second li h2 a {
  color: #222;
  text-decoration: none;
  border: none;
  font-size: 1em !important;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}
.region-sidebar-second small {
  font-weight: 700;
  color: #999;
  letter-spacing: 0.03em;
}
.region-sidebar-second .view-header ul,
.region-sidebar-second .view-header li {
  margin: 0;
  padding: 0;
}
.region-sidebar-second .view-header h4.blue-line {
  padding: 10px 0 0 0 !important;
  font-weight: bold;
}
.view-latest .view-content li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.view-latest .type-video {
  float: right;
  margin: 0;
  padding: 1px 5px 1px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #999;
}
.view-latest .type-research {
  float: right;
  margin: 0;
  padding: 1px 5px 1px 5px;
  border: 1px solid #99b737;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  background-color: #99b737;
}
.view-latest .type-blog {
  float: right;
  margin: 0;
  padding: 1px 5px 1px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #999;
}
.view-latest ul {
  padding: 0;
}
.view-latest li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.view-latest li h2 {
  color: #222;
  font-size: 1.2em !important;
  margin: 0 0 10px 0 !important;
  font-family: arial, helvetica, sans-serif;
}
.view-latest li h2 a {
  color: #222;
  text-decoration: none;
  border: none;
  font-size: 1em !important;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}
.view-latest small {
  font-weight: 700;
  color: #999;
  letter-spacing: 0.03em;
}
.view-latest small span.right::first-letter {
  text-transform: capitalize;
}
#right-sidebar .view-latest li h2 a {
  font-size: 13px !important;
}
#right-sidebar small {
  font-weight: 700;
  color: #999;
  letter-spacing: 0.03em;
  font-size: 10.5px;
}
.disqus-alert {
  clear: both;
  border: 1px solid #ce4c4c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  color: #ce4c4c;
  font-size: 1em;
  font-weight: 700;
  padding: 15px;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 1.5em;
}
.item-info {
  margin: 0 0 15px 0;
  border-top: 4px solid #444;
  border-bottom: 1px solid #ccc;
  float: left;
}
.item-info {
  width: 645px;
  padding: 20px 30px 5px 30px;
}
dl.item-taxonomy dt.idislikeieseven {
  clear: both;
  margin: 0 0 5px 0;
  padding: 0;
  height: 1px;
}
dl.item-taxonomy dt.idislikeieseven {
  width: 615px !important;
}
dl.item-taxonomy dt.idislikeieseven:last-child {
  display: none;
}
.taxonomy-dotted-line {
  height: 1px;
  clear: both;
  margin: 0 0 0 0;
  padding: 0;
  border-bottom: 1px dotted #bbb;
}
dl.item-taxonomy dd {
  margin: 0 0 5px 160px;
  padding: 0;
  width: 425px;
}
dl.item-taxonomy dd {
  width: 425px;
}
dl.item-taxonomy a {
  color: #444;
  font-weight: 700;
  text-decoration: none;
  border: none;
}
.grey-nine {
  color: #999 !important;
  letter-spacing: 0.5px;
}
ul.index .grey-nine a {
  text-transform: none;
}
dl.item-taxonomy dt {
  float: left;
}
dl.item-taxonomy dt {
  width: 100px;
}
h5 {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  text-transform: none;
  font-size: 0.83em;
}
h5 a {
  border: none;
  text-decoration: none;
  color: #999;
}
h5 a.author-link {
  color: #444444;
}
h5 a.author-link:hover {
  text-decoration: underline;
}
h5 a:hover {
  color: #3167a2;
  text-decoration: none;
}
.grey-nine {
  color: #999 !important;
}
a.type-research-byline {
  margin: 0 5px 20px 0;
  padding: 2px 5px 1px 5px;
  border: 1px solid #99b737;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff !important;
  background-color: #99b737;
}
a.type-research-byline:hover {
  color: #444;
  background-color: #99b737;
}
ul.index a.type-research-byline {
  color: #fff !important;
}
.bd-headline .social-strip-mini,
.bd-headline .social-strip-medium {
  margin: 0 0 10px 0;
}
.bd-headline .social-strip-mini iframe,
.bd-headline .social-strip-medium iframe {
  margin: 0;
}
.region-content .social-strip-medium iframe {
  margin: 0;
}
ul.index {
  max-width: 645px;
  margin: 0 auto 25px auto;
  padding: 0;
  display: block;
  outline: none;
  border: none !important;
  height: auto;
  list-style: none;
}
ul.index li {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  float: left;
  border-bottom: 1px dotted #ccc;
}
ul.index p {
  display: block;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 13px;
}
ul.index a {
  color: #444444 !important;
  font-weight: bold !important;
}
ul.index h1 a,
ul.index h1 a:hover {
  color: inherit;
  border: none;
  text-decoration: none;
}
div.research-index .masonry-item {
  position: relative;
  width: 311px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  float: left;
}
div.research-index img.research-index-top {
  width: 311px;
  height: 170px;
  margin: 0 0 5px 0;
  padding: 0;
}
div.research-index h3 {
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 800;
  color: #666;
  margin: -9px 0 10px 0;
  padding: 0;
  font-family: arial, verdana, helvetica, sans-serif;
}
div.research-index h2 a,
div.research-index h2 a:hover {
  color: #444444 !important;
  font-weight: bold !important;
  text-decoration: none;
}
ul.video-grid {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}
ul.video-grid li {
  width: 150px;
  margin: 0 15px 15px 0;
  padding: 0 0 15px 0;
  float: left;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
}
ul.video-grid li img {
  width: 150px !important;
  height: 113px !important;
  margin: 0 0 5px 0;
}
ul.video-grid li h2 {
  font-size: 0.8em;
}
ul.video-grid li:nth-child(4n+0) {
  margin-right: 0;
}
ul.video-grid li:nth-child(4n+1) {
  clear: both;
}
body.page-issues h1.page-header,
body.page-rss h1.page-header,
body.page-home h1.page-header,
body.page-video h1.page-header,
body.page-node-383072 h1.page-header,
body.page-node-385288 h1.page-header,
body.page-node-385287 h1.page-header {
  display: none;
}
a.disqus-head {
  color: #ce4c4c;
  text-decoration: none;
  border: none;
}
.contact-line-hed {
  width: 645px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #444;
  clear: both;
}
.contact-line {
  width: 645px;
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px dotted #bbb;
  clear: both;
}
dl.issues-index dt {
  width: 145px;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  clear: both;
}
dl.issues-index dd {
  margin: 0 0 0 165px;
  padding: 0 0 0 0;
}
dl.issues-index dt a {
  font-weight: 800;
  color: #222;
  border-bottom: none;
  text-decoration: none;
}
dl.issues-index dd ul {
  width: 480px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  float: left;
}
dl.issues-index dd ul li {
  margin: 0 15px 5px 0;
  padding: 0 0 5px 0;
  float: left;
}
dl.issues-index dd ul a {
  font-weight: 400;
  padding: 0 0 3px 0;
  color: #444;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
dl ul li a {
  color: #444444 !important;
  font-weight: bold !important;
}
.fb-share-button {
  display: inherit;
  float: left;
  margin-right: 1em;
}
.social-strip-mini {
  margin: 0 0 10px 0;
  width: 645px;
  float: left;
}
.social-strip-mini iframe {
  margin: 0 !important;
}
.social-strip-mini .share-fb {
  height: 21px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  display: inline !important;
  clear: none !important;
}
.social-strip-mini .share-twitter {
  width: 115px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  display: inline !important;
  clear: none !important;
}
.social-strip-mini .g-plusone-override,
.social-strip-mini .g-plusone-override iframe {
  width: 115px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  float: left !important;
  clear: none !important;
  display: inline !important;
}
.social-strip-mini .share-print {
  width: 20px;
  height: 20px;
  float: right;
  margin: 3px 20px 0 0 !important;
  display: inline;
}
.social-strip-mini .share-print img {
  width: 20px;
  height: 20px;
}
.social-strip-mini .share-email {
  display: inline;
  width: 35px;
  height: 15px;
  float: right;
  margin: 5px 20px 0 0 !important;
}
.social-strip-mini .share-email img {
  width: 35px;
  height: 15px;
}
.index-comments {
  float: right;
  margin: 0;
  padding: 0;
  display: inline;
}
.index-comments a {
  background: #999;
  padding: 2px 5px;
  margin: 1px 0 0 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold !important;
}
.index-comments img {
  float: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
h5 .index-comments a:hover {
  color: #FFF;
}
.social-strip-medium {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 645px;
}
.social-strip-medium .share-fb {
  height: 65px;
  margin: 0 1em 0 0;
  padding: 0;
  float: left;
  display: inline !important;
  clear: none !important;
}
.social-strip-medium .share-twitter {
  width: 60px;
  height: 62px;
  margin: 0 40px 0 0;
  padding: 0;
  float: left;
  display: inline !important;
  clear: none !important;
}
.social-strip-medium .g-plusone-override,
.social-strip-medium .g-plusone-override iframe {
  width: 50px !important;
  height: 60px !important;
  margin: 1px 30px 0 0 !important;
  padding: 0 !important;
  float: left !important;
  clear: none !important;
  display: block !important;
}
.item-body h5 {
  font-family: arial, helvetica, verdana, sans-serif;
  color: #444;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0;
}
.item-body p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.left {
  float: left !important;
  display: inline !important;
}
.bd-headline {
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.bd-headline h2 {
  color: #666 !important;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  font-weight: 500;
}
p a {
  color: #444;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
p a:hover {
  color: #0099ff;
  border-bottom: 1px solid #0099ff;
  text-decoration: none;
}
blockquote {
  background: #fff;
  border: 1px solid #aaa;
  margin: 20px 20px 25px 20px;
  padding: 25px 30px 10px 30px;
  color: #444;
  box-shadow: 0px 6px 0px -4px #ccc;
  -moz-box-shadow: 0px 6px 0px -4px #ccc;
  -webkit-box-shadow: 0px 6px 0px -4px #ccc;
  clear: both;
  display: block;
  font-size: 13px;
  float: left;
  width: 95%;
}
blockquote p {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}
.region-content iframe {
  display: block;
  margin: 15px auto 20px auto;
  padding: 0;
  clear: both;
  border: none;
  width: 480px;
}
.red {
  color: #ce4c4c !important;
}
.bd-topbox-underline {
  margin: 0 0 25px 0;
  border-bottom: 1px dotted #ccc;
  float: left;
}
.bd-topbox {
  width: 645px;
}
.issues-dhandler-header {
  padding: 0 0 5px 0;
  background: #fff;
  float: left;
}
ul.index h2 p {
  margin: 0;
}
body.page-taxonomy-term h1.page-header,
body.page-jobs h1.page-header,
body.page-authors h1.page-header,
body.page-research h1.page-header,
body.page-blog h1.page-header,
body.page-search-index h1.page-header {
  display: none;
}
.item-summary {
  padding: 0 30px 15px 30px;
}
.item-summary {
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  clear: both;
  font-style: italic;
  color: #222;
}
ul.issues {
  width: 645px;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
ul.issues li {
  width: 645px;
  margin: 0 15px 10px 0;
  padding: 0 0 10px 0;
  float: left;
  border-bottom: 1px dotted #ccc;
}
ul.issues li h1,
ul.issues li h1 a {
  width: 410px;
  font-size: 13px;
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  font-weight: 400;
  color: #222;
}
ul.issues li a {
  color: #444444 !important;
  font-weight: bold !important;
}
ul.issues li small {
  width: 215px;
  float: right;
  text-align: right;
  color: #999;
  font-weight: 700;
}
ul.issues .issues-plus {
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 5px 0 0;
}
#page-content ul.issues li h1 {
  margin: 0;
}
.grey-six {
  color: #666 !important;
}
dl.contact dt {
  width: 150px;
  margin: 0;
  padding: 0;
  float: left;
}
dl.contact dd {
  margin: 0 0 0 165px;
  padding: 0 0 0 0;
}
.flash_content {
  clear: both;
  margin-bottom: 13px;
}
h4.orange-line {
  border-top: 2px solid #444;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0 !important;
  font-weight: bold;
}
#block-mm-author-mm-author h4.orange-line {
  clear: both;
}
ul.blog-author-share {
  width: 100px;
  margin: 0 15px 15px 0;
  padding: 0;
  list-style: none;
  float: left;
}
.blog-author-img {
  width: 100px !important;
  margin: 0 0 5px 0 !important;
  padding: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
ul.blog-author-share li {
  width: 100px;
  margin: 0 0 5px 0 !important;
  padding: 0;
  border: none;
  float: left;
}
ul.blog-author-share li a {
  width: 100px;
  text-decoration: none;
  padding: 0 0 4px 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #ccc;
  float: left;
  color: #444444 !important;
  font-weight: bold !important;
}
.blog-author-blurb {
  width: 155px;
  margin: -5px 0 0 0;
  padding: 0 0 15px 0;
  float: left;
}
.social-block {
  width: 270px;
  margin: 0 0 10px 0;
  float: left;
}
.social-block ul {
  width: 264px;
  list-style: none;
  margin: 0;
  padding: 15px 0 0px 0;
  clear: both;
  border: 1px solid #aaa;
  background: #fff;
  position: relative;
}
.social-block ul h4 {
  margin: 0 22px 0 22px;
  font-weight: bold;
}
.social-block ul li {
  width: 219px;
  margin: 0;
  padding: 10px 0 10px 0;
  margin: 0 22px 0 22px;
  border-bottom: 1px dotted #bbb;
  clear: both;
}
.social-block .social-block-text {
  font-size: 0.85em;
  color: #666;
  margin: 5px 0 0 0;
}
.social-block li a span.right {
  margin: 3px 0 0 0;
  color: #444444 !important;
  font-weight: bold !important;
  font-size: 0.85em;
}
.social-block img.sidebar-shadow {
  position: relative;
  float: left;
  width: 266px !important;
}
#block-block-3 p,
#block-block-4 p,
#block-block-5 p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.action-callout {
  padding: 15px;
  margin: 0 0 15px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ce4c4c;
  box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  background-image: -moz-linear-gradient(top, #bd4040, #ce4c4c);
  color: #fff !important;
}
.action-callout h1 {
  color: #fff;
  font-size: 1.9em;
  font-weight: 700;
  margin: 0 0 7px 0;
  padding: 0;
}
.action-callout h1 a {
  color: inherit;
  border: none;
  text-decoration: none;
}
.action-callout h1 a:hover {
  color: #0099ff;
}
.action-callout small {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.action-callout img {
  width: 100%;
}
#short-link {
  width: 100px;
  height: 60px;
  margin: 23px 0 0 15px;
  vertical-align: bottom;
  float: left;
}
#short-link label {
  font-size: 0.8em;
  font-weight: 700;
  color: #666;
  clear: both;
  margin: 0 0 7px 0 !important;
  float: left;
}
#short-link input#short-link-url {
  float: left;
  font: 11px BlinkMacSystemFont;
  padding: 2px;
}
#short-link span.copy {
  clear: both;
  display: block;
  font-size: 11px;
  margin-left: 2px;
  position: relative;
  z-index: 1000;
}
#short-link span.copy:hover {
  text-decoration: underline;
}
ul.rss-list {
  width: 480px;
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.rss-list li {
  width: 480px;
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #ccc;
  float: left;
}
dl.contact dt.idislikeieseven {
  clear: both;
}
dl.contact dt.idislikeieseven {
  width: 645px !important;
}
.line-dotted-grey {
  width: 645px;
  margin: 5px 0 15px 0;
  border-bottom: 1px dotted #ccc;
  clear: both;
}
#home {
  width: 645px;
  float: left;
  margin: 0 0 0 0;
}
#home .panel-separator,
#home .contextual-links-wrapper {
  display: none;
}
#home ul.headline-center {
  width: 645px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: center;
  clear: both;
}
#home ul.headline-center li {
  margin: 0;
}
#home ul.headline-center li h1 {
  margin: 0;
  padding: 0 15px 15px 15px;
  font-style: italic;
  color: #666;
}
#home ul.headline-center img {
  margin: 0 0 10px 0;
}
#home ul li a {
  color: #444444 !important;
  font-weight: bold !important;
}
#home ul li a:hover {
  text-decoration: none;
}
#home ul.three-a {
  width: 645px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: left;
  float: left;
}
#home ul.three-a li {
  background: #fff;
  float: left;
  margin: 0 15px 0 0;
  padding: 0 0 15px 0;
  text-align: left;
  border-bottom: 1px solid #bbb;
  width: 205px;
}
#home ul.three-a li:last-child {
  margin-right: 0;
}
#home ul.three-a img {
  width: 205px;
  height: 125px;
  margin: 0 0 5px 0;
  padding: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#home ul.three-a h1 {
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 5px 15px 0 15px;
  color: #444;
  float: left;
}
#home .topbox-two-thirds {
  width: 425px;
  margin: 0 15px 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
  float: left;
  box-shadow: 0px 3px 12px #999;
  -moz-box-shadow: 0px 3px 12px #999;
  -webkit-box-shadow: 0px 3px 12px #999;
}
#home .topbox-two-thirds img {
  width: 425px;
  height: 236px;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
#home .topbox-two-thirds .featured-text {
  padding: 5px 15px 5px 15px;
}
#home .topbox-two-thirds h1 a {
  color: #444;
  text-decoration: none;
  border: none;
}
#home ul.topbox-two-thirds-list {
  width: 205px;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  list-style: none;
}
#home ul.topbox-two-thirds-list li {
  width: 205px;
  background: #fff;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  text-align: left;
  border-bottom: 1px solid #bbb;
}
#home ul.topbox-two-thirds-list li h1 {
  font-size: 1em;
  margin: 0 0 15px 0;
  padding: 5px 15px 0 15px;
  float: left;
  color: #444;
}
.video-featured {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 645px;
}
.video-featured .video-featured-left {
  width: 315px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  float: left;
}
.video-featured .video-featured-right {
  height: 244px;
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  width: 315px;
}
.video-featured small {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #999;
}
.video-featured .video-featured-share {
  width: 315px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video-featured .flash_content {
  margin: 0;
}
.video-featured .share-fb,
.video-featured .share-twitter {
  width: 115px;
  height: 21px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  display: inline !important;
  clear: none !important;
}
.video-featured .share-fb iframe,
.video-featured .share-twitter iframe {
  margin: 0;
}
#video .panel-separator {
  clear: both;
}
#video .video-featured h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.5em;
}
#video .video-featured h1 a {
  color: inherit;
  border: none;
  text-decoration: none;
}
#video .panel-panel .contextual-links-wrapper {
  right: 15px;
}
.clear {
  clear: both !important;
}
.video-control-strip {
  height: 27px;
  margin: 0 0 15px 0;
  padding: 3px 0 5px 0;
  border-top: 2px solid #444;
  color: #444;
  font-weight: 700;
  list-style: none;
  position: relative;
  display: block;
  width: 645px;
  height: 37px;
}
.video-control-strip h4 {
  font-weight: bold;
}
.video-control-strip a {
  color: #444;
  padding: 6px 8px;
  margin: 0;
  background: #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 1px 3px -5px #444;
  -moz-box-shadow: 0px 1px 3px -5px #444;
  -webkit-box-shadow: 0px 1px 3px -5px #444;
  text-decoration: none;
  border: none;
  float: right;
}
.video-control-strip a:hover {
  box-shadow: inset 1px 1px 2px #999;
  -moz-box-shadow: inset 1px 1px 2px #999;
  -webkit-box-shadow: inset 1px 1px 2px #999;
  color: #444;
}
.video-control-strip #video-dialog {
  width: 400px;
  list-style: none;
  z-index: 5005;
  position: absolute;
  top: 3px;
  left: 597px;
}
.video-control-strip #video-dialog .tb {
  width: 47px;
  height: 27px;
  background: #ce4c4c;
  color: #fff;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  padding: 6px 8px 6px 8px;
  box-shadow: 0px 8px 24px -10px #444;
  -moz-box-shadow: 0px 8px 24px -10px #444;
  -webkit-box-shadow: 0px 8px 30px -10px #444;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5050;
}
.video-control-strip #video-dialog .inner {
  width: 240px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #bbb;
  border-top: 1px solid #ce4c4c;
  box-shadow: 0px 8px 24px -2px #444;
  -moz-box-shadow: 0px 8px 24px -2px #444;
  -webkit-box-shadow: 0px 8px 30px -2px #444;
  position: relative;
  top: -27px;
  left: 58px;
  z-index: 5007;
}
.video-control-strip #video-dialog .inner #video-filter-close {
  width: 271px;
  height: 27px;
  padding: 6px 8px;
  background: #ce4c4c;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}
.video-control-strip #video-dialog .inner #video-filter-close a {
  background: none;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
.video-control-strip #video-dialog form#video-filter-options {
  margin: 10px 0 0 0;
  padding: 15px 0 0 0;
  clear: both;
}
.video-control-strip #video-dialog form#video-filter-options label {
  font-size: 0.8em;
  font-weight: 700;
  color: #666;
  clear: both;
  display: block;
  margin: 0 0 0px 0;
}
.video-control-strip #video-dialog form#video-filter-options .container-inline-date {
  float: left;
  clear: none;
}
.video-control-strip #video-dialog form#video-filter-options .container-inline-date .form-item {
  margin: 0;
}
.video-control-strip #video-dialog form#video-filter-options .container-inline-date label,
.video-control-strip #video-dialog form#video-filter-options .container-inline-date .help-block {
  display: none;
}
.video-control-strip #video-dialog form#video-filter-options input {
  border: 1px solid #999;
  padding: 5px;
  margin: 0 0 15px 0;
  font-family: arial, helvetica, verdana, sans-serif;
  color: #222;
  float: left;
  font-size: 11px;
  height: 22px;
  border-radius: 0;
}
.video-control-strip #video-dialog form#video-filter-options .form-group {
  margin-bottom: 10px;
}
.video-control-strip #video-dialog form#video-filter-options input#date-range-from {
  margin: 0 0px 0 0;
  float: left;
  width: 90px;
}
.video-control-strip #video-dialog form#video-filter-options input#date-range-to {
  margin: 0;
  float: right;
  width: 90px;
}
.video-control-strip #video-dialog form#video-filter-options .date-range-arrow {
  padding: 0 0 0 0px;
  margin: 0;
  font-weight: 700;
  color: #666;
  font-size: 1em;
  line-height: 1.75em;
  float: left;
  margin: 0 7px 0 7px;
}
.video-control-strip #video-dialog form#video-filter-options select {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #a6a6a6;
  padding: 0;
  font-size: 11px;
  height: 20px;
  font-weight: normal;
}
.video-control-strip #video-dialog form#video-filter-options .red-button {
  margin: 0 !important;
  padding: 6px 10px 6px 12px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  background: #ce4c4c;
  color: #fff !important;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  font-size: 11px;
}
.video-control-strip #video-dialog form#video-filter-options .red-button:hover {
  box-shadow: inset 1px 1px 2px #666;
  -moz-box-shadow: inset 1px 1px 2px #666;
  -webkit-box-shadow: inset 1px 1px 2px #666;
}
body.cke_editable {
  padding: 10px;
}
body.cke_editable p {
  margin-top: 0;
}
.region-content iframe.cke_wysiwyg_frame {
  margin: 0;
}
.field-widget-text-textarea a.ckeditor_links,
.form-type-textarea a.ckeditor_links,
.field-widget-text-textarea div.filter-wrapper,
.form-type-textarea div.filter-wrapper {
  display: none !important;
}
div.workbench-info-block {
  padding: 10px;
  margin-bottom: 10px;
}
.topbox-one {
  height: 236px;
  color: #444;
  box-shadow: 0 3px 12px #999;
  -moz-box-shadow: 0 3px 12px #999;
  -webkit-box-shadow: 0 3px 12px #999;
  width: 645px;
  float: left;
  margin: 0 0 17px 0;
  padding: 0 0 0 0;
}
.topbox-one img.featured-img {
  width: 315px;
  height: 236px;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.topbox-one .featured-text {
  width: 325px;
  height: 206px;
  padding: 15px 10px 15px 15px;
  margin: 0 0 0 0;
  float: right;
  overflow: hidden;
}
.topbox-one h1 a {
  color: #444;
  text-decoration: none;
  border: none;
}
.column-social {
  clear: both;
}
.column-social iframe {
  margin: 0;
  width: 645px;
}
ul.two-thirds {
  width: 425px;
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.two-thirds li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  float: left;
}
ul.two-thirds li img {
  width: 103px;
  height: 77px;
  float: left;
  margin: 0 15px 0 0;
}
ul.two-thirds li small {
  font-weight: 700;
  color: #999;
}
ul.two-thirds h4 {
  font-weight: bold;
}
.mmtv-underline {
  width: 307px;
  height: 77px;
  border-bottom: 1px solid #ccc;
  float: left;
}
ul.mmtv li h2 {
  font-size: 1em;
  margin: 0 0 5px 0;
}
.view-display-id-panel_pane_videos form {
  display: none;
}
article.node img {
  max-width: 645px;
  margin: 0 auto;
  display: block;
}
article.node ul li {
  margin-bottom: 5px;
}
article.node ul li a {
  color: #444444 !important;
  font-weight: bold !important;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.entity-layout .field-item {
  margin-bottom: 10px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
}
.entity-layout .field-item .field {
  margin-bottom: 5px;
}
.entity-layout .field-name-field-layout-status {
  margin-bottom: 20px;
}
img.post-right {
  height: auto !important;
  max-width: 315px !important;
  float: right !important;
}
#webform-client-form-383072 {
  margin-left: 165px;
}
#webform-client-form-383072 label {
  font-size: 0.8em;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  clear: both;
}
#webform-client-form-383072 input {
  width: 230px;
  border: 1px solid #444;
  margin: 0 0 15px 0;
  border-radius: 0;
  padding: 0 5px;
  height: 25px;
  font: 11px BlinkMacSystemFont;
}
#webform-client-form-383072 button.webform-submit {
  margin: 5px 0 15px 0;
  padding: 7px 10px 7px 12px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  background: #0099ff;
  color: #fff !important;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  box-shadow: 1px 1px 2px #999;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
}
#webform-client-form-383072 button.webform-submit:hover {
  box-shadow: inset 1px 1px 2px #666;
  -moz-box-shadow: inset 1px 1px 2px #666;
  -webkit-box-shadow: inset 1px 1px 2px #666;
}
.item-body h2 {
  clear: both;
  display: block;
  margin: 15px 0 15px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #0099ff;
  color: #222;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  color: #0099ff;
}
.item-footer,
.item-correction {
  margin: 0 0 15px 0;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}
div.one-third {
  width: 205px;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
div.one-third ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
div.one-third li {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
div.one-third li h2 {
  font-size: 1em;
  color: #c34c4c;
}
div.one-third li small {
  font-weight: 700;
  color: #999;
}
div.one-third h4 {
  font-weight: bold;
}
h4.red-line {
  border-top: 2px solid #ce4c4c;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0 !important;
  color: #ce4c4c !important;
}
#page-content ul.search-index {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page-content ul.search-index li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
}
#page-content ul.search-index li h1 {
  font-size: 1em;
}
#page-content ul.search-index li h1 a {
  color: #444444;
}
#page-content ul.search-index li h1 a:hover {
  text-decoration: none;
}
#page-content ul.search-index li small {
  text-transform: capitalize;
  font-weight: 700;
  color: #999;
}
.view-display-id-panel_pane_search_index form {
  display: none;
}
.cyan {
  color: #0099ff !important;
}
.grey-four {
  color: #444 !important;
}
#search dl.contact {
  margin-bottom: 0;
}
#search .view-header {
  margin-bottom: 30px;
}
ul.content-tabs {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  float: left;
}
ul.content-tabs li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
ul.content-tabs a.current {
  text-decoration: underline;
}
.nav-search {
  width: 268px;
  border: 1px solid #bbb;
  float: right !important;
  margin: 0 0 15px 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  clear: both;
}
form#search-block-form .form-submit {
  display: none;
}
form#search-block-form input.qstring,
form#search-block-form input.qstring:focus {
  width: 190px;
  border: none !important;
  border-color: transparent;
  padding: 10px 15px 10px 15px;
  color: #444;
  display: inline;
  float: left;
  -webkit-appearance: none !important;
  box-shadow: none;
  font: 11px BlinkMacSystemFont;
}
form#search-block-form .form-group {
  margin: 0;
}
form#search-block-form input.search-submit {
  border-left: 1px dotted #666 !important;
  border: none;
  margin: 10px 10px 0 0;
  padding: 0 0 0 8px;
  text-align: center;
  vertical-align: top;
  float: right;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none !important;
}
form#search-block-form .gear {
  float: right;
  margin: 10px 15px 0 0;
  padding: 0;
  cursor: pointer;
  display: block !important;
}
.search-options {
  width: 270px;
  background-color: #fff;
  padding: 12px 15px 12px 15px;
  list-style: none;
  z-index: 5005;
  position: absolute;
  top: -1px;
  left: -3px;
  border: 1px solid #bbb;
  box-shadow: 0 12px 12px -12px #444;
  -moz-box-shadow: 0 12px 12px -12px #444;
  -webkit-box-shadow: 0 12px 12px -12px #444;
  display: none;
}
.search-options h4 {
  font-weight: bold;
}
.search-options .search-options-hide {
  color: #666;
  border-bottom: none;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 0.8em;
}
.search-options label {
  width: 240px;
  font-size: 0.8em;
  font-weight: 700;
  color: #666;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
}
.search-options input {
  border: 1px solid #999;
  padding: 5px;
  margin: 0 0 15px 0;
  color: #222;
  float: left;
  font: 11px BlinkMacSystemFont;
  height: auto;
  border-radius: 0;
}
.search-options .help-block {
  display: none;
}
.search-options .container-inline-date {
  float: left;
  clear: none;
}
.search-options .container-inline-date label {
  display: none;
}
.search-options .date-range-arrow {
  padding: 0 0 0 2px;
  margin: 0;
  font-weight: 700;
  color: #666;
  font-size: 1em;
  line-height: 1.75em;
  float: left;
}
.search-options .button-searchadv {
  margin: 0 !important;
  padding: 7px 10px 5px 12px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  background: #ce4c4c;
  color: #fff !important;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  font-family: arial, helvetica, verdana, sans-serif;
  float: left;
  font-size: 11px;
}
.search-options .form-group {
  margin: 0;
}
.search-options .search-from {
  width: 90px !important;
  margin: 0 9px 15px 0 !important;
}
.search-options .search-to {
  width: 90px !important;
  margin-left: 10px;
}
.mmfa-original {
  position: absolute;
  top: 7px;
  left: -7px;
  padding: 2px 3px;
  background: #ce4c4c;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
}
#contextual-search-form #search-keywords {
  width: 468px;
  border: 1px solid #666;
  padding: 5px;
  margin: -6px 0 10px 0;
  border-radius: 0;
  font-size: 11px;
  height: 25px;
}
#contextual-search-form .form-group {
  margin: 0;
}
#contextual-search-form .form-type-select {
  display: block;
  float: left;
}
#contextual-search-form .form-select {
  width: 109px;
  margin: 0 10px 10px 0;
  padding: 0px 3px 0px 3px;
  border: 1px solid #666;
  display: inline;
  height: 18px;
  font-size: 11px;
  background-color: #f8f8f8;
}
#contextual-search-form .container-inline-date {
  float: left;
  clear: none;
}
#contextual-search-form .container-inline-date .help-block,
#contextual-search-form .container-inline-date label {
  display: none;
}
#contextual-search-form .container-inline-date input {
  width: 125px;
  border: 1px solid #666;
  padding: 5px;
  margin: 0 0 10px 0;
  vertical-align: top;
  float: left;
  height: 25px;
  border-radius: 0;
  font-size: 11px;
}
#contextual-search-form .date-range-arrow-refine {
  padding: 0 0 0 2px;
  margin: 0 5px;
  font-weight: 700;
  color: #666;
  font-size: 1em;
  line-height: 1.75em;
  vertical-align: middle;
  float: left;
}
#contextual-search-form #search-again {
  width: 150px;
  height: 25px;
  float: right;
  vertical-align: top;
  margin: 0 13px 0 0 !important;
  padding: 6px 10px 6px 12px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none !important;
  background: #999;
  color: #fff !important;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 1px -3px #666;
  -moz-box-shadow: 0 4px 1px -3px #666;
  -webkit-box-shadow: 0 4px 1px -3px #666;
  font-size: 12px;
}
footer .print_html,
footer .print_mail,
footer .statistics_counter {
  display: none;
}
.tag-lang {
  margin-bottom: 10px;
}
.tag-lang a {
  margin: 0;
  padding: 1px 5px 1px 5px;
  border: 1px solid #0099ff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  background-color: #0099ff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}
.tag-lang a:hover {
  color: #fff;
  background-color: #00aeff !important;
}
.pager-footer {
  border-top: 2px solid #444;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  clear: both;
}
.pager-footer .view-footer {
  float: left;
}
.pager-footer .pagination {
  margin: 0;
  border-radius: 0;
}
.pager-footer .pagination li span {
  display: none;
}
.pager-footer .pagination li a {
  border: none;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 15px;
  outline: none;
  background: none !important;
}
.pager-footer .pagination .pager-last a,
.pager-footer .pagination .pager-first a {
  color: #999;
}
.pager-footer .pagination .prev a:hover,
.pager-footer .pagination .next a:hover {
  color: #0099ff;
  background: none;
}
.pager-footer .pagination .pager-first a:hover,
.pager-footer .pagination .pager-last a:hover {
  color: #666;
  background: none;
}
.pager-footer .pagination li.pager-ellipsis {
  display: none;
}
.pager-footer .pagination li.next a {
  margin-left: 25px;
}
.pager-footer .pager-count {
  font-weight: 800;
  color: #222;
}
#block-system-main {
  padding-bottom: 10px;
  min-height: 500px;
}
#right-sidebar {
  position: relative;
  margin-bottom: 0;
}
#right-sidebar .sidebar-fade {
  position: relative;
  bottom: 30px;
  left: 45px;
  z-index: 100;
}
#right-sidebar .region-sidebar-second {
  overflow: hidden;
  height: auto;
}
.carousel-nav {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  font-weight: 700;
  font-family: arial, helvetica, verdana, sans-serif;
  letter-spacing: 0;
  width: 645px;
  height: 27px;
}
.carousel-nav ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.carousel-nav ul.manualControls {
  width: 590px;
  overflow: hidden;
  height: 27px;
}
.carousel-nav ul.manualControls li {
  margin: 0 15px 0 0;
  padding: 0 0 5px 0;
  float: left;
  margin-bottom: 5px;
}
.carousel-nav ul.manualControls li a {
  border: none;
  text-decoration: none;
  color: #444444;
  font-weight: bold;
}
.carousel-nav ul.manualControls li.active a {
  border-bottom: 2px solid #222;
  padding: 0 0 9px 0;
  text-decoration: none;
}
.flex-direction-nav {
  float: right !important;
  margin: 0;
  padding: 0;
}
.flex-direction-nav li {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}
.flex-direction-nav li a.prev {
  margin-right: 15px;
}
#home .flex-direction-nav li a {
  text-decoration: none !important;
}
#home .flex-direction-nav li a:hover {
  color: #999 !important;
  text-decoration: none;
}
.flexslider {
  clear: both;
  width: 100%;
  margin: 0 0 15px 0;
}
.flexslider ul.carousel {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
  vertical-align: bottom;
  width: 645px;
  position: relative;
  height: 330px;
}
.flexslider ul.carousel li.slide {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.flexslider ul.issues {
  padding-top: 15px;
  float: left;
}
figcaption {
  color: #6e6e6e;
  font-style: italic;
}
#home h4.blue-line {
  font-weight: bold;
}
.mobile-sidecontent {
  display: none;
}
.mobile-sidecontent .mobile-latest {
  float: left;
  line-height: 36px;
}
.mobile-sidecontent .nav-search {
  clear: none;
}
.mobile-sidecontent a {
  padding: 2px 0 18px 0;
  list-style: none;
  font-family: 'liberation-sans', arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ce4c4c !important;
}
.mobile-view-content {
  display: none;
}
ul.index .tag-lang a {
  margin: 0;
  padding: 1px 5px 1px 5px;
  border: 1px solid #0099ff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff !important;
  background-color: #0099ff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}
.view-tags .tag-lang,
.view-tags .share-print,
.view-tags .share-email {
  display: none;
}
ul.index ul {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.index ul li,
.item ul li {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  border: none;
  float: none;
  line-height: 1.5em;
}
html body.page-embed {
  background-color: #FFF;
}
.preview {
  max-width: 645px;
  margin-bottom: 30px;
}
.preview .disqus-alert {
  display: none;
}
.node-deleted {
  background-color: #DDD;
}
.btn-publish {
  float: right;
}
div.workbench-info-block {
  font-size: 15px;
  color: #333;
}
.workbench-moderation-moderate-form {
  line-height: 34px;
}
.workbench-moderation-moderate-form .form-control {
  width: auto;
  display: inline;
  margin-right: 15px;
  margin-left: 10px;
  width: 150px;
}
div.paragraphs-items div.ds-2col-fluid div.group-left,
div.paragraphs-items div.ds-2col div.group-left {
  margin-right: 1%;
  width: 49%;
}
div.paragraphs-items div.entity-paragraphs-item {
  margin-bottom: 1em;
}
div.paragraphs-items p:last-child {
  margin-bottom: 10px;
}
div.paragraphs-items iframe.twitter-tweet-rendered {
  margin-top: 0 !important;
}
article.node div.paragraphs-items img {
  width: 100%;
}
@-moz-document url-prefix() {
  div.entity-paragraphs-item div.field-item > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > div > h2:first-child,
  div.entity-paragraphs-item div.field-item > div > h2:first-child {
    margin-top: -0.25em;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  div.entity-paragraphs-item div.field-item > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > div > h2:first-child,
  div.entity-paragraphs-item div.field-item > div > h2:first-child {
    margin-top: -0.3em;
  }
  div.entity-paragraphs-item[class*="tweet"] [class*="group-"] > div > h2:first-child {
    margin-top: .5em;
  }
}
div.field-name-field-paragraph-body div.link-field-title {
  float: right;
}
div.field-name-field-paragraph-body div.link-field-url {
  float: left;
}
iframe.video-embed section.block-mm-search,
body.page-embed section.block-mm-search {
  display: none;
}
@media only screen and (max-width: 963px) {
  body.html {
    width: 100%;
    overflow-x: hidden;
    background: #ccc;
  }
  body.html #page {
    width: 665px;
    padding: 0;
  }
  body.html #page-content {
    margin: 0 auto;
    float: none;
  }
  body.html #page-content img {
    max-width: 100%;
    height: auto;
  }
  body.html .region-content {
    max-width: 645px;
    margin: 0 auto;
  }
  body.html ul.index {
    max-width: 100%;
  }
  .navbar-nav .nav-share {
    display: none;
  }
  #right-sidebar {
    display: none;
  }
  .video-control-strip #video-dialog {
    left: 348px;
  }
  .mobile-sidecontent {
    display: block;
  }
  div.ds-2col-fluid div.group-left,
  div.ds-2col div.group-left,
  div.ds-2col-fluid div.group-right,
  div.ds-2col div.group-right {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  img.paragraph-image {
    margin: 0 auto 1em auto !important;
    width: 90% !important;
  }
}
@media only screen and (min-width: 665px) and (max-width: 963px) {
  #block-system-main {
    width: 645px;
    margin: 0;
  }
  .index-comments a {
    color: #444444 !important;
  }
  dl.issues-index dd ul {
    width: inherit;
  }
  .contact-line-hed,
  .contact-line {
    width: 605px;
  }
  .item-summary {
    width: 100%;
  }
}
@media only screen and (max-width: 665px) {
  .mobile-view-content {
    display: block;
  }
  body #page-content {
    padding-top: 10px;
  }
  #navbar .navbar-header,
  #nav-bar-secondary,
  #navbar .nav-mythopedia,
  #navbar .nav-take-action,
  #right-sidebar,
  .front #page-content .region-content {
    display: none;
  }
  #navbar .main-menu {
    margin-left: 0;
  }
  body.html #page {
    width: 100%;
    box-shadow: none;
  }
  body.html #page-content {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  #navbar .logo {
    height: 59px;
    text-align: center;
    background-image: url("https://cloudfront.mediamatters.org/drupal/mm/images/mobile-logo-bg.png");
    background-repeat: repeat-x;
    background-color: #e0e0e0;
    margin: 0 0 15px 0;
    padding: 0;
  }
  #navbar #nav-bar-primary .navbar-nav {
    margin: 0 auto;
    width: 290px;
  }
  #navbar #nav-bar-primary .dropdown-menu {
    display: none !important;
  }
  .footer {
    background-color: #FFF;
    display: block;
  }
  .footer .region-mobile-footer {
    padding-bottom: 25px;
  }
  .footer .region-footer {
    display: none;
  }
  #mobile-footer {
    font-size: 1.3em;
    width: 100%;
    margin-top: 5px;
  }
  #mobile-footer a {
    text-decoration: none;
    font-weight: 700;
  }
  #mobile-footer .ft-col {
    text-align: center;
  }
  #mobile-footer span {
    display: block;
    text-align: center;
    font-size: 0.75em;
  }
  #mobile-footer a,
  #mobile-footer a:visited,
  #mobile-footer a:hover {
    color: inherit;
  }
  h2 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #444;
    color: #444;
  }
  h2 a,
  h2 a:hover {
    color: #444;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-decoration: none;
  }
  h2 a:hover {
    color: #0099ff;
  }
  ul.results {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
  }
  ul.results li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    float: left;
  }
  ul.results li a {
    text-decoration: none;
    border: none;
    font-weight: bold;
    color: #444;
    width: 75% !important;
    float: left;
    font-size: 1.05em;
  }
  ul.results span.grey {
    font-size: 12px;
  }
  .grey {
    color: #999;
    font-weight: 700;
  }
  .sep {
    height: 2px;
    margin: 0 0 10px 0;
    clear: both;
  }
  .featured {
    margin-bottom: 15px;
  }
  .featured img {
    display: block;
    margin: 0 auto;
  }
  body.page--not-embed .flash_content {
    width: 100% !important;
    height: 300px !important;
    background-color: #000;
  }
  body.page--not-embed .flash_content .jwplayer {
    width: 100% !important;
    height: 300px !important;
    margin: 0 auto;
  }
  body.page-embed .flash_content,
  body.page-embed .flash_content .jwplayer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
  }
  body.page-embed #block-system-main {
    min-height: 50px;
  }
  body.html .region-content {
    width: 100%;
  }
  .bd-headline {
    width: 100%;
  }
  .item-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .item-info .social-strip-medium {
    width: 100%;
    margin-bottom: 25px;
  }
  .item-info .social-strip-medium .share-fb,
  .item-info .social-strip-medium .share-twitter,
  .item-info .social-strip-medium .g-plusone-override {
    margin-right: 15px;
  }
  .item-info .social-strip-medium #short-link {
    margin-top: 0;
  }
  .item-info .item-taxonomy {
    clear: both;
  }
  .item-info dl.item-taxonomy dt {
    float: none;
    width: auto !important;
  }
  .item-info dl.item-taxonomy dd {
    width: 98%;
    margin: 0 0 10px 2%;
    float: none;
    display: block;
  }
  .social-strip-mini {
    display: none;
    width: 100%;
  }
  .social-strip-mini .share-fb {
    margin-right: 0;
    width: 115px;
  }
  .social-strip-mini .share-twitter {
    margin-right: 0;
    width: 100px;
  }
  .social-strip-mini .g-plusone-override {
    margin-right: 0 !important;
    width: 80px !important;
  }
  .social-strip-mini .share-print,
  .social-strip-mini .share-email {
    display: none;
  }
  .video-featured {
    width: 100%;
  }
  .video-featured .video-featured-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    background-color: #000;
  }
  .video-featured .video-featured-right {
    width: 100%;
    height: auto;
  }
  .video-featured .video-featured-right .video-featured-share {
    display: none;
  }
  ul.video-grid {
    width: 320px;
    margin: 0 auto;
  }
  ul.video-grid li:nth-child(2n+0) {
    margin-right: 0;
    margin-left: 5px;
  }
  ul.video-grid h2 {
    border: none;
  }
  .view-video .pager-footer {
    width: 320px;
    margin: 0 auto;
  }
  .video-control-strip {
    width: 100%;
  }
  .video-control-strip #video-dialog {
    right: 0;
    left: auto;
    width: 240px;
  }
  .video-control-strip #video-dialog .tb {
    margin-left: -35px;
  }
  .video-control-strip #video-dialog .inner {
    left: 0;
  }
  div.research-index .masonry-item {
    width: 100%;
  }
  div.research-index img.research-index-top {
    display: block;
    margin: 0 auto 10px;
  }
  #block-mm-mobile-mm-mobile-search {
    padding: 13px 15px;
    margin: 0 0 10px 0;
    background-color: #e0e0e0;
    background-repeat: repeat-x;
    background-position: top left;
  }
  #block-mm-mobile-mm-mobile-search form {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    clear: both;
  }
  #block-mm-mobile-mm-mobile-search #search {
    border: none;
    width: 80%;
    float: left;
    border-radius: 0;
    font: 11px BlinkMacSystemFont;
  }
  #block-mm-mobile-mm-mobile-search .form-group {
    margin: 0;
  }
  #block-mm-mobile-mm-mobile-search .form-control:focus {
    box-shadow: none;
  }
  #block-mm-mobile-mm-mobile-search #search-submit {
    float: right;
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 10px;
    border-left: 1px dotted #666;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important;
  }
  .view ul.index {
    margin-bottom: 10px;
  }
  dl.issues-index dt {
    float: none;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
  }
  dl.issues-index dt img {
    display: block;
  }
  dl.issues-index dd {
    margin-left: 0px;
  }
  dl.issues-index dd ul {
    width: 100%;
  }
  dl.issues-index dd ul li {
    font-size: 12px;
  }
  dl.contact dt {
    float: none;
    width: 100%;
  }
  dl.contact dt .grey-nine {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
  }
  dl.contact dd {
    margin-left: 10px;
  }
  ul.rss-list {
    width: 100%;
  }
  ul.rss-list li {
    width: 100%;
  }
  dl.contact dt.idislikeieseven {
    width: 100% !important;
  }
  .contact-line,
  .contact-line-hed {
    width: 100%;
  }
  #webform-client-form-383072 {
    margin-left: 10px;
  }
  .view-jobs ul.issues,
  .view-jobs ul.issues li {
    width: 100%;
  }
  .view-jobs ul.issues h1,
  .view-jobs ul.issues li h1 {
    display: block;
  }
  .view-jobs ul.issues li small {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 15px;
  }
  #search dl.contact dt {
    width: 100%;
    height: 30px;
  }
  #search dl.contact dt strong {
    width: 100% !important;
  }
  #search dl.contact dt .grey-nine {
    display: inline;
    font-size: 14px;
  }
  #search dl.contact dd {
    margin: 0;
  }
  #search .form-type-select {
    width: 50%;
  }
  #search .form-type-select select {
    width: 95%;
  }
  #search .form-item-search-person {
    clear: both;
    display: block;
  }
  #search .form-item-search-show select,
  #search .form-item-search-issue select {
    float: right;
    margin: 0;
    display: block;
  }
  #search .search-sep-fields {
    clear: both;
    margin-bottom: 5px;
  }
  #search #search-again {
    margin-right: 0 !important;
    clear: both;
  }
  #search #contextual-search-form {
    width: 95%;
    max-width: 450px;
  }
  .region-content iframe {
    max-width: 100% !important;
  }
  .item-summary {
    width: 90%;
    margin: 0 auto 15px;
    padding: 0 0 15px 0;
  }
  a.type-research-byline {
    line-height: 25px;
  }
  blockquote {
    margin: 5px 10px 15px 5px;
    padding: 15px 10px 10px 10px;
  }
  blockquote ul {
    margin-left: 10px;
    padding-left: 20px;
  }
  #node-383073 h1 br {
    display: none;
  }
  div.paragraphs-items img.paragraph-image {
    width: 100% !important;
  }
  div.entity-paragraphs-item div.field-item > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > p:first-child,
  div.entity-paragraphs-item [class*="group-"] > div > h2:first-child,
  div.entity-paragraphs-item div.field-item > div > h2:first-child {
    margin-top: inherit;
  }
}
body.html {
  background: #ccc;
  font-family: arial, helvetica, sans-serif;
  color: #424242;
  font-size: 13px;
}
#page {
  width: 980px;
  padding: 0 10px 0 10px;
  margin: 0 auto;
  background-color: #fff;
  webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.container-fluid {
  padding: 0;
}
.region-top {
  width: 980px;
  margin: 0 auto 3px;
}
.main-container .row {
  margin: 0;
}
#page-content {
  padding: 22px 0 0;
}
#page-content h1 {
  font-size: 1.9em;
  font-weight: 700;
  margin: 0 0 7px 0;
  padding: 0;
  color: #222;
  border: none;
}
.sidebar-second #page-content {
  width: 645px;
}
#right-sidebar {
  width: 315px;
  padding: 0;
  margin-bottom: 0px;
}
#right-sidebar .region-sidebar-second {
  min-height: 500px;
  margin-left: 22px;
  padding-left: 22px;
  padding-top: 22px;
  border-left: 1px solid #bbb;
}
#right-sidebar #block-block-3 p a {
  display: block;
}
object.jwswf,
.jwplayer:focus {
  outline: none !important;
}
/* remove extra newline before and after image caption */
figure.image br {
  display: none;
}
