/* Blog layout page */
@media only screen {
	.blog_core_panel,
	.blogContainer.blogSingle .blogPostWrapper .blogPost {
		position: relative;
		display: block;
		opacity: 0;
		transition: opacity 300ms linear 1s;
		background: white;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.blog_core_panel.loaded,
	.blogContainer.blogSingle .blogPostWrapper .blogPost.loaded {
		opacity: 1;
	}
	.blog_core_panel .content_background {
		color: white;
		background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white);
	}
	.blog_core_panel .panel_custom_content .content_col {}
	.blog_core_panel h2,
	.blog_core_panel h3,
	.blog_core_panel h4,
	.blog_core_panel h5 {
		text-transform: uppercase;
	}
	.blog_core_panel a {
		text-decoration: underline;
	}
	.blogContainer .contentRender_name_plugins_core_textbox {
		padding: 0 20px;
	}
	.blogContainer .contentRender_name_plugins_core_textbox p {
		text-align: left; 
	}
	.blogContainer ul {
		margin-left: 30px
	}
	.blogContainer ul li {
		margin: 10px 0;
	}
	.blogContainer blockquote {
		border-left: 0;
		padding: 15px 0;
		max-width: 85%;
		margin: 0 auto;
	}
	.blogContainer .contentRender_name_plugins_core_textbox blockquote p {
		font-size: 18px;
		font-weight: 700;
	}
	.blogContainer .videoPlayer {
		padding: 20px 0;
	}
	.blogContainer {
		position: relative;
	}
	.blogContainer.blogMultiple {
		padding-bottom: 50px;
	}
	.blogContainer .blogPostWrapper {
		position: relative;
		display: block;
	}
	.blogContainer.blogMultiple .blogPostWrapper {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.blogContainer.blogMultiple .blogPostWrapper .blogPost {
		width: 100%;
		margin: 15px 30px;
		overflow: hidden;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postCategories {
		margin-bottom: 10px;
		text-align: center;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postCategories a {
		height: 30px;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		color: black;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper {
		position: relative;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper img {
		width: 100%;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .tileGradient {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: -webkit-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background:    -moz-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	-ms-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	 -o-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 		linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .tileContent {
		position: absolute;
		bottom: 30px;
		margin: 0 20px;
		color: white;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper a {
		color: white;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .postTitle {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 28px;
		color: white;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .postTitle > * {
		color: white;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .postTitle .superscript {
		font-size: 50%;
		vertical-align: super;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .postSubtitle {
		margin-bottom: 10px;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .arrowWrapper .arrowLink {
		font-size: 16px;
		line-height: 16px;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile:hover .arrowWrapper .arrowText {
		/*color: #e2c27a;*/
		text-decoration: underline;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile:hover .arrowWrapper .animatedArrow {
		left: 15px;
		/*color: #e2c27a;*/
	}
	.tile-link-button {
		position: relative;
		display: flex;
		justify-content: center;
		margin: 15px 0 40px;
	}
	.blogContainer .pagingButtons {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: baseline;
		height: 24px;
		margin: 30px 0;
		text-align: center;
	}
	.blogContainer .pagingButtons .page-count {
		margin: 0 20px;
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		color: black;
	}
	.blogContainer .pagingButtons .custom-arrow {
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		color: black;
	}
	.blogContainer .pagingButtons .custom-arrow:hover {
		text-decoration: none;
	}
	.blogContainer .pagingButtons .prevLink {
		align-self: flex-start;
		margin-left: 30px;
	}
	.blogContainer .pagingButtons .nextLink {
		align-self: flex-end;
		margin-right: 30px;
	}
	.blogContainer .rssLink:hover {
		/*color: #e2c27a;*/
		color: #9600FF;
	}
	
	.blog_core_panel .blog_post .blogBreadcrumb {
		padding: 20px 40px;
		font-family: 'Lato';
		font-size: 16px;
		line-height: 20px;
	}
	.blog_core_panel .blog_post .blogBreadcrumb a {
		font-weight: bold;
		color: black;
	}
	.blog_core_panel .blog_post .blogBreadcrumb .fa {
		font-size: 14px;
		line-height: 20px;
	}
	
	.blogDetail.has-cat-bar .panel_custom_two_col .left_column {
		margin-top: 0;
	}
	
	.arrowWrapper.shared-back-button {
		position: relative;
		margin: 20px 0 0 35px;
	}
	.arrowWrapper.shared-back-button .arrowLink {
		color: black;
		font-size: 18px;
		line-height: 18px;
	}
	.arrowWrapper.shared-back-button .arrowText {
		color: black;
	}
	.arrowWrapper.shared-back-button:hover .arrowText {
		/*color: #e2c27a;*/
		text-decoration: underline;
	}
	
	/* show/hide various widgets depending on layout or detail */ 
	.heroImage,
	.blogDetail.loaded .custom_header_slideshow,
	.blogCategories,
	.blogDetail .panel_custom_two_col .left_column .blog_core_panel,
	.blogLayout .panel_custom_two_col {
		display: none;
	}
	.blogLayout.loaded .heroImage,
	.blogLayout.loaded .blogCategories,
	.blogDetail.loaded .blogHeroImage,
	.blogDetail.loaded .panel_custom_two_col .left_column .blog_core_panel {
		display: block;
	}
	.shareButtonsWrapper {
		opacity: 0;
		transition: opacity 1s linear 1s;
	}
	.blogDetail.loaded .shareButtonsWrapper {
		opacity: 1;
		max-width: 1450px;
		width: 100%;
		float: right;
		position: relative;
		top: 0;
		margin: 0;
		padding: 0 20px 20px 20px;	
	}
	.blogDetail.has-cat-bar .blogCategories {
		display: block;
	}
	.arrowWrapper.shared-back-button {
		display: none !important;
	}
	.blogLayout.loaded .arrowWrapper.shared-back-button.has-history {
		display: block !important;
	}
	.blogLayout a.arrowWrapper.shared-back-button:hover {
		text-decoration: none;
	}
	.blogContainer hr {
		border: solid darkgrey;
		border-width: 2px 0 0;
		clear: both;
		margin: 35px 0;
		height: 0;		
	}
}
@media only screen and (min-width: 40.063em) {
	.blogContainer.blogMultiple .blogPostWrapper .blogPost {
		max-width: 46%;
		margin: 2%;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postTileWrapper .postTitle {
		font-size: 30px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 64.063em) {
	.blogDetail.loaded .shareButtonsWrapper {
		float: right;
	}
	.blog_core_panel .content_background .content_col {
		max-width: 1200px;
		padding-left: 65px;
	}
	.blogContainer.blogMultiple .blogPostWrapper {
		margin-bottom: 50px;
	}
	.blogContainer.blogMultiple .blogPostWrapper .blogPost {
		width: 27vw;
		max-width: 355px;
		margin: 30px;
	}
	.root_panel.standard_panel .panel_column.one_column .panel_custom_content.one_col.content_background.indent_content .content_col {
		margin: 0;
	}
	.blogContainer.blogMultiple .blogPostWrapper .postTile .postCategories a {
		height: 30px;
		font-weight: 500;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 22px;
		line-height: 26px;
		text-transform: uppercase;
		color: black;
	}

	body.hasBlogSidebar .blogContainer.blogSingle {
		display: flex;
		padding-top: 50px;
	}
	body.hasBlogSidebar .blogContainer.blogSingle .blogPostWrapper {
		width: 67%;
		margin-left: 3%;
	}
	body.hasBlogSidebar .blogContainer.blogSingle .blogSidebarWrapper {
		width: 27%;
	}
	body.hasBlogSidebar .shareButtonsWrapper {
		right: 0;
	}
	body.hasBlogSidebar .blog_core_panel {
		margin-bottom: 50px;
	}
	body.hasBlogSidebar .blog_core_panel .content_background .content_col {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	.blogContainer.blogMultiple {
		max-width: 1300px;
		margin: 30px auto 0;
	}

	body.hasBlogSidebar .blog_core_panel .content_background .content_col {
		padding-left: 50px;
	}
}

/* Blog post hero image */
@media only screen {
	.blogHeroImage {
		display: none;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.blogHeroImage .blogHeroWrapper {
		position: relative;
		width: 100%;
		padding: 0;
		outline: none;
		z-index: 1;
	}
	.blogHeroImage .blogImage {
		position: relative;
		width: 100%;
	}
	.blogHeroImage .contentWrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		text-align: center;
		overflow: hidden;
		z-index: 2;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
		background-image:	 -moz-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
		background-image:	  -ms-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
		background-image:	   -o-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
		background-image:		  linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
	}
	.blogHeroImage .contentWrapper .contentInner {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	.blogHeroImage .postTitle {
		position: relative;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 35px;
		line-height: 35px;
		font-weight: 700;
		margin: 0;
		text-align: left;
	}
	.blogHeroImage .postTitle.title-short {
		font-size: 35px;
		line-height: 35px;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 35px;
		line-height: 35px;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 35px;
		line-height: 35px;
	}
	.blogHeroImage .postTitle > * {
		color: white;
	}
	.blogHeroImage .postTitle .superscript {
		font-size: 50%;
		vertical-align: super;
	}
	.blogHeroImage .postSubtitle {
		color: white;
		text-align: left;
		margin: 5px 0;
		font-family: Oswald;
		font-weight: 400;
		text-transform: uppercase;
	}
	.blogHeroImage .buttonWrapper {
		display: inline-block;
		margin: 0 auto;
		line-height: 0;
	}
}
@media only screen and (min-width: 40.063em) {
	.blogHeroImage .contentInner {
		max-width: 75%;
	}
	.blogHeroImage .postTitle {
		margin: 0;
		text-align: left;
	}
	.blogHeroImage .postTitle.title-short {
		font-size: 40px;
		line-height: 40px;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 7.5vw;
		line-height: 7.5vw;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 6vw;
		line-height: 6vw;
	}
	.blogHeroImage .postSubtitle {
		display: block;
		position: relative;
		color: white;
		font-weight: 400;
		font-size: 18px;
		text-align: left;
	}

	.blogHeroImage .buttonWrapper {
		display: block;
		margin: 10px 0 0 0;
		line-height: 54px;
	}
}
@media only screen and (min-width: 50.063em) {
	.blogHeroImage .postTitle.title-short,
	.blogHeroImage .postTitle.title-medium,
	.blogHeroImage .postTitle.title-long {
		font-size: 45px;
		line-height: 45px;
	}
}
@media only screen and (min-width: 64.063em) {
	.blogHeroImage .contentWrapper .contentInner {
		bottom: 50px;
		left: 85px;		
	}
	.blogHeroImage .title {
		padding-bottom: 20px;
	}
	.blogHeroImage .postTitle.title-short {
		font-size: 65px;
		line-height: 65px;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 65px;
		line-height: 65px;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 65px;
		line-height: 65px;
	}
	.blogHeroImage .postSubtitle {
		font-size: 24px;
		margin-top: 30px;
	}
	.panel_custom_one_col.indent_content {
		margin-top: 10px;
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1600px) {
	.blogHeroImage .postTitle.title-short {
		font-size: 65px;
		line-height: 65px;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 65px;
		line-height: 65px;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 65px;
		line-height: 65px;
	}
}

/* Categories selector */

@media only screen {
	.blogCategories {
		position: relative;
	}
	.blogCategories select {
		display: block;
		width: 200px;
		margin: 30px auto;
		padding: 0 10px;
		color: black;
		background-color: black;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxMCA2Ij48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6d2hpdGUiPjwvcG9seWdvbj48L3N2Zz4=');
		background-position: 180px 17px;
		border: 0 none;
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		-moz-appearance: none;
		z-index: 99;
	}
	.blogCategories select.loaded {
		color: white;
	}
	.blogCategories select option {
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		color: white;
		background-color: black;
	}
}
@media only screen and (min-width: 64.063em) {
	.blogCategories .categoryWrapper {
		display: flex;
		align-items: center;
		margin: 20px 0;
		z-index: 1;
		background-color: white;
	}
	.blogCategories .articlesLink {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		flex-basis: 150px;
		height: 56px;
		margin-right: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		/*background-color: #c3b07c;*/
		background-color: #9600FF;
	}
	.blogCategories .articlesLink a {
		text-transform: uppercase;
		color: white;
	}
	.blogCategories .articlesLink a:hover {
		color: black;
		text-decoration: none;
	}
	.blogCategories .articlesLink .arrow-right {
		position: absolute;
		top: -4px;
		right: -28px;
		width: 0;
		height: 0;
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		border-left: 24px solid #9600FF;
	}
	.blogCategories .categoryBar {
		display: flex;
	}
	.blogCategories ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		list-style-type: none;
	}
	.blogCategories ul li a {
		display: block;
		padding: 15px 20px;
		color: black;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.blogCategories ul li a:hover {
		text-decoration: none;
	}
	.blogCategories ul li a.selected {
		/*color: #ee1c24;*/
		color: #9600FF;
	}
	.blogCategories .articlesLink.goldButton a {
		padding: 16px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.blogCategories .categoryWrapper {
		max-width: 1510px;
	}
}