/* EXCLUSIVE STYLES FOR CUSTOM TEMPLATE - ASAE MMCT 2025 */
/* CSS Document */
/*
CUSTOM 0020 ========= HTML BUILD - Adriana  - UPDATED 2-4-2022 NW
NEW STYLESHEET FOR RESPONSIVE -- CUSTOM WIDE using Bootstrap v4.5.3 --
*/
/* EXCLUSIVE STYLES FOR CUSTOM TEMPLATE - ASAE MMCC 2022
===========================================================================================================*/
/* SPARKLES
===========================================================================================================*/
/* Effect CSS */
svg#one {
  position: absolute;
  -webkit-transform: translate(50%, 141%);
  transform: translate(50%, 141%);
}
svg#two {
  position: absolute;
  -webkit-transform: translate(570%, 1210%);
  transform: translate(570%, 1210%);
}
svg#three {
  position: absolute;
  -webkit-transform: translate(600%, 250%);
  transform: translate(600%, 250%);
}
.sparkleElements {
  -webkit-transform: translate(42.5px, 42.5px);
  -moz-transform: translate(42.5px, 42.5px);
  transform: translate(42.5px, 42.5px);
}
path#large {
  /* Large Sparkle */
  fill: white;
  -webkit-transform: translate(-42.50px, -42.50px);
  -moz-transform: translate(-42.50px, -42.50px);
  transform: translate(-42.50px, -42.50px);
}
path#medium {
  /* Medium Sparkle */
  fill: white;
  -webkit-transform: translate(-42.50px, -42.50px);
  -moz-transform: translate(-42.50px, -42.50px);
  transform: translate(-42.50px, -42.50px);
}
path#small {
  /* Small Sparkle */
  fill: white;
  -webkit-transform: translate(-42.50px, -42.50px);
  -moz-transform: translate(-42.50px, -42.50px);
  transform: translate(-42.50px, -42.50px);
}
.large {
  -webkit-animation: large 2.5s infinite;
  -moz-animation: large 2.5s infinite;
}
.medium {
  -webkit-animation: medium 2.5s infinite;
  -moz-animation: medium 2.5s infinite;
}
.small {
  -webkit-animation: small 2.5s infinite;
  -moz-animation: small 2.5s infinite;
}
@-webkit-keyframes large {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
}
@-moz-keyframes large {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(1.5);
  }
}
@-webkit-keyframes medium {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
}
@-moz-keyframes medium {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(405deg) scale(1.1);
  }
}
@-webkit-keyframes small {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1.5);
  }
}
@-moz-keyframes small {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-360deg) scale(1.5);
  }
}
/* SPOTLIGHT
===========================================================================================================*/
.spotlight_swivel {
  animation: rotate_spotlight 7.5s ease infinite;
  position: absolute;
  z-index: 1500;
  margin-top: 20rem;
  margin-left: -40rem;
}
.lamp {
  position: absolute;
  width: 40vh;
  height: 400vh;
  background-image: radial-gradient(ellipse, rgba(255, 25539, 255, 0.5), rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0) 50%);
  top: -220vh;
  left: 55vh;
  transform: perspective(23vh) rotateX(30deg);
  z-index: 1500;
}
.spotlight {
  opacity: 0.5;
  transform: scale(1.5, 3);
  position: absolute;
  top: -20vh;
  left: calc(50% - 75vh);
  z-index: 1500;
}
.spotlight::after {
  content: '';
  position: absolute;
  top: -50vh;
  background-image: radial-gradient(ellipse closest-corner at 75% 75%, rgba(55, 89, 138, 0.2), rgba(55, 89, 138, 0));
  border-radius: 100%;
  width: 100vh;
  height: 100vh;
  clip: rect(50vh, 100vh, 100vh, 50vh);
  transform: rotate(45deg);
  z-index: 1500;
}
@keyframes rotate_spotlight {
  0% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }
  25% {
    transform: rotate(-15deg) scaleY(1.1) translateY(-3vh);
  }
  50% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }
  75% {
    transform: rotate(15deg) scaleY(1.1) translateY(-3vh);
  }
}
@keyframes move_highlight {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(25vh);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-25vh);
  }
}
/* GLOBAL
===========================================================================================================*/
#form1 table h2 {
  font-size: 1.6rem;
}
#42chat-bot-frame {
  display: none !important;
}
#header-section {
  /* background: url(../images/sitelook/am25-gold-bgnd.png), #FFF !important; */
  /* background-position: center top !important; */
  background-color: #000000;
}
/* EYEBROW SECTION
===========================================================================================================*/
#asae-eb-section {
  box-shadow: 0 2px 30px rgba(36, 28, 99, 0.75);
}
#eyebrow-nav-section {
  background-color: #080808;
  padding: 0;
  display: none !important;
}
.eyebrow-container {
  background-color: transparent;
}
.eyebrow-container .row {
  text-align: center;
}
.explore {
  padding: .5rem 0;
}
.explore li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  list-style: none;
  font-size: 14px;
}
.explore li.nolink {
  color: #ccc;
}
.explore li a {
  margin: 0 1.35rem;
}
.explore li::after {
  content: ' ';
  position: absolute;
  width: 1px;
  background: #FFF;
  top: 15px;
  bottom: 15px;
  height: 1rem;
}
.explore li:last-child, .explore li:first-child {
  border: none;
}
.explore li:last-child::after, .explore li:first-child::after {
  content: none;
  display: none
}
.explore a {
  color: #FFF;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .explore li a {
    margin: 0 0.5rem;
  }
}
/* ASAE for INDEX page only */
.herographic {
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  #intro-content-section .container {
    max-width: 100%;
  }
}
/* ASAE for Internal page only */
.body-inner .herographic {
  background-size: 640px;
  height: 90px;
  background-position: right bottom;
  border: 1px solid orange;
}
.body-inner #header-section {
  /*background-size: 1000px;*/
}
.body-index {
  background: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
}
.body-inner {
  background: #000;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 52% -800px;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, .5);
}
#accordion .card-header h5 button.btn {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 0;
}
td.tb-time, th.tb-time {
  width: 25%;
  white-space: nowrap;
}
/*Homepage Content*/
@font-face {
  font-family: 'Monsante';
  src: url('https://www.accessassociations.org/css/fonts/Monsante-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.accessassociations.org/css/fonts/Monsante-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
h1, .pageTitle {
  font-family: Monsante !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: var(--secondaryColor) !important;
  font-size: 3em !important;
  text-transform: uppercase !important;
  /*  text-shadow: #2b1400 0 0 5px, #f49511 0 0 10px, #fff 0 0 20px;*/
}
h2 {
  font-family: Monsante;
  font-weight: 400;
  font-style: normal;
  color: var(--secondaryColor);
  font-size: 3em;
  text-transform: uppercase;
}
#root header {}
._wrapper_12cwm_9 {
  max-width: 1240px;
  margin: auto;
}
._header_12cwm_1 {
  background-color: #000000 !important;
  border-top: 4px solid #1d2d17;
}
._logo_12cwm_23 {
  max-height: 60px !important;
}
.pl-desktop-nav, ._right_12cwm_28, .pl-footer-title, .pl-footer-sitemap {
  /*This  hides the Register button/link in the header and footer*/
  /*                  display: none;*/
}
/* HERO SECTION - DESKTOP */
#intro-content-section {
  background: url(../images/sitelook/am25-purple-bgnd.png), #FFF;
  background-position: center bottom;
  min-height: 40rem;
  background-size: 1500px;
  overflow: hidden !important;
  position: relative;
}
.tagline {
  font-family: Monsante;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin: auto;
  max-width: 100%;
  text-align: center;
}
#hero-headline {
  position: absolute;
  margin-top: 0rem;
  margin-left: -25rem;
  max-width: 12.5rem;
  z-index: 1000;
}
#hero-headline img {
  max-width: 800px;
}
#hero-button {
  position: absolute;
  margin-top: 34rem;
  margin-left: -6.1rem;
  max-width: 25rem;
  z-index: 2000;
}
#hero-star-chrome {
  position: absolute;
  margin-top: 22rem;
  margin-left: -25rem;
  max-width: 60rem;
  z-index: 100;
}
#hero-star-1 {
  position: absolute;
  margin-top: 1rem;
  margin-left: -35rem;
  max-width: 5rem;
  z-index: 401;
}
#hero-star-1 img {
  max-width: 100px;
}
#hero-star-2 {
  position: absolute;
  margin-top: 11rem;
  margin-left: -38rem;
  max-width: 10rem;
  z-index: 402;
}
#hero-star-2 img {
  max-width: 250px;
}
#hero-star-3 {
  position: absolute;
  margin-top: 27rem;
  margin-left: -40rem;
  max-width: 5rem;
  opacity: 50%;
  z-index: 403;
}
#hero-star-3 img {
  max-width: 100px;
}
#hero-star-4 {
  position: absolute;
  margin-top: 3rem;
  margin-left: 22rem;
  max-width: 5rem;
  z-index: 404;
}
#hero-star-4 img {
  max-width: 100px;
}
#hero-star-5 {
  position: absolute;
  margin-top: 11rem;
  margin-left: 20rem;
  max-width: 10rem;
  z-index: 405;
}
#hero-star-5 img {
  max-width: 250px;
}
#hero-star-6 {
  position: absolute;
  margin-top: 31rem;
  margin-left: 28rem;
  max-width: 5rem;
  opacity: 50%;
  z-index: 406;
}
#hero-star-6 img {
  max-width: 100px;
}
#hero-sparkles {
  position: absolute;
  margin-top: -7rem;
  margin-left: -17.8rem;
  z-index: 2000;
}
/* HERO SECTION - TABLET */
@media (max-width: 769px) {
  #intro-content-section {
    min-height: 35rem;
    background-size: 1000px;
  }
  #hero-headline {
    margin-left: -20rem;
    max-width: 8rem;
  }
  #hero-headline img {
    max-width: 650px;
  }
  #hero-button {
    margin-top: 28rem;
    margin-left: -6.1rem;
    max-width: 25rem;
  }
  #hero-star-chrome {
    margin-top: 16rem;
    margin-left: -25rem;
    max-width: 60rem;
  }
}
/* HERO SECTION - PHONE 3 */
@media (max-width: 579px) {
  #intro-content-section {
    min-height: 30rem;
    background-size: 800px;
  }
  #hero-headline {
    margin-left: -15.5rem;
    max-width: 6rem;
  }
  #hero-headline img {
    max-width: 500px;
  }
  #hero-button {
    margin-top: 21rem;
    margin-left: -6.1rem;
    max-width: 25rem;
  }
  #hero-star-chrome {
    margin-top: 14rem;
    margin-left: -15.5rem;
    max-width: 60rem;
  }
  #hero-star-chrome img {
    max-width: 500px;
  }
  svg#one {
    -webkit-transform: translate(100%, 190%);
    transform: translate(100%, 190%);
  }
  svg#two {
    -webkit-transform: translate(570%, 810%);
    transform: translate(570%, 810%);
  }
  svg#three {
    -webkit-transform: translate(600%, 250%);
    transform: translate(550%, 250%);
  }
  .spotlight_swivel {
    margin-top: 10rem;
    margin-left: -35rem;
  }
}
/* HERO SECTION - PHONE 2 */
@media (max-width: 479px) {
  #intro-content-section {
    min-height: 26rem;
    background-size: 800px;
  }
  #hero-headline {
    margin-left: -14rem;
    max-width: 5rem;
  }
  #hero-headline img {
    max-width: 440px;
  }
  #hero-button {
    margin-top: 18rem;
    margin-left: -6.6rem;
    max-width: 25rem;
  }
  #hero-star-chrome {
    margin-top: 12rem;
    margin-left: -14rem;
    max-width: 60rem;
  }
  #hero-star-chrome img {
    max-width: 440px;
  }
  svg#one {
    -webkit-transform: translate(100%, 190%);
    transform: translate(100%, 190%);
  }
  svg#two {
    -webkit-transform: translate(570%, 810%);
    transform: translate(570%, 810%);
  }
  svg#three {
    -webkit-transform: translate(600%, 250%);
    transform: translate(550%, 250%);
  }
  .spotlight_swivel {
    margin-top: 10rem;
    margin-left: -35rem;
  }
}
/* HERO SECTION - PHONE 1 */
@media (max-width: 399px) {
  #intro-content-section {
    min-height: 22rem;
    background-size: 800px;
  }
  #hero-headline {
    margin-left: -11.5rem;
    max-width: 5rem;
  }
  #hero-headline img {
    max-width: 360px;
  }
  #hero-button {
    margin-top: 15rem;
    margin-left: -6.6rem;
    max-width: 25rem;
  }
  #hero-star-chrome {
    margin-top: 9rem;
    margin-left: -14rem;
    max-width: 60rem;
  }
  #hero-star-chrome img {
    max-width: 440px;
  }
  svg#one {
    -webkit-transform: translate(100%, 190%);
    transform: translate(100%, 190%);
  }
  svg#two {
    -webkit-transform: translate(570%, 810%);
    transform: translate(570%, 810%);
  }
  svg#three {
    -webkit-transform: translate(600%, 250%);
    transform: translate(550%, 250%);
  }
  .spotlight_swivel {
    margin-top: 10rem;
    margin-left: -35rem;
  }
}
.homevideo {
  text-align: center;
  margin: auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.homevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: NONE !important;
}
.owl-dots {
  display: none;
}
.keynote-image img {
  max-width: 380px;
  margin: 0 auto;
}
.keynote-group h4 {
  margin-top: 0;
  line-height: 1.5rem;
}
.keynote-group p {
  margin-bottom: 0;
}
/* HEADER / HERO SECTION
===========================================================================================================*/
#header-section {
  padding: 0;
  background: #000000 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 25%, rgba(36, 28, 99, 1) 125%) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
/*.body-inner #header-section, #header-section {
background-size:  cover;
    background-position: 86% 0;
    
     height: auto; 
    
}*/




#eyebrow-nav-section .col-12 {
  text-align: center;
}
#admin-page-content a.button {
  /*  margin-bottom: 2rem;*/
}
#admin-page-content a.button:hover {
  text-decoration: underline;
}
#intro-content-section2 {
  overflow: hidden !important;
  position: relative;
}
.herographic .hero-text {
  width: 50%;
  float: left;
  max-width: 380px;
  margin: 1rem;
  margin-top: 8rem;
}
.herographic .hero-text a.button {
  /*  height: 1px;
  color: rgba(0, 0, 0, 0.00) !important;
  background: none !important;
  text-shadow: none !important;
  border: none;*/
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.45s ease-out, color 0.25s ease-out;
  /*	border:3px solid rgba(0,0,0,0.00);*/
  background-color: var(--linkcolor);
  background: var(--linkcolor) !important;
  border: 3px solid rgba(240, 85, 171, 0.80);
}
.hero-text h1 {
  /*  font-family: 'Panchang-Bold', Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
*/ color: #fff;
  font-size: 2.4rem;
}
.hero-text h1 span {
  color: #ffe3bb;
}
.hero-text p {
  /*  font-family: 'ClashDisplay-Medium', Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
*/ color: #fff;
}
/* SERVICE NAV BAR
===========================================================================================================*/
.servicebar {
  width: 100%;
  float: right;
  text-align: right;
 
  padding-right: 0;
}
/*.servicebar a.button {
  float: right;
}*/
.servicebar:nth-child(3) {
  clear: none;
}
.btn-link {
  font-weight: 400;
  color: var(--secondaryColor);
  text-decoration: none;
}
h5.mb-0 {
  margin-top: 0;
}
.servicebar a.exhibit {
  margin-right: 0;
}
.servicebar a.sendinfo {
  display: none;
}
.servicebar a.serv-centers {}
/*a.button,*/
/*.button {  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;}
*/
/*.positioning a.button:hover, a.button:hover {
   border: 3px solid rgba(14, 229, 255, 0.78);
}*/


/*BUTTOn HOVER Overrides*/


a.button:hover, a.button:focus, .custom-button:hover, .custom-button:focus {
	
/*  background-color: var(--secondaryColor);*/
/*	background-color:#470280!important;*/
/*  color: var(--secondaryColor-text);
	*/
 
}



.herographic a.register {
  max-width: 210px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase !important;
  background-color: var(--fifthColor);
  color: var(--fifthColor-text);
  box-shadow: #fff 0 0 16px;
  width: 12.5rem;
}
.herographic a.register:hover {
  background-color: var(--secondaryColor);
  color: var(--secondaryColor-text);
  text-decoration: underline;
  box-shadow: var(--secondaryColor) 0 0 10px, #fff 0 0 32px;
}
.servicebar a.register {
  /* display: none; */
  text-decoration: none;
  text-align: center;
  background-color: var(--fifthColor);
  color: var(--fifthColor-text);
  text-transform: uppercase;
  width: 12.5rem;
}
.servicebar a.exhibit, .servicebar a.sendinfo, .servicebar a.serv-centers {
/*  border: 0px;*/
  letter-spacing: .02rem;
  margin-right: .5rem;
  background-color: var(--fourthColor);
  color: var(--fourthColor-text);
  width: 12.5rem;
}
.servicebar a.register:hover {
  background-color: var(--secondaryColor);
  color: var(--secondaryColor-text);
  text-decoration: underline;
}
.servicebar a.exhibit:hover {
  background-color: var(--secondaryColor);
  color: var(--secondaryColor-text);
  text-decoration: underline;
}
.servicebar a.button:hover {
  background-color: var(--secondaryColor);
  color: var(--secondaryColor-text);
  text-decoration: underline;
}




a.button, .custom-button {
 
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
/*	border:1px solid #FFD762;*/

}








@media (max-width: 768px) {
  /* .servicebar a.button {
    float: left;
  }
  .servicebar a.register {
    clear: left;
  }*/
  .servicebar {
    margin-top: 0;
    display: block;
    float: left;
    padding: .5rem;
    padding-top: 0;
    margin-bottom: 1rem;
  }
}
/*End Special button 
*/
#carousel-wide-section {
  background-color: white;
}


#carousel-wide-section .item img {
    padding: 2rem;
   
    height: auto !important;
}
	
.header-container {
  background-color: transparent;
  /*padding: 0; */
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 0px;
  margin: 0 auto;
}
.conf_logo {
  width: 360px;
  margin-top: 1rem;
  padding-bottom: 2rem;
  padding-left: .4rem;
  float: left;
}
.conf_logo a img {
  width: 100%;
  max-width: 100%;
}
.block20 {
  float: right;
  width: 6rem;
  background-size: 100%;
}
.block20 img {
  margin-bottom: -9rem;
}
.locationimage {
  margin: 4rem auto 4rem;
  max-width: 670px;
}
.locationimage img.large_hero {
  display: block;
}
.locationimage img.small_hero {
  display: none;
}
.positioning a {
  color: #f23f96;
  background-color: #001d39;
}
.positioning {
  box-shadow: 0 0 50px 15px rgba(71, 171, 224, 0.3);
  box-shadow: 0 0 20px 5px rgba(71, 171, 224, 0.3);
  text-align: left;
  max-width: 925px;
  max-width: 525px;
  clear: both;
  background: rgba(0, 29, 57, .7);
  color: #FFF;
  padding: .0rem 1rem .5rem;
  margin: 1.5rem auto 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
/*.positioning:hover {
  background: rgb(237, 110, 171);
  background: linear-gradient(90deg, rgba(237, 110, 171, 1) 0%, rgba(255, 146, 135, 1) 100%);
  color: #000;
}*/
.positioning a.button:hover, .positioning a:hover {
  color: rgba(237, 119, 101, 1);
}
.positioning p {
  width: 100%;
  padding-bottom: 0;
  font-family: helvetica;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffeee2;
}
.positioning h3 {
  color: #FFF;
}
/*QUICKNAV AND SIDENAV*/
#side_nav_menu li:first-child, #quicklink_nav li:first-child {
  margin-left: 0;
}
#main_side_nav ul, #quicklink_nav ul {
  margin-left: 0.7rem
}
#side_nav_menu li, #quicklink_nav li {
  margin-left: .5rem;
  list-style: none;
}
#main_side_nav, #quicklink_nav {
  font-family: helvetica;
}
#main_side_nav a, #quicklink_nav a {
  font-size: 1rem;
}
#quicklink_nav {
  margin-top: 2rem;
}
#main_side_nav a.current_page, #side_nav_menu li:first-child, #quicklink_nav li:first-child {
  color: var(--textColor);
  font-weight: 400;
  text-align: left;
  list-style: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #000;
  /*  text-decoration: underline;*/
}
.edu_ind img {
  padding-bottom: 2.5rem;
  clear: left;
}
@media (max-width: 575.98px) {
  #main_side_nav a.current_page, #side_nav_menu li:first-child, #quicklink_nav li:first-child {
    text-align: center;
  }
}
#main_side_nav ul li, #quicklink_nav ul li {
  list-style: none;
  margin-left: 0;
}
.caps {
  text-transform: capitalize;
}
.herographic object {
  width: 425px !important;
  float: right;
}
.yearholder {
  clear: both;
  width: 100%;
  height: .1rem;
  overflow: visible;
}
.yearholder img {
  margin-top: -31.5rem;
  margin-left: -1.4rem;
  width: 275px;
  float: left;
}
.cubeholder {
  clear: both;
  width: 100%;
  height: .1rem;
  overflow: visible;
}
.cubeholder img {
  margin-top: -26rem;
  /* margin-left: -5rem; */
  width: 130px;
  float: right;
  margin-right: 21rem;
}
.coneholder {
  clear: both;
  width: 100%;
  height: .1rem;
  overflow: visible;
}
.coneholder img {
  margin-top: -11rem;
  width: 250px;
  float: right;
  margin-right: 4rem;
}
#custom-content-bigthings-section row div {
  overflow: hidden;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .body-inner .herographic {
    height: auto;
    background-position: center top;
    padding-bottom: 0.7rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  #header-section {
    background-position: 60%;
    max-width: 100%;
  }
  .header-container {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0rem;
  }
  .servicebar {
    margin-top: 0;
    padding-top: 0; margin-bottom:0;
  }
  .servicebar p {
    margin-top: 0;
    padding-top: 0;     margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*Medium devices (tablets, less than 910px)*/
@media (max-width: 910px) {
  #carousel-wide-section h2 {
    clear: both;
  }
  #carousel-wide-section .section-title-container h2 {
    width: 100%;
  }
  .conf_logo {
    width: 100%;
    margin-right: 0;
    float: left;
    padding-left: 0;
  }
  .conf_logo a img {
    max-width: 360px;
  }
  .servicebar a.button {
    float: none;
  }
}

/*Medium devices (tablets, more than 990px)*/
@media (min-width: 990px) {
  .servicebar {
    padding-top: 0;
    max-width: 436px;
    margin-top: 1.5rem;
  }
	
	
	.servicebar a.exhibit, .servicebar a.sendinfo, .servicebar a.serv-centers {
/*  border: 0px;*/
float:right;
}
}
/*Medium devices (tablets, less than 768px)*/
/* @media (max-width: 769px) {
  .herographic {
    width: 100%;
  }
} */
/*@media (max-width: 700.98px) {
  .conf_logo {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}*/
@media (max-width: 576px) {
  #header-section, .body-inner #header-section {}
  #admin-page-content a.button {
    width: 100%;
    margin-left: 0;
  }
  .conf_logo {
    padding: 0 1rem 0.5rem;
  }
  .portal {
    padding-right: 0;
    padding-left: 0;
  }
  .portal div {
    padding: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .servicebar {
    padding-left: .4rem;
  }
  .servicebar a.button {
    width: auto;
    max-width: 49%;
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: .9rem;
  }
  .servicebar a.button.exhibit {
    margin-right: .4rem;
  }
}
/*NAV EXCEPTIONS*/
#custom_top_nav ul li:nth-child(4) {
  /* margin-right: 40px;
    padding: 14px 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;*/
  /* display: none; */
}
/*TEMP PRE_LAUNCH STYLES*/
/*.servicebar a.register {
  display: none;
}*/
/*.hero-text a.button  {display:none;} 
*/
.positioning {
  display: none;
}
/* END TEMP PRE_LAUNCH STYLES*/
#cookieBar p {
  max-width: 59vw;
  margin: 0 auto;
}
#clickAgreeCookie {
  color: var(--primaryColor-text);
}
#cookieBar {
  /*background-color: #38268a !important;*/
  border: 3px solid #afde79;
  padding: 1.5rem !important;
  background: #000;
  min-width: auto !important;
  margin: 1rem auto;
  display: block;
  text-align: center;
  /* border-radius: 2px; */
  z-index: 99999;
  height: auto;
  padding: .5rem 3rem;
  width: 100%;
}
.ConsentText {}
#cookieBar p {
  /* max-width: 59vw; */
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  width: 100%;
  padding: 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
#cookieBar p a {
  color: #FFF;
}
.ConsentButton #clickAgreeCookie {
  background-color: #ffd44c;
  color: #000;
  margin: auto !important;
  /* border-radius: 28px;*/
  /*border: 3px solid rgba(26, 213, 255, 1.00);*/
  width: 100% !important;
  max-width: 300px;
  font-family: 'Inter', Helvetica, Arial, 'sans-serif' !important;
  font-size: 1.2rem;
  letter-spacing: .02rem;
  padding: 0.68rem 1rem 0.65rem !important;
  text-transform: uppercase;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 701px) {
  .ConsentButton #clickAgreeCookie {
    width: 100% !important;
    max-width: 380px;
  }
}
@media (min-width: 991px) {
  .content1 img.cont, .content3 img.cont {
    padding: 0 0 2rem 5rem;
  }
  .content2 img.cont {
    padding: 0 5rem 2rem 0;
  }
}
/*md (landscape phones, less than 991px)*/
@media (max-width: 991px) {
  #cookieBar p {
    text-align: center;
    max-width: 100%;
  }
  .ConsentText {
    float: none;
    width: 100%;
  }
  .body-inner .herographic {
    background-size: 100%;
    border: 1px solid pink;
  }
  .servicebar {
    margin-top: 0; text-align:left;
  }
	
	.conf_logo {
   
		padding-bottom: .3rem;}
}
	
	
	
@media (max-width: 901px) {
  .herographic {
    /* border: 1px solid lightgreen;*/
    padding: 0 1rem;
    background-position: left top 0.2rem;
    text-align: center;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .coneholder img {
    /* margin-top: -11rem;
    width: 250px;*/
    float: none;
    /*margin-right: 4rem;*/
  }
  .yearholder {
    display: none;
  }
  .herographic .hero-text {
    margin-top: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .hero-text h1 span {
    color: #ffe3bb;
    display: block;
    width: 350px;
  }
  .hero-text h1 {
    display: block;
    text-align: left;
    font-size: 2.2rem;
    margin: 0 .5rem;
  }
  .hero-text p {
    max-width: /*278px*/ 100%;
    
    text-align: left;
    padding: 0;
    padding-bottom: 1rem;
    margin: 0 .5rem;
    line-height: 1.5rem;
  }
  .hero-text a.button {
    display: block;
    margin: 0 .5rem;
  }
  .herographic object {
    float: left;
    width: 100% !important;
    max-width: 390px;
    margin: 1rem 1rem;
    margin: 0 1.5rem !important;
  }
  .cubeholder img {
    margin-top: -25rem;
    margin-left: 0;
    float: none;
    /* margin-right: 19rem; */
    width: 120px;
  }
}
@media (max-width: 601px) {
  .cubeholder {
    display: none;
  }
  .hero-text {
    float: none !important;
  }
  .herographic object {
    /*  float:none;*/
  }
}
@media (max-width: 462px) {
  #main_side_nav a.current_page {
    text-align: center;
  }
  #main_side_nav ul#side_nav_menu {
    text-align: center;
  }
  .hero-text p {
    margin: 0 1rem;
  }
  .hero-text h1 {
    margin: 0 1rem;
  }
  .herographic .hero-text a.button {
    display: none;
  }
  .herographic object {
    float: left !important;
  /*  margin: 0 !important;*/
    width: 100%;
    margin: 0 1.5rem;
    padding: 1rem;
  }
  .hero-text h1 span {
    width: 100%;
  }
  .hero-text h1 {
    display: block;
    text-align: left;
    font-size: 1.76rem;
    line-height: 1.9rem;
  }
  .coneholder img {
    margin-top: -10rem;
    width: 170px;
    float: right;
    margin-right: 7rem;
  }
  .keynote-area img {
    padding: 0;
    margin: 1rem;
    max-width: 100% !important;
  }
}
/* CUSTOM TOP NAV
============================================================================================*/
/* all styles are in navigation_top_custom.css */
/* SPLIT SIDE NAV
===========================================================================================================*/
/* all styles are in navigation_split_custom.css */
/* FEATURED BIG THINGS
===========================================================================================================*/
#custom-content-keynote-section, #custom-content-bigthings-section {
  background-color: #fff;
}
#custom_top_nav {
  max-width: 100% !important;
	/*    border-bottom: 2px solid #e0ae24;*/
}
#custom_top_nav ul {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
#custom-content-bigthings-section p { /*margin:2rem; margin-top:3rem;*/ font-size: 1.3rem;
  max-width: 400px;
}
#custom-content-bigthings-section img {
  max-width: 100%;
}
.content2 p {
  text-align: right;
}
.content1 p, .content1 a {
  color: #FFF;
}
.content2 p, .content2 a {
  color: #FFF;
}
.content3 p, .content3 a {
  color: #FFF;
}
.content1 p, .content3 p {}
.content2 p {
  float: right;
}
/*sm (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  #custom-content-bigthings-section p {
    margin: 1rem;
    margin-top: 1rem;
  }
  .content2 p {
    text-align: auto;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  #custom-content-bigthings-section p {
    margin: 0;
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
#custom-content-bigthings-section {
  padding-bottom: 2rem;
  /*  background: url(../../../images/sitelook/color_pattern_11.svg);*/
  background-size: auto 1600px;
}
#custom-content-bigthings-section .row {
  padding-top: 2rem;
}
#custom-content-bigthings-section div.lens {
  clip-path: circle(40% at 50% 50%);
  /*width: 400px;
    height: 400px;*/
  margin-bottom: 1rem;
  overflow: hidden;
  margin-left: -.6rem;
}
#custom-content-bigthings-section .bigtasks div.lens {
  background-color: #E42611;
  color: #E42611;
}
#custom-content-bigthings-section .bigsteps div.lens {
  background-color: #8ab53f;
  color: #8ab53f;
}
#custom-content-bigthings-section .bigideas div.lens {
  background-color: var(--secondaryColor);
}
#custom-content-bigthings-section img.tagline {
  margin: 1.5rem;
}
#custom-content-bigthings-section .lens img {
  width: 100%;
  height: auto;
  clip-path: circle(38% at 50% 50%);
}
/*TICKET SCHEDULE STYLES*/
a.ticket {
  background: url(../images/content/ticket1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  margin: 0 .3rem;
	vertical-align: middle;
}
img.ticket {
  width: 22px;
  height: 22px;
  display: inline-block;
  /* margin: -.4rem .3rem; */
  margin-bottom: 0;
  margin-top: -14px;
  margin-left: .1rem;
  margin-right: .3rem;
}
img.inline-ticket {
  width: 22px;
  margin: 0;
}
div.ticket {
  background: url(../images/content/ticket1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  float: none;
  margin: .3rem .3rem -0.3rem .3rem;
}
ul.nobullet {
  list-style-type: none;
  margin-top: -0.5rem;
  padding-top: 0;
}
.form-table td a {
  display: inline-block;
}
input[type=submit], input[type=reset], input[type=button] {
  border-radius: 4px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
  padding: 10px 18px;
  font-weight: bold !important;
  font-size: 16px !important;
}
/*md (landscape phones, less than 991px)*/
@media (max-width: 991px) {
  #custom-content-bigthings-section img.tagline {
    margin-left: 0;
    max-width: 220px;
  }
  .bigtasks p {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .bigideas p {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .bigsteps p {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
}
/*sm (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  #custom-content-bigthings-section img.tagline {
    margin-top: 0;
    margin-right: 0;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /*#custom-content-bigthings-section img.tagline {}*/
  #custom-content-bigthings-section div.lens {
    clip-path: circle(38% at 50% 50%);
    width: 100%;
    height: auto;
    margin: 0;
  }
}
/* CUSTOM CONTENT - KEYNOTE SPEAKERS h
===========================================================================================================*/
#custom-content-keynote-section {
  /*background-color:var(--siteBkgColor);*/
  /*  background:  #F7E7C6;*/
  /* background-size: auto 1600px;*/
  padding: 1.5rem 0 1.5rem 0;
  margin-top: -2px;
  ;
}
#custom-content-bigthings-section h4 {
  margin-top: 2px;
}
#custom-content-keynote-section div.lens {
  /*clip-path: circle(150px at 50% 50%);
    width: 300px;
    height: 300px;
    margin-bottom: 1rem;
    overflow: hidden;
    margin: 0 auto;*/
  clip-path: circle(38% at 50% 50%);
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eda820;
  max-width: 300px;
  margin: 0 auto;
}
#custom-content-keynote-section .lens img {
  width: 100%;
  height: auto;
  clip-path: circle(36% at 50% 50%);
}
/*.custom-content-keynote-section-container {  }*/
#custom-content-keynote-section .section-title-container {
  background-color: transparent;
}
#custom-content-keynote-section .section-title-container h2 {
 
  font-size: 1.8rem;
  text-align: center;
  /* text-transform: uppercase;*/
  letter-spacing: 1px;
  padding-bottom: 1.5rem;
}
.section-title-container h2 {
	
	line-height:6rem; margin-top:0;
	
	
}
.section-title-container img {}
.keynote-area {
  padding: 1rem 0;
  /*  width: 350px;*/
  margin: 0 auto;
}
.keynote-area a, .keynote-area h5, .keynote-area h3, .keynote-area p {
  display: block;
  color: var(--fifthColor);
}
.keynote-area p {
  color: #001d39;
}
.keynote-area .keytitles p, .keynote-area {
  color: #000;
}
.keytitles h3 a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
}
.keynote-area .keytitles p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.keynote-area .keytitles h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 1.2rem;
  color: #ae3234 !important;
}
.keynote-area img {
/*  max-width: 100%;*/
  /*margin: 0 1rem;
    margin-left: 1rem;
    margin-left: 0;
    float: left;*/
  padding: 2rem;
  max-width: 400px;
}
.keynote-area p {
  /* font-size: 1rem;*/
  margin: .3rem auto;
}
.custom-content-keynote-container div.heads {
  text-align: center;
}
/*.custom-content-keynote-container  div.heads h2 {display:none; }*/
.custom-content-keynote-container div.heads img {
  align-content: center;
  max-width: 570px;
  margin-top: 4rem;
}
div.logo-right img {
  max-width: 220px;
  float: right;
  margin: 1.5rem;
  vertical-align: top;
}
@media (min-width: 1000px) {
  .keynote-area div.image {
    display: inline-block;
    max-width: 400px;
    margin-right: 1rem;
    vertical-align: top;
  }
  div.keytitles {
    display: inline-block;
    max-width: 640px;
  }
  div.keytitles h3 {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .keynote-area {
    text-align: center;
    max-width: 560px;
  }
}
@media (max-width: 770px) {
  .custom-content-keynote-container div.heads img {
    max-width: 480px;
  }
}
@media (max-width: 575.98px) {
  .keynote-area {
    text-align: center;
    max-width: 100%;
  }
  .custom-content-keynote-container div.heads img {
    max-width: 100%;
  }
  #custom-content-keynote-section div.lens {
    clip-path: circle(50% at 50% 50%);
    width: 100%;
    height: auto;
    margin: 0;
  }
  .keynote-area a, .keynote-area h5, .keynote-area h3, .keynote-area p {
    display: block;
    width: 100%;
  }
  .keynote-area {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
/* PAGE CONTENT (SIDE COL and ADMIN) - GENERAL OVERALL SECTION
===========================================================================================================*/
#content-section {
  background-color: var(--siteBkgColor);
  padding: 2.5rem 0 3.5rem 0;
}
#intro-content-section {
  background-color: #2c2a29;
  padding: 0;
  text-color: #141b4d !important;
  border-bottom: 2px solid #ccc;
}
#navbarNav {}
#navbarNav ul {
  text-align: center;
}
#nav-section {
  /*	3px solid rgba(26,213,255,1.00)*/
  /* box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.5); */
}
img.catalystplus {
  float: right;
  max-width: 300px;
  margin: 2.5rem 0 1.5rem 3rem;
  clear: left;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  #intro-content-section {
    /*  background-color: #e3e48d;*/
    padding: 0 0 0 0;
    /*  text-color: #141b4d !important;*/
  }
  .footer-logo {
    margin: 0 auto;
    padding: 1.25rem 0;
  }
  img.catalyst {
    float: left !important;
    max-width: 300px;
    margin: 1rem 100% 1.5rem 0 !important;
  }
  img.catalystplus {
    float: none !important;
    max-width: 100% !important;
    margin: 1rem 0 1rem 0 !important;
  }
}
.plus_minus_icon img {
  margin-top: -4px;
  margin-left: 5px;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-weight: bold;
}
/* MAIN ADMIN CONTENT - GENERAL
===========================================================================================================*/
/*#admin-page-content {
  background-color: transparent;
}
.admincontent9, .admincontent12 {
  padding: 15px 15px;
  margin-bottom: 1.75rem;
}
/*Extra small devices (portrait phones, less than 576px)*/
/*@media (max-width: 575.98px) {
    .admincontent9, .admincontent12 {
  padding: 0 15px;
  margin-bottom: 1.75rem;
}
}*/
/* SIDE COLUMN - GENERAL
===========================================================================================================*/
#side-column-content {
  background-color: transparent;
}
.sidecolumn3 {
  padding: 15px 0;
}
.side-col-items {
  background: transparent;
  margin: 0;
  padding: 0;
}
.side-col-headers {
  background-color: #FFF;
  padding: 0 0 0.25rem 0;
  border-bottom: 0 solid #EBEBEB;
  margin-bottom: 0.85rem;
  display: none;
}
.side-col-header-text {
  font-size: 1.4rem;
  color: var(--textColor);
  font-weight: 400;
  text-align: left;
}
/* SIDE COLUMN - SIDE NAV (only if side nav is called and used)
===========================================================================================================*/
/*.nav-side-area {
  padding-bottom: 3rem;
}*/
/* SIDE COLUMN - QUICK LINKS
===========================================================================================================*/
.quick-links-area {
  padding-bottom: 3rem;
}
.quick-links ul {
  padding-left: 20px;
  margin: 0;
  padding: 0;
  margin-left: 1.25rem;
}
.quick-links ul li {
  text-align: left;
  line-height: 1.5rem;
  list-style-type: disc;
  padding-bottom: .75rem;
}
.quick-links ul li a {
  color: var(--navside-secondaryColor);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
}
.quick-links ul li a:hover, .quick-links ul li a:focus {
  color: var(--navside-thirdColor);
  text-decoration: underline;
}
/* SIDE COLUMN - CAROUSEL SPONSOR (one image at a time)
===========================================================================================================*/
.sponsor-col-area {
  background-color: transparent;
  padding-bottom: 4rem;
}
#carousel-sponsor-col img {
  margin: 1rem;
}
.view-partners {
  text-align: left;
  padding-left: .4rem;
  font-size: 16px;
}
@media (max-width: 910px) {
  .view-partners {
    text-align: center;
    padding-left: .4rem;
    font-size: 16px;
  }
}
/* === overrides here to owl_overrides.css === */
.owl-theme .owl-nav {
  display: none;
}
#carousel-sponsor-col .owl-prev, #carousel-sponsor-col .owl-next {
  position: relative;
}
#carousel-sponsor-col .owl-theme .owl-nav {
  margin-top: 10px;
}
#carousel-sponsor-col .owl-prev {
  left: -15px;
}
#carousel-sponsor-col .owl-next {
  right: -15px;
}
#carousel-sponsor-col .item {
  height: 180px !important;
  width: auto;
}
#carousel-sponsor-col .item img {
  max-width: 220px !important;
  /*  height: 180px !important;*/
  width: 90%;
  margin: 0 !important;
  padding: 1rem 0 !important;
}
#carousel-sponsor-col .owl-carousel.owl-loaded {
  height: 9.5rem;
}
/*#carousel-sponsor-col .partner-carousel-img { 
    width: 230px !important; 
    height: auto;
}*/
/* SPONSOR WIDE CAROUSEL OWL
===========================================================================================================*/
#carousel-wide-section {
  padding: .5rem 0 5.5rem 0;
  background-color: #FFF;
}
.carousel-wide-container {
  background-color: #FFF;
}

#carousel-wide-section .section-title-container img {
  max-width: 480px;
}
#carousel-wide-section .section-title-container .col-12 {
  text-align: center;
}
#carousel-wide-section .section-title-container {
  background-color: transparent;
}

#carousel-wide-section h2 a {
  color: var(--secondaryColor);
}
#carousel-wide-section .section-title-container h2 a {
  /*  color: var(--fifthColor);*/
  font-size: 3rem;
  text-decoration: none;
  font-family: "Monsante";
  text-transform: uppercase;
  pointer-events: none;
	padding: 0.5rem; 
	background-color: #FFDA9A;
	display:block; width:100%; text-align:center; 
	
 
}
#carousel-wide-section span.zub {
  font-size: 2rem; /* font-family: "Inter", sans-serif; */
}
#carousel-sponsor-wide .item a {
  width: 100%;
}
/* === overrides === */
#carousel-sponsor-wide .item {
  height: 250px !important;
}
#carousel-sponsor-wide .item img {
  max-width: none;
  margin: 0 !important;
  padding: 1.5rem;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  #carousel-sponsor-wide .item {
    height: 200px !important;
  }
  #carousel-sponsor-wide .item img {
    height: 200px !important;
  }
}
/* FOOTER 
===========================================================================================================*/
#footer-section {
  color: #FFF;
  background-color: #000;
  padding: 0;
  /*  margin-top: 4rem;*/
  font-size: 1rem;
}
.footer-container {
  background-color: transparent;
  padding: 0.25rem 0;
}
.footer-logo {
  width: 190px;
  padding: 1rem 0;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .footer-logo {
    margin: 0 auto;
    padding: 1.25rem 0;
  }
}
/*== Footer social media styles ==*/
#footer-section .social-media-links {
  text-align: right;
}
#footer-section .social-media-links a {
  text-decoration: none;
  display: inline-block;
  margin: 0 .5rem;
}
.social-media-links img {
  width: 30px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #footer-section .social-media-links {
    text-align: center;
    padding: 1.25rem 0;
  }
}
/* eSHOW FOOTER
===========================================================================================================*/
#footer-eshow-section {
  background-color: #ccc;
  padding: 0;
}
.footer-eshow-container {
  background-color: transparent;
  padding: 1.5rem 0;
}
.footer-text {
  color: var(--textColor);
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}
.footer-text a {
  color: var(--linkcolor);
  text-decoration: underline;
}
.footer-text a:hover, .footer-text a:focus {
  color: var(--thirdColor);
}
.eshow-footer-logo {
  padding: 0.5rem;
  max-width: 170px;
  width: 170px;
}
/* TO DELETE - TEMPORARY AS THIS IS IN MODULES CSS - BACK TO TOP
===========================================================================================================*/
#back-top {
  bottom: 30px;
  margin-bottom: 0;
  margin-right: 15px;
  position: fixed;
  right: 0;
  z-index: 100;
  display: none;
}
#back-top a {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./images/sitelook/arrow-up.png);
  display: block;
  height: 50px;
  outline: medium none;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  z-index: 0;
  text-align: center;
}
/*===========================================================================================================*/
#KZMVL {
  background-color: #ffffff;
  color: #000000;
}
/*@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 970px;  
    }
}*/
#DLDBI {
  background-color: #ccc;
  color: #000000;
  padding: 100px;
}
#DLDBI .container {
  max-width: 860px !important;
}
#ZPWGX {
  background-color: #ffffff;
  color: #000000;
  padding: 40px;
}