@charset "UTF-8";
/* CSS Document */
body {
  font-size: 18px;
  font-family: allumi-std, sans-serif;
  background-color: #fff;
}
h1.ruled span {
  color: #000000;
}
h1.ruled span:hover {
  color: #00324B;
}
h2.ruled {
  border-bottom: 1px solid;
  margin-bottom: 30px !important;
}
h2.ruled > em {
  background-color: #fff;
  position: relative;
  top: 10px;
  padding: 0 2px 0 0px;
}
a {
  color: #197687;
}
.text-extended {
  font-family: allumi-std-extended, sans-serif;
}
.text-serif {
  font-family: utopia-std, serif;
}
.text-black {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a.article-title {
  font-weight: 600;
}
.item-article-lg a.article-title {
  font-size: 28px;
  line-height: 30px;
}
.item-article-md a.article-title {
  font-size: 20px;
  line-height: 22px;
}
.item-article-sm a.article-title {
  font-size: 16px;
  line-height: 18px !important;
}
.text-sm {
  font-size: 15px;
}
.tag.p-absolute{
    position: absolute;
    z-index: 1000;
    top: 3px;
    left: 3px;
    color: #fff;
    display: inline-block;
    background: #197687;
    font-weight: 600;
    padding: 0 5px;
    font-size: 13px;
    box-shadow: 1px 1px 3px #000;
}
.item .date {
  font-size: 13px;
}
.cover {
  background-size: cover;
}
.scale {
  width: 100%;
  height: auto;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/
.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}
.item.news-article-block {
  position: relative;
}
.item-information {
  position: absolute;
  bottom: 0;
}
.text-shadow {
  text-shadow: 1px 1px 1px #000;
}
.item:hover {
  transition: all .5s ease-in-out;
  -webkit-filter: saturate(150%); /* Safari 6.0 - 9.0 */
  filter: saturate(150%);
  transform: scale(1.01);
 
}
.item {
  transition: all .5s ease-in-out;
}
.news-article-grid .play-btn {
  position: absolute;
  top: 25%;
  left: 40%;
  font-size: 45px;
}
.play-btn a {
  color: #fff;
}
.item.news-article-grid {
  position: relative;
  top: 0;
  left: 0;
}
.news-article-block .play-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
}
.item:hover .play-btn {
  animation: pulse 1.5s infinite;
  animation-timing-function: linear;
}
a.btn.btn-sm.btn-info {
    padding: .25rem .35rem;
    font-size: .65rem;
    line-height: 1.5;
    border-radius: .2rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    100% {
      transform: scale(1);
    }
  }
}
i.far.fa-play-circle:hover {
  color: #FF0000;
}
.item.item-article-2col .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  margin: -20px 0px 0 -17px;
}
footer .container {
  border-top: 5px solid #000000;
}
footer h2 {
  text-indent: -5000px;
  background-image: url("https://mr.cdn.ignitecdn.com/client_assets/freepressers_com/media/themes/images/freepresser.logo.png?1559569869");
  background-repeat: no-repeat;
  height: 45px;
}
.networks a {
  color: #187587;
  margin-right: 10px;
  font-size: 13px;
}
footer .col-sm-6.text-right {
  margin: auto;
}
.legal a {
  color: #187587;
}
.legal {
  font-size: 14px;
  font-weight: 800;
}
.text-right {
  font-size: 14px;
}
.navbar-brand {
  display: block;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/freepressers_com/media/themes/images/logo.freepresser.svg?1584571543);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 255px;
    height: 60px;
    margin: 0 20px 0 0px !important;
}
.fixed-top {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  z-index: $zindex-fixed;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5000;
}
.sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.small {
  font-size: 12px;
}
div#today {
  font-weight: 600;
}
.date-login {
  padding: 5px 0 0 0;
}
ul.menu-list a {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 700;
}
.date-login {
  border-bottom: 2px solid #BABBBC;
}
nav .container {
  border-bottom: 5px solid #000000;
}
.news-nav i.fab, .news-nav .fa-rss {
  background: #000000;
  padding: 12px;
  border-radius: 50%;
  color: white;
}
.row.follow-us {
  border-bottom: 1px dotted #000000;
}
.active a.nav-link {
  color: #197687 !important;
}
#main-news .card.bg-light.mb-3 {
  margin-top: 60px;
}
.text-italic {
  font-style: italic;
}
.btn-secondary {
  background-color: #197687;
  border-color: #035e6f;
}
.card a.network {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px 0;
}
.card p {
  font-size: 10px;
}
.item-information {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  width: 100%;
  padding-top: 3px;
}

.thumbnail-image {
	position: relative;
}
.sticky-2 {
	top: 90px;
}
.card a.network {
	transition: all .2s ease-in-out;
}
.card a.network:hover {
	background-color: #197687;
	border-radius: 0;
	transform: scale(1.1);
}
.navbar .networks a i, footer .networks a i:hover {
	transition: all .9s ease-in-out;
}
.navbar .networks a i:hover, footer .networks a i:hover {
	-webkit-transform: rotateY(360deg); /* Safari */
	transform: rotateY(360deg);
}
#main-news .card.bg-light.mb-3 {
	margin-top: 35px;
}
a:hover {
	color: #00324B;
}
.donation-form input[type=radio], .donation-form input[type=checkbox] {
	display: none;
}
.donation-form input[type=radio] + label, input[type=checkbox] + label {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #027cc3;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #027cc3;
	transition: all 0.5s ease;
}
#recurring input[type=radio] + label, #recurring input[type=checkbox] + label {
	margin: 0;
}
.donation-form input[type=radio], .donation-form input[type=checkbox] {
	display: none;
}
.donation-form input[type=radio] + label, input[type=checkbox] + label {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #027cc3;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #027cc3;
	transition: all 0.5s ease;
}
#recurring input[type=radio] + label, #recurring input[type=checkbox] + label {
	margin: 0;
}
.donation-form #recurring input#recurring1[type=radio] + label, #recurring input#recurring1[type=checkbox] + label {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #1C7788;
	background-color: #1C7788;
	text-shadow: none;
	font-weight: 900;
	transition: all 0.5s ease;
}
.donation-form #recurring input#recurring-monthly[type=radio] + label, #recurring input#recurring-monthly[type=checkbox] + label {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 50%;
	height: 40px;
	line-height: 30px;
	transition: all 0.5s ease;
}
.donation-form input[type=radio] + label:hover, input[type=checkbox] + label:hover {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #1C7788;
	background-color: #1C7788;
	text-shadow: none;
	font-weight: 900;
	transition: all 0.5s ease;
}
.donation-form input[type=radio] + label:focus, input[type=checkbox] + label:focus {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #1C7788;
	background-color: #1C7788;
	text-shadow: none;
	font-weight: 900;
	transition: all 0.5s ease;
}
.donation-form input[type=radio]:checked + label:hover, input[type=checkbox]:checked + label:hover {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #1C7788;
	background-color: #1C7788;
	text-shadow: none;
	font-weight: 900;
	transition: all 0.5s ease;
}
.donation-form input[type=radio]:checked + label, input[type=checkbox]:checked + label {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #1C7788;
	background-color: #1C7788;
	text-shadow: none;
	font-weight: 900;
	transition: all 0.5s ease;
}
.bitpay-form input[type=radio], .bitpay-form input[type=checkbox] {
	display: none;
}
.bitpay-form input[type=radio] + label, input[type=checkbox] + label {
	display: inline-block;
	margin: 0 1px 10px 1px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	color: #027cc3;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #027cc3;
	transition: all 0.5s ease;
}
#recurring input[type=radio] + label, #recurring input[type=checkbox] + label {
	margin: 0;
}

label.error {
    font-size: 12px;
    margin: 0;
    position: relative;
    color: #a10000;
}

input.error {
    border-color: #a10000;
}
.image-caption {
    position: absolute;
    width: 100%;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.57);
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
}
.featured-image.img-frame.img-preview.content-img {
    position: relative;
}
blockquote {
    margin-left: 30px;
    padding-left: 15px;
    border-left: 3px solid #1c7788;
}

  .widget-logo {
    text-align: center;
    border-bottom: 5px solid #000000;
    border-top: 2px solid #BABBBC;
    padding: 12px 0px;
}
  .message-widget {
    color: #00324b;
}
  .btn-widget:hover button{
    background-color: #1C7788;
    cursor: pointer;
}
  .btn-widget:hover button {
    color: white;
}
  .btn-widget button {
    border: 2px solid #00324b;
    font-weight: 900;
}
  p.text-is-ad {
    font-size: 12px;
}
  .tag.p-absolute-champion {
    position: absolute;
    z-index: 1000;
    top: 3px;
    left: 10px;
    color: #fff;
    display: inline-block;
    background: #197687;
    font-weight: 600;
    padding: 0 5px;
    font-size: 13px;
    box-shadow: 1px 1px 3px #000;
}
  .item-information-champion {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
    color: white;
    position: absolute;
    bottom: 0;
}
  .champion-image{
  position: relative;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: scroll;
    max-height: 815px;
}
  #search-field-test{
  display: none;
  }
  .show-search{
  display: block;
  }
span#search-results {
    color: #337787;
    font-weight: 800;
}
  
  .nav-search-input {
    height: 100%;
    font-size: 10px;
}
  .nav-search-btn {
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
  
  
  
  
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #1c7788;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #1c7788;
}

.searchTerm:focus{
  color: #1c7788;
}

.searchButton {
    width: 40px;
    height: 26px;
    border: 1px solid #1c7788;
    background: #1c7788;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 12px;
}

/*Resize the wrap to see the search bar change!*/

  i.fa.fa-search {
    font-size: 12px;
}
  .nav-search {
    font-size: 10px;
    height: 26px;
}