@font-face {
	font-family: "Proxima-Nova";
	src: url(../fonts/proxima_nova.woff2);
}
@font-face {
	font-family: "Proxima-Nova Bold";
	src: url(../fonts/proxima_nova_bold.woff2);
}
@font-face {
	font-family: "Proxima-Nova Light";
	src: url(../fonts/proxima_nova_light.woff2);
}
@font-face {
	font-family: "Proxima-Nova ExtraCondensed";
	src: url(../fonts/proxima_nova_extracodensed.woff2);
}
body {
	font-family: 'Proxima-Nova',sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
* {
  transition: all ease .5s;
}
.logo_header {
	background: #1a3662;
	margin-bottom: 2em;
}
.logo_header svg {
	width: 150px;
	margin: .5em 0;
}
a {
	color: #117EC1;
	text-decoration: none;
}
a:hover {
	color: #E35207;
}
.page_header {
	color: #4d4d4d;
}
.wd_toolbar, .wd_item_search_form_container, .wd_asset_type_link_list {
	display: none;
}
.wd_newsfeed_releases .wd_item {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
.wd_item .wd_date {
	color: #4d4d4d;
}
/* Newsfeed Releases */
.wd_pageid_2429 #wd_printable_content h2 {
	font-size: 2.3em;
    font-weight: 800;
    color: #063369;
    margin: 0 0 12px;
}

.wd_pageid_2429 #wd_printable_content > p {
	font-size: 18px;
}

.news-feed-intro {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    color: #031F41;
}

div.wd_newsfeed_releases ul.wd_layout-simple {
	display:flex;
	flex-wrap:wrap;
	margin: 0 -15px;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail img {
	/*width: 100%;
	height: 100%;*/
}

.wd_newsfeed_releases .wd_item .wd_thumbnail {
	float: none;
	margin: 0 -15px;
	position: relative;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail a {
    height: 0;
    padding-bottom: 63%;
    position: relative;
    overflow: hidden;
    display: block;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 200%;
}

.wd_newsfeed_releases .wd_item.has-thumbnail .wd_date {
	color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 6px 5px;
	background: #FC5B08;
	font-size: 12px;
	text-align: center;
}

.wd_newsfeed_releases .wd_item .wd_date {
    	color: #fff;
	position: absolute;
	bottom: inherit;
	left: 0;
	padding: 6px 5px;
	background: #FC5B08;
	font-size: 12px;
	text-align: center;
	text-transform: none;
	font-weight: 400;
}
.wd_newsfeed_releases .has-thumbnail .wd_item_wrapper {
	margin-left: 0;
	margin-top: 15px;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.wd_newsfeed_releases .wd_item_wrapper {
        margin-left: 0;
        margin-top: 25px;
        display: flex;
    flex-direction: column;
    height: 100%;
}
.wd_newsfeed_releases .wd_item_wrapper a.read-more {
    margin-top: 15px;
	color: #117EC1;
}
.wd_newsfeed_releases .wd_item {
	padding: 0 15px 15px;
	box-shadow: 1px 1px 4px -1px #000;
	-webkit-box-shadow: 1px 1px 4px -1px #000;
	-moz-box-shadow: 1px 1px 4px -1px #000;
	-o-box-shadow: 1px 1px 4px -1px #000;
	-ms-box-shadow: 1px 1px 4px -1px #000;
	margin-bottom: 8%;
	background: #fff;
	margin: 0px 15px 30px 15px;
	width: 30%;
	display: flex;
    flex-direction: column;
}

.wd_newsfeed_releases .wd_title {
	margin: 15px 0;
	font-size: 1.2rem;
	font-weight: 700;
}
.wd_newsfeed_releases .wd_title a {
	color: #5D5D5D;
}

.wd_newsfeed_releases .wd_item .wd_subtitle {
	font-weight: normal;
	color: #8a8a8d;
}

.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
    display:none;
}

/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */


@media only screen and (max-width: 991px) {
	.wd_newsfeed_releases .wd_item {
		width: 45%;
	}

}

@media (max-width: 767px) {
	.wd_newsfeed_releases .wd_item {
		width: 100%;
	}
}

}
@media only screen and (min-width: 0px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
  .container {
		max-width: 970px;
	}
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
  .container {
		max-width: 1170px;
	}
}

