/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ### FLICKITY END ### */

/* ### COMMON CLASSES ### */

.clear, .clear_content {
  clear: both;
}

.clear.gap {
  height: 2.5em;
}

/* ### ADMIN EASYDNN NEWS DASHBOARD/HEADER ### */

.user_dashboard {
  background-color: #58595b;
  padding: 1em;
}

.dnnEditState .user_dashboard {
	display: block;
}

.user_dashboard a {
  color: #ffffff;
	margin-right: 1em;
}

.news .edn_userDashboard {
	max-width: 1170px;
  margin: 0 auto;
}

.DnnModule-EasyDNNnews .DNNContainer_Title_h2 h2 {
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  color: #009c9e;
}

.admin_actions {
	position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 5px;
  z-index: 10;
	font-size: 12px;
	width: 100%;
}

.admin_actions a {
	color: #58595b;
}

.admin_actions a:hover, .admin_actions a:active {
	color: #000;
}

.articleWrapper {
	position: relative;
	/*float: left;*/
}

.DnnModule-EasyDNNnewsWidgets h2 {
	text-align: center;
}

/* ### DEFAULT LIST ### */

.eds_news_MPG.eds_template_List_Article_Default {
  width: 100%;
}

.eds_template_List_Article_Default_centered {
	padding-top: 35px;
}

.eds_news_MPG .article.in_list {
  margin-bottom: 35px;
  border: 2px solid #929292;
  position: relative;
}

.eds_news_MPG .article.in_list.featured {
	background-color: #e3e3e3; 
}


.eds_news_MPG .article.in_list .article_image {
  display: block;
  width: 225px;
  height: auto;
  float: left;
  margin-right: 45px;
}

.eds_news_MPG .article.in_list.featured .article_image {
	width: 330px;
}

.eds_news_MPG .article.in_list .article_image img {
  width: 100%;
  height: auto;
}

.eds_news_MPG .article.in_list .content  {
	position: relative;
	min-height: 225px;
}

.eds_news_MPG .article.in_list .textContent {
  padding: 3.2% 4% 0 0;
  float: left;
  display: block;
  width: 67%;
	width: calc( 100% - 270px );
	position: relative;
}

.eds_news_MPG .article.in_list.featured .textContent {
	width: 67%;
}

.eds_news_MPG .article.in_list.featured .textContent .featuredLabel {
	display: none;
	position: absolute;
	right: 35px;
	top: 18px;
}

.eds_news_MPG .article.in_list.date .textContent {
	padding-top: 2.2%;
}

.eds_news_MPG .article.in_list.featured_header .textContent {
  padding: 0 0 0 0;
  float: none;
  width: 72%;
}

.eds_news_MPG .article.in_list p.date {
	font-size: 12px;
	color: #303030;
	margin-bottom: 0;
}

.eds_news_MPG .article.in_list h2, .eds_news_MPG .article.in_list h3 {
  padding-top: 0;
  margin: 0 0 8px 0;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 0;
  font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
  line-height: 1.1em;
	font-weight: normal;
	color: #0067c6;
	text-align: left;
}

.eds_news_MPG .article.in_list.featured h2, .eds_news_MPG .article.in_list.featured h3 {
	font-size: 28px;
}

.eds_news_MPG .article.in_list h2 a, .eds_news_MPG .article.in_list h3 a {
	font-family:'OpenSans Semibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.eds_news_MPG .article.in_list h2 a, .eds_news_MPG .article.in_list h3 a {
	color: #0067c6;
}

.eds_news_MPG .article.in_list a.summary {
  color: #303030;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.eds_news_MPG .article.in_list h2 a:hover, .eds_news_MPG .article.in_list h2 a:active, .eds_news_MPG .article.in_list h3 a:hover, .eds_news_MPG .article.in_list h3 a:active {
	text-decoration: none;
}

.eds_news_MPG .article.in_list a.summary:hover, .eds_news_MPG .article.in_list a.summary:active {
  color: #0067c6;
  text-decoration: none;
}

/* HOVER RULES */
.eds_news_MPG .article.in_list h2 a:hover, .eds_news_MPG .article.in_list h3 a:hover {text-decoration: underline;}

/* END OF HOVER RULES */

.eds_news_MPG .article.in_list a.summary {
	line-height: 1.5em;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.eds_news_MPG .article.in_list.featured a.summary, .eds_news_MPG .article.in_list.featured .summary p {
	font-size: 20px;
}

.eds_news_MPG .article.in_list .summary p {
  line-height: 1.5em;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
	margin-bottom: 0;
}

.eds_news_MPG .article.in_list a.readmore {
  line-height: 1.5em;
  font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
  font-size: 16px;
	color: #0067c6;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 270px;
	border: 2px solid #0067c6;
	padding: .2em 1em;
}
.eds_news_MPG .article.in_list a.readmore:hover, .eds_news_MPG .article.in_list a.readmore:active {
	background-color: #0067c6;
	color: #ffffff;
}
.eds_news_MPG .article.in_list .socialBar {
  display: inline-block;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 0;
	left: 270px;
}

.eds_news_MPG .article.in_list.featured .socialBar  {
	left: 375px;
	bottom: 15px;
}

.eds_news_MPG .article.in_list .socialBar .label {
  margin-top: 2px;
  display: block;
  float: left;
	font-weight: normal;
	padding: 0 0 0 0;
	color: #303030;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.eds_news_MPG .socialBar ul {
  display: inline-block;
	margin-left: 0;
}

.eds_news_MPG .socialBar ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

.eds_news_MPG .socialBar ul li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
	cursor: pointer;
	z-index: 1;
}

.eds_news_MPG .article.in_list .socialBar ul li a {
	width: 20px;
	height: 20px;
}

.eds_news_MPG .article.details .socialBar ul li a {
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
}

.eds_news_MPG .article.details .metaHeader .socialBar, .eds_news_MPG .article.details .metaFooter .socialBar {
	float: right;
	min-height: 32px;
	display: inline-block;
	position: relative;
}


/*
.eds_news_MPG .article .socialBar ul li.linkedin a {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/linkedinNormal.svg);
}
.eds_news_MPG .article .socialBar ul li.linkedin a:hover, .eds_news_MPG .article .socialBar ul li.linkedin a:active {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/linkedinHover.svg);
}
.eds_news_MPG .article .socialBar ul li.facebook a {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/facebookNormal.svg);
}
.eds_news_MPG .article .socialBar ul li.facebook a:hover, .eds_news_MPG .article .socialBar ul li.facebook a:active {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/facebookHover.svg);
}
.eds_news_MPG .article .socialBar ul li.twitter a {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/twitterNormal.svg);
}
.eds_news_MPG .article .socialBar ul li.twitter a:hover, .eds_news_MPG .article .socialBar ul li.twitter a:active {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/twitterHover.svg);
}
.eds_news_MPG .article .socialBar ul li.email a {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/emailNormal.svg);
}
.eds_news_MPG .article .socialBar ul li.email a:hover, .eds_news_MPG .article .socialBar ul li.email a:active {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/emailHover.svg);
}
.eds_news_MPG .article .socialBar ul li.print a {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/printNormal.svg);
}
.eds_news_MPG .article .socialBar ul li.print a:hover, .eds_news_MPG .article .socialBar ul li.print a:active {
	background-image: url(/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/printHover.svg);
}
	*/
.eds_news_MPG .article.in_list .socialBar ul li a object {
	pointer-events: none; /* object takes precedense over parent link - this allows link to be active in object/svg area */
	z-index: -1;
}

.eds_news_MPG .article.in_list .socialBar ul li .svgIcon {
	width: 20px;
  height: 20px;
}

.eds_news_MPG .article.in_list .socialBar ul li a .svgIcon.hover {
	display: none;
}

.endOfListMoreLink {
  margin-bottom: 2em;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-size: 16px;
}

.endOfListMoreLink a {
  font-weight: bold;
  color: #00b3f0;
  text-align: center;
  display: block;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.endOfListMoreLink a::before {
  content: "❱";
  padding-right: .5em;
  font-weight: normal;
}

.endOfListMoreLink a:hover,.endOfListMoreLink a:active {
  color: #009c9e;
  text-decoration: none;
}

.article_pager {
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.article_pager a {
	padding: 6px 12px;
	border: 2px solid #e3e3e3;
	border-radius: 2px;
	margin-right: 12px;
	margin-bottom: 12px;
  display: inline-block;
	color: #303030;
}
.article_pager a.active, .article_pager a.active:hover {
	color: #fff;
	border-color: #0067c6;
	background-color: #0067c6;
}
.article_pager a:last-child {
	margin-right: 0;
}
.article_pager a:hover {
	background-color: #e3e3e3;
	font-size: 16px;
}

/* ### TWO COLUMN LIST ### */
.eds_news_MPG .twoColumnList, .eds_news_MPG .threeColumnList {
  position: relative;
  width: 100%;
}

.eds_news_MPG .threeColumnList .article.in_list h2 {
	height: 2.2em;
	overflow: hidden;
}

.eds_news_MPG .twoColumnList .article.in_list {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
}

.eds_news_MPG .twoColumnList .article.in_list .content {
  min-height: unset;
}

.eds_news_MPG .twoColumnList .article.in_list:nth-child(even) {
  margin-right: 0;
}

.eds_news_MPG .twoColumnList .article.in_list .article_image {
  width: 48%;
  margin-right: 4%;
}

.eds_news_MPG .twoColumnList .article.in_list .textContent {
  padding: 3.2% 4% 0 0;
  width: 42%;
	text-align: left;
}

.eds_news_MPG .twoColumnList .article.in_list a.summary, .eds_news_MPG .threeColumnList .article.in_list a.summary {
  line-height: 1.5em;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
	text-align: left;
}

/* arrow in bottom right corner */
.eds_news_MPG .twoColumnList .article.in_list, .eds_news_MPG .threeColumnList .article.in_list .content, .eds_news_MPG .fourColumnList .article.in_list, .eds_news_MPG .fiveColumnList .article.in_list, .eds_news_MPG .related_articles .article.in_list .content {
	background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2024%22%3E%3Cpolygon%20points%3D%225%201%200%206%206%2012%200%2018%205%2023%2016%2012%205%201%22%20style%3D%22fill%3A%230067c6%3B%22%2F%3E%3C%2Fsvg%3E');
	background-size: 16px 24px;
	background-position: right 16px bottom 16px;
	background-repeat: no-repeat;
		-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.eds_news_MPG .twoColumnList .article.in_list .arrow.glyphicon, .eds_news_MPG .threeColumnList .article.in_list .arrow.glyphicon {
 position: absolute;
 right: 0.3em;
 bottom: 0.3em;
 font-size: 24px;
 color: #0067c6;
 display: block;
 height: 1em;
}

/* ### NEW INSIGHTS PAGE ### */	
.InsightsBanner {	
	background-size: cover;	
	background-image: url('https://resources.morganphilips.com/img/header-bar/img-119_320.jpg');	
}	
.HeaderBar-background h1.insightsTitle, .HeaderBar-background p.insightsTitle, .InsightsBanner h1.insightsTitle, .InsightsBanner p.insightsTitle {	
	line-height: 250px;	
}	
.HeaderBar-background h1.insightsTitle a, .HeaderBar-background p.insightsTitle a, .InsightsBanner h1.insightsTitle a, .InsightsBanner p.insightsTitle a {	
	font-family: OpenSans Semibold, Arial;	
}	
HeaderBar-320 .image121, #MiddleBar-320 .image121 {	
    background-image: url(https://resources.morganphilips.com/img/header-bar/img-121_320.jpg);	
}	
p.moduleTitle {	
    font-family: "OpenSans Bold";	
    font-size: 20px;	
    color: black;	
    padding-bottom: 0;	
    margin-bottom: 0.5em;	
}	
.bottomBorder {	
    border-bottom: 2px solid #929292;	
    max-width: 1170px;	
    margin: 20px auto 40px auto;	
}	
a.ctaButton.readAllButton {	
	margin-top: 0;	
	margin-bottom: 1.5em;	
}	
.baseModule .threeColumnList {	
	display: none;	
}	
.halfBanner {	
	position: relative;	
	display: block;	
	width: 100%;	
	height: 260px;	
}	
.halfBanner span.ctaButton.white.arrow {	
	background-color: #fff;	
	position: absolute;	
	bottom: 1em;	
	left: 1em;	
}	
.halfBanner span.ctaButton {	
    border-radius: 0;	
    color: #fff;	
    padding: 0.5em 1.5em;	
    font-size: 16px;	
    letter-spacing: 1px;	
    font-family: "OpenSans Bold", Arial;	
    display: inline-block;	
    margin: 1em 1em 0 0;	
    -webkit-transition: all 0.1s ease-in;	
    transition: all 0.1s ease-in;	
}	
.halfBanner span.ctaButton.white.arrow {	
    background: #fff url(https://resources.morganphilips.com/img/ctaButton-arrowBlack.svg) 12px center no-repeat;	
    background-size: 14px 14px;	
    padding-left: 2.2em;	
    color: #000;	
}	
.halfBanner:hover .ctaButton.white.arrow, .halfBanner:active .ctaButton.white.arrow, .halfBanner:focus .ctaButton.white.arrow {	
	background-color: #0067c6;	
	color: #fff;	
}	
/* ### INSIGHTS SEARCH RESULTS PAGE / ALL ARTICLES ### */	
.edn_searchInfoResults {	
	max-width: 1170px;	
	margin: 0 auto 20px auto;	
}	
.EDN_search.theme_MPG {	
	background-color: #eee;	
	max-height: 250px;	
	overflow: hidden;	
	max-width: 800px;	
}	
.EDN_search.theme_MPG ul {	
	list-style: none;	
	padding: 0.5em 0.8em;	
	margin-left: 0;	
}	
.EDN_search.theme_MPG ul li {	
	list-style: none;	
	font-size: 14px;	
	line-height: 1.75em;	
}	
/* ### THREE COLUMN ARTICLE LIST - MPG ### */	
.eds_news_MPG .threeColumnList .article.in_list.mpg {	
	width: 31%;	
	border: none;	
}	
.eds_news_MPG .threeColumnList .articleWrapper:nth-child(3) .article.in_list.mpg {	
	margin-right: 0;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg .content {	
	position: relative;	
	background-image: none;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg .aboveLine {	
	width: 7em;	
	height: 4px;	
	background-color: #000;	
	display: block;	
	margin: 0 auto;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg h3 {	
	height: 3em;	
	overflow: hidden;	
	color: #000;	
	text-align: center;	
	line-height: 1.6em;	
	margin: 1em 0 0 0;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.successStory h3 {	
	height: 7em;	
	font-size: 1.3em;	
	line-height: 1.6em;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg h3 a {	
	color: #000;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.successStory h3 a {	
	color: #0067c6;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg h3 a:hover, .eds_news_MPG .threeColumnList .article.in_list.mpg h3 a:active {	
	color: #0067c6;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.successStory h3 a:hover, .eds_news_MPG .threeColumnList .article.in_list.mpg.successStory h3 a:active {	
	color: #000;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg .textContent {	
	min-height: 9em;	
	margin-bottom: 0;	
	float: none;	
	clear: both;	
	padding: 1em 0 0 0;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.successStory .textContent {	
	min-height: 13em;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg .bottomBar {	
	position: absolute;	
	bottom: 0;	
	width: 100%;	
	clear: both;	
	text-align: center;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button {	
	border: 2px solid #000;	
	background-color: transparent;	
	color: #000;	
	font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;	
	font-size: 1em;	
	padding: 4px 20px 6px;	
	margin: 0 auto;	
	display: inline-block;	
	text-align: center;	
	-moz-transition: all .3s ease-in;	
    -o-transition: all .3s ease-in;	
    -webkit-transition: all .3s ease-in;	
    transition: all .3s ease-in;	
}	
.eds_news_MPG .article.in_list.mpg a.readMore .arrow {	
	width: 10px;	
	height: 12px;	
  margin-right: 5px;	
}	
.eds_news_MPG .article.in_list.mpg a.readMore .arrow .triangle {	
		fill: #000;	
		-moz-transition: all .3s ease-in;	
    -o-transition: all .3s ease-in;	
    -webkit-transition: all .3s ease-in;	
    transition: all .3s ease-in;	
}	
.eds_news_MPG .article.in_list.mpg a.readMore:before {	
	content: "";	
	display: none;	
	padding: 0 0 0 0;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:hover, .eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:active {	
	border: 2px solid #0067c6;	
	background-color: #0067c6;	
	color: #fff;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:hover .arrow .triangle, .eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:active .arrow .triangle {	
	fill: #fff;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:hover:before, .eds_news_MPG .threeColumnList .article.in_list.mpg a.readMore.button:active:before {	
	color: #fff;	
}	
/* ### THREE COLUMN MPG BRANDED TEMPLATE ### */	
.eds_news_MPG .threeColumnList.brandedList {	
	max-width: 1170px;	
    margin: 0 auto;	
    text-align: center;	
}	
.eds_news_MPG .article.in_list.mpg.branded {	
	border: 2px solid #929292;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 {	
	text-align: left;	
	padding: 0 1em;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 {	
	height: 5em;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a {	
	color: #0067c6;	
	text-align: left;	
	font-family: "OpenSans Regular", Helvetica, Arial, sans-serif;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.fyte {	
	color: #eb6b50;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.consulting {	
	color: #009c9e;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.executives {	
	color: #672769;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.interim {	
	color: #4b5b70;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.outplacement {	
	color: #f5a009;	
}
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.mpsr {	
	color: #941a1d;	
}	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded h3 a.mdt {	
	color: #405a71;	
}		
.article.in_list.mpg.branded .groupLogo {	
	background-color: #fff;	
	min-height: 80px;	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPGlogo.svg');	
}	
.article.in_list.mpg.branded .groupLogo.fyte{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/Fytelogo-leftAligned.svg');	
	background-position: 18% center;	
}	
.article.in_list.mpg.branded .groupLogo.consulting{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPClogo.svg');	
}	
.article.in_list.mpg.branded .groupLogo.executives{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPESlogo.svg');	
}	
.article.in_list.mpg.branded .groupLogo.interim{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPIMlogo.svg');	
}	
.article.in_list.mpg.branded .groupLogo.outplacement{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPOlogo.svg');	
}
.article.in_list.mpg.branded .groupLogo.mpsr{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MPSRlogo.svg');	
}
.article.in_list.mpg.branded .groupLogo.mdt{	
	background-image: url('https://resources.morganphilips.com/img/insights/brands/MDTlogo.svg');	
}
	
.eds_news_MPG .threeColumnList .article.in_list.mpg.branded .textContent {	
	min-height: 8em;	
}	

/* ### RELATED ARTICLES AT ARTICLE DETAIL BOTTOM ### */	
.related_articles {	
	background-color: #f3f5f4;	
	padding: 1em 0;	
}	
.eds_news_MPG .related_articles h2 {	
	margin-top: 1em;	
  margin-bottom: 1em;	
	color: #000;	
}	
.related_articles ul {	
	list-style: none;	
	margin: 0 auto;	
	padding: 0;	
	width: 750px;	
	text-align: center;	
}	
.related_articles ul li {	
	list-style: none;	
}	
.eds_news_MPG .related_articles {	
	position: relative;	
  width: 100%;	
}	
.eds_news_MPG .related_articles .article.in_list {	
  width: 31.4%;	
  border: none;	
  margin-right: 2.3%;	
	display: inline-block;	
	vertical-align: top;	
}	
.article.details .related_articles .article.in_list.mpg.branded .groupLogo {	
	background-color: #f3f5f4;	
	min-height: 60px;	
	background-size: 85%;	
    background-position: center center;	
}	
.eds_news_MPG .related_articles .article.in_list:last-child {	
	  margin-right: 0;	
}	
.eds_news_MPG .related_articles .article.in_list .article_image {	
  width: 100%;	
}	
.eds_news_MPG  .related_articles .article.in_list h3 {	
	min-height: 5em;	
	line-height: 1.3em;	
}	
.eds_news_MPG .related_articles .article.in_list .textContent {	
  padding: 0.8em 0 0;	
    min-height: 7em;	
    width: 100%;	
}	
.eds_news_MPG .related_articles .article.in_list a.summary {	
  line-height: 1.5em;	
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;	
  font-size: 16px;	
	height: 10em;	
  display: block;	
}

/* ### THREE COLUMN LIST - image above text ### */

.eds_news_MPG .threeColumnList .article.in_list {
  float: left;
  width: 31%;
  margin-right: 3.33%;
}


.eds_news_MPG .threeColumnList .articleWrapper:nth-child(3n+0) .article.in_list {
  margin-right: 0;
}

.eds_news_MPG .threeColumnList .article.in_list .article_image {
  width: 100%;
  margin-right: 0;
}

.eds_news_MPG .threeColumnList .article.in_list .textContent {
  padding: 4% 5% 3% 5%;
  width: 100%;
	min-height: 11em;  
}
.eds_news_MPG .threeColumnList .article.in_list .textContent h3 {
	margin: 0 0 0.3em 0;
}


/* ### FOUR COLUMN LIST - image below text ### */
.eds_news_MPG .fourColumnList .article.in_list .content {
	min-height: 360px;
}
.eds_news_MPG .fourColumnList .article.in_list {
  float: left;
  width: 22.75%;
  margin-right: 3%;
}

.eds_news_MPG .fourColumnList .article.in_list:nth-child(4n+0) {
  margin-right: 0;
}

.eds_news_MPG .fourColumnList .article.in_list .article_image {
  width: 100%;
  margin-right: 0;
}

.eds_news_MPG .fourColumnList .article.in_list .textContent {
  padding: 0;
  width: 100%; 
}

.eds_news_MPG .fourColumnList .article.in_list .textContent a.summary {
	padding: 3% 6% 5% 6%;
	display: block;
	height: 8em;
	overflow: hidden;
}

.eds_news_MPG .fourColumnList.imageBottom .article.in_list .textContent {
  padding: 6% 6% 2% 7%;
	height: 14em;
  overflow: hidden;
}

.eds_news_MPG .fourColumnList .article.in_list .textContent h2 {
  height: 3.3em;
}

.eds_news_MPG .fourColumnList .article.in_list .textContent h3 {
	margin: 0 0 0 0;
	padding: 5% 6% 0 6%;
	font-size: 18px;
	height: 3.6em;
}

.ednMoreArticlesTriggerWrapper { margin: 2em 0; }

.eds_news_MPG button.trigger {
	cursor: pointer;
	outline: none;
	background: transparent;
	border-width: 0;
	margin: 0 auto;
	display: block;
	color: #00b3f0;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: relative;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.eds_news_MPG button.trigger:hover, .eds_news_MPG button.trigger:active {
	color: #009c9e;
}

.eds_news_MPG button.trigger .loadingOverlay {
	display: none;
}

.eds_news_MPG button.trigger::after, .eds_news_MPG button.trigger::before {
	content: "";
	display: block;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 5px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/social-icons-list-2.svg#arrow-blue-down-view");
}

.eds_news_MPG button.trigger::before {	left:-20px; }
.eds_news_MPG button.trigger::after  {	right:-20px; }

/* ### FIVE COLUMN LIST - CASE STUDIES / SUCCES STORIES ### */
.eds_news_MPG .fiveColumnList {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.eds_news_MPG .fiveColumnList .articleWrapper {
	
}

.eds_news_MPG .fiveColumnList .article.in_list {
  float: left;
  width: 18.8%;
  margin-right: 1%;
  height: 330px;
}

.eds_news_MPG .fiveColumnList .article.in_list:nth-child(5n+0) {
  margin-right: 0;
}

.eds_news_MPG .fiveColumnList .article.in_list .article_image {
  min-height: initial;
  width: 100%;
	white-space: nowrap;
  text-align: center;
	margin: 0px;
}

.eds_news_MPG .fiveColumnList .article.in_list .article_image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.eds_news_MPG .fiveColumnList .article.in_list .article_image .image {
	display: block;
	margin: 10px;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.eds_news_MPG .fiveColumnList .article.in_list .article_image img {
  width: 100%;
	height: auto;
}

.eds_news_MPG .fiveColumnList .article.in_list .textContent {
  padding: 4% 0 0 0;
  width: 100%;
}

.eds_news_MPG .fiveColumnList .article.in_list h3 {
	height: 3.5em;
  overflow: hidden;
	margin: 0;
}

.eds_news_MPG .fiveColumnList .article.in_list h3 a {
	font-size: 16px;
	padding: 2% 8% 0 8%;
	display: block;
}

.eds_news_MPG .fiveColumnList .article.in_list a.summary {
  line-height: 1.5em;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
	height: 7em;
	display: block;
	overflow: hidden;
	padding: 2% 8% 2% 8%;
}

.eds_news_MPG .fiveColumnList .article.in_list a.readMore {
  line-height: 1.5em;
  font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #00b3f0;
  position: absolute;
  bottom: 12px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.eds_news_MPG .fiveColumnList .article.in_list a.readMore:active, .eds_news_MPG .fiveColumnList .article.in_list a.readMore:hover {
  text-decoration: none;
  color: #009c9e;
}

.eds_news_MPG .fiveColumnList .article.in_list a.summary::after {
  display: none;
  padding-left: 0em;
}

.eds_news_MPG .fiveColumnList .article.in_list a.readMore::before {
  content: "❱";
  padding-right: 0.4em;
}

/* ### SUCCESS STORIES BASIC LIST ### */
.eds_news_MPG .fiveColumnList .article.in_list.successStories .article_image {
	padding: 15px 20px 15px;
	margin: 0 0 0 0;
}

.eds_news_MPG .fiveColumnList .article.in_list.successStories .textContent  {
	padding: 4% 6% 0 8%;
  float: left;
  display: inline-block;
	width: 100%;
}

.eds_news_MPG .article.in_list.successStories .article_image .backgroundLogoImage {
	display: block;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* ### FIVE COLUMN SUCCESS STORIES ### */
.eds_news_MPG .fiveColumnList .article.in_list.successStories .article_image {
	padding: 15px 20px 0px;
}

.eds_news_MPG .fiveColumnList .article.in_list.successStories .article_image .backgroundLogoImage {}

/* ### ARTICLE DETAIL EDIT MODE ### */



/* ### ARTICLE DETAIL ### */

.article.details .column {
	padding: 20px 20px;
	margin: 0 0 0 0;
}
.article.details ul.column {
	padding-left: 40px;
}

.article.details .halfColumn {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.article.details .thirdColumn {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.article.details .column.thirdColumn {
	padding: 20px 10px;
}

.article.details .twoThirdColumn {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.article.details .main_content .ClearContainer {
	position: relative;
	margin: 20px 0 30px;
}

.article.details .main_content #ChameleonGallery {
	display: none;
}



.article.details .main_content .LightGrayContainer, .article.details .main_content .BlueContainer {
	margin: 30px 0 40px;
}

.article.details .main_content .LightGrayContainer p, .article.details .main_content .LightGrayContainer li, .article.details .main_content .WhiteContainer p, .article.details .main_content .WhiteContainer li {
	color: #000;
	font-size: 18px;
	line-height: 1.8em;
}

.article.details .main_content .BlueContainer p, .article.details .main_content .BlueContainer li {
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
}

.article.details .main_content .BlueContainer h3, .article.details .main_content .BlueContainer h2 {
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
}

.article.details p.testimonial {
	font-style: italic;
	text-align: center;
}

.article.details .main_content p.signature {
	display: block;
	clear: both;
	text-align: right;
	padding-right: 20px;
}

.article.details .main_content p.signature .fullName {
	font-size: 20px;
	font-family: OpenSans Semibold, Arial, Helvetica, sans-serif;
}

.article.details .main_content p.signature .jobTitle {
	font-size: 16px;
	font-family: OpenSans Light, Arial, Helvetica, sans-serif;
}

.edNews_adminInfo.edNews_warning {
	font-family: OpenSans Regular, Arial, Helvetica, sans-serif;
	position: absolute;
  top: 30px;
  display: inline-block;
  background-color: #e8e8e8;
  color: #555;
  border-radius: 2px;
  left: 0;
  font-size: 12px;
  padding: 2px 10px;
}

.eds_template_Details_Article_Default .edNews_adminInfo.edNews_warning {
		position: static;
    display: block;
    background-color: #c7c7c7;
    border-radius: 0;
    font-family: OpenSans Regular, Arial, Helvetica, sans-serif;
		color: #0166c6;
    width: 100%;
		top: 0;
    left: 0;
		text-align: center;
		font-size: 22px;
    padding: 12px 10px;
}

.eds_news_MPG a.admin_action.edit, .eds_news_MPG a.admin_action.publish_article {
	  position: absolute;
    background: #555;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    left: 0px;
    top: 0px;
    border-radius: 2px;
    display: inline-block;
}
.eds_news_MPG a.admin_actions a {
	  color: #0067c6;
		padding-right: 0.6em;
}
.eds_template_Details_Article_Default a.admin_action.edit, .eds_template_Details_Article_Default a.admin_action.publish_article {
	  left: 10px;
    top: 65px;
		z-index: 10;
}
a.admin_action.edit:hover {
		background-color: #0067c6;
}
.edNews_adminInfo.edNews_warning {
	  position: absolute;
    top: 30px;
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 2px;
    left: 0;
    padding: 2px 10px;
}

.eds_news_MPG a.admin_action.edit:active, .eds_news_MPG a.admin_action edit:hover {
    background: #333;
		color: #fff;
}

.dnnEditState .eds_news_MPG a.admin_action.edit {
	display: none;
}

.headerContent, .contentWrapper, .related_articles h2, .related_articles ul, .edn_article_links {
	max-width: 1170px;
	margin: 0 auto;
}

.article.details .article_image {
	position: relative;
}

.article.details .articleHeader {
  border-bottom: 2px solid #e3e3e3;
	padding-bottom: 10px;
  margin-bottom: 0;
	width: 100%;
}

.article.details .titleBackground {
	width: 100%;
	/*
	padding: 1em 0;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 103, 198, 0.8);
		*/
}
/*
.article.details .titleBackground h1, .article.details .titleBackground h2.edn_subTitle {
	color: #fff;
	margin: 0 0 0 0;
}
*/
.article.details .titleBackground h1 {
	font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
	font-size: 40px;
    color: #000;
	text-align: left;
}

.article.details h1 {
  font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #0067c6;
  letter-spacing: 0;
	line-height: 1.5em;
	margin: 0.3em auto 0 auto;
}

.article.details h2 {
	font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: 0;
	  line-height: 100%;
	  margin: 0 auto 0 auto;
	  text-align: left;
	  margin-bottom: 15px;
	  margin-top: 10px;
	  color: #000;
  }


.article.details h2.edn_subTitle {
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
	line-height: 1.5em;
  font-weight: normal;
  color: #57595b;
  padding-top: 0;
	width: 66%;
	margin: 0 auto;
	text-align: left;
}

.article.details .metaHeader {
	padding-top: 1em;
	padding-bottom: 1em;
}

.article.details .categories {
	display: block;
	clear: both;
	float: none;
	font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.article.details .categories a {
	color: #0067c6;
	-moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article.details .categories a:hover, .article.details .categories a:active {
	color: #000;
}

.article.details .meta_text {
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
	display: inline-block;
}
.article.details p.meta_text {
	margin-bottom: 0;
}

.article.details .metaFooter {
	padding-bottom: 2em;
}

.article.details .meta_text a {
	color: #0067c6;
}

.article.details .meta_text a:hover, .article.details .meta_text a:active, .article.details .meta_text a:focus {
	color: #000;
}

.article.details .article_image, .article.details .main_content, .article.details .metaHeader, .eds_news_MPG .article.details .metaFooter, .titleBackground h1, .titleBackground h2 {
   width: 750px;
	 margin: 0 auto;
}

.article.details .main_content h3, .article.details .main_content h4, .article.details .main_content h5 {
	color: #000;
	font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}



.article.details .main_content p {
 font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #58595b;
  letter-spacing: 0; 
  line-height: 1.5em;
	margin-bottom: 15px;
}

#disqus_thread {
  margin: 0 0 0 0;
}

.edn__articleListWrapper .flickity-page-dots {
		bottom: 5px;
}

/* ### ARTICLE DETAIL IMAGE HEADER ### */

.article.details .articleHeader.imageHeader {
  border-bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background-size: cover;
	background-attachment: right center;
	background-repeat: no-repeat;
	background-color: #009c9e;
}

.article.details .articleHeader.imageHeader .headerCover {
	width: 100%;
	min-height: 250px;
	padding: 40px 0 0 0;
	background: transparent url('images/common/article-detail-header-image-cover-2.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.article.details .articleHeader.imageHeader h1, .article.details .articleHeader.imageHeader h2.edn_subTitle {
  color: #ffffff;
}

.article.details img.fullWidth {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 15px 0 20px 0;
}

.article.details img.half {
	width: 50%;
	height: auto;
	padding: 0;
}

.article.details img.half.alignLeft {
	float: left;
	margin: 10px 15px 10px 0;
}
.article.details img.half.alignRight {
	float: right;
	margin: 10px 0 10px 15px;
}

/* ### DNN FORM BUILDER ### */
.form-builder-canvas {
	 background-color: #d9eaf0;
	 padding: 0 30px 40px 30px;
	 margin-bottom: 30px;
}
.form-builder-canvas .error-message {
	clear: both;
}

.form-builder-canvas input, .form-builder-canvas input.dnn-ui-common-masked-input {
	padding: 8px;
	border: 1px #aaa solid;
	border-radius: 0;
}
.form-builder-canvas label {
	font-family: OpenSans Semibold, Arial, Helvetica, sans-serif;
	color: #000;
}
.form-builder-canvas button {
	color: #fff;
    font-size: 22px;
    background-color: #0067c6;
    padding: 0.5em 1.5em 0.7em;
    border: none;
		border-radius: 0;
    font-family: OpenSans Semibold, Arial, Helvetica, sans-serif;
		-moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.form-builder-canvas button:hover, .form-builder-canvas button:active, .form-builder-canvas button:focus {
	background-color: #000;
}
.form-builder-canvas .content-row input[type=checkbox]+label[for] {
	border: 1px solid rgba(0,0,0,.35);
}
.required label:after, legend.required:after {
	border: none;
	background-color: transparent;
	font-style: initial;
	padding: 0 0 0 0;
	font-family: OpenSans Light, Arial, Helvetica, sans-serif;
}

/* ### ARTICLE DETAIL - CASE STUDY / SUCCESS STORY ### */

#dnn_ContentPane .article.details.successStory img.main_image {
	float: right;
	width: 30%;
	height: auto;
	margin: 0 0 1em 2em;
}

/* ### FEATURED ARTICLE HEADER ### */

.eds_template_List_Article_Simple_Title {

}

.eds_news_MPG.eds_template_List_Article_Featured_header {
  background-color: #009c9e;
	padding-left: 10px;
}

.eds_news_MPG.eds_template_List_Article_Featured_header .article.in_list, .eds_news_MPG.eds_template_List_Article_Featured_shortlist .article.in_list {
  border: none;
  margin: 0 auto 0 auto;
}

.eds_news_MPG.eds_template_List_Article_Featured_header .article.in_list:before, .eds_news_MPG.eds_template_List_Article_Featured_header .article.in_list:after,
.eds_news_MPG.eds_template_List_Article_Featured_shortlist .article.in_list:before, .eds_news_MPG.eds_template_List_Article_Featured_shortlist .article.in_list:after {
  display: none;
}

.eds_news_MPG .article.in_list h2.featuredArticleLabel, .featuredShortlistLabel {
																													
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0 auto 0 auto;
  padding: 2em 0 1em 0;
}

.eds_news_MPG .article.in_list h2.featuredArticleLabel, .eds_news_MPG .article.in_list h3.featuredArticleLabel {
	color: #ffffff;
}

.eds_news_MPG .article.in_list.featured_shortlist h3 a {
	 font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
}

.featuredShortlistLabel {
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
	color: #303030;
}

.article.in_list.featured_header {
  display: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
}

.article.in_list.featured_header .content {
	background: transparent url('images/common/hexCover.svg');
	background-size: 101%;
	background-position: right top;
	height: 300px;
	background-repeat: no-repeat;
}

.article.in_list.featured_header:first-child {
  display: block;
}

.article.in_list.featured_header .textContent {
  padding: 0;
  }

.article.in_list.featured_header .textContent h3 {
  font-size: 30px;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}

.article.in_list.featured_header:hover .textContent h3 a {
  color: #ffffff;
  }

.article.in_list.featured_header .textContent h3 a {
  color: #ffffff;
}
.eds_news_MPG .article.in_list h3.articleTitle {
	margin: 15px 0;
}
.eds_news_MPG .article.in_list h3.articleTitle a {
	-moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.eds_news_MPG .article.in_list h3.articleTitle:hover a, .eds_news_MPG .article.in_list h3.articleTitle:active a {
	color: #009c9e;
}
.eds_news_MPG .article.in_list.featured_header p.summary {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5em;
}
.eds_news_MPG .article.in_list .summary p:after {
  display: none;
}
.eds_news_MPG .article.in_list a.readMore {
  color: #ffffff;
  font-size: 16px;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
	display: block;
	margin-top: 2em;
}
.eds_news_MPG .article.in_list a.readMore:hover {
  text-decoration: none;
}
.eds_news_MPG.eds_template_List_Article_Featured_header .article.in_list a.readMore:before {
	color: #fff;
}
.eds_news_MPG.eds_template_List_Article_Featured_shortlist {
  background-color: #f3f5f4; 
	padding-left: 2em;

}
.eds_news_MPG.eds_template_List_Article_Featured_shortlist .article.in_list {
  border-bottom: 1px solid #c3c3c3;
}
.eds_news_MPG.eds_template_List_Article_Featured_shortlist .article.in_list:last-child {
  border-bottom: none;
  padding-bottom: 1em;
}
.article.in_list.featured_shortlist h3 {
  font-size: 16px;
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
}
.article.in_list.featured_shortlist h3 a {
  color: #303030;
}
.article.in_list.featured_shortlist h3:before {
  content: "❱";
  padding-right: 0.5em;
	color: #303030;
}
.article.in_list.featured_shortlist h3 a:hover {
  text-decoration: none;
}

/* ### HALF COLUMN SINGLE ARTICLE MODULE ### */

.eds_news_MPG .article.in_list.halfColumn .article_image {
  display: block;
  width: 48%;
  height: 323px;
  float: left;
  margin-right: 4%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.eds_news_MPG .article.in_list.halfColumn .textContent {
  padding: 3.2% 2% 0 0;
  float: left;
  display: block;
  width: 48%;
}

.eds_news_MPG .article.in_list.halfColumn .socialBar {
  display: none;
}

/* ### CATEGORY MODULE ### */
.DnnModule-EasyDNNnewsCategoriesMenu p.moduleTitle.filterTitle {
	padding: 10px 0 0 0;
}
.edn_category_menu_wrapper {
	margin: 0 0 0 0;
	padding: 0;
}
.edn_category_menu_wrapper li.node {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 10px 10px 0 0;
}
.edn_category_menu_wrapper li.node>div {
	display: inline-block;
}
.edn_category_menu_wrapper a, .edn_category_menu_wrapper a.category span {
	display: none;
}
.edn_category_menu_wrapper a.category {
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff; /*#0067c6;*/
	display: inline-block;
	background-color: #000;
	padding: 7px 12px;
	border: 2px solid #000;
	border-radius: 0;
}
.edn_category_menu_wrapper a.category:hover, .edn_category_menu_wrapper a.category:active, .edn_category_menu_wrapper a.category:focus {
	background-color: #0067c6;
	border: 2px solid #0067c6;
}

	/* ### FILTER OPTIONS ### */	
.search_input .input {	
    position: relative;	
}	
p.searchNote {	
	text-align: center;	
	margin-bottom: 12px;	
	display: none;	
	width: 100%;	
	clear: both;	
}	
p.searchNote.dynamic {
	display: block;
}
.mobileFilterOptions {	
		display: none;	
}	
p.filterIntroduction {	
	margin-bottom: 15px;	
}	
a.filtermenuButton {	
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;	
	font-weight: bold;	
	color: #00b3f0;	
	display: inline-block;	
}	
a.filtermenuButton.categories {	
	float: left;	
}	
a.filtermenuButton.sorting {	
	float: right;	
}	
.edn_widget_filtermenu_box {	
  padding-top: 0;	
	padding-bottom: 10px;	
}	
.eds_subCollection_search {	
	padding-top: 10px;	
	padding-bottom: 20px;	
	position: relative;	
}	
.eds_subCollection_search .clearSearchButton {	
	display: block;	
	position: absolute;	
	padding: 6px;	
    top: 8px;	
	cursor: pointer;	
}	
.EDN_search.theme_HudsonNew ul {	
	list-style: none;	
	margin: 0;	
	padding: 0;	
}	
.EDN_search.theme_HudsonNew li {	
	list-style: none;	
	padding: 0;	
	margin: 0;	
}	
.EDN_search.theme_HudsonNew li a {	
	font-size: 14px;	
	padding: 0.5em 1em;	
	margin: 0;	
	display: block;	
	background-color: #e3e3e3;	
	color: #000;	
}	
.EDN_search.theme_HudsonNew li a:hover, .EDN_search.theme_HudsonNew li a:active {	
	color: #0067c6;	
}	
.edn_widget_filtermenu_box > div:first-child {	
  border-bottom: 1px solid #00b3f0;	
}	
.edn_widget_filtermenu_box > h2.edn_module_title {	
}	
.edn_widget_filtermenu_box > h2.edn_module_title span {	
  	
}	
.edn_widget_filtermenu_box h3.edn_optionsTitle {	
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;	
  font-size: 16px;	
  color: #303030;	
  display: inline-block;	
  float: left;	
  width: 5%;	
  line-height: 18px;	
	margin-top: 4px;	
}	
.edn_widget_filtermenu_box h3.edn_optionsTitle.sorting {	
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;	
  font-size: 14px;	
  line-height: 22px;	
	margin: 3px 10px 0 0;	
	display: block;	
	text-align: right;	
	width: 80px;	
}	
.edn_widget_filtermenu_box .sortByOptions {	
  display: none;	
  float: none;	
  padding: 2em 0 0.5em;	
}	
.edn_widget_filtermenu_box .sortByOptions .alignRight {	
	display: inline-block;	
	float: right;	
}	
.edn_widget_filtermenu_box .inputWrapper {	
  display: block;	
  width: 12em;	
  overflow: hidden;	
  border: 1px solid #e3e3e3;	
  background: #ffffff url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/arrowDownBlueBox.svg") right 5px center no-repeat;	
  background-size: 18px 18px;	
}	
.edn_widget_filtermenu_box .sortByOptions select {	
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;	
  font-size: 14px;	
  color: #303030;	
  padding: 4px;	
  outline: none;	
  border: 0;	
  width: 17em;	
  background: transparent;	
}	
.edn_widget_filtermenu_box .sortByOptions select option {	
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;	
  font-weight: bold;	
}	
.edn_widget_filtermenu_box ul.edn_filter_menu {	
  display: inline-block;	
  float: left;	
	/*width: 100%;*/	
	margin-left: 0;	
	margin-bottom: 0;	
	position: relative;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li {	
  list-style: none;	
  margin: 0 0 0 0;	
  padding: 0;	
 	
}	
.edn_widget_filtermenu_box .edn_filter_menu li ul {	
  display: none !important; /* to overwrite element inline styling by JS */	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div {	
  	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div .expand_collapse {	
  display: none !important; /* to overwrite element inline styling by JS */	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div .expand_collapse.collapse {	
  	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div:hover .expand_collapse {	
  	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div:hover .expand_collapse.collapse {	
  	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div label {	
   font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;	
   font-size: 16px;	
	 margin-bottom: 0;	
   color: #000;	
	 cursor: pointer;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div label::first-letter {	
    text-transform: uppercase;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0.active > div > label {	
	color: #fff;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0 {	
  display: block;	
  float: left;	
  position: relative;	
  padding: 7px 12px;	
	margin: 10px 10px 0 0;	
	background-color: #fff;/*#0067c6;*/	
	border: 2px solid #000;	
	cursor: pointer;	
	-moz-transition: all .1s ease-in;	
    -o-transition: all .1s ease-in;	
    -webkit-transition: all .1s ease-in;	
    transition: all .1s ease-in;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0.active {	
	background-color: #000;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0 > div input[type="checkbox"] {	
  display: none;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li > div input[type="checkbox"] {	
  margin: 8px 4px 0 0;	
  vertical-align: top;	
  line-height: normal;	
  float: right;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0 > div {	
  padding-left: 5px;	
  padding-right: 5px;	
	position: relative;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0:hover, .edn_widget_filtermenu_box .edn_filter_menu li.level_0:active {	
	background-color: #0067c6;	
	border-color: #0067c6;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0:hover > div label, .edn_widget_filtermenu_box .edn_filter_menu li.level_0:active > div label{	
	color: #fff;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0:hover ul {	
  display: none !important; /* to overwrite element inline styling by JS */	
  z-index: 1;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0:last-child {	
	margin-right: 0;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 {	
  margin-right: 0.2em;	
  margin-left: -0.5em;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div {	
  padding-left: 20px;	
  display: block;	
  float: none;	
  clear: both;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div label {	
  font-size: 14px;	
  color: #ffffff;	
  display: inline-block;	
  width: 210px;	
  float: left;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div input[type="checkbox"] {	
  float: right;	
  display: inline-block;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_2 > div input[type="checkbox"] {	
	margin-top: 6px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div label:hover, .edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div label:active {	
  color: #009c9e;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div label, .edn_widget_filtermenu_box .edn_filter_menu li.level_2 > div label {	
	width: 93%;	
	color: #303030;	
	font-size: 14px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_2:hover, .edn_widget_filtermenu_box .edn_filter_menu li.level_2:active {	
	background-color: #fafafa;	
	cursor: pointer;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_2:hover > div label, .edn_widget_filtermenu_box .edn_filter_menu li.level_2:active > div label {	
	color: #009c9e;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_2 > div {	
  padding-left: 10px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_3 > div {	
  padding-left: 40px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_4 > div {	
  padding-left: 50px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_5 > div {	
  padding-left: 60px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.active > div label {	
  font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;	
  font-weight: bold;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0.active.hover {	
  background-color: #ffffff;	
  border: 1px solid #00b3f0;	
  border-width: 1px 1px 0 1px;	
}	
.edn_widget_filtermenu_box .edn_filter_menu li.level_0.active.hover > div {	
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/social-icons-list-2.svg#arrow-blue-up-view");	
}	
.edn_widget_filtermenu_box .EDN_two-column {	
  float: left;	
  width: 49%;	
  clear: none;	
}	
.edn_widget_filtermenu_box .EDN_two-column.EDN_right {	
  float: right;	
}	
.edn_widget_filtermenu_box .EDN_button-wrapper {	
  overflow: hidden;	
  padding: 8px;	
  display: inline-block;	
  float: right;	
  padding: 15px 0 0 15px;	
}	
.edn_widget_filtermenu_box .desktopFilterOptions.mpg .EDN_button-wrapper {	
	display: none;	
}	
.filterSummary {	
	display: inline-block;	
	margin-top: 15px;	
}	
.edn_widget_filtermenu_box .EDN_button-wrapper .edn_filter_button {	
  background-color: #00b3f0;	
  border: none;	
  border-radius: 2px;	
  color: #fff;	
  padding: 3px 20px;	
}	
.edn_widget_filtermenu_box .EDN_button-wrapper .edn_filter_button:hover, .edn_widget_filtermenu_box .EDN_button-wrapper .edn_filter_button:active {	
  background-color: #0396c7;	
}	
.edn_widget_filtermenu_box .categoryList {	
	position: relative;	
}	
.edn_widget_filtermenu_box a.clearFilters {	
  /*background-color: #e3e3e3;	
  border: none;	
  border-radius: 2px;*/	
  color: #000;	
  padding: 3px 0 0 10px;	
	text-decoration: none;	
	font-family: 'OpenSans Semibold', Arial, sans-serif;	
	font-size: 16px;	
	display: inline-block;	
  float: right;	
  text-align: right;	
	position: absolute;	
  right: 0;	
  top: -27px;	
}	
.edn_widget_filtermenu_box a.clearFilters:hover, .edn_widget_filtermenu_box a.clearFilters:active {	
	color: #0067c6;	
}	
.clearFilters .glyphicon {	
    color: #fff;	
    background-color: #0067c6;	
    font-size: 12px;	
    padding: 4px;	
    vertical-align: top;	
    margin-top: 1px;	
    margin-right: 5px;	
}	
p.filterDescription {	
	margin: 0 0 0.2em 0;	
}	
.categoriesList {	
	margin-left: 3px;	
}	
.categoryLabel {	
    font-size: 14px;	
    border-radius: 2px;	
    background-color: #e4e4e4;	
    padding: 2px 6px;	
    margin: 0 3px;	
}	
.search_input.button_outside input {	
	width: 100%;	
	height: 40px;	
	font-size: 16px;	
	border: 2px solid #929292;	
	background-color: #fff;	
	border-radius: 0;	
	padding: 0.3em 0.5em;	
	color: #222;	
	transition: all 0.5s ease;	
}	
.search_input.button_outside input:hover, .search_input.button_outside input:active, .search_input.button_outside input:focus {	
	border: 2px solid #000;	
	color: #000;	
}	
.search_input.button_outside {	
    display: flex;	
    width: 100%;	
    flex-flow: row wrap;	
}	
.search_input.button_outside .input {	
	display: inline-block;	
    flex-grow: 1;	
}	
.search_input.button_outside .do_search {	
	font-size: 16px;	
	border: 0px solid #0067c6;	
	background-color: #0067c6;	
	color: #fff;	
	display: inline-block;	
	padding: 8px 1.5em;	
  height: 40px;	
	margin-left: 24px;	
		
	text-align: center;	
  vertical-align: bottom;	
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;	
}	
.search_input.button_outside .do_search:hover, .search_input.button_outside .do_search:active, .search_input.button_outside .do_search:focus {	
	background-color: #000;	
}	
/*	
.search_input.button_outside .do_search.disabled {	
	background-color: #929291;	
}*/	

/* ### VIDEO CONTENT BLOCK ### */
.videoContentBlock {
	position: relative;
	margin: 1em 0 2em 0;
}
.videoWrapper {
	position: relative;
    padding-bottom: 48%; /* depends on aspect ratio */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoTextBox {
    background-color: #eb7a1a;
    padding: 25px;
    position: absolute;
    top: 0;
    right: -398px;
    width: 398px;
    height: 100%;
}
.videoTextBox.blue {
	background-color: #00b3f0;
}
.videoTextBox.teal {
	background-color: #009c9e;
}
.videoTextBox.gray {
	background-color: #58595b;
}
.article.details .main_content .videoTextBox h4 {
    color: #fff;
    margin-top: 0;
    font-size: 22px;
}
.article.details .main_content .videoTextBox p {
    color: #fff;
    font-family: OpenSans Regular;
    font-size: 18px;
}
.videoTextBox:before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    border-bottom: 22px solid transparent;
    border-left: 16px solid transparent;
}
.videoTextBox:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    border-bottom: 23px solid #ffffff;
    border-left: 17px solid transparent;
}
.videoTextBox .socialBar {
	position: absolute;
	bottom: 12px;
	left: 15px;
}

.socialBar a.button {
	border: 2px solid #000;
	font-size: 14px;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
	color: #000;
	margin-left: 10px;
  padding: 5px 15px;
}
.socialBar a.button.shareButtonReveal svg {
	width: 18px;
	height: 18px;
	fill: #000;
	margin: 0 6px 0 0;
	display: inline-block;
  vertical-align: text-bottom;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.socialBar a.button.active {
	color: #fff;
	background-color: #0067c6;
	border-color: #0067c6;
} 
.socialBar a.button:hover, .socialBar a.button:active, .socialBar a.button:focus {
	color: #fff;
	background-color: #0067c6;
	border-color: #0067c6;
}
.socialBar a.button.shareButtonReveal:hover svg, .socialBar a.button.shareButtonReveal:active svg, .socialBar a.button.shareButtonReveal:focus svg {
	fill: #fff;
}

/* addtoany social sharing button */
.a2a_kit {display: none; float: none; clear: both; width: 396px; text-align: right; position: absolute; right: -2px; top: 32px; background-color: #fff; padding: 3px 0; z-index: 100;}
.metaHeader:nth-child(2n+4) .a2a_kit {top: -40px;}
.article .a2a_default_style .a2a_count, .article .a2a_default_style .a2a_svg, .article .a2a_floating_style .a2a_svg, .article .a2a_menu .a2a_svg, .article .a2a_vertical_style .a2a_count, .article .a2a_vertical_style .a2a_svg {border-radius: 0;}


/* ### CONTACT LIST ### */
.eds_news_MPG .article.in_list.contact {
	border: none;
}


.groupLogo {
	min-height: 70px;
	background-color: #0067c6;
	width: 100%;
	margin: 0;
	padding: 0;
	background-size: 85% 85%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPGlogo-white.svg");
}
.groupLogo.projectSolutions {
	background-size: 90% 90%;
	background-color: #961914;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPPSlogo-white.svg");
}
.groupLogo.executives {
	background-size: 90% 90%;
	background-color: #682769;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPESlogo-white.svg");
}
.groupLogo.fyte {
	background-size: 90% 90%;
	background-color: #eb6b50;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/Fytelogo-white.svg");
}
.groupLogo.consulting {
	background-size: 90% 90%;
	background-color: #019c9e;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPCTlogo-white.svg");
}
.groupLogo.interim {
	background-size: 90% 90%;
	background-color: rgb(75, 91, 112);
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPIMlogo-white.svg");
}
.groupLogo.outplacement {
	background-size: 90% 90%;
	background-color: #e19e49;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPOlogo-white.svg");
}
.groupLogo.evolution {
	background-size: 90% 90%;
	background-color: #da853a;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPElogo-white.svg");
}
.groupLogo.sprint42 {
	background-size: 70% 70%;
	background-color: #0E27FB;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/sprint42-white.svg");
}

.groupLogo.mpsr {
	background-size: 85% 85%;
	background-color: #941a1d;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MPSRlogo-white.svg");
}

.groupLogo.mdt {
	background-size: 85% 85%;
	background-color: #405a71;
	background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/HudsonNew/images/common/MDTlogo-white.svg");
}

.eds_news_MPG .article.in_list.contact .article_image {
	width: 270px;
}
.eds_news_MPG .article.in_list.contact .textContent {
	  width: 65%;
    width: calc( 100% - 320px );
		padding-bottom: 65px;
		padding-top: 0;
		padding-right: 0;
}
.eds_news_MPG .article.in_list.contact h3.contactName  {
	color: #000;
	font-size: 24px;
	font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	line-height: 1.3em;
	text-align: left;
}
.eds_news_MPG .article.in_list.contact h4.contactTitle {
	color: #000;
	font-size: 24px;
	font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	line-height: 1.3em;
	text-align: left;
}
.eds_news_MPG .article.in_list a.ctaButton.email {
	position: absolute;
	bottom: 1.8em;
	right: 2em;
	border: 2px #000 solid;
	padding: 0.3em 2em;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
		-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.eds_news_MPG .article.in_list a.ctaButton.email:hover, .eds_news_MPG .article.in_list a.ctaButton.email:active, .eds_news_MPG .article.in_list a.ctaButton.email:focus {
	color: #fff;
	background-color: #0067c6;
	border-color: #0067c6;
}



/* ### CONTACT SMALL CONTACT BRAND SQUARE ### */

  
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper .article.small.contact,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper .article.small.contact,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper .article.small.contact,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper .article.small.contact {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	float: none;
	width: 100%;
	max-width: 310px;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper .content,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper .content,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper .content,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper .content {
	width: 100%;
	max-width: 310px;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(1):nth-last-child(3), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(2):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(3):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(1):nth-last-child(3), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(2):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(3):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(1):nth-last-child(3), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(2):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(3):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper:nth-child(1):nth-last-child(3), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper:nth-child(2):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper:nth-child(3):nth-last-child(1) {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(1):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(2):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(1):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(2):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(1):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(2):nth-last-child(1),
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper:nth-child(1):nth-last-child(2), 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper:nth-child(2):nth-last-child(1) {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .articleWrapper {
	text-align: center;
	padding: 0 15px;
}

.DnnModule-EasyDNNnewsWidgets .ContainerWrapper {
	/*padding-right: 40px;*/
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.contact img,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.contact img,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.contact img,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.contact img {
	width: 100%;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.interim,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.interim,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.interim,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.interim  {
	border: 2px solid rgb(75, 91, 112);
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.mdt,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.mdt,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.mdt,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.mdt {
	border: 2px solid #405a71;
}


.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.fyte,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.fyte,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.fyte,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.fyte {
	border: 2px solid #eb6b50;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.mpsr,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.mpsr,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.mpsr,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.mpsr {
	border: 2px solid #941a1d;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.executives,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.executives,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.executives
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.executives {
	border: 2px solid #682769;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.general,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.general,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content.general,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.general {
	border: 2px solid #0067c6;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content h3,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content h3,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content h3,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content h3 {
	font-size: 20px;
	padding: 0 15px;
	margin-bottom: 0;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content h4,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content h4,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content h4,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content h4  {
	font-size: 16px;
	padding: 0 15px;
	margin-top: 0;
	font-family: OpenSans Regular, Arial, Arial, sans-serif;
	margin-bottom: 0;
}

.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content a.ctaButton.tel  {
	background-color: #fff;
	position: static;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0 1em;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
	word-break: break-all;
	border: 0;
}
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content a.ctaButton.tel,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content a.ctaButton.tel {
	padding: 0 1em 0.7em;
}
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .article.small.contact .content a.ctaButton.email,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content a.ctaButton.email {
	padding: 0.7em 1em 0;
}

.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.interim a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact.fullWidth .content.interim a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.fyte a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact.fullWidth .content.fyte a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact .content.executives a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .article.small.contact.fullWidth .content.executives a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.interim a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact.fullWidth .content.interim a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.fyte a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact.fullWidth .content.fyte a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact .content.executives a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .article.small.contact.fullWidth .content.executives a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.interim a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact.fullWidth .content.interim a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.fyte a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact.fullWidth .content.fyte a.ctaButton.email:active,
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact .content.executives a.ctaButton.email:hover, 
.eds_news_MPG.eds_template_List_Article_Default_contact_small_linkedin .article.small.contact.fullWidth .content.executives a.ctaButton.email:active { background-color: initial; color: initial;}

.contactDetails {
	min-height: 4.5em;
}

/* ### CONTACT SMALL CONTACT - MODAL POPUP FOR SPECIALIST PAGES ### */
.article.small.contact .article_image:hover {
	cursor: pointer;
}
.article.small.contact h3.contactName:hover {
	cursor: pointer;
}
.article.small.contact h4.contactTitle:hover {
	cursor: pointer;
}
p.openBio {
	color: #0067c6;
	text-decoration: none;
	font-size: 16px;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
	cursor: pointer;
	display: none;
}
.article.small.contact .article_image {
	position: relative;
}
.article.small.contact img {
    z-index: 1;
}
.article.small.contact .article_image .readBio {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 2.5em;
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSans Bold';
    background-color: rgba(0,0,0,0.5);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 1em;
    z-index: 2;
	text-shadow: 0 0 3px #000;
    transition: .5s ease-in-out;
}
.modal-dialog.modal-dialog-centered .modal-image .readBio {
	display: none;
}
.article.small.contact .article_image:hover .readBio, .article.small.contact .article_image .readBio.hover {
    bottom: 70px;
}
.article.small.contact .article_image .groupLogo {
    z-index: 3;
    position: relative;
}
.eds_template_List_Article_Default_contact_small .article.small.contact h3.contactName {
    text-decoration: underline;
}
.article .content.executives p.openBio {
	color: #682769;
}
.article .content.fyte p.openBio {
	color: #eb6b50;
}
.article .content.consulting p.openBio {
	color: #019c9e;
}
.article .content.interim p.openBio {
	color: rgb(75, 91, 112);
}
.article .content.outplacement p.openBio {
	color: #e19e49;
}
.article.contact .content p.openBio:hover, p.openBio:active, p.openBio:focus {
	color: #000;
	cursor: pointer;
}

.eds_news_MPG .modal.modalContactBio {
        background-color: rgba(200,200,200,0.5);
}
.eds_news_MPG .modal-dialog.modal-dialog-centered {
	margin-top: 150px;
}
.eds_news_MPG .modal-dialog.modal-dialog-centered .modal-content{
    border-radius: 0;
	border-width: 0;
	padding: 40px;
	
	/*
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-content: stretch;
	*/
	
}
.eds_news_MPG .modal-image {
	/*flex: 0 1 250px;
	align-self: auto;*/
}
.eds_news_MPG .modal-image img {
	width: 100%;
	height: auto;
	
}
.eds_news_MPG .modal-body {
	/*flex: 2 1 auto;
	align-self: auto;*/
	position: relative;
	text-align: right;
	padding: 0 0 0 0;
}
.eds_news_MPG .modal-dialog h3, .eds_news_MPG .modal-dialog h4{
	margin-top: 0;
	margin-bottom: 12px;
	text-align: left;
}
.eds_news_MPG .modal-dialog h3.contactName {
	font-size: 32px;
	margin-top: -8px;
	text-align: left;
	padding-left: 40px;
}
.eds_news_MPG .modal-dialog h4.contactTitle {
	font-size: 22px;
	text-align: left;
	padding-left: 40px;
}
.eds_news_MPG .modal-dialog .contactBio {
	text-align: left;
}
.eds_news_MPG .modal-dialog .contactBio p {
	line-height: 1.7em;
	padding-left: 40px;
}

.eds_news_MPG .modal-dialog button.close {
	position: absolute;
	top: -15px;
    right: -10px;
	font-size: 40px;
	opacity: .4;
}

.eds_news_MPG .modal-body .contactBio {
	display: inline;
}

/* ### CONTACT SMALL CONTACT - FULL WIDTH - FOR SPECIALIST PAGES ### */
/* two column grid */
.row .pane.col-lg-6:nth-child(1) .small.contact {
    text-align: right;
    margin: 0;
}
.row .pane.col-lg-6:nth-child(2) .small.contact {
    text-align: left;
}
/* three column grid */
.row .pane.col-lg-4:nth-child(1) .small.contact {
    text-align: right;
    margin: 0;
}
.row .pane.col-lg-4:nth-child(2) .small.contact {
    text-align: center;
}
.row .pane.col-lg-4:nth-child(3) .small.contact {
    text-align: left;
}
.eds_news_MPG .article.small.contact.fullWidth .content {
	text-align: center;
	width: 250px;
	display: inline-block;
}
.eds_news_MPG .article.small.contact.fullWidth {
	text-align: center;
}
.eds_news_MPG .article.small.contact.fullWidth img {
	float: none;
  margin: 0 auto;
  text-align: center;
	object-fit: cover;
}
.eds_news_MPG .article.small.contact.fullWidth h3.contactName {
	text-align: center;
	margin-bottom: 0;
}
.eds_news_MPG .article.small.contact.fullWidth .content h4.contactTitle {text-align: center; margin-top: 0; margin-bottom: 20px; color: #0067c6; line-height: 1.3em; min-height: 2.6em; font-size: 16px;}
.eds_news_MPG .article.small.contact.fullWidth .content.executives h4.contactTitle {color: #682769;}
.eds_news_MPG .article.small.contact.fullWidth .content.fyte h4.contactTitle {color: #eb6b50;}
.eds_news_MPG .article.small.contact.fullWidth .content.interim h4.contactTitle {color: rgb(75, 91, 112);}
.eds_news_MPG .article.small.contact.fullWidth .content.consulting h4.contactTitle {color: #019c9e;}
.eds_news_MPG .article.small.contact.fullWidth .content.mpsr h4.contactTitle {color: #941a1d;}
.eds_news_MPG .article.small.contact.fullWidth .content.mdt h4.contactTitle {color: #405a71;}

.eds_news_MPG .article.small.contact .content a.ctaButton.email, .eds_news_MPG .modal-content a.ctaButton.email {
	background-color: #fff;
	border: 2px #000 solid;
	border-color: #0067c6;
	position: static;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0.5em 1em;
	margin: 0 auto;
	color: #0067c6;
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'OpenSans Semibold', Helvetica, Arial, sans-serif;
		-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.eds_news_MPG .modal-content a.ctaButton.email {
	width: auto;
	display: inline-block;
}
.eds_news_MPG .article.small.contact .content a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content a.ctaButton.email:active, .eds_news_MPG .modal-content a.ctaButton.email:hover, .eds_news_MPG .modal-content a.ctaButton.email:active {
	background-color: #0067c6;	color: #fff;
}
.eds_news_MPG .modal-content.executives a.ctaButton.email {
	 border-color: #682769; color: #682769;
}
.eds_news_MPG .modal-content.executives a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.executives a.ctaButton.email:active, .eds_news_MPG .modal-content.executives a.ctaButton.email:hover, .eds_news_MPG .modal-content.executives a.ctaButton.email:active {
	background-color: #682769; border-color: #682769; color: #fff;
}
.eds_news_MPG .modal-content.fyte a.ctaButton.email {
	color: #eb6b50; border-color: #eb6b50;
}
.eds_news_MPG .modal-content.fyte a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.fyte a.ctaButton.email:active, .eds_news_MPG .modal-content.fyte a.ctaButton.email:hover, .eds_news_MPG .modal-content.fyte a.ctaButton.email:active {
	background-color: #eb6b50; color: #fff;
}
.eds_news_MPG .modal-content.mpsr a.ctaButton.email {
	color: #941a1d; border-color: #941a1d;
}
.eds_news_MPG .modal-content.mpsr a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.mpsr a.ctaButton.email:active, .eds_news_MPG .modal-content.mpsr a.ctaButton.email:hover, .eds_news_MPG .modal-content.mpsr a.ctaButton.email:active {
	background-color: #941a1d; color: #fff;
}
.eds_news_MPG .modal-content.mdt a.ctaButton.email {
	color: #405a71; border-color: #405a71;
}
.eds_news_MPG .modal-content.mdt a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.mdt a.ctaButton.email:active, .eds_news_MPG .modal-content.mdt a.ctaButton.email:hover, .eds_news_MPG .modal-content.mdt a.ctaButton.email:active {
	background-color: #405a71; color: #fff;
}
.eds_news_MPG .modal-content.interim a.ctaButton.email {
	border-color: rgb(75, 91, 112); color: rgb(75, 91, 112);
}
.eds_news_MPG .modal-content.interim a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.interim a.ctaButton.email:active, .eds_news_MPG .modal-content.interim a.ctaButton.email:hover, .eds_news_MPG .modal-content.fyte a.ctaButton.email:active {
	 background-color: rgb(75, 91, 112); color: #fff;
}
.eds_news_MPG .modal-content.consulting a.ctaButton.email {
	color: #019c9e; border-color: #019c9e;
}
.eds_news_MPG .modal-content.consulting a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.consulting a.ctaButton.email:active, .eds_news_MPG .modal-content.consulting a.ctaButton.email:hover, .eds_news_MPG .modal-content.fyte a.ctaButton.email:active {
	 background-color: #019c9e; color: #fff;
}
.eds_news_MPG .modal-content.outplacement a.ctaButton.email {
	color: #e19e49; border-color: #e19e49;;
}
.eds_news_MPG .modal-content.outplacement a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.outplacement a.ctaButton.email:active, .eds_news_MPG .modal-content.outplacement a.ctaButton.email:hover, .eds_news_MPG .modal-content.fyte a.ctaButton.email:active {
	background-color: #e19e49; 	color: #fff;;
}

.eds_news_MPG .article.small.contact .content.executives a.ctaButton.email { border-color: #682769; color: #682769;}
.eds_news_MPG .article.small.contact .content.executives a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.executives a.ctaButton.email:active {background-color: #682769; border-color: #682769; color: #fff; }
.eds_news_MPG .article.small.contact .content.fyte a.ctaButton.email {color: #eb6b50; border-color: #eb6b50;}
.eds_news_MPG .article.small.contact .content.fyte a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.fyte a.ctaButton.email:active { background-color: #eb6b50; color: #fff;}
.eds_news_MPG .article.small.contact .content.interim a.ctaButton.email {border-color: rgb(75, 91, 112); color: rgb(75, 91, 112);}
.eds_news_MPG .article.small.contact .content.interim a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.interim a.ctaButton.email:active { background-color: rgb(75, 91, 112);
 color: #fff;	}
.eds_news_MPG .article.small.contact .content.consulting a.ctaButton.email {color: #019c9e; border-color: #019c9e;}
.eds_news_MPG .article.small.contact .content.consulting a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.consulting a.ctaButton.email:active {background-color: #019c9e;
	color: #fff;}
.eds_news_MPG .article.small.contact .content.outplacement a.ctaButton.email {color: #e19e49; border-color: #e19e49;}
.eds_news_MPG .article.small.contact .content.outplacement a.ctaButton.email:hover, .eds_news_MPG .article.small.contact.fullWidth .content.outplacement a.ctaButton.email:active {background-color: #e19e49;
	color: #fff;}



/* CONTACT SMALL - THIRDS */
/* two items */
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(2),
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(1) {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
/* three items */
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(3),
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(2),
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(3):nth-last-child(1) {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content {
	width: 250px;
}
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper {text-align: center;}
.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .article.small.contact {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	float: none;
}
/*
.articleWrapper:nth-child(3) .article.small.contact {
	float: left;
}*/

/* ### ARTICLE DETAIL BRANDED ### */	
.article.details .groupLogo {	
    min-height: 70px;	
    margin: 0 auto;	
    background-size: 40%;	
    background-position: 4% center;	
    max-width: 750px;	
}	
.article.details .groupLogo.fyte {	
	background-size: 20%;	
    background-position: 1% center;	
}	
/* ### MAIN BREAK POINT FOR LARGE DEVICES ### */	
@media (max-width: 1400px) {	
	/* Category pages */	
	.eds_template_List_Article_Default {	
		padding: 0 16px 0 0px;	
    margin-left: -12px;	
	}	
		
}	
/* ### MAIN BREAK POINT FOR MAIN INSIGHTS PAGE LIST - CENTERED TEMPLATE ### */	
@media (max-width: 1300px) {	
	.eds_news_MPG .threeColumnList.brandedList {	
	    padding: 0 40px;	
	}	
	.eds_subCollection_search {	
	    padding: 10px 40px 20px 40px;	
	}	
}	


/* ### MAIN BREAK POINT FOR MAIN INSIGHTS PAGE LIST - CENTERED TEMPLATE ### */
@media (max-width: 1265px) {
	.eds_template_List_Article_Default_centered {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* ### MAIN BREAK POINT FOR CATEGORY FILTER ### */
@media (max-width: 1220px) {
	.eds_template_List_Article_Default {
		padding: 0 46px 0 5px;
		margin-left: 0;
	}
	.edn_widget_filtermenu_box ul.edn_filter_menu {
		border-bottom: none;
	}
	.filterIntroduction, .edn_widget_filtermenu_box .sortByOptions {
		display: none;
	}
	.eds_news_MPG .article.in_list.featured .textContent {
		width: 63%;
	}
	.eds_news_MPG .article.in_list.featured .article_image {
		width: 30%;
	}
	.edn_widget_filtermenu_box h3.edn_optionsTitle, .filterSummary {
		display: none;
	}
	.edn_widget_filtermenu_box .mobile .edn_filter_menu li.level_0 {
		float: none;
		width: 100%;
		border: 1px solid #ddd;
		border-width: 1px 0 0 0;
		padding: 10px 0 10px 0;
		height: auto;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li.level_0 > div {
		padding-left: 0;
		height: auto;
		cursor: pointer;
		background-size: 18px 18px;
    background-position: right 0px top 4px;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li.level_0 ul {
		position: static;
		width: 100%;
		padding-top: 3px;
		border: none;
		background-color: transparent;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li.level_2 > div {
		padding-left: 0;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li.level_2 {
		padding: 3px 0;
	}
	.edn_widget_filtermenu_box {
		padding-right: 40px;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li > div input[type="checkbox"] {
		margin-right: 2px;
	}
	.edn_widget_filtermenu_box .edn_filter_menu li.level_1 > div label, .edn_widget_filtermenu_box .edn_filter_menu li.level_2 > div label {
		cursor: pointer;
	}
	.eds_news_MPG .fiveColumnList .article.in_list .textContent {
		padding-top: 0;
	}
	.eds_news_MPG .fiveColumnList .article.in_list a.summary {
		height: 8em;
	}
	.eds_news_MPG .fourColumnList .article.in_list .content {
		min-height: 370px;
	}
	.eds_news_MPG .fourColumnList .article.in_list .textContent h3 {
		height: 3.8em;
	}
	.eds_news_MPG .fourColumnList .article.in_list .textContent a.summary {
		height: 9em;
	}
}

	/* ### MAIN BREAK POINT ### */	
@media (max-width: 1170px) {	
	.eds_news_MPG.eds_template_List_Article_Featured_header {	
		padding-left: 40px;	
	}	
	.eds_news_MPG.eds_template_List_Article_Featured_shortlist {	
		padding-right: 2em;	
	}	
	#dnn_FeaturedArticlesRightPane .ContainerMiddle {	
		padding-left: 0;	
		padding-right: 0;	
	}	
	.eds_news_MPG .article.in_list .textContent {	
		width: 71%;	
	}	
	.eds_news_MPG .article.in_list .article_image {	
		width: 25%;	
		margin-right: 4%;	
	}	
	.eds_news_MPG .article.in_list .socialBar {	
		left: 29%;	
	}	
	.eds_news_MPG .article.in_list a.readmore {	
		bottom: 20px;	
		left: 29%;	
	}	
	/*.eds_news_MPG .article.in_list.halfColumn .article_image {	
		width: 50%;	
	}*/	
	.eds_news_MPG .article.in_list.halfColumn .textContent {	
		width: 47%;	
	}	
	.eds_news_MPG .article.in_list.featured .textContent {	
		width: 63%;	
	}	
	.eds_news_MPG .article.in_list.featured .article_image {	
		width: 33%;	
	}	
	.eds_news_MPG .article.in_list.featured .socialBar {	
		left: 37%;	
	}	
	.eds_news_MPG .article.in_list.featured .textContent h3 {	
		font-size: 24px;	
	}	
	.eds_news_MPG .article.in_list.featured .textContent a.summary {	
		font-size: 18px;	
	}	
	.article.in_list.featured_header .content {	
		background-image: url('images/common/hexCoverSmall.svg');	
		background-size: 101%;	
	}	
	.article.details .article_image, .article.details .main_content, .article.details .metaHeader, .edn_article_links, .titleBackground h1, .titleBackground h2,  .article.details .groupLogo, .related_articles ul{	
		width: 66%;	
		margin: 0 auto;	
	}	
	.article.details h1, .article.details h2 {	
    margin: 0.4em auto 0.8em auto;	
	}	
.eds_news_MPG .related_articles .article.in_list {	
    width: 31.3%;	
    margin-right: 2.3%;	
}	
	.eds_news_MPG .related_articles .article.in_list .textContent {	
    min-height: 7em;	
	}	
	.eds_news_MPG .related_articles .article.in_list .textContent h3 {	
		font-size: 16px;	
		line-height: 24px;	
	}
	.videoTextBox {
    padding: 25px;
    position: static;
    height: auto;
		width: 100%;
	}
	.videoTextBox .socialBar {
		position: static;
	}
	.videoTextBox .socialBar ul {
		float: none;
		margin-bottom: 0;
	}
	.videoTextBox .socialBar ul li {
		margin: 10px 15px 0 0;
	}

	.eds_news_MPG .fiveColumnList .article.in_list .article_image {
		min-height: 120px;
	}
	.eds_news_MPG .fiveColumnList .article.in_list .textContent {
		padding-top: 4%;
	}
	.eds_news_MPG .fiveColumnList .article.in_list a.summary {
		height: 9em;
	}
}

/* ### BREAK POINT 1100px ### */

@media (max-width: 1100px) {
	.contactDetails {
		min-height: 6em;
	}
}

/* ### BREAK POINT 1024 ### */

@media (max-width: 1024px) {
	.eds_news_MPG.eds_template_List_Article_Default {
		margin: 0 auto;
		padding-right: 45px;
    padding-left: 5px;
	}

	.DnnModule-EasyDNNnews .DNNContainer_Title_h2 > h2 .TitleH2 {
		margin-bottom: 0;
	}

	.eds_news_MPG .article.in_list .article_image {
		width: 29%;
		margin-right: 4%;
	}

	.article.details .article_image, .article.details .main_content, .article.details .metaHeader {
		width: 71%;
		margin: 0 auto;
	}

	.eds_news_MPG .fiveColumnList .article.in_list .textContent {
		padding-top: 4%;
	}

	.eds_news_MPG .article.in_list .textContent {
		padding: 3.2% 4% 0 0;
		width: 67%;
	}

	.eds_news_MPG .article.in_list.featured_header .textContent {
		padding-right: 0;
		width: 100%;
	}

	.eds_news_MPG .article.in_list a.readmore {
		bottom: 25px;
		left: 39%;
	}

	.eds_news_MPG .article.in_list .socialBar {
		left: 33%;
		bottom: 16px;
	}

	.eds_news_MPG .article.in_list .socialBar ul {
		margin-bottom: 0;
	}

	.eds_news_MPG .article.details .metaHeader .socialBar ul {
		margin-bottom: 0;
		margin-top: 10px;
	}

	.eds_news_MPG.eds_template_List_Article_TwoColumn {
    /*width: 90%;
    margin: 0 auto;*/
    /*width: 2800px;*/
    margin: 0 0 0 0;
    overflow: hidden;
    height: 22em;
  }
	.eds_news_MPG.eds_template_List_Article_ThreeColumn {
		margin: 0 0 0 0;
    overflow: hidden;
    height: 27em;
	}
	.eds_news_MPG.eds_template_List_Article_FourColumn-imageBottom, .eds_news_MPG.eds_template_List_Article_FourColumn {
		margin: 0 0 0 0;
    overflow: hidden;
    height: 28em;
	}
  .eds_news_MPG .twoColumnList .scroller {
    /*margin-left: 5vw;*/
  }
  .eds_news_MPG .twoColumnList .article.in_list {
    width: 60vw;
    margin-right: 4vw;
  }
  .eds_news_MPG .twoColumnList .article.in_list:nth-child(even) {
    margin-right: 0;
  }
	.eds_news_MPG .twoColumnList .articleWrapper:nth-child(even) .article.in_list {
		margin-right: 0;
	}
  .eds_news_MPG .twoColumnList .article.in_list .article_image {
    width: 26vw;
    margin-right: 3vw;
		float: left;
  }
  .eds_news_MPG .twoColumnList .article.in_list .textContent {
    padding: 2.5vw 2vw 0 0;
    width: 30vw;
		float: left;
  }
	.eds_news_MPG .threeColumnList .article.in_list, .eds_news_MPG .threeColumnList .article.in_list.mpg {	
	  width: 48%;	
    margin-right: 4%;	
		min-height: 22em;	
	}
	.eds_news_MPG .threeColumnList .article.in_list .article_image {
		height: 185px;
		overflow: hidden;
	}
	.eds_news_MPG .threeColumnList .article.in_list .article_image img {
		top: 0;
	}

	.eds_news_MPG .threeColumnList .article.in_list .textContent {
		height: auto;
	}
	.eds_news_MPG .fourColumnList .article.in_list {
		float: left;
		width: 31vw;
		margin-right: 0;
		height: 24.5em;
	}
  .eds_news_MPG.eds_template_List_Article_TwoColumn .endOfListMoreLink {
    display: none;
  }
  .eds_news_MPG.eds_template_List_Article_FiveColumn {
    /*width: 90%;
    margin: 0 auto;*/
    /*width: 2800px;*/
    margin: 0 0 0 0;
    overflow: hidden;
    height: 36vw;
		min-height: 400px;
  }
  .eds_news_MPG.eds_template_List_Article_FiveColumn .scroller {
    /*margin-left: 5vw;*/
  }
	.eds_news_MPG .fiveColumnList .article.in_list h3 {
		height: 2.8em;
	}
  .eds_news_MPG .fiveColumnList .article.in_list {
    width: 25vw;
    margin-right: 2vw;
    height: 33vw;
		min-height: 350px;
  }
  .eds_news_MPG .fiveColumnList .article.in_list .article_image {
    width: 100%;  
    margin-right: 0;
  }
  .eds_news_MPG .fiveColumnList .article.in_list .article_image img {
    position: static;
  }
  .article.details .article_image, .article.details .main_content, .article.details .metaHeader, .article.details .articleHeader, .article.details .titleBackground h1, .article.details .titleBackground h2, .article.details .groupLogo{	
    width: 75%;	
    margin: 0 auto;	
  }	
  .article.details .groupLogo {	
    min-height: 70px;	
    background-size: 40%;	
    background-position: 6% center;	
	}
	.article.details .meta_text {
		margin: 5px auto;
	}
	.article.details .articleHeader.imageHeader .headerCover h1, .article.details .articleHeader.imageHeader .headerCover h2.edn_subTitle {
		width: 75%;
		margin: 0 auto;
	}
	.eds_news_MPG .article.in_list.featured_header .textContent {
		width: 68%;
	}
	.article.in_list.featured_shortlist h3 {
		font-size: 14px;
	}
	.eds_news_MPG .article.in_list.halfColumn a.summary {
		font-size: 14px;
	}
	.related_articles h2, .edn_article_links {
		width: 75%;
		margin: 0 auto;
	}
	.related_articles h2, .related_articles ul {
		width: 75%;
		margin: 0 auto;
	}
	.eds_news_MPG .related_articles .article.in_list .textContent {	
		padding: 4% 0 0;	
		width: 100%;	
		min-height: auto;	
	}
	.eds_news_MPG .related_articles .article.in_list:nth-child(even) {
		margin-right: 0;
	}
	.eds_news_MPG .related_articles .article.in_list .article_image {
		width: 100%;
		margin-right: 0%;
		height: auto;
    position: relative;
    overflow: hidden;
	}
	.eds_news_MPG .related_articles .article.in_list h3 {
    min-height: 2.7em;
    line-height: 1.3em;
	}
	.eds_news_MPG .related_articles .article.in_list a.summary {
		height: 8em;
	}
	.eds_news_MPG .article.in_list .article_image img {
		width: 100%;
    display: block;
    height: auto;
	}
	.eds_news_MPG .related_articles .article.in_list .textContent {
		padding: 4% 0 0 0;
		width: 100%;
		min-height: auto;
	}
	.eds_news_MPG .article.in_list.featured .textContent h3 {
		font-size: 22px;
	}
	.eds_news_MPG .article.in_list.featured .textContent a.summary {
		font-size: 16px;
	}
	.eds_news_MPG .article.in_list.featured .textContent {
		width: 61%;
	}

	.eds_news_MPG .article.in_list.featured .article_image {
		width: 35%;
	}
	.eds_news_MPG .article.in_list.featured .socialBar {
		left: 39%;
	}
	/* ### CONTACT SMALL CONTACT - FULL WIDTH - FOR SPECIALIST PAGES ### */
	/* two column grid */
	.row .pane.col-lg-6 .small.contact {
		width: 100%;
	}
	.row .pane.col-lg-6:nth-child(1) .small.contact {
			text-align: center;
			margin: 0;
	}
	.row .pane.col-lg-6:nth-child(2) .small.contact {
			text-align: center;
	}
	/* three column grid */
	.row .pane.col-lg-4 .small.contact {
		width: 100%;
	}
	.row .pane.col-lg-4:nth-child(1) .small.contact {
			text-align: center;
			margin: 0;
	}
	.row .pane.col-lg-4:nth-child(2) .small.contact {
			text-align: center;
	}
	.row .pane.col-lg-4:nth-child(3) .small.contact {
			text-align: center;
	}
	.eds_news_MPG .article.small.contact.fullWidth .content {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.eds_news_MPG .article.small.contact.fullWidth {
		text-align: center;
	}
	.eds_news_MPG .article.small.contact.fullWidth img {
		width: 100%;
		height: auto;
	}
	.eds_news_MPG .article.small.contact.fullWidth .content h4.contactTitle {
		font-size: 14px;
		line-height: 1.5em;
		min-height: 4em;
		margin-bottom: 10px;
	}
	.DnnModule-EasyDNNnews .eds_news_MPG .threeColumnList .articleWrapper .article.in_list, .DnnModule-EasyDNNnews .eds_news_MPG .threeColumnList .articleWrapper .article.in_list.mpg {	
		margin-right: 4%;	
	}	
	.eds_news_MPG .threeColumnList .articleWrapper:nth-child(2n+0) .article.in_list, .eds_news_MPG .threeColumnList .articleWrapper:nth-child(2n+0) .article.in_list.mpg {	
		margin-right: 0;	
	}
}

/* ### RESPONSIVE UP TO 1000 PX ### */
@media (max-width: 1000px) {
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content, .eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image, .eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image img {
		width: 100%;
	}
	
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper {
    width: 27%;
    margin-right: 4.5%;
    display: inline-block;
    vertical-align: top;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(3) {
		margin-right: 0;
	}
	/* two items */
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(2),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(1) {
		width: 45%;
		margin-right: 9%;
		display: inline-block;
		vertical-align: top;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(1) {
		margin-right: 0;
	}
	/* three items */
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(3),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(2),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(3):nth-last-child(1) {
		width: 27%;
		margin-right: 4.5%;
		display: inline-block;
		vertical-align: top;
	}
}


/* ### RESPONSIVE UP TO 910 PX ### */

@media (max-width: 910px) {
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(1):nth-last-child(3), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(2):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(3):nth-last-child(1),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(1):nth-last-child(3), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(2):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(3):nth-last-child(1),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(1):nth-last-child(3), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(2):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(3):nth-last-child(1) {
		width: 100%;
		display: block;
	}

	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper,
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper,
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper {
		text-align: center;
		padding: 0 15px 40px;
	}
}


/* ### RESPONSIVE UP TO 900 PX ### */

@media (max-width: 900px) {
  .eds_news_MPG.eds_template_List_Article_FiveColumn {
    height: 40vw;
  }
  .eds_news_MPG .fiveColumnList .article.in_list {
    width: 30vw;
    margin-right: 2vw;
    height: 38vw;
  }
	.eds_news_MPG .article.in_list.featured_header .textContent {
		width: 65%;
	}
	.article.in_list.featured_header .textContent h2 a {
		font-size: 25px;
	}
	.eds_news_MPG .article.in_list.halfColumn a.summary {
		font-size: 16px;
	}
	.article.in_list.featured_shortlist h3 {
		font-size: 16px;
	}
	.eds_news_MPG .article.in_list a.summary {
		font-size: 14px;
	}
	.eds_news_MPG .article.in_list a.readmore {
		bottom: 20px;
		left: 37%;
	}
	.eds_news_MPG .article.in_list .socialBar .label {
		font-size: 14px;
	}
	.edn_article_links {
		width: 71%;
		margin: 0 auto;
	}
	.eds_news_MPG .article.in_list.featured .textContent h3 {
		font-size: 22px;
	}
	.eds_news_MPG .article.in_list.featured .textContent a.summary {
		font-size: 16px;
	}
	.eds_news_MPG .threeColumnList .article.in_list .article_image {
    height: 155px;
	}
	.article.details .thirdColumn, .article.details .twoThirdColumn {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
		.article.details .groupLogo {	
    min-height: 70px;	
    background-size: 50%;	
    background-position: 8% center;	
	}	
	.article.details .groupLogo.fyte {	
	background-size: 25%;	
    background-position: 2% center;	
	}	
	.HeaderBar-background h1.insightsTitle, .HeaderBar-background p.insightsTitle, .InsightsBanner h1.insightsTitle, .InsightsBanner p.insightsTitle {	
		line-height: 200px;	
	}
}

/* ### RESPONSIVE UP TO 850 PX ### */
@media (max-width: 850px) {
 .eds_news_MPG .article.in_list h2 a {
    font-size: 17px;
  }
  .eds_news_MPG .article.in_list .summary p {
    font-size: 14px;
    line-height: 1.4em;
  }
	.eds_news_MPG .article.in_list .article_image {
    width: 35%;
    margin-right: 4%;
  }
	.eds_news_MPG .article.in_list .socialBar {
    left: 39%;
  }
	.eds_news_MPG .article.in_list .textContent {
		width: 61%;
	}
	.eds_news_MPG .article.in_list .textContent h3 {
		font-size: 20px;
	}
	.eds_news_MPG .article.in_list .textContent a.summary, .eds_news_MPG .article.in_list .textContent a.summary p {
		font-size: 14px;
	}
	.eds_news_MPG .article.in_list.featured .textContent a.summary, .eds_news_MPG .article.in_list.featured .textContent a.summary p {
		font-size: 14px;
	}
	.eds_news_MPG .article.in_list.featured_header .textContent {
		width: 60%;
	}
	.related_articles h2, .related_articles ul {
		width: 90%;
		margin: 0 auto;
	}
	.eds_news_MPG .threeColumnList .article.in_list, .eds_news_MPG .threeColumnList .article.in_list.mpg {	
	  width: 48%;	
    margin-right: 4%;	
		min-height: 18em;	
	}	
	.search_input.button_outside .do_search {	
		/*width: 20%;*/	
	}
	.eds_news_MPG .threeColumnList .article.in_list .article_image {
    height: 145px;
	}
}

/* ### RESPONSIVE UP TO 800 PX ### */
@media (max-width: 800px) {
	.article.details .titleBackground h1 {
		font-size: 32px;
	}
	.eds_news_MPG .article.in_list .article_image {
		width: 33%;
		margin-right: 4%;
	}

	.eds_news_MPG .article.in_list .textContent {
		padding: 3.2% 0 0 0;
		width: 59%;
	}

	.eds_news_MPG .article.in_list.featured_header .textContent {
		padding-right: 0;
		width: 100%;
	}

	.eds_news_MPG .article.in_list h2 {
		margin-bottom: 5px;
	}

	.eds_news_MPG .article.in_list.date a.summary {
		font-size: 13px;
	}

	.eds_news_MPG .article.in_list .socialBar {
		left: 37%;
	}

	.article.details .article_image, .article.details .main_content, .article.details .metaHeader, .article.details .articleHeader, .article.details .titleBackground h1, .article.details .titleBackground h2, .article.details .groupLogo {	
		width: 80%;	
	}	
	.article.details .groupLogo {	
    min-height: 70px;	
    background-size: 50%;	
    background-position: 8% center;	
	}

	.article.details .articleHeader.imageHeader {
		width: 100%;
	}
	.article.details .articleHeader.imageHeader .headerCover h1, .article.details .articleHeader.imageHeader .headerCover h2.edn_subTitle {
		width: 80%;
		margin: 0 auto;
		padding-right: 80px;
		font-size: 30px;
	}

	.eds_news_MPG .article.in_list.featured_header .textContent {
		padding: 0 0 0 0;
		float: none;
		width: 72%;
	}
	.article.in_list.featured_header .textContent h2 a {
		font-size: 30px;
		font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
    line-height: 1.2em;
	}
	.eds_news_MPG .article.in_list h3.edn_subTitle {
		display: none;
	}
	.eds_news_MPG .article.in_list .summary p, .eds_news_MPG .article.in_list a.summary {
    font-size: 14px;
    line-height: 1.3em;
  }
	.article.details .halfColumn {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.article.details .groupLogo.fyte {	
	background-size: 28%;	
    background-position: 2% center;	
	}
}

/* ### RESPONSIVE UP TO 768 PX ### - bootstrap breakpoint between md and sm */
@media (max-width: 768px) {
/* ### CONTACT SMALL CONTACT - FULL WIDTH - FOR SPECIALIST PAGES ### */
	/* two column grid */
	.row .pane.col-lg-6:nth-child(1) .small.contact {
			text-align: center;
			margin: 0;
	}
	.row .pane.col-lg-6:nth-child(2) .small.contact {
			text-align: center;
	}
	/* three column grid */
	.row .pane.col-lg-4:nth-child(1) .small.contact {
			text-align: center;
			margin: 0;
	}
	.row .pane.col-lg-4:nth-child(2) .small.contact {
			text-align: center;
	}
	.row .pane.col-lg-4:nth-child(3) .small.contact {
			text-align: center;
	}
	.eds_news_MPG .article.small.contact.fullWidth .content {
		text-align: center;
		width: 66%;
		display: inline-block;
	}
	.eds_news_MPG .article.small.contact.fullWidth {
		text-align: center;
	}
	.eds_news_MPG .article.small.contact.fullWidth img {
		width: 100%;
		height: auto;
	}
	.eds_news_MPG .article.small.contact.fullWidth .content h4.contactTitle {
		font-size: 16px;
		line-height: 1.5em;
		min-height: auto;
		margin-bottom: 10px;
	}
	.eds_news_MPG .modal-image {
		display: none;
	}
	.eds_news_MPG .modal-dialog h3.contactName, .eds_news_MPG .modal-dialog h4.contactTitle, .eds_news_MPG .modal-dialog .contactBio p {
		padding-left: 0;
	}
	.eds_news_MPG .modal-dialog h3.contactName {
		font-size: 22px;
	}
	.eds_news_MPG .modal-dialog h4.contactTitle {
		font-size: 16px;
	}
	.eds_news_MPG .modal-dialog .contactBio p {
		font-size: 14px;
		line-height: 1.4em;
	}
	.eds_news_MPG .modal-body {
		text-align: center;
	}
	.eds_news_MPG .modal-dialog.modal-dialog-centered	{
		margin-top: 80px;
	}
	p.openBio {
		display: block;
	}
	.eds_news_MPG .modal-dialog.modal-dialog-centered .modal-content {
		padding: 15px;
	}
	.eds_news_MPG .modal-dialog button.close {
    
    top: -18px;
    right: -8px;
    font-size: 40px;
  
	}
	p.openBio {
		display: none;
	}
}

/* ### RESPONSIVE UP TO 750 PX ### */
@media (max-width: 750px) {
  .eds_news_MPG.eds_template_List_Article_FiveColumn {
    height: 50vw;
  }
  .eds_news_MPG .fiveColumnList .article.in_list {
    width: 35vw;
    margin-right: 2vw;
    height: 26em;
  }
	.eds_news_MPG.eds_template_List_Article_Default {
    width: 100%;
    margin: 0 auto;
		padding-right: 52px;
    padding-left: 12px;
  }
	.eds_news_MPG .article.in_list .textContent, .eds_news_MPG .article.in_list.featured .textContent {
    padding: 3.5% 0 2% 6%;
    width: 92%;
    float: none;
    display: block;
  }
	.eds_news_MPG .article.in_list h2 a, .eds_news_MPG .article.in_list h3 a {
		font-size: 20px;
	}
	.eds_news_MPG .article.in_list.featured h3 a {
		font-size: 22px;
	}
  .eds_news_MPG .article.in_list h2, .eds_news_MPG .article.in_list h3 {
		margin-bottom: 5px;
    line-height: 28px;
	}
	.eds_news_MPG.eds_template_List_Article_TwoColumn .article.in_list h2, .eds_news_MPG.eds_template_List_Article_TwoColumn .article.in_list h3 {
		line-height: 20px;
	}
	.eds_news_MPG.eds_template_List_Article_TwoColumn .article.in_list h2 a, .eds_news_MPG.eds_template_List_Article_TwoColumn .article.in_list h3 a {
		font-size: 17px;
	}
  .eds_news_MPG .article.in_list a.summary, .eds_news_MPG .article.in_list.date a.summary {
    font-size: 16px;
    line-height: 1.3em;
  }
	.eds_news_MPG .article.in_list.featured a.summary, .eds_news_MPG .article.in_list.date.featured a.summary {
		font-size: 18px;
		line-height: 1.6em;
	}
  .eds_news_MPG .article.in_list .article_image, .eds_news_MPG .article.in_list.featured .article_image {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: none;
    margin-right: 0;
    position: relative;
  }

  .eds_news_MPG .article.in_list .article_image img, .eds_news_MPG .article.in_list.featured .article_image img {
    width: 100%;
    display: block;
    height: auto;
  }
	.eds_news_MPG.eds_template_List_Article_ThreeColumn .article.in_list .article_image {
		height: 150px;
	}
	.eds_news_MPG.eds_template_List_Article_ThreeColumn .article.in_list .article_image img, .eds_news_MPG.eds_template_List_Article_TwoColumn .article.in_list .article_image img, .eds_news_MPG.eds_template_List_Article_FourColumn .article.in_list .article_image img, .eds_news_MPG.eds_template_List_Article_FourColumn-imageBottom .article.in_list .article_image img {
		top: 0;
	}
	.eds_news_MPG .related_articles .article.in_list .article_image {
		height: 180px;
	}
	.eds_news_MPG .article.in_list a.readmore {
		position: static;
    display: inline-block;
    margin: 1% 8% 4% 6%;
	}
	.eds_news_MPG .article.in_list .socialBar {
    display: block;
    padding: 2% 0 10% 6%;
    width: 92%;
    font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: static;
    left: 0;
  }
	.eds_news_MPG .article.in_list .socialBar .label {
		font-size: 16px;
	}
  .eds_news_MPG .article.in_list .socialBar ul li {
    margin: 0 0 0 15px;
  }
  .eds_news_MPG .article.in_list .socialBar ul li a {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
	.eds_news_MPG .article.in_list .socialBar ul li .svgIcon {
		width: 20px;
    height: 20px;
	}
	.eds_news_MPG .fourColumnList .article.in_list {
		width: 66%;
		margin-right: 3em;
	}
	.eds_news_MPG .fourColumnList .article.in_list .textContent h2 {
		height: 4.5em;
	}
	.eds_news_MPG .fourColumnList .article.in_list .article_image {
		margin-top: 1em;
		height: 140px;
	}
	.eds_news_MPG .article.in_list.contact .article_image {
		width: 33%;
		display: inline-block;
		height: auto;
	}
	.eds_news_MPG .article.in_list.contact .article_image img {
		margin-top: 0;
		top: 0;
		position: static;
	}
	.groupLogo {
		height: 60px;
	}
	.eds_news_MPG .article.in_list.contact .textContent {
		width: 65%;
		display: inline-block;
    vertical-align: top;
    padding: 3% 4% 65px 4%;
	}
	.eds_news_MPG .article.in_list a.ctaButton.email {
		bottom: 1.2em;
		right: 1em;
	}
	.eds_news_MPG .article.in_list.contact h4.contactTitle {
		font-size: 20px;
	}
	.eds_news_MPG .article.in_list.contact .content {
		min-height: auto;
	}

  /* Vlastimil responsive changes for widget --- START */
  /*.ModEasyDNNnewsWidgetsC .eds_news_MPG .article.in_list .article_image {height: auto; min-height: unset;}*/
  .ModEasyDNNnewsWidgetsC .eds_news_MPG .article.in_list h2, .ModEasyDNNnewsWidgetsC .eds_news_MPG .article.in_list h3 {line-height: 20px;}
  .ModEasyDNNnewsWidgetsC .eds_news_MPG.eds_template_List_Article_FiveColumn {height: 350px;}
  .ModEasyDNNnewsWidgetsC .eds_news_MPG .fiveColumnList .article.in_list {  height: 20em; }

  /* Vlastimil responsive changes for widget --- END */

	.ModEasyDNNnewsWidgetsC .eds_news_MPG .twoColumnList .article.in_list .article_image {height: 200px; min-height: unset;}
	.eds_news_MPG .twoColumnList .article.in_list .content {
		min-height: initial;
	}

	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image {
		min-height: 220px;
		margin-top: 0;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image img {
		top: -15%;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list .article_image, .ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list.mpg .article_image {
		min-height: 120px;
		margin-top: 0;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list .article_image img, .ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list.mpg .article_image img {
		top: 0;
	}
	.article.details img.half {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.article.details img.half.alignLeft, .article.details img.half.alignRight {
		float: none;
		clear: both;
	    margin: 5px 0 15px 0;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content, .eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image, .eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image img {
		width: 300px;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper {
    width: 100%;
    margin-right: 0;
    display: block;
	float: none;
	padding-bottom: 5em;
	}
	/* two items */
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(2),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(1) {
		width: 100%;
    margin-right: 0;
    display: block;
	float: none;
	padding-bottom: 5em;
	}
	/* three items */
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(1):nth-last-child(3),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(2):nth-last-child(2),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper:nth-child(3):nth-last-child(1) {
		width: 100%;
    margin-right: 0;
    display: block;
	float: none;
	padding-bottom: 5em;
	}
	
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(1):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square .articleWrapper:nth-child(2):nth-last-child(1),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(1):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_bio .articleWrapper:nth-child(2):nth-last-child(1),
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(1):nth-last-child(2), 
	.eds_news_MPG.eds_template_List_Article_Default_contact_small_brand_square_FR_only .articleWrapper:nth-child(2):nth-last-child(1) {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	}
	.bioText p {
		padding: 12px 15px 0;
		text-align: left;
		font-size: 16px;
	}
	h4.contactTitle.height60 {
		min-height: 0;
	}
	.contactDetails {
		min-height: 0;
	}
}

/* ### RESPONSIVE UP TO 700 PX ### */
@media (max-width: 700px) {
	.eds_news_MPG .related_articles .article.in_list .article_image {
		height: 160px;
	}
	.eds_news_MPG .fiveColumnList .article.in_list h3 {
		height: 3.5em;
	}
	.eds_news_MPG .twoColumnList .article.in_list .content {
		min-height: initial;
	}
}

/* ### RESPONSIVE UP TO 640 PX ### */
@media (max-width: 640px) {
	.edn_widget_filtermenu_box ul.edn_filter_menu {
		margin-bottom: 15px;
	}
	.eds_news_MPG .article.in_list .article_image, .eds_news_MPG .article.in_list.featured .article_image {
		height: 180px;
	}
	.article.details .titleBackground h1 {
		font-size: 28px;
		margin-top: 10px;
	}
	.article.in_list.featured_header .content {
		background-image: url('images/common/article-featured-mobile-cover.png');
		background-size: 100% 100%;
	}

	.eds_news_MPG .article.in_list h3.articleTitle {
		margin: 15px 0 15px 0;
	}

	.article.in_list.featured_header {
		height: auto;
	}

	.article.in_list.featured_header .content {
		height: auto;
	}

	.eds_news_MPG.eds_template_List_Article_Default {
		padding-right: 10px;
	}
	.eds_template_List_Article_Default_centered {
		padding-left: 25px;
		padding-right: 25px;
	}
	.eds_news_MPG .article.in_list.featured_header .textContent {
		padding-right: 40px;
		width: 100%;
	}

	.eds_news_MPG.eds_template_List_Article_TwoColumn, .eds_template_List_Article_ThreeColumn {
		margin: 0 0 0 5%;
		height: auto;
	}

	.eds_news_MPG .twoColumnList .article.in_list .article_image {
		width: 100%;
		margin-right: 0;
	}

	.eds_news_MPG .twoColumnList .article.in_list .textContent {
		padding: 3.2vw 5% 5% 5%;
		width: 90%;
	}

	.eds_news_MPG.eds_template_List_Article_ThreeColumn {
		height: 25em;
	}

	.eds_news_MPG.eds_template_List_Article_FourColumn, .eds_news_MPG.eds_template_List_Article_FourColumn-imageBottom {
		height: 27em;
	}

	.eds_news_MPG .threeColumnList>.scroller>div {	
		text-align: center;	
	}	
	.eds_news_MPG .threeColumnList .articleWrapper {	
		display: inline-block;	
	}	
	.eds_news_MPG .threeColumnList .article.in_list, .eds_news_MPG .threeColumnList .article.in_list.mpg {	
		width: 70vw;	
		margin-right: 0;	
		min-height: 20em;	
	}

	.eds_news_MPG .threeColumnList .article.in_list.mpg {
		min-height: 16em;
	}
	.eds_news_MPG .threeColumnList .article.in_list.mpg.successStory .textContent {
		min-height: 9em;
	}

	.ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list .article_image {
    min-height: 180px;
    margin-top: 0;
	}

	.article.details .article_image, .article.details .main_content, .article.details .metaHeader, .article.details .articleHeader, .article.details .titleBackground h1, .article.details .titleBackground h2 {
		width: 90%;
	}
	
		
	.article.details .article_image, .article.details .groupLogo {	
		width: 100%;	
	}	
		
	.article.details .groupLogo {	
    min-height: 80px;	
    background-size: 65%;	
    background-position: 8% center;	
	}

	.article.details .article_image {
		width: 100%;
	}

		.article.details .articleHeader.imageHeader {
			background-size: 100%;
			padding-top: 200px;
		}

			.article.details .articleHeader.imageHeader .headerCover {
				background: #009c9e;
				min-height: 150px;
				padding-top: 25px;
			}

				.article.details .articleHeader.imageHeader .headerCover h1 {
					width: 90%;
					padding: 0 0 0 0;
				}

				.article.details .articleHeader.imageHeader .headerCover h2.edn_subTitle {
					width: 90%;
					padding: 0 0 30px 0;
				}

	.article.details .meta_text {
		
	}

	.article.details .main_content p {
		font-size: 16px;
	}

	.eds_news_MPG .article.in_list.halfColumn .article_image {
		display: block;
		width: 100%;
		height: 250px;
		float: none;
		margin-right: 0;
	}

	.eds_news_MPG .article.in_list.halfColumn .textContent {
		padding: 3.5% 0 3.5% 4%;
		float: none;
		display: block;
		width: 93%;
	}
	
	.eds_news_MPG .related_articles .article.in_list .textContent {	
		padding: 4% 0 0;	
    width: 100%;	
    min-height: auto;	
	}
	.eds_news_MPG .related_articles .article.in_list h3 {
		min-height: auto;
	}
	.related_articles h2, .related_articles h3, .related_articles ul {
		width: 71%;
	}
	.related_articles h2 {
		width: 90%;
	}
	.eds_news_MPG .related_articles .article.in_list  {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.eds_news_MPG .related_articles .article.in_list a.summary {
		height: auto;
	}
	.eds_news_MPG .article.in_list .textContent a.summary, .eds_news_MPG .article.in_list .textContent a.summary p {
		line-height: 1.6em;
	}
	.eds_news_MPG .article.details .metaHeader .socialBar ul {
		margin-top: 20px;
	}
	.edn_widget_filtermenu_box {
		padding-right: 0;
	}
	.search_input.button_outside .input {	
		/*width: 70%;*/	
	}	
	.form-builder-canvas {	
	 padding: 0 0 20px 0;	
	}	
	.HeaderBar-background h1.insightsTitle, .HeaderBar-background p.insightsTitle, .InsightsBanner h1.insightsTitle, .InsightsBanner p.insightsTitle {	
		line-height: 1.4em;	
	}
}

/* ### RESPONSIVE UP TO 560 PX ### */

@media (max-width: 560px) {
  .eds_news_MPG.eds_template_List_Article_FiveColumn {
    height: 57vw;
  }
  .eds_news_MPG .fiveColumnList .article.in_list {
    width: 35vw;
    margin-right: 2vw;
    height: 55vw;
  }
	.eds_news_MPG .fourColumnList .article.in_list {
		width: 70vw;
	}
	.article.details .articleHeader h1 {
		font-size: 26px;
	}
	.article.details .articleHeader.imageHeader {
		padding-top: 180px;
	}
	.eds_news_MPG .article.in_list.contact h3.contactName {
		font-size: 22px;
	}
	.eds_news_MPG .article.in_list.contact h4.contactTitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.eds_news_MPG .fiveColumnList .article.in_list h3 {
		height: 3.9em;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list  {
		margin-right: 0;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image {
		min-height: 200px;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image img {
		top: -7%;
	}
	.article.details .groupLogo.fyte {	
	background-size: 30%;	
    background-position: 2% center;	
	}	
	.halfBanner {	
		height: 150px;	
		max-height: 40wh;	
	}	
	.halfBanner span.ctaButton {	
   width: calc(100% - 2em);	
   display: block;	
   text-align: center;	
   	
	}
}

/* ### RESPONSIVE UP TO 520 PX ### */
@media (max-width: 520px) {
	.eds_news_MPG .article.in_list.contact .article_image {
		width: 100%;
	}
	.eds_news_MPG .article.in_list.contact .textContent {
		width: 100%;
		padding-bottom: 45px;
	}
	.groupLogo {
		height: 100px;
	}
	.eds_news_MPG .article.in_list.contact h3.contactName {
		font-size: 24px;
	}
	.eds_news_MPG .article.in_list.contact h4.contactTitle {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/* ### CONTACT SMALL CONTACT - FULL WIDTH - FOR SPECIALIST PAGES ### */
	.eds_news_MPG .article.small.contact.fullWidth .content {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.eds_news_MPG .article.small.contact.fullWidth .content h4.contactTitle {
		font-size: 16px;
		line-height: 1.5em;
		min-height: auto;
		margin-bottom: 10px;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content {
		width: 200px;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image, .eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper .content .article_image img { 
	 width: 200px;
	}
	.eds_news_MPG.eds_template_List_Article_Default_contact_small .articleWrapper {
    width: 100%;
    margin-right: 0;
    display: block;
	float: none;
	padding-bottom: 5em;
	}
	.article.small.contact .article_image:hover .readBio, .article.small.contact .article_image .readBio.hover {
		bottom: 100px;
	}
	.article.details .groupLogo {	
    height: 40px;	
    background-size: 90%;	
    background-position: center center;	
	}	
	.article.details .groupLogo.fyte {	
	background-size: 33%;	
    background-position: 4% center;	
	}	
	.eds_news_MPG .threeColumnList.brandedList {	
	    padding: 0 25px;	
	}
}

@media (max-width: 480px) {
   .eds_news_MPG.eds_template_List_Article_TwoColumn {
    /*width: 90%;
    margin: 0 auto;
    width: 2800px;*/
    margin: 0 0 0 5%;
    height: auto;
  }
	.eds_news_MPG .article.in_list .article_image, .eds_news_MPG .article.in_list.featured .article_image {
		height: 160px;
  }

	 .DnnModule-EasyDNNnewsWidgets .ContainerWrapper, .DnnModule-EasyDNNnews .ContainerWrapper {
		 padding-left: 3%; padding-right: 3%;
	 }
	 .article.details .articleHeader.imageHeader {
		padding-top: 150px;
	}
	.eds_news_MPG .article.details .metaHeader .socialBar, .eds_news_MPG .article.details .metaFooter .socialBar, .article.details .meta_text {
		float: none;
		display: block;
	}
	.eds_news_MPG .article.details .metaHeader .socialBar, .eds_news_MPG .article.details .metaFooter .socialBar {
		text-align: center;
		margin-top: 10px;
	}
	.eds_news_MPG .socialBar ul li:first-child {
		margin-left: 0;
	}
	.eds_news_MPG .article.details .metaHeader .socialBar ul, .eds_news_MPG .article.details .metaFooter .socialBar ul {
		margin: 0 0 10px 0;
		float: left;
	}
	.related_articles h2, .related_articles h3, .related_articles ul {
		width: 90%;
	}
	.search_input.button_outside .input {
		width: 100%;
	}
	.search_input.button_outside .do_search {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
		display: block;
		float: none;
	}
 .ModEasyDNNnewsWidgetsC .eds_news_MPG .fiveColumnList .article.in_list {width: 50vw;}	
	.eds_news_MPG .threeColumnList .articleWrapper {	
		width: 100%;	
	}	
	.eds_news_MPG .threeColumnList .article.in_list, .eds_news_MPG .threeColumnList .article.in_list.mpg {	
		width: 100%;	
		margin-right: 0;	
		min-height: 20em;	
	}	
	.DnnModule-EasyDNNnews .eds_news_MPG .threeColumnList .articleWrapper:nth-child(2n+1) .article.in_list, .DnnModule-EasyDNNnews .eds_news_MPG .threeColumnList .articleWrapper:nth-child(2n+1) .article.in_list.mpg {	
		margin-right: 0;	
	}	
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image {	
		min-height: 180px;	
	}	
	.eds_news_MPG .fourColumnList .article.in_list .textContent h3 {	
		height: 4.5em;	
	}	
		
	.HeaderBar-background h1.insightsTitle, .HeaderBar-background p.insightsTitle, .InsightsBanner h1.insightsTitle, .InsightsBanner p.insightsTitle {	
		font-size: 32px;	
	}	
	.HeaderBar-background h1.insightsTitle span.insightsSubtitle, .HeaderBar-background p.insightsTitle span.insightsSubtitle, .InsightsBanner h1.insightsTitle span.insightsSubtitle, .InsightsBanner p.insightsTitle span.insightsSubtitle {	
		font-size: 24px;	
		line-height: 1.4em;	
	}	
	.eds_subCollection_search {	
    padding: 10px 30px 20px 30px;	
	}
}

@media (max-width: 420px) {
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .threeColumnList .article.in_list .article_image {
    min-height: 120px;
    margin-top: 0;
	}
	.eds_news_MPG .fourColumnList .article.in_list .textContent h3 {
		height: 5em;

	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image {
		min-height: 150px;
	}
	.article.details .groupLogo {	
    height: 40px;	
    background-size: 90%;	
    background-position: center center;	
	}	
	.article.details .groupLogo.fyte {	
	background-size: 45%;	
    background-position: 5% center;	
	}
}

@media (max-width: 350px) {
	/*
	.eds_news_MPG .related_articles .article.in_list .article_image {
		position: static;
		height: auto;
		overflow: visible;
	}
	.eds_news_MPG .related_article .article.in_list .article_image img {
		position: static;
		height: auto;
		top: 0;
	}
	*/
	.eds_news_MPG .related_articles .article.in_list .article_image {
		height: 150px;
	}
	.eds_news_MPG .related_articles .article.in_list .textContent {
		width: 100%;
		padding: 4% 6% 4% 6%;
		height: auto;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image {
		min-height: 160px;
	}
	.ModEasyDNNnewsWidgetsC .eds_news_MPG .fourColumnList .article.in_list .article_image img {
		top: 0;
	}
	
}

@media (max-width: 320px) {
	.article.details .articleHeader.imageHeader {
		padding-top: 135px;
	}
		.article.details .articleHeader.imageHeader .headerCover {
			padding-top: 0;
		}
}

/* HIGH DENSITY MOBILE DISPLAYS */ 
@media only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (min-resolution: 144dpi) {
  .article.details .main_content, .article.details .metaHeader, .article.details .articleHeader {
    width: 90%;
  }
	.article.details .article_image {
		width: 100%;
	}
	.article.details .metaHeader {
		padding-bottom: 5px;
	}

	.article.details .articleHeader.imageHeader .headerCover h1, .article.details .articleHeader.imageHeader .headerCover h2.edn_subTitle {
		width: 90%;
	}

  .eds_news_MPG .article.in_list h2 a, .eds_news_MPG .article.in_list h3 a {
    font-size: 20px;
    line-height: 1.3em;
  }
  .eds_news_MPG .article.in_list .summary p {
    font-size: 16px;
    line-height: 1.5em;
  }
	.edn_widget_filtermenu_box .EDN_button-wrapper {
		display: block;
    float: none;
    padding: 15px 0 0 0px;
	}
	.edn_widget_filtermenu_box .EDN_button-wrapper .edn_filter_button {
		padding: 8px 20px;
    width: 100%;
    display: block;
    font-size: 20px;
	}
	.edn_widget_filtermenu_box a.clearFilters {
		color: #666;
    padding: 10px 0 10px 0;
    text-decoration: none;
    float: none;
    display: block;
    border: none;
    margin-top: 15px;
    border-radius: 2px;
    width: 100%;
    line-height: 15px;
    text-align: center;
		position: static;
	}
	.edn_widget_filtermenu_box a.clearFilters .glyphicon {
		margin-top: -4px;
	}
	.edn_widget_filtermenu_box a.clearFilters:hover, .edn_widget_filtermenu_box a.clearFilters:active {
		background-color: #eee;
	}
}

/* IE 10 and 11 only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.article.in_list.featured_header .content {
		background-position-x: right 18px;
	}
}


@media print {

	.eds_news_MPG .article.details .metaHeader .socialBar, .eds_news_MPG .article.details .metaFooter .socialBar, .eds_news_MPG .article.in_list .socialBar, .eds_news_MPG .article.in_list.halfColumn .article_image, .eds_news_MPG .article.in_list .article_image, .eds_news_MPG .fiveColumnList .article.in_list a.readMore {
		display: none;
	}

	.article.details .article_image, .article.details .titleBackground, .article.details .main_content, .article.details .metaHeader, .edn_article_links {
		width: 100%;
	}

	.article.details .articleHeader.imageHeader .headerCover {
		min-height: 0;
	}

	.eds_news_MPG .article.in_list .textContent {
		width: 100%;
		padding: 3.2% 4% 3.2% 4%;
	}

	.eds_news_MPG .article.in_list.halfColumn .textContent {
		width: 100%;
		padding: 3.2% 2% 2% 3.2%;
	}

	.hp-featured-right .eds_news_MPG .article.in_list.halfColumn {
		min-height: 321px;
	}

	.eds_news_MPG .fiveColumnList .article.in_list, .article.in_list.featured_header, .article.in_list.featured_header .content, #InsightsHeader .featuredArticlesWrapper #dnn_FeaturedArticlesLeftPane .ContainerPane, #InsightsHeader .featuredArticlesWrapper #dnn_FeaturedArticlesRightPane .ContainerPane {
		height: auto;
	}

	.ednMoreArticlesTriggerWrapper, .mobileFilterOptions {
		display: none;
	}

	.desktopFilterOptions {
		display: block;
	}

	#InsightsHeader .featuredArticlesWrapper #dnn_FeaturedArticlesLeftPane, #InsightsHeader .featuredArticlesWrapper #dnn_FeaturedArticlesRightPane, .eds_news_MPG .article.in_list.featured_header .textContent {
		width: 100%;
	}
	.eds_news_MPG.eds_template_List_Article_Featured_header, .eds_news_MPG.eds_template_List_Article_Featured_shortlist {
		padding-left: 0;
	}
	.eds_news_MPG .fiveColumnList .article.in_list {
		min-height: 200px;
	}
	.eds_news_MPG .fiveColumnList, .eds_news_MPG .threeColumnList, .eds_news_MPG .fourColumnList, .eds_news_MPG .twoColumnList{
		height: auto;
		overflow: visible;
	}
	.eds_news_MPG .fiveColumnList .article.in_list h3 a {
		font-size: 12px;
	}
	.article.details .articleHeader.imageHeader .headerCover {
		padding: 0;
	}
	.eds_news_MPG .related_articles .article.in_list {
		width: 48%;
	}
	.eds_news_MPG .article.in_list h2, .eds_news_MPG .article.in_list h3 {
		font-size: 16px;
	}
	.eds_news_MPG .related_articles .article.in_list:after {
		border-bottom-color: #fff;
	}
	h1 a[href]:after, h2 a[href]:after, h3 a[href]:after {
		font-weight: normal;
		opacity: 0.6;
	}
}

@media print and (max-width: 1024px) {
	.eds_news_MPG.eds_template_List_Article_TwoColumn, .eds_news_MPG.eds_template_List_Article_ThreeColumn, .eds_news_MPG.eds_template_List_Article_FourColumn,  .eds_news_MPG.eds_template_List_Article_FiveColumn {
		height: auto;
		overflow: visible;
	}
	.eds_news_MPG .twoColumnList .article.in_list .textContent {
		padding: 3vw 3vw 2vw 3vw;
    width: 100%;
	}
	.eds_news_MPG .twoColumnList .article.in_list {
		margin-right: 0;
		width: 100%;
	}
	.article.details .articleHeader.imageHeader .headerCover h1, .article.details .articleHeader.imageHeader .headerCover h2.edn_subTitle {
		width: 100%;
	}
	.related_articles h2, .related_articles ul, .edn_article_links, .eds_news_MPG .related_articles .article.in_list .textContent {
		width: 100%;
	}
}

/* BOOTSTRAP MODAL ADDITION */
@media (min-width: 1280px) {
	.modal-dialog {
		width: 80vw;
		max-width: 1000px;
		margin: 30px auto;
	}
}
/* BOOTSTRAP MODAL ADDITION */
@media (max-width: 1279px) {
	.modal-dialog {
		width: 80vw;
		max-width: 1000px;
		margin: 30px auto;
	}
}
/* BOOTSTRAP MODAL ADDITION */
@media (max-width: 640px) {
	.modal-dialog {
		width: 90vw;
		margin: 15px auto;
	}
}