
.firstbanner{
	position:relative;
	margin-top:6px;
 	height:300px;
	display:flex;
	background-color:#1D2731;
	background-image: url('/Assets/horizontal-menu/assets/Lt-Gv-HeroImage.jpg');
	background-repeat: no-repeat;
	background-position: center;
	float:left:
}
.ltghero{
	width:960px;
	height:300px;
	margin: auto;
}
.ltghero .toptext{
	width:500px;
	margin:60px 0 0 30px;
	padding:12px;
	background-color:#6a041d;
	color:#FFFFFF;
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	line-height:42px;
	font-weight:900;
	text-decoration:none;
	color:#FFFFFF;
}
.ltghero .bottomtext{
	margin:0 0 0 42px;
	width:450px;
	color:#FFFFFF;
	font-family: 'Roboto Slab', serif;
	font-size: 34px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.Seperator{
	display:flex;
	width:100%;
	height:38px;
	background-color:#328cc1;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
}
.Seperator-Text{
	color:#FFFFFF;
	text-align:center;
	font-family: 'Roboto Slab', serif;
	font-size: 30px !important;
	font-weight:bold;
	width:100%;
	text-transform: uppercase;
	line-height:36px;
}

.RecentNewsMain{
	display:flex;
	width:100%;
	height:270px;
	position:relative;

}
.RecentNews{
	margin: auto;
	width:100%;
	max-width:935px;

}
.RecentNews p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height:20px;
	padding-right:24px;
}
.RecentNews img{
	margin:16px;
	float:left;
	display: flex;
  	justify-content: center;
  	align-self: center;
  	max-width:300px;
	max-height:250px;
  
}
.RecentNews h3{
	color:#6a041d;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
  	font-size: 20px;
  	font-weight:bold;
	line-height:24px;
	padding-right:24px;
}

.RecentNews .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  /* font-family: Arial; */
  color: #328cc1;
  background: #ffffff;
  /* margin: 10px 20px 10px 20px; */
  border: solid #328cc1 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  font-size: 16px;
  width:115px;
  height:42px;
  padding:0;
}

.RecentNews .btn:hover {
  color:#FFFFFF;
  background: #328cc1;
  text-decoration: none;
}
 
.NewsFeed-iFrame iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.NewsFeed-iFrame {
  		position: relative;
  		height: 0;
  		overflow: hidden;
	}
@media screen and (min-width: 1280px){
	.NewsFeed-iFrame {
  		padding-bottom: 25.25%;
	}
}
@media screen and (min-width: 950px) and (max-width: 1279px){
	.NewsFeed-iFrame {
  		padding-bottom: 29.25%;
	}
}
@media screen and (min-width:749px) and (max-width: 949px){
	.NewsFeed-iFrame {
  		padding-bottom: 38.25%;
	}
}

@media screen and (max-width: 750px){
	.firstbanner{
		height:200px;
		background-image: url('/Assets/horizontal-menu/assets/Lt-Gv-HeroImage-small.jpg');
	}
	.ltghero .toptext{
		width:260px;
		margin:30px 0 0 10px;
		padding:6px;
		font-size: 22px;
		line-height:22px;
		font-weight:900;
	}
	.ltghero .bottomtext{
		width:280px;
		margin:6px 0 0 16px;
		font-size: 18px;
	}
	.RecentNews .RecentNewsButton{
		text-align:center;
	}
	.RecentNews img{
		float:none;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	.RecentNews h3{
		margin-left:24px;
	}
	.RecentNews p{
		margin-left:24px;
	}
	.NewsFeed-iFrame {
  		padding-bottom: 75%;
	}
}

@media screen and (max-width: 650px){
	.NewsFeed-iFrame {
  		height:650px;
		padding-bottom:4px;
	}
}

@media screen and (max-width: 420px){
	.ltghero .toptext{
		margin:5px 0 0 5px;
		padding:6px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.HomePageAgencyMenu{
   		margin-right:20px !important;
   }
}
