@charset "utf-8";
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/headlibs/default-header.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/headlibs/default-footer.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/base/basscss.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/base/clv0-base.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/base/thm-min.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/hero/clv-hero.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/why-attend/clv-why-attend.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/global-event/theme26-brand.css");
@import url("https://www.ciscolive.com/c/dam/r/ciscolive/assets/rf-portal/2026/rf-brand-2026.css");
/*testing
@import url("https://www-author.cisco.com/c/dam/r/ciscolive/global-event/theme26-brand.css");
@import url("https://www-author.cisco.com/c/dam/r/ciscolive/assets/rf-portal/2026/rf-brand-2026.css");
*/
/* CSS Document */
/*prevent scrolling to top when click form element - doesn't allow bg img to scroll so hiding* /
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
  html {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  html body {
    position: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  html {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  html body {
    position: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  html body {
    position: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  html body {
    position: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  html {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  html body {
    position: fixed;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }
}
/ *END prevent scrolling to top when click form element*/

/*TOPNAV*/
.hide {display: none !important;}
.left {float:left;margin-bottom:20px;}
.mt2 {margin-top:0 !important;}
.mt4- {margin-top:-40px;}
body {
  font-family: 'CiscoSans', sans-serif !important;
  line-height: 1.15;
  margin: 0;
  padding: 0;
 }
.navbar-logo-sm {
  height: 40px;
}
.navbar-menu {
}
.login-icon, .logout-icon {
  cursor: pointer;
}
.login-icon	a:before, .logout-icon > button:before {
  background: transparent url("https://www.ciscolive.com/c/dam/r/ciscolive/headlibs/img/global-event/login-user-icon-blue-24.png") no-repeat center center;
  content: ' ';
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.login-icon:hover a:before, .logout-icon:hover > button:before {
  background: transparent url("https://www.ciscolive.com/c/dam/r/ciscolive/headlibs/img/global-event/login-user-icon-dark-24.png") no-repeat center center;
}
.login-icon	a:hover {
  color: #fff !important;
}
.nav-register-button {
  background-color: #0051af;
  border: 2px solid #0051af;
  border-radius: 32px;
  color: #fff;
  font-weight: 600;
  padding: 13px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 15px;
  display: inline-block;
  line-height: 1.0em;
  position: relative;
  bottom: 0;
  text-align: center;
}
.nav-register-button:hover {
  color: #fff;
  background-color: #0051af;
  border: 2px solid #fff;
  text-decoration: none;
}
 /* Add a background color to the top navigation */
.topnav {
  background-color: #fff;
  overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #07182D !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.topnav a.bold {
  font-weight: 700 !important;
}
/* Add an active class to highlight the current page */
.active {
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown, .login-icon, .logout-icon {
  float: left;
  overflow: hidden;
}
/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 16px !important;
  border: none;
  outline: none;
  color: #07182D;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 12;
  background-size: auto;
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #3070E7;
}
.dropdown-content:not(.multi),
.dropdown-content.multi div[class*="col"] {
  min-width: 230px;
}
/* Style the links inside the dropdown */
.dropdown-content a, .dropdown-content a:visited {
  float: none;
  color: #07182D !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px !important;
}
/* Add a background on topnav links and the dropdown button on hover */
.nav-link:hover, .dropdown:hover .dropbtn {
  color: #3070E7 !important;
}
/* Add a background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #fff;
  color: #3070E7 !important;
  border-radius: 32px;
}
/* Add a background to dropdown links on hover */
.dropdown-content a.deadlink {
  font-weight: 700 !important;
}
.dropdown-content a.deadlink:hover {
  background-color: transparent;
  color: #fff;
  cursor: default;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
/* When the screen is less than 800 pixels wide, hide all links, except for the first one (.logo). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(.logo), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	margin-top: 15px;
	font-size: 17px !important;
  }
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .dropdown .dropbtn .fa {
	float: right;
	font: normal normal normal 14px/1 FontAwesome !important;
  }
  .topnav.responsive .login-icon {
	width: 100%;
	margin-bottom: 10px;
  }
  .logout-icon > button.dropbtn:after {
	font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 14px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	float: right;
    margin-right: 3px;
  }
}
/* Shrink topnav links to prevent wrapping before mobile */
@media screen and (min-width: 800px) and (max-width: 925px) {
  .topnav a {
    font-size: 14px !important;
    padding: 7px 10px;
  }
  .dropdown .dropbtn {
    font-size: 14px !important;
    padding: 10px;
  }
  .dropdown.logout-icon .dropbtn {
    padding: 8px 10px;
  }
}
/* Puts logo left and menu right above 800px, hide caret, doesn't let dropdown off screen */
@media screen and (min-width: 800px) {
  .topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-menu {
	margin-right: 15px;
  }
  /*.dropdown .dropbtn .fa {
	display: none;
  }*/
  .dropdown.edge .dropdown-content {
	right: 8px;
  }
  .dropdown .dropdown-content {
	padding: 40px;
  }
  /*for multi-column layouts on desktop*/
  .dropdown:hover .dropdown-content.multi {
	display: flex;
	/*flex-wrap: wrap;*/
	padding: 40px;
  }
  .dropdown .dropdown-content.multi div[class*="col"] {
	padding-right: 25px;
  }
  .mt2 {margin-top:20px!important;}
}

/*rf overrides*/
#myTopnav a, #myTopnav a:link, #myTopnav a:visited, #myTopnav a:hover {
	color: initial;
	border-bottom: initial;
}
.nav-link > span.new {
	background: transparent;
	color: #fbab2c;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	padding-left: 4px;	
}
.rf-hero .var19.theme21.theme22.theme23.theme24.theme25.theme26.thmd-4 .hero {padding-top:10px;padding-bottom:60px;}
.var19.theme21.theme22.theme23.theme24.theme25.theme26 .hero h1 {letter-spacing:1px;margin-bottom:0;font-size:50px;padding:30px 0 20px;}
.rfwf-header {padding-bottom:0;}
.rfwf-subheader {display:none;}
@media (min-width: 769px) {
.workflow-header-default .rfwf-headline, .rfwf-header .rfwf-headline {
    float: none;
    width: 100%;
  }
}
/*END TOPNAV*/

/*FOOTER*/
.footer .lower-section {
  background: #07182D;
  padding: 60px 0 38px;
}/*url(https://www.ciscolive.com/c/dam/r/ciscolive/global-event/images/2025/cl25-footer-background.png) no-repeat top left*/
/*END FOOTER*/