/* ---- FRONT-END ---- */
#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-title-container {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-title-container h2.rig-latest-news-title-button-title {
	margin: 0;
	line-height: 75px;
	font-weight: 300;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-title-container h2.rig-latest-news-title-button-title strong {
	font-weight: 600;
}


#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 75px;
	margin-left: auto;
	margin-bottom: 35px;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button {
	position: relative;
	display: inline-block;
	height: 75px;
	width: 75px;
	background-color: #FFA903;
	border-radius: 50%;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button:hover,
#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button:focus {
	box-shadow: none!important;
	border-bottom: 0 none;
}

#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('images/RIG - Arrow Right White.svg');
	background-position: center right 45%;
	background-repeat: no-repeat;
	background-size: auto 30px;
}




#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 60px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container {
	display: flex;
	flex: 0 0 calc( 30% - 40px);
	flex-direction: column;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container a {
	border-bottom: 0 none;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:hover {
	transform: scale( 1.05 );
	transition: all .2s ease-in-out;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type {
	flex: 0 0 calc( 40% - 40px);
	margin-top: 0;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container {
	position: relative;
	height: 0;
	padding-top: 65%;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container .rig-latest-news-all-items-single-item-image-date-date-container {
	position: absolute;
	top: 20px;
	right: 20px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container .rig-latest-news-all-items-single-item-image-date-date-container .rig-latest-news-all-items-single-item-image-date-date {
	font-family: 'Inter Tight', sans-serif;
	font-size: clamp( 14px, 0.97560vw, 16px );
	font-weight: 300;
	color: #001E53;
	height: 50px;
	line-height: 20px;
	padding: 15px 30px;
	background-color: #FFFFFF;
	border-radius: 20px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type .rig-latest-news-all-items-single-item-image-date-container img {
	border-radius: 30px 30px 0 0;
}



#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container {
	font-family: 'inter Tight', sans-serif;
	font-size: clamp( 14px, 0.97560vw, 16px );
	font-weight: 300px;
	color: #222222;
	padding: 30px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type .rig-latest-news-all-items-single-item-content-container {
	position: relative;
	height: 0;
	padding-bottom: 30%;
	background-color: #FAF5F0;
	border-radius: 0 0 30px 30px;
}

#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container h3.rig-latest-news-all-items-single-item-content-title {
	font-family: 'inter Tight', sans-serif;
	font-size: clamp( 20px, 1.46341vw, 24px );
	font-weight: 500px;
	color: #001E53;
	margin-bottom: 15px;
}






@media( max-width: 767px ) {
	/* ---- FRONT-END ---- */
	#rig-latest-news-wrapper {
		margin: 80px 0!important;
	}
	
	#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

			#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-title-container {
				display: flex;
				flex: 0 0 auto;
				flex-direction: column;
			}

			#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-title-container h2.rig-latest-news-title-button-title {
				margin: 0;
				line-height: 75px;
			}


	#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container {
		display: flex;
		flex-direction: row;
		flex: 0 0 75px;
		justify-content: flex-end;
		align-items: center;
		margin-left: auto;
		margin-bottom: 0;
	}

	#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button {
		position: relative;
		display: inline-block;
		height: 50px;
		width: 50px;
		background-color: #FFA903;
		border-radius: 50%;
	}

	#rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button::before {
		height: 100%;
		width: 100%;
		background-image: url('images/RIG - Arrow Right White.svg');
		background-position: center right 45%;
		background-repeat: no-repeat;
		background-size: auto 30px;

	}


	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper > #rig-latest-news-all-items-single-items-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap; 
		max-width: 100%;
		column-gap: 30px;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}

	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container {
		display: flex;
		flex: 0 1 calc( 90% - 15px );
		min-width: calc( 90% - 15px );
		flex-direction: column;
		margin-top: 0;
	}

	
	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type {
		display: flex;
		flex: 0 1 calc( 90% - 15px );
		min-width: calc( 90% - 15px );
		flex-direction: column;
		margin-top: 0;
	}

			#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container {
				position: relative;
				height: 0;
				padding-top: 65%;
			}

	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 30px 30px 0 0;
	}

			#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container .rig-latest-news-all-items-single-item-image-date-date-container {
				position: absolute;
				top: 20px;
				right: 20px;
			}

			#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-image-date-container .rig-latest-news-all-items-single-item-image-date-date-container .rig-latest-news-all-items-single-item-image-date-date {
				font-family: 'Inter Tight', sans-serif;
				font-size: clamp( 14px, 0.97560vw, 16px );
				font-weight: 300;
				color: #001E53;
				height: 50px;
				line-height: 20px;
				padding: 15px 30px;
				background-color: #FFFFFF;
				border-radius: 20px;
			}

			#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type .rig-latest-news-all-items-single-item-image-date-container img {
				border-radius: 30px 30px 0 0;
			}



	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container {
		font-family: 'inter Tight', sans-serif;
		font-size: clamp( 14px, 0.97560vw, 16px );
		font-weight: 300;
		color: #222222;
		padding: 30px;
		
	}
	
	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container {
		position: relative;
		height: 0;
		padding-bottom: 30%;
		background-color: #FAF5F0;
		border-radius: 0 0 30px 30px;
	}
	
	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type .rig-latest-news-all-items-single-item-content-container,#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container {
		padding-bottom: 40%;
	}
	
	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container .rig-latest-news-all-items-single-item-content-content-container {
		white-space: normal;
	}

	#rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container .rig-latest-news-all-items-single-item-content-container h3.rig-latest-news-all-items-single-item-content-title {
		font-family: 'inter Tight', sans-serif;
		font-size: clamp( 20px, 1.46341vw, 24px );
		font-weight: 500px;
		color: #001E53;
		margin-bottom: 15px;
		white-space: normal;
	}
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
	  #rig-latest-news-wrapper {
		  margin: 80px 0!important;
	  }
	  
	  #rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button {
			position: relative;
			display: inline-block;
			height: 50px;
			width: 50px;
			background-color: #FFA903;
			border-radius: 50%;
		}
	  
	  #rig-latest-news-wrapper #rig-latest-news-title-button-wrapper .rig-latest-news-title-button-button-container a.rig-latest-news-title-button-button::before {
			background-size: auto 20px;
		}
	  
	  #rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper {
		  column-gap: 30px;
	  }
	  
	  #rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type {
			flex: 0 0 calc(44% - 20px);
			margin-top: 0;
		}
	  
	  #rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container {
			display: flex;
			flex: 0 0 calc(28% - 20px);
			flex-direction: column;
			margin-top: 20px;
			transition: all .2s ease-in-out;
		}
	  
	  #rig-latest-news-wrapper #rig-latest-news-all-items-wrapper #rig-latest-news-all-items-single-items-wrapper .rig-latest-news-all-items-single-item-container:first-of-type .rig-latest-news-all-items-single-item-content-container {
		  padding-bottom: 40%;
	  }

}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: landscape) {
	  #rig-latest-news-wrapper {
		  margin-bottom: 140px!important;
	  }
}



/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}