

#homeCarousel::after {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
    linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
    linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
    linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
    linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
    linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 
    linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
    linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
    linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%)
    } 
	.home .newsAndFeatures {
		position:relative;
	  }
	  
    
    #sectionBanner {
      overflow: hidden;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      height: 350px;
      position: relative; }
    
    #sectionBannerImage {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -540px;
      z-index: 1; }
    
    #sectionBannerTitle {
      padding-top: 70px; }
    
    #sectionBanner h3, #sectionBannerContent {
      float: right;
      clear: right;
      position: relative;
      z-index: 2; }
    
    #sectionBanner h3 {
      background-color: #0e2b63;
      color: #fff;
      padding: 6px 2.78% 6px 12px;
      margin: 0;
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
    
    #sectionBannerContent {
      background-color: #ffbb00;
      padding: 12px 2.78% 0 12px;
      width: 420px;
      text-align: right;
      opacity: 0.95;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); }
    
    #sectionBannerContent p {
      font-size: 0.9em;
      font-weight: bold;
      color: #222; }
    
    #sectionBannerSimple {
      overflow: hidden;
      height: 125px;
      position: relative; }
      
     #sectionBannerSimple #sectionBannerImage{
          margin-left:-50%;
        min-width:100%;
    }
    
     #sectionBannerSimple #sectionBannerImage img{
          min-width:100%;
     }
    
    #sectionBannerSimple h3 {
      position: absolute;
      z-index: 2;
      left: 2.7777778%;
      top: 34px;
      background-color: #ffbb00;
      padding: 6px 12px;
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
      
    #sectionBannerFunctional {
      overflow: hidden;
      position: relative; }
      
    
    #sectionBannerFunctional h3 {
      position: absolute;
      z-index: 2;
      left: 5.97%;
      top: 34px;
      background-color: #ffffff;
      padding: 6px 12px;
      font-weight:bold;
      }
  

#homeFeature {
    position: relative; 
  
  
  
  
  
  
  
   
    overflow: hidden;
    height: 650px; 
    width:100%; 
    position:relative;
    background: #FFFFFF url(../imgs/loading.gif) center center no-repeat; 
    }
  
  #homeFeatureInner {
    margin: 223px 7.5% 0 5%;
    float: right; }
  
   
  #homeFeature .homeFeatureImage {
      position: absolute;
      top: -35px;
      bottom: 0;
      margin: auto;
      display: table;
      left: 50%;
      width: 100%;
    }
    
  #homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage video{
      display: block;
      position: relative;
      right: 50%;
      min-width:100%;
  }
  
  
  #homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage span {
    filter: inherit; }
   
  
  
  
  
  
  #homeFeature .currentHomeFeatureImage {
    display: block; }
  
  #homeFeature .homeFeatureItem {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 12px;
    width: 400px; }
  
  
    
  
  
  
  
  
  
  
  
  
  
  
  #homeFeature .homeFeatureItemDetail {
    display: block; 
    bottom: 20%;
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align:center;  
  }
    
   #homeFeature .homeFeatureItemDetail h4{
      font-family: Aeroport, Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 5.3em;
      line-height : 0.95em;
      color: #ffffff;
      margin-bottom: 0.73em;
   }
   
   
    #homeFeature .homeFeatureItemLink{
        display:inline-block;
        padding: 12px 48px 12px 20px;
        background-color: #fff;
        color: #0e2b63;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        position: relative;
        box-shadow: 4px 4px 2px -2px rgba(0,0,0,0.4);
    }
    
   #homeFeature .homeFeatureItemLink a {
      text-decoration:none;
      color: #0e2b63;	
   }
    
    #homeFeature .homeFeatureItemLink i{
        position:absolute;
        font-size:24px;
        top: 14px;
        right: 10px;
        padding: 0;
        color: #0e2b63;
    }	  
   
   #homeFeature .homeFeatureItemDetail p{
       color: #ffffff;
       font-size: 14.8px ;
       line-height: 26px;
       max-width: 400px;
       font-weight: bold;
       margin-bottom: 16px;
   }
   
   #homeFeature .homeFeatureItemDetail.homeFeatureFontDark p,#homeFeature .homeFeatureItemDetail.homeFeatureFontDark h4{
       color: #0e2b63;
    }
   
   #homeFeature .withinContainer{
      position: relative; 
      height: 650px;
  }
  
  #homeFeature .homeFeatureImage img.imgNoVideo{
      display:none;
  } 

  #homeFeature .homeFeatureItemContent p.noBG {
	padding:0;
	margin:0;
	background-color: inherit;
  }
  
  #homeFeature .homeFeatureItemContent p.noBG  span{
	padding: 3px 12px;
	line-height: 1.5em;
	background-color: #0e2b63;
  }


  

 .homeVideoFeature{
	position: relative;
    overflow: hidden;
    height: 40.625%;
    background: #FFFFFF url(../imgs/loading.gif) center center no-repeat;
	width:100%
 }
 
 .js .homeVideoFeature{
	 cursor: pointer;
 }
 
 	.homeVideoFeature .withinContainer{
		position:relative;
		height:auto;
		padding-bottom: 40.625%;
	}
	
	@media only screen and (min-width: 1600px){
		 .homeVideoFeature{
			 height: 650px;
		 }
		.homeVideoFeature .withinContainer{
			padding-bottom: 650px;
		}
	}
 
  .homeVideoFeature .homeFeatureImage{
	width:100%;
	overflow:hidden;
	background: #00b1eb;
	position: absolute;
	top: 0;
	right: 0;
  }
  
  .homeVideoFeature .homeFeatureImage img{
	display: block;
    position: relative;
    float:right;
	width:100%;
    max-width: 1600px;
  }
  
  .homeVideoFeature .homeFeatureItemDetail{
	display: block;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    
	margin-left: 5.97% ;
    max-width: 460px;
	
    z-index: 2;
	
	
  }
  
  .homeVideoFeature .homeFeatureItemDetail h4{
	font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
  }
  
  #pageContent .homeVideoFeature .homeFeatureItemDetail p {
	  display:inline-block;
	  padding: 10px 42px 9px 15px;
	  background-color: #fff;
	  color: #0e2b63;
	  font-size: 14.8px ;
	  line-height: 26px;
	  font-weight: bold;
	  position: relative;
	  transition: background 0.5s, color 0.5s;
  }
  #pageContent .homeVideoFeature .homeFeatureItemDetail em {
	  display:inline-block;
  }
  
  #pageContent .homeVideoFeature .homeFeatureItemDetail p a{
	  	  color: #0e2b63;
  }
  
  
   #pageContent .homeVideoFeature .homeFeatureItemDetail i{
	   	 position:absolute;
	  font-size:26px;
	  top: 12px;
	  right: 10px;
	  left: auto;
	  padding: 0;
	  color: #0e2b63;
   }
   
   #pageContent .homeVideoFeature .homeFeatureItemDetail p:hover a,
   #pageContent .homeVideoFeature .homeFeatureItemDetail p:hover i{
	   color:#fff;
   }
 

   
#landingFeature {
  position: relative;
  overflow: hidden;
  height: 420px;
  width: 100%;
  background: #FFFFFF url(../imgs/loading.gif) center center no-repeat; }
  
 #landingFeature.resourceLandingFeature, #sectionBannerFunctional {
	 height: 300px;
 }

#landingFeatureInner {
  margin: 223px 7.5% 0 5%;
  float: right; }

#landingFeature .landingFeatureImage, #sectionBannerFunctional #sectionBannerImage {
      position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    left: 50%;
	width: 100%;
	}
	
#landingFeature .landingFeatureImage img, #sectionBannerFunctional #sectionBannerImage img{
    display: block;
    position: relative;
    right: 50%;
	min-width:100%;
}

#landingFeature .landingFeatureImage img, #landingFeature .landingFeatureImage span, #sectionBannerFunctional #sectionBannerImage {
  filter: inherit; }

#landingFeature .currentlandingFeatureImage {
  display: block; }

#landingFeature .landingFeatureItem {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 12px;
  width: 400px; }

#landingFeature .landingFeatureItemDetail {
  display: block; 
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  margin-left: 5.97% ;
  z-index: 2;  }
  
 #landingFeature .landingFeatureItemDetail h3{
	font-family: Aeroport, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 5.3em;
	line-height : 0.95em;
	color: #ffffff;
	margin-bottom: 0.73em;
    letter-spacing: -0.04em;
	
 }
 
  #landingFeature .landingFeatureItemLink{
	  display:inline-block;
	  padding: 12px 48px 12px 20px;
	  background-color: #ffffff;
	  color: #0e2b63;
	  font-size: 20px ;
	  line-height: 26px;
	  font-weight: bold;
	  position: relative;
	  transition: background 0.5s, color 0.5s;
  }
  
  #landingFeature .landingFeatureItemLink i{
	  position:absolute;
	  font-size:26px;
	  top: 15px;
	  right: 12px;
	  padding: 0;
	  color: #0e2b63;
  }	  
  
  #landingFeature .landingFeatureItemLink:hover{
	  background-color: rgba(255, 255, 255, 0.75);
	  
  }
  #landingFeature .landingFeatureItemLink:hover a{
	  	  
		  
  }
  
  #landingFeature .landingFeatureItemLink:hover i{
	   
  }
 
#landingFeature .landingFeatureItemDetail.landingFeatureFontDark h3{
	color: #0e2b63;
}

#pageContent p.landingStandfirst {
	text-align: center;
	color: #0e2b63;
	font-size: 1.0em;
	font-family: Aeroport, Arial, Helvetica, sans-serif;
	font-weight: bold;
	max-width: 650px;
	margin: 2em auto 0 auto;
}

 #landingFeature .withinContainer{
	position: relative;
	height: 420px;
}


 #landingFeature.resourceLandingFeature .withinContainer{
	 height: 300px;
 }
 







@media only screen and (min-width: 2040px){
	
	#homeFeature .homeFeatureImage{
		top:auto;
		bottom:-90px;
	}
} 
 



@media only screen and (min-width: 984px) and (max-width: 1199px) {

	#homeFeature {
		height:487.5px;
	}
  .homeVideoFeature .homeFeatureImage img{
			min-width:auto;
	}
	 #homeFeature .withinContainer{
		height:487.5px;
	 }		
	#homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage video{
		height:487.5px;
		min-width:none;
	}
	#landingFeature {
		height:330px;
	}
	 #landingFeature .withinContainer{
		height:330px;
	 }		
	#landingFeature .landingFeatureImage img{
		height:330px;
		min-width:none;
	}
	#landingFeature.resourceLandingFeature, #sectionBannerFunctional {
		height:235.71px;
	}
	 #landingFeature #sectionBannerFunctional .withinContainer{
		height:235.71px;
	 }		
	#landingFeature #sectionBannerImage img{
		height:235.71px;
	}

  #homeFeature .homeFeatureItemDetail h4 {
		font-size:4.5em;
		margin-bottom:0.4em;		
	}
	
	#homeFeature .homeFeatureImage {
		top:0;
	}

 
	#landingFeature .landingFeatureItemDetail h3 {
		font-size:4.5em;
		margin-bottom:0.4em;
	}
	
   
#pageContent .twinsv6 .contentSpotText h4 
{
    font-size:1.4em;
    padding:0;
}

#pageContent .tripletsv6 .contentSpotText h4	{
    font-size:1.1em;
    padding:0;
}

 
}



@media only screen and (min-width: 760px) and (max-width: 983px) {

  #sectionBannerTitle {
    padding-top: 60px; }

  #sectionBannerSimple h3, #sectionBannerFunctional h3 {
    left: 3.75%; } 
	#homeFeature {
		height:399.3px;
	}
	#homeFeature .withinContainer{
		height:399.3px;
	}		
	#homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage video{
		height:399.3px;
		min-width:none;
	}
  .homeVideoFeature .homeFeatureImage img{
		min-width:auto;
	}
	 .homeVideoFeature .homeFeatureItemDetail h4{
		font-size: 3em;
		line-height : 0.95em;
		margin-bottom: 0.73em;
	 }	
   #landingFeature {
		height:270.3px;
	}
	#landingFeature .withinContainer{
		height:270.3px;
	}		
	#landingFeature .landingFeatureImage img{
		height:270.3px;
		min-width:none;
	}
	#landingFeature.resourceLandingFeature, #sectionBannerFunctional {
		height:193.07px;
	}
	#landingFeature #sectionBannerFunctional .withinContainer{
		height:193.07px;
	}		
	#landingFeature #sectionBannerImage img{
		height:193.07px;
	}

  
	#homeFeature .homeFeatureItemDetail h4 {
		font-size:3.5em;
		margin-bottom:0.2em;		
	}
	
	#homeFeature .homeFeatureItemDetail	{
		bottom:20%;
	}

	#homeFeature .homeFeatureItemDetail p {	
		line-height:22px;
	}
	
	#homeFeature .homeFeatureImage {
		top:0;
	}
	
	.homeVideoFeature .homeFeatureItemDetail	 {
		max-width:265px;
	}
	
	.homeVideoFeature .homeFeatureItemDetail h4 {
		font-size:2em;
	}
	 
	#landingFeature .landingFeatureItemDetail h3 {
		font-size:3.5em;
		margin-bottom:0.4em;
	}
	

} 


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

#sectionBanner {
  font-size: 0.9em; }

#sectionBannerSimple h3 {
  left: 0;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 6px 2.5%;
  font-size: 1.8em;
}
#sectionBanner {
  font-size: 0.9em; }

#sectionBannerSimple h3 {
  left: 0;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 6px 2.5%;
  font-size: 1.8em; }

} 



@media only screen and (max-width: 983px) {
  #sectionBanner, #sectionBannerSimple {
    border-radius: 0;
  }
} 

   
@media only screen and (min-width: 520px) and (max-width: 759px) {

  #sectionBanner {
    height: 246px; }

  #sectionBanner #sectionBannerImage {
    margin-left: -379px; }

  #sectionBannerContent {
    width: 350px; }

  #sectionBannerTitle {
    padding-top: 40px; } 
	
  #sectionBannerFunctional h3 {
    left: 2.5%; 
	}	

	#homeFeature {
		height:308.3px;
	}
	#homeFeature .withinContainer{
		height:308.3px;
	}		
	#homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage video{
		height:308.3px;
		min-width:none;
	}
	#homeFeature .homeFeatureItemDetail h4{
		font-size:3em;
		margin-bottom: 0.3em;
	}
  .homeVideoFeature .homeFeatureImage img{
		min-width:auto;
	}
	.homeVideoFeature .homeFeatureItemDetail{
		max-width:300px;
	}
	.homeVideoFeature .homeFeatureItemDetail h4{
		font-size:2.2em;
		line-height : 0.95em;
		margin-bottom: 0.7em;
	}
  #landingFeature {
		height:208.7px;
	}
	#landingFeature .withinContainer{
		height:208.7px;
	}		
	#landingFeature .landingFeatureImage img{
		height:208.7px;
		min-width:none;
	}
	#landingFeature .landingFeatureItemDetail{
		max-width:300px;
	}
	#landingFeature .landingFeatureItemDetail h3{
		font-size:3em;
	}
	#landingFeature.resourceLandingFeature, #sectionBannerFunctional {
		height:149.07px;
	}
	#landingFeature #sectionBannerFunctional .withinContainer{
		height:149.07px;
	}		
	#landingFeature #sectionBannerImage img{
		height:149.07px;
	}

  #homeFeature .homeFeatureItemDetail h4 {
		font-size:3.0em;
		margin-bottom:0.2em;		
	}
	
	#homeFeature .homeFeatureItemDetail	{
		bottom:25%;
	}

	#homeFeature .homeFeatureItemDetail p {	
		line-height:22px;
		font-size:12.5px;
	}
	
	.homeVideoFeature .homeFeatureItemDetail	 {
		max-width:265px;
	}
	
	.homeVideoFeature .homeFeatureItemDetail h4 {
		font-size:1.5em;
		line-height:1em;
	}

}    


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

  #sectionBanner {
    height: auto; }

  #sectionBanner #sectionBannerImage {
    position: relative;
    top: auto;
    left: auto;
    margin: 0; }

  #sectionBanner #sectionBannerImage img {
    max-width: 100%;
    height: auto !important; }

  .ie #sectionBanner #sectionBannerImage img {
    width: 100%;
    height: auto !important; }

  #sectionBannerTitle {
    position: relative;
    padding-top: 0; }

  #sectionBanner h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0; }

  #sectionBannerContent {
    width: auto; } 
	
  #sectionBannerFunctional h3 {
    left: 2.5%; 
	top: 15%;
    padding: 2px 12px;
	font-size:1.6em;
	}		

	#homeFeature {
		height:auto;
		overflow:inherit;
		background:inherit;
	}
	#homeFeature .withinContainer{
		height:auto;
		margin-top: 30px;
	}	
	#homeFeature .homeFeatureImage{
		position:relative;
		top:auto;
		bottom:auto;
		margin:0;
		left:auto
	}
	#homeFeature .homeFeatureImage img, #homeFeature .homeFeatureImage video{
		height:auto;
		width:100%;
		right:auto
	}
	#homeFeature .homeFeatureItemDetail{
		position:relative;
		top:auto;
		transform:none;
		margin-bottom:1em;
		padding-bottom:1em;
		margin-left:2.5%;
		background:none;
	}
	#homeFeature .homeFeatureItemDetail h4{
		font-size: 2.47em;
		padding: 4px 23px;
		opacity: 1;
		font-weight: normal;
		color: #ffffff!important;
		background-color: #0e2b63;
		margin: 0;
		float: left;
	}
	#homeFeature .homeFeatureItemDetail p{
	    padding: 0;
		margin: 22px 0 18px 0;
		float: left;
		font-size: 14.8px ;
		width: 95%;
		line-height: 26px;
		color:inherit;
	}
	
	#homeFeature .homeFeatureImage video{
		display:none;
	}
	#homeFeature .homeFeatureImage img.imgNoVideo{
		display:block;
	}

  .homeVideoFeature {
		height:auto;
		overflow:inherit;
		background:inherit;
		min-height:none;
	}
	.homeVideoFeature .withinContainer{
		height:auto;
		padding-bottom: 0;
	}
	.homeVideoFeature .homeFeatureImage{
		position:relative;
		top:auto;
		bottom:auto;
		margin:0;
		left:auto;
	}
	.homeVideoFeature .homeFeatureImage img{
		height:auto;
		width:200%;
		right:auto;
	}
	

	
	.homeVideoFeature .quoteCaption{
		color: #333333;
	}
	

	

	
	.homeVideoFeature .homeFeatureItemDetail{
		position:relative;
		top:auto;
		transform:none;
		padding:0;
		margin: 0 2.5% 0 2.5%;
		background:none;
		max-width:none;
	}
	.homeVideoFeature .homeFeatureItemDetail h4{
		font-size: 2em!important;
		line-height:inherit!important;
		padding: 4px 23px;
		opacity: 1;
		font-weight: normal;
		color: #ffffff;
		background-color: #0e2b63;
		margin: 0!important;
		float: left;
	}
	
	
	
	#pageContent .homeVideoFeature .homeFeatureItemDetail p{
		margin: 0!important;
		font-size: 14.8px!important ;
		width: auto;
		line-height: 26px;
		color:inherit;
		background-color: #0e2b63;
	}
	
	.quoteCaption {
		margin-bottom: 10px;
	}
	
	#pageContent .homeVideoFeature .homeFeatureItemDetail p a{
		color:#ffffff;
	}
	
	#pageContent .homeVideoFeature .homeFeatureItemDetail p i{
		color:#ffffff;
	}

  #landingFeature {
		height:auto;
		overflow:inherit;
		background:inherit;
	}
	#landingFeature .withinContainer{
		height:auto;
	}	
	#landingFeature .landingFeatureImage{
		position:relative;
		top:auto; 
		bottom:auto; 
		margin:0;
		left:auto
	}
	#landingFeature .landingFeatureImage img{
		height:auto;
		width:100%;
		right:auto
	}
	#landingFeature .landingFeatureItemDetail{
		position:relative;
		top:auto;
		transform:none;
		margin-bottom:1em;
		padding-bottom:1em;
		margin-left:2.5%;
		background:none;
	}
	#landingFeature .landingFeatureItemDetail h3{
		font-size: 2.47em;
		padding: 4px 23px;
		opacity: 1;
		font-weight: bold;
		color: #ffffff!important;
		background-color: #0e2b63;
		margin: 0;
		float: left;
		letter-spacing: -3px;
	}
	
	#landingFeature .landingFeatureItemLink {
		background-color:#0e2b63;
	}
	
	#landingFeature .landingFeatureItemLink:hover {
		background-color:#004f9f;
	}
	
	#landingFeature .landingFeatureItemLink a,
	#landingFeature .landingFeatureItemLink i {
		color:#fff;	
	}
	
	#landingFeature .landingFeatureItemDetail p{
	    padding: 0;
		margin: 22px 0 18px 0;
		float: left;
		font-size: 14.8px ;
		width: 95%;
		line-height: 26px;
		color:inherit;
	}

  
.homeVideoFeature .homeFeatureItemDetail, .twinsv6 .contentSpot, .tripletsv6 .contentSpot { 
    *zoom: 1;
	border-bottom:5px solid #dddddd;
	padding-bottom:20px;
	}
	
	#homeFeature .homeFeatureItemDetail {
	margin-left:0;
	}
	
	#homeFeature .homeFeatureItemLink {
		background-color:#004f9f;
		color:#fff;
		box-shadow:none;
	}
	
	#homeFeature .homeFeatureItemLink a,
	#homeFeature .homeFeatureItemLink i {
		color:#fff;	
	}
	
	#homeFeature .homeFeatureItemDetail p {
	margin:0 0 20px 0;
	padding:0 10%;
	max-width:100%;
	width:80%;
	}
	
	#newsStrip .primaryContent .linkLine {
	clear:both;
	}

  .homeVideoFeature .homeFeatureItemDetail h4 ,
	#homeFeature .homeFeatureItemDetail.homeFeatureFontDark h4,
	#landingFeature .landingFeatureItemDetail.landingFeatureFontDark h3,
	#landingFeature .landingFeatureItemDetail h3 {
	float:none;
	background-color:transparent;
	color:#0e2b63 !important;
	padding:20px;
	} 
	

	
	#landingFeature .landingFeatureItemDetail {
	margin-left:0;
	} 
	
	.homeVideoFeature .homeFeatureItemDetail h4 {
	font-size:2.0em;
	line-height:40px;
	}
	
	.homeVideoFeature .homeFeatureItemDetail h4,
	.homeFeatureItemDetail,
	.homeFeature .homeFeatureItemDetail p,
	#pageContent .homeVideoFeature .homeFeatureItemDetail p,
	.homeFeature .withinContainer,
	.landingFeature .withinContainer,
	#pageContent .twinsv6 .contentSpotText,
	#pageContent .tripletsv6 .contentSpotText	{
	margin:0;
	text-align:center;
	}
	
}    

