@charset "utf-8";

#news {
	margin-bottom: 70px;
}

.newsList {
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 80px;
	opacity: 0;
	transition: all 300ms ease-in;
}

.newsList a:link {
	font-style: normal;
}

.newsItem {
	float: left;
    width: 42%;
    margin: 2% 4%;
    background: #fefefe;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgb(16 35 64 / 20%);
    transition: box-shadow 300ms ease-in;
}

.newsItem:hover {
	box-shadow: 0px 10px 15px rgb(16 35 64 / 25%);
	z-index: 1000;
	transition: box-shadow 150ms ease-in;
}

.newsItem:hover.newsItem img {
	
}

.newsItem img {
	width: 100%;
	transition: all 300ms ease-in;
}

.newsItem .tag {
	display: inline-block;
    margin-bottom: 12px;
    padding: 2px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #fff;
}

.newsItem .tag.releases {
	background: #2aa86c;
}
.newsItem .tag.sales {
	background: #646464;
}
.newsItem .tag.other {
	background: #2576b7;
}

.newsItem h2 {
	font-size: 1.6rem;
    font-weight: 900;
    display: block;
    min-height: 67px;
    max-height: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsItemContent {
	width: 90%;
    padding: 5%;
}

.newsItemContent p {
	color: #545454;
	font-weight: 300;
}

.newsItemDate {
	font-size: 1.1rem;
    font-weight: 600;
    color: #7f7f7f;
    margin-bottom: 30px;
}

.newsArticle {
	padding-bottom: 60px;
}

.newsArticle .articleHeaderImage {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.newsArticle .articleHeaderImage img {
	width: 92%;
    max-width: 1200px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 0 4%;
}

.newsArticle article {
	width: 92%;
    max-width: 900px;
    padding: 0 4%;
    margin: 0 auto;
    position: relative;
}

.newsArticle article ul {
	margin-left: 20px;
}

.newsArticle article ul li {
	color: #000000;
	font-size: 0.7rem;
}

.newsArticle article ul li span {
	color: #545454;
	font-size: 1.1rem;
	vertical-align: sub;
}

.newsArticle article iframe {
	width: 100%;
    height: 51.2vw;
    max-height: 506px;
}

.newsArticle article video {
	width: 100%;
	margin: 10px 0;
}

.newsArticle .newsVideo {
	margin-top: 16px;
	margin-bottom: 12px;
}

.newsArticle article .articleImage {
	text-align: center;
}

.newsArticle article .articleImage img {
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.newsArticle article .articleImageYoutube {
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.newsArticle article .articleImageYoutube img {
	max-width: 100%;
}

.newsArticle article .articleImageYoutubeButton {
	background-image: url(../img/site-img/youtube-video-button.png);
	position: absolute;
    width: 100%;
    height: 506px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

.newsArticle article .articleImageYoutubeButton:hover {
	background-image: url(../img/site-img/youtube-video-button-hover.png);
}

.newsArticle article h1 {
	font-size: 3.4rem;
	margin-bottom: 30px;
	font-weight: 900;
	padding-top: 0px;
	line-height: 3.8rem;
	color: #000000;
	-webkit-user-select: initial;
	   -moz-user-select: initial;
	        user-select: initial;
}

.newsArticle article h2 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

.newsArticle article h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 6px;
	display: block;
}

.newsArticle article .articleContactContainer {
	width: 100%;
	margin-top: 70px;
	font-size: 0.9rem;
	color: #000000;
	font-weight: 300;
}

.newsArticle article .articleContactContainer h3 {
	font-size: 0.9rem;
	font-weight: 700;
}

.newsArticle .shareArticleContainer {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.newsArticle .shareArticleContainer ul li {
	display: inline-block;
	margin: 0 5px;
}

.newsArticle .shareArticleContainer ul li img {
	width: 40px;
}

.newsArticle .backToNews {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.newsArticle .backToNews p {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	width: 200px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 1rem;
	font-weight: 600;
}

.newsArticle .backToNews p a:link {
	font-style: normal;
}

.newsArchives {
	width: 600px;
	margin: 0 auto;
}

.newsArchives h2 {
	display: block;
	margin-bottom: 0;
	text-align: center;
}

.newsArchives h3 {
	padding-bottom: 10px;
	padding-top: 20px;
	display: block;
	text-align: center;
	color: #0900f8;
	cursor: pointer;
}

.newsArchives h3:hover {
	text-decoration: underline;
}

.newsArchives a {
	display: block;
}

.newsArchivesContainer {
	float: left;
	width: 100%;
	margin-top: 80px;
	padding-bottom: 80px;
}

.newsArchive {
	float: left;
	width: 100%;
}

.newsArchiveLinks {
	height: 0px;
	overflow: hidden;
}

.newsArchiveLinks.open {
	height: auto;
}

@media only screen and (max-width: 1270px) and (min-width: 100px) {

	.newsItem h2 {
		font-size: 1.3rem;
	}

}

@media only screen and (max-width: 1025px) and (min-width: 100px) {
	.newsList {
		width: 520px;
	}

	.newsItem {
		width: 100%;
		margin: 4% 0;
	}

	.newsArticle article h1 {
		font-size: 3rem;
	}

	.newsArchives {
		width: 520px;
	}

	.newsArticle article ul li span {
		color: #000000;
	}

	.newsArchive {
		width: 100%;
	}

}

@media only screen and (max-width: 594px) and (min-width: 100px) {
	.newsList {
		width: 92%;
	}

	.newsItem .tag {
	    font-size: 0.6rem;
	}

	.newsItem h2 {
	    font-size: 1.2rem;
	    min-height: initial;
    	max-height: 57px;
	}

	.newsItemDate {
	    font-size: 0.9rem;
	}

	.newsArticle .articleHeaderImage img {
	    width: 100%;
	    padding: 0 0;
	}

	.newsArticle article h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.newsArchives {
		width: 88%;
	}

	.newsArticle article ul li span {
		font-size: 1rem;
	}
}
