﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
	margin: 0;
	padding: 0;
}

*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt !important;
	hyconferenceens: none;
	color: #000;
	overflow: auto !important;
}

a {
  position: relative;
  color: #0072c6;
  text-decoration: none;
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #d9902f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:visited {
  color: #0072c6;
}

a:hover {
  color: #d9902f;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots li button:before {
	font-size: 18pt !important;
	content: '•' !important;
}

p, .ms-rtestate-field p, p.ms-rteElement-P {
  margin: 0.5em 0;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0;
  font-family: 'Open Sans', sans-serif;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

hr {
  margin: 0.5em 0;
  height: 2px;
  border-style: none;
  background-color: rgba(0, 80, 114, 0.5);
}

ol, ul {
  padding-inline-start: 40px;
}

li {
	margin-bottom: 0.5%;
}


h1 {
	font-size: 30pt;
	color: #000 !important;
	font-weight: 900;
	text-shadow: none;
}

h2 {
	font-size: 22pt;
	color: #0093D7 !important;
	font-weight: 800;
	text-shadow: none;
}

h3 {
	font-size: 18pt;
	color: #d9902f !important;
	font-weight: 700;
	text-shadow: none;
	margin: 0.5% 0;
}

h4 {
	font-size: 16pt;
	color: #72BF44 !important;
	font-weight: 700;
	text-shadow: none;
	margin: 0;
	line-height: 1.3 !important;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 13.5pt;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;   
  background: #0093D7;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #72BF44 !important;
  color: #000 !important;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.btn2 {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 13.5pt;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #d9902f;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn2:hover {
  background-color: #72BF44 !important;
  color: #fff !important;
  text-decoration: none
}

a.arrow {
	color: #0093D7;
}

i.fas.fa-arrow-right {
	color: #0093D7;
	margin-left: 10%;
	font-size: 1.2em;
}


.ms-core-listMenu-horizontalBox {
	max-width: 1500px;
}

#s4-workspace {
  overflow-x: hidden;
}

#s4-bodyContainer {
  padding: 0;
  overflow: hidden;
}

#s4-ribbonrow {
	z-index: 1500;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0093D7;
  box-shadow: inset 0 0 6px #1961ae;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0093D7;
  box-shadow: inset 0 0 6px #005072;
}

#container {
  /*display: grid;*/
  min-height: calc(100vh - 5em);
  max-width: 100vw;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  position: relative;
  height: auto !important;
  min-height: 100%;
}


#container .Wrapper {
  /*margin: 2px auto 10px;*/
  max-width: 1300px;
  width: 100%;
  border-radius: 5px;
  /*margin-top: 1em;*/
  padding: 0 10px;
  /*margin-left: -1%;*/
  margin: 0 auto;
  min-height: calc(69vh);
}

[class*="ms-commandLink"] {
  border: none
}

#container .Wrapper img {
  overflow: hidden;
}

.floatRight {
  float: right;
  margin: 0.25em;
}

.floatLeft {
  float: left;
  margin: 0.25em;
}

.Header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 6em;
  background-color: #fff;
  background-image: url(/Style%20Library/Images/ASBC/ASBC_Tiles.png);
  background-position: calc(6vmin - 1em);
  background-size: calc(9em + 7vmin);
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  box-shadow: -3px 5px 6px -5px #333;
}

.Header .homeLink {
  float: left;
  width: 15%;
}

.Header .hamburger,
.Header .screenreader {
  display: none;
}

.Header .topRight {
  position: absolute;
  top: 0;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Header .homeLink {
  position: relative;
  z-index: 5;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: 90%;
  text-decoration: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.Header .homeLink:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Header .homeLink:hover:before {
  visibility: hidden;
}

.Header .homeLink>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}

.accountMenu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: .25em;
  font-weight: 700;
  font-size: 0.75em;
}

.accountMenu .accountMenuItem,
span[id*="_Menu_"] {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: sans-serif;
  height: auto;
  line-height: 1.5em;
  padding: 0;
  position: static;
  background-clip: initial;
  border: none;
}

span[id*="_Menu_"]>* {
  color: inherit !important;
  display: inline;
  height: auto !important;
  line-height: .5em;
}

.accountMenu .accountMenuItem:hover,
span[id*="_Menu_"]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.accountMenu .accountMenuItem:hover>*,
span[id*="_Menu_"]:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.accountMenu .accountMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accountMenu .accountMenuItem:hover:before {
  visibility: hidden;
}

.accountMenu .accountMenuItem>* {
  position: relative;
  z-index: 9;
  color: inherit;
  text-decoration: none;
  font-size: 0.75em;
}

.accountMenu a {
  color: #000 !important;
  padding-left: 10px;
}

.accountMenu .accountMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


#headerNavigation {
  height: 5em;
}

#nav {
  /*position: absolute;
  bottom: 0;*/
}

.ms-core-listMenu-horizontalBox {
  width: 75%;
  text-align: center;
  max-width: 1500px;
  display: block;
  margin-left: 14%;
  position: fixed;
  top: 2.5em;
  z-index: 1000;
}

.menu-item-text {
  white-space: normal !important;
  width: 100% !important
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2)~* {
  width: 50%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3)~* {
  width: 33%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4)~* {
  width: 25%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5)~* {
  width: 20%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%
}

.wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.Wrapper img {
	max-width: 100% !important;
	height: unset !important;
}

.s4-tn li.static>.menu-item {
  color: #000;
  font-size: 12.5pt;
  white-space: nowrap;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
}

.s4-tn.noindex.ms-core-listMenu-horizontalBox>ul>li.static:nth-child(n + 6) a {
  font-weight: semi-bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 9px solid transparent;
  text-decoration: none;
  padding: 0px 17px !important;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #0093D7;
  color: #fff !important;
  display: inline-block;
  width: auto;
}


.s4-tn li.static>a:hover {
  color: #000 !important;
  text-decoration: none;
}

.s4-toplinks .s4-tn a.selected {
  color: #fff;
  text-decoration: none;
}

.s4-tn UL.dynamic {
  background-color: #fff;
  list-style: none;
  border: none;
  box-shadow: -3px 5px 6px -5px #333;
  width: max-content !important;
  margin-left: -25%;
  min-width: 100%;
}


.s4-tn li.dynamic>.menu-item {
  color: #1961ae;
  text-decoration: none;
  font-size: 14pt;
  text-align: left;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  min-width: auto;
  padding: 3px;
  font-weight: 500;
  
}

.s4-tn li.dynamic>a:hover {
  background-color: #1961ae;
  color: #fff !important;
}

li.dynamic a.dynamic.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {
	background-color:transparent !important;
	color: #0093D7 !important;
	text-align: left !important;
	padding:0 !important;
	display: block;
	border: 0 !important;
}

.ms-core-listMenu-horizontalBox a.dynamic-children span.additional-background, .ms-core-listMenu-horizontalBox span.dynamic-children span.additional-background {
  padding-right: 0px;
  background-image: none;
}

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
  width:100%;
  list-style: none
}

.s4-ql {
  margin-top: 15px;
  color: #1961ae !important;
}

.ms-core-listMenu-root {
  list-style-type: none;
  padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #1961ae;
}

.s4-ql a.selected {
  background: none transparent;
  color: #1961ae !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #1961ae;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #1961ae;
  color: #fff
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #1961ae;
}

.breadcrumb {
	display: none;
}

h1#pageTitle {
	display: block !important;
}

#pageAreaLayout {
	width: 102%;
	z-index: 1000;
}

#pageTable {
	width: 100% !important;
	max-width: 100% !important;
}

#pageCenter {
	padding: 0 !important;
}

.ms-srch-sb-border {
	
}

.ms-srch-sb-border:hover {
	border: 0;	
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-item {
  width: 100%
}

.ms-srch-item-path{
	display:none;
}

#pageAreaLayout {
	min-height: calc(100vh - 15em);
}

td#pageLeft {
  display: none;
}

#pageCenter {
  vertical-align: top
}

h1#pageTitle{
	margin-top: 2%;
}

.s4-ql {
  margin-top: 15px;
  color: #1961ae !important;
}

.ms-core-listMenu-root {
	list-style-type: none;
	padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #000 !important;
}

.s4-ql a.selected {
  background: none transparent;
  color: #1961ae !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #1961ae !important;
  color: #fff !important;
}

.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
	padding: 5px 5px 3px 35px;
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #1961ae !important;
  font-weight: 500;
}

.innerWrapper {
	max-width: 1300px !important;
	margin: 0 auto;
}

h1#pageTitle {
	display: block !important;
	color: #000 !important;
	margin-top: 3%;
	margin-bottom: 2%;
}

h1#pageTitle p {
	max-width: 1300px !important;
	margin: 0 auto;
	color: #000;
	padding-top: 1.5%;
}

.preMeetingBanner {
	background: url(/Style%20Library/Images/2026_ASBCBanner.png) no-repeat;
    position: relative;
    top: 0;
    height: calc(30em);
    overflow: hidden !important;
    background-size: cover;
    background-position-x: center;
}

.preMeetingBanner .innerWrapper {
	position: absolute;
	width: 100%;
	height: calc(10em);
	margin-inline: 8%;
	top: 18%;
	max-width: 87% !important;
}

.preMeetingBanner .meetingTitleButtons p {
	color: #fff !important;
	text-shadow: 3px 6px 6px rgba(0,0,0,.55);
	font-size: 22pt;
	font-weight: 700;	
}

.bannerVideo {
	margin-top: -2%;
	margin-left: -2%;
	overflow: hidden !important;
	position: relative;
	top: 0;
	z-index: -1000;
	height: calc(16em);
	background: url(/Style%20Library/Images/conference25-BackgroundBanner.png) no-repeat;
}

.banner .innerWrapper {
	position: absolute;
	width: 100%;
	height: calc(10em);
	margin-inline: 8%;
	top: 4%;
}

.meetingTitle h1 {
	color: #fff !important;
	font-size: 57pt;
	text-shadow: 3px 6px 6px rgba(0,0,0,.55);
	margin: 0;
	font-weight: 900;
}

.meetingTitle h2 {
	color: #fff !important;
	font-size: 23pt;
	text-shadow: 3px 6px 6px rgba(0,0,0,.55);
	margin-top: 1%;	
}

.meetingTitleButtons {
	position: absolute;
	/*bottom: 0;*/
	bottom: 27%;
}

.meetingTitleButtons h3 {
	color: #fff !important;
	text-shadow: 3px 6px 6px rgba(0,0,0,.55);
}

.meetingTitleButtons .btn, .meetingTitleButtons .btn2 {
	padding: 3px 16px;
}

.meetingNumbers {
	background-color: #fff;
	clip-path: polygon(105% -2%, 0% 26.5%, 0% 116%, 371% 59%);
	width: 103%;
	margin-top: calc(50vw* -0.1);
	margin-bottom: 3%;
}

.meetingNumbers .innerWrapper {
	padding-top: 5%;
	box-sizing: border-box;
}

.meetingNumbersInner {

}

.meetingNumbersGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.meetingNumber {
	flex: 0 1 calc( 100% / 5 );
	flex-grow: 0;
}

.meetingNumber h3 {
	color: #0093D7 !important;
	font-size: 37pt;
	margin: 0;
	text-align: center;
}

.meetingNumber p {
	margin: 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.meetingExtra {
	background-color: #0093D7;
	display: none;
}

.meetingExtra h1 {
	color: #fff !important;
}

.meetingExtra .innerWrapper {
	padding: 1% 0;
	text-align: center;
	color: #fff !important;
}

.whyAttend {
	background-color: #df8900;
}

.whyAttendTitle {
	padding: 0.5% 0;
}

.whyAttendTitle h1 {
	color: #fff !important;
	text-align: center;
	font-size: 40pt;
	font-weight: 900;
	margin: 1% 0;
}

.whyAttendBlocks {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	padding: 2% 0 4% 0;
}

.whyAttend1, .whyAttend2, .whyAttend3 {
	width: 29%;
	background: #fff;
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.whyAttendText {
	padding: 1% 5% 7% 5%;
}

.whyAttendImage img {
	width: 100%;
}

.program {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 4% 0;
}

.programText {
	width: 56%;
}

.programText h1 {
	margin-bottom: 1%;
	margin-top: 0;
	color: #000 !important;
	font-weight: 900;
	font-size: 30pt;
}

.programImage {
	width: 39%;
}

.programImage img {
	float: right;
}

.testimonials {
	background-color: #C9E3AE;
	width: 100%;
}

.testimonials .innerWrapper {
	padding: 2% 0 0 0;
	max-width: 900px !important;
}

.quote-text {
	font-size: 21pt;
	font-weight: 800;
	width: 98% !important;
	margin: 0 0 0 1%;
}

.quote-text i.fa-solid.fa-quote-left {
	font-size: 12pt !important;
	vertical-align: top;
	padding-right: 5px;
}

.quote-text i.fa-solid.fa-quote-right {
	font-size: 12pt !important; 
	vertical-align: top;
	padding-left: 5px;
}

.slick-dots li button:before {
	font-size: 29pt !important;
	content: '•' !important;
}

.slick-next:before, .slick-prev:before {
	display: none;
}

.quote-author-name {
	font-weight: 700;
	font-size: 10.5pt;
}

.quote-author-affiliation {
	font-size: 10.5pt;
}

.registration {
	text-align: center;
	margin-bottom: 4%;
}

.registration h1 {
	font-size: 30pt;
	color: #000 !important;
	font-weight: 900;
	margin-bottom: 1%;
}

.meetingProgramBlocks {
	background-color: #552c2c;
	padding: 4% 0;
}

.meetingProgramBlocks .innerWrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
}

.programBlock1, .programBlock2 {
	width: 47%;
	background: #fff;
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.programBlockText {
	padding: 5%;
}

.programBlockText h3 {
	margin-top: 0;
	color: #000 !important;
}

.programBlockImage img {
	width: 100%;
}

.speakers {
	display: flex;
	width: 100%;
	margin: 4% 0;
	justify-content: space-between;
}

.speakersText {
	width: 56%;
}

.speakersText h1 {
	margin-bottom: 1%;
	margin-top: 0;
	color: #000 !important;
	font-size: 30pt;
	font-weight: 900;
}

.speakersImage {
	width: 39%;
}

.speakersImage img {
	float: right;
}

.hotel {
	/*background: url(/Style%20Library/Images/HotelOffer2025.jpg) no-repeat;*/
	background: url(/Style%20Library/Images/HotelOffer2025.png) no-repeat;
	/*border-radius: 15px;*/
}

.hotelInner {
	text-align: center;
	color: #fff !important;
	padding: 2%;
}

.hotelInner h1 {
	color:#fff !important;
	font-size: 30pt;
	font-weight: 900;
	text-shadow: 3px 6px 6px rgba(0,0,0,.55);
	margin: 1% 0;
}

.sponsors {
	
}

.sponsors h1 {
	text-align: center;
	color: #000 !important;
	font-weight: 900;
	font-size: 30pt;
}

.meetingsponsorsGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.meetingSponsor {
	flex: 0 1 calc( 100% / 5 );
	flex-grow: 0;
	text-align: center;
}

.meetingSponsor img {
	width: 80% !important;
	height: inherit !important;
}


.Footer {
	width: 100%;
	background-color: #e8e8e8 !important;
	color: #000;
	text-align: center;
	background: url(/Style%20Library/Images/ASBC/ASBC_AcronymLogo.png) no-repeat;
	background-size: 7%;
	background-position: 6em;
	height: 150px;
}

.footerInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    float:  right;
    width: 80%;
    height: 150px;
}

.follow {
	float: right;
	margin-right: 3.5em;
	width: 29%;
}

.follow h2 {
	color: #000 !important;
	margin-bottom: 0.5em;
}

.follow a {
	color: #000;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #4267b2;
	margin-right: 12px;
}

.twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #000;
	margin-right: 12px;
}

.linkedIn::before {
	font: var(--fa-font-brands);
	content: "\f0e1";
	font-size: 2em;
	color: #0e76a8;
	margin-right: 12px;
}

.instagram::before {
	font: var(--fa-font-brands);
	content: "\f16d";
	font-size: 2em;
	margin-right: 12px;
	background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blueSky::before {
	font: var(--fa-font-brands);
	content: "\e671";
	font-size: 2em;
	color: #1083FE;	
}

#copyYear a {
	color: #000;
}

#copyYear {
	width: 71%;
}

.collapsible-header {
	display:inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 98%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 16px;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .70em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0 !important;
	margin-left: 0;
}

.collapsible-body {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
    font-size: 16px;
    width: 98%;
	}

.collapsible-body p, .collapsible-body h3, .collapsible-body h2, .collapsible-body h1, .collapsible-body h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.collapsible-body ul, .collaspible-body ol {
	padding-inline-start: 40px;
}

/*Collapsible Large*/
/*Large Collapsible*/
.collapsible-header-large {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0%;
	padding: 40px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 17pt;
	font-weight:700;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#552c2c;
	background-color:#ffffff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.collapsible-header-large:before {
	font-family: 'fontawesome';
    content: "\2b";
	float: right;
	font-size: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 0px;
	color: #0093D7;
}

.collapsible-header-large.open:before {
	font-family: 'fontawesome';
	content: "\f068";
	color: #0093D7;
}

.collapsible-header-large.open {
	border-bottom: 0;
	background-color: #efefef;
}

.collapsible-header-large.focus,
.collapsible-header-large:focus {
	color:#333;
	background: #efefef !important;
}

.active, .collapsible-header-large:hover {
	color:#333;
	background: #efefef;
}

ul.collapsible-large {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body-large {
	text-align:left;
	padding: 3% 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;

}

.collapsible-body-large p, .collapsible-body-large h2, .collapsible-body-large h3, .collapsible-body-large a.btn, .collapsible-body-large img, .collapsible-body-large h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}


/*registration Table - Responsive*/

.responsiveTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.responsiveTable caption {
  font-size: 16pt;
  margin: .5em 0 .75em;
}

.responsiveTable th {
	background-color: #df8900;
}

.responsiveTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.responsiveTable th,
.responsiveTable td {
  padding: .625em;
  text-align: center;
}

.responsiveTable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/*Meeting Studies Grid*/

.meetingStudiesGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.meetingStudy {
	flex: 0 1 calc(100% / 8);
	flex-grow: 0;
	text-align: center;
}

.meetingStudy img {
	width: inherit !important;
	height: inherit !important;
}

/*Attend Statistics*/

.attendStats {
	display: flex;
}

.attendWorkFields {
	width: 50%;
	padding: 2%;
	text-align: center;
}

.attendWorkFields img {
	width: 60%;
}

.attendCountries {
	width: 50%;
	padding: 2%;
	text-align: center;
}

.attendCountries img {
	width: 90%;
}

/*Session Submission Table*/

table.sessionSubmission {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

table.sessionSubmission tr, table.sessionSubmission td, table.sessionSubmission th {
	border: 1px solid black;
	padding: 1%;
}

table.sessionSubmission th {
	background-color: #72BF44;
	color: #fff;
}


/*Callout Bar*/

.calloutBar {
	background-color: #d8d8d8;
	margin: 3% 0 3% -1%;
	box-shadow: 5px 5px 28px rgba(13,41,71,.15);
}

.calloutBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
    justify-content: space-between;
}

.calloutBarText {
	width: 78%;
	margin-right: 2%;
}

.calloutBarText * {
	text-shadow: none;
}

.calloutBarText h2, .calloutBarText h3, .calloutBarText p {
	margin: 0;
}

.calloutBarButton {
	width: 20%;
}

.calloutBar h1 {
	margin-bottom: 1%;
}

.calloutBar .btn {
	float: right;
}

table.schedule {
	width: 65%;
}

table.schedule td {
	padding: 1%;
	vertical-align: top;
}

table.schedule td:first-child {
	width: 30%;
}


/*Why Attend Page*/

.whyAttendGrid {
	display: flex;
	justify-content: space-between;
}

.whyAttendImage {
	width: 11%;
}

.whyAttendImage img {
	width: 100%;
}

.whyAttendGridText {
	width: 86%;
	margin-top: 1%;
}

/*MOBILE STYLES*/

@media only screen and (max-width: 2300px) {
	
	.preMeetingBanner {
		height: calc(28em);
	}
}

@media only screen and (max-width: 2200px) {
	
	.preMeetingBanner {
		height: calc(28em);
	}
}


@media only screen and (max-width: 2100px) {
	
	.preMeetingBanner {
		height: calc(26em);
	}
	
	.Footer {
		background-size: 10%;
	}
}

@media only screen and (max-width: 2000px) {
	
	.preMeetingBanner {
		height: calc(24em);
	}
}

@media only screen and (max-width: 1900px) {
	
	.preMeetingBanner {
		height: calc(23em);
	}
}

@media only screen and (max-width: 1800px) {
	
	.preMeetingBanner {
		height: calc(22em);
	}
}


@media screen and (max-width: 1750px) {

	.Footer {
		background-size: 12%;
	}

}

@media only screen and (max-width: 1700px) {
	
	.preMeetingBanner {
		height: calc(21em);
	}
}


@media screen and (max-width: 1500px) { 
		
	.preMeetingBanner {
		height: calc(18em);
	}
	
	.programImage img {
		width: 100%;
	}
	
	.speakersImage img {
		width: 100%;
	}
	
	.Footer {
		background-size: 13%;
	}

	
}

@media screen and (max-width: 1400px) { 

	.ms-core-listMenu-horizontalBox {
		max-width: 1300px;
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 11.5pt;
	}
	
	.meetingNumbers {
		margin-top: calc(53vw* -0.1);
	}
}

@media screen and (max-width: 1300px) {

	.Header {

	}
			
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.preMeetingBanner {
		height: calc(16em);
	}

	
	.meetingNumbers {
		margin-top: calc(57vw* -0.1);
	}
	
	.Footer {
		background-size: 15%;
		background-position: 3em;
	}

}

@media screen and (max-width: 1200px) { 

	.ms-core-listMenu-horizontalBox {
		width: 92%;
		margin-left: 7%;
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 10.5pt;
	}

	
	.meetingNumbers {
		margin-top: calc(77vw* -0.1);
	}
}


@media screen and (max-width: 1100px) {
	
	.Header {
		background-size: 15%;
		background-position: 1em;	
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 10pt;
	}
	
	.meetingNumbers {
		margin-top: calc(110vw* -0.1);
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 7%;
	}
	
	.meetingNumbers_Row1 {
		width: 88%;	
	}
	
	.meetingNumbers_Row2 {
		width: 80%;
	}
	
	.whyAttend1, .whyAttend2, .whyAttend3 {
		width: 32%;
	}
	
	.whyAttendText {
		padding-top: 3%;
	}
	
	.whyAttendImage {
		width: 14%;
	}
	
	.whyAttendGridText {
		width: 82%;
	}
}

@media screen and (max-width: 1000px) {

	.bannerVideo {
		margin-top: -3%;
	}
	
	.preMeetingBanner {
		height: calc(15em);
	}

	.meetingNumbers {
		margin-top: calc(143vw* -0.1);
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 8%;
	}
	
	.calloutBarInner {
		max-width: 96%;
	}
	
	.calloutBarButton {	
		width: 27%;
	}
	
	table.schedule {
		width: 75%;
	}

}

@media screen and (max-width: 950px) {
		
	/*#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}
	
	#container .Wrapper {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0;
	}*/
		
	.meetingNumbers {
		margin-top: calc(170vw* -0.1);
		margin-left: -1%;
	}
	
	.meetingNumber h3 {
		font-size: 28pt !important;
	}
	
	.meetingNumber p {
		font-weight: 600;
	}
	
	.testimonials .innerWrapper {
		max-width: 85% !important;
	}
	
	.meetingStudy {
		flex: 0 1 calc(100% / 6);
	}
		
	.Footer {
		background-size: 16%;
		background-position: 1.5em;
	}
	
	#copyYear {
		width: 65%;
	}
	
	.follow {
		margin-right: 0.5em;
		width: 33%;
	}

}

@media screen and (max-width: 900px) { 

	.banner .innerWrapper {
		height: calc(9.5em);
	}
	
	.meetingTitle h1 {
		font-size: 52pt !important;
	}
	
	.meetingTitle h2 {
		font-size: 20pt !important;
	}
	
	.meetingNumbers {
		margin-top: calc(185vw* -0.11);
	}
	
	.preMeetingBanner .innerWrapper {
		width: 90%;
	}
	
	.whyAttendGrid {
		margin-bottom: 2%;
	}
	
	.whyAttendImage {
		width: 18%;
	}
	
	.whyAttendGridText {
		width: 78%;
	}


}

@media screen and (max-width: 850px) {
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.Header {
		background-position: 0.5em;
	}
	
	.s4-tn li.static>.menu-item {
		font-size: 10pt;
	}
	
	.ms-core-listMenu-horizontalBox {
		width: 93%;
		margin-left: 6%;
	}
	
	.banner .innerWrapper {
		top: 3.5%;
	}
	
	.meetingNumbers {
		margin-top: calc(200vw* -0.13);
		clip-path: polygon(105% 10%, 0% 26.5%, 0% 116%, 371% 59%);
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 11%;
	}
	
	.meetingNumber {
		flex: 0 1 calc( 100% / 3 )
	}
	
	.Footer {
		background-size: 15%;
		background-position: 1.5em;
	}
		
	.follow {
		margin-right: 1.5em;
	}	
		
	.footerInner {
		width: 81%;
	}
	
	table.schedule {
		width: 90%;
	}


}

@media screen and (max-width: 825px) { 

	.banner .innerWrapper {
		top: 3%;
	}
	
	.meetingNumbers {
		margin-top: calc(225vw* -0.13);
	}

}

@media screen and (max-width: 800px) { 
		
	body {
		font-size: 12pt !important;
	}
	
	h1 {
		font-size: 22pt !important;
	}
	
	h2 {
		font-size: 16pt !important;
	}
	
	h3 {
		font-size: 14pt !important;
	}
	
	h4 {
		font-size: 12pt !important;
	}
	
	.btn, .btn2 {
		font-size: 12pt;
	}
	
	.responsiveTable caption {
		font-size: 13pt;
	}
	
	#container .Wrapper {
		margin-top: -2%;
		margin-left: 0% !important;
	}
	
	.Header {
		height: 5em;
	}
	
	h1#pageTitle {
		margin-top: 0.8% !important;
	}

	/*Menu Styles*/
	
	.ms-core-listMenu-horizontalBox {		
		display: none;
	}
	
	#nav {
        background: #0093D7 !important;
        margin-top: -1%;
        height: 39px !important;
        z-index: 200;
    }       
    
    #mobileMenuToggle {
        height: 35px;
        line-height: 35px;
        width: 90px !important;
        display: block;
        overflow: hidden;
        margin-left: 8px;
        padding-left: 38px;
        /*background: url('/Style Library/Images/menu-alt-32.png') left center no-repeat;*/
        z-index: 200;
    }
    
	 a#mobileMenuToggle::before {
		font: var(--fa-font-solid);
		content: " \f0c9";
		font-size: 1.5em;
		color: #fff;
		height: unset;
		transform: none;
		visibility: visible;
		background-color: transparent;
		margin-bottom: 3.5%;
	}	
    
    #mobileMenuToggle:link {
        color: #FFF !important;
    }
    
    #mobileMenuToggle:visited {
        color: #FFF !important;
    }
    
    #mobileMenuToggle:hover {
        text-decoration: underline;
    }
    
    #mobileMenu {
        display: none;
        margin: 0;
        padding: 0;
        background: #0093D7;
        position: relative;
        z-index: 5;
        margin-top: -0.5%;
    }
    
    #mobileMenu li {
        list-style: none;
        display: block;
        padding: 0;
    }
    
    #mobileMenu li a {
        color: #fff;
        font-weight: 600;
        font-size: 11pt;
        display: block;
        line-height: 30px;
        margin: 0;
        padding: 3px 10px;
        background: #0093D7 !important;
        border-bottom: 1px solid white;
    }
    
    #mobileMenu li a:hover {
        background: #009bcf;
    }
    
    .subMenu {
        display: none;
        padding: 0;
        border: none;
    }
    
    .subMenu li a {
        padding-left: 40px !important;
        line-height: 18px !important;
        border: none !important;
    }
    
    .submenuToggle {
        float: right;
        margin-top: -37px !important;
        background: transparent !important;
        border: none !important;
    }
    
    .Header .hamburger span {
		background: #1fa824;
	}
	
	.Header {
		background-size: 25% !important;
		background-position: 1.5em !important;
	}
	
	.mainMenu, .mainMenu>ul {
		background-color: #e8e8e8 !important;
	}
	
	.mainMenu.isOpen ul li {
		color: #000;
		border-bottom: 1.5px solid hsla(0, 0%, 100%, 1.00);
	}
    
    /* LOCAL NAVIGATION */
    #mobileMenuCurrent {
        padding: 4px;
    }
    
    #mobileMenuCurrent>span {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 4px;
    }
    
    #mobileMenuCurrent select {
        max-width: 300px;
        overflow: hidden;
    }
    
    #mobileMenuCurrent option {}
    .ms-rteStyle-AutoSchedule {
        -ms-name: Auto Size Schedule;
        width: 100%;
    }
    
    #pageAreaLayout {
    	margin-top:50px;
    }
    
	#headerNavigation {
		height: 3em;
		margin-top: 5.3em;
	}
		
	#zz1_TopNavigationMenu a {
		font-size: 9pt;
	}
	
	.innerWrapper {
		max-width: 97% !important;
	}
	
	.Header {
		background-size: 13%;
		background-position: 0.5em;
	}
	
	.bannerVideo {
		margin-top: -9%;
		margin-right: -1%;
	}
	
	.banner .innerWrapper {
		top: 1.5%;
		height: calc(10em);
	}
	
	.preMeetingBanner {
		height: calc(20em);
	}
	
	.meetingTitleButtons {
		bottom: -14%;
	}
	
	.preMeetingBanner .meetingTitleButtons p {
		font-size: 18pt;
	}	
	
	.meetingNumbers {
		margin-top: calc(133vw* -0.13);
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 13%;
	}
	
	.meetingNumber p {
		font-size: 10pt;
	}
	
	.whyAttendTitle h1 {
		font-size: 27pt !important;
		padding-top: 1%;
	}
	
	.programBlock1, .programBlock2 {
		width: 49%;
	}
	
	.speakersImage img {
		width: 100%;
		float: none;
	}
	
	.Footer {
		background-size: 20%;
		background-position: 1.5em;
	}
		
	.follow {
		margin-right: 1.5em;
	}
	
	.follow a {
		font-size: 9pt;
	}
	
	.footerInner {
		width: 76%;
	}
	
	#copyYear {
		font-size: 8pt;
		width: 72%;
	}
	
}


@media screen and (max-width: 750px) { 
	
	.meetingTitle h1 {
		font-size: 44pt !important;
	}
	
	.banner .innerWrapper {
		height: calc(9.5em);
	}
	
	.meetingNumbers {
		margin-top: calc(191vw* -0.1);
	}
	
	.collapsible-header-large {
		padding: 3%;
		font-size: 13pt;
	}
	
	.calloutBarInner {
		display: block;
		text-align: center;
	}
	
	.calloutBarText {
		width: 100%;
		padding-right: 0;
	}
	
	.calloutBarButton {	
		width: 100%;
	}
	
	.calloutBar .btn {
		float: none;
	}
	

	
}


@media screen and (max-width: 700px) {
 
  .btn, a span.ms-rteStyle-LinkButton {
	font-size: 11.5pt;
	}

  /*.accountMenu{
    display: none !important;
  }
  
  .Header .topRight {
		top: 26%;
		right: 17%;
	}*/
	
	.meetingNumbers {
		margin-top: calc(245vw* -0.1);
		clip-path: polygon(105% 10%, 0% 26.5%, 0% 116%, 371% 59%);
	}
		
	.meetingNumber p {
		font-size: 9pt;
	}


 }


@media screen and (max-width: 640px) {
	
	img {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;	
	}
	
	/*#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}*/
	
	.bannerVideo {
		height: calc(15em)
	}
	
	.banner .innerWrapper {
		height: calc(8.5em);
		margin-inline: 5%;
	}
	
	.preMeetingBanner {
		background: url(/Style%20Library/Images/2026_ASBCBanner_Small.png) no-repeat;
		height: calc(25em);
		background-position-x: center;
		background-size: cover;
	}
	
	.meetingTitle h1 {
		font-size: 39pt !important;
	}
	
	.meetingTitle h2 {
		font-size: 17.5pt !important;
	}
	
	.meetingNumbers {
		margin-top: calc(285vw* -0.1);
		clip-path: polygon(105% 11%, 0% 27.5%, 0% 116%, 371% 59%);
	}
	
	.program {
		flex-direction: column-reverse;
	}
	
	.programImage {
		width: 90%;
		margin: 0 auto;
	}
	
	.programText {
		width: 90%;
		margin: 0 auto;
		padding-top: 2%;
	}
	
	.quote-text {
		font-size: 16pt;
	}
	
	.speakers {
		flex-direction: column-reverse;
	}
	
	.speakersImage {
		width: 90%;
		margin: 0 auto;
	}
	
	.speakersText {
		width: 90%;
		margin: 0 auto;
		padding-top: 2%;
	}
	
	.meetingStudy {
		flex: 0 1 calc(100% / 4);
	}
	
	table.schedule {
		width: 100%;
	}

	.meetingSponsor {
		flex: 0 1 calc( 100% / 2 );
	}

}

@media screen and (max-width: 615px) {

	
	#container .Wrapper{
		margin-top: -2.5%;
	}
	
	.bannerVideo {
		width: 112%;
		margin-top: -10%;
	}
	
	.Footer {
		background-size: 20%;
		background-position: 0.5em;
	} 
	
	.footerInner {
		width: 72%;
	}
	
	#copyYear {
		width: 56% !important;
		font-size: 10pt;
	}
	
}

@media screen and (max-width: 600px) { 
			
	.whyAttendText a.arrow {
		font-size: 10pt;
	}
	
	.responsiveTable {
    border: 0;
  }

  .responsiveTable caption {
    font-size: 1.3em;
  }
  
  .responsiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .responsiveTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .responsiveTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .responsiveTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .responsiveTable td:last-child {
    border-bottom: 0;
  }
  
  .attendStats {
	flex-direction: column;
  }
  
  .attendWorkFields {
	width: 100%;
  }
  
  .attendCountries {
	width: 100%;
  }
  
  .whyAttendImage {
		width: 22%;
	}
	
	.whyAttendGridText {
		width: 75%;
		margin-top: 0
	}


}


@media screen and (max-width: 565px) { 

	.bannerVideo {
		width: 125%;
		margin-top: -10%;
	}
	
	table.schedule td:first-child {
		width: 35%;
	}

}


@media screen and (max-width: 550px) {

	
	.banner .innerWrapper {
		margin-inline: 2%;
		margin-right: 2%;
	}
	
	.meetingTitleButtons {
		bottom: -27%;
	}
	
	#copyYear {
		display: block;
		float: none;
		text-align: center;
		margin-top: 4%;
		margin-left: 2% !important;;
		margin-right: 2%;
	}
	
	.follow {
		float: none !important;
		margin: 0 !important;
	}
	
	.Footer {
		
	}	
	
}

@media screen and (max-width: 517px){

	img {
		width: 100% !important;
	}
	
	.bannerVideo {
		height: calc(17em);
		width: 150%;
	}
	
	.banner .innerWrapper {
		height: calc(11em);
	}
	
	.meetingTitle {
		max-width: 95%;
		margin-top: -5%;
	}
	
	.meetingTitleButtons {
		max-width: 95%;
	}
	
	.meetingNumbers {
		margin-top: calc(323vw* -0.1);
		clip-path: polygon(105% 17%, 0% 27.5%, 0% 116%, 371% 59%);
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 16%;
	}
	
	.meetingStudy img {
		width: 70% !important;
	}
	
	.meetingSponsor img {
		width: inherit !important;
	}


}

@media only screen and (max-width: 505px) {
	
	table.schedule td:first-child {
		width: 40%;
	}
	

}

@media screen and (max-width: 500px){
		
	.socialMenu {
		display: none;
	}
	
	.preMeetingBanner {
		height: calc(21em);
	}	
	
	h1#pageTitle p {
		padding-top: 4.5%;
	}
	
	.meetingNumbers {
		margin-top: calc(342vw* -0.1);
		margin-left:-2%;
		width: 104%;
	}
	
	.bannerVideo {
		height: calc(19em);
		width: 185%;
		margin-top: -18%;
	}
	
	.whyAttendImage {
		width: 30%;
	}
	
	.whyAttendGridText {
		width: 66%;
	}


}


@media screen and (max-width: 491px) {

	.Header {
		background-position: 1.5em !important;
		background-size: 33% !important;
	}
		
	#headerNavigation {
		height: 1em;
		margin-top: 5.3em;
	}
	
	#container .Wrapper {
		margin-top: 3.5%;
	}
	
	.meetingTitleButtons {
		bottom: -40%;
	}
	
	.whyAttendBlocks {
		display: block;
	}
	
	.whyAttend1, .whyAttend2, .whyAttend3 {
		width: 90%;
		margin: 5% auto;
	}
	
	.whyAttendImage {
		height: 200px;
		overflow: hidden;
	}
	
	.attendWorkFields img {
		width: 60% !important; 
	}
	
	.meetingStudy {
		flex: 0 1 calc(100% / 3);
	}
	
	.meetingStudy img {
		width: 50% !important;
	}

	
}

@media screen and (max-width: 480px) {

	.collapsible-header-large {
		font-size: 12pt;
	}

}

@media screen and (max-width: 455px) {
	
	.bannerVideo {
		height: fit-content;
	}
	
	.meetingTitle {
		margin-top: -12%;
	}
	
	.preMeetingBanner .meetingTitleButtons p {
		font-size: 16pt;
	}
	
	.meetingNumbers {
		clip-path: none;
		margin-top: -25%;
	}
	
	.meetingNumbers .innerWrapper {
		padding-top: 2%;
	}

}

@media screen and (max-width: 445px) {

	.meetingProgramBlocks .innerWrapper {
		display: block;
	}
	
	.programBlock1, .programBlock2 {
		width: 90%;
		margin: 5% auto;
	}
	
	table.schedule td:first-child {
		width: 50%;
	}
	
}

@media only screen and (max-width: 430px) {
	
	#container .Wrapper {
		margin-top: 4.5%;
	}
	
}

/*@media screen and (max-width: 422px) {

	#headerNavigation {
		margin-top: 3.1em;
	}
	
	.banner .innerWrapper {
		top: 1%;
	}

}*/

@media screen and (max-width: 415px) {
	
	.banner .innerWrapper {
		top: 1%;
	}
	
	#container .Wrapper {
		min-height: calc(54vh);
	}
	
	.preMeetingBanner {
		height: calc(16em);
	}

}

@media screen and (max-width: 400px) {

	.bannerVideo {
		width: 197%;
	}
	
	.meetingTitle h1 {
		font-size: 35pt !important;
	}
}

@media screen and (max-width: 385px) {

	.banner .innerWrapper {
		height: calc(11.5em);
	}
	
	.meetingTitle h2 {
		font-size: 16pt !important;
	}
	
	.meetingTitleButtons h3 {
		font-size: 13pt !important;
	}
	
	.meetingTitleButtons .btn, .meetingTitleButtons .btn2 {
		padding: 3px 10px;
	}
		
}

@media screen and (max-width: 350px) {
	
	.bannerVideo {
		width: 220%;
	}
	
	.meetingTitle h1 {
		font-size: 30pt !important;
	}
}