.order-first > div, .order-first > div > div {
    border-left: 3px solid #007cc3 !important;
    padding-left: 10px !important;
}

.order-first  > div > div.news-list-subscribe {
    border: none !important;
}

/* Icons */

.pdf-icon-v2 {
    background-image: url(../images/icons/pdf-icon-v2.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    display: table;
    min-height: 30px;
    padding-left: 40px;
}

/*.main-nav,*/
.navbar-toggler {
	background-color: transparent !important;
}

.header-jumbotron-section .header-jumbotron-text p {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.link_go_to_gtes_section {
	color: black;
	text-decoration: none;
	font-size: 32px;
	font-style: normal;
}
img {
	max-width: 100%;
}

@media screen and (max-width: 920px) {
	.link_go_to_gtes_section {
		font-size: 17px;
	}
	.header-jumbotron-section .header-jumbotron-image {
		min-height: 280px;
	}
	.header-jumbotron-section .header-jumbotron-image video {
		margin-left: -80px;
	}
}
