
/* GENERAL STYLES */
.breadcrumb {
	padding: 0 20px;
}
/* .pt_blogcontent #main {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1140px;
	box-sizing: border-box; 
} */
.pt_blogcontent a {
	text-decoration: none;
}
.breadcrumb li a:after {
	color: #ccc;
    content: ">";
    margin-left: 5px;
}
.breadcrumb li:last-child a {
	background: none;
	font-style: italic;
}
.breadcrumb li:last-child a:after {
	content: "";
}
.blog-button {
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0;
	outline: none;
	padding: .5em 2em .5em;
	text-align: center;
	text-decoration: none;
}

body .blog-button-white {
	background: #ededed;
	background: -moz-linear-gradient(top, #fff, #ededed);
	border: 1px solid #b7b7b7;
	color: #606060;
}
body .blog-button-white:hover,
.blog-categories > li:hover > a {
	background: #dcdcdc;
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
body .blog-button-white:active {
	background: #fff;
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	color: #999;
}
body .blog-button-gray {
	background: #575757;
	background: -moz-linear-gradient(top, #888, #575757);
	border: 1px solid #555;
	color: #e9e9e9;
}
body .blog-button-gray:hover {
	background: #4b4b4b;
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
}
body .blog-button-gray:active {
	background: #888;
	background: -moz-linear-gradient(top,  #575757,  #888);
	color: #afafaf;
}
.blog-button-rounded {
	border-radius: 1em;
	padding: 0.25em 1.5em 0.25em;
}
.spinner {
	all:unset;
	display: block;
	position: fixed;
	z-index: 999;
	top: 50%;
	background-color: rgb(97, 97, 97);
	background: url('../images/bloglink_spinner.gif') center center no-repeat;
	height: 48px;
	margin: 0 0 20px;
	width: 100%;
}
/* GENERAL STYLES END */

/* BLOG HEADER */
.blog-name {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
.blog-name a {
	color: inherit;
}
.article-tags a:after,
.article-categories a:after {
	content: ",";
}
.blog-content-asset .article-categories a:after {
	content: " ";
}
.article-tags a:last-child:after,
.article-categories a:last-child:after {
	content: "";
}
.tags_title {
	float: left;
}
/* BLOG HEADER END */

/* BLOG MENU START */
.blog-menu {
	margin: 25px 20px;
	padding: 0px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	position: relative;
	-ms-flex-pack: center;
	    justify-content: center;
}
.menu-item {
    box-sizing: border-box;
    border-radius: 0px;
	-ms-flex: 1;
	    flex: 1;
	margin: 0px 2px;
	padding: 0px;
	max-width: 16%;
}
.menu-item > a {
	margin: 0px 10px;
	width: 100%;
	padding: 0px;
	line-height: 34px;
	color: inherit;
	white-space: nowrap;
}
.menu-item.expandable > a{
	position: relative;
    display: block;
    margin: 0;
    overflow: visible;
}
.menu-item.expandable {
	padding: 0px 24px 0px 10px;
	max-width: 18%;
	position: relative;
}
.article-sorting {
	max-width: 161px;
	padding-right: 10px;
	padding-left: 10px;
	text-align-last:center;
	border-radius: 3px;
	margin-bottom: 40px;
}
.menu-item.expandable > a:after {
	background: url('../images/bloglink_arrow-down.png');
	content: "";
	display: block;
	height: 16px;
	position: absolute;
    right: -18px;
    top: 4px;
	width: 16px;
}
.menu-categories {
    position: absolute;
	padding: 0px;
	left: 0px;
	margin-top: 15px;
	font-size: 14px;
	z-index: 2;
	display: none;
    width: 100%;
    box-sizing: border-box;
}
.expandable:hover .menu-categories {
	display: -ms-flexbox;
	display: flex;
}
.site-blog {
    -ms-flex: 1;
        flex: 1;
	text-align: left;
	padding: 20px 16px 0 16px;

	background: #fff;
	background: -moz-linear-gradient(top, #ededed, #fff);
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
.site-blog+.site-blog {
	border-left: 0 none;
	box-shadow: -2px 0 0 #b7b7b7;
}
.blog-title {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
	padding-bottom: 2px;
	white-space: nowrap;
}
.blog-category {
    padding-bottom: 20px;
}
.blog-category a{
	font-weight: 600;
	line-height: 1.47;
 	letter-spacing: 0.16px;
    white-space: nowrap;
}
@media only screen and (max-width:800px) {
	.blog-menu {
		-ms-flex-flow: column nowrap;
		    flex-flow: column nowrap;
	}
	.menu-item.expandable {
		padding: 0px;
		max-width: none;
	}
	.menu-item.expandable > a:after {
		right: 10px;
	}
	.menu-item {
		box-sizing: content-box;
		display: block;
		width: 100%;
		max-width: none;;
	}
	.menu-categories {
		width: 100%;
	}
	.site-blog {
		display: block;
		width: 100%;
		-ms-flex: 2;
		    flex: 2;
		max-width: none;
		border: 1px solid #000;
	}
	.menu-item > a {
		display: block;
		margin: 0px;
	}
}
/* BLOG MENU END */

/* BLOG RELATED POSTS START */

.blog-related-posts {
	/* border-top: 1px solid #d9d9d9; */
	overflow: hidden;
	/* padding: 10px 5px 0; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	margin-top: 41px;
	margin-top: 0;
}
.blog-related-posts-top-line{
    border-bottom: 1px #e2e2e2 solid;
	display: block;
	margin-top: 40px;
}
.blog-related-posts .blog-related-posts-title {
	font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin: 40px 0 6px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.blog-related-posts > div {
	float: left;
	/* height: 224px; */
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	/* width: 230px; */
	-ms-flex: 1 230px;
	    flex: 1 230px;
}
.blog-related-posts > div > a {
	display: block;
	/* height: 150px; */
	max-height: 240px;
	overflow: hidden;
}
/* ghost element to allow the vertical centering of the contained image */
.blog-related-posts > div > a:before {
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em;
}
.blog-related-posts > div img {
	display: inline-block;
	/* max-height: 150px; */
	max-width: 100%;
	vertical-align: middle;
}
.blog-related-posts iframe {
	display: inline-block;
	height: 150px;
	vertical-align: middle;
	width: 230px;
}
.blog-related-posts .article-categories {
	text-align: left;
}
.blog-related-posts .date {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.47;
    letter-spacing: 0.16px;
	margin-bottom: 10px;
	float: left;
}
.blog-related-posts .article-categories a {
    margin-right: 0px!important;
}
.blog-related-posts h5 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
	min-height: 46px;
}
.blog-related-posts h5 a {
	color: #000;
    font-size: 15px;
    font-family: 'GTAmerica-ExtendedBold';
	font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16px;
	text-transform: uppercase;
}
/* BLOG RELATED POSTS END */

/* BLOG POPULAR POSTS START*/

.popular-posts-title {
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.blog-popular-posts article {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 0 5px 10px;
	text-align: center;
}
.blog-popular-posts article:last-child {
	border: none;
}
.blog-popular-posts article .date {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}
.blog-popular-posts article h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
}
.blog-popular-posts article h5 a {
	color: inherit;
}
.blog-popular-posts article img {
	max-height: 150px;
	max-width: 100%;
}
.blog-popular-posts article iframe {
	height: 150px;
	width: 240px;
}
/* BLOG POPULAR POSTS END */

/* BLOG FEATURED ARTICLE START */
.blog-featured-article {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 20px 20px;
	padding: 0 0 20px;
}
.blog-featured-article header {
	overflow: hidden;
	text-align: center;
}
.blog-featured-article > div {
	padding: 0 20px;
	text-align: center;
}
.blog-featured-article header img {
	max-height: 300px;
	max-width: 100%;
}
.blog-featured-article header iframe {
	height: 300px;
	width: 480px;
}
.blog-featured-article h3 {
	font-size: 22px;
	margin: 10px 0;
}
.blog-featured-article h3 a {
	color: inherit;
}
.blog-featured-article p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;	
}
.blog-featured-article .short-description {
	margin: 20px 0 0;
	text-align: justify;
}
.blog-content-asset .aligncenter {
	text-align: center;
}
/* BLOG FEATURED ARTICLE END */

/* BLOG ARTICLE RENDERING PAGE */
.blog-content-asset {
	/* padding: 0 20px;	 */
	padding: 0;
}

.blog-content-asset h1{
	font-size: 1.125rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.blog-content-asset h2{
	font-size: 1.12rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.blog-content-asset video {
	max-width: 100%;
}

.blog-content-asset header {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.blog-content-asset h3 {
    text-align: left;
    clear: both;
    font-family: 'GTAmerica-ExtendedBold';
    font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.21px;
	line-height: normal;
    color: #000000;
    float: left;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.blog-content-asset header .date {
	float: left;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.21px;
	line-height: normal;
	color: #8e8e8e;
	clear: both;
}
.blog-content-asset .article-categories {
	float: left;	
}
.blog-content-asset .article-categories a{
	height: 22px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.69;
    letter-spacing: 0.14px;
	color: #000 !important;
	text-align: justify;
	text-transform: uppercase;
}

.blog-content-asset p,
.blog-content-asset ul,
.blog-content-asset ol,
.blog-content-asset code {
	font-size: 16px;
	line-height: normal;
    letter-spacing: 0.17px;
}
.blog-content-asset blockquote {
	margin: 0;
}
.blog-content-asset img {
	max-width: 100%;
	height : auto;
	margin: 26px auto 32px;
	display: block;
}
.blog-content-asset iframe {
    max-width: 95%;
    margin: 0 auto!important;
    display: block;
}
.blog-content-asset .back-to-blog {
	height: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.16px;
	color: #000;
	margin-bottom: 32px;
  }
.blog-content-asset p a{
	color: #0a67e4!important;
}

.blog-logo-container{
	margin: 32px auto;
    width: 100%;
    text-align: center;
  }
  .blog-logo-container h1{
	font-size: 20px;
	font-family: 'GTAmerica-ExtendedBold';
	font-weight: bold;
	letter-spacing: 0.21px;
	text-transform: uppercase;
   }
  .blog-header-links a{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 1.47;
    letter-spacing: 0.16px;
  }
.blog-popular-posts-container .image-container {
	max-height: 320px;
    display: block;
	overflow: hidden;
	margin-bottom: 16px;
  }
.blog-popular-posts-container .article-title a{
	font-size: 35px;
    font-weight: 500;
    color: #000000;
    font-family: "Montserrat Medium";
  }

.blog-popular-posts-container .article-title{
	margin-bottom: 10px;
  }
.blog-popular-posts-container .article-categories a{
	font-size: 16px;
    letter-spacing: 1.07px;
    color: #b3b3b3;
    text-transform: uppercase;
    font-family: Monsterrat;
	font-weight: bold;
	line-height: 16px;
}
.blog-popular-posts-container .article-categories{
	margin-bottom: 8px;
	line-height: 20px;
}
.blog-popular-posts-container .blog-popular-posts-bottom-line{
	border-bottom: 1px #e2e2e2 solid;
	display: block;
	width: 98%;
	margin: 30px auto ;
}
.content-asset .blog-content-asset .article-categories{
	margin-top: 16px;
	margin-bottom: 5px;
	width: 100%;
}
#blog-articles{
	/* margin-left: -10px!importain;
	margin-right: -10px!importain; */
}
.blog-articles .article-categories{
	text-align: left;
	margin-top: 16px;
}
.blog-articles h4{
	text-align: left;
}
.blog-popular-posts-container{

}
.blog-articles h4 a{
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    font-family: 'GTAmerica-ExtendedBold';
	line-height: normal;
	letter-spacing: 0.16px;
}

.article1-image-container .featured-media-link{
	height: 230px;
    display: block;
    overflow: hidden;
}

/* BLOG ARTICLE RENDERING PAGE END */

/* BLOG ARTICLE TILE 1 START */
article.article_tile_1 {
	/* border-bottom: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center; */
    padding: 0 10px;
    text-align: center;
    float: left;
}
article.article_tile_1:last-child {
	border: none;
}
article.article_tile_1 p {
	margin: 8px 0;
}
article.article_tile_1 img,
article.article_tile_1 iframe {
	margin: 5px 0;
	max-width: 100%;
}
article.article_tile_1 iframe {
	height: 200px;
	width: 320px;
}
article.article_tile_1 p {
	font-size: 14px;
	line-height: 20px;
}
article.article_tile_1 h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
	font-weight: bold;
	clear: both;
	min-height: 50px;
	text-transform: uppercase;
}
article.article_tile_1 h4 a {
	color: inherit;
}
article.article_tile_1 .short-description {
	padding: 0 10px;
	text-align: justify;
}
article.article_tile_1 .blog-button {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0;
}
.article_tile_1 .article-categories a{
	color: #000;
	text-transform: uppercase;
	font-family: 'Jost';
	font-size: 13px;
	font-weight: 300;
	line-height: 1.69;
	letter-spacing: 0.14px;
	text-align: justify;
}
.article_tile_1 .date{
	font-size: 15px;
	font-weight: 300;
	line-height: 1.47;
	letter-spacing: 0.16px;
	color: #000;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 11px;
}
/* BLOG ARTICLE TILE 1 END */

/* BLOG ARTICLE TILE 2 START */
article.article_tile_2 {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
}
article.article_tile_2 > a {
    font-size: 0;
    width: 200px;
    display: block;
    margin-right: 20px;
}
article.article_tile_2 > a img {
	max-height: 200px;
	max-width: 100%;
}
article.article_tile_2 iframe {
	height: 150px;
	width: 200px;
	margin-right: 20px;
}
article.article_tile_2 > div {
	text-align: justify;
	-ms-flex: 2;
	    flex: 2;
}
article.article_tile_2 > div h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 2px 0 15px;
	font-weight: bold;
}
article.article_tile_2 > div h4 a {
	color: inherit;
}
article.article_tile_2 > div p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
article.article_tile_2 > div .date {
	margin: 0 0 5px;
}
article.article_tile_2 .more {
	font-size: 12px;
	line-height: 18px;
	color: #84bd00;
}
article.article_tile_2 .more:after {
	content: '...';
}

article.article_tile_2 {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center;
}
article.article_tile_2:last-child {
	border: none;
}
.blog-mobile-categories-menu{
	margin-bottom: 27px;
    margin-left: -1px;
}
#blog-mobile-categories-menu{
	background: #fff;
    background: -moz-linear-gradient(top, #fff, #fff);
    border: 1px solid #000;
	padding: 14px 0px;
    color: #333333;
}
#blog-mobile-categories-menu > a{
	padding-left: 16px;
	font-weight: 600;
	line-height: 1.47;
	letter-spacing: 0.16px;
	text-align: left;
}
#blog-mobile-categories-menu .site-blog{
	background: #FFF;
}
/* for screen under 768 */
@media only screen and (max-width: 767px) {
	.blog-content-asset h3{
		line-height: 36px;
		font-size: 32px;
	}
	.blog-show-mobile-only{
		display: block;
	}
	.blog-show-desktop-only{
		display: none;
	}
	.article1-image-container img{
		min-height:auto!important;
	}
	article.article_tile_1 {
		padding: 0;
	}
	.pt_blogcontent .article-pagination-wrapper {
		margin-top: 0;
	}
}

/* for screen 768 and above */
@media only screen and (min-width: 768px) {
	.blog-logo-container {
		margin: 40px auto;
	}
	.blog-show-mobile-only{
		display: none;
	}
	.blog-show-desktop-only{
		display: block;
	}
	.pt_blogcontent .article-pagination-wrapper {
		margin-top: 28px;
	}
	.article1-image-container .featured-media-link img,
	.blog-related-posts > .featured-media-link img {
		min-height: 230px;
	}
	.article_tile_1 .date {
		margin-bottom: 22px;
	}
	.blog-related-posts > .featured-media-link {
		height: 230px;
	}
}
@media only screen and (max-width: 800px) {
	.article-sorting {
		width: 100%;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		text-align-last:center;
		border-radius: 3px;
	}
	.article1-image-container .featured-media-link {
		height: 193px;
	}
}
@media only screen and (max-width:480px) {
	article.article_tile_2 {
		-ms-flex-flow: column wrap;
		    flex-flow: column wrap;
	}
	article.article_tile_2 > a,
	article.article_tile_2 iframe  {
		margin: 0;
		width: auto;
		height: auto;
		-ms-flex: 1;
		    flex: 1;
		margin-bottom: 20px;
	}
	article.article_tile_2 > div {
		-ms-flex: 1;
		    flex: 1;
	}
}
/* BLOG ARTICLE TILE 2 END */
.pt_blogcontent .primary-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}
.pt_blogcontent .category-header,
.pt_blogcontent .archive-header,
.pt_blogcontent .blog-featured-article {
	width: 100%;
	-ms-flex-order: 1;
	    order: 1;
}
.pt_blogcontent .blog-archive-articles,
.pt_blogcontent .blog-articles { 
    -ms-flex: 3; 
        flex: 3;
    box-sizing: border-box;
	/* margin: 0; */
	-ms-flex-order: 3;
	    order: 3;
}
.pt_blogcontent aside {
	-ms-flex: 1;
	    flex: 1;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	-ms-flex-order: 4;
	    order: 4;
	padding-left: 20px;
	border-left: 1px solid #d9d9d9;
}
.pt_blogcontent .article-pagination-wrapper {
	text-align: center;
	display: inline-block;
    width: 100%;
	margin-bottom: 20px;
}
.pt_blogcontent .load-more {
	height: 48px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
	font-family: 'GTAmerica-ExtendedBold';
	font-weight: bold;
    font-weight: 700;
    display: inline-block;
    line-height: normal;
	letter-spacing: 0.85px;
	padding: 16px 15px;
	width: 320px;
}

@media only screen and (max-width:800px) {
	.pt_blogcontent .blog-archive-articles,
	.pt_blogcontent .blog-articles,
	.pt_blogcontent aside,
	.menu-item.expandable[name='srule'] {
		box-sizing: border-box; 
		width: 100%;
		max-width: 100%;
		-ms-flex:none;
		    flex:none;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	.pt_blogcontent aside.blog-archive-menu {
		-ms-flex-order: 2;
		    order: 2;
	}
	.pt_blogcontent aside {
		border: 0 none;
	}
	.pt_blogcontent .blog-articles {
		padding: 0;
	}
	.pt_blogcontent .load-more {
		width: 100%;
	}
}

.blog-archive-menu .blog-year,
.blog-archive-menu .blog-month {
    display: block;
}
.blog-archive-menu .blog-year a,
.blog-archive-menu .blog-month a {
	display: block;
    line-height: 18px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
}
.blog-archive-menu .blog-year:hover a,
.blog-archive-menu .blog-month:hover  a {
	text-decoration: underline;
	background: #ededed;
}
.blog-archive-menu .blog-year a {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.blog-archive-menu .blog-month a {
    padding: 10px 20px;
	font-size: 12px;
}
.blog-archive-menu .blog-year {
	border-bottom: 1px solid #d9d9d9;
}
.blog-archive-menu .blog-year-wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.blog-archive-menu .blog-year-wrapper:first-child {
	border-top: 1px solid #d9d9d9;
}
.primary-content .blog-category-name,
.primary-content .blog-archive-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 25px;
	text-align: center;
	text-transform: capitalize;
}
.blog-subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0 25px;
	text-align: center;
}
.article-categories a,
.tag_wrapper a,
.blog-content-asset a,
article .short-description a {
	color: #000000;
}