.carousel-nt .carousel-inner .item {
  height: 500px; }
  .carousel-nt .carousel-inner .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px; }
  .carousel-nt .carousel-inner .item .carousel-caption {
    left: 15%;
    right: 15%; }
    .carousel-nt .carousel-inner .item .carousel-caption h3 {
      background-color: #171d1f;
      color: #FFF;
      display: inline-block;
      padding: 18px 30px;
      margin: 0;
      font: normal 1.3em 'Sintony', sans-serif;
      margin-bottom: 2px; }
    .carousel-nt .carousel-inner .item .carousel-caption p {
      background-color: #665098;
      color: #FFF;
      display: inline-block;
      padding: 14px 30px;
      font-size: 1.1em;
      line-height: 1.4em; }

/* Font sizes */
.headline {
  font-size: 40pt; }

.title {
  font-size: 30pt; }

.subheader {
  font-size: 20pt; }

.quote {
  font-size: 20pt; }

.large-body {
  font-size: 14pt;
  font-weight: bold; }

.secondary-body {
  font-size: 12pt; }

.placeholder {
  font-size: 12pt; }

body {
  color: #4b595f;
  background: linear-gradient(to bottom, #238997 0%, #12474e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ededed', endColorstr='#9c000000', GradientType=0);
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
  color: #FFFFFF; }
  body .main-content {
    overflow: hidden; }
  body a {
    color: #FFFFFF; }
    body a:focus, body a.focus, body a:active, body a:hover {
      color: #FFFFFF; }

.cl-lightblue {
  background-color: #BAD6D9; }

.cl-white {
  background-color: #fff; }

.cl-cyan {
  background-color: #238997; }

.cl-darkgrey {
  background-color: #263034; }

.col-fill-container {
  padding: 0px; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100%; }

.header-section {
  text-align: center;
  color: white;
  padding-top: 50px; }
  .header-section .icon-img-header {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    background-size: contain;
    opacity: 0.1; }
    .header-section .icon-img-header.fa {
      font-size: 14rem; }
  .header-section .header-text {
    font-size: 62px;
    font-weight: 100; }
  .header-section .home-header-text {
    padding: 100px 20px;
    text-align: left; }
    .header-section .home-header-text h3 {
      font-weight: 100; }
  .header-section .home-header-img img {
    height: 350px;
    margin: 20px; }
  .header-section .icon-img-magnifying-glass {
    background-image: url("../images/icons/magnifying_glass.svg"); }
  .header-section .icon-img-churnalism {
    background-image: url("../images/icons/churnalism_icon.svg"); }
  .header-section .icon-img-newsdiffs {
    background-image: url("../images/icons/newsdiffs_icon.svg"); }
  .header-section .icon-img-agenda-setter {
    background-image: url("../images/icons/agenda_setter_icon.svg"); }
  .header-section .icon-img-media-mic {
    background-image: url("../images/icons/media_mic_icon.svg"); }
  .header-section .icon-img-mdi {
    background-image: url("../images/icons/mdi_icon.svg"); }

.sub-nav {
  text-align: center;
  padding-bottom: 20px; }

.inline {
  display: inline-block; }

.page-title {
  text-align: center;
  padding: 40px 0 50px 0;
  border-top: 10px solid transparent; }

.page-title .contact-info {
  padding-top: 30px;
  border-top: 1px solid #665098; }
  .page-title .contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page-title .contact-info ul li {
      padding-bottom: 5px; }
      .page-title .contact-info ul li h3 {
        margin: 0px;
        padding-left: 20px;
        font-size: 0.95em;
        text-transform: uppercase;
        font-family: 'Sintony', sans-serif;
        font-weight: bold;
        line-height: 20px; }
      .page-title .contact-info ul li span {
        line-height: 20px; }

.contact-form {
  border-top: 10px solid #171d1f;
  color: #fff; }
  .contact-form h2 {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent; }
    .contact-form h2 span {
      display: block;
      width: 100%;
      border-bottom: 1px solid transparent;
      border-color: #191f22; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.descrip {
  color: #909090;
  font-size: 14px;
  font-family: 'Lato'; }

.fixed-table {
  table-layout: fixed; }

#grabber {
  position: absolute;
  width: 8px;
  top: 0px;
  bottom: 0px;
  left: 800px; }

.dark-section {
  background-color: #114147;
  color: #FFFFFF; }

.light-section {
  background-color: #F5F5F5;
  color: #ACACAC; }
  .light-section .header-title {
    color: #114147; }

.white-section {
  background-color: #FFFFFF; }
  .white-section .header-title {
    color: #114147; }

.nt-fakenews-panel {
  border-radius: 50px;
  padding: 30px;
  margin: 20px; }
  .nt-fakenews-panel h1 {
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px; }

.nt-dark-panel {
  background-color: #114147; }

.nt-primary-panel {
  background-color: #238997; }

.nt-white-panel {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 30px;
  margin: 20px; }
  .nt-white-panel h1, .nt-white-panel h3 {
    color: #114147; }

/*
	Input Group styling
*/
body .datepicker-dropdown {
  background-color: #114147;
  color: #FFFFFF;
  border-radius: 0.8rem; }

body input[type=search] {
  border-radius: 0.8rem;
  background-color: transparent;
  color: #FFFFFF; }

body textarea.form-control {
  border-radius: 0.8rem;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }

body select.form-control {
  border-radius: 0.8rem;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  body select.form-control option {
    background-color: #114147;
    border: none; }

body .input-group .input-group-addon {
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding: 1.2rem 2rem 1.2rem 2rem; }

body .input-group .input-group-pre .btn-primary, body .input-group .input-group-post .btn-primary {
  height: 5rem; }

body .input-group input.form-control {
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  height: 5rem; }

body .input-group textarea.form-control {
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }

body .input-group select.form-control {
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  height: 5rem; }
  body .input-group select.form-control option {
    background-color: #114147;
    border: none; }

body .input-group span.select2-selection, body .input-group .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  height: 5rem; }

body .input-group .select2-selection__rendered .select2-selection__choice {
  background-color: #62C5D2; }

body .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF; }

body .input-group.input-group-search input.form-control {
  border-radius: 0.8rem; }

body .input-group.input-group-search input.form-control:not(:first-child):not(:last-child) {
  border-radius: 0 0.8rem 0.8rem 0; }

body .input-group.input-group-search .input-group-btn {
  padding-left: 2rem; }
  body .input-group.input-group-search .input-group-btn .btn-primary {
    padding: 1.28rem 2rem 1.28rem 2rem;
    border-radius: 0.8rem !important;
    background-color: #62C5D2;
    border-color: #62C5D2; }
    body .input-group.input-group-search .input-group-btn .btn-primary:focus, body .input-group.input-group-search .input-group-btn .btn-primary.focus, body .input-group.input-group-search .input-group-btn .btn-primary:active, body .input-group.input-group-search .input-group-btn .btn-primary:hover {
      color: #FFFFFF;
      background-color: #114147;
      border-color: #FFFFFF;
      outline: none; }

/*
	Button styling overide
*/
body .btn {
  font-size: 10pt; }

body .btn-primary {
  background-color: #62C5D2;
  border-color: #62C5D2;
  color: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }
  body .btn-primary:focus, body .btn-primary.focus, body .btn-primary:active, body .btn-primary:hover {
    color: #FFFFFF;
    background-color: #114147;
    border-color: #FFFFFF;
    outline: none; }

body .btn-success {
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }

body .btn-warning {
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }

body .btn-danger {
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }

body .btn-link-light {
  color: #FFFFFF;
  transition: all 0.5s; }
  body .btn-link-light:focus, body .btn-link-light.focus, body .btn-link-light:active, body .btn-link-light:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #114147;
    border-radius: 2rem; }

.nt-panel-frame-dark {
  background-color: transparent;
  border-color: #FFFFFF;
  border: 2px solid;
  border-radius: 3rem; }

.nt-panel-frame-light {
  background-color: transparent;
  color: #114147;
  border-color: #114147;
  border: 2px solid;
  border-radius: 3rem; }

.bold-text {
  font-weight: bold; }

.nt-pagination .pagination, .dataTables_paginate .pagination {
  /* border: 2px solid;
		border-radius: 3rem; */ }
  .nt-pagination .pagination li span,
  .nt-pagination .pagination li a, .dataTables_paginate .pagination li span,
  .dataTables_paginate .pagination li a {
    background-color: #62C5D2;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #62C5D2;
    transition: all 0.5s;
    margin: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .nt-pagination .pagination li span:hover,
    .nt-pagination .pagination li span :focus,
    .nt-pagination .pagination li a:hover,
    .nt-pagination .pagination li a :focus, .dataTables_paginate .pagination li span:hover,
    .dataTables_paginate .pagination li span :focus,
    .dataTables_paginate .pagination li a:hover,
    .dataTables_paginate .pagination li a :focus {
      border-color: #FFFFFF;
      background-color: #114147; }
  .nt-pagination .pagination li.disabled span,
  .nt-pagination .pagination li.disabled a, .dataTables_paginate .pagination li.disabled span,
  .dataTables_paginate .pagination li.disabled a {
    color: #F5F5F5;
    background-color: #ACACAC;
    border-color: #ACACAC; }
  .nt-pagination .pagination li.disabled a:focus,
  .nt-pagination .pagination li.disabled a:hover,
  .nt-pagination .pagination li.disabled span:focus,
  .nt-pagination .pagination li.disabled span:hover, .dataTables_paginate .pagination li.disabled a:focus,
  .dataTables_paginate .pagination li.disabled a:hover,
  .dataTables_paginate .pagination li.disabled span:focus,
  .dataTables_paginate .pagination li.disabled span:hover {
    background-color: #ACACAC;
    color: #F5F5F5;
    border-color: #ACACAC; }

input.form-control:not(:first-child):not(:last-child),
textarea.form-control:not(:first-child):not(:last-child) {
  border-radius: 0 0.8rem 0.8rem 0; }

.advanced-search {
  background-color: #62C5D2; }

body .panel-primary {
  border-radius: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #62C5D2;
  border: none; }
  body .panel-primary .panel-heading {
    background-color: transparent;
    color: #FFFFFF;
    border: none; }
  body .panel-primary .panel-body {
    background-color: #114147;
    color: #FFFFFF; }

body .well {
  background-color: #114147;
  color: #FFFFFF; }

body table.table-striped tbody tr {
  color: #114147; }
  body table.table-striped tbody tr.odd {
    background-color: #ACACAC;
    color: #114147; }
  body table.table-striped tbody tr.even {
    background-color: transparent;
    color: #FFFFFF; }
  body table.table-striped tbody tr .media-link {
    color: #114147; }

body .table-responsive {
  border-radius: 2rem;
  border: 1px solid white; }
  body .table-responsive #my-searches-table tbody > tr > td, body .table-responsive #my-searches-table tbody > tr > th, body .table-responsive #my-searches-table tfoot > tr > td, body .table-responsive #my-searches-table tfoot > tr > th, body .table-responsive #my-searches-table thead > tr > td, body .table-responsive #my-searches-table thead > tr > th {
    padding: 1rem 1rem 1rem 1rem; }

#my-searches-table .expanded-text-collapse .well {
  border-radius: 1rem; }

.dataTables_processing {
  background-color: #F5F5F5;
  border-radius: 0.8rem;
  color: #114147; }

#crawler_timeline, .nt-graph-block {
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 2rem;
  border: 1px solid #114147; }

#crawler_table .odd, #crawler_table .even {
  color: #114147 !important; }

.agenda-setter-btn {
  margin: 10px;
  background-color: #62C5D2;
  border-color: #62C5D2;
  color: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }
  .agenda-setter-btn:focus, .agenda-setter-btn.focus, .agenda-setter-btn:active, .agenda-setter-btn:hover {
    color: #FFFFFF;
    background-color: #114147;
    border-color: #FFFFFF;
    outline: none; }

.agenda-header-title {
  color: #114147; }

.agenda-setter-nav span {
  line-break: 5; }

.agenda-setter-nav span > a {
  position: relative;
  background-color: #62C5D2;
  padding: 10px 15px;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s;
  margin: 5px;
  width: 120px;
  text-align: center;
  text-decoration: none; }
  .agenda-setter-nav span > a:hover {
    color: #FFFFFF;
    background-color: #114147;
    border-color: #FFFFFF; }

.agenda-setter-nav .nav > li > a, .agenda-setter-nav .nav > div > a {
  display: inline-block;
  position: relative;
  background-color: #62C5D2;
  padding: 10px 15px;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s;
  margin: 5px;
  width: 120px;
  text-align: center;
  text-decoration: none; }
  .agenda-setter-nav .nav > li > a:hover, .agenda-setter-nav .nav > div > a:hover {
    color: #FFFFFF;
    background-color: #114147;
    border-color: #FFFFFF; }

.agenda-setter-nav .nav-pills > li.active > a, .agenda-setter-nav .nav-pills > li.active > a:focus, .agenda-setter-nav .nav-pills > li.active > a:hover,
.agenda-setter-nav .nav-pills > div.active > a, .agenda-setter-nav .nav-pills > div.active > a:focus, .agenda-setter-nav .nav-pills > div.active > a:hover {
  color: #fff;
  background-color: #114147;
  border-color: #FFFFFF; }

.agenda-setter-ht-leg {
  position: absolute;
  right: 170px;
  color: #114147;
  font-size: small; }

.agenda-setter-ht-leg-lab {
  position: absolute;
  left: 120px;
  color: #114147;
  font-size: small; }

.agenda-setter-twitter-section {
  padding: 150px 10px; }

.agenda-setter-hashtags-section {
  padding: 10px 10px; }
  .agenda-setter-hashtags-section .header-text {
    text-align: center; }

.agenda-setter-intro-section {
  color: #FFFFFF;
  padding: 10px 10px; }
  .agenda-setter-intro-section .title-circle {
    margin: auto;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    width: 200px;
    height: 200px; }
    .agenda-setter-intro-section .title-circle .title-icon {
      width: 50%;
      height: 50%;
      background-repeat: no-repeat;
      display: block;
      margin: 50px;
      background-size: contain; }
    .agenda-setter-intro-section .title-circle .header-title {
      font-family: roboto;
      font-weight: 100; }

.hide-mobile {
  display: block; }

@media (max-width: 768px) {
  .hide-mobile {
    display: none; } }

.center-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.tweeters .profile {
  background-color: #114147;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 20px; }
  .tweeters .profile .description {
    word-break: break-word;
    padding: 15px 15px; }

.nav-center {
  text-align: center; }
  .nav-center ul.nav {
    display: inline-block; }
    .nav-center ul.nav li {
      display: inline a;
        display-float: left; }

.action-top {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  background-color: #114147;
  border-color: #114147;
  color: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 4px 4px 8px -3px #114147;
  padding: 1.2rem 2rem 1.2rem 2rem;
  transition: all 0.5s; }
  .action-top:focus, .action-top.focus, .action-top:active, .action-top:hover {
    background-color: #62C5D2;
    border-color: #FFFFFF;
    outline: none; }
  .action-top .fa {
    font-size: 3rem; }
  .action-top a {
    text-decoration: none; }
  .action-top.hide-action {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear; }
  .action-top.show-action {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.search_section {
  height: auto;
  min-height: 200px;
  background-color: #BAD6D9;
  background-image: url("../images/search/world-purple-bkgd-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible; }

.search_wrapper {
  float: left;
  height: auto;
  margin-top: 40px;
  display: block;
  position: relative;
  /*background-color:#e1675f;*/
  overflow: visible;
  z-index: 999; }

.search_wrapper label {
  display: block;
  height: auto;
  line-height: 20px;
  width: auto;
  padding: 0 10px 0 10px;
  margin: 5px 0 0 0;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.search_wrapper textarea {
  display: block;
  height: 36px;
  padding: 8px 10px 8px 10px;
  /*margin: 7px 10px 7px 10px;*/
  float: left;
  resize: none;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.search_wrapper button {
  background-color: #256F7B;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 30px;
  /*margin: 7px 10px 7px 10px;*/
  height: 36px;
  float: left;
  font-size: 16px;
  border: none;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.attribute-text h3 {
  color: #114147;
  margin: 20px; }

.attribute-text p {
  color: #ACACAC;
  margin: 30px; }

.churn-wrapper {
  background-color: transparent;
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 3rem;
  background-color: #114147;
  border: 1px solid #FFFFFF; }
  .churn-wrapper .churn-actions {
    padding: 15px; }
  .churn-wrapper .churn-results .churn-results-col {
    height: 350px; }
    .churn-wrapper .churn-results .churn-results-col .churn-center-box {
      text-align: center;
      padding-top: 5rem; }
    .churn-wrapper .churn-results .churn-results-col .churn-title-bar {
      height: 50px;
      line-height: 50px; }
      .churn-wrapper .churn-results .churn-results-col .churn-title-bar h3 {
        font-size: 1.17em; }
    .churn-wrapper .churn-results .churn-results-col .churn-title-sub {
      line-height: 25px;
      font-size: 11px;
      color: #FFFFFF; }
      .churn-wrapper .churn-results .churn-results-col .churn-title-sub a, .churn-wrapper .churn-results .churn-results-col .churn-title-sub a:visited, .churn-wrapper .churn-results .churn-results-col .churn-title-sub a:active {
        color: #62C5D2; }
      .churn-wrapper .churn-results .churn-results-col .churn-title-sub a:hover {
        color: #62C5D2; }
    .churn-wrapper .churn-results .churn-results-col .churn-display {
      border-radius: 2rem;
      padding: 1rem; }
      .churn-wrapper .churn-results .churn-results-col .churn-display .churn-display-block {
        height: 230px;
        width: 100%;
        overflow-y: scroll;
        font-size: 12px;
        line-height: 14px;
        padding: 5px; }
        .churn-wrapper .churn-results .churn-results-col .churn-display .churn-display-block .comp-match.comp-highlight {
          background-color: orange; }
  .churn-wrapper .churn-results .churn-results-selection {
    height: 210px;
    overflow-y: scroll; }
    .churn-wrapper .churn-results .churn-results-selection .churn-results-item {
      height: 75px;
      border-bottom: 1px solid #333366;
      border-top: 2px solid #333366; }
      .churn-wrapper .churn-results .churn-results-selection .churn-results-item.comp-match-group-select .churn-results-item-wrapper {
        padding: 1rem;
        background-color: #62C5D2;
        border-radius: 3rem;
        border: 1px solid;
        border-color: #62C5D2; }
      .churn-wrapper .churn-results .churn-results-selection .churn-results-item.comp-match-group-select.active .churn-results-item-wrapper {
        background-color: #114147;
        border-color: #FFFFFF; }
    .churn-wrapper .churn-results .churn-results-selection .churn-results-title {
      color: #fff;
      font-size: 13px;
      padding-top: 3px; }
      .churn-wrapper .churn-results .churn-results-selection .churn-results-title .details {
        height: 25px; }

.comp-match-group {
  display: none; }
  .comp-match-group.active {
    display: block; }

.chart {
  text-align: center; }
  .chart.med .percent {
    line-height: 80px; }
  .chart.small .percent {
    line-height: 70px; }
  .chart .percent {
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px; }
    .chart .percent:after {
      content: '%';
      font-size: .8em; }
  .chart canvas {
    position: relative;
    top: 0px;
    margin: auto; }

.admin-dashboard .status {
  background-color: grey;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  border: 1px solid grey;
  margin-right: 10px;
  box-shadow: 0px 0px 7px 2px grey;
  display: inline-block; }
  .admin-dashboard .status.GOOD {
    background-color: green;
    box-shadow: 0px 0px 7px 2px green; }
  .admin-dashboard .status.OK {
    background-color: blue;
    box-shadow: 0px 0px 7px 2px blue; }
  .admin-dashboard .status.BAD {
    background-color: red;
    box-shadow: 0px 0px 7px 2px red; }

.admin-dashboard .panel-dash {
  margin-bottom: 5px; }
  .admin-dashboard .panel-dash .panel-heading {
    padding: 15px 20px; }
  .admin-dashboard .panel-dash .admin-notice {
    padding: 5px;
    text-align: center;
    border-radius: 3px; }
    .admin-dashboard .panel-dash .admin-notice.queued {
      background-color: #f7f8d3; }
    .admin-dashboard .panel-dash .admin-notice.done {
      background-color: #e3ffca; }
    .admin-dashboard .panel-dash .admin-notice.running {
      background-color: #caf3ff; }
    .admin-dashboard .panel-dash .admin-notice.failed {
      background-color: #db9191; }

.admin-dashboard [data-mdi].queued {
  background-color: #f7f8d3; }

.admin-dashboard [data-mdi].done {
  background-color: #e3ffca; }

.admin-dashboard [data-mdi].running {
  background-color: #caf3ff; }

.admin-dashboard [data-mdi].failed {
  background-color: #db9191; }

.admin-dashboard [data-mdi] .progress-bar {
  color: #000; }

.admin-dashboard [data-mdi] .table-sunk {
  background-color: #f5f5f5;
  border-radius: 5px; }

input[type="search"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.alert.actionable {
  cursor: pointer; }

.alert.active {
  border: 1px solid #999;
  box-shadow: inset 0 0 10px #AAA; }

.navbar {
  margin-bottom: 0px; }

.navbar-nav > li > a, .navbar-nav > li > a:visited {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 30px; }

.navbar-nav > li {
  margin-right: 2px; }

.navbar-custom {
  border-radius: 0px; }
  .navbar-custom .navbar-brand {
    height: auto; }
  .navbar-custom .navbar-brand img {
    width: auto;
    height: 100px; }
  .navbar-custom .navbar-toggle span {
    background-color: #ddd; }
  .navbar-custom .navbar-nav {
    margin-top: 35px; }
  .navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #114147;
    border-radius: 3rem; }
  .navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:visited {
    background-color: #114147;
    border-radius: 3rem; }
  .navbar-custom .dropdown-menu {
    background-color: #114147;
    border-top-left-radius: 2rem;
    border-radius: 2rem !important; }
  .navbar-custom .dropdown-menu > li a {
    color: #FFFFFF; }
    .navbar-custom .dropdown-menu > li a:focus, .navbar-custom .dropdown-menu > li a.focus, .navbar-custom .dropdown-menu > li a:active, .navbar-custom .dropdown-menu > li a:hover {
      background-color: #62C5D2 !important;
      border-radius: 2rem !important; }

.sub-nav-block {
  font-family: 'Roboto', sans-serif;
  background: #62C5D2;
  border-radius: 30px;
  display: block;
  width: 150px;
  height: 150px;
  margin: 40px auto;
  transition: all 0.5s;
  box-shadow: 2px 2px 10px 0.2px #114147; }
  .sub-nav-block:hover, .sub-nav-block:active {
    text-decoration: none;
    color: #FFFFFF;
    background: #114147; }
  .sub-nav-block:visited {
    text-decoration: none; }
  .sub-nav-block .icon-img-nav {
    height: 80px;
    margin-top: 35px; }

.sub-nav-heading {
  font-family: 'Roboto', sans-serif; }
  .sub-nav-heading h3 {
    margin-top: 15px;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center; }

.action-block {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  display: block;
  transition: all 0.5s;
  color: white;
  padding: 30px;
  margin: 10px 0;
  height: 500px; }
  .action-block:hover {
    text-decoration: none;
    color: #FFF;
    background: #238997; }
  .action-block:active, .action-block:visited {
    text-decoration: none; }
  .action-block .action-content {
    line-height: 1.7;
    font-size: 16px; }
  .action-block .action-heading h3 {
    margin-top: 15px;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px; }

.more-dots {
  text-align: center;
  padding-top: 80px; }

.icon-img {
  width: 130px;
  height: 130px;
  display: block;
  margin: auto; }

.icon-img-settings {
  background-color: #62C5D2; }

.icon-img-action-churnalism {
  mask: url(../images/icons/churnalism_icon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/churnalism_icon.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.icon-img-action-media-mic {
  mask: url(../images/icons/media_mic_icon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/media_mic_icon.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.icon-img-action-mdi {
  mask: url(../images/icons/mdi_icon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/mdi_icon.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.icon-img-action-news-diffs {
  mask: url(../images/icons/newsdiffs_icon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/newsdiffs_icon.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.icon-img-action-agenda-setter {
  mask: url(../images/icons/agenda_setter_icon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/agenda_setter_icon.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.icon-img-action-newscred {
  mask: url(../images/icons/magnifying_glass.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/icons/magnifying_glass.svg) no-repeat 50% 50%;
  mask-size: 11rem;
  -webkit-mask-size: 11rem; }

.new-section {
  text-align: center;
  padding: 80px 10px; }
  .new-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: 100; }
  .new-section .new-desc {
    line-height: 2em; }

.intro-section {
  text-align: center;
  color: #FFFFFF;
  padding: 150px 10px; }
  .intro-section .title-circle {
    margin: auto;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    width: 200px;
    height: 200px; }
    .intro-section .title-circle .title-icon {
      width: 50%;
      height: 50%;
      background-repeat: no-repeat;
      display: block;
      margin: 50px;
      background-size: contain; }
  .intro-section .fake-news-icon {
    background-image: url("../images/icons/fake_news_icon.svg"); }
  .intro-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: 100; }
  .intro-section .intro-description {
    line-height: 2; }

.extension-section {
  background-color: #114147;
  text-align: center;
  color: #FFFFFF;
  padding: 150px 10px; }
  .extension-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: 100; }
  .extension-section .extension-description {
    line-height: 2; }
  .extension-section .url-checker-input {
    padding: 50px; }

.tips-section {
  text-align: center;
  padding: 150px 10px; }
  .tips-section .header-title {
    font-weight: bold; }
  .tips-section .tip-block {
    margin: 25px; }
    .tips-section .tip-block .tip-block-text {
      font-family: roboto;
      margin-top: 20px;
      width: 200px;
      font-weight: bold; }

.info-section {
  text-align: left;
  font-family: roboto;
  line-height: 1.7;
  padding: 150px 10px; }

.download-section {
  background-color: #114147;
  text-align: center;
  color: #FFFFFF;
  padding: 150px 10px; }
  .download-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: bold; }
  .download-section .download-description {
    color: #ACACAC;
    line-height: 2; }
  .download-section .nt-panel-frame {
    text-align: left;
    background-color: transparent;
    padding: 30px 0;
    margin-top: 50px;
    border: 2px solid;
    border-radius: 20px; }
  .download-section .download-btn {
    margin: 5px;
    width: 150px; }

.mdi_hover {
  opacity: 1; }

.mdi_hover:hover {
  cursor: pointer;
  opacity: 0.9; }

#mdi_tooltip {
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  color: black;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  font-size: 12px;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none; }

.desc-p {
  color: #ddd;
  font-size: 12px; }

.tabs {
  width: 100%;
  list-style: none;
  list-style-type: none; }

.tabs li {
  display: inline-block;
  width: 32%;
  background-color: #3C4679;
  border-radius: 15px;
  padding: 0px;
  margin: 0px; }

.tabs li:hover {
  background-color: #BAD6D9; }

.tabs li a {
  display: block;
  width: auto;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff; }

.tabs li.active {
  background-color: #238997; }

#mdi_gla h3 {
  color: #fff; }

.mdi-info-section {
  text-align: left;
  font-family: roboto;
  line-height: 1.7;
  padding: 100px 10px; }

.graph-bg {
  background-color: #114147; }

.mdi-graph {
  padding: 150px 0; }

.mdi-wrap {
  display: block; }

div#newscred-results {
  margin: 10px;
  text-align: center; }
  div#newscred-results .result {
    text-align: center;
    margin: 10px 0; }
    div#newscred-results .result img {
      display: inline-block;
      max-width: 200px; }
    div#newscred-results .result p {
      margin: 10px 0; }

div.row.url-checker {
  text-align: center; }

div.clear-button-container {
  margin: 20px 0; }

#footer {
  font-size: 0.5em; }
  #footer a {
    text-decoration: none;
    color: #FFFFFF; }
  #footer .assemble-logo img {
    width: 75%; }
  #footer .mma-logo img {
    width: 75%; }
  #footer ul {
    list-style: none; }
  #footer .large-footer-text {
    font-size: 2.5em; }
  #footer .social-media-footer-block .fa {
    font-size: 1.7rem; }

.posts-list .posts-container img.post-featured-img {
  width: 100%;
  height: 100%; }

.posts-list .posts-container button.btn-primary {
  border-radius: 0px; }

.posts-list .posts-container a.post-title {
  color: #4b595f;
  text-decoration: none; }

.posts-list .post-edit-return {
  float: right;
  margin-top: 25px; }

.admin-post-create .admin-post-options, .admin-post-edit .admin-post-options {
  float: right;
  margin-left: 10px; }

.admin-post-create .post-view-media, .admin-post-edit .post-view-media {
  margin-top: 5px; }

.admin-post-list .post-delete {
  float: right;
  margin-left: 10px; }

.media-uploads #media-dropzone {
  padding: 80px;
  border: 2px dashed #238997;
  border-radius: 4px; }

.admin-post-list .blog-search-form {
  margin: 0; }

.admin-post-list .search-container-align {
  padding-right: 7px; }

.admin-post-list .add-post {
  margin-right: 10px; }

.about-section {
  text-align: left;
  padding: 150px 10px; }
  .about-section .panel-body {
    min-height: 400px; }

.about-mma-section {
  text-align: center;
  padding: 100px 10px; }
  .about-mma-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: 100; }
  .about-mma-section .about-mma-desc {
    line-height: 2em; }

.video-section {
  text-align: left;
  padding: 150px 10px; }

/* Register page custom styling */
#register-form .form-group .name-label {
  padding-right: 9.4rem; }

#register-form .form-group .email-label {
  padding-right: 3.9rem; }

#register-form .form-group .password-label {
  padding-right: 7.2rem; }

#contact-form .form-group .name-label {
  padding-right: 7.3rem; }

#contact-form .form-group .message-label {
  padding-right: 8.3rem; }

#reset-password .input-group-btn .btn-primary {
  padding-top: 1.4rem; }

#change-password-form .old-password-label {
  padding-right: 7.9rem; }

#change-password-form .new-password-label {
  padding-right: 7.3rem; }

#advanced-my-searches-form .end-date-label {
  padding-right: 2.8rem; }

#advanced-my-searches-form .url-label {
  padding-right: 6.7rem; }

#advanced-my-searches-form .text-label {
  padding-right: 5.9rem; }

#advanced-my-searches-form .order-by-label {
  padding-right: 3.3rem; }

#advanced-my-searches-form .order-label {
  padding-right: 5.3rem; }

#advanced-my-searches-form .per-page-label {
  padding-right: 3.1rem; }

#reporting-form .media-label {
  padding-right: 9rem; }

#reporting-form .hour-label {
  padding-right: 3.1rem; }

#reporting-form .date-label {
  padding-right: 3.1rem; }

#reporting-form .cc-label {
  padding-right: 4.3rem; }

#recipient-form .email-label {
  padding-right: 5.3rem; }

.diffs-wrapper .diffs-results {
  background-color: transparent;
  padding: 2rem;
  padding-bottom: 1rem;
  border-radius: 3rem;
  background-color: #114147;
  border: 1px solid #FFFFFF; }
  .diffs-wrapper .diffs-results .col-purple {
    background-color: transparent; }
  .diffs-wrapper .diffs-results .col-purple-dark {
    background-color: transparent;
    color: #fff; }
  .diffs-wrapper .diffs-results .col-grey {
    background-color: #CACACA; }
  .diffs-wrapper .diffs-results .col-grey-dark {
    background-color: #A2A2A2; }
  .diffs-wrapper .diffs-results .diffs-versions-col {
    padding: 3rem 3rem 3rem 3rem; }
  .diffs-wrapper .diffs-results .diffs-results-col {
    padding: 3rem 3rem 3rem 3rem; }
    .diffs-wrapper .diffs-results .diffs-results-col.diffs-versions-col-head {
      padding-bottom: 0; }
    .diffs-wrapper .diffs-results .diffs-results-col .diffs-heading {
      font-size: 10px;
      padding-left: 0;
      padding-right: 0; }
    .diffs-wrapper .diffs-results .diffs-results-col .diffs-header-title {
      font-size: 18px;
      color: #eee; }
    .diffs-wrapper .diffs-results .diffs-results-col .diffs-header-media {
      font-size: 14px;
      color: #eee; }
    .diffs-wrapper .diffs-results .diffs-results-col .diffs-header-author {
      font-size: 14px;
      color: #eee; }
    .diffs-wrapper .diffs-results .diffs-results-col .diffs-header-link {
      color: #eee; }
      .diffs-wrapper .diffs-results .diffs-results-col .diffs-header-link :hover {
        color: #fff;
        font-weight: bold; }
    .diffs-wrapper .diffs-results .diffs-results-col hr {
      margin-top: 2px;
      margin-bottom: 10px; }
  .diffs-wrapper .diffs-results .match-group {
    display: none; }
    .diffs-wrapper .diffs-results .match-group.active {
      display: block; }
  .diffs-wrapper .diffs-results .diffs-display {
    padding: 1rem;
    border-radius: 2rem; }
    .diffs-wrapper .diffs-results .diffs-display .diffs-display-block {
      height: 230px;
      width: 100%;
      overflow-y: scroll;
      font-size: 12px;
      line-height: 14px;
      padding: 5px; }
      .diffs-wrapper .diffs-results .diffs-display .diffs-display-block .worddiff-added {
        color: green; }
        .diffs-wrapper .diffs-results .diffs-display .diffs-display-block .worddiff-added :hover {
          color: white;
          font-weight: bold;
          background-color: green; }
      .diffs-wrapper .diffs-results .diffs-display .diffs-display-block .worddiff-removed {
        color: red; }
        .diffs-wrapper .diffs-results .diffs-display .diffs-display-block .worddiff-removed :hover {
          color: white;
          font-weight: bold;
          background-color: red; }
  .diffs-wrapper .diffs-results .diffs-select {
    margin-bottom: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 3rem;
    background-color: #62C5D2;
    border: 1px solid;
    border-color: #62C5D2;
    color: #FFFFFF;
    transition: all 0.5s;
    text-align: center; }
    .diffs-wrapper .diffs-results .diffs-select:focus, .diffs-wrapper .diffs-results .diffs-select.focus .diffs-wrapper .diffs-results .diffs-select:hover {
      color: #FFFFFF;
      background-color: #114147;
      border-color: #FFFFFF; }
    .diffs-wrapper .diffs-results .diffs-select.active {
      background-color: #114147;
      border-color: #FFFFFF; }
    .diffs-wrapper .diffs-results .diffs-select.disabled {
      color: #F5F5F5;
      background-color: #ACACAC;
      border-color: #ACACAC; }
      .diffs-wrapper .diffs-results .diffs-select.disabled:focus, .diffs-wrapper .diffs-results .diffs-select.disabled.focus, .diffs-wrapper .diffs-results .diffs-select.disabled:active, .diffs-wrapper .diffs-results .diffs-select.disabled:hover {
        color: #F5F5F5;
        background-color: #ACACAC;
        border-color: #ACACAC; }

.newsdiffs-campaigns .item {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #62C5D2;
  color: #FFFFFF;
  border: 1px solid;
  border-color: #62C5D2;
  border-radius: 2rem;
  transition: all 0.5s; }
  .newsdiffs-campaigns .item:focus, .newsdiffs-campaigns .item:hover {
    background-color: #114147;
    border-color: #FFFFFF; }

.media-intro-section {
  text-align: center;
  color: #FFFFFF;
  padding: 150px 10px; }
  .media-intro-section .header-title {
    padding: 20px;
    font-family: roboto;
    font-weight: 100; }
  .media-intro-section .media-intro-description {
    line-height: 2; }

.date-selects-section {
  padding: 100px 10px; }
  .date-selects-section .select-date-range-title {
    text-align: center;
    font-weight: bold; }
  .date-selects-section #select_start_date, .date-selects-section #select_end_date {
    color: grey;
    border-radius: 5px;
    height: 35px;
    margin-top: 5px; }

.loading-message {
  text-align: center;
  width: 100%;
  font-weight: bold; }

.media-mic-section {
  padding: 100px 10px 150px 10px; }

#selects label {
  font-weight: 400; }

.tooltip {
  color: black;
  background-color: white;
  padding: 5px; }

/*
  Margin Right helper classes 
 */
.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

/*
  Margin Left helper classes 
 */
.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

/*
  Margin Top helper classes 
 */
.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

/*
  Margin Bottom helper classes 
 */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

/*
  Margin helper classes 
 */
.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.m-4 {
  margin: 4rem !important; }

.m-5 {
  margin: 5rem !important; }

/*
  Padding Right helper classes 
 */
.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

/*
  Padding Left helper classes 
 */
.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

/*
  Padding Top helper classes 
 */
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

/*
  Padding Bottom helper classes 
 */
.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

/*
  Padding helper classes 
 */
.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 1rem !important; }

.p-2 {
  padding: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.p-4 {
  padding: 4rem !important; }

.p-5 {
  padding: 5rem !important; }

.w-100 {
  width: 100% !important; }

.w-75 {
  width: 75% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.section-spacer {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.section-spacer-top {
  padding-top: 8rem; }

.section-spacer-bottom {
  padding-bottom: 8rem; }

/*# sourceMappingURL=app.css.map */
