/*********************************************************** SMALL SCREEN */
	#tariff-banner-container {
		height: calc(100vh / 3);
	}
	
	#tariff-banner-title-container {
		top: 30px;
		left: 30px;
	}
	
	.tariff-banner-title {
		font-size: 56px;
		line-height: 64px;
	}
	
	.tariff-banner-title-bg {
		top: -25px;
		left: -30px;
		width: calc(150px * (660 / 300));
		height: 150px;
	}
	
	.contact-text-size {
		font-size: 5px;
		line-height: 8px;
	}
	.contact-nav-text-size {
		font-size: 6px;
		line-height: 8px;
	}
	
	#tariff-banner-container-i {
		display: none;
	}
	#tariff-banner-container-i-m {
		display: block;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#tariff-banner-container {
		height: 500px;
	}
	
	#tariff-banner-title-container {
		top: 60px;
		left: 100px;
	}
	
	.tariff-banner-title {
		font-size: 66px;
		line-height: 72px;
	}
	
	.tariff-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.contact-text-size {
		font-size: 9px;
		line-height: 13px;
	}
	.contact-nav-text-size {
		font-size: 12px;
		line-height: 13px;
	}
	
	#tariff-banner-container-i {
		display: block;
	}
	#tariff-banner-container-i-m {
		display: none;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#tariff-banner-container {
		height: 500px;
	}
	
	#tariff-banner-title-container {
		top: 60px;
		left: calc((100vw - 1300px + 150px + 140px) / 2);
	}
	
	.tariff-banner-title {
		font-size: 72px;
		line-height: 86px;
	}
	
	.tariff-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.contact-text-size {
		font-size: 12px;
		line-height: 18px;
	}
	.contact-nav-text-size {
		font-size: 14px;
		line-height: 18px;
	}
	
	#tariff-banner-container-i {
		display: block;
	}
	#tariff-banner-container-i-m {
		display: none;
	}
}


/*********************************************************** INDEX */


/*********************************************************** BANNER */
#tariff-banner-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background: rgb(0,111, 138);
}

#tariff-banner-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 2000px;
	
	margin: 0px auto;
	
	background: transparent;
	/*background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/tariff/tariff-banner.jpg");*/
	
	overflow: hidden;
}

#tariff-banner-title-container {
	position: relative;
	/*left: 0px;
	width: calc((324px + 2px) * 3);*/
	margin: 0px;
	background: transparent;
}

.tariff-banner-title-bg {
	position: absolute;
	/*top: -45px;
	left: -60px;
	width: calc(240px * (660 / 300));
	height: 240px;*/
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/index/index-banner-title-bg.png");
	
	opacity: 0.8;
}

.tariff-banner-title {
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #5C88DA;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}


/*********************************************************** CONTENT */
#tariff-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/tariff/content-bg.jpg");
}

#tariff-content-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	background: white;
}

/*********************************************************** CONTENT FORM */
#tariff-menu-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px 0px 2px 0px;
	background: transparent;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tariff-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 120px;
	
	display: none;
}

.tariff-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-row {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}

.contact-nav {
	width: calc((100% - (2px * 5)) / 6);
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: white;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 12px 0px;
	
	background: #171C8F;
	/*background: #5C88DA;*/
	
	cursor: pointer;
}
.contact-nav-on {
	width: calc((100% - (2px * 5)) / 6);
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 12px 0px;
	
	background: white;
	/*background: #5C88DA;*/
	
	cursor: pointer;
}

.contact-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: white;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 12px 0px;
	
	/*background: #171C8F;*/
	background: #5C88DA;
}

.contact-text-1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgb(100, 100, 100);
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 10px 0px;
	
	background: rgb(239, 239, 239);
}

.contact-text-2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgb(100, 100, 100);
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	margin: 0px;
	padding: 10px 0px;
	
	background: rgb(222, 222, 222);
}

.contact-text-size {
	/*font-size: 12px;
	line-height: 18px;*/
}
.contact-nav-text-size {
	/*font-size: 12px;
	line-height: 18px;*/
}



















