/* Fonts:
NewsGothicBTW01-Roman - News Gothic BT
NewsGothicBT-RomanCondensed - News Gothic Cn BT
NewsGothicBT-Bold - News Gothic BT Bold
NewsGothicBT-BoldCondensed - News Gothic Cn BT Bold 
*/

div.wrapper {
	font-family: 'NewsGothicBTW01-Roman',Helvetica,arial;
}

.no-display-desktop { display: none; }
.no-display-mobile	{ display: block; }


.giro-row-container {
	width: 100%;
	margin-bottom: 5.7142vw;
	position: relative;
	overflow: hidden;
}
.giro-row-container img {
	width: 100%;
}

.giro-hp-main {
	width: 100%;
}

.giro-hp-main img {
	width: 100%;
	height: 100%;
}

.giro-marquee-header {
	font-family: 'NewsGothicBT-RomanCondensed', sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	right: 14vw;
	bottom: 4.714285714285714VW;
}

.giro-h1 {
	display: block;
	font-size: 4.07142857vw;
	font-family: 'NewsGothicBT-BoldCondensed', sans-serif;
	color: white;
	line-height: 100%;
	margin:0px;
}

.giro-h2-first-header {
	display: block;
	font-size: 4.07142857vw;
	font-family: 'NewsGothicBT-BoldCondensed', sans-serif;
	color: white;
	line-height: 100%;
	margin:0px;
}

.giro-h2-second-header{
	display: block;
	font-family: 'NewsGothicBT-RomanCondensed', sans-serif;
	font-size: 2.714vw;
	color: white;
	line-height: 100%;
	margin: 1.2857vw 0 0;
	box-sizing: border-box;

}

.giro-h2 {
	display: block;
	font-family: 'NewsGothicBT-RomanCondensed', sans-serif;
	font-size: 2.714vw;
	color: white;
	line-height: 100%;
	margin: 1.2857vw 0 0;
	box-sizing: border-box;
}

.giro-cta-button {
	font-family: 'NewsGothicBT-Roman', sans-serif;
	text-align: center;
	display: inline-block;
	border: solid white 1px;
	color: white;
	font-size: 1vw;
	padding: 0.642857vw 1.7857vw;
	line-height: 100%;
	margin-top: 2.357142857vw;
	text-decoration: none;
	cursor: pointer;
	transform: scale(1,1.3);
	min-width: 9.285743vw; /* 180px to vw @ 1400px, minus 1.7857*2 vw padding */
}

.giro-cta-button:hover {
		color: #f1f1f1;
}

.giro-marquee-cta-button {
	min-width: 9.285743vw; /* 180px to vw @ 1400px, minus 1.7857*2 vw padding */
}

promos {
	display: block;
	text-align: center;
}

promos .giro-promo-container {
	display: inline-block;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

promos .giro-promo {
	width: 43.642857vw;
	height: 43.642857vw;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	float: left;
}

promos .giro-promo:first-of-type {
	margin-right: 4.142857vw;
}

promos .giro-promo-text-container {
	text-align: center;
	position: absolute;
	bottom: 4.42857vw;
	left: 0;
	right: 0;
	display: block;
}
promos .giro-row-container:last-child {
	bottom: 5vw;
}


hero .giro-hp-hero {
	position: relative;
	margin-bottom: 5.714285714285714vw;
}

hero .giro-hero-header {
	color: white;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 7.142857143vw;
	bottom: 4.42857vw;
}



hero .giro-hero-header.top-left {
	bottom: auto;
	top: 4.42857vw;

}


hero .giro-hero-header .giro-h1 {
	margin-top: 0.92857vw;
}
	
hero .giro-hero-header .giro-h2 {
	font-size: 4.07142857vw;
}

hero .hero-top-header {
	font-size: 3.96vw;
	font-family: 'NewsGothicBT-RomanCondensed', sans-serif;
}

news .giro-news-article-container{
		font-family: 'NewsGothicBTW01-Roman',Helvetica,arial;
		font-style: normal;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizelegibility;
		-moz-osx-font-smoothing: grayscale;

		margin: 0 4.07142857vw 6.42857vw;
}

news .giro-news-container {
	width: 100%;
	overflow: hidden;
}

news .giro-news {
	width: 31.71%;
	float: left;
	margin-right: 2.142857vw;
}

news .giro-news:last-child{
	margin-right: 0;
}
	
news .giro-news-title {
	margin: 1.642857vw 0 1.2142857vw;
}

news .giro-news-title h3 {
	margin: 0px;
	color: #777777;
	line-height: 135%;
	font-size: 1.42857vw;
}

news .giro-news-image-container img {
	width: 100%;
}

news .giro-news-content {
		margin-bottom: 18px;
}

news .giro-news-header {
	text-align: left;
	text-transform: uppercase;
	font-size: 38px;
	color: #777;
	margin: 0 0 1.571429vw;
}

news p {
	font-size: 0.92857vw;
	line-height: 1.857vw
}


/******************************************************************************\
 * Max out page width at 1400px
\******************************************************************************/
/* @media all and (min-width: 1400px) {
	div.main-content {
		text-align: center;
	}
	
	div.wrapper {
		max-width: 1400px;
		display: inline-block;
		text-align: left;
	}
	giro-main {
		margin: 0 auto;
		width: 100%;
	}
	.giro-video-marquee-container	 {
		margin-bottom: 80px;
	}
	
	.giro-marquee-header {
			bottom: 75px;
	}
	
	.giro-h1 {
		font-size: 57px;
		line-height: 100%;
	}
	
	.giro-h2{
		font-size: 38px;
		line-height: 100%;
		margin: 18px 0 0;
	}
	
	.giro-cta-button {
		font-size: 14px;
		padding: 9px 26px;
		line-height: 100%;
		margin-top: 33px;
	}
	.giro-marquee-cta-button {
		min-width: 216px;
	}
	
	.giro-row-container {
		margin: 0 0 80px;
	}
	promos .giro-promo {
		width: 611px;
		height: 611px;
	}
	
	promos .giro-promo:first-of-type {
		margin-right: 58px;
	}
	
	promos .giro-promo-text-container {
		text-align: center;
		position: absolute;
		bottom: 62px;
	}
	
	hero .giro-hero-header {
		bottom: 62px;
		left: 87px;
	}
	
	hero .giro-hero-header .giro-h1 {
		margin-top: 13px;
	}
	
	
	hero .giro-hero-header .giro-h2 {
		font-size: 57px;
	}

	news .giro-news-article-container {
		margin: 0 60px 90px;
	}
	
	news .giro-news-header {
		margin: 0 0 22px 0;
	}
	
	news .giro-news {
		width: 406px;
		margin-right: 30px;
	}
	
	news .giro-news-title {
		margin: 23px 0 17px;
	}
	news .giro-news-title h3 {
		font-size: 20px;
	}

	news .giro-news-content {
		margin-bottom: 18px;
	}
	
}
/* */


/******************************************************************************\
 * 1025px Breakpoint (scalable)
\******************************************************************************/
@media all and (min-width: 1025px) and (max-width: 1399px) {
	news .giro-news-title {
		margin: 2.04878vw 0 1.5609756vw;
	}
	
	news .giro-news-title h3 {
		font-size: 1.9512195vw;
	}
}


/******************************************************************************\
 * 1025px Breakpoint (Static)
\******************************************************************************/
/* @media all and (max-width: 1025px) {
	news .giro-news-title {
		margin: 21px 0 16px;
	}
	
	news .giro-news-title h3 {
		font-size: 20px;
	}
}
/* */


/******************************************************************************\
 * 640px Breakpoint (scalable)
\******************************************************************************/
@media all and (max-width: 1024px) {

	.no-display-mobile { display: none;}
	.no-display-desktop { display: block; }
	.giro-hp-main-mobile { display: block; }
	.giro-hp-main-mobile img { 
		width: 100%;
		min-height: 0px;
	}
	
	.giro-row-container {
		margin-bottom: 10.9375vw;
	}
	
	.giro-mobile-marquee-container {
		width: 100%;
		position: relative;
		margin-bottom: 0px;
	}

	.giro-marquee-header{
		display: block;
		position: relative;
		margin-top: 6.25vw;
		top:0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		width: 100%;
	}
	.giro-marquee-header span {
		display: inline-block;
	}
	
	.giro-marquee-header .giro-mobile-h1,
	.giro-marquee-header .giro-mobile-h2 {
		color: #777777 !important;
	}

	.giro-mobile-h1 {
			font-size: 8.9vw;
			font-family: 'NewsGothicBT-BoldCondensed', sans-serif;
			line-height: 105%;
			overflow: hidden;
			margin: 0;
	}

	.giro-mobile-h2 {
			font-family: 'NewsGothicBT-RomanCondensed', sans-serif;
			font-size: 5.9375vw;
			margin-top: 2.03125vw;
			line-height: 120%;
			overflow: hidden;
	}
	
	.giro-mobile-h2-first-header{
		font-family: 'NewsGothicBT-BoldCondensed', sans-serif;
		font-size: 8vw;
		margin: 0;
	}
	hero .giro-mobile-h2-first-header {
		font-size: 9.0625vw; /* 58px @ 640px vw */
		color: #777777;
		margin: 0;
	}
	
	.giro-mobile-h2-second-header{
		font-size: 5.9375vw;/*38px @ 640px vw */
		color: #777777;
		margin: 10px 0 5px;
	}
	
	hero .giro-mobile-h2 {
			font-size: 8.9vw;
			line-height: 105%;
	}
	
	hero .giro-marquee-header {
		margin-top: 5.9375vw;
	}

	.giro-marquee-cta-button {
			border: solid #777777 2px;
			color: #777777;
			min-width: 25vw; /* 31.25vw (200px@640px in vw) - 3.125vw*2 (padding) */
	}
	hero .giro-marquee-cta-button {
		min-width: 15.625vw; /* 21.875vw (200px@640px in vw) - 3.125vw*2 (padding) */
	}
	.giro-cta-button {
			text-decoration: none;
			margin-top: 3.90625vw;
			margin-bottom: 0.9375vw;
			font-size: 2.1875vw;
			padding: 1.5625vw 3.125vw;
			line-height: 100%;
	}

	.giro-marquee-cta-button:hover{
			color: black;
	}
	
	promos .giro-promo-container {
		width: 100%;
		padding: 0 7.8125vw;
	}
	
	promos .giro-promo-text-container {
		bottom: 7.96875vw
	}
	
	promos .giro-mobile-h1 {
		font-size: 7.8125vw;
	}
	
	promos .giro-mobile-h2 {
		font-size: 5.15625vw;
	}

	promos .giro-promo {
		margin: 0;
		width: 100%;
		height: auto;
	}

	promos .giro-promo:first-of-type {
		margin: 0;
		margin-bottom: 7.8125vw;

	}
	
	hero .giro-mobile-hero-container {
		position: relative;
	}
	
	news .giro-news-article-container {
		margin: -1.5625vw 7.8125vw 10.9375vw;
	}

	hero .giro-mobile-h2 {
		font-size: 8.90625vw;
	}
	
	hero .giro-mobile-h1 {
		margin-top: 1.09375vw;
	}

	news .giro-news {
		width: 100%;
		margin: 0;
		float: none;
	}
	

	news .giro-news-header {
		font-size: 5.9375vw;
		margin: 9.53125vw 0 6.5625vw;
		/* 70px top 50px bottom */
	}
	
	news .giro-news-title {
		margin: 3.59375vw 0 2.65625vw;
	}
	
	news .giro-news-title h3 {
		font-size: 20px;
		font-size: calc(17px + 0.5vw);
		width: 100%
	}
	
	news .giro-news-exerpt {
		margin-bottom: 7.8125vw;
	}
	
	news p {
		width: 100%;
		font-size: 13px;
		font-size:calc(10px + 0.5vw);
		line-height: 186%;
	}
}


/******************************************************************************\
 * 640px Breakpoint (Static)
\******************************************************************************/
/* @media all and (max-width: 1024px) {
	
	.giro-row-container {
		margin-bottom: 70px;
	}
	
	.giro-marquee-header{
		margin-top: 40px;
	}
	
	.giro-mobile-h2 {
		font-size: 38px;
		margin-top: 13px;
	}
	.giro-cta-button {
			margin-top: 25px;
			font-size: 14px;
			padding: 9px 20px;
			margin-bottom: 6px;
	}
	.giro-marquee-cta-button {
			min-width: 222px;
	}
		
	promos .giro-promo-container {
		padding: 0 50px;
	}
	
	promos .giro-promo {
		margin: 0;
	}
	
	promos .giro-promo:first-of-type {
		margin: 0;
		margin-bottom: 50px;
	
	}
	
	promos .giro-promo-text-container {
		bottom: 58px;
	}

	promos .giro-mobile-h1 {
		font-size: 50px;
	}
	
	promos .giro-mobile-h2 {
		font-size: 33px;
	}

	hero .giro-mobile-h2 {
		font-size: 57px;
	}
	
	hero .giro-mobile-h1 {
		margin-top: 7px;
	}
	
	hero .giro-marquee-header {
		margin-top: 30px;
	}
	
	news .giro-news-article-container {
		margin: -10px 50px 70px;
	}
	
	news .giro-news-title h3 {
		font-size: 20px;
	}
	
	news .giro-news-exerpt {
		margin-bottom: 50px;
	}
	
}
/* */


/******************************************************************************\
 * 375px Breakpoint (scalable)
\******************************************************************************/
@media all and (max-width: 639px) {
	news .giro-news-title h3 {
		font-size: 20px;
		width: 100%;
		margin: 15px 0;
	}
	.giro-h1 {
		font-size: 20px;
	}

	
	news p {
		width: 100%;
	}
}


/******************************************************************************\
 * Fixing display issues in Hybris
\******************************************************************************/
.ui-front .input-group-btn .btn.btn-link.js_search_button { display: none; }
.breadcrumb-section { display: none !important; }
