	/* Linkedin Icon */
.icon-linkedin:before {
    transform: translateY(-2px);
}
@media only screen and (min-width: 768px) {
 .sidebar article .entry-content .byline {
			display: none !important;
		}
	}
.mobile-mav-container .icon-linkedin:before {
    transform: translateY(-1px);
}
.news-items>a .byline{
	display: none;
}

@media (max-width: 767px){
.page-template-page-about article .entry-content .team-grid {
    display: none;
}
	.pullquote { 
	display: block !important;
	}
}
.container {
  height: 20px;
  position: relative;

}
.patreon-banner{
	height: 23px;
	letter-spacing: 1px;
	word-spacing: 10px;
}
.patreon-banner a{ 
		background: none;
	  padding: 1px 15px;
    padding-bottom: 2.5px;
    font-weight: 100;
    text-transform: uppercase;
    background-color: #c50f24;
    position: relative;
    bottom: 7px;
	  left: 0px;
	/*  pointer-events: none; 
	 * the above is to remove hyperlink in banner*/
	}
	}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.savedatebutton {
  border-radius: 25px;
align-content:center;
background-image: linear-gradient(to right, #ad801f, #fddc83);
background-color: #d6bd03;
border: none;
color: #ffffff;
padding: 20px 20px;
font-size: 24px;
	bottom: 4px;
  display: inline-block;	
  justify-content: center;
  align-items: center;
	border: 1px solid black;
	margin: 15px;
}

.savedatebutton:hover {
  background-image: #ffffff;
  color: white;
}
@media only screen and (max-width: 600px) {
.mybutton {
	 font-size: 18px;
	 width: 250px;
	}

.sidebar article .entry-content .byline, .alm-paging-content article .entry-content .byline, .alm-reveal article .entry-content .byline {
    display: none !important;
	}
/* Turn off hyphenation */
	p{
		-moz-hyphens:none;
		-ms-hyphens:none;
		-webkit-hyphens:none;
		hyphens: none !important;
		word-wrap:normal;
	}
/* bump */
	
	/* Turn off hyphenation */
	span {
		-moz-hyphens:none;
		-ms-hyphens:none;
		-webkit-hyphens:none;
		hyphens:none;
		word-wrap:normal;
	}
/* bump */