.blog-landing-page {
    margin-top:2.75rem;
    margin-bottom: 1.5rem;
}
.blog-landing-page .blog-item {
	position:relative;
	margin: 0 0 30px 0;
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: transparent;
  border-color: transparent;
}
.blog-landing-page .blog-item > a {
    height: 100%;
    position: relative;
}
.blog-landing-page .blog-item a.category-badge {
    position: absolute;
    top:0;
    right:15px;
	height:32px;
    background-color: rgba(244,179,52,0.85);
    color: #003263;
    font-size: 0.875rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    padding:.25rem .5rem;
    border-bottom:1px solid #fff;
    border-left: 1px solid #fff;
    /*border-bottom-left-radius: 7px;*/
    z-index: 1;
	text-decoration: none;
}
.blog-landing-page .blog-item a.category-badge:hover {
    text-decoration: underline;
}
.blog-landing-page .blog-item > a.blog-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    color:#333;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-bottom: 0 none;
}
.blog-landing-page .blog-item > a.blog-item-wrapper:hover {
    text-decoration: none;
}
.blog-landing-page .blog-item-caption {
    font-size: 1.125rem;
    padding:.75rem 0;
}
.blog-landing-page .blog-item-caption p {
    margin-bottom: 0;
}
.blog-landing-page .blog-item > a.blog-item-wrapper h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #003263;
    margin-bottom: 0.0625rem;
}
.blog-landing-page .blog-item .read-more {
    font-size: 1.125rem;
    font-weight: 700;
    margin:auto 0 1.5rem 0;
    color: #003263;
}
.blog-landing-page .blog-item .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #f4b334;
    width: 1.125em;
    height: 1em;
}
.blog-landing-page .blog-item-image {
    overflow: hidden;
}
.blog-landing-page .blog-item-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.blog-landing-page .blog-item > a:hover .blog-item-image img {
    transform: scale(1.05);
}

/* --------------- Blog --------------- */

#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:8px 15px;
    margin-bottom:1.5rem;
    background-color: #f7f9fc;
}
#breadcrumbs a {
    color:#003263;
}
.blog-post .post-title {
    font-size: 2.25rem;
    font-weight: 700;
    color:#003263;
    padding-bottom: .25rem;
}
.blog-post .post-category {
    font-size: 1rem;
    color: #767676;
}
.blog-post .post-details {
    font-size: 1rem;
    color: #767676;
    padding-bottom:.5rem;
    border-bottom:1px solid #ddd;
    margin-bottom: 1.25rem;
}
.blog-post .post-teaser {
    margin-bottom: 1.5rem;
}
.page-content .read-more {
    text-align: right;
    font-weight: 700;
}
.page-content .read-more a {
    text-decoration: none;
    color: #003263;
}
.page-content .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #f4b334;
    width: 1.125em;
    height: 1em;
}
.blog-category-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color:#003263;
    margin-bottom: 1.5rem;
}
.share-buttons h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
}
.child-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.child-nav a {
	text-decoration: none;
}
.child-nav a:hover {
	text-decoration: underline;
}

/* ---------- Navigation ---------- */

.blog-landing-nav-wrapper {
	background-color:#eee;
	color: #003263;
	padding-top:2rem;
	padding-bottom:2rem;
}

/* Nav boxes - Recent Posts, Categories */

.child-nav.recent-posts h2,
.child-nav.child-nav-categories h2,
.sb-tag-cloud h2 {
	font-weight: 700;
}
.child-nav.recent-posts a,
.child-nav.child-nav-categories a {
	display:block;
	padding:.25rem 1.25rem;
	position:relative;
}
.child-nav.recent-posts a::before,
.child-nav.child-nav-categories a::before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: .375rem solid transparent;
	border-top: .375rem solid transparent;
	border-left: .375rem solid #003263;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: .3375rem;
	top: .75rem;
}
.child-nav.recent-posts a:hover,
.child-nav.child-nav-categories a:hover {
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
}

/* Tags */

.sb-tag-cloud ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sb-tag-cloud li {
	display: inline;
}
.sb-tag-cloud a {
	color: #003263;
	text-decoration: none;
}
.sb-tag-cloud a:hover {
	text-decoration: underline;
}

/* --------------- Blog Comments --------------- */

.BlogCommentsTitle {
    display: block;
    width:100%;
    background-color: #003263;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom:1.5rem;
}
h3.blog-leave-comment {
    font-weight: 400;
    font-size: 1.625rem;
    color:#003263;
    margin-bottom: .625rem;
}
.CommentDetail {
    font-size: 1rem;
    padding: 10px;
}
.CommentDetail:nth-of-type(2n) {
    background: #fbfbfb;
}
.page-content h3.CommentUserName {
    font-size: 1.125rem;
    font-weight: 700;
    color:#333;
}
.CommentText {
    display: block;
    margin: 3px 0;
}
.CommentDate {
    color: #747474;
    font-size: 0.875rem;
}
.PostCommentSeparatorLine {
    background-color: #ccc;
    border: 0 none;
    color: #ccc;
    height: 1px;
    margin: 0;
}

.comments .InfoLabel,
.comments .ErrorLabel {
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
}
.comments .InfoLabel {
    padding: 8px 15px;
    background-color: #f5fae0;
    border-radius: 5px;
}
.comments .ErrorLabel {
    padding: 8px 15px;
    background-color: #fae5e5;
    border-radius: 5px;
    color: #cc0000;
}
.BlogRequiredValidator {
    color: #cc0000;
}

div[id$="_pnlComment"] {
    margin-top:1.5rem;
}
div[id$="_pnlInfo"],
.comments .form-horizontal {
    clear: both;
}
.BlogCommentUrl,
.comments div[id$="_pnlUrl"] {
    display: none;
}

span.confirmation-info-label,
span.unsubscription-info-label {
    display: block;
    margin-bottom: 1.5rem;
}



/* Blog Pagination */

.blog-pagination {
	margin-bottom:30px;
}
.blog-pagination a,
.blog-pagination strong {
    display:inline-block;
    background-color:#003263;
    color:#fff;
	font-weight:400;
    text-decoration:none;
	padding: .25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border-radius: .25rem;
}
.blog-pagination a:hover {
    color: #003263;
	background-color:#f4b334;
}
.blog-pagination strong {
    color: #003263;
	background-color:#f4b334;
	font-weight:400;
    cursor: default;
}
.pagination-details {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
    color:#767676;
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

	.blog-landing-page .blog-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .post-summary .post-teaser {
        margin-bottom:0;
    }

}

@media (min-width: 992px) {

	.blog-landing-page .blog-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.blog-landing-page .blog-item .read-more {
    	margin:auto 0 1.5rem 0;
	}
}