.col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-right {
    text-align: right !important;
  }
}
.home .container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 1300px) {
  .home .container {
    max-width: 1240px;
  }
}
.home h1,
.home .h1 {
  font-size: 57px;
  font-weight: 50;
  line-height: 62px;
  margin-bottom: 2rem;
  text-transform: none;
}
.home section:not(#sponsors-include) h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 5px;
  text-transform: none;
}
.home .text {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 23px;
}
.var19.theme21.theme22.page .main-nav-menu .nav-register-button .nav-menu-item-link, .var19.theme21.theme22 a.nav-register-button {
  border-radius: 32px;
}
.var19.theme21.theme22 a.nav-register-button {
  padding: 20px 15px 10px !important;
}
.home a.button {
  background-color: #00a7e1;
  border: 2px solid transparent;
  border-radius: 32px;
  color: #0d274d;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin: 12px 0 35px;
  padding: 6px 33px !important;
  text-align: center;
  text-decoration: none;
}
.home a.button:hover {
  background-color: transparent;
  border-color: #00a7e1;
  color: #fff;
  text-decoration: none;
}
.home a.button.blue {
  background-color: #00a7e1;
  color: #0d274d;
}
.home a.button.blue:hover {
  background-color: transparent;
  border-color: #00a7e1;
  color: #fff;
}
.home a.button.sky-blue {
  background-color: #00bceb;
  color: #ffffff;
}
.home a.button.sky-blue:hover {
  background-color: #00bceb;
  border-color: #ffffff;
  color: #fff;
}
.home a.button.sky-blue.light {
  background-color: #00bceb;
  color: #fff;
}
.home a.button.sky-blue.light:hover {
  background-color: #00bceb;
  border-color: #0d274d;
  color: #fff;
}
.home a.button.white {
  background-color: #fff;
  color: #0d274d;
}
.home a.button.white:hover {
  background-color: #fff;
  border-color: #0d274d;
  color: #0d274d;
}
.home a.button.hollow {
  background-color: transparent;
  border: 2px solid #0076d5;
  color: #0076d5;
}
.home a.button.hollow:hover {
  background-color: #0076d5;
  color: #fff;
}
.home a.button.hollow.white {
  border-color: #fff;
  color: #fff;
}
.home a.button.hollow.white:hover {
  background-color: #fff;
  color: #000c21;
}
.home a.button.hollow.blue {
  border-color: #00a7e1;
  color: #00a7e1;
}
.home a.button.hollow.blue:hover {
  background-color: #00a7e1;
  color: #000c21;
}
.home a.button.hollow.sky-blue {
  border-color: #00bceb;
  color: #00bceb;
}
.home a.button.hollow.sky-blue:hover {
  background-color: #00bceb;
  color: #fff;
}
.home .arrow-underline, .home .underline {
  border-bottom: 2px solid #fff;
}
.home .arrow-underline:hover, .home .underline:hover {
  border-bottom-color: transparent;
}
.home .arrow-underline::after {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/arrow-right.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  width: 14px;
}
.home .arrow-underline.dark, .home .underline.dark {
  border-bottom-color: #494949;
}
.home .arrow-underline.dark:hover, .home .underline.dark:hover {
  border-bottom-color: transparent;
}
.home .arrow-underline.dark::after {
  background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/arrow-right-dark.svg");
}

#section-hero {
  background:#011833;
  padding-bottom: 60px;
  color: #fff;
  position: relative;
}
/*#section-hero {
  background: #051c2c url("/c/dam/r/ciscolive/assets/home/2022/i/all-in.svg") no-repeat center top;
  background-size: 140%;
  color: #fff;
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  #section-hero {
    background-position: center 30px;
    background-size: auto;
    min-height: 500px;
  }
}*/
#section-hero .col-12.first {
  margin-top: 100px;
  padding-top: 5%;
}
/*576*/
@media screen and (min-width: 600px) {
  #section-hero .col-12.first {
    padding-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  #section-hero .col-12.first {
    padding-top: 17%;
  }
}
@media screen and (min-width: 1300px) {
  #section-hero .col-12.first {
    padding-top: 215px;
  }
}
#section-hero .col-12 {
  max-width: 990px;
}/*800px*/
#section-hero h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
#section-hero p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 23px;
  padding: 0;
}
#section-hero p a {
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
#section-hero p a:hover {
  border-bottom: 2px solid transparent;
}

#section-countdown {
  background: #0076d5 url("/c/dam/r/ciscolive/assets/home/2022/i/countdown-bg.svg") no-repeat right center;
  background-size: auto 100%;
  color: #fff;
}
#section-countdown .col-12 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #section-countdown .col-12 {
    flex-wrap: nowrap;
  }
}
#section-countdown h3,
#section-countdown .countdown {
  padding: 30px 5%;
  text-align: center;
}
#section-countdown h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #section-countdown h3 {
    padding-bottom: 30px;
  }
}
#section-countdown ul {
  display: inline-block;
}
#section-countdown li {
  font-size: 50px;
  font-weight: 50;
  line-height: 1;
  list-style: none;
  min-width: 60px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #section-countdown li {
    float: left;
    font-size: 70px;
  }
}
#section-countdown li:first-child {
  padding-left: 0;
}
#section-countdown li:last-child {
  padding-right: 0;
}
#section-countdown li div {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
}

/*2023*/


.section-std-2023 {
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: 495px;
}
.section-std-2023 .left {
	padding-top: 40px;
}
.section-std-2023 .left .h1 {
  font-weight: bold;
}
.section-std-2023 .right p {
  font-size: 26px;
  line-height: 36px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .section-std-2023 .left .h1 {
	font-size: 120px;
	line-height: 120px;
  }
  .section-std-2023 .right {
	padding: 130px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-std-2023 .right .h1 {
	font-size: 45px;
	line-height: 55px;
  }
  .section-std-2023 .right p {
	font-size: 20px;
	line-height: 30px;
  }
}

.section-registration-packages {
  background: #0189ac url("/c/dam/r/ciscolive/assets/home/2023/i/cl23-global-reg-pkg-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.section-registration-packages .row {
  align-items: center;
}
.section-registration-packages .h1 {
  color: #fff;
}
.section-registration-packages .text-col p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-registration-packages .d-sm-none {
  flex-basis: 38%;
  flex-grow: 0;
}
.section-registration-packages .image-container {
  position: relative;
}
.section-registration-packages .image-container > div {
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .section-registration-packages .image-container .row .col {
	padding: 0;
  }
  .section-registration-packages .image-container > div {
    position: absolute;
    text-align: center;
  }
  .section-registration-packages .image-container > div.first {
    left: 3.33%;
	right: 72.8%;
	top: 50.33%;
  }
  .section-registration-packages .image-container > div.second {
    left: 38%;
	right: 38%;
	top: 50.33%;
  }
  .section-registration-packages .image-container > div.third {
    left: 72.5%;
	right: 3.5%;
	top: 50.33%;
  }
  .section-registration-packages .image-container > div h3 {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1300px) {
  .section-registration-packages .image-container > div h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-registration-packages img {
  height: auto;
  width: 100%;
}

.section-sponsor-opps {
  background: #6ebe4a url("/c/dam/r/ciscolive/assets/home/2023/i/cl23-global-sponsor-opps-bg.jpg") no-repeat center center;
  background-size: cover; }
.section-sponsor-opps .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;}
  @media screen and (min-width: 1680px) { 
	.section-sponsor-opps .container {
      max-width: 1440px; }
  }
  .section-sponsor-opps img {
    width: 100%;
    margin: 0 auto; }
  .section-sponsor-opps .left {
    background: url("/c/dam/r/ciscolive/assets/home/2023/i/cl23-global-sponsor-opps.jpg") no-repeat bottom center;
    background-size: cover;
	min-height: 435px; }
  /*@media screen and (min-width: 1680px) { 
	.section-sponsor-opps .left {
      background-size: contain; }
  }*/
  .section-sponsor-opps .right {
  	padding: 60px 15px; }
  @media screen and (max-width: 768px) {
	.section-sponsor-opps .right {
      max-width: calc(100% - 30px);
	  padding-left: 15px;
	  padding-right: 15px;
	  margin: 0 auto; }
  }
  @media screen and (min-width: 768px) {
	.section-sponsor-opps .right {
	  padding: 60px; }
  }
.section-sponsor-opps .right p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-sponsor-opps .h1 {
  color: #fff; }

.section-on-demand {
  background: #fff url("/c/dam/r/ciscolive/assets/home/2023/i/cl23-global-on-demand-bg.png") no-repeat center center;
  background-size: cover;
}
.section-on-demand .h1 {
  color: #444; }
.section-on-demand .text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-on-demand .text {
  padding: 60px 15px;
}

/*reuse section-social*/


/*2022*/
.section-choose-your-pass {
  background-color: #fff;
  padding: 54px 0;
}
@media screen and (min-width: 768px) {
  .section-choose-your-pass {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .section-choose-your-pass {
    padding-top: 23px;
  }
}
/*.section-choose-your-pass.experience .image-container .row {
  padding: 0 15px;
}*/
.section-choose-your-pass .row {
  align-items: center;
}
.section-choose-your-pass .h1 {
  color: #494949;
}
.section-choose-your-pass p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}
.section-choose-your-pass.experience a:not(.button) {
  text-decoration: none;
}
.section-choose-your-pass.experience a:hover {
  text-decoration: none;
}
.section-choose-your-pass a {
  text-decoration: none;
}
.section-choose-your-pass .d-sm-none {
  flex-basis: 38%;
  flex-grow: 0;
}
.section-choose-your-pass .image-container {
  position: relative;
}
.section-choose-your-pass .image-container > div {
  color: #494949;
  margin-bottom: 15px;
}
/*576*/
@media screen and (min-width: 600px) {
  .section-choose-your-pass .image-container .row .col {
	padding: 0;
  }
  .section-choose-your-pass .image-container > div {
    color: #fff;
    position: absolute;
    text-align: center;
  }
  .section-choose-your-pass .image-container > div.in-person {
    left: 13%;
    right: 46%;
    top: 12.59%;
  }
  .section-choose-your-pass .image-container > div.online {
    left: 42.5%;
    right: 17.3%;
    top: 48.66%;
  }
  .section-choose-your-pass .image-container > div.odl {
    left: 18%;
    right: 48%;
    top: 19.59%;
  }
  .section-choose-your-pass .image-container > div.maps {
    left: 3%;
    right: 68%;
    top: 64.33%;
  }
  .section-choose-your-pass .image-container > div.keynotes {
    left: 45%;
    right: 18%;
    top: 67.33%;
  }
  .section-choose-your-pass .image-container > div.highlights {
    left: 58%;
    right: 10%;
    top: 23.62%;
  }
  .section-choose-your-pass .image-container > div.scheduler {
    left: 16%;
    right: 46%;
    top: 17.59%;
  }/*top: 20.59%;*/
  .section-choose-your-pass .image-container > div.wos {
    left: 2%;
    right: 67%;
    top: 53.33%;
  }/*top: 56.33%;*/
  .section-choose-your-pass .image-container > div.health {
    left: 44%;
    right: 17%;
    top: 55.33%;
  }/*top: 60.33%;*/
  .section-choose-your-pass .image-container > div.celebrate {
    left: 58%;
    right: 10%;
    top: 20.62%;
  }/*top: 24.62%;*/
  .section-choose-your-pass .image-container > div.full-conference {
    left: 19%;
    right: 46%;
    top: 24.59%;
  }
  .section-choose-your-pass .image-container > div.digital-pass {
    left: 61.5%;
    right: 3.5%;
    top: 24.2623%;
  }
  .section-choose-your-pass .image-container > div.explorer {
    left: 3.5%;
    right: 62%;
    top: 70.33%;
  }
  .section-choose-your-pass .image-container > div.it-leadership {
    left: 47.5%;
    right: 18.3%;
    top: 70.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  .section-choose-your-pass .image-container > div.in-person {
    top: 9.59%;
  }
  .section-choose-your-pass .image-container > div.online {
    top: 45.66%;
  }
  .section-choose-your-pass p {
	line-height: 20px;
  }
}
/*992 @media screen and (min-width: 1024px) {
  .section-choose-your-pass .image-container > div.in-person {
    left: 13%;
    right: 46%;
    top: 16.59%;
  }
  .section-choose-your-pass .image-container > div.online {
    left: 42.5%;
    right: 17.3%;
    top: 60.66%;
  }
}*/
.section-choose-your-pass .image-container > div h3 {
  line-height: 1.2;
  margin-bottom: 6px;
}
.section-choose-your-pass.experience .image-container > div a {
  line-height: 1.2;
  margin-bottom: 6px;
}
.section-choose-your-pass .image-container > div a {
  border-bottom: 2px solid #0076d5;
  color: #0076d5;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.section-choose-your-pass .image-container > div a:hover {
  border-bottom-color: transparent;
}
/*.section-choose-your-pass .image-container > div a::after {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/arrow-right-dark.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  width: 14px;
}*/
/*576*/
@media screen and (min-width: 600px) {
  .section-choose-your-pass .image-container > div h3 {
    font-size: 19px;
    line-height: 1.2;
  }
  .section-choose-your-pass.experience .image-container > div a {
    font-size: 19px;
  }
  .section-choose-your-pass .image-container > div a {
    border-bottom-color: #fff;
    color: #fff;
  }
  /*.section-choose-your-pass .image-container > div a::after {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/arrow-right.svg");
  }*/
}
/*992*/
@media screen and (min-width: 1024px) {
  .section-choose-your-pass.experience .image-container > div a {
    font-size: 24px;
  }
  /*.section-choose-your-pass .image-container > div a {
    font-size: 14px;
  }*/
  .section-choose-your-pass .image-container > div a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .section-choose-your-pass .image-container > div h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .section-choose-your-pass.experience .image-container > div a {
    font-size: 28px;
  }
  /*.section-choose-your-pass .image-container > div a {
    font-size: 18px;
  }*/
}
.section-choose-your-pass img {
  height: auto;
  width: 100%;
}

.section-testimonial {
  background-color: #fbab2c;
  color: #fff;
}
.section-testimonial.blue {
  background-color: #000c21;
  color: #fff;
}
.section-testimonial .col-12 {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/testimonial-bg.svg") no-repeat center center;
  background-size: contain;
  max-width: 1178px;
}
.section-testimonial.blue .col-12 {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/testimonial-bg-blue.png") no-repeat center center;
  background-size: contain;
  max-width: 1178px;
}
@media only screen and (min-width: 768px) {
  .section-testimonial .col-12 {
    background-position: center bottom;
  }
}
.section-testimonial h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  padding: 56px 20px 56px 30px;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .section-testimonial h3 {
    font-size: 24px;
    padding: 120px 55px 56px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .section-testimonial h3 {
    font-size: 30px;
  }
}
.section-testimonial h3 .author {
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  margin-top: 26px;
}

.section-lets-celebrate {
  background-color: #051c2c;
  color: #fff;
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .section-lets-celebrate {
    padding-bottom: 55px;
  }
}
.section-lets-celebrate .intro-text {
  margin-bottom: 0;
  text-align: center;
  max-width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
}
.section-lets-celebrate .intro-text h2 {
  color: #f5b335;
  margin-bottom: 20px;
}
.section-lets-celebrate .intro-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 23px;
}
.section-lets-celebrate .intro-text a {
  color: #fff;
}
.section-lets-celebrate .intro-text a:hover {
  text-decoration: none;
}
.section-lets-celebrate .bands {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/lets-celebrate-bg-mobile.jpg") no-repeat center bottom;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-lets-celebrate .bands {
	background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/lets-celebrate-bg.jpg") no-repeat center 25px;
	background-size: cover;
	max-width: 1600px;
  }
}
.section-lets-celebrate .bands p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
.section-lets-celebrate .bands img {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 400px;
}
.section-lets-celebrate .band {
  text-align: center;
}
.section-lets-celebrate .band p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.section-lets-celebrate .band img {
  margin: 0 auto -3px;
  width: 100%;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .section-lets-celebrate .band .right {
  	padding-top: 40px;
  }
}

/*narrow*/
.section-session-catalog.narrow {
  background-color: #fff;
  color: #fff;
  margin-bottom: 68px;
}
.section-session-catalog.narrow .col-12 > div {
  background: #051c2c url("/c/dam/r/ciscolive/assets/home/2022/i/session-catalog-bg.svg") no-repeat left center;
  background-size: auto 100%;
  padding: 55px 20px 38px;
  text-align: center;
}
.section-session-catalog.narrow p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 auto 15px;
  max-width: 500px;
}

.section-session-catalog.wide {
  background: #6dbd4a url("/c/dam/r/ciscolive/assets/home/2022/i/session-catalog-wide-bg.jpg") no-repeat left center;
  background-size: auto 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.section-session-catalog.wide .col-12 > div {
  padding: 55px 20px 38px;
  text-align: center;
}
.section-session-catalog.wide p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 auto 10px;
}

/*2col*/
.section-about {
  background-color: #051c2c;
}
@media screen and (min-width: 768px) {
  .section-about .container {
    background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/about-cisco-bg-small.jpg") no-repeat left top;
  }
}
@media screen and (min-width: 835px) {
  .section-about .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-cisco-bg.jpg");
    background-position-x: -30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), screen and (min-resolution: 192dpi) and (min-width: 768px) {
  .section-about .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-cisco-bg-small-2x.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 835px), screen and (min-resolution: 192dpi) and (min-width: 835px) {
  .section-about .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-cisco-bg-2x.jpg");
  }
}
.section-about a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-about .col-12 {
    padding: 0;
  }
}
.section-about .about-cisco-live,
.section-about .lets-celebrate {
  align-items: center;
  background-color: #0051af;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 53px 0 0;
}
@media screen and (min-width: 768px) {
  .section-about .about-cisco-live,
.section-about .lets-celebrate {
    border-radius: 50%;
    height: 444px;
    margin-top: 89px;
    width: 444px;
  }
  .section-about .about-cisco-live .h1,
.section-about .lets-celebrate .h1 {
    font-size: 48px;
	line-height: 53px;
  }
}
@media screen and (min-width: 835px) {
  .section-about .about-cisco-live,
.section-about .lets-celebrate {
    height: 565px;
    margin-top: 53px;
    width: 565px;
  }
  .section-about .about-cisco-live .h1,
.section-about .lets-celebrate .h1 {
    font-size: 57px;
	line-height: 62px;
  }
}
.section-about .about-cisco-live > div,
.section-about .lets-celebrate > div {
  padding: 50px 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-about .about-cisco-live > div,
.section-about .lets-celebrate > div {
    padding: 0;
    width: 70%;
  }
}
.section-about .about-cisco-live p,
.section-about .lets-celebrate p {
  margin-bottom: 15px;
  line-height: 24px;
}
.section-about .about-cisco-live a,
.section-about .lets-celebrate a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.section-about .lets-celebrate {
  background-color: #fbab2c;
  color: #494949;
  margin: 27px 0 50px auto;
}
@media screen and (min-width: 768px) {
  .section-about .lets-celebrate {
    margin-bottom: 0 0 79px auto;
  }
}
@media screen and (min-width: 835px) {
  .section-about .lets-celebrate {
    margin: 0 0 37px auto;
  }
}
@media screen and (min-width: 992px) {
  .section-about .lets-celebrate {
    margin: 0 0 0 auto;
  }
}
.section-about .lets-celebrate a {
  color: #494949;
}

.section-about-cl {
  background-color: #051c2c;
}
@media screen and (max-width: 768px) {
  .section-about-cl {
    background-color: #0051af;
  }
}
@media screen and (min-width: 768px) {
  .section-about-cl .container {
    background: transparent url("/c/dam/r/ciscolive/assets/home/2022/i/about-ciscolive-bg-small.jpg") no-repeat left top;
	min-height: 337px;
	background-position-x: 70px;
  }
  .apjc .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/apjc/images/2022/22-CLAPJC-about-ciscolive-bg-small.jpg");
  }
  .emea .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/emea/images/2023/cl23-emea-home-about-ciscolive-bg-small.jpg");
  }
}
@media screen and (min-width: 835px) {
  .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-ciscolive-bg.jpg");
    background-position-x: -30px;
	min-height: 550px;
  }
  .apjc .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/apjc/images/2022/22-CLAPJC-about-ciscolive-bg.jpg");
  }
  .emea .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/emea/images/2023/cl23-emea-home-about-ciscolive-bg.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), screen and (min-resolution: 192dpi) and (min-width: 768px) {
  .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-ciscolive-bg-small-2x.jpg");
  }
  .apjc .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/apjc/images/2022/22-CLAPJC-about-ciscolive-bg-small-2x.jpg");
  }
  .emea .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/emea/images/2023/cl23-emea-home-about-ciscolive-bg-small-2x.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 835px), screen and (min-resolution: 192dpi) and (min-width: 835px) {
  .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/about-ciscolive-bg-2x.jpg");
  }
  .apjc .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/apjc/images/2022/22-CLAPJC-about-ciscolive-bg-2x.jpg");
  }
  .emea .section-about-cl .container {
    background-image: url("/c/dam/r/ciscolive/emea/images/2023/cl23-emea-home-about-ciscolive-bg-2x.jpg");
  }
}
.section-about-cl a {
  text-decoration: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-about-cl .col-12 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-about-cl .col-12 {
    overflow-y: clip;
  }
}
.section-about-cl .about-cisco-live {
  align-items: center;
  background-color: #0051af;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 53px 0;
}
.section-about-cl .about-cisco-live .h1 {
    margin-top:30px;
}
@media screen and (min-width: 768px) {
  .section-about-cl .about-cisco-live {
    border-radius: 50%;
    height: 444px;
    margin-top: -70px;
	margin-bottom: 0;
    width: 444px;
  }
  .section-about-cl .about-cisco-live .h1 {
    font-size: 48px;
	line-height: 53px;
  }
}
@media screen and (min-width: 835px) {
  .section-about-cl .about-cisco-live {
    height: 565px;
    margin-top: -100px;
    width: 565px;
  }
  .section-about-cl .about-cisco-live .h1 {
    font-size: 57px;
	line-height: 62px;
  }
}
.section-about-cl .about-cisco-live > div {
  padding: 50px 25px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .section-about-cl .about-cisco-live > div {
    padding: 0 20px;
    width: 100%;
	text-align: center; 
  }
  .section-about-cl .about-cisco-live .h1 {
	margin-top: 0;
  }
  .section-about-cl .about-cisco-live {
    margin-bottom: 38px;
  }
}
.section-about-cl .about-cisco-live p {
  margin-bottom: 15px;
  line-height: 23px;
}
.section-about-cl .about-cisco-live a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.section-keynotes {
  background: #fff url("/c/dam/r/ciscolive/assets/home/2022/i/speakers-bg-multi.png") no-repeat right top;
  color: #051c2c;
  line-height: 23px;
  padding: 0 0 50px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .section-keynotes {
	background-size: 100% auto;
	max-width: 1600px;
  }
}
.section-keynotes .intro-text {
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  .section-keynotes .intro-text {
    width: 70%;
  }
}
@media screen and (min-width: 700px) {
  .section-keynotes .intro-text {
    width: 475px;
  }
}
@media screen and (min-width: 992px) {
  .section-keynotes .intro-text {
    width: 525px;
  }
}
.section-keynotes .intro-text p {
  margin-bottom: 10px;
}
.section-keynotes .speakers {
  margin-top: 17px;
}
.section-keynotes .speakers .col-sm-12 {
  margin-bottom: 45px;
}
.section-keynotes .speakers h3 {
  margin-bottom: 4px;
}
.section-keynotes .speakers p {
  font-size: 14px;
  line-height: 20px;
}
.section-keynotes .text-center {
  padding: 0 22px;
}
.section-keynotes img {
  margin: 0 auto 3px;
  max-width: 100%;
}

.section-social {
  background-color: #0051af;
  color: #fff;
  padding: 47px 0 42px;
}
.section-social a img {
  width: 50px;
}
@media screen and (min-width: 600px) {
  .section-social a img {
	width: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .section-social a img {
	width: auto;
  }
}
@media screen and (max-width: 992px) {
  .section-social {
	text-align: center;
  }
}
.section-social .social-icons .col {
  flex-grow: 0;
  padding: 23px 15px;
}
@media screen and (max-width: 1280px) {
  .section-social .social-icons .col {
	padding-left: 8px;
	padding-right: 8px;
  }
  .section-social .social-icons .col:first-of-type {
	padding-left: 0;
  }
  .section-social .social-icons .col:last-of-type {
	padding-right: 0;
  }
}
.section-social a {
  color: #fff;
  text-decoration: none;
}
.section-social a:hover img {
  opacity: .85;
}
.section-social h3 a, .section-social p a {
  border-bottom: 2px solid #fff;
}
.section-social h3 a:hover, .section-social p a:hover {
  border-bottom: none;
}
/*.section-social p {
  line-height: 23px;
  margin-bottom: 15px;
}*/
.section-social p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

/*#sponsors-include {display:none;}*/

.section-sponsors {
  background: #0051af none no-repeat right top;
  color: #fff;
  padding: 67px 0 53px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-sponsors {
    background-image: url("/c/dam/r/ciscolive/assets/home/2022/i/sponsors-bg.svg");
  }
}
.section-sponsors h3 {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .section-sponsors h3 {
  	text-align: center;
  }
}
.section-sponsors p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
}
.section-sponsors .row {
  justify-content: flex-start;
}
.section-sponsors .column {
  padding: 0 30px 30px 0;
}
.section-sponsors img {
  margin: 0;
  max-width: 100%;
}
.section-sponsors img.small {
  max-width: 185px;
}
.section-sponsors img.large {
  margin-bottom: 24px;
  max-width: 275px;
}