 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-Regular.ttf");
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-Italic.ttf");
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-SemiBold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-Bold.ttf");
	font-weight: 700;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/Cormorant Garamond/CormorantGaramond-BoldItalic.ttf");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Italic.ttf");
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Thin.ttf");
	font-weight: 200;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ThinItalic.ttf");
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
	font-weight: 700;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
	font-weight: 800;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf");
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-Black.ttf");
	font-weight: 900;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf");
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf");
	font-weight: 100;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "big-caslon-fb";
	src: url("../fonts/Big-Caslon-Regular.woff2") format("woff2"),
		 url("../fonts/Big-Caslon-Regular.woff") format("woff"),
		 url("../fonts/BigCaslonFB-Regular.otf") format("otf"),
		 url("../fonts/Big-Caslon-Regular.eot") format("eot");
	font-display: swap;
}

html, body, p, .button, footer, footer a {
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	color: #000;
} 
/* 
#wd_printable_content a:hover,
.wd_featurebox a:hover {
	text-decoration: underline;
} */

header {
	position: fixed;
	z-index: 5;
	left: 0;
	right: 0;
	background: #FFF;
	border-bottom: 1px solid #f1f1f1;
}

.banner.watermark.ndq-innerbanner {
	padding-top: 218px;
	display: flex;
    align-items: center;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}

.banner.watermark.ndq-innerbanner h1{
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond',serif;
    font-size: 40px;
	text-align: center;
}


.wd_pageid_197 .wd_standard .item p {
    margin:0;
}

.wd_pageid_197 .wd_standard .item p + p{
    margin: 20px 0 0 0;
}


.wd_pageid_197 .wd_standard .item ol,
.wd_pageid_197 .wd_standard .item ul {
    list-style: inside;
}

.wd_pageid_197 header {
    position:relative;
}

.wd_pageid_197 .banner.watermark.ndq-innerbanner {
    padding-top: 0;
    background-size: cover;
    background-attachment: unset;
    background-repeat: no-repeat;
    background-position:bottom;
    align-items:flex-end;
}

.wd_pageid_197 .banner.watermark.ndq-innerbanner img {
}
.wd_pageid_197 .banner.watermark.ndq-innerbanner h1 {
    color:#FFF;
    text-shadow: 2px 2px #000;
    margin-bottom: 60px;
}

.wd_pageid_197 .banner.watermark.ndq-innerbanner {
    height: 600px;
}

.banner.watermark.ndq-innerbanner h1 a{

	color: #fff;
	font-size: 50px;
}

.wd_pageid_116 .banner.watermark.ndq-innerbanner,
.wd_pageid_120 .banner.watermark.ndq-innerbanner,
.wd_pageid_45 .banner.watermark.ndq-innerbanner,
.wd_pageid_147 .banner.watermark.ndq-innerbanner {
    padding-top: 219px;
    background-size: contain;
    background-position: center 219px;
    background-repeat: no-repeat;
    height: 550px !important;
    display: flex;
    align-items: center;
}
.wd_pageid_147 .banner.watermark.ndq-innerbanner h1 {
	display: none;
}
#banner-content {
	flex: 1 1 100%;
}

.current > a {
    border-bottom: 2px solid;
}
#backtotop.top-bar {
	border-bottom: none;
	position: relative;
}
.top-bar-left img {
	max-width: 180px;
	padding-bottom: 0;
}

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

/* Category Nav */
.wd_category_nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.wd_category_nav li {
	margin: 0 15px;
	padding: 0;
}
.wd_category_nav li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.wd_category_nav li a:hover {
	text-decoration: underline;
}
/* END Category Nav */

.wd_header {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.wd_content_wrapper {
    display: flex;
    column-gap: 60px;
}
.wd_content-left {
    flex: calc(55% - 60px);
}

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.wd_newsfeed_releases-teaser .wd_title {
	font-size: 18px;
	margin-bottom: 25px;
}

.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: inherit;
	text-transform: none;
}

.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {
	font-size: 18px;
	padding: 6px 0;
}

table.wd_imagetable {
	width: auto;
}
table.wd_imagetable tbody {
	border: none;
}
td.imagecaption {}

ul.wd_asset_list li.wd_asset_inline,
ul.wd_asset_list li.wd_asset_gallery,
ul.wd_asset_list li.wd_asset_carousel {
	background-color: transparent;
}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Standard */
div.wd_standard {}

/* Holiday 2023, Reporting */
.wd_pageid_199 h1.wd_page_header {
    color:#FFF;
    margin:0;
}
.wd_pageid_199 .wd_category_items,
.wd_pageid_204 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	padding-top: 10px;
}
.wd_pageid_199 .wd_category_items .item,
.wd_pageid_204 .wd_category_items .item {
	flex: 1 1 50%;
	border-top: 2px solid #1D8649;
	margin: 0;
	padding: 20px 10px;
}
.wd_pageid_199 .wd_category_items .item:nth-child(odd),
.wd_pageid_204 .wd_category_items .item:nth-child(odd) {
	border-right: 1px solid #1D8649;
}
.wd_pageid_199 .wd_category_items .item:nth-child(even)
.wd_pageid_204 .wd_category_items .item:nth-child(even)  {
	border-left: 1px solid #1D8649;
}
.wd_pageid_199 .wd_category_items .item:nth-child(1),
.wd_pageid_199 .wd_category_items .item:nth-child(2),
.wd_pageid_204 .wd_category_items .item:nth-child(1),
.wd_pageid_204 .wd_category_items .item:nth-child(2) {
	border-top: none;
}
.wd_pageid_199 .item .item_name,
.wd_pageid_204 .item .item_name  {
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
}
/* END Holiday 2023 */

.wd_pageid_197 .wd_standard .item blockquote {
    margin-top: 20px;
    background: #ededed;
    border: none;
    padding: 40px;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7143rem;
    line-height: 2.2143rem;
}

.wd_pageid_197 .wd_standard .item ul {
    margin-bottom: 20px;
}
.wd_pageid_197 .wd_standard .item > * {
    display:none;
}
.wd_pageid_197 .wd_standard .item > .item_name {
    display: block;
    font-size: 17px;
}
.wd_pageid_197 .wd_standard .item {
    border-bottom: 1px dashed;
    clear:both;
}

.wd_pageid_197 .wd_standard .item:before, .wd_pageid_197 .wd_standard .item:after {
    content: '';
    display: table;
    clear: both;
}

.wd_pageid_197 .wd_standard .item_name:hover {
    cursor:pointer;
}

.wd_pageid_62 .wd_standard .item_name:before {
    content: '+';
    display: block;
    float: left;
    padding: 0 10px 10px 0;
    width: 19px;
}

.wd_pageid_62 .wd_standard .item.wd_active .item_name:before {
    content: '-';
}

.wd_pageid_62 .item div.wd_faq_wrapper {
    display: none;
}

.wd_pageid_62 .item div.wd_faq_wrapper {
    overflow: hidden;
}

/* Management */
.wd_pageid_123 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.wd_pageid_123 .wd_category_items .item {
	flex-basis: calc(25% - 20px);
	text-align: center;
}
/* END Management */

/* About NMG India */
.wd_pageid_192 .banner.watermark.ndq-innerbanner {
	height: auto !important; /* override client !important */
	border-bottom: none;
}
.wd_pageid_192 .wd_page_header {
    display: none;
}
.wd_pageid_192 table.wd_imagetable > tbody > tr > td {
	padding-top: 0 !important; /* override client !important */
}
.wd_pageid_192 ul.wd_fullwidth {
    clear: both;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    text-align: center;
    column-gap: 20px;
}
.wd_pageid_192 ul.wd_fullwidth h3,
.wd_pageid_192 ul.wd_fullwidth h4 {
	margin-bottom: 10px;
}
.wd_pageid_192 .wd_featureboxes_middle .wd_featurebox_title {
	text-align: left;
}
.wd_pageid_192 .wd_featureboxes_middle .wd_featurebox_container {
	margin: 40px 0;
}
.wd_pageid_192 .wd_featureboxes_middle .wd_featurebox {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
.wd_pageid_192 .wd_featureboxes_middle .wd_featurebox .wd_col {
	width: 49%;
}
/* END About NMG India */

/* PS Report / ESG Report / Group Holiday */
/* .wd_pageid_202 .banner.watermark.ndq-innerbanner,
.wd_pageid_199 .banner.watermark.ndq-innerbanner,
.wd_pageid_191 .banner.watermark.ndq-innerbanner,
.wd_pageid_190 .banner.watermark.ndq-innerbanner,*/
/* .wd_pageid_201 .banner.watermark.ndq-innerbanner, */
.wd_pageid_203 .banner.watermark.ndq-innerbanner {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 218px;
    height: auto;
    min-height: 800px;
    align-items: flex-end;
    padding-bottom: 60px;
}

.wd_pageid_201 .banner.watermark.ndq-innerbanner {
    /* align-items:center; */
}
.wd_pageid_203 .banner.watermark.ndq-innerbanner {
	/* background-attachment: scroll; */
	position: relative;
	min-height: unset;
	max-width: 1400px;
  	margin: 0 auto;
}
.wd_pageid_203 .banner.watermark.ndq-innerbanner .row {
	/* display: none; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
/* .wd_pageid_203 .banner.watermark.ndq-innerbanner, */
.wd_pageid_202 .banner.watermark.ndq-innerbanner,
.wd_pageid_201 .banner.watermark.ndq-innerbanner,
.wd_pageid_199 .banner.watermark.ndq-innerbanner,
.wd_pageid_191 .banner.watermark.ndq-innerbanner,
.wd_pageid_190 .banner.watermark.ndq-innerbanner {
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}
.wd_pageid_201 .banner.watermark.ndq-innerbanner {
	background-position: 0 218px;
}

.wd_pageid_202 .banner.watermark.ndq-innerbanner,
.wd_pageid_199 .banner.watermark.ndq-innerbanner,
.wd_pageid_203 .banner.watermark.ndq-innerbanner {
    align-items:center;
}
.wd_pageid_201 .banner.watermark.ndq-innerbanner h1,
.wd_pageid_191 .banner.watermark.ndq-innerbanner h1,
.wd_pageid_190 .banner.watermark.ndq-innerbanner h1,
.wd_pageid_203 .banner.watermark.ndq-innerbanner h1 {
	color: #fff;
	font-weight: 600;
	text-align: center;
    font-size: 2.8572rem;
    line-height: 3.2143rem;
}
.wd_pageid_201 .banner.watermark.ndq-innerbanner h1 {
	text-shadow: 2px 2px black;
}
.wd_pageid_203 .banner.watermark.ndq-innerbanner h1 {
	font-size: clamp(2.8572rem, 6vw, 6.2857rem);
	line-height: clamp(3.2143rem, 6vw, 4.2857rem);
	color: #ad8b19;
}

.wd_pageid_190 .wd_category_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 40px;
}
/*
.wd_pageid_203 #wd_printable_content > p {
	font-size: clamp(18px, 3vw, 22px);
	line-height: clamp(24px, 3vw, 28px);
	font-weight: 500;
}*/
.wd_pageid_203 .wd_category_items {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #AD8B19;
}
.wd_pageid_203 .item {
	display: flex;
	gap: 35px; 
	margin-top: 60px;
}
.wd_pageid_203 .item:nth-child(even) {
	flex-direction: row-reverse;
}
.wd_pageid_203 .item .wd_thumbnail {
	width: 46%;
}
.wd_pageid_203 .item .wd_thumbnail .wd_image_caption {
	position: relative;
	margin-top: 8px;
	font-family: "Montserrat",sans-serif;
}
.wd_pageid_203 .item .item_content {
	width: calc(54% - 35px);
}
.wd_pageid_203 .item .item_content .item_name {
	color: #AD8B19;
	font-size: clamp(32px, 3vw, 46px);
	line-height: clamp(40px, 3vw, 60px);
	margin-bottom: 20px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
/*
.wd_pageid_203 .item .item_content > p {
	font-size: clamp(16px, 3vw, 18px);
	font-weight: 500;
}
*/
.wd_pageid_203 .item .item_content > p a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
.wd_featureboxes_bottom_gif {
	margin-top: 60px;
}
.wd_featureboxes_bottom_gif .wd_background_gif {
	height: 0;
	padding-bottom: 22%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wd_featureboxes_bottom_gif .wd_background_gif img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wd_featureboxes_bottom_brands {
	display: flex;
	flex-wrap: wrap;
}
.wd_featureboxes_bottom_brands .wd_featurebox_container {
	width: 50%;
	text-align: center; 
}
.wd_featureboxes_bottom_brands .wd_featurebox_container:nth-child(odd) {
	padding-right: 40px;
	border-right: 1px solid #AD8B19;
}
.wd_featureboxes_bottom_brands .wd_featurebox_container:nth-child(even) {
	padding-left: 40px;
}
.wd_featureboxes_bottom_brands .wd_featurebox_title {
	color: #AD8B19;
}
.wd_featureboxes_bottom_brands p {
	font-size: 16px;
}
.wd_featureboxes_bottom_brands p a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
}
.wd_pageid_190 .item {
    width: calc(33.3333% - 40px);
    padding: 0;
    margin: 0;
    position: relative;
}
.wd_pageid_190 .item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
}
.wd_pageid_190 .item:nth-child(3n + 1):before {
	display: none;
}

.wd_pageid_201 .wd_middle_featurebox_wrapper,
.wd_pageid_191 .wd_middle_featurebox_wrapper,
.wd_pageid_190 .wd_middle_featurebox_wrapper {
    background: #f0f1f2;
    margin: 60px 0;
}
.wd_pageid_191 .wd_featureboxes_middle .wd_featurebox_container,
.wd_pageid_190 .wd_featureboxes_middle .wd_featurebox_container {
    max-width: 1000px;
    margin: 0 auto;
}
.wd_featureboxes_right_quote .wd_featurebox > p,
.wd_pageid_191 .wd_featureboxes_middle .wd_featurebox > p,
.wd_pageid_190 .wd_featureboxes_middle .wd_featurebox > p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7143rem;
    line-height: 2.2143rem;
}
.wd_featureboxes_right_quote .wd_featurebox_image,
.wd_pageid_191 .wd_featureboxes_middle .wd_featurebox_image,
.wd_pageid_190 .wd_featureboxes_middle .wd_featurebox_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    column-gap: 20px;
}
.wd_featureboxes_right_quote .wd_image_caption,
.wd_pageid_191 .wd_featureboxes_middle .wd_image_caption,
.wd_pageid_190 .wd_featureboxes_middle .wd_image_caption {
    position: relative;
    padding-left: 24px;
}
.wd_featureboxes_right_quote .wd_image_caption:before,
.wd_pageid_191 .wd_featureboxes_middle .wd_image_caption:before,
.wd_pageid_190 .wd_featureboxes_middle .wd_image_caption:before {
    content: '\2014';
    position: absolute;
    left: 0;
    display: inline-block;
}

.wd_pageid_191 .wd_link.wd_audio,
.wd_pageid_190 .wd_link.wd_audio,
.wd_pageid_201 .wd_link.wd_audio  {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    margin-left: 1.2em;
    font-size: 1rem;
}
.wd_pageid_191 .wd_link.wd_audio:before,
.wd_pageid_190 .wd_link.wd_audio:before,
.wd_pageid_201 .wd_link.wd_audio:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(../images/circle-play-regular-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -1.2em;
}

.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_featurebox_title .wd_link {
    border-color: #00827b;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
}
.wd_pageid_191 .wd_featureboxes_bottom_2 .wd_featurebox,
.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_featurebox {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_featurebox_subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 20px;
}
.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_imagetable {
    width: 100%;
    text-align: center;
}
.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_imagetable img {
	display: block;
	margin: 0 auto;
}


.wd_pageid_191 .wd_featureboxes_top table.wd_imagetable > tbody > tr > td {
    padding: 0 !important; /* override client !important */
}
.wd_pageid_191 .wd_featureboxes_top table.wd_imagetable[align=right] {
	margin-left: 20px !important; /* override inline */
}
.wd_pageid_191 .wd_featureboxes_middle .wd_featurebox_title {
	text-align: left;
}

.wd_featureboxes_right_quote .wd_featurebox_container {
	padding: 20px;
	background: #f0f1f2;
}
.wd_featureboxes_right_quote .wd_featurebox_container ~ .wd_featurebox_container {
    margin-top: 40px;
}

.wd_pageid_201 .wd_content-left p,
.wd_pageid_191 .wd_content-left p {
    font-size: 1.3rem;
}

.wd_pageid_201 .wd_featureboxes_bottom_2 .wd_imagetable,
.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_imagetable,
.wd_pageid_191 .wd_featureboxes_bottom_2 .wd_imagetable {
	max-width: 75%;
	margin: 0 auto !important; /* override inline */
    float:none;
}
/* END PS Report */


/* END Standard */

/* Stories */
div.wd_stories {}

div.wd_stories-detail .wd_title {
	text-align: center;
}

div.wd_stories div.wd_item_search_form_container,
div.wd_stories div.wd_date,
div.wd_stories ul.wd_asset_type_link_list {
	display: none;
}

div.wd_stories .wd_item_list{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}

div.wd_stories .wd_item {
	flex-basis: calc(33% - 20px);
}
div.wd_stories .wd_item_wrapper {
	margin-left: 0;
}

/* END Stories */

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}

.wd_event_sidebar .wd_event_date, .wd_event_sidebar .wd_event_time {
	font-size: 14px;
}

.wd_events_header_container {
    display: none;
}
.wd_events .wd_events_list .wd_event, 
.wd_events .wd_events_past_summary .wd_event_info {
    width: 48%;
    min-height: 280px;
    margin: 0 2% 40px 0;
    padding: 20px;
    float: left;
    background: #fff;
    box-shadow: 0 22px 29px 0 rgba(0, 0, 0, 0.17);
}

.wd_events .wd_events_list .wd_event .wd_title {
	font-size: 20px;
}

.wd_events .wd_events_list .wd_event {
	display: flex;
}

.wd_events .wd_events_list .wd_event_info {
	flex: 2;
}

.wd_events .wd_events_list .wd_event_sidebar {
	flex: 2;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */

.wd_newsfeed_releases-detail .wd_title {
	font-size: 28px;
	text-align: center;
}
.wd_newsfeed_releases-detail .wd_subtitle {
	text-align: center;
}
/* .wd_newsfeed_releases-detail li {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 20px 5px;
} */
div.wd_newsfeed_releases {}

div.wd_newsfeed_releases .wd_item .wd_item_wrapper {
    margin-left: 0px;
}

div.wd_newsfeed_releases .wd_item .wd_layout-simple.wd_asset_type_link_list,
div.wd_newsfeed_releases .wd_item .wd_thumbnail,
div.wd_newsfeed_releases .wd_search_advanced_link {
	display: none;
}
/* END Newsfeed Releases */

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

/* Subscribe */
.wd_subscribe2 div.wd_form_field_input {
	margin-left: 0;
}

/* Formbuilder */
/* .wd_formbuilder label {
	line-height: 50px;
} */
.wd_search_basic_fields {
    display: block;
    background-color: #ffffff;
    border: none;
    padding: 0px;
}
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content select {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #f1f1f1;
	line-height: 50px;
	padding: 0 1rem;
	font-size: 16px;
	height: 50px;
	color: #000;
}

#wd_printable_content button,
#wd_printable_content input[type='submit'] {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	background-color: #000;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	padding: 0 20px;
	min-width: 80px;
}

#wd_printable_content button:hover,
#wd_printable_content input[type='submit']:hover {
	background-color: #333;	
}

#wd_printable_content input:focus,
#wd_printable_content button:focus,
#wd_printable_content select:focus {
	border-color: #000;
	outline: 0;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 16px;
	height: 50px;
	width: auto;
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
	color: #000;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content .wd_subscribe2 input[type=text] {
	width: 100%;
}

.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(odd) {
	margin-right: 1.5%;
}

.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(n+4) {
    display: inline-block;
    width: 48%;
}

.wd_subscribe2 div.wd_form_footer div.wd_form_buttons {
	margin-left:0;
	margin-top: 20px;
}

/* #wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
} */
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}

.wd_subscribe2 .wd_form_field.wd_form_field_pos_above {
    overflow: visible;
    display: inline-block;
    width: 49%;
    margin: 0 0 20px 0;
}

.wd_subscribe2 .wd_parent_category label {
    background-image: url(../images/radio_btn.svg);
    background-repeat: no-repeat;
    background-position: left left;
    padding-left: 25px;
	background-size: 22px 20px;
}

.wd_subscribe2 .wd_parent_category input:checked + label {
	background-image: url(../images/radio_btn_checked.svg);
}
.wd_subscribe2 .wd_category_checkbox label,
.wd_subscribe2 .wd_subtype label {
    background-image: url(../images/unchecked.svg);
    background-repeat: no-repeat;
    background-position: left left;
    padding-left: 25px;
	background-size: 22px 20px;
}

.wd_subscribe2 .wd_category_checkbox input[type='checkbox']:checked + label,
.wd_subscribe2 .wd_subtype input[type='checkbox']:checked + label {
	background-image: url(../images/checked.svg);
}

.wd_subscribe2 .wd_form_field_label,
.wd_subscribe2 .wd_category_checkbox input[type='checkbox'],
.wd_subscribe2 .wd_subtype input[type='checkbox'],
.wd_subscribe2 .wd_parent_category input[type='checkbox'], .wd_subscribe2 .wd_parent_category input[type='radio'] {
	display: none;
}

.wd_category_checkboxes .wd_parent_category label {
    font-weight: 700;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Toolbar */
div.wd_toolbar {
	border: none;
	margin: 20px 0;
	padding: 5px 0;
}
div.wd_toolbar ul.wd_tools {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
div.wd_toolbar ul.wd_tools li.wd_tool {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-right: 10px;
}
span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #000;
	padding: 11px;
}
a.at-icon-wrapper.at-share-btn {
	background-color: #000!important; /* override inline styles */
    border-radius: 50%!important; /* override inline styles */
    margin: 0 10px 0 0!important; /* override inline styles */
    padding: 11px!important; /* override inline styles */
}

/* END Toolbar */

/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	font-family: 'Cormorant Garamond',serif;
	font-size: 36px;
	text-transform: uppercase;
}

div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {
    line-height: 1.2;
}

.wd_right_fb_wrapper {
    flex: 45%;
}
.wd_featureboxes_right {
    margin-bottom: 20px;
}
.wd_featureboxes_right table.wd_imagetable {
	float: none;
}
.wd_featureboxes_right table.wd_imagetable tbody td {
	padding: 0 !important;
}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}

.wd_featureboxes_kit_left div.wd_featurebox_title,
.wd_featureboxes_kit_right div.wd_featurebox_title {
	text-align: left;
	padding: 20px 0;
}

.wd_featureboxes_kit_top div.wd_featurebox_title,
div.wd_featureboxes_events div.wd_featurebox_title,
div.wd_featureboxes_middle div.wd_featurebox_title {
	text-align: center;
	padding: 20px 0;
}

div.wd_featureboxes_events .wd_events-teaser,
div.wd_featureboxes_events .wd_events-teaser .wd_events_list_upcoming,
div.wd_featureboxes_events .wd_events-teaser .wd_events_list_past,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser {
	display: flex;
	justify-content: space-evenly;
}

div.wd_featureboxes_events .wd_events-teaser .wd_events_list_upcoming,
div.wd_featureboxes_events .wd_events-teaser .wd_events_list_past {
	width: 100%;
}

div.wd_featureboxes_events .wd_events-teaser .wd_events_list_upcoming .item,
div.wd_featureboxes_events .wd_events-teaser .wd_events_list_past .item {
	padding: 20px;
	margin: 0;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

div.wd_featureboxes_events .wd_events-teaser .wd_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center;
}

div.wd_featureboxes_events .wd_events-teaser .wd_thumbnail a {
	display: block;
}

div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item .wd_summary,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item .wd_asset_icon_link_list,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item .wd_thumbnail,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}

div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
	flex: 1;
	border: 2px solid #000;
	padding: 20px;
	margin: 0;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item .wd_date {
	text-transform: uppercase;
}

div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item:nth-child(3) {
    margin: 0 20px;
}

div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item p.flex-bottom {
    margin-top: auto;
}

div.wd_featureboxes_events .wd_events-teaser + p.more,
div.wd_featureboxes_middle .wd_newsfeed_releases-teaser + p.more {
	margin: 20px 0;
	display: flex;
	justify-content: flex-end;
}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}


div.wd_featureboxes_bottom div.wd_featurebox_title {
	text-transform: uppercase;
	line-height: 2.5rem;
}

div.wd_featureboxes_bottom div.wd_featurebox,
div.wd_featureboxes_bottom div.wd_featurebox_title  {
	color: #000;
	text-align: center;
}

div.wd_featureboxes_bottom div.wd_featurebox {
	padding: 20px;
	background-color: #FFF;
	/* background-color: rgba(255,255,255,.5); */
}

div.wd_featureboxes_bottom div.wd_featurebox_container {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

div.wd_featureboxes_bottom div.wd_featurebox {
	max-width: 500px;
}

div.wd_featureboxes_bottom div.wd_featurebox p {
	font-size: 16px;
	line-height: 30px;
}

div.wd_featureboxes_bottom div.wd_featurebox a {
	text-transform: uppercase;
	font-weight: 600;
}

.wd_pageid_120 .container,
.wd_pageid_116 .container,
.wd_pageid_45 .container {
	margin: 2em 0 3em 0;
}

.wd_pageid_120 .container.wd_resources {
	margin: 3.5em 0;
}

#wd_three_col_boxes .wd_featurebox_title {
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
}

#wd_three_col_boxes .wd_featurebox p {
	font-size: 1em;
	text-align: center;
}

.wd_pageid_97 .wd_featurebox .wd_imagetable,
.wd_pageid_129 .wd_featurebox .wd_imagetable,
.wd_pageid_45 .wd_featurebox .wd_imagetable,
div.wd_featureboxes_bottom .wd_featurebox .wd_imagetable {
	display: none;
}

.wd_featureboxes_images_info_kit {
	max-width: unset !important;
	padding: 0 !important;
}
.wd_featureboxes_images,
.wd_featureboxes_info_kit {
	background: #ecedf1;
	padding: 10px;
}

.wd_featureboxes_images div.wd_featurebox_container,
.wd_featureboxes_info_kit div.wd_featurebox_container {
	padding: 60px 30px;
	text-align: center;
	border: 1px solid #898989;	
}

.wd_featureboxes_images div.wd_featurebox_title,
.wd_featureboxes_info_kit div.wd_featurebox_title {
	text-transform: uppercase;
}

.wd_featureboxes_contact .wd_contacts {
	margin: 20px 0;
	display: flex;
}

.wd_featureboxes_contact .wd_contacts p {
	flex: 1 1 33%;
}

#subscribe_container {
	min-height: 400px;
	clear: both;
}

#subscribe_container .row {
	background-size: cover;
	background-position: 0 0;
}

.wd_featureboxes_resources div.wd_featurebox_title,
div[class*='_kit_'] div.wd_featurebox_title {
	font-family: 'Montserrat', sans-serif; 
	font-size: 18px;
	font-weight: 700;
}

div[class*='_kit_'] .wd_thumbnail {
	background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    background-position: center;
}

.wd_featureboxes_kit_top {
	text-align: center;
}

.wd_featureboxes_resources {
	display: flex;
	padding-top: 20px;
}

.wd_featureboxes_resources .wd_featurebox_container {
	flex: 1 1 33%;
}

.wd_social_links {
	list-style: none;
	padding: 0;
	text-align: center;
}

.wd_social_links li {
	padding: 0;
	margin: 0;
}

.wd_social_links li a {
	font-size: 42px;
}


/* Start Featureboxes NMG Conversations */
.wd_featureboxes_nmg_conversations .wd_featurebox_container {
	margin-bottom: 40px;
}
.wd_featureboxes_nmg_conversations .wd_featurebox_container:nth-child(3n) {
	margin-right: 0; 
}
.wd_item_page .wd_featureboxes_nmg_conversations {
	display: none;
}
/* End NMG Conversations */

/* END Featureboxes */


.mt-30 {
	margin-top: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.wd_link {
	text-decoration: none;
	border-bottom: 2px solid;
	transition: 0.3s;
	font-size: 16px;
    font-weight: 600;
}

.wd_link:hover {
	opacity: .8;
}

.wd_link.wd_audio {
    color: #00827b;
    font-weight: 500;
}

.wd_cta {
    text-align: center;
}

.wd_cta .wd_link {
    border-color: #00827b;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
}

.wd_btn {
	display: inline-block;
    padding: 10px 20px;
    min-width: 180px; 
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	transition: 0.3s;
}

a.wd_btn {
    text-decoration: none;
}

.btn_white {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.wd_featurebox a.wd_btn:hover,
#wd_printable_content a.wd_btn:hover,
#wd_printable_content a.wd_btn {
    text-decoration: none;
	white-space: nowrap;
}
/*.btn_white:hover {
    color: #FFF;
    background-color: #333;
}*/


.wd_btn_list a.wd_btn {
	white-space: nowrap;
	margin-bottom: 20px;
}

.btn_black {
    color: #FFF;
    background-color: #000;
    border: 2px solid #000;
}

.btn_black:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #434343;
}

.btn_teal {
	border: 2px solid transparent;
	background-color: #74CAC3;
}

.btn_teal:hover {
	border: 2px solid #74CAC3;
	color: #74CAC3;
	background-color: transparent;
}

.wd_events_tabs li.wd_events_tab:active,
.wd_events_tabs li.wd_events_tab:focus,
.wd_events_tabs li.wd_events_tab,
li.wd_events_tab:first-child,
li.wd_events_tab:last-child {
	border-radius: 0;
}

.wd_events_tabs li.wd_events_tab span.fa {
	display: none;
}

.wd_events_tabs li.wd_events_tab:hover, 
.wd_events_tabs li.wd_events_tab.active {
    text-decoration: none;
    background: #000;
    border: 2px solid transparent;
    color: #fff;
    font-weight: normal;
}

.wd_events_tabs li.wd_events_tab {
	background: #FFF;
    border: 2px solid #000;
	color: #000;
	padding: 5px 20px;
}

.wd_flex_links {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 20px 0 40px 0;
}

.wd_flex_links li {
	padding: 0;
	margin: 0;
	flex: 1;
	border-right: 20px solid #FFF;
}

.wd_flex_links li:last-child {
    border-right: none;
}

.wd_flex_links li .wd_btn {
	/* width: 295px; */
	font-size: 18px;
	width: 100%;
	padding: 15px 11px 15px 11px;
}

.wd_light_gray_bg {
	clear: both;
	background-color: #ecedf1;
	margin: 2em 0;
	padding: 2em 0;
}

/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

#single_slider_responsive.single_slider_carousel {
	max-width: 500px;
}

#single_slider_responsive .single_slider_carousel_container {
	background: rgba(255,255,255,.9);
}

#single_slider_responsive .single_slider_carousel_inner {
	text-align: left;
}

#single_slider_responsive .single_slider_carousel_inner > .item {
    min-height: 220px;
	padding: 20px;
}

#single_slider_responsive .single_slider_carousel_caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    background: transparent;
    display: block;
    min-height: 200px;
    max-height: none !important;
}

div#banner-descritption #single_slider_responsive .single_slider_carousel_caption {
	text-shadow: none;
}

#single_slider_responsive .single_slider_carousel_caption h4, #single_slider_responsive .single_slider_carousel_caption h4 a {
    color: #000;
    font-weight: normal;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 27px;
	margin: 0px 0 20px 0;
}

#single_slider_responsive .single_slider_carousel_description {
    font-size: 22px;
    padding-right: 0px;
    color: #000;
}

#single_slider_responsive .single_slider_carousel_control,
#single_slider_responsive + .single_slider_carousel_bottom {
    display: none;
}

#single_slider_responsive .single_slider_carousel_indicators {
	right: auto;
	left: 11px;
	top: auto !important;
}

#single_slider_responsive .single_slider_carousel_indicators li span:hover,
#single_slider_responsive .single_slider_carousel_indicators li.active span {
	background: #000;
	opacity: 1;
}
#single_slider_responsive .single_slider_carousel_indicators li {
    padding: 5px;
}
#single_slider_responsive .single_slider_carousel_indicators li span {
    border: 2px solid #000;
	opacity: .5;
	padding: 4px;
    background: #000;
}
#single_slider_responsive .single_slider_carousel_caption .single_slider_carousel_description,
#single_slider_responsive .single_slider_carousel_caption p {
	display: block;
}

.ndq-innerbanner div#banner-descritption {
    margin-top: 0px !important;
}

.footerCustomerSupportContainer__customer-support-link {
    display: inline-block;
    vertical-align: top;
}

.footerCustomerSupportContainer__customer-support-text p {
    margin: 0;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
	line-height: 15px;
}

/* .menu-icon::after {
    background: #000000 !important;
    box-shadow: 0 7px 0 #000000,0 14px 0 #000000 !important;
}

.title-bar {
    background: #FFF !important;
} */

.menu > li {
	padding: 1rem 1.5rem;
}

.menu > li > a {
	padding: .75rem 0rem 0 0rem;
}

.menu > li > a {
	border-bottom: 2px solid transparent;
}

.menu > li > a:hover {
	border-bottom: 2px solid #DFD5C8;
}

ul.is-dropdown-submenu { 
	background: #000 !important;
	margin: 0;
	border: 1px solid #000;
	/*box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);*/
	min-width: 250px;
}
div#main-menu li a,
.is-dropdown-submenu li a {
    color: #000 !important;
}
div#main-menu .is-submenu-item.is-dropdown-submenu-item a {
	color: #fff!important;
}
#main-menu .mainMenu > li > a {
    letter-spacing: 2px;
}

ul li {
    margin-left: 0;
}

ul.subMenu li a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.ndq-section {
    float: inherit;
}

.wd_sphinx_search .wd_search_form_container a {
	display: none;
}

.wd_pageid_64 .wd_social_links img, .wd_pageid_64 .wd_social_links svg {
    max-height: 30px;
}

.wd_pageid_64 .wd_standard .item {
	text-align: center;
}

.wd_pageid_64 .wd_standard .item .item_name {
	margin-bottom: 20px;
}

.wd_pageid_64 table.wd_imagetable tbody,
.wd_pageid_64 table.wd_imagetable td {
	border: none;
	text-align: center;
}
.wd_pageid_64 .item .wd_imagetable {
    width: 100%;
}
.wd_pageid_64 .item .wd_btn {
	font-weight: 500;
}

.wd_pageid_129 #wd_three_col_boxes .wd_featurebox {
	min-height: 100px;
}

.wd_pageid_129 #wd_three_col_boxes .wd_featurebox_container {
	margin-bottom: 30px;
}

/* Board Members */

.wd_board_members .wd_item .wd_captioned_image{
	display: block;
	padding: 15px !important;
	float: none !important;
    border: 1px solid rgb(225 225 225);
   
    margin: 0 0 15px !important;
    width: 100% !important;
    text-align: left;
}
.wd_board_members .wd_item {
	    margin-bottom: 3em;
}

.wd_board_members .wd_item  .wd_title{
	text-align: left;
}
.wd_board_members .wd_item .wd_item_wrapper  .wd_committee_list,
.wd_board_members .wd_item .wd_item_wrapper p:last-of-type{
 	margin: 0;
}
.wd_board_members .wd_item:last-child {
	display: none;
}
.wd_board_members .wd_committee_list {
	display: none;
}

/* Christmas in JUN - Dedicated PG / Proj */
.xmas_in_jun .banner.watermark.ndq-innerbanner{
	background-size: contain;
	background-repeat: no-repeat;
    min-height: 400px;
}
.xmas_in_jun .wd_category_items .wd_grid_set{
    display: grid;
    grid-gap: 30px;
    margin-bottom: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}


.xmas_in_jun .wd_category_items .wd_grid2{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.xmas_in_jun .wd_thumbnail a,
.xmas_in_jun .wd_thumbnail{
	display: block;
}

.xmas_in_jun .wd_thumbnail a{
	width: 100%;
    height: 100%;
}

.xmas_in_jun #wd_printable_content > form table{
	max-width: 390px;
	margin: 0 auto;
}

.xmas_in_jun #wd_printable_content > form table td:nth-child(2){
	width: 330px;
	padding: 0 !important;
}

.xmas_in_jun #wd_printable_content > form table input[type="password"]{
	border: 1px solid #ddd;
}

.xmas_in_jun #wd_printable_content > form table  tbody{
	background: transparent;
	border:none;
}
.wd_grid_set .wd_tile{
	margin: 0;
    padding: 0;
    text-align: center;
	position: relative;
}
.wd_grid_set .wd_tile .item_name,
.wd_grid_set .wd_tile .item_name a{
	width: 100%;
	height: 100%;
	display: block;
}
.wd_grid_set .wd_tile .item_name a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
}

.wd_grid_set .wd_tile .item_name a span{
    padding: 1.5em 1em;
	background: transparent;

	display: inline-block;
    width: auto;
    max-width: 70%;
}
.wd_grid_set .wd_tile .wd_thumbnail{
	max-width: 300px;
	height: 100%;
    display: inline-block;
} 

.wd_grid_set .wd_tile .__inner{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	
}

.xmas_in_jun .wd_thumbnail img{
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.xmas_in_jun .wd_featureboxes_bottom_2 .wd_featurebox_title{
	display: none;
}


.wd_btn_list{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin:0;
	padding: 0;

    
    flex-wrap: wrap;
    margin-bottom: 60px;

}


.wd_btn_list .wd_btn{ 
	margin:0 10px;
}

.wd_featureboxes_bottom_2 .wd_btn_list{

	flex-direction: column;
}


/* News Releases Page */

.wd_pageid_183 .item .itemlink:before {
	content: '+';
	display: block;
	float: left;
	padding: 0 10px 10px 0px;
	width: 19px;
}
.wd_pageid_183 .item.opened .itemlink:before {
	content: '-';
}
.wd_pageid_183 .item .item_summary {
	padding-left: 19px;
	clear: both;
	display: none;
}
.wd_pageid_183 .item p {
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-weight: 500;
}	

/* End News Release Page */

/* Start Gallery Page */
.wd_gallery .wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}
.wd_gallery .wd_category_link {
	width: 23%;
	margin-right: 2%;
	overflow: visible;
	margin-bottom: 30px;
}
.wd_gallery .wd_category_link .wd_thumbnail {
	float: none;
}
.wd_gallery .wd_category_link:nth-child(4n) {
	margin-right: 0;
}
.wd_gallery .wd_category_link div {
	margin-left: auto !important;
}
.wd_gallery .wd_category_link .wd_title {
	text-align: center;
	font-family: 'Cormorant Garamond',serif;
	font-size: 24px;
	margin: 10px 0;
	text-transform: uppercase;
}
/* End Gallery Page */

/* Start Gallery Detail Page */
.wd_gallery .wd_item_list {
	display: flex;
	flex-wrap: wrap;
	height: auto !important;
}
.wd_gallery .wd_item .wd_thumbnail {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wd_gallery .wd_layout-grid .wd_item {
	position: static !important;
	top: auto !important;
	left: auto !important;
	border: none;
	box-shadow: none;
	padding: 0;
	width: 18.2% !important;
	margin-right: 2%;
	overflow: visible;
	line-height: 1.2;
	margin-bottom: 30px;
}
.wd_gallery .wd_layout-grid .wd_item:nth-child(5n) {
	margin-right: 0;
}
.wd_gallery .wd_layout-grid .wd_item .wd_title {
	text-align: center;
	font-family: 'Cormorant Garamond',serif;
	text-transform: uppercase;
}
/* End Gallery Detail Page */

/* Awards Page */
.wd_pageid_187 .wd_category table {
	display: none;
}

.category_background_img {
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center;
	height: 300px;
	width: 100%;
	position: relative;
}
.category_background_img h1 {
	position: absolute;
	left: 38px;
	bottom: 50px;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0;
}
.wd_pageid_187 .wd_category {
	margin-bottom: 80px;
}
.wd_pageid_187 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_187 .wd_category_items .item {
	width: 32%;
	margin-right: 2%;
	padding: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	
}
.wd_pageid_187 .wd_category_items .item:nth-child(3n) {
	margin-right: 0;
}

/* End Awards Page */

/*END OF Christmas in JUN - Dedicated PG / Proj */

/* Footer */
.wd_footer_social_icons {
	display: flex;
	justify-content: center;
}
.wd_footer_social_icons a {
	margin-right: 20px;
}
/* END Footer */

@media (min-width: 992px) {
    .wd_pageid_203 .banner.watermark.ndq-innerbanner  {
        background-attachment: scroll;
        background-size: 100% 73%;
    }
}
@media (min-width: 768px) {
	/* .col-md-6 {
		width: 48.15254%;
		float: left;
		margin-right: 1.49492%;
	} */
	/* .row.expanded,
	.row {
		max-width: calc(100% - 30px);
	}
	.row.wd_extra-margin {
		max-width: calc(100% - 30px);
	} */
	.col-md-6 + .col-md-6 {
		margin-right: 0;
	}
	.col-md-10 {
		width: 80.05085%;
	}
	.wd_border_left {
		border-left: 2px solid #000;
	}
	.wd_border_right {
		border-right: 2px solid #000;
		padding: 30px 0;
	}
	#wd_three_col_boxes {
		margin: 4em auto;
	}
	.list-inline li {
		display: inline-block;
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	#wd_nav-120 ul > li:first-child,
	#wd_nav-116 ul > li:first-child {
		display: none;
	}
	.top-bar .menu {
	    display: flex;
	    justify-content: center;
	}
}
@media (min-width: 1400px) {
	.row.expanded,
	.row {
		max-width: 1200px;
		padding: 0 15px;
	}
}
@media (min-width: 1500px) {
	.row.expanded,
	.row {
		max-width: 1300px;
	}
}
@media (min-width: 1600px) {
	.row.expanded,
	.row {
		max-width: 1400px;
	}
	/* .row.wd_extra-margin {
		max-width: 1400px;
	} */
}

@media (max-width: 1170px) {
	.wd_flex_links {
		text-align: center;
	}

	.wd_flex_links li {
		flex: 1 1 50%;
	}

	.wd_flex_links li .wd_btn {
		margin-bottom: 15px;
	}
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	.is-dropdown-submenu {
		left: 100%;
		top: 0;
	}
	/* .row.expanded, */
	.row {
		max-width: calc(100% - 50px);
	}

	.row.expanded {
		max-width: 100%;
	}

	div#main-menu .small-links {
		display: none;
	}
	.banner.watermark.ndq-innerbanner h1 {
		padding-top: 0 !important;
	}
	.banner.watermark.ndq-innerbanner {
		background-color: #FFF;
		height: auto;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner,
	.wd_pageid_191 .banner.watermark.ndq-innerbanner,
	.wd_pageid_190 .banner.watermark.ndq-innerbanner,
	.banner.watermark.ndq-innerbanner,
	.wd_pageid_116 .banner.watermark.ndq-innerbanner,
	.wd_pageid_120 .banner.watermark.ndq-innerbanner,
	.wd_pageid_45 .banner.watermark.ndq-innerbanner,
	.wd_pageid_147 .banner.watermark.ndq-innerbanner {
		padding-top: 175px;
		background-position-y: 175px;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner,
	.wd_pageid_191 .banner.watermark.ndq-innerbanner,
	.wd_pageid_190 .banner.watermark.ndq-innerbanner {
		min-height: unset;
		height: auto !important; /* override client !important */
		padding-bottom: 0;
	}
	/* .wd_pageid_203 .banner.watermark.ndq-innerbanner, */
	.wd_pageid_202 .banner.watermark.ndq-innerbanner,
	.wd_pageid_201 .banner.watermark.ndq-innerbanner,
	.wd_pageid_199 .banner.watermark.ndq-innerbanner,
	.wd_pageid_191 .banner.watermark.ndq-innerbanner,
	.wd_pageid_190 .banner.watermark.ndq-innerbanner {
		height: 460px!important;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner h1,
	.wd_pageid_191 .banner.watermark.ndq-innerbanner h1,
	.wd_pageid_190 .banner.watermark.ndq-innerbanner h1 {
		color: #000;
		text-align: left;
		line-height: 2.5rem;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner h1 {
		color: white;
	}
	.wd_pageid_129 .banner.watermark.ndq-innerbanner h1 {
		line-height: 2.5rem;
	}
	/* Start Gallery Page */
	.wd_gallery .wd_category_link {
		width: 32%;
		margin-right: 2%;
	}
	.wd_gallery .wd_category_link:nth-child(4n) {
		margin-right: 2%;
	}
	.wd_gallery .wd_category_link:nth-child(3n) {
		margin-right: 0
	} 
	/* End Gallery Page */

	/* Gallery Detail Page */
	.wd_gallery .wd_layout-grid .wd_item {
		width: 32% !important;
		margin-right: 2%;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(5n) {
		margin-right: 2%;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(3n) {
		margin-right: 0;
	}
	/* End Gallery Detail Page */

	.wd_pageid_191 .wd_content-left p {
	    font-size: 1rem;
	}
}

@media (max-width: 1024px) {
	.wd_pageid_201 .banner.watermark.ndq-innerbanner {
		/* min-height: 460px;
		height: auto; */
	}
	.wd_pageid_116 .banner.watermark.ndq-innerbanner, .wd_pageid_120 .banner.watermark.ndq-innerbanner, .wd_pageid_45 .banner.watermark.ndq-innerbanner, .wd_pageid_147 .banner.watermark.ndq-innerbanner {
		background-size: cover;
	}
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	.top-bar .menu>li>a {
		max-width: 95%;
		padding: 1rem 5px;
	}
	.wd_flex_links li:last-child,
	.wd_flex_links li {
		border-left: 20px solid #FFF;
		border-right: 20px solid #FFF;
	}
	div.wd_stories .wd_item_list {
		flex-wrap: wrap;
	}
	div.wd_stories .wd_item {
		flex-basis: calc(50% - 20px);
	}

	.wd_featureboxes_nmg_conversations .wd_featurebox_container.col-md-4 {
		width: 100%;
		margin-right: 0;
	}
	.wd_featureboxes_nmg_conversations .wd_featurebox_container img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	/* Awards Page */
	.wd_pageid_187 .wd_category_items .item {
		width: 49%;
		margin-right: 2%;
		padding: 15px;
		margin-top: 0;
		margin-bottom: 20px;
		position: relative;
		border-bottom: 1px solid #f1f1f1;
		
	}
	.wd_pageid_187 .wd_category_items .item:nth-child(3n) {
		margin-right: 2%;
	}
	.wd_pageid_187 .wd_category_items .item:nth-child(2n) {
		margin-right: 0;
	}
	/* End Awards Page */

	/* About NMG India */
	.wd_pageid_192 #wd_printable_content {
	    margin-top: 40px;
        display: flex;
	    flex-direction: column;
	}
	.wd_pageid_192 #wd_printable_content table.wd_imagetable {
	    order: 2;
	    margin: 20px auto !important; /* override inline style */
	}
	.wd_pageid_192 .wd_featureboxes_middle .wd_featurebox .wd_col {
		width: 100%;
	}
	.wd_pageid_192 table.wd_imagetable {
	    float: none;
	    text-align: center;
	    margin: 0 auto 20px !important; /* override inline style */
	}
	.wd_pageid_192 table.wd_imagetable > tbody > tr > td {
		padding: 0 !important; /* override client !important */
	}
	/* END About NMG India */

	.wd_content_wrapper {
		display: block;
	}
	.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_imagetable,
	.wd_pageid_191 .wd_featureboxes_bottom_2 .wd_imagetable {
		max-width: 100%;
	}

	/* Group Holiday */
	.wd_pageid_203 .item,
	.wd_pageid_203 .item:nth-child(even) {
		display: flex;
		flex-direction: column;
		margin-top: 45px;
	}
	.wd_pageid_203 .item .wd_thumbnail {
		width: 100%;
	}
	.wd_pageid_203 .item .item_content {
		width: 100%;
	}

	/* Bottom Box Featurebox */
	.wd_featureboxes_bottom_gif {
		margin-top: 45px;
	}

	/* Bottom Brands Featurebox */
	.wd_featureboxes_bottom_brands .wd_featurebox_container {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}
	.wd_featureboxes_bottom_brands .wd_featurebox_container:nth-child(odd) {
		padding-right: 0;
		border-right: none;
		padding-bottom: 60px;
	}
	.wd_featureboxes_bottom_brands .wd_featurebox_container:nth-child(even) {
		padding-left: 0;
		border-left: none;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner {
		background-position: 50% 218px;
	}

}

/* Medium devices (tablets) */
@media (max-width: 767px) {
	.wd_pageid_199 .wd_category_items .item,
	.wd_pageid_204 .wd_category_items .item  {
		flex: 100%;
		padding: 10px 0;
	}
	.wd_pageid_199 .wd_category_items .item:nth-child(odd),
	.wd_pageid_199 .wd_category_items .item:nth-child(even),
	.wd_pageid_204 .wd_category_items .item:nth-child(odd),
	.wd_pageid_204 .wd_category_items .item:nth-child(even) {
		border-right: none;
		border-left: none;
	}
	.wd_pageid_199 .wd_category_items .item:nth-child(2),
	.wd_pageid_204 .wd_category_items .item:nth-child(2) {
		border-top: 2px solid #EE312B;
	}
.wd_pageid_197 .wd_standard .item {
    display: flex;
    flex-direction: column;
}

.wd_pageid_197 .wd_standard .item img {
    order: 5;
    margin: 10px 0 !important;
}
	.xmas_in_jun .wd_category_items .wd_grid1,
	.xmas_in_jun .wd_category_items .wd_grid2{
		grid-template-columns: 1fr ;
	}


	.col-md-10,
	.col-md-2{
		padding: 0 15px;
		width: calc(100% - 30px);
		float: none;
		margin-right: 0;
	}
	.col-12,
	.col-md-6  {
		padding: 0 15px;
		/* width: calc(100% - 30px); */
		float: none;
		margin-right: 0;
	}
	.small-links {
		display: none;
	}
	.ndq-section {
		float: none;
		padding: 2em 1em;
	}
	.wd_featureboxes_info_kit {
		margin-bottom: 30px;
	}
	.wd_featureboxes_resources,
	div.wd_featureboxes_middle .wd_newsfeed_releases-teaser {
		display: block;
	}

	div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item {
		display: block;
		border: 2px solid #000;
		padding: 20px;
		margin: 20px 0;
		min-height: 200px;
	}
		
	div.wd_featureboxes_middle .wd_newsfeed_releases-teaser .item:nth-child(3) {
		margin: 0;
	}
	.wd_featureboxes_contact .wd_contacts {
		margin: 20px auto;
		display: block;
	}
	.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(odd) {
		margin-right: 0;
	}
	
	.wd_subscribe2 .wd_form_field.wd_form_field_pos_right:nth-child(n+4) {
		display: block;
		width: 100%;
	}
	.wd_events .wd_events_list .wd_event, 
	.wd_events .wd_events_past_summary .wd_event_info {
		width: 100%;
		min-height: auto;
		margin: 0 0 40px 0;
		float: none;
	}
	.wd_events .wd_events_list .wd_event {
		display: block;
	}
	div[class*='_kit_'] div.wd_featurebox_title,
	#wd_three_col_boxes .wd_featurebox_container {
		text-align: center;
	}
	.wd_featureboxes_contact {
		padding: 0 15px;
	}
	div.wd_featureboxes_bottom div.wd_featurebox_container {
		display: block;
	}
	div.wd_featureboxes_bottom div.wd_featurebox {
		max-width: none;
	}

	button.wd_search_button {
		margin-top: 20px;
	}
	
	.wd_social_links li {
		display: inline-block;
		padding: 0 10px;
		width: 75px;
	}

	/* Start Gallery Page */
	.wd_pageid_13.wd_is_category .wd_search_basic_fields {
		display: flex;
		flex-wrap: wrap;
	}
	.wd_pageid_13 #wd_printable_content select,
	.wd_pageid_13 #wd_printable_content input,
	.wd_pageid_13 #wd_printable_content button {
		width: 100%;
	}
	.wd_gallery .wd_category_link {
		width: 49%;
		margin-right: 2%;
	}
	.wd_gallery .wd_category_link:nth-child(3n) {
		margin-right: 2%;
	}
	.wd_gallery .wd_category_link:nth-child(2n) {
		margin-right: 0;
	}
	/* End Gallery Page */

	/* Gallery Detail Page */
	.wd_gallery .wd_layout-grid .wd_item {
		width: 49% !important;
		margin-right: 2%;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(5n) {
		margin-right: 2%;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(3n) {
		margin-right : 2%;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(2n) {
		margin-right: 0;
	}
	/* End Gallery Detail Page */

	/* Management Page */
	.wd_pageid_123 .wd_category_items .item {
		flex-basis:  calc(50% - 20px);
	}
	/* END Management Page */

	/* About NMG India */
	.wd_pageid_192 ul.wd_fullwidth {
	    flex-direction: column;
	    row-gap: 40px;
	}
	/* END About NMG India */

	.wd_pageid_190 .item {
		width: 100%;
	}
	.wd_pageid_190 .item:before {
		display: none;
	}
	.wd_featureboxes_right_quote .wd_featurebox_image,
	.wd_pageid_191 .wd_featureboxes_middle .wd_featurebox_image,
	.wd_pageid_190 .wd_featureboxes_middle .wd_featurebox_image {
	    flex-direction: column-reverse;
	    align-items: center;
	}
	.wd_pageid_190 .wd_featureboxes_bottom_2 .wd_featurebox {
		display: block;
	}
	.wd_pageid_191 .wd_featureboxes_top table.wd_imagetable {
		float: none;
	}
	.wd_pageid_191 .wd_featureboxes_top table.wd_imagetable[align=right] {
	    margin-left: 0 !important; /* override inline */
	}

	.wd_pageid_203 .banner.watermark.ndq-innerbanner {
		height: 100% !important;
	}
	.wd_pageid_201 .banner.watermark.ndq-innerbanner {
		background-position: 60% 218px;
	}
	
}

/* Small devices (landscape phones) */
@media (min-width: 576px) {
	.wd_pageid_190 .wd_imagetable .wd_fancybox,
	.wd_pageid_191 .wd_imagetable .wd_fancybox {
		pointer-events: none;
	}
}
@media (max-width: 575px) {
	.wd_flex_links {
		display: block;
	}

	.wd_flex_links li {
		margin-bottom: 20px;
	}
	.banner.watermark.ndq-innerbanner h1 {
		font-size: 30px;
	}
	.wd_pageid_203 .banner.watermark.ndq-innerbanner h1 {
		font-size: 30px;
		line-height: 1;
	}

	.wd_stories .wd_item .wd_thumbnail {
		float: none;
	}
	div.wd_stories .wd_item_list {
		display: block;
	}

	/* Start Gallery Page */
	.wd_gallery .wd_category_link {
		width: 100%;
		margin-right: 0;
	}
	.wd_gallery .wd_category_link:nth-child(3n) {
		margin-right: 0;
	}
	.wd_gallery .wd_category_link:nth-child(2n) {
		margin-right: 0;
	}
	/* End Gallery Page */

	/* Gallery Detail Page */
	.wd_gallery .wd_layout-grid .wd_item {
		width: 100% !important;
		margin-right: 0;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(5n) {
		margin-right: 0;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(3n) {
		margin-right : 0;
	}
	.wd_gallery .wd_layout-grid .wd_item:nth-child(2n) {
		margin-right: 0;
	}
	/* End Gallery Detail Page */

	/* Management Page */
	.wd_pageid_123 .wd_category_items .item {
		flex-basis:  100%;
	}
	/* END Management Page */

	/* Awards Page */
	.wd_pageid_187 .wd_category_items .item {
		width: 100%;
		margin-right: 0;
		padding: 15px;
		margin-top: 0;
		margin-bottom: 20px;
		position: relative;
		border-bottom: 1px solid #f1f1f1;
		
	}
	.wd_pageid_187 .wd_category_items .item:nth-child(3n) {
		margin-right: 0;
	}
	/* End Awards Page */

	.wd_footer_social_icons a {
		margin-right: 15px;
	}
}

/* CLIENT CSS OVERRIDES */
div#main-menu .is-dropdown-submenu .js-drilldown-back a {
	color: #fff !important; /* override !important */
}
