/* Blog layout page */
@media only screen {
	.blog_core_panel,
	.blogContainer.blogSingle .blogPostWrapper .blogPost {
		position: relative;
		display: block;
		opacity: 0;
		-webkit-transition: opacity 300ms linear 1s;
		   -moz-transition: opacity 300ms linear 1s;
			-ms-transition: opacity 300ms linear 1s;
			 -o-transition: opacity 300ms linear 1s;
				transition: opacity 300ms linear 1s;
	}
	.blog_core_panel.loaded,
	.blogContainer.blogSingle .blogPostWrapper .blogPost.loaded {
		opacity: 1;
	}
	.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;
	}
	.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 .arrowLink {
		color: #e2c27a;
	}
	.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 .prevLink {
		align-self: flex-start;
		margin-left: 30px;
	}
	.blogContainer .pagingButtons .nextLink {
		align-self: flex-end;
		margin-right: 30px;
	}
	.blogContainer .pagingButtons .prevLink.arrowWrapper .arrowLink,
	.blogContainer .pagingButtons .nextLink.arrowWrapper .arrowLink {
		font-family: Oswald, sans-serif;
		font-size: 18px;
		line-height: 18px;
		color: black;
	}
	.blogContainer .pagingButtons .prevLink.arrowWrapper:hover .arrowLink,
	.blogContainer .pagingButtons .nextLink.arrowWrapper:hover .arrowLink {
		color: #e2c27a;
	}
	.blogContainer .rssLink {
		position: absolute;
		bottom: 0;
		display: block;
		width: 50px;
		margin: 0 0 30px 30px;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 18px;
		color: black;
	}
	.blogContainer .rssLink:hover {
		color: #e2c27a;
	}
	
	.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 a:hover {
		color: #e2c27a;
	}
	.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:hover .arrowLink {
		color: #e2c27a;
	}
	
	/* 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,
	.blogDetail.loaded .panel_custom_two_col .left_column .shareButtonsWrapper {
		display: block;
	}
	.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;
	}
}
@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) {
	.blogContainer.blogMultiple .blogPostWrapper {
		margin-bottom: 50px;
	}
	.blogContainer.blogMultiple .blogPostWrapper .blogPost {
		width: 27vw;
		max-width: 355px;
		margin: 30px;
	}
	.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;
	}
}
@media only screen and (min-width: 1400px) {
	.blogContainer.blogMultiple {
		max-width: 1300px;
		margin: 30px auto 0;
	}
}

/* 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 .postTitle {
		position: relative;
		color: white;
		text-decoration: none;
		font-weight: 700;
		text-align: center;
		letter-spacing: 1.5px;
		margin: 0 auto;
	}
	.blogHeroImage .postTitle.title-short {
		font-size: 10.5vw;
		line-height: 11vw;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 8.5vw;
		line-height: 9vw;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 6.5vw;
		line-height: 7vw;
	}
	.blogHeroImage .postSubtitle {
		display: none;
	}
	.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: 9vw;
		line-height: 9vw;
	}
	.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;
		margin-top: 20px;
		color: white;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		text-align: left;
		letter-spacing: 1.5px;
	}

	.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: 6vw;
		line-height: 6vw;
	}
}
@media only screen and (min-width: 64.063em) {
	.blogHeroImage .title {
		padding-bottom: 20px;
	}
	.blogHeroImage .postTitle.title-short {
		font-size: 7vw;
		line-height: 7vw;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 6vw;
		line-height: 6vw;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 5vw;
		line-height: 5vw;
	}
	.blogHeroImage .postSubtitle {
		margin-top: 40px;
	}
	.panel_custom_one_col.indent_content {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 1600px) {
	.blogHeroImage .postTitle.title-short {
		font-size: 110px;
		line-height: 110px;
	}
	.blogHeroImage .postTitle.title-medium {
		font-size: 90px;
		line-height: 90px;
	}
	.blogHeroImage .postTitle.title-long {
		font-size: 70px;
		line-height: 70px;
	}
}

/* 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;
		margin-right: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		background-color: #c3b07c;
	}
	.blogCategories .articlesLink a {
		text-transform: uppercase;
		color: white;
	}
	.blogCategories .articlesLink a:hover {
		color: black;
	}
	.blogCategories .articlesLink .arrow-right {
		position: absolute;
		top: 0;
		right: -20px;
		width: 0;
		height: 0;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 20px solid #c3b07c;
	}
	.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.selected {
		color: #ee1c24;
	}
	.blogCategories .articlesLink.goldButton a {
		padding: 16px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.blogCategories .categoryWrapper {
		max-width: 1510px;
	}
}