.navigation
{
	background: #1F2459;
}


.sisbanner{
	width: 100%;

			background-color: #1F2459;

	background-image: url('/themes/custom/iwa/images/banner2.svg');
		background-repeat: no-repeat !important;
    background-size: 100% !important;
	background-position: top right ;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.sisbanner__title
{
	font-size: 50px;
	color: white;
	padding-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.sisbanner__content
{
	display: flex;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 0px;
	margin-left: 0px;

		flex-wrap: wrap;

}

.sisbanner__content iframe
{
	width: 100%;
	min-height: 360px;
	max-width: 600px;
}

.sisbanner__content__left
{
	font-size: 24px;
	color: white;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 38px;
	padding-right: 40px;
	padding-top: 30px;

}

.sisbanner__content__left p
{
	line-height: 45px;
}

.sislanding__tabs
{
	margin-bottom: 40px;
}

.sislanding__tabs_tab
{
	display: flex;
	flex-wrap: wrap;
}

.sislanding__tabs_tab-item
{
	cursor: hand;
	cursor: pointer;

}


.sislanding__tabs_tab-item:nth-child(1)
{
	padding-left: 0px;
}

.sislanding__tabs_tab-item:nth-child(4)
{
	padding-right: 0px;
}

.sislanding__tabs_tab-item__content.selected
{
	background: linear-gradient(0deg, rgba(0, 94, 110, 1), rgba(0, 94, 110, 1));
	background-size:cover;
}

.sislanding__tabs_tab-item__content
{
	background: linear-gradient(0deg, rgba(25, 29, 72, 1), rgba(25, 29, 72, 1));
	 background-size:cover;
}

.sislanding__tabs_tab-item__content-bg
{
	background: linear-gradient(0deg, rgba(25, 29, 72, 1), rgba(25, 29, 72, 1));
	 background-size:cover;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	border-radius: 5px;
}

.sislanding__tabs_tab-item__content-bg.selected
{
	background: linear-gradient(0deg, rgba(0, 94, 110, 1), rgba(0, 94, 110, 1));
	background-size:cover;
}

.sislanding__tabs_tab-item__content img
{
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.sislanding__tabs_tab-item .hidden
{
	display: none;
}

.sislanding__tabs_tab-item__content
{
	color: white;
	height: 250px;

	background-repeat: no-repeat !important;

	font-size: 24px;

	border-radius: 5px;
	z-index: 9;
}

.sislanding__tabs_tab-item__content-text
{
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	color: white;
	font-size: 24px;
	z-index: 10;
	font-weight: bold;
}

.sislanding__tabs_content-text-mobile
{
	padding: 20px;
}

.sislanding__tabs_content
{
	position: relative;
	margin-top: 60px;

	
}

.sisbackground-image {
    background-size: auto calc(100vh - calc(150px + 50px));
	position: absolute;
	width: 100%;
	height: 440px;
	margin-top: -300px;
}

.region-header
{
	position: relative;
	z-index: 10;
}

.region-banner
{
	position: relative;
	z-index: 3;

  -webkit-box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
  -moz-box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
  box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
}

.sismaincontent
{
	position: relative;
	z-index: 3;
}

.sislandingmiddle
{
	background: white;
	position: relative;
	margin-bottom: 40px;

  -webkit-box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
  -moz-box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
  box-shadow: 0px 20px 34px rgb(50 50 50 / 10%);
}

.sislandingmiddle::before
{
	position: absolute;
	width: 100%;
	height: 130px;
	background: #F4F4F4;
	content: "";
}

.siscontentsplitterbg
{
	position: absolute;
	width: 100%;
	height: 100px;
	background: yellow;
	z-index: 2;
}

.sislandingbottom
{

}

.sisdownloads__content
{
	display: flex;
	flex-wrap: wrap;
}

.sisdownloads__content-item
{
	flex: 3 1 auto;
	margin-bottom: 20px;
}

.sisdownloads__content-text
{
	margin-bottom: 50px;
}

.sisdownloads__content-item .card
{
	 -webkit-box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);
  -moz-box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);
  box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);

	height: 100%;

}

.region-sis-content
{
	 -webkit-box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);
  -moz-box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);
  box-shadow: 10px 10px 34px rgb(50 50 50 / 10%);
}

	.mobileonly
	{
		display: none;
	}

	.desktoponly
	{
		display: block;
	}

@media screen and (max-width: 1023px)
{
	.sislanding__tabs_tab-item:nth-child(1)
	{
		padding-left: 15px;
	}

	.sislanding__tabs_tab-item:nth-child(4)
	{
		padding-right: 15px;
	}


	.sislanding__tabs_tab-item, .sisdownloads__content-item
	{
		margin-top: 20px;
	}

	.sislanding__tabs_content-text img
	{
		width: 100%;
	}

	.sisbanner{
		background-image: none;

	}

	.sisbanner__content__right
	{
		padding-left: 0px;
		margin-top: 20px;
	}


	.sisbanner__title
	{
		font-size: 32px;
	}

	.mobileonly
	{
		display: block;
	}

	.desktoponly
	{
		display: none;
	}

	.sislanding__tabs_tab-item__content
	{
		height: 120px;
	}

	.sisbanner__content__left
	{
		font-size: 16px;
		padding-top: 10px;

	}

	.sisbanner__content__left p
	{
		line-height: 36px;
		margin-top: -20px;
	}

	p:last-child
	{
		margin-bottom: 10px;
	}


	.sisbanner__content iframe
	{
		min-height: 240px;
	}

	.sisdownloads__content-text
	{
		margin-bottom: 0px;
	}
}


@media screen and (max-width: 480px)
{


}