body {
  padding-top: 40px; 
  color: #333;
}

.noBorder {
	border: 0 !important;
}

.noBorder:hover {
	background: none !important;
}

a {
  color: #222222; }

a:hover {
  color: #495057; }

.img-fluid {
  width: 100%; }

button {
  cursor: pointer; }

#contents a:not(.btn):not(.carousel-control-next):not(.carousel-control-prev), 
.staff a, 
.has-text a,
.sub-section a,
.top-section a,
.person .summary a,
.postWidgets a {
	border-bottom: 3px solid #FFD400; }
.post-contents a:not(.btn):not(.carousel-control-next):not(.carousel-control-prev):not(.also-read):not(.most-read):hover, .staff a:hover, .has-text a:hover {
	background-color: #FFD400; 
	color: #333; }
.articles a:hover {
	background: none !important;
}

.single-post #contents p:last-child:after,
.single-claim_review #contents p:last-child:after {
	content: url("../assets/post_signature2.png"); 
	vertical-align: top; 
	margin-left: 4px; }
blockquote p:after, 
.excerpt p:after, 
.footnote p:after, 
.collapsible p:after,
.card p:after,
.single-post #contents .sidebar-articles p:last-child:after,
.single-claim_review #contents .sidebar-articles p:last-child:after,
.image-with-text .textAlt p:last-child:after {
	content: "" !important;}
#contents h3 {
/*	padding-top: 0.25rem !important;
	margin-bottom: 1.5rem !important; */
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid #efefef;
	padding-top: 1.5rem;
	font-weight: 700;
}


.list-group {
  border-bottom: 3px solid #FFD400; }
  .list-group .list-group-item {
    border-radius: 0;
    padding: 0 0.25rem;
    border: 0;
    margin-bottom: 0; }
    .list-group .list-group-item a {
      display: block;
      padding: 0.5rem 0.75rem;
      font-weight: bold;
      font-size: smaller;
      border-bottom: 1px solid #e9ecef; }
  .list-group .list-group-item:hover {
    color: white;
    background-color: #FFD400; }
  .list-group .list-group-item:last-child a {
    border-bottom: 0; }

.dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  .dropdown-menu .disabled {
    opacity: 0.5; }

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  right: 1rem;
  position: absolute;
  top: 50%;
  height: 0;
  transform: translate(0, -50%);
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.6em solid #FFD400; }

.list-group-item:hover .dropdown-toggle:after {
  border-width: 0.3rem 0.6rem 0.3rem 0;
  border-color: transparent white transparent transparent; }

h1:not(.alt), h2:not(.alt), h3:not(.alt), h4:not(.alt), h5:not(.alt), h6:not(.alt) {
  font-family: "Bitter", Georgia, 'Times New Roman', Times, serif; }

p:not(.summary), ul:not(.alt) li, ol:not(.alt) li, .post-contents {
/*	font-family: Georgia, 'Times New Roman', Times, serif; */
	font-size: 110%;
	line-height: 1.5;
}

@media (min-width: 567px) {
	p:not(.summary), ul:not(.alt) li, ol:not(.alt) li, .post-contents {
		font-size: 120%;
		line-height: 1.65;
	}
}


p.summary {
  font-family: "Raleway", sans-serif !important;	
	font-size: 1rem;
	line-height: 1.5;
}

.alt p, .alt li {
  font-family: "Raleway", sans-serif; }

.post-contents, .post-contents p, .post-contents li{
	font-family: Georgia, 'Times New Roman', Times, serif;
}

h3.alt {
  font-weight: 200;
  border-top: 2px solid #FFD400; }

h1.alt, h2.alt, h4.alt, h5.alt {
  font-weight: 200; }

.btn-light {
  background-color: white;
  border: 1px solid #e9ecef;
  color: #222222; }

.icons i {
  border-radius: 100%;
  padding: 5px;
  display: inline-block;
  text-align: center; }

.icons.social-media-icons i:hover {
	color: #FFD400 !important;
}

.icons.social-media-icons-alt i:hover {
	background-color: #FFD400 !important;
}

.downPusher {
  position: absolute;
  bottom: -8px; }

a.label {
  border: 1px solid #FFD400;
  display: inline-block;
  padding: 0 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: small; 
  font-family: "Raleway", Roboto, "Helvetica Neue", Arial, sans-serif;
  }

a.label:hover {
/*  color: white; */
  color: #222 !important;
  background-color: #FFD400; }

.tags a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  border: 1px solid #FFD400;
  display: inline-block;
  padding: 0.25em 3em;
  font-style: italic;
  margin-bottom: 0.25em; }

.tags a:hover {
  color: white;
  background-color: #FFD400; }

.language-switch {
  font-size: small;
  font-weight: bold; }
  .language-switch a {
    display: inline-block;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px; }
  .language-switch .active {
    background-color: #FFD400; }

.person .centristWrap {
	min-height: 120px;
}

.person .centrist {
  text-align: center; }
  @media (min-width: 768px) {
    .person .centrist {
      text-align: left;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); } }

.person .contacts {
  border-top: 1px solid #FFD400; }
  .person .contacts a {
    display: inline-block;
    margin: 1rem; }

/* No longer used */
.featured-image {
  position: relative; }
  .featured-image .labels {
    position: absolute;
    width: 100%;
    z-index: 10; }
    .featured-image .labels .label {
      color: white; }
      @media (min-width: 768px) {
        .featured-image .labels .label {
          font-size: larger; } }
  .featured-image .title {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    z-index: 10; }
    .featured-image .title h1 {
      color: white;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .featured-image .title h1 {
          font-size: 3.5rem; } }
  .featured-image .faded-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 20%, transparent 66%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 20%, transparent 66%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 20%, transparent 66%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ); }
/* ---- */

.featured-image-alt {
  position: relative;
  background-color: rgba(0, 0, 0, 0.33);
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 166px); 
/*  padding-top: 50%; */
  }
  .featured-image-alt .content {
  	position: absolute;
  	bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: table; }
    @media (min-width: 576px) {
      .featured-image-alt .content {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .featured-image-alt .content {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .featured-image-alt .content {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .featured-image-alt .content {
        max-width: 1140px; } }
  .featured-image-alt .labels {
    display: table-row;
    height: 100%; 
	position: absolute;
	text-align: center;
	top: 0; }
    .featured-image-alt .labels .label,
    .specialSlidesWrap .labels .label,
    .bg-dark .featured-image-none .labels .label,
    .animations .labels .label {
      color: white; }
      @media (min-width: 768px) {
        .featured-image-alt .labels .label,
        .specialSlidesWrap .labels .label,
        .featured-image-none .label,
        .animations .labels .label {
          font-size: larger; } }
  .featured-image-alt .introduction {
    display: table-row;
    color: white; }
    .featured-image-alt .introduction h1,
    .featured-image-none h1 {
      font-size: 2rem; }
      @media (min-width: 768px) {
        .featured-image-alt .introduction h1,
        .featured-image-none h1 {
          font-size: 3.5rem; } }

.featured-image-alt .contentAlt {
	top: 48px;
	bottom:auto;
}

@media (min-width: 768px) {
	.featured-image-alt .contentAlt {
		top: 64px; } }

.imageAndSource {
	position: relative;
}

.inline-image-source {
	color: white;
	background-color: rgba(0,0,0,.25);
	position: absolute;
	bottom: 0;
	right: 0;
}
.image-source {
	font-size: x-small;
}

.meta {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-style: italic;
  font-size: smaller; }
  .meta a {
    border-bottom: 3px solid #FFD400; }

.excerpt {
  font-size: larger; }

.quick-links li a:first-child {
  background-color: #FFD400; }

.quick-links li a:not(:first-child) {
  color: #FFD400;
  border: 0 !important;
  font-size: larger; }

.image-special {
  position: relative; 
  height: 100vh;
  background-position: center center;
  background-size: cover;
  }
  .image-special .container {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 30; }
    .image-special .container .row {
      height: 100%; }
  .image-special .texts {
    position: absolute;
    text-align: right;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 480px;
    margin-left: 15px;
    margin-right: 15px; }
    .image-special .texts a.label {
      color: white; }
    .image-special .texts h2 {
      background-color: #222222;
      color: white;
      display: inline; 
		letter-spacing: 0.0625rem;
		line-height: 2.5rem;      }
    .image-special .texts h2 span {
	    padding: 0 5px; }
    .image-special .texts h2 a {
	    color: white; }
    .image-special .texts p {
      color: #222222;
      background-color: white;
      display: inline; }
    .image-special .texts p span {
	  padding: 0 5px; }
    .image-special .texts .meta {
      color: white; }
      .image-special .texts .meta a {
        color: white;
        border-bottom: 3px solid #FFD400; }
  .image-special .faded-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.25); }
  .image-special img {
    z-index: 10; }

ol:not(.carousel-indicators) {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol:not(.carousel-indicators) > li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
  margin: 0 0 1rem 0; }
  @media (min-width: 768px) {
    ol:not(.carousel-indicators) > li {
      margin: 0 0 1rem 4rem; } }

ol:not(.carousel-indicators) > li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  width: 2em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  padding: 4px;
  color: #FFD400;
  font-size: 2rem;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    ol:not(.carousel-indicators) > li:before {
      position: absolute;
      top: -2px;
      left: -2em;
      margin-right: 8px;
      margin-left: 0; } }

.form-control {
  border: 1px solid #FFD400;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic; }

:placeholder {
  font-style: italic; }

.btn {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: lowercase;
  font-weight: bold;
  border-radius: 0; }

form .input-group-addon {
  border-color: #222222;
  background-color: #222222;
  border-radius: 0; }

form .input-group input {
  color: black;
  background-color: #FFD400; }

form .input-group a {
  color: white; }

form .input-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black; }

form .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: black; }

form .input-group :-ms-input-placeholder {
  /* IE 10+ */
  color: black; }

form .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: black; }

form .input-group :placeholder {
  color: black; }

.avatar {
  border-radius: 100%;
  margin-bottom: 1rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.img-rounded {
  border-radius: 100%;
}

.republisher {
	line-height: 128px;
}

.board h5 {
  margin-bottom: 2rem; }

.photo-masonry a {
  border: 0 !important; }

.photo-masonry .card-columns {
  column-gap: 2px; }

.photo-masonry .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 2px; }

.photo-masonry img {
  border-radius: 0; }

.photo-masonry .card-columns {
  column-count: 2; }
  @media (min-width: 768px) {
    .photo-masonry .card-columns {
      column-count: 3; } }

.image-with-quote {
  position: relative; }
  .image-with-quote .container {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 15px;
    z-index: 2; }
  .image-with-quote .faded-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 191, 0, 0.5); }

.photo-grid-3 figure {
  margin: 0; }

.photo-grid-3 img {
  margin-bottom: 30px; }

.staff .card {
  border: 0; }

.staff .card-body {
  padding: 0; }

.staff h5 {
  border-top: 1px solid #f8f9fa;
  padding-top: 0.5rem;
  text-transform: uppercase; }

.staff .card-columns {
  column-count: 2; }
  @media (min-width: 768px) {
    .staff .card-columns {
      column-count: 4; } }

/*
.col-lined {
    @media (min-width: 768px) {
        border-left: 1px solid #f8f9fa; //grey-100
        border-right: 1px solid #f8f9fa; //grey-100
    }
}
*/
blockquote {
  border-left: 3px solid #FFD400;
  padding-left: 27px;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    blockquote {
/*      margin-left: -30px;
      padding-left: 27px; */} }

.caption {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: smaller;
  color: #495057;
  margin-top: 0.5rem;
  text-align: center; }

figure.alignnone {
	width: 100%; }
figure.alignnone img {
	width: 100%;
	height: auto; }

figure.right-align img,
figure.alignright img,
img.alignright {
  width: 100%; 
  height: auto; }

@media (min-width: 768px) {
  figure.right-align, 
  figure.alignright,
  img.alignright {
    margin-right: -30px;
    float: right;
    margin-left: 30px; 
    max-width: 400px; }
    figure.right-align img, 
    figure.alignright img,
    img.alignright {
      max-width: 400px; } 

  .modal-body figure.right-align,
  .modal-body figure.alignright,
  .modal-body img.alignright {
	  margin-right: 0;
  }
  
}

figure.left-align img, 
figure.alignleft img,
img.alignleft {
  width: 100%; 
  height: auto; }

@media (min-width: 768px) {
  figure.left-align, 
  figure.alignleft,
  img.alignleft {
    margin-left: -30px;
    float: left;
    margin-right: 30px; 
    max-width: 400px; }
    figure.left-align img, 
    figure.alignleft img,
    img.alignleft {
      max-width: 400px; } 

  .modal-body figure.left-align,
  .modal-body figure.alignleft,
  .modal-body img.alignleft {
	  margin-left: 0;
  }
}

figure.center-align img {
  width: 100%; }

.image-with-text .text {
  position: absolute;
  overflow: hidden; }
.image-with-text .text:hover .summaryInside {
  overflow-y: scroll; }

.image-with-text span {
  background-color: white;
  line-height: 1.6rem;
  padding: 0 5px;
  margin-bottom: 2px;
  display: inline-block; }

.image-with-text .textAlt {
	padding: 15px;
	background-color: rgba(0,0,0,0.025);
	font-style: italic;	
}

nav {
  /* fix for what seems a bug */ }
  nav .container {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      nav .container {
        padding-left: 15px; 
        padding-right: 15px;} }
  nav .navbar-collapse, nav .sign-up, nav .menu {
    font-size: small !important;
    display:inline-block;
/*    display: none; */}
  nav a {
    color: #222222 !important; }
  nav .navbar-toggler {
    border: 0;
    padding-left: 0; }
  nav .main-menu .fa-bars {
    display: inline-block; }
  nav .main-menu .fa-times {
    display: none; }
  nav .main-menu .main-toggle:after {
    display: none; }
  nav .main-menu .list-group {
    border-bottom: 3px solid #FFD400;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef; }
  nav .main-menu .list-group-item {
    border-radius: 0;
    padding: 0 0.25rem;
    border: 0;
    margin-bottom: 0;
    background-color: #f8f9fa; }
  nav .main-menu .list-group-item:hover {
    background-color: #FFD400; }
  nav .main-menu ul {
    min-width: 180px; }
    nav .main-menu ul a {
      display: inline-block;
      padding: 0.6rem 0.25rem;
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #e9ecef;
      font-size: smaller; }
    nav .main-menu ul .active {
      background-color: #e9ecef; }
  nav .main-menu .list-group-item:last-child a {
    border-bottom: 0; }
  nav .main-menu .list-group-item:last-child li a {
	  border-bottom: 1px solid #efecef; }  
  nav .main-menu .list-group-item:last-child li:last-child a {
	  border-bottom: 0; }  
  nav .main-menu ul ul {
    position: relative;
    top: -3px;
    left: 0px;
    display: none;
    margin-bottom: 3px;
    min-width: 170px; }
    @media (min-width: 768px) {
      nav .main-menu ul ul {
        top: -2px;
        position: absolute;
        left: 100%;
        margin-bottom: 0;
        min-width: 180px; } }
  nav .main-menu.show .fa-bars {
    display: none; }
  nav .main-menu.show .fa-times {
    display: inline-block; }

nav.navbar {
  box-shadow: 0 0 6px #ccc;
  transition: all 0.5s ease-in-out; }
  nav.navbar .container {
    position: relative; }
  nav.navbar .icons {
    display: none; 
    line-height: 1;
    height: 20px;}
    nav.navbar .icons i {
      background-color: #222222;
      width: 20px;
      height: 20px;
      line-height: 9px;
      font-size: x-small;
      transition: all 0.5s ease-in-out; }
  nav.navbar .logo {
    display: none;
    top: -8px;
    position: absolute;
    left: 28px; }
    nav.navbar .logo img {
      height: 32px; }
  nav.navbar .labels {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }

@media (min-width: 768px) {
  nav.navbar .logo {
  	left: 48px;
  }	
}

.hero {
  background-color: #f8f9fa; }
  .hero .icons i {
    color: #f8f9fa;
    background-color: #222222;
    width: 32px;
    height: 32px;
    line-height: 22px; }
  .hero .icons div {
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
    right: 15px; }
  .hero .downPusher {
    font-family: Georgia, 'Times New Roman', Times, serif; }

.hero-with-special {
  height: 640px;
  background: none;
  background-position: center center;
  background-size: cover;
  position: relative; 
  transition: all 0.25s ease-in-out; }
  @media (min-width: 768px) {
    .hero-with-special { } }
  .hero-with-special .banner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
    color: white; }
  .hero-with-special a {
    color: white; }
  .hero-with-special .texts {
    height: 100%;
    color: white !important; }
  .hero-with-special .icons div {
    margin-right: 0px; }
  .hero-with-special .icons i {
    color: #222222;
    background-color: #f8f9fa;
    width: 32px;
    height: 32px;
    line-height: 22px; }
  .hero-with-special .texts {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 10; }
    .hero-with-special .texts .row {
      position: absolute;
      bottom: 15px;
      right: 15px; }
    .hero-with-special .texts h2 {
      background-color: #222222;
      display: inline; }
    .hero-with-special .texts h2 a {
/*	  display: inline-block; */
	    }
    .hero-with-special .texts h2 span {
      padding: 0 5px; }
    .hero-with-special .texts p {
      background-color: white;
      color: #222222;
      display: inline; }
    .hero-with-special .texts p span {
	  padding: 5px;}
  .hero-with-special .faded-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33); }

.sub-menu li {
  border: 2px solid white;
  padding: 0.25rem 0.5rem; }

.sub-menu li.active {
  border: 2px solid #FFD400; }
  .sub-menu li.active a {
    color: #222222 !important; }

.sub-menu a {
  color: #868e96;
  display: block; }

.sub-menu li:hover {
  background-color: #868e96; }
  .sub-menu li:hover a {
    color: white; }

.sub-menu li.active:hover {
  background-color: white;
  color: #222222 !important; }

.category-select {
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa; }
  .category-select button {
    width: 180px; }
/*  .category-select button:after {
    display: none;} */
  .category-select button:after {
		display: inline-block;
		width: 0;
		right: 1rem;
		position: absolute;
		top: 50%;
		height: 0;
		transform: translate(0, -50%);
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		border-right: 0.3em solid transparent;
		border-bottom: 0em solid transparent;
		border-left: 0.3em solid transparent;
		border-top: 0.6em solid #FFD400; }
  .category-select .dropdown-menu {
    width: 180px; }

.accordion .card {
  border-radius: 0;
  border: 1px solid #FFD400; }

.accordion .card-header {
  border-radius: 0;
  background-color: white; }

.crowdfunders .card-body {
  padding: 0 1rem; }

.crowdfunders .funders {
  border-left: 1px solid #e9ecef; }

.crowdfunders .funders div {
  padding: 0.5rem 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef; }

.popover {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #FFD400;
  background-color: #f8f9fa; }
  .popover a {
    border-bottom: 3px solid #FFD400; }

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f8f9fa; }

.retrospectives .tag {
  width: 100%;
  text-align: center;
/*  font-style: normal; */}

.video-summaries-home .card-columns {
  column-count: 1; }
  @media (min-width: 768px) {
    .video-summaries-home .card-columns {
      column-count: 2;
      -webkit-column-rule: 1px solid #f8f9fa;
      -moz-column-rule: 1px solid #f8f9fa;
      column-rule: 1px solid #f8f9fa; } }

.summaries .meta {
  font-size: small; }

.summaries .card-columns {
  column-count: 1; }
  @media (min-width: 768px) {
    .summaries .card-columns {
      column-count: 3;
      -webkit-column-rule: 1px solid #f8f9fa;
      -moz-column-rule: 1px solid #f8f9fa;
      column-rule: 1px solid #f8f9fa; } }

.summaries .card {
  margin-bottom: 1.25rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #f8f9fa; }

.summaries .card-img-top {
  border-radius: 0; 
  height: auto; }

.summaries .card-body {
  padding: 0;
  padding-bottom: 1.25rem; }

.summaries .card-title {
  margin-bottom: 0.25rem; }

.summaries .meta {
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .home-summaries .card-columns {
    column-count: 2; } }

.home-without-feature .left-side-summary-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% - 4px); }
  @media (min-width: 768px) {
    .home-without-feature .left-side-summary-wrapper {
      width: calc(100% - 4px);
      height: 100%; } }

.home-without-feature .right-side-summary-wrapper {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute; }

.home-without-feature .tall {
  height: 360px; }
  @media (min-width: 768px) {
    .home-without-feature .tall {
      height: 480px; } }

  @media (min-width: 992px) {
    .home-without-feature .tall {
      height: 640px; } }

.home-without-feature .not-tall {
  height: 360px; }
  @media (min-width: 768px) {
    .home-without-feature .not-tall {
      height: 240px; } }

  @media (min-width: 992px) {
    .home-without-feature .not-tall {
      height: 320px; } }

.home-without-feature .image-summary {
  position: absolute;
  height: 100%;
  width: 100%; }

.home-without-feature .image-summary h4 a {
	color: white !important;
}

.home-without-feature .texts {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 30;
  color: white !important; }

.home-without-feature .meta a {
  color: white;
  border-bottom: 3px solid #FFD400; }

.home-without-feature a.label {
  color: white !important; }

.home-without-feature a.label:hover {
	color: #222 !important; }
	
.home-without-feature .faded-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.home-without-feature .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center center;
  background-size: cover; }

@media (min-width: 768px) {
  .tag-summaries .card-columns {
    column-count: 2;
    -webkit-column-rule: 1px solid #f8f9fa;
    -moz-column-rule: 1px solid #f8f9fa;
    column-rule: 1px solid #f8f9fa; } }

.big-summary {
  position: relative; }
  .big-summary .texts {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
    z-index: 2; }
  .big-summary .faded-background {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  .big-summary a {
    color: white; }

.video-summary {
	overflow: hidden;
  position: relative; }
  .video-summary h4 a {
	  color: white; 
	  border: none !important; }
  .video-summary h5 {
    margin-bottom: 0; }
  .video-summary h5 a {
	  color: white; }
  .video-summary a {
    color: #FFD400; }

  .video-summary .play-button:hover .fa-play {
    color: #222 !important; }
  .video-summary .play-button {
    position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.3rem; }
/*  .video-summary .play-button .fa-play {
	margin-top: -2px; } */
  .video-summary .texts {
/*    position: absolute;
    left: 70px;
    right: 15px;
    z-index: 20; 
    bottom: 5px; */
    width: calc(100% - 70px);
    float: right;
    color: white;
	right: 0;
	padding-bottom: 15px;
	z-index: 100;
	text-align: left;
    }
  .video-summary .faded-background {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

  .video-summary .faded-background-variable {
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding-top: 45px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 22%, rgba(0,0,0,0.33) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 22%,rgba(0,0,0,0.33) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 22%,rgba(0,0,0,0.33) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 ); }
	
  .video-summary .image-background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%; }

.carousel .video-summary .play-button:hover .fa-play {
  color: #222; }

.carousel .video-summary .play-button {
  left: 100px;
  bottom: 50px;
  font-size: 2rem; }

@media (max-width: 767px) {
  .carousel .video-summary .play-button {
    display: none; } }

.carousel .video-summary .texts {
  position: absolute;
  left: 170px;
  right: 100px;
  bottom: 45px;
  color: white;
  z-index: 20; }

@media (max-width: 767px) {
  .carousel .video-summary .texts {
    left: 100px; } }

.carousel .faded-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: -moz-linear-gradient(top, transparent 0%, transparent 75%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 75%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }


.video-carousel .carousel-control-prev, .video-carousel .carousel-control-next {
  bottom: 150px; }

.page-link {
  border-radius: 0 !important; }
.page-link.active {
  color: #222222 !important;	
}


.tag-cloud-link, h2 .tag {
  text-transform: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: #FFD400 #FFD400 #fff; }

.nav-tabs .nav-link:not(.active):hover {
  border-bottom: 1px solid #FFD400; }

.nav-tabs {
  border-bottom: 1px solid #FFD400; }

.nav-tabs .nav-link {
  border-radius: 0;
  font-style: italic; }

.newsletter-box {
  padding: 2rem;
  border-color: #FFD400;
  border-style: double;
  border-width: 12px;
  border-image: url(../assets/newsletter-border.png) 34% round; }
  @media (min-width: 768px) {
    .newsletter-box {
      border-width: 24px; } }
  .newsletter-box input[name=EMAIL] {
	  max-width: none !important;
  }
  .newsletter-box h1 {
    font-size: 1.5rem;
    margin-top: -3.2rem; }
    @media (min-width: 768px) {
      .newsletter-box h1 {
        font-size: 2.5rem;
        margin-top: -4.1rem; } }
    .newsletter-box h1 div {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.75); }

.newsletter-box.newsletter-2 {
  font-size: 1rem;
  margin-top: -2.75rem; }
  .newsletter-box.newsletter-2 h1 {
    margin-top: -2.75rem;
    font-size: 1rem; }

.footer-wrapper {
  background-color: #222222;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif; }
  .footer-wrapper .topLine {
    border-top: 1px solid white; }
  .footer-wrapper .text-center .downPusher {
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
    margin: 0 auto; }
  .footer-wrapper a {
    color: white;
    text-decoration: none;
    border: 0; }
  .footer-wrapper .text-justify:after {
    content: "";
    display: inline-block;
    width: 100%; }
  .footer-wrapper .icons i {
    color: #222222;
    background-color: white;
    width: 32px;
    height: 32px;
    line-height: 22px; }
  .footer-wrapper .menu ul {
	padding-left: 0;
	list-style: none; }
  .footer-wrapper .menu ul li {
	padding-bottom: 0.5rem; }

.ekko-lightbox .modal-content {
  margin-left: 15px;
  margin-right: 15px; }

.ekko-lightbox .modal-footer {
  text-align: center;
  justify-content: revert;
  display: inline-block;
  border-top: 0;
  padding-top: 0; }

.ekko-lightbox-item .source, .carousel-item .source {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	background-color: rgba(0,0,0,.25);
	font-size: x-small;
}

.image-with-text .source {
	color: white;
	background-color: rgba(0,0,0,.25);
	font-size: x-small;
	position: absolute;	
}

@media (min-width: 768px) {
  .sidebar-articles {
    float: left; } 
  .sidebar-articles-alt {
    float: right; } 
    
}

.sidebar-articles h4 {
	font-family: "Raleway", sans-serif; 
}

.sidebar-articles h5, .sidebar-articles .h5 {
	font-size: 1.15rem;
}

.sidebar-articles .articles .article {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef; }

.sidebar-articles .articles .article:last-child {
  border-bottom: 3px solid #FFD400; }

.sidebar-articles .read-more {
  font-size: small; }

.triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 32px 8px;
  border-color: transparent transparent #f8f9fa transparent;
  display: inline-block;
  margin-bottom: -9px; }

.freewall {
  width: 100%;
  margin: auto; }
  .freewall .brick {
    width: 300px;
    margin: 0; }

.freewall:after {
  clear: both; }

.freewall .brick-wpp img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0.5rem !important;
}

.post-contents .freewall a {
	border: 0 !important;
}

.post-contents .freewall a:hover {
	background: none !important;
}

.post-contents .freewall a.author {
	border-bottom: 3px solid #FFD400 !important;	
}

.post-contents .freewall a.label {
	border: 1px solid #FFD400 !important;	
}

.post-contents .freewall a.label:hover {
	background-color: #FFD400 !important;	
}

.post-contents .freewall .video-summary .play-button:hover .fa-play {
    color: #222 !important;  }
.post-contents .freewall .video-summary .play-button {
    border:1px solid #FFD400 !important }
.post-contents .freewall .video-summary .play-button:hover {
    background-color: #FFD400 !important; }

.post-contents .freewall .video-summary h4 a:hover {
	color: white !important;
}