/* Used to convert the right-align code the IR portal rich text editor adds into float: right */
.blog-row img[data-align="right"] {
    float: right !important;
}

.header-banner.news-blog .main-header {
   background-position: top;
}

/* Blog Post Styles */
.blog-row {
    background-color: #ffffff;
}

.blog-row .container {
    margin-bottom: 30px;
}

.blog-row .results-message {
	text-align:center;
}

.blog-row .search-results {
    margin-bottom: 30px;
    text-align:center;
}

.post-content {
    border-bottom: 2px solid #e6e6e6;
    margin: 20px 0 44px 0;
    border-top: 2px solid #e6e6e6;
    padding: 10px 0 24px 0;
}

.post-content .post-featured-image img {
	width:100%;
}

.card-custom .inner .icon {
	background-image: url(/media/1110/newsroom-icon-sprite.png);
}

.newsroom .card-custom .date {
    color: #414042;
}

.newsroom .card-custom:hover .date {
    color: white;
}


/* =================================*/
/* == Single Post Styles ===========*/
/* =================================*/

.meta-container {
    border: 1px solid #e8e4e4;
    padding: 30px;
    margin-bottom: 44px;
	display:none;
}
.meta-container:last-child {
    margin-bottom: 0;
}
.newsletter-text {
	color: #414042;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 20pt;
}
.post-heading {
    color: #414042;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 20pt;
}

.blog-post .content-header-border {
    width: 204px;
    background-color: #cc5c28;
    height: 16px;
    margin-bottom: 8px;
}
.blog-post h1 {
    font-size: 36px;
    font-weight: bold;
    float: left;
	color: #014b92;
	text-transform: uppercase;
}
.blog-post .date {
    font-weight: bold;
    color: #014b92;
    font-size: 20px;
	display:none;
}
.blog-post .date::before {
    background-image: url(/media/1110/newsroom-icon-sprite.png);
    height: 31px;
    width: 34px;
    content: "";
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background-position: -83px -3px;
}

.post-content .post-featured-image img {
	padding-top:15px;
}

.description .post-disclaimer {
    font-weight: bold;
    font-size: 18px;
}

.post-control a.post-link {
    padding: 0 2px;
	display: inline-block;
}

.post-control .pdf-link {
    display: inline-block;
}

.post-control .pdf-link span {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.post-control .divider {
    width: 40px;
    display: inline-block;
    text-align: center;
}

/* Newsletter Signup Form */

.newsroom .blog-post input#fieldEmail {
    width: 61%;
    padding: 7px 0 9px 10px;
    font-size: 16px;
    margin: 0 0 0 0;
    border: 0;
    background-color: #ebebeb;
}
.newsroom .blog-post button.onesource_button {
    margin: 0 0 0 -5px;
    padding: 7px 0 8px 0;
    border: 0;
    background-color: #cc5c28;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    width: 39%;
    font-weight: bold;
}


/* Recent Posts */
.recent-posts h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
.recent-posts a,
.related-links a,
.related-links p {
    display: block;
    font-size: 20px;
    font-weight: 500;
    overflow:hidden;
}

.related-links p {
    margin:0;
}

.recent-posts p {
    margin-top:0;
}

.recent-posts .item span {
    color: #414042;
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.recent-posts .recent-post:last-child {
    margin: 0 0 0 0;
}

.related-links .link-icon:before {
    background: url("/media/1248/solutions-icon-sprite.png?format=webp&quality=60") no-repeat;
    background-position: 0 -30px;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}


/* Post Image */
.blog-post .post-featured-image img {
	width:100%;
    height:auto;
    display:none;
    padding-bottom: 20px;
}

.blog-post .description img {
	width:auto;
	height:auto;
    max-width: 100%;
    max-height: 500px;
}

/* Lists Styles ul */

.description ul {
    list-style: none;
    padding: 0 0 0 60px;
    font-size: 18px;
}
.description ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #014b92;
    border-radius: 30px;
    color: #014b92;
    display: inline-block;
    font-size: 28px;
    margin: 0 20px 0 -30px;
}


/* List Styles */

.description ol {
    list-style: none;
    counter-reset: li;
    padding: 0 0 0 60px;
    font-size: 18px;
}
.description ol li {
    counter-increment: li;
}
.description ol li::before {
    text-align: right;
    direction: rtl;
    content: counter(li);
    color: #014b92;
    display: inline-block;
    width: 1em;
    margin: 0 20px 0 -38px;
    font-weight: bold;
}


/* Quote Style */
.description blockquote {
    border-left: 5px solid #cc5c28;
    padding: 0 0 0 20px;
    font-size: 18px;
}

/* Table styles */

.description .gnw_table td,
.description .gnw_table_border_collapse td {
    border-bottom:1px solid #ccc;
    font: inherit;
}

.description .gnw_table,
.description .gnw_table_border_collapse {
    margin: 20px 0;
    border-spacing: 0px 2px;
    border:1px solid #ccc;
    width:100%;
}

/* Pagination Hidden if empty */
.pagination:empty {
    display: none;
}

.description:empty {
    display: none;
}

/* Loading animaiton */

#loader {
    border: 16px solid #ccc;
    border-radius: 50%;
    border-top: 16px solid #cc5c28;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    margin:auto;
}

  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @media (min-width: 576px) {
     .blog-row {
        padding-right: 22px;
        padding-left: 22px;
    }

  }


  /* Used by blog */

.reset-filters {
    color: #014b92;
    font-weight: bold;
    cursor: pointer;
}