#primary-menu:not(.style-2) ul.nav-main-menu {
	height: auto;
}

.edw #primary-menu ul.nav-main-menu > li:hover a,
.edw #primary-menu ul.nav-main-menu > li.current a {
	color: white;
}

.dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#primary-menu.dark ul ul li:hover > a {
	background: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.dot-borders > [class*='col-'] {
	border-left: 1px dotted rgba(183, 176, 156, 0.75);
	padding: 0 14px;
}

.dot-borders > [class*='col-']:first-child {
	border: none;
}

.grid-items {
}

.category-listing {
	margin-bottom: 0;
}

.ipost h5 {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.block-pad-1 .grid-items .row [class*='col-'] {
		margin-bottom: 20px;
	}

	.edw-block .h2.pad {
		padding-top: 0 !important;
	}

	div.htmlcontent ul:not(.defaultul) li {
		padding-left: 10px;
	}

	.edw-btn {
		white-space: normal !important;
	}

	#primary-menu > div > article > ul {
		display: none;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transition: none;
		transition: none;
	}

	/*override responsive.css style*/
	#footer .footer-widgets-wrap .col_full > div {
		margin-bottom: 0px !important;
		width: auto;
		padding: 0 10px;
		border-right: none;
	}

	#footer .footer-widgets-wrap .col_full > div > article > div {
		float: left;
		margin-right: 0;
		margin-bottom: 15px !important;
		width: auto;
		padding: 0 10px;
		border-right: 1px solid #828080;
	}

	#footer .footer-widgets-wrap .col_full .col_last {
		border: none;
	}
}
/* Following are for top-nav in SecondaryNavigation */

.dark
	#header-wrap:not(.not-dark)
	#primary-menu
	> div
	> article
	> ul.top-nav
	> li:hover
	a,
.dark
	#header-wrap:not(.not-dark)
	#primary-menu
	> div
	> article
	> ul.top-nav
	> li.current
	a {
	color: white;
}

.dark
	#header-wrap:not(.not-dark)
	#primary-menu
	> div
	> article
	> ul.top-nav
	> li
	> a {
	color: #eee;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.dark
	#header-wrap:not(.not-dark)
	#primary-menu
	> div
	> article
	> ul.top-nav
	> li:hover
	a {
	color: #eee;
}

#primary-menu ul.top-nav {
	height: auto;
}

/* end */

/*Begin: Home Banner Styles override*/
.home-banner {
	margin-bottom: -165px;
	top: -165px;
}
/*End: Home Banner Styles override*/

/*
Begin: Banner Styles*/
.btn-group .strip-text {
	white-space: normal;
}

/*Begin: Position-Relative*/
.position-relative {
	position: relative;
}

/**For Tab Slider's Tabs*/
article.section {
	background-color: transparent;
}
/* end */

.display-none {
	display: none;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

/*used in Overlay Content of ImagePart*/
.overlay-image-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}
/*end*/

/**For MediaSlider Thumbnails to have consistent space between them when they apear in more than one lines**/
.flexslider .flex-control-nav.flex-control-thumbs li {
	height: auto;
}
/**end**/

/***For the Embeded Iframe to have a responsive behavior***/
.iframe-embed-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	/* padding-top: 56.25%;*/
}

.iframe-embed-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
	z-index: 3;
}

/**End**/

/***For container in Accordion ***/
div.panel-default div.container {
	padding-left: 17px;
	padding-right: 17px;
	width: 100%;
}
/**End**/

/**Increase the line spacing for tab headings that wrap**/
.tabs ul.tab-nav li a span {
	line-height: 1.4;
}

@media (max-width: 991px) {
	.tabs ul.tab-nav li a span {
		line-height: 14px;
	}
}

/**End**/

/*Disclaimer, References or Footnotes in any webpage*/
.footnotes {
	font-size: 9pt;
}
/*Disclaimer, References or Footnotes in any webpage*/
/*footable styles*/
.footable-row-detail-row {
	line-height: 2em;
}

.footable-row-detail-inner {
	margin-left: 18px;
}

.footable-row-detail-value {
	vertical-align: middle;
}

.footable > thead:first-child > tr:first-child > th {
	white-space: pre-wrap;
	background: rgba(168, 153, 104, 0.5);
}

.table-striped > tbody > tr:nth-child(odd) > td {
	background: rgba(255, 255, 255, 0.5);
}

.table-striped > tbody > tr:nth-child(even) > td {
	background: rgba(168, 153, 104, 0.1);
}
/*footable styles*/

/*In white mode, the accordion tab should be grey. (Overload Style.css)*/
section:not(.edw-gray)
	.container.clearfix
	.panel-group.accordion
	.panel.panel-default
	a.collapsed {
	background-color: #edeeee;
}
/*In white mode, the accordion tab should be grey.*/

/*Bullets should be red by default*/
div.htmlcontent ul:not(.defaultul),
.slide ul {
	list-style-type: none;
	position: relative;
	color: #505759;
	padding-left: 17px;
}

div.htmlcontent ul:not(.defaultul) li:before,
.slide li:before {
	content: '\2022';
	position: absolute;
	left: 0em;
	color: #c8102e;
}

div.htmlcontent ul:not(.defaultul).lg li {
	padding: 5px 0;
}

div.htmlcontent ul:not(.defaultul) li * {
	color: #505759;
}

div.htmlcontent ul:not(.defaultul) li a {
	color: #c8102e;
}
/*Bullets should be red by default*/

/*** For Navigation controls(prev-next) in Media Slider ***/
@media only screen and (max-width: 767px) {
	.flexslider .flex-direction-nav a {
		width: 7%;
		height: auto;
	}

	.flex-prev i {
		width: 80%;
		height: auto;
		margin-left: 0%;
	}

	.flex-next i {
		width: 80%;
		height: auto;
		margin-left: 5px;
	}

	.dot-borders > [class*='col-'] {
		border: none;
	}
}
/*** End ***/

/** Styles for Tabs: float to left + background color white**/
ul.tab-nav li:first-child {
	margin-left: 0px;
}

ul.tab-nav li {
	margin-bottom: 0px;
}

.tabs ul.tab-nav li {
	float: left;
}

.backgroundWhite,
.backgroundWhite.on-gray {
	background-color: white;
}

@media (max-width: 991px) {
	.tabs ul.tab-nav li {
		height: 39px;
	}
}

/*Begin: Generic*/
.position-relative {
	position: relative;
}

.text-align-center {
	text-align: center !important;
}

/**End**/

/***Sub-heading Styles***/
.sub-heading {
	color: #444;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1;
}
/***Sub-heading Styles***/

/***References heading inside footnotes need to be left alinged***/
.references {
	margin-left: -17px;
}

ol.references {
	margin-left: 0px;
}
/***References heading inside footnotes need to be left alinged***/

/***numbers in ordered lists must be aligned with the heading***/
ol {
	margin-left: 23px;
}
/***numbers in ordered lists must be aligned with the heading***/

/** For top search**/
/*.edw #primary-menu #top-search{
    height:auto;
}*/
/**End**/

/**Icon for videos to appear on hover**/
.icon-play-video {
	position: relative;
}
/**Icon for videos to appear on hover**/

/**Hide MediaSlider navigation arrows if there's only one slide**/
.flex-direction-nav a.flex-disabled {
	display: none;
}
/**End**/

/*remove numbering from login screen as was in theme machine*/
fieldset.login-form ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/**Section heading font changed**/
section.edw-block .h2 {
	font-size: 32px;
}
/**End**/

/**Styling added for the Lists coming from Html section item**/
section.edw-block div.htmlcontent ul {
	margin-top: 5px;
	margin-bottom: 30px;
}
/**End**/

/**For MediaSlider bottom margin**/
.mb40 {
	margin-bottom: 40px !important;
}
/**End**/

/* Edwards.Banner styling to show desktop image on tablets - Start */
@media (max-width: 480px) {
	.edwards-banner.main-section .img-top .img-top-mobile {
		background-color: #d8d8d0 !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		height: 100% !important;
		width: 100% !important;
		position: absolute !important;
		margin-top: 165px !important;
		display: block !important;
	}

	.edwards-banner.main-section.page .img-top {
		background: none !important;
	}

	.edwards-banner.main-section .img-top {
		height: 385px !important;
	}
}

@media (min-width: 481px) and (max-width: 991px) {
	.edwards-banner.main-section .img-top {
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.edwards-banner.main-section .img-top .img-top-mobile {
		display: none;
	}
}
/* Edwards.Banner styling to show desktop image on tablets - End */

/***3D Rotator Styles for Iphone***/
.spritespin-stage {
	position: relative !important;
	margin: 0 auto;
}

.spritespin {
	padding: 0px;
}

@media only screen and (max-width: 991px) {
	.spritespin {
		width: 100% !important;
	}
}

@media only screen and (max-width: 370px) {
	.spritespin-stage {
		width: 100% !important;
		text-align: center;
	}

	.spritespin-stage img,
	.spritespin-stage {
		width: 320px !important;
	}
}
/***3D Rotator Styles for Iphone***/

/***Risk Information Style Changes***/
.edw-risk .risk-bar.fixed .risk-wrapper {
	background: #dbd8ce;
}

/*Risk information widget styles overrides*/
section.edw-risk * {
	color: black !important;
}

/*Risk information widget styles overrides*/

.risk-wrapper .container .risk-description {
	line-height: 0.8;
}

.risk-bar.fixed .risk-wrapper .container h3 {
	margin-bottom: 16px;
}

.edw-risk .risk-bar.fixed .container {
	padding-top: 11px;
	padding-bottom: 7px;
}

/***Risk Information Style Changes***/

/***Tab Slider: Inactive Tab color darkened***/
.tabs ul.tab-nav li a {
	background-color: #898d8d;
}
/***Tab Slider: Inactive Tab color darkened***/

/**** Thumbnails shown for the mobile views****/
@media (max-width: 991px) {
	.mobile-thumbs .flex-control-nav.flex-control-thumbs {
		display: block;
	}
}
/**End***/
/*sapian3 Font Color*/
.red {
	color: #c8102e !important;
}

.gray {
	color: #898d8d !important;
}

.lgreen {
	color: #0faea9;
}

.white {
	color: white;
}
/*sapian3 Font Color*/

/*reduce the font size of the titles of top nav*/
.resourcelistingtitle {
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.319999992847443px;
	padding-top: 10px;
}

.resourcelistingtitle > div.resourcelistingdescription {
	font-weight: normal;
	margin-top: 10px;
	font-size: 13px;
	color: #d8d8d8;
	margin-bottom: 30px;
}
/*video player icon visible all the time, not just on roll over.*/
.overlay .overlay-wrap {
	opacity: 1;
}

/* On Patients page, make body text and bullets black colored */
body[class*='patient-section'],
body[class*='patient-section'] div.htmlcontent ul:not(.defaultul) li:before,
body[class*='patient-section'] div.htmlcontent ul:not(.defaultul) {
	color: #505759 !important;
}

/* Decrease font size of tab section on mobile view */
@media (max-width: 480px) {
	.tabs ul.tab-nav li a {
		font-size: 8px;
	}
}

/* Page mobile banner cuts off at different mobile resolutions - Start */
.zone-messages {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #ff8868;
	z-index: 1000;
	width: 160px;
	font-style: italic;
	line-height: 1.3;
}

.zone-content {
}

.select-box {
	background: #898d8d;
}

.select-box .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.custom-banner-container {
	min-width: 280px;
	margin: auto auto 30px auto;
	position: relative;
}

.homeBannerContainer {
	margin-bottom: 0;
}

.custom-banner-container .container {
	height: 100%;
}

.custom-banner-container img {
	width: 100%;
	height: auto;
}

.custom-banner-container .edw-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.custom-banner-container .edw-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.custom-banner-container .desktop-img,
.custom-banner-container .mobile-img {
	display: none;
}

.custom-banner-container .edw-caption-inner .btn-group.subpage {
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 26%;
	z-index: 20;
}

.custom-banner-container
	.edw-caption
	.edw-caption-inner
	.edw-caption-content
	* {
	margin: 0;
	padding: 0;
}

/* Desktop view*/
@media (min-width: 991px) {
	header#header.banner-page {
		/*position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;*/
	}

	.custom-banner-container .edw-caption {
		top: 115px;
	}

	.custom-banner-container .edw-caption-content {
		height: inherit;
	}

	.custom-banner-container .edw-caption-content .mobile-hidden {
		display: table;
		float: right;
	}

	.custom-banner-container .edw-caption-content .mobile-hidden div {
		display: table-cell;
		vertical-align: middle;
	}
}

/* Tablet/Mobile view */
@media (max-width: 991px) {
	header#header {
		top: 0;
		min-height: 68px;
		height: 68px;
	}

	.custom-banner-container .edw-caption {
		top: 64px;
	}

	.custom-banner-container .edw-caption-inner .btn-group.subpage {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
	}

	.custom-banner-container .edw-caption-content {
		height: inherit;
	}

	.custom-banner-container .edw-caption-content .desktop-hidden {
		display: table;
		float: right;
	}

	.custom-banner-container .edw-caption-content .desktop-hidden div {
		display: table-cell;
		vertical-align: middle;
	}
}

/* Mobile view */
/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/
@media (max-width: 736px) {
	.custom-banner-container .mobile-img {
		display: block !important;
	}

	.custom-banner-container .desktop-img {
		display: none !important;
	}

	.embed-responsive-iframe-item {
		min-height: 207px;
	}
}
/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/

/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/
/* Desktop/Tablet view */
@media (min-width: 737px) {
	.custom-banner-container .desktop-img {
		display: block !important;
	}

	.custom-banner-container .mobile-img {
		display: none !important;
	}

	.embed-responsive-iframe-item {
		min-height: 575px;
	}
}
/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/

/* Tablet view */
/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/
@media (min-width: 737px) and (max-width: 991px) {
	.custom-banner-container .desktop-img {
		padding-top: 0;
	}
}
/**Banner Made Optional: Mobile Resolution starts from 736px to cater Iphone6 plus***/
/* Page mobile banner cuts off at different mobile resolutions - End */

/* Primary navigation bug wrong placment of 5th child item sub menu - Start */
#primary-menu ul.nav-main-menu li.sub-menu ul li:nth-child(5) > ul.edw-sub {
	left: 100%;
	right: auto;
}

#primary-menu ul.nav-main-menu li.sub-menu ul li:nth-child(5) > ul.edw-sub ul {
	left: 100%;
	right: auto;
}
/* Primary navigation bug wrong placment of 5th child item sub menu - End */
/*Replicate primary nav to secondary/top nav*/
.edw #primary-menu ul.top-nav li.sub-menu ul li:hover a {
	background-image: none;
}

.edw #primary-menu ul.top-nav a {
	display: block;
}
/*Replicate primary nav to secondary/top nav*/

/*****Site leaving warning popup*******/
.message-container {
	position: relative;
	width: auto;
	border: solid #444 2px;
	margin: 20px auto;
	background: #edeeee;
	border-radius: 10px;
	padding-top: 10px;
}

.warningBox {
	max-width: 550px;
}

.message-text {
	padding: 20px;
	color: #000;
}

.message-button {
	width: 100px;
}

.button-container {
	padding: 0 0 18px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mfp-close-btn-in .mfp-close {
	color: black;
}

/*****Site leaving warning popup*******/
/*After Tab Slider html Content Next to TabSlider have the background is the alternate color of the last tab of tab slider on the page*/
.tab-slider-container > .after-tabslider {
	background-color: #edeeee;
	padding: 20px 0;
}
/*After Tab Slider html Content Next to TabSlider have the background is the alternate color of the last tab of tab slider on the page*/

/***Error Message using magnific popup***/
.errorBox {
	max-width: 450px;
}

/***Education Section Styles****/
.hidden {
	display: none;
}

input#education-search-input:focus {
	border-color: black;
}

.popular {
	background: url('./modules/edwards.education/styles/images/popular.png')
		no-repeat 0 0 transparent;
	width: 105px;
	height: 105px;
	margin: 20px 0 0 20px;
	position: absolute;
	z-index: 1;
}

.products-listing a,
.category-listing a {
	cursor: pointer;
}

.align-center {
	text-align: center;
}

.active-category > div {
	background-color: #898d8d !important;
}

.results .grid-items.pad25 .fbox-desc {
	padding: 17px 0px;
}

@media (max-width: 991px) {
	.category-listing.grid-items .row [class*='col-'] {
		padding-left: 1px;
	}

	.category-listing.grid-items b {
		font-size: 10pt;
	}
}

.category-listing.grid-items .vertical-align {
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #b7b09c;
}

.category-listing.grid-items .row [class*='col-'] {
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	background: transparent;
}

.results .grid-items .row [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
	background: transparent;
}

.content-align-center {
	margin-left: auto;
	margin-right: auto;
}

.products-listing a img {
	/*opacity: 0.1;*/
}

.products-listing a.active-product img {
	/*opacity: 1;*/
}

@media (max-width: 991px) {
	.mobile-image {
		height: 87px;
		width: 87px;
	}
}

@media (min-width: 992px) {
	.desktop-image {
		height: 50%;
		width: 50%;
	}
}

.results .grid-items .row .result-white-block {
	background-color: white;
	border: 5px solid #edeeee;
}

/***No Banner Found***/
.no-banner > div,
.no-desktop-banner > div {
	display: none;
}

.no-desktop-banner {
	padding-bottom: 115px;
}

@media (max-width: 991px) {
	.no-banner,
	.no-desktop-banner {
		padding-bottom: 64px;
	}
}

@media (max-width: 736px) {
	.no-desktop-banner > div {
		display: block;
	}

	.no-desktop-banner {
		padding-bottom: 0px;
	}

	.custom-banner-container .mobile-img {
		display: block;
	}
}
/***No Banner Found***/

/* Back to Top button - Start */
#top-link-block.affix-top {
	position: absolute;
	bottom: -160px;
	right: 10px;
}

#top-link-block.affix {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}

#top-link-block a:link,
#top-link-block a:visited,
#top-link-block a:hover,
#top-link-block a:active {
	color: #c8102e;
}

#top-link-block a .icon-chevron-up {
	width: 36px;
	height: 36px;
	font-size: 24px;
	color: #c8102e;
	border: 4px solid;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1 !important;
}

/* Back to Top button - End */

/* Risk information section bullets appear out of margin - Start */
section.edw-risk
	.risk-content
	div.container.htmlcontent
	ul:not(.defaultul)
	li:before {
	color: black;
}

section.edw-risk .risk-content div.container.htmlcontent ul:not(.defaultul) {
	margin-bottom: 30px;
}
/* Risk information section bullets appear out of margin - End */

/* Tab slider show single tab content has gray background so accordian headings are white - Start */
div.edw-gray
	div.tab-container
	div.tab-content.ui-tabs-panel
	div.container.clearfix
	div.panel-group.accordion
	.panel.panel-default
	a.collapsed {
	background-color: #fff;
}
/* Tab slider show single tab content has gray background so accordian headings are white - End */

/* Reduce box height of resource listing item in top nav - Start */
.edw
	#primary-menu
	ul.defaultul
	li.sub-menu
	ul.edw-sub.defaultul
	li.sub-menu:hover
	ul.defaultul.resourceListingItemUL {
	min-height: 0;
	display: table !important;
}

.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription,
.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription
	*,
.edw
	#primary-menu
	ul.defaultul
	li.sub-menu
	ul.edw-sub.defaultul
	li.sub-menu
	ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription,
.edw
	#primary-menu
	ul.defaultul
	li.sub-menu
	ul.edw-sub.defaultul
	li.sub-menu
	ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription
	* {
	margin: 0;
}

/* Margin needs to be applied for iPad landscape orientation */
@media (min-width: 992px) and (max-width: 1024px) {
	.edw
		#primary-menu
		ul.nav-main-menu.defaultul
		> li.sub-menu
		> ul.defaultul
		> li.sub-menu:hover
		> ul.defaultul.resourceListingItemUL
		div.resourcelistingdescription
		p,
	.edw
		#primary-menu
		ul.defaultul
		li.sub-menu
		ul.edw-sub.defaultul
		li.sub-menu
		ul.defaultul.resourceListingItemUL
		div.resourcelistingdescription
		p {
		margin-bottom: 30px;
	}
}

.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription,
.edw
	#primary-menu
	ul.defaultul
	li.sub-menu
	ul.edw-sub.defaultul
	li.sub-menu
	ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription {
	margin-top: 10px;
}

.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription
	span,
.edw
	#primary-menu
	ul.defaultul
	li.sub-menu
	ul.edw-sub.defaultul
	li.sub-menu
	ul.defaultul.resourceListingItemUL
	div.resourcelistingdescription
	span {
	display: initial;
}
/* Reduce box height of resource listing item in top nav - End */

/* Top nav 2nd level resource listing item styling - Start */
.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL {
	min-height: 0;
	display: table !important;
	bottom: 0;
	left: 100%;
	padding: 20px 22px;
	border-left: 1px solid #858585;
}

.edw
	#primary-menu
	ul.nav-main-menu.defaultul
	> li.sub-menu
	> ul.defaultul
	> li.sub-menu:hover
	> ul.defaultul.resourceListingItemUL
	li {
	border-bottom: 0;
}
/* Top nav 2nd level resource listing item styling - End */

/*Media Slider With Vertical Thumbnails - Start*/
.verticalThumbnailsCarousal .flex-direction-nav {
	display: none;
}

.flexsliderSliderVertical.col-md-8 {
	width: 66.66666667% !important;
}

.flexsliderSliderVertical.col-md-4 {
	width: 33.33333333% !important;
}

.flexsliderSliderVertical.verticalThumbnailsCarousal {
	padding-left: 10px;
}

.flexsliderSliderVertical.verticalThumbnailsCarousal .vertical-slider-wrap {
	padding: 0px 10px 10px 10px;
}

.flexsliderSliderVertical .vertical-slider-wrap .slide-detail {
	border: solid 1px #c5c5c5;
	padding: 15px;
	margin: 5px 2px 0px 2px;
}

.flexsliderSliderVertical.verticalThumbnailsCarousal .vertical-slider-wrap li {
	float: none !important;
	opacity: 1 !important;
	cursor: pointer;
}

.flexsliderSliderVertical.verticalThumbnailsCarousal .col-md-7 {
	padding: 0px 15px 0px 0px;
}

.flexsliderSliderVertical .flex-direction-nav .flex-prev,
.flexsliderSliderVertical .flex-direction-nav .flex-next {
	margin-top: 0px;
	top: 28%;
}

.flexsliderSliderVertical .flex-direction-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.vertical-slider-wrap .oEmbedPlayIcon {
	position: relative;
}

.vertical-slider-wrap .oEmbedPlayIcon .icon-play-video {
	position: absolute;
	margin-top: -37%;
}

.vertical-slider-wrap .iframe-embed-scaler iframe {
	height: 384px;
}

.flexsliderSliderVertical
	.vertical-slider-wrap
	li.iframeOEmbedSlide
	.slide-detail {
	margin: 15px 2px 0px 2px !important;
}

.verticalThumbnailsCarousal img {
	width: 100%;
	height: 100%;
}

.flexsliderSliderVertical .thumbnailImg {
	width: 40%;
	display: inline-block;
}

.flexsliderSliderVertical .thumbnailDetail {
	width: 60%;
	display: inline-block;
	height: 100%;
	position: absolute;
	padding-left: 10px;
}

.icon-play-video.s40 {
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	margin: -22px 0 0 -20px;
}

.thumbnailImg .overlay {
	position: absolute;
	top: 40%;
	left: 16%;
	width: auto;
	height: auto;
}

@media (max-width: 991px) {
	.flexsliderSliderVertical.col-xs-12 {
		width: 100% !important;
	}

	.flexsliderSliderVertical .flex-direction-nav .flex-prev,
	.flexsliderSliderVertical .flex-direction-nav .flex-next {
		margin-top: 0px;
		top: 35%;
	}

	.flexsliderSliderVertical .thumbnailImg {
		width: 20%;
	}

	.flexsliderSliderVertical .thumbnailDetail {
		width: 80%;
	}

	.thumbnailImg .overlay {
		left: 9%;
	}
}

@media (max-width: 736px) {
	.hide-mobile-thumbs {
		display: none !important;
	}

	.flexsliderSliderVertical .thumbnailImg {
		width: 28%;
	}

	.flexsliderSliderVertical .thumbnailDetail {
		width: 72%;
	}

	.thumbnailImg .overlay {
		left: 12%;
	}

	.flexsliderSliderVertical .flex-direction-nav .flex-prev,
	.flexsliderSliderVertical .flex-direction-nav .flex-next {
		top: 20%;
	}
}

/*Media Slider With Vertical Thumbnails - End*/

/* Site search results - Start */
div#searchresulttext {
	padding: 20px;
}

table#site-search-results-container.result {
	background-color: transparent;
	clear: both;
}

table#site-search-results-container.result > tbody > tr > td {
	font-weight: bold;
	padding: 20px;
}

table#site-search-results-container.result > tbody > tr > td:first-child {
	text-align: right;
	width: 60px;
}

table#site-search-results-container.result > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table#site-search-results-container.result > tbody > tr:nth-child(even) {
	background-color: #edeeee;
}

table#site-search-results-container.result > tbody > tr > td a {
	color: #c8102e;
}
/* Site search results - End */

/* Site Search results pagination - Start */
div#site-search-results-pager ul.pager span {
	background-color: inherit;
	color: #1c75bc;
	font-weight: bold;
}

div#site-search-results-pager ul.pager a,
div#site-search-results-pager ul.pager span {
	background: #fff;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 8px;
}

div#site-search-results-pager ul.pager a:hover {
	background-color: #eaeaea;
	color: #333;
}
/* Site Search results pagination - End */

/* Top navigation arrow fix */
.edw #primary-menu ul li.sub-menu ul li:not(.sub-menu):hover a {
	background: rgba(255, 255, 255, 0.2) !important;
}

.edw
	#primary-menu
	ul
	li.sub-menu
	ul
	li:not(.sub-menu):hover
	.menu-category-heading {
	background-color: transparent !important;
	color: #fee2cc !important;
}

.edw #primary-menu ul li.sub-menu ul li:not(.sub-menu) a {
	background: none !important;
	background-color: #898d8d !important;
}
/**Education play icon not in place - Start**/
.feature-box.flex-item.media-box .fbox-media .overlay.OEmbedThumbnail {
	top: 6%;
}
/**Education play icon not in place - End**/

/**Education Search Result Notification - Start**/
.education-nosearchresult-container {
	text-align: left;
	padding-left: 0px;
}

.education-searchbox-container {
	text-align: right;
	padding-right: 0px;
}

@media (max-width: 1001px) {
	.education-nosearchresult-container {
		text-align: center;
		padding-left: 15px;
	}

	.education-searchbox-container {
		text-align: center;
		padding-right: 15px;
	}
}
/**Education Search Result Notification - End**/

/* Marketo forms branding - Start */
/* Marketo forms branding - End */
a.edwards-nav-link {
	cursor: pointer;
	cursor: hand;
}
/*Social Media icons*/
.social_icons {
	background: url('./themes/newbrand/styles/images/edwards/social_icons.png')
		no-repeat;
}

*.plus_social_icon {
	width: 35px;
	height: 30px;
	z-index: 1000;
	margin: 0px 0 0 0px;
	background-position: -162px 0px;
	display: block;
}

*.twitter_social_icon {
	width: 35px;
	height: 30px;
	z-index: 1000;
	margin: 0px 0 0 0px;
	background-position: -120px 0px;
	display: block;
}

*.google_social_icon {
	width: 35px;
	height: 30px;
	z-index: 1000;
	margin: 0px 0 0 0px;
	background-position: 3px 0px;
	display: block;
}

*.linkedin_social_icon {
	width: 35px;
	height: 30px;
	z-index: 1000;
	margin: 0px 0 0 0px;
	background-position: -40px 0px;
	display: block;
}

*.facebook_social_icon {
	width: 35px;
	height: 30px;
	z-index: 1000;
	margin: 0px 0 0 0px;
	background-position: -80px 0px;
	display: block;
}

/* Fix no banner page content appears behind header - Start */
@media (max-width: 991px) {
	header#header.mb-pos-relative {
		position: relative;
	}
}
/* Fix no banner page content appears behind header - End */

/* Hide desktop image on mobile view of home banner and vertically center description text - Start */
.widget-home-banner-widget
	.custom-banner-container
	.edw-caption
	.slider-caption.slider-caption-center.m-pt20
	div.row {
	position: absolute;
	top: 50%;
}

.widget-home-banner-widget
	.custom-banner-container
	.edw-caption
	.edw-caption-inner
	.edw-caption-content
	div.row {
	margin: 0 -15px 20px -15px;
}

.widget-home-banner-widget
	.custom-banner-container
	.edw-caption
	.slider-caption
	h2 {
	color: white;
}

.widget-home-banner-widget
	.custom-banner-container
	.edw-caption
	.slider-caption
	p {
	margin: 0 auto;
}
/* Hide desktop image on mobile view of home banner and vertically center description text - End */
/*Custom Static Image for Video as banner on Education Page - Start*/

/* Hide desktop image on mobile view of home banner and vertically center description text - End */
/*add even vertical spacing for primary footer in mobile view*/
@media (max-width: 991px) {
	#footer .footer-widgets-wrap {
		padding-top: 6px !important;
	}

	#footer .footer-widgets-wrap .col_full > div {
		padding-bottom: 4px !important;
	}

	#footer .sub-footer {
		padding-top: 3px !important;
		padding-bottom: 2px !important;
	}
}
/*add even vertical spacing for primary footer in mobile view*/
/*Custom Static Image for Video as banner on Education Page - End*/

/* Alignment of social media icons in footer - Start */
#footer #copyrights .col_half {
	margin-right: 0;
}
/* Alignment of social media icons in footer - End */

/* Footer social media icons - Start */
footer#footer article.widget-footer-aside .edwards-nav-link {
	font-size: 11px;
	color: #c0bebe;
}
/* Footer social media icons - End */

@media (max-width: 991px) {
	.m-pl15 {
		padding-left: 0 !important;
	}

	.m-pl15 > a {
		padding-left: 15px !important;
	}

	.dark #primary-menu:not(.not-dark) ul li {
		border-top-color: rgba(255, 255, 255, 0.1) !important;
		border-top-width: 1px !important;
		border-top-style: solid !important;
	}

	.edw #primary-menu ul ul.edw-sub a {
		white-space: normal;
		height: auto !important;
	}

	.edw #primary-menu .top-nav li a {
		font-size: 11px;
		color: #eee !important;
	}
}
/***TAVR Changes - Start***/
.search-result-container {
	max-height: 100%;
	overflow: hidden;
	margin: 0;
}

#search-result-container {
	max-height: 375px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	padding-right: 0px;
}

.hospital-name {
	font-weight: bold;
}

.address {
	margin-left: 21px;
}

.hospital-detail {
}

.hospital-distance {
	font-weight: bold;
}

#hospital-map-container {
	padding: 0px !important;
}

.tavr-form-group {
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	#hospital-map-container #hospital-map .m-row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.tavr-location-icon {
	cursor: pointer;
	height: 50px;
	text-align: center;
}

.map-ico-container {
	text-align: center;
}

.map-ico-container:hover {
	cursor: pointer;
}

.block-map-form .row {
	margin: 0 auto !important;
}

@media (max-width: 991px) {
	.tavr-mobile-form.block-map-form input {
		border-color: #b7b7b7 !important;
		background: transparent !important;
	}

	.hospital-distance {
		padding-left: 39px;
	}
}

.tavr-return-to-result {
	text-align: right;
	min-height: 24px;
	padding-right: 10px;
}

#search-result-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

#search-result-container::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#search-result-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(1, 1, 1, 1);
	border-radius: 10px;
}
/***TAVR Changes - END***/

div.pressrelease > ul {
	margin-bottom: 30px !important;
}

/** Generic Classes (used in ResourceListing) **/

.left-padding-5 {
	padding-left: 5px;
}

.right-padding-5 {
	padding-right: 5px;
}
/** End **/

/** Edwards.Banner **/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* End */

/** Edwards.Tabslider: for CollapsedMobileTabs functionality **/
.edw-m-menu {
	display: none;
}

.edw-m-menu #edw-m-arrow {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}

@media (max-width: 767px) {
	.no-banner {
		display: none;
	}

	.tabs .edw-m-container ul.tab-nav li a {
		font-size: 12px;
	}

	.tabs .edw-m-container ul.tab-nav li {
		display: block;
		width: 100% !important;
		padding: 0px;
	}

	header#header {
		min-height: 53px;
		height: 53px;
	}

	.edw-m-container {
		max-height: 0px;
		overflow: hidden;
		transition: 0.3s;
	}

	.tabs .edw-m-container ul.tab-nav {
		max-height: 0px !important;
		overflow: hidden;
	}

	.edw-m-menu {
		background: #505759;
		color: white;
		text-align: center;
		padding: 5px 0px;
		display: block;
		cursor: pointer !important;
	}

	.edw-m-container.visible {
		max-height: 100%;
	}

	.tabs .block-pad-1.collapsedMobileTabs {
		padding: 0px 0px 0px !important;
	}
}
/** End **/
/** Edwards.mediaSlider: for keeping prev/next arrows centered on adding more than 5 slides **/
#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	margin-top: -26px;
}

/** End **/
@media (max-width: 991px) {
	.block-pad-1 .grid-items.category-listing .row {
		padding-bottom: 30px;
	}
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

/*Caption Slider Styles start*/
.captionSlider,
.captionSlider .flexslider,
.captionSlider .slider-wrap,
.captionSlider .slide,
.captionSlider .slide > a,
.captionSlider .slide > img,
.captionSlider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.captionSlider {
	min-height: 32px;
	margin: 0 0 50px 0;
}

.captionSlider a:active,
.captionSlider a:focus {
	outline: none;
	border: none;
}

.captionSlider {
	position: relative;
	margin: 0;
	padding: 0;
}

.captionSlider .slider-wrap > .slide {
	-webkit-backface-visibility: hidden;
}

.captionSlider .slider-wrap img {
	width: 100%;
	display: block;
}

.captionSlider .slide {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	opacity: 0;
	display: block;
	z-index: 1;
}
/*Caption Slider Styles end*/
/** End **/

.flexsliderSliderVertical .flex-direction-nav .flex-prev,
.flexsliderSliderVertical .flex-direction-nav .flex-next {
	top: 0;
	margin-top: 26%;
}

/*expand and collapse buttons accordian slider start*/
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.glyphicon {
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}

.glyphicon-minus:before {
	content: '\2212';
}

.glyphicon-plus:before {
	content: '\002b';
}

.accordion-expand-holder {
	text-align: right;
	padding-right: 0px;
	margin-bottom: 10px;
	font-size: 13px;
}

.accordion {
	margin-top: 30px;
}

.accordion-expand-holder + .accordion {
	margin-top: 0;
}

a.boxclose {
	float: right;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5) !important; /* replace color:#fff with this */
	font-size: 22px; /* font-weight: bold; */
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
}

/*a.boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}*/

.boxclose:before {
	content: '×';
}

button.toggleBtn.btn.btn-link.expandAll,
button.toggleBtn.btn.btn-link.collapseAll {
	color: rgba(183, 176, 156, 0.5);
}

.expand-plus-sign {
	background-image: url('./themes/newbrand/styles/images/expand-all-btn.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	z-index: 0;
}

.expand-minus-sign {
	background-image: url('./themes/newbrand/styles/images/collapse-all-btn.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	z-index: 0;
}

/*end*/
/*flex slider play/pause buttons*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('./themes/newbrand/styles/fonts/flexslider-icon.eot');
	src:
		url('./themes/newbrand/styles/fonts/flexslider-icon.eot')
			format('embedded-opentype'),
		url('./themes/newbrand/styles/fonts/flexslider-icon.woff') format('woff'),
		url('./themes/newbrand/styles/fonts/flexslider-icon.ttf') format('truetype'),
		url('./themes/newbrand/styles/fonts/flexslider-icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.flex-pauseplay {
	height: 40px;
	/*position: absolute;*/
	bottom: 5px;
	left: 10px;
	/*opacity: 0.8;*/
	z-index: 998;
	text-align: center;
	/*width: 99%;*/
}

.flex-pauseplay a {
	display: block;
	width: 30px;
	height: 30px;
	/*opacity: 0.5;*/
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #cf4520;
	margin: auto;
	float: right;
	padding-right: 35px;
	/*background-color:  #cf4520 ;*/
	/*background-color: black;*/
}

.flex-pauseplay a:before {
	font-family: 'flexslider-icon';
	font-size: 18px;
	display: inline-block;
	content: '\f004';
	margin-top: 1px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
	margin-left: 8px;
}

/*end*/
/* flex slider expand / Collapse functionality*/

.flexslider-maximize .slider-wrap > .slide {
	opacity: 1 !important;
	margin-right: 0 !important;
}

.flexslider-maximize .flex-control-thumbs img {
	opacity: 1 !important;
}

.flexslider-maximize .flex-direction-nav {
	display: none;
}

.flexslider-maximize .flex-pauseplay {
	display: none;
}

.flexExpandAll {
	float: right;
}

.flexslider-maximize .slideSpacer {
	/*background-color: white;*/
	opacity: 0.8;
	height: 10px;
	width: 100%;
	display: block;
}

.flexslider-maximize .oEmbedSlide .slideSpacer {
	position: absolute;
	z-index: 10000;
	bottom: -10px;
}

.flexslider-maximize .oEmbedSlide {
	overflow: initial;
}

.flexslider-maximize h3.page-subtitle {
	margin-bottom: 10px;
}
/* flex slider expand / Collapse functionality end */

@media (max-width: 991px) {
	.accordion-expand-holder {
		margin-left: -15px;
		margin-right: -15px;
	}

	.edw-block {
		padding: 30px 0 0 !important;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11 {
		margin-bottom: 20px;
	}
}

/*new footer styles*/
.icon-search {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: 'FlipH';
	line-height: 1.3;
}

#footer {
	background: #505759;
	color: #fff;
	padding: 30px;
}

#footer .nav li {
	color: #fff;
	display: inline-block;
	padding-left: 0;
}

#footer .nav {
	padding: 0px;
	margin-bottom: 12px !important;
}

#footer .nav li a {
	color: #fff;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
}

#footer .nav li:first-child a {
	margin-left: 0;
}

#footer .nav li a:hover {
	background: none;
}

#footer .extramargin {
	padding: 0px;
	margin-bottom: 20px !important;
}

.input-titan {
	background: #898d8d;
	color: #fff;
	border: 1px solid #898d8d;
	box-shadow: none;
	transition: none;
}

.input-titan:focus {
	outline: none;
	border: 1px solid #5ab0db;
}

.input-titan::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.input-titan::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.input-titan:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.input-titan:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

#custom-search-footer {
	margin-bottom: 20px;
}

#custom-search-footer .btn-sm {
	line-height: 1.3;
	border-radius: 0;
	height: 30px;
}

#footer .nav:after {
	clear: none;
}

#footer .nav li.footer-follow {
	font-size: 14px;
	padding-left: 0;
}

.btn-titan {
	color: #fff;
	border-color: #898d8d;
	background-color: #898d8d;
}

[class^='icon-'],
[class*=' icon-'] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#footer ul:not(.defaultul) li:before {
	content: '';
	display: none;
}

#footer ul:not(.defaultul) li * {
	color: white;
}

/*#footer a:active:not(#bt-top) {
    background-color: yellow;
}*/

#footer .container {
}

#footer .social li a {
	background: #898d8d;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 2px;
	line-height: 30px;
	vertical-align: middle;
}

#footer .social li a:hover {
	background: #a1a4a4;
}

#footer .social li a [class^='icon-'] {
	line-height: 30px;
}

/*end */
/* new header changes*/
.edw-caption {
	top: 0px !important;
}

#header {
	position: relative !important;
	height: 85px;
	background-color: #505759;
}

#logo {
	margin-top: 8px;
	position: absolute;
}

.edw-logo {
	padding: 19px 0;
	display: block;
	z-index: 1000;
	position: absolute;
	height: 95px !important;
}

header#header.banner-page {
	border-radius: 0;
	height: 85px;
	margin-bottom: 0;
	border: none;
	background-color: #505759;
}

#header .container {
	height: 63px;
}

.edw #primary-menu ul li a {
	font-size: 16px !important;
	font-weight: normal;
	color: white !important;
}

.edw #primary-menu .top-nav a {
	color: white !important;
}

.top-nav-region .btn-group .btn {
	color: white !important;
	background-color: #898d8d;
}

.redboxes {
	width: 259px;
	height: 259px;
	position: absolute;
	top: 40px;
	left: 80px;
}

.redbox-sm {
	position: absolute;
	width: 22px;
	height: 22px;
	background: rgba(200, 16, 46, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-home .redbox-sm {
	width: 31px;
	height: 31px;
}

.banner-home .redboxes {
	width: 318px;
	height: 318px;
	left: 64px;
}

.banner-home .redbox-lg {
	width: 287px;
	height: 287px;
}

.redbox-lg {
	width: 237px;
	height: 237px;
	background: rgba(200, 16, 46, 0.85);
	padding: 24px !important;
	top: 0;
	right: 0;
	position: absolute;
	color: white;
	text-align: left;
}

.redbox-lg h1 {
	color: #fff;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.1;
}

.redbox-lg h3,
.redbox-lg h2 {
	color: white;
}

.banner-edw {
	background: transparent;
	padding: 0;
	min-height: 310px;
	height: 310px;
	position: absolute;
}

.pageBannerContainer .redbox-lg h1 {
	font-size: 32px;
}

.pageBannerContainer .redbox-lg h1.forcesmall {
	font-size: 24px;
}

@media (min-width: 991px) {
	.custom-banner-container .edw-caption {
		top: 106px;
	}
}

@media (max-width: 991px) {
	.edw-logo {
		margin-left: 15px;
		padding: 19px 0;
	}

	#primary-menu {
		top: 68px;
	}

	#primary-menu > ul,
	#primary-menu > div > ul {
		padding-top: 65px !important;
	}

	#primary-menu > ul.top-nav-region {
		padding-top: 0 !important;
	}

	#primary-menu > ul.top-nav {
		padding-top: 0 !important;
	}

	#primary-menu-trigger {
		background-color: transparent;
	}

	.edw #primary-menu {
		background: #505759;
	}

	.edw #primary-menu .top-nav .select-box {
		background-color: #edeeee;
	}

	.edw #primary-menu .top-nav .select-box span {
		color: #505759;
	}

	.edw #primary-menu .top-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-top: 0;
	}

	.edw #primary-menu #top-search {
		position: static;
		right: auto;
		bottom: auto;
	}

	.top-nav-region .btn-group .btn {
		background-color: #505759;
	}

	.dark #header-wrap:not(.not-dark) #top-search form input {
		text-shadow: none;
		color: #505759;
	}

	.edw #top-search.show form input {
		background-color: #ffffff;
		font-family: 'Merriweather Sans', arial, sans-serif;
		font-size: 16px;
	}

	.dark
		#header-wrap:not(.not-dark)
		#top-search
		form
		input::-webkit-input-placeholder {
		color: #505759;
		text-shadow: none;
	}

	.widget-search-form {
		float: none !important;
	}

	.edw-about-us .info {
		left: 5%;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.homeBannerContainer {
		min-height: 386px;
		height: 386px;
	}

	.pageBannerContainer {
		min-height: 386px;
		height: 386px;
	}

	.homeBannerContainer .desktop-img {
		min-height: 386px;
		width: auto;
	}

	.pageBannerContainer .desktop-img {
		min-height: 386px;
		width: auto;
	}

	.pageBannerContainer {
		min-height: 310px;
		height: 310px;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	h2,
	section.edw-block .h2 {
		font-size: 21px;
	}

	.redboxes {
		width: 75.68%;
		height: 83px;
		top: 0px;
		right: 0px;
		left: auto;
	}

	.banner-home {
		min-height: 33vh;
		height: 33vh;
	}

	.banner-home .redbox-sm,
	.redbox-sm {
		width: 17px;
		height: 17px;
	}

	.banner-home .redbox-lg,
	.redbox-lg {
		width: calc(100% - 17px);
		height: 66px;
		padding: 10px !important;
	}

	.redbox-lg h1,
	.pageBannerContainer .redbox-lg h1,
	.pageBannerContainer .redbox-lg h1.forcesmall {
		font-size: 3.8vw;
		margin-bottom: 0;
	}

	.redbox-lg p,
	.pageBannerContainer .redbox-lg p {
		line-height: 1.2;
	}

	.edw-logo {
		padding: 0;
		width: 60px;
		margin-top: 16px;
		margin-left: 16px;
		height: 80px !important;
	}

	header#header.banner-page {
		min-height: 53px;
		height: 53px;
	}

	#primary-menu {
		top: 43px;
	}

	.redboxes,
	.banner-home .redboxes {
		width: 75.68%;
		height: 83px;
		top: 0px;
		right: 0px;
		left: auto;
	}

	.banner-edw {
		width: 100%;
		margin-left: -15px;
	}

	.ipost .entry-signature {
		margin-bottom: 0;
		bottom: 0;
		position: absolute;
		padding: 0;
	}

	.grid-items.grid-set-single .ipost {
		margin-bottom: 40px;
	}
}

@media only screen and (device-width: 768px) {
	.none-content-page {
		padding-top: 45px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
	.none-content-page {
		padding-top: 25px;
	}
}

@media all and (-ms-high-contrast: none) {
	.edw #primary-menu .top-nav .select-box {
		margin-left: 30px;
	}
	/* IE10 */
	*::-ms-backdrop,
	.edw #primary-menu .top-nav .select-box {
		margin-left: 30px;
	}
	/* IE11 */
}

/*end*/
/*navigation menu changes start*/

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {
	background-color: #898d8d !important;
	color: white !important;
}

.dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#primary-menu.dark ul ul li:hover > a {
	background: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.dark #primary-menu:not(.not-dark) ul ul a,
#primary-menu.dark ul ul a {
}

.edw #primary-menu ul ul.edw-sub li,
.edw #primary-menu ul ul li {
	border-bottom: none;
}

.edw #primary-menu .top-nav li:hover a,
.sub-menu:hover {
	background-color: #898d8d !important;
}

#primary-menu .active {
	background-color: #898d8d !important;
}

.edw #primary-menu > ul > li:hover a,
.edw #primary-menu > ul > li.current a {
	border-bottom: 0px !important;
}

/*.edw #primary-menu ul ul.edw-sub a {
    height: 26px !important;
    line-height: 26px !important;
}*/

#primary-menu > ul > li > a > div {
	padding-left: 22px;
	padding-right: 22px;
}

.dropdown-menu {
	min-width: 200px;
}

.dropdown-menu.columns-2 {
	min-width: 500px;
	width: 100% !important;
	box-shadow: none !important;
}

.dropdown-menu.columns-1 {
	min-width: 250px;
	width: 100% !important;
	box-shadow: none !important;
}

.dropdown-menu.columns-3 {
	min-width: 750px;
	width: 100% !important;
	box-shadow: none !important;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: none;
	display: block !important;
	position: relative !important;
	left: 0px !important;
	border-color: #cf4520 !important;
	box-shadow: none !important;
	height: 100%;
}

.columns-1 .multi-column-dropdown {
	border: none !important;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.multi-column .col-sm-4,
.multi-column .col-sm-6,
.multi-column .col-sm-12 {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

.multi-column .row {
	margin: 0px;
}

.multi-column .row > div[class^='col-']:first-child .multi-column-dropdown {
	border: none !important;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}

	#footer {
		font-size: 16px;
		padding: 30px 10px;
	}

	#footer .nav-pages li {
		display: block;
		padding-left: 0;
	}

	div.htmlcontent ul:not(.defaultul) {
		padding-left: 0;
	}

	.social > li {
		display: block;
		padding-left: 0;
	}

	.block-xs {
		display: block;
	}
}

.dark #primary-menu:not(.not-dark) ul ul .menu-category-heading {
	color: #fee2cc !important;
	font-size: 16px !important;
	margin-top: 20px;
	cursor: default;
	pointer-events: none;
}

.transparent-border {
	border-color: transparent !important;
}

.multi-column-dropdown div {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	width: 110%;
	line-height: 21px;
}

.edw #primary-menu ul .multi-column-dropdown li a {
	height: auto !important;
}

.edw #primary-menu ul.nav-main-menu > li:hover a,
.edw #primary-menu ul.nav-main-menu > li.current a {
	border-bottom: none !important;
}

.edw #primary-menu ul li.sub-menu ul.multi-column li a {
	padding: 5px 35px 5px 22px;
	border: none !important;
}

.edw #primary-menu ul li.sub-menu ul.columns-1 li a {
	padding: 10px 35px 10px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 991px) {
	#footer .nav li a {
		margin: 0 4px;
	}

	.no-banner + div.container > div {
		padding-top: 20px !important;
	}
}

@media (max-width: 767px) {
	#footer .nav-pages li a {
		margin: 0;
	}
}

@media (min-width: 991px) {
	.edw #primary-menu ul.nav-main-menu li .colums-1 ul li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	}

	#primary-menu .columns-3 {
		min-width: 601px;
	}

	.multi-column-dropdown {
	}

	.multi-column {
		padding-top: 0 !important;
		padding-bottom: 0;
	}

	.multi-column:not(.columns-1) {
		padding-bottom: 16px;
	}

	.dark #primary-menu:not(.not-dark) ul ul .menu-category-heading {
		font-size: 16px !important;
		cursor: default;
		pointer-events: none;
	}

	.dark #primary-menu:not(.not-dark) ul ul a,
	#primary-menu.dark ul ul a {
		font-size: 14px !important;
	}
}

@media (min-width: 1025px) {
	#primary-menu .columns-3 {
		min-width: 750px;
	}
}
/*end*/
/*for IE 11*/
*::-ms-backdrop,
#top-link-block.affix {
	right: 29px;
}

.non-banner-page {
	margin-bottom: 45px;
}

#top-search form input::-webkit-input-placeholder {
	text-transform: none;
}

#top-search form input:-moz-placeholder {
	text-transform: none;
}

#top-search form input::-moz-placeholder {
	text-transform: none;
}

#top-search form input:-ms-input-placeholder {
	text-transform: none;
}

#regionSelector button,
#regionSelector li a {
	text-transform: none !important;
}

/*footer style fixes for html pages like ESR*/
#footer .small {
	font-size: 75% !important;
}
/*Sitemap styles*/

#sitemap-list ul {
	-webkit-column-break-inside: auto; /* Chrome, Safari, Opera */
	page-break-inside: auto; /* Firefox */
	break-inside: auto; /* IE 10+ */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 18px;
}

#sitemap-list ul li:before {
	content: none;
}

@media only screen and (max-width: 767px) {
	#sitemap-list {
		column-count: 1 !important;
	}
}

.cd-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	font-size: 40px;
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:
		opacity 0.3s 0s,
		visibility 0s 0.3s;
	-moz-transition:
		opacity 0.3s 0s,
		visibility 0s 0.3s;
	transition:
		opacity 0.3s 0s,
		visibility 0s 0.3s;
	z-index: 2000;
}

.cd-top:hover,
.cd-top:visited,
.cd-top:active,
.cd-top:focus {
	text-decoration: none;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition:
		opacity 0.3s 0s,
		visibility 0s 0s;
	-moz-transition:
		opacity 0.3s 0s,
		visibility 0s 0s;
	transition:
		opacity 0.3s 0s,
		visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
}

.no-touch .cd-top:hover {
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.tooltip > .tooltip-inner {
	background-color: #fff;
	color: #c8102e;
	border: 1px solid #c8102e;
	padding: 4px 10px;
	white-space: nowrap;
	border-radius: 0px;
}

.tooltip .tooltip-arrow {
	display: none;
}

/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
	border-top: 1px solid #fff;
}

/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
	border-bottom: 1px solid #fff;
}

/* Tooltip on left */
.tooltip.left > .tooltip-arrow {
	border-left: 1px solid #fff;
}

/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
	border-right: 1px solid #fff;
}

.pagin-news-story {
	color: #c8102e !important;
}

.PaginNewsStoryActive {
	color: white !important;
	background-color: #c8102e !important;
}

.edw-btn.news-release-button {
	background-color: #c8102e;
}

.edw-btn.news-release-button:hover {
	background-color: #990c23;
}

.pagination > li > a.pagin-news-story-nav {
	color: #505759;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.pagin-news-nav-margin-right {
	margin-right: -6px;
}

.pagin-news-nav-margin-left {
	margin-left: -6px;
}

.pagin-news-nav-margin-top {
	margin-top: 10px;
}

.news-release-grey {
	background-color: #dbdbdb;
}

.news-release-white {
	background-color: white;
}

.pr-icon-caret {
	line-height: 1.5;
}

.pr-filter-heading {
	font-size: 21px;
	color: #505759;
	margin-bottom: 0 !important;
	font-weight: 400;
}

.press-release-heading {
	color: #c8102e;
	margin-bottom: 28px !important;
	font-weight: 400;
	margin: 0 0 18px 0;
}

.pr-date {
	margin-bottom: 16px;
	color: #898d8d;
}

.pr-read-story {
	padding: 4px 15px !important;
	color: #fff !important;
	line-height: 1.5;
}

.collapsedMobileTabs .tab-nav {
	display: table !important;
}

@media (max-width: 1024px) {
	.banner-home .redbox-lg,
	.redbox-lg {
		width: calc(100% - 17px);
		height: auto;
		padding: 10px !important;
	}

	.redboxes,
	.banner-home .redboxes {
		width: 75.68%;
		height: auto;
		top: 0px;
		right: 0px;
		left: auto;
	}

	.banner-edw {
		width: 100%;
		margin-left: -15px;
	}

	.banner-home {
		min-height: 33vh;
		height: 33vh;
	}

	.slider-caption.slider-caption-center {
		max-width: 1024px;
	}

	.banner-home .redbox-sm,
	.redbox-sm {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 1400px) and (min-width: 1024px) {
	.custom-banner-container {
		min-height: 410px !important;
	}

	.pageBannerContainer {
		min-height: 310px !important;
	}

	.desktop-img {
		position: absolute;
		width: 100%;
		height: 100% !important;
		top: 0;
		object-fit: none;
	}

	.desktop-img .carousel-inner img {
		min-height: 310px !important;
		object-fit: cover;
	}
}

@media (max-width: 1024px) and (min-width: 737px) {
	.pageBannerContainer .desktop-img {
		object-fit: none;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.pageBannerContainer .desktop-img {
		min-height: auto;
		height: 100%;
	}

	.pageBannerContainer .redbox-lg h1 {
		font-size: 24px !important;
		margin-bottom: 0px;
	}

	.carousel-inner,
	.carousel-inner .item,
	.carousel-inner .item img {
		height: 100%;
		object-fit: none;
	}
}

@media (max-width: 1024px) {
	.redbox-lg {
		position: relative;
		margin-bottom: 17px !important;
		margin-left: 17px !important;
		height: auto !important;
	}

	.pageBannerContainer .redbox-lg p {
		display: none;
	}
}

.no-banner {
	min-height: auto !important;
}

@media only screen and (max-width: 480px) {
	.dropdown-menu {
		padding: 0px !important;
	}
}

#tabs-gray .tab-nav li {
	background: #fff;
}

.single-tab-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
/*For Businesscontinuityalert inside header tag*/
header#header.banner-page {
	background-color: transparent;
}

.edw #header-wrap {
	background-color: #505759;
	min-height: 53px;
	padding-bottom: 0px;
}

@media only screen and (min-width: 991px) {
	header#header.banner-page,
	#header,
	header#header.non-banner-page {
		height: auto !important;
		max-height: 164px !important;
	}
}

@media only screen and (max-width: 991px) {
	.edw-menu-ltst .navbar-collapse,
	header#header.banner-page,
	#header,
	header#header.non-banner-page {
		height: auto !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
	.edw #header-wrap {
		min-height: 68px;
	}
}
/*end*/
.embed-responsive-iframe-item {
	background: url('./themes/newbrand/styles/images/iframeloader.svg') 0px 0px
		no-repeat;
	background-position: center;
}

.browser-warning {
	position: absolute;
	top: 14px;
	right: 14px;
}

.browser-warning-links {
	text-align: center;
	margin-bottom: 30px;
}

.browser-link {
	margin-left: 24px;
}

.browser-info {
	margin-top: 10px;
}

.container.htmlcontent a:not(.btn) {
	text-decoration: underline !important;
}

.container.htmlcontent a:hover:not(.btn) {
	text-decoration: none !important;
}

.aboutedwardslifesciences {
	text-decoration: underline;
	font-size: 16px;
	margin: 0px;
}

@media only screen and (max-width: 991px) {
	.edw-menu-ltst .navbar-nav.nav li ul.multi-menu-dropdown li ul li a:hover,
	.edw-menu-ltst .navbar-nav.nav li ul li a:hover {
		background: none !important;
	}
}

@media only screen and (max-width: 767px) {
	/* .VectorImage object, .VectorImage svg {
        max-height: 207px;
    }*/

	.flexslider .flex-control-thumbs li img {
		max-height: 45px !important;
	}
}

@media only screen and (min-width: 767px) {
	.flexslider .flex-control-thumbs li img {
		max-width: 201px !important;
		max-height: 116px !important;
	}

	/*.VectorImage object, .VectorImage svg {
        max-width: 998px !important;
        max-height: 575px !important;
    }*/
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.flexslider .flex-control-thumbs li img {
		max-height: 110px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.flexslider .flex-control-thumbs li img {
		max-height: 91px !important;
	}
}

@media only screen and (max-width: 479px) {
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
		padding: 1px;
	}
}

.svgthumb {
	object-fit: cover;
}

.tabslider-start .manage-section-container {
	position: relative;
	margin: auto;
}

.manage-section-container a.edit {
	position: absolute;
	right: 30px;
	top: 50px;
}

@media (max-width: 998px) {
	.ipost .entry-signature {
		position: relative;
		margin-top: 0px;
	}
}

/*Reduce padding of CCPA*/
#consent_blackbar #truste-consent-track {
	padding: 15px 60px 63px;
}

@media (max-width: 1024px) {
	#consent_blackbar #truste-consent-track {
		padding: 15px 15px 54px !important;
	}
}

@media (min-width: 1024px) {
	#consent_blackbar #truste-consent-track {
		padding: 15px 60px 67px;
	}
}

@media (max-width: 768px) {
	/*Make buttons in CCPA smaller */
	#truste-consent-buttons button {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	/*Make font size in CCPA smaller */
	#truste-consent-content #truste-consent-text.truste-messageColumn {
		margin: 0 !important;
		font-size: 12px;
	}

	/*Make buttons wrap in CCPA smaller */
	.truste-buttonsColumn {
		margin: 10px 5px 0 0px;
	}
	/*Make buttons wrap in CCPA smaller */
	.truste-consent-buttons {
		margin: 5px 0 0 0px;
	}

	/*Hide text in sticky contact box */
	.stickycontact-btn span {
		display: none;
	}

	/*Make font size of ISI header smaller */
	.risk-bar.fixed .risk-wrapper .container h3 {
		margin-bottom: 0;
	}
}

@media (min-width: 737px) {
	#video-banner {
		object-fit: cover;
		object-position: right;
		display: block;
		width: 100%;
		height: 310px;
	}

	#video-mob-banner {
		display: none;
	}
}

@media (max-width: 736px) {
	#video-banner {
		display: none;
	}

	#video-mob-banner {
		object-fit: cover;
		object-position: right;
		display: block;
		width: 100%;
		height: 276px;
	}
}

.data-caption {
	text-align: left;
	width: 98%;
	display: block;
	margin: 5px;
	margin-right: 0px;
}

@media (min-width: 768px) {
	.icon-play-video-carousel-small {
		left: 22% !important;
	}
}

@media (max-width: 766px) {
	.icon-play-video-carousel-small {
		left: 5% !important;
		top: 25% !important;
	}
}

.icon-play-video-carousel-large {
	left: 3% !important;
}

section.tab-section {
	position: relative;
}
