/* Home page */
body#home .container {padding-top:0;}
#home #content{
	width:auto;
	padding: 0;
}
#home h1{
	margin:0;
	padding:0;
}

/* -- Hero Feature -- */
#home .hero-feature {
	min-height:416px;
	background: no-repeat center/cover url('../images/home/homepage-hero.jpg');
	background:-webkit-gradient(to right, rgba(248,243,242,1) 0%,rgba(248,243,242,0) 70%), no-repeat center/cover url('../images/home/homepage-hero.jpg');
	background:-webkit-linear-gradient(to right, rgba(248,243,242,1) 0%,rgba(248,243,242,0) 70%), no-repeat center/cover url('../images/home/homepage-hero.jpg');
	background:-moz-linear-gradient(to right, rgba(248,243,242,1) 0%,rgba(248,243,242,0) 70%), no-repeat center/cover url('../images/home/homepage-hero.jpg');
	background:-o-linear-gradient(to right, rgba(248,243,242,1) 0%,rgba(248,243,242,0) 70%), no-repeat center/cover url('../images/home/homepage-hero.jpg');
	background:linear-gradient(to right, rgba(248,243,242,1) 0%,rgba(248,243,242,0) 70%), no-repeat center/cover url('../images/home/homepage-hero.jpg');
}
#home .hero-feature .container {
	overflow: hidden;
}
#home .hero-feature p {
	font-size: 1.5rem;
	font-weight: 400;
}

#home #news .links {clear:both;text-align:center;padding:20px;}
#home #news .links a:hover {text-decoration:underline;}
#home .hero-banner {
    float:left;
    width:50%;
	margin:60px 20px 60px 0;
	padding:0;
}
#home .hero-banner .topics-buttons {
	font-size:129%;
    line-height:1.4em;

}
#home .hero-banner .summary{
	font-size:80%;
	line-height:1.33;
	padding-bottom:10px;
	margin:0;
}
#home .hero-banner .popular-topics {
	display:inline-block;
	width: 105%;
	list-style: none;
}

#home .hero-banner .popular-topics ul {
	list-style-type: none;
	margin: 0;
}

#home .hero-banner .popular-topics h2 {
	color:#000;
	font-size: 1.5rem;
	font-weight:500;
	margin-top:0;
	padding:10px 0 20px;
	line-height:0.9em;
	position: relative;
}
#home .hero-banner .popular-topics .topics-buttons {
	float:left;
	text-align:left;
	margin:0 5px 8px 3px;
}
#home .hero-banner .popular-topics .topics-buttons a {
	float:left;
	font-size:70%;
	color:#fff;
	background-color:#272a67;
	border:none;
	text-align:left;
	text-decoration:none!important;
	padding:.4em 16px .4em 16px;
	display:block;
	border-radius:28px;
	width:auto;
}
#home .hero-banner .popular-topics .topics-buttons a:hover,
#home .hero-banner .popular-topics .topics-buttons a:focus,
#home .hero-banner .popular-topics .topics-buttons a:active {
	background-color: #0083ca;
	border:none;
	text-decoration: none!important;
}

/* -- Latest updates -- */
.wi-latest-updates {
	padding: 40px 0;
  	margin: 0;
}
.wi-latest-updates h2 {
  margin-top: 0;
}
.wi-latest-updates .wi-update {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.wi-latest-updates h3 {
  order: 2;
  margin: 0;
  font-weight: 700;
}
.wi-latest-updates .wi-update-date {
  order: 1;
  color: #272a67;
  font-weight: 700;
}
.wi-latest-updates .wi-update-content {
  order: 3;
}
.wi-update-content p {
  margin: 0 0 5px 0;
}
.wi-update-content ul,
.wi-update-content ol {
  padding-left: 40px;
}

/* -- Promotional buttons -- */
.wi-news-tiles {
	padding: 50px 0;
}
.wi-news-tiles .news-grid {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
	padding: 30px 0;
}
.wi-news-tiles h3 {
	display: block;
	color: #005987;
	margin: 0 0 8px;
	padding:0;
	line-height:1.7em;
  text-decoration: inherit;
}
.wi-news-tiles .wi-update-date {
	color: #272a67;
	font-weight: 700;
	margin: 0 0 8px 0;
	display: block;
}
.wi-news-tiles p {
	color:#000;
	font-size:100%;
	margin:-5px 0 0 0;
	padding:0;
}
.wi-news-tiles .feature {
	padding: 20px 0;
	border-top: 4px solid #272a67;
    border-bottom: 4px solid #272a67;
}
.wi-news-tiles .feature:hover h3 {
    text-decoration: underline;
}
.wi-news-tiles a.feature {
	text-decoration:none;
}
.wi-news-tiles a:hover,
.wi-news-tiles a:focus {
	cursor: pointer;
}
.wi-news-tiles .links {
	text-align: center;
}
.wi-news-tiles .links a {
	font-size: 1.2rem;
  font-weight: 500;
}

/* Feature Tiles */
.wi-feature-tiles {
	background: #F4F4F4;
    padding: 50px 0;
}

.wi-feature-tiles #story{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	padding: 30px 0;
}
.wi-feature-tiles .story {
	background: #fff;
	position: relative;
}
.wi-feature-tiles .story::before {
	content: '';
	position: absolute;
	width: 0px;
	left: 0;
	bottom: 0;
	top: 0;
	background: #272a67;
}
.wi-feature-tiles .story:hover::before,
.wi-feature-tiles .story:focus-within::before {
  width: 14px;
}
.wi-feature-tiles a {
  display: block;
  padding: 20px 30px;
}
.wi-feature-tiles a,
.wi-feature-tiles a:hover,
.wi-feature-tiles a:focus {
	text-decoration: none !important;
}

.wi-feature-tiles .story-text h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.wi-feature-tiles .story-text h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 4px;
    width: 30px;
    background: #0083ca;
    -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
    transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wi-feature-tiles .story-text h3::after {
    transition: none;
  }
}
.wi-feature-tiles .story:hover h3::after {
  width: 100%;
}
.wi-feature-tiles .story-text {
	padding: 20px 30px;
}
.wi-feature-tiles .story-text p{
	line-height: 1.3em;
	color: #000;
	margin-top: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS */
	.wi-feature-tiles #story{
		display: -ms-grid;
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	}
	.wi-feature-tiles .story:nth-child(3n + 2) {
		-ms-grid-column: 3;
	}
	.wi-feature-tiles .story:nth-child(3n + 3) {
		-ms-grid-column: 5;
	}
	.wi-feature-tiles .story:nth-child(1n + 4) {
		-ms-grid-row: 2;
		margin-top: 20px;
	}
	.wi-feature-tiles .story:nth-child(1n + 7) {
		-ms-grid-row: 3;
		margin-top: 20px;
	}

	.wi-news-tiles .news-grid {
		display: -ms-grid;
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
		padding-bottom: 30px;
	}

	.wi-news-tiles .feature:nth-child(3n + 2) {
		-ms-grid-column: 3;
	}
	.wi-news-tiles .feature:nth-child(3n + 3) {
		-ms-grid-column: 5;
	}

	.wi-news-tiles .feature {
		display: block;
	}

	.wi-news-tiles .feature:hover::before,
	.wi-news-tiles .feature:focus::before {
		width: 4px;
	}
 }
