@font-face {
        font-family: "pb-icons";
        src: url(//storage.proboards.com/f/fonts/pb-icons/pb-icons.eot);
	src:url(//storage.proboards.com/f/fonts/pb-icons/pb-icons.eot?#iefix) format("embedded-opentype"),
	    url(//storage.proboards.com/f/fonts/pb-icons/pb-icons.woff) format("woff"),
	    url(//storage.proboards.com/f/fonts/pb-icons/pb-icons.ttf) format("truetype"),
	    url(//storage.proboards.com/f/fonts/pb-icons/pb-icons.svg#pb-icons) format("svg");
	font-weight:400;
	font-style:normal;
}

[class*=" pbi-"]:before,[class^=pbi-]:before {
	font-family:pb-icons;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.pbi-tag:before {
	content: "\29";
	margin-right: 5px;
	font-size: 14px;
}

.page-header {
	background-image: url("/blog/wp-content/uploads/2016/06/blog-header.jpg");
	background-size: cover;
	padding: 5rem 1rem;
}

.page-header .container>div h1, .page-header .container-fluid>div h1 {
	font-weight: normal;
	font-size: 3.2rem;
	text-align: center;
}

.page-header .container > div, .page-header .container-fluid>div {
	margin: 0 auto;
	padding: 2.3rem;
}

.o-single-post {
	display: flex;
	flex-direction: row;
	max-width: 100%;
}

.o-single-post__meta {
	flex: 0 0 200px;
	border-top: 5px solid #126596;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.75px;
	margin-top: 5px;
}

.o-single-post__title {
	color: #555;
	font-weight: 600;
	font-size: 3.25rem;
}

.o-single-post__content {
	flex: 1 1 auto;
	max-width: 100%;
	padding: 0 1.5rem;
}

.o-single-post__author-name {
	color: #0272ba;
}

.o-single-post__tags {
	color: #ccc;
	font-weight: 500;
	margin-top: 10px;
}

.o-single-post__content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1100px) {
	.o-single-post {
		flex-direction: column;
	}

	.o-single-post__meta {
		flex: 0 0 auto;
		margin-bottom: 20px;
		order: 2;
		border-top: none;
		border-bottom: 5px solid #126596;
		padding: 0 1.5rem 1rem;
		font-size: 1.3rem;
	}

	.o-single-post__title {
		font-size: 2.25rem;
	}
}

.subscribeButton {
background-color: rgba(255, 74, 0, 0);
    color: white;
    font-weight: bold;
    padding: 15px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid;
}

.subscribeButton:hover {
    background-color: #ff4a00 !important;
    border-color: #ff4a00 !important;
    color: white;
}

#subscribe-container {
text-align: center;
padding-bottom: 50px;
}

.mautic-innerform {
width: 50%;
    margin: 0 auto;
}

#mauticform_wrapper_subscribetoproboardsblog {
padding-top: 28px;
width: 100%;
visibility: hidden;
height: 45px;
}

#mauticform_input_subscribetoproboardsblog_submit {
margin-top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mauticform-message {
color: white;
}

.formVisibility {
visibility: visible;

}

.single .o-single-post__time, .single .o-single-post__author {
opacity: .5;
}