@charset "UTF-8";
/* CSS Document */

/* 
Dark Blue: #12355d;
Mid Blue: #0067ac;
Light Blue: #7cb2ce;
Orange: #ffb81c; 
*/

@import url("//fonts.googleapis.com/css?family=Roboto");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400,700");

/* General Styles */
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
a, a:visited { 
	color: #0067ac;
	text-decoration: none;
}
a:hover, a:focus {
	color: #7cb2ce;
	text-decoration: underline;
}
h1, h2, h3, h4, .PanelTitle, .PageTitle {
	color: #12355d;
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
}
h2 {
	border: none;
}
h3, h4 {
	
}
h4 {
	font-size: 1.1875em;
}
h5 {
	font-size: 1.125em;
}
h5, h6 {
	color: #333;
}
h6 {
	font-size: 100%;
	font-style: italic;
	font-weight: 400;
}
#masterContentArea {
	margin-bottom: 3em;
}
#masterContentArea img {
	margin-bottom: 1.25em;
}
.pull-right {
	padding-left: 1em;
	margin-bottom: 1em;
}
.pull-left {
	padding-right: 1em;
	margin-bottom: 1em;
}
.clearfix {
	clear: both;
}
.caption {
	font-size: 0.75em;
	line-height: 1em;
	font-style: italic;
	text-align: center;
	margin: 0.25em 0;
}
.rule {
	/*border-bottom: 1px solid #ffb81c;
	margin-bottom: 3.75em ;*/
}
.text-capitalize {
	text-transform: uppercase;
}
.white {
	color: #fff;
}
.tall {
	margin-bottom: 1em;
}

/* Table Styles */
table.isg {
	-moz-hyphens: auto;
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1rem 0 2rem;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}
table.isg caption {
	display: none;
}
table.isg th, table.isg td {
	border: 1px solid #333;
	vertical-align: top;
}
/*table.isg tr th {
	background: #7cb2ce none repeat scroll 0 0;
	padding: 1rem;
}*/
table.isg tr th, table.isg tr th p {
	text-align: left;
	font-weight: 500;
	color: #fff;
}
table.isg tr th.center, table.isg tr th p.center {
	text-align: center;
}
table.isg tr td {
	padding: 1rem;
}
table.isg th p:last-child, table.isg td p:last-child {
	margin-bottom: 0;
}
table.isg tr td p, table.isg tr td {
	font-weight: 300;
}

/* Button Styles */
.TextButton {
	width: auto;
	background: #0067ac;
	margin-bottom: 1.25em;
	border-radius: 500px; 
	padding: 5px 64px;
}
.TextButton:hover, .TextButton:focus {
	background: #12355d;
}
.TextButton:visited {
	background: #0067ac;
}
.TextButton.FullWidth {
	width: 100%;
}
.PrimaryButton.TextButton.FullWidth {
	width: auto;
	padding: 5px 15px;
}

/* RiSE Fixes */
.col-primary, .has-secondary-col.col-on-right .col-primary {
	width: 70%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.col-secondary, .has-secondary-col.col-on-right .col-secondary {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.obo-panel {
	line-height: inherit;
	margin-bottom: 0;
}

/* Header */
.header {
	padding: 1em 0 0;
	border: none;
}
.goog-te-gadget-icon {
	display: none;
	background: none;
	width: 0;
}
#masterLogoArea {
	padding-bottom: .75em;
}
.dateplace h4 {
	font-size: 1.175em;
}
.register {
	float: right;
	background: #E33DC7; 
	padding: .25em 2em;
	margin: .75em 0;
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
}
.register a {
	color: #fff;
}
#masterSocialNetworking {
	margin-bottom: .5em;
	float: right;
	clear: right;
}
.search-container-sm {
	display: none !important;
}

/* Auxiliary Nav */
.NavigationUnorderedList li:first-child {
	display: none;
}

/* Topnav */
.blue {
	background: #0067ac;
	height: auto;
	display: inline-block;
	width: 100%;
}
.header-bottom-container {
	clear: both;
	/*height: 0;*/
}
.nav-primary {
	float: none;
	margin: 0;
}
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
	margin: 0;
	font-weight: 400;
}
.RadMenu.rmResponsive .rmLink {
	color: #fff;
}
.rmResponsive .rmSlide .rsmLink:hover, .rmResponsive .rmSlide .rsmLink:focus {
	color: #12355d; 
}
.RadMenu.rmResponsive .rmLink {
	padding: 7px 15px;
}
.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
	background: #7cb2ce;
}
.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
	background: #e4e5e7;
	color: #333;
}
.RadMenu.rmResponsive .rmGroup {
	background: #7cb2ce;
}
li.rsmItem {
	border-bottom: 1px dotted #fff;
}
li.rsmItem:last-child {
	border: none;
}
li.rmItem {
	
}
.rmResponsive .rmSlide .rsmSelected > .rsmLink {
	color: #e4e5e7;
}

/* Home Page Full-Width Area */

/* Hero Images */
.Slider.FullWidth {
	background-image: none;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.hero {
	display: table-cell;
	vertical-align: middle;
}
/*.copy {
	max-width: 1170px;
}*/
#hero .Slider.FullWidth {
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.65) 100%), url('/images/AnnualConference/2018/MainPage/hero2.jpg');
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.65) 100%), url('/images/AnnualConference/2018/MainPage/hero2.jpg');
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.65) 100%), url('/images/AnnualConference/2018/MainPage/hero2.jpg');
	background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.65) 100%), url('/images/AnnualConference/2018/MainPage/hero2.jpg');
	background: linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.65) 100%), url('/images/AnnualConference/2018/MainPage/hero2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 52.73%;
	position: relative;
	z-index: 0;
	/*margin-top: -.45em;*/
}
/*h1.home {
	font-size: 3.75em;
	text-align: center;
	margin-top: 1em;
	position: relative;
	z-index: 1;
}*/
#burst {
	background-image: url('/App_Themes/London_Responsive-Annual17/images/burst.png');
	height: 71.5625em;
	background-position: inherit;
	background-repeat: no-repeat;
}
#location {
	background-image: url('/images/AHAMAnnual19/Venue-background-photo.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 80em;
}
#location .copy {
	background: rgba(0,0,0,.6);
	text-align: center;
	padding: 3.375em 15px;
}
#pullquote {
	background-image: url('/App_Themes/London_Responsive-Annual17/images/pullquote2.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	height: 56em;
}
.Slider.FullWidth .SliderPage1 {
	display: flex;
	justify-content: center;
}
.Slider.FullWidth .SliderPage1 .SliderContent {
	border-radius: 0;
	width: 100%;
	margin: auto;
	/*margin-top: 15%;*/
	max-height: none;
}
.HomePageFullWidthArea h2 {
	text-align: center;
	padding-bottom: 1.125em;
	border-bottom: 1px solid #ffb81c;
}
/*.HomePageFullWidthArea .TextButton {
	margin-bottom: 8.875em;
}*/
.Slider.FullWidth .SliderPage1 h1 {
	text-align: center;
	color: #12355d;
}
p.intro {
	font-size: 2.25em;
	margin: 4em 0 0;
}
.triRule {
	background: url('/App_Themes/London_Responsive-Annual17/images/triRule3.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 32px;
	width: 100%;
	margin: 6em 0;
}
#ste_container_KioskSlideshow {
	margin-top: -10em;
}
.carousel-inner.bg-img > .item.kiosk {
	background: rgba(227, 61, 199, .9);
}
.carousel-inner.bg-img > .item.kiosk{
	/*background-image: url('/App_Themes/London_Responsive-Annual17/images/kioskTop.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	background-color: #ffb81c; */
}
.carousel h2, .carousel h3 {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
}
.carousel-indicators li {
	margin: 0 10px;
}
.kiosk h2 {
	border: none;
	padding-bottom: 0;
}
#ctl01_HomepageContentArea1_KioskSlideshow_SlideshowControls .carousel-control.left {
	left: 15%;
}
#ctl01_HomepageContentArea1_KioskSlideshow_SlideshowControls .carousel-control.right {
	right: 15%;
}
.carousel-inner.bg-img > .item{
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
/*.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}*/

.SocialShare span {
	display: none;
}

#burst .panel {
	padding-top: 75%;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
}
.panel#programs {
	background-image: url('/App_Themes/London_Responsive-Annual17/images/panel1.jpg');
}
.panel#events {
	background-image: url('/App_Themes/London_Responsive-Annual17/images/panel2.jpg');
}
.panel#register {
	background-image: url('/App_Themes/London_Responsive-Annual17/images/panel3.jpg');
}
#burst .panel h2 {
	padding: .5em 0;
	text-align: center;
	background: rgba(0, 103, 172, .9);
	border: none;
	position: relative;

	bottom: .5em;
}
.panel h2 a {
	color: #fff;
}

#speakers {
	clear: both;
}
#speakers h2, #location h2, #attendees h2, #sponsors h2 {
	display: inline-block;
	border-bottom: 1px solid #e33dc7;
	padding-bottom: 1.125em;
	margin-bottom: 1.125em;
}
#speakers .row {
	margin-bottom: 3em;
}
img.circle {
	border-radius: 50%;
}
p.speaker {
	text-align: center;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #787e81;
}
p.speaker a {
	text-transform: none;
}
.inset {
	display: flex;
	justify-content: space-around;
}
#speakers .TextButton {
	margin-bottom: 6em;
}
#location {
	margin-bottom: 3em;
}
#location h2, #location p {
	color: #fff;
}
#location .TextButton {
	margin: 3em 0;
}
.quarter {
	width: 25%;
	float: left;
}
#ste_container_AttendeesSlideshow {
	margin: 3em 0 6em;
}
#ste_container_AttendeesSlideshow .carousel-inner.bg-img > .item {
	height: auto !important;
	padding-top: 21.875%;
}
#ctl01_HomepageContentArea1_AttendeesSlideshow_SlideshowControls .carousel-control {
	/*top: 9.5em;
	color: #12355d;*/
	color: #fff;
	opacity: 1;
}
/*#ctl01_HomepageContentArea1_AttendeesSlideshow_SlideshowControls .carousel-control.left {
	left: 42%;
}
#ctl01_HomepageContentArea1_AttendeesSlideshow_SlideshowControls .carousel-control.right {
	right: 42%;
}*/

#pullquote {
	margin: 5em 0 3em;
}
#pullquote p {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
	font-size: 2.5em;
	font-style: italic;
	color: #12355d;
	text-align: left;
	line-height: 1.2;
}
#ste_container_SponsorsSlideshow	 {
	margin: 3em 0 6em;
}
#ste_container_SponsorsSlideshow .carousel-control.left, #ste_container_SponsorsSlideshow .carousel-control.right {
	color: #787e81;
}

/* Sidebar Nav */
.nav-secondary {
	background: none;
}
.nav-secondary .sub-nav-head {
	background: none;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	color: #7cb2ce;
	border-bottom: 4px solid #e4e5e7;
	padding: 0 1em .0625em 0;
	margin-top: 1.5em;
}
.sub-nav-body li {
	margin: .5em 0;
	background: #d2d9d9;
}
.sub-nav-body li:last-child {
	margin-bottom: 3em;
}
.RadTreeView.RadTreeView_London a.rtIn:hover, .RadTreeView.RadTreeView_London a.rtIn:focus {
	background: #e4e5e7;
}
/*.RadTreeView.RadTreeView_London .rtIn, .RadTreeView.RadTreeView_London .rtHover .rtIn {
	padding: .5em 1em;
}*/
.RadTreeView.RadTreeView_London > .rtUL > .rtLI {
	border: none;
}
.RadTreeView.RadTreeView_London a.rtIn {
	color: #333;
	font-weight: normal !important;
}

.breadcrumb {
	font-size: .75em;
	/*padding-left: 15px;*/
}
.breadcrumb a {
	color: #0067ac;
}

/* Footer */
.darkblue {
	background: #12355d;
	height: 2em;
}
.footer-content {
	background: #7cb2ce;
	padding: 0;
}
.footer-content-section {
	padding: 0;
}
.footer-content .fa,  #masterSocialNetworking .fa {
	font-size: 1.75em;
	text-align: center;
	padding: .25em;
	background: #d2d9d9;
	border-radius: 50%;
	margin-left: 1em;
	width: 42px;
	height: 42px;
}
.footer-content a .fa, #masterSocialNetworking a .fa {
	color: #fff;
}
.footer-content a .fa:hover, .footer-content a .fa:focus, #masterSocialNetworking a .fa:hover,  #masterSocialNetworking a .fa:focus {
	color: #0067ac;
}
.footer .footer-social {
	width: auto;
	float: right;
}
.footer-social {
	padding: .5em 0;
}
.footer-nav-copyright {
	background: #e4e5e7;
	color: #333;
	padding: 5em 0;
}
.footer-nav-copyright .footer-copyright {
	margin: 0;
	float: none;
}
.footer-nav-copyright a, .footer-nav-copyright a:visited {
	color: #333;
	text-decoration: none;
}
.footer-nav-copyright a:hover, .footer-nav-copyright a:focus {
	color: #999;
}
.footer-copyright {
	width: 100%;
}
.footer-copyright p {
	margin-bottom: 1.2em;
}
.footer-copyright p:last-child {
	margin: 0;
}

/* Various iParts */

/* Registration Page */
ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_ContentPanel .col-md-8 {
	left: 0; 
	width: 100%;
} /*(full-width)*/
.EventSummary {
	background: #e4e5e7;
}
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #12355d !important;
}
.ProgramGroup .PanelHead, .ProgressTracker2 .ProgressTrackerPanel {
	background-color: #7cb2ce !important;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
	border-color: #12355d;
}
.RadGrid a { 
	color: #0067ac !important;
	text-decoration: none;
}
.RadGrid a:hover, .RadGrid a:focus {
	color: #7cb2ce !important;
	text-decoration: underline;
}
.CalloutPart2 .panel-body {
	background: transparent;
}
.SearchField, .SearchResultSummary .ListItemTitle a {
	background: #7cb2ce;
}
.SearchResultSummary .ListItemTitle a:hover, .SearchResultSummary .ListItemTitle a:focus {
	background: #e4e5e7;
}
.SearchField label {
	color: #12355d;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage {
	background: #0067ac;
	border-color: #0067ac;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:focus {
	background: #7cb2ce;
	border-color: #7cb2ce;
}
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar {
	background: #7cb2ce;
}
/* .EventSummary {
	font-weight: 700;
} */
input.TextButton {
	background: #0067ac !important;
}
input.TextButton:hover, .TextButton:focus {
	background: #12355d !important;
}
#ste_container_ciEventProgramDisplay.ContentItemContainer div {
	max-height: none !important;
}/*
div.Description + div, #ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_list_functions_monday__01_may_2017_ctl00_ctl06_ctl00_DivDescriptionColumn div.ListItemTitle + div {
	display: none !important;
}  hide the Price row in Event Program listings */
.WhenColumn {
	display: none;
} /* hide the first Time row in Event Program listings, second is enough */

/* Media Queries */
@media (min-width: 1440px) {
	#google_translate_element {
		position: absolute;
		right: 1em;
	}
}
@media (max-width: 1439px) {
	#google_translate_element {
		float: right;
		margin-right: 1em;
	}
	.header-top-container {
		clear: right;
	}
}
@media (max-width: 1400px) {
	#location{
		background-size: cover;
	}
}
@media (max-width: 1200px) {
	#ste_container_KioskSlideshow .carousel-inner {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media (min-width: 1170px) {
	#hero h1 {
		font-size: 3.75em;
	}
	.HomePageFullWidthArea h2 {
		font-size: 3em;
	}
	#pullquote p {
		font-size: 3.875em;
	}
}
@media (max-width: 1170px) {

	#location .container {
		max-width: 60%;
	}
	#pullquote {
		background-size: cover;
	}
	#ctl01_HomepageContentArea1_SponsorsSlideshow_SlideshowControls .carousel-control {
		top: 3em;
	}
	#ctl01_HomepageContentArea1_SponsorsSlideshow_SlideshowControls .carousel-control.left {
		left: 42%;
	}
	#ctl01_HomepageContentArea1_SponsorsSlideshow_SlideshowControls .carousel-control.right {
		right: 42%;
	}
}
@media (max-width: 1169px) {
	#ste_container_KioskSlideshow {
		margin-top: -12em;
	}
}


@media (min-width: 769px) and (max-width: 1169px) {
	.HomePageFullWidthArea h2 {
		font-size: 2.5em;
	}
}
@media (min-width: 1024px) {
	.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
		font-size: 1.5em;	
	}	
}
@media (max-width: 1024px) {
	/*#location {
		background-size: cover;
	}*/
}

@media (min-width: 1004px) {
	.dateplace {
		margin-top: 6em;
	}
}
@media (max-width: 990px) {
	.col-primary, .has-secondary-col.col-on-right .col-primary {
		width: 100%;
		float: none;
	}
	.col-secondary, .has-secondary-col.col-on-right .col-secondary {
		width: 100%;
		float: none;
	}
}
@media (max-width: 768px) {
	h1.home {
		font-size: 3em;
		/*margin-top: 0;*/
	}
	.HomePageFullWidthArea h2 {
		font-size: 2em;
	}
	#ste_container_KioskSlideshow {
		margin-top: -6em;
	}
	/*#ctl01_HomepageContentArea1_AttendeesSlideshow_SlideshowControls .carousel-control {
		top: 4.75em;
	}*/
}
@media (min-width: 768px) {
	ul.rmHorizontal {
		display: flex;
		justify-content: space-around;
	}
}

@media (max-width: 767px) {
	li#ctl01_Auxiliary_Auxiliary_rptWrapper_Auxiliary_rptWrapper_rpt_ctl02_NavigationListItem, 
	li#ctl01_Auxiliary_Auxiliary_rptWrapper_Auxiliary_rptWrapper_rpt_ctl03_NavigationListItem,
	button#search {
		display: none;
	}
	ul.NavigationUnorderedList, button.navbar-toggle {
		float: right;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink, .navbar-toggle.collapsed {
		background: #0067ac;
	}
	.nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus,
	.navbar-toggle.collapsed:hover, .navbar-toggle.collapsed:focus,
	.navbar-toggle:hover, .navbar-toggle:focus,
	.navbar-toggle {
		background: #12355d;
	}
	.navbar-collapse {
		background: #0067ac;
	}
	.auth-link-container {
		border-color: #ccc;
	}
	.auth-link-container a {
		color: #fff;
	}
	#ctl01_Primary_NavMenu {
		margin-left: -15px;
		margin-right: -15px;
	}
	.RadMenu.rmResponsive .rmToggle .rmIcon {
		color: #fff !important;
	}
	#hero .Slider.FullWidth {
		margin-top: 0;
	}
	h1.home {
		margin-top: 0;
	}
	.Slider.FullWidth .SliderPage1 .SliderContent {
		position: inherit;
	}
	#burst {
		height: auto;
	}
	#burst .panel {
		padding-top: 95%;
		background-size: cover;
		width: 100%;
	}
	.inset {
		display: block;
	}
}
@media (min-width: 716) 	and (max-width: 1004px) {
	.pull-left.dateplace {
		float: right;
	}
}
@media (max-width: 715px) {
	.navbar-toggle {
		position: absolute;
		top: 3em;
		right: 1em;
	}
	.register {
		margin-top: 0;
	}
}
@media (max-width: 640px) {
	h1 {
		font-size: 2.25em;
	}
	#masterLogoArea img {
		max-width: 75%;
	}
	.pull-left.dateplace {
		margin-bottom: 0; 
	}
	#ste_container_KioskSlideshow {
		margin-top: -3em;
	}
	p.intro {
		font-size: 1.75em;
	}
	#burst .panel {
		margin-bottom: 1em;
	}
	/*#ctl01_HomepageContentArea1_AttendeesSlideshow_SlideshowControls .carousel-control {
		top: 3.5em;
	}*/
}
@media (max-width: 480px) {
	#location .TextButton {
		padding: 5px 32px;
	}
	.carousel-inner.bg-img > .item.kiosk {
		height: 440px !important;
	}
}
@media (max-width: 320px) {
	
}

.panel#programs {
	background-image: url('/images/AnnualConference/2020/Program.jpg');
}
.panel#events {
	background-image: url('/images/AnnualConference/2020/Events.jpg');
}
.panel#register {
	background-image: url('/images/AHAMAnnual19/Register-mainpage.jpg');
}
/* .carousel-inner.bg-img > .item.kiosk {
	width:40%;
} */

div[id^="ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_list_functions_"]
    [id$="_PriceRow"]
{
    display:none;
}