/* ######################################## SUMMIT 2024 CSS ######################################## */

/* ############################# GLOBAL CSS ############################# */
/* ################## GLOBAL MOBILE CSS ################## */

/*** LAZY LOAD ***/
.lazy {display: block;}

/********* HTML *********/
html {scroll-behavior: smooth; overflow-x:hidden;}
body {background-color: #fff;}

/********* HIDE RECAPTCHA BADGE ***************/
.grecaptcha-badge {display: none;}

/*** STANDARD BUTTON ***/
.btn {display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  padding: 0 12px;
  font-size: 11px;
  line-height: 28px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;}
.btn-standard {color: #000;background-color: #009D4F;border-color: #009D4F;}
.btn-standard:hover,
.btn-standard:focus {color: inherit;background-color: transparent;border-color: #009D4F;}
.btn-alternate {background-color: #bbbbbb; border-color: #bbbbbb; color: #000;}
.btn-alternate:hover,
.btn-alternate:focus {background-color: transparent; border-color: #bbbbbb; color: #000;}
.btn:focus {outline: none !important;}
.btn:active {box-shadow: none !important;}
.btn-primary {color: #000;background-color: #009D4F;border-color: #009D4F;}
.btn-primary:hover,
.btn-primary:focus {color: inherit;background-color: transparent;border-color: #009D4F;}
.btn-primary-ghost {color: inherit;background-color: transparent;border-color: #009D4F;}
.btn-primary-ghost:hover,
.btn-primary-ghost:focus {color: #000;background-color: #009D4F !important;border-color: #009D4F;}

/*** BUTTON ***/
button {background-color: transparent;border: none;}
.btn-wrapper > a {margin-top: 3px; margin-bottom: 3px;}
.btn-primary-wrapper > a {color: #000; background-color: #009D4F;border-color: #009D4F;}
.btn-wrapper > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  padding: 0 12px;
  font-size: 11px;
  line-height: 28px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-wrapper > a:hover,
.btn-wrapper > a:focus {color: inherit; background-color: transparent;border-color: #009D4F;}

/*** BUTTON RIGHT ARROW ***/
.fa-arrow-right,
.fa-chevron-right {padding-left: 5px;}

/*** BUTTON LEFT ARRROW ***/
.fa-arrow-left,
.fa-chevron-left {padding-left: 5px;}

/*** FOCUS STATE ***/
:focus-visible {outline: 1px dotted #16C64F;}

/*** IMAGE FOCUS STATE ***/
a:focus img {outline: 1px dotted #16C64F;}

/*** RED TEXT ***/
.redText {color: #CE0E2D;}

/*** HINT BLOCK ***/
.form-group .hint-block {font-family:aktiv-grotesk, sans-serif!important;font-size: 11px!important;line-height: 16.5px!important;color: #666666!important;}

/*** ALERT ***/
.alert {border-radius: 5px;border-color: #fff;padding:15px 20px;}
.alert i {padding-right: 20px;}
.alert-info {background-color: #f1f1f1;border-color: #fff;color: #000;font-size: 16px;}
.alert button.close {line-height: .75; font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}


/*** HELP BLOCK ***/
.help-block  {font-size: 11px;line-height:16.5px;color: #CE0E2D;}

/*** SECONDARY LINKS ***/
.secondaryLinkContainer {text-align: center;}
.secondaryLinkContainer a,
.secondaryLink {color: #00754A !important; text-decoration: none;}
.secondaryLinkContainer a:hover,
.secondaryLink:hover,
.secondaryLink:focus,
.secondaryLinkContainer a:focus {color: #00754A; text-decoration: underline;}

/*** TABLE ***/
.responsive-table, .table--responsive {border-top: none;border-bottom: none;}
.responsive-table > tbody > tr {border: none;}
.responsive-table>tbody>tr>td:before {width: auto !important;}

/*** ERROR SUMMARY ***/
.error-summary {font-size: 16px;}

/*** ERROR COLORS ***/
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {color: #CE0E2D;}

/*** CANCEL BUTTON ICON ***/
.fa-times-circle {display: none;}

/*** SIGN IN BUTTON ICON ***/
.fa-sign-in-alt {display: none;}

/*** CODE SPACER FOR BETTER HTML LAYOUT FORMAT IN SWOOGO - IGNORE ***/
.codeSpacer {display: none;}

/*** MODAL POPUP ***/
.modal {max-width: 100vw;}
.modal-body.content {margin-top:-20px;}
.modal-title {display: none;}
.modal-header {border-bottom:none!important;}
.more-info-title {display: none;}
.close {font-size: 39px !important;font-weight: 100 !important;color: #009D4F;opacity: 1 !important;}
.modal-content {color: #fff !important;padding-top: 20px;border: none;border-radius: 15px;-webkit-box-shadow: none;box-shadow: none;}
.modal-content .close {margin-right: 5px;width: 20px !important;font-size: 39px !important;}
.modal-content .close:before,
.modal-content .close:after {background-color: #fff !important;}


@media (min-width: 650px) {
  .modal-content {color: #000 !important;padding: 40px;padding-top: 30px;background-color:#fff;}
}


/*** MODAL FOOTER ***/
.modal-footer {border-top:none!important;}
/*** END MODAL POPUP ***/

/*** HEADING BLACK ***/
.headingBlack {font-size: 27px;line-height: 40px;color: #000;padding-top: 20.3px;font-family: 'aktiv-grotesk', sans-serif;font-weight: 900;}

/*** PARAGRAPH ***/
p {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif; color: #000;font-size: 16px;line-height: 27.2px;}

/*** H1 ***/
h1 {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif; color: #000;font-size: 39px;font-weight: 900;line-height: 58.6px;}

/*** H2 ***/
h2 {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif; color: #000;font-size: 31px;font-weight: 900;line-height: 46.5px;}

/*** H3 ***/
h3 {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif; color: #000;font-size: 16px;font-weight: 600;line-height: 27.2px;}

/*** SPAN ***/
span {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}

/*** LIST ***/
ul {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}
li {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}

/*** EM ***/
em {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}

/*** A ***/
a {color: #000; text-decoration: underline;font-size:16px;line-height: 27.2px;}
a:hover, a.focus {text-decoration: none;}

/*** ICON ***/
[class*=gel-icon-], .gel-icon {font-family: gel-iconfont-v2 !important;}
  
/*** STAY UP TO DATE HASH TAG GALLUP AT WORK TEXT ***/
#hashTagGallupAtWork {text-align: center;font-size: 18px;line-height: 30.6px;margin-bottom: 60px;color: #000;font-family: 'aktiv-grotesk', sans-serif;}
/* ################## END GLOBAL MOBILE CSS ################## */

/* ################## GLOBAL DESKTOP CSS ################## */

/*** COOKIE BANNER ***/
p[class^="gcb__preamble-header"]{color:#fff;}

/*** MEDIA 960 ***/
@media (min-width: 960px) {
  
/*** TABLE ***/
.responsive-table, .table--responsive {border-top: 1px dotted #000;border-bottom: 1px dotted #2b2b2b;}
}


/* ################## END GLOBAL DESKTOP CSS ################## */
/* ############################# END GLOBAL CSS ############################# */



/* ################################## NAV GLOBAL CSS ################################## */
/* ################## HEADER NAV MOBILE CSS ################## */
/*** TOP LEFT LOGO CONTAINER-BOX ***/
#gallupAtWorkLogo {height: auto;width: 120px;margin: 0 auto;margin-top: 15px;display: block; margin-left: 65px; padding-top: 10px;}

/*** HEADER NAV ***/
.gmn {box-shadow: 0px 3px 6px #00000029;}
.header-metanav-only {background-color: #fff;padding-top: 5px;padding-bottom: 0;border-bottom: 1px}
.header {background-color: transparent;}
.header ul {list-style: none;overflow: hidden;background-color: transparent;}
.header .hatNav {float: right;}

.hatNav {display: none;}
.hatNav ul {margin-bottom: 0;}
.navRightLinks {float: right;}
.navRightLinks li {margin-top: 4px;}
.hatNav ul li:not(:last-child):after {content: "|"; text-decoration: none;color: #000;font-size: 13px;margin-top: 4px;}
.navRightLinks li:not(:last-child):after {content: "|"; text-decoration: none;color: #000;font-size: 15px;}
.hatNavLink {text-decoration: none;color: #000;line-height: 33.6px;font-size: 11px;text-transform: uppercase;letter-spacing: 1.1px; padding: 0 10px;}
.menuNavLink {text-decoration: none;color: #000;line-height: 23.8px;font-size: 14px; padding: 0 10px;}
.hatNavLink:hover,
.hatNavLink:focus,
.menuNavLink:hover,
.menuNavLink:focus {color: #00754a;}
div.btgrey {display: none;border-top: #e0e0e0 1px solid;width: 100%;height: 10px;}
.navRightLinks {display: none;}
ul.navRightLinks {padding-top: 10px;}

/*** ALREADY REGISTERED MOBILE NAV LINK ***/
.menuNavMobileLink {display: block;}
.menuNavMobileLink a {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

/*** ALREADY REGISTERED DESKTOP NAV LINK ***/
.hiddenNavMobile {display: none;}

/*** MENU ***/
.header .menu {clear: both;max-height: 0;transition: max-height .0s ease-out;font-size: 16px;}
.header .navbar-nav.swoogo-nav.nav {clear: both;font-size: 16px;}

/*** MENU ICON ***/
.header .menu-icon {margin-top: -35px;margin-left: 10px;cursor: pointer;float: left;position: relative;user-select: none; padding: 1em;}
.header .menu-icon .navicon {background: #000;display: block;height: 2px;position: relative;transition: all .0s ease-out;width: 25px;}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {background: #000;content: '';display: block;height: 100%;position: absolute;transition: all .0s ease-out;width: 100%;}
.header .menu-icon .navicon:before {top: 8px}
.header .menu-icon .navicon:after {top: -8px}

/*** MENU BTN ***/
.header .menu-btn {display: none;}
.header .menu-btn:checked ~ .menu {max-height: 260px;max-width: 100%;margin-top: 20px;margin-left: -10px;}
.header .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}
.header .menu-btn:checked ~ .menu-icon .navicon:before {transform: rotate(-45deg);background: #000;}
.header .menu-btn:checked ~ .menu-icon .navicon:after {transform: rotate(45deg);background: #000;}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {top: 0;}
/*** END MENU ***/

/*** STAY UP TO DATE SOCIAL MEDIA SIDE LINES ***/
.stayUpToDateSocialMediaHR {width: 30%;border-top: 1px solid #fff;}


@media (max-width: 767px) {
  .header .navbar-toggle {
      margin-top: -32px;
      margin-left: 10px;
      cursor: pointer;
      float: left;
      position: relative;
      user-select: none;
  }
  .header .navbar-toggle.collapsed {
      margin-left: 0;
      padding: 1em;
  }
  .header .navbar-toggle span.icon-bar {
      background: #000;
      display: block;
      height: 3px;
      position: absolute;
      transition: all .0s ease-out;
      width: 40%;
  }
  .header .navbar-toggle.collapsed span.icon-bar:nth-child(odd) {
      left: 10px;
  }
  .header .navbar-toggle.collapsed span.icon-bar:nth-child(even) {
      left: 65%;
  }
}
/* ##################  END HEADER NAV MOBILE CSS ################## */

/* ################## HEADER NAV DESKTOP CSS ################## *//*** MEDIA 960 ***/
/*** MEDIA 960 ***/
@media (min-width: 960px) {
.header-metanav-only {margin-bottom: 100px !important;}
  
/*** FULL SCREEN JUMBO HEADER SETTING ***/
.main--csm, .sa-releasecard, .sa-releasesrvc, .sa-releasewithdoc {margin: 0px !important;}
  
/*** NAV MAX WIDTH ***/
.container {max-width: 992px !important;min-width: 960px !important}

/*** TOP LEFT LOGO CONTIANER-BOX ***/
#gallupAtWorkLogo {display: inline-block;height: auto;width: 150px;margin-top: 0;margin-bottom: 10px;}
  
/*** HEADER NAV ***/
.header li {float: left;}
.header .swoogo-nav > li > a {padding-top: 15px!important;padding-bottom: 15px!important;padding-left: 15px!important;padding-right: 15px!important; font-family: 'aktiv-grotesk', sans-serif; font-size: 16px !important; font-weight: 600;}
.header .swoogo-nav > li.active a {color: #009D4F; text-decoration: none; background-color: #fff;}
.header .swoogo-nav > li > a:hover,
.header .swoogo-nav > li > a:focus,
.header .swoogo-nav > li.open > a,
.header .swoogo-nav > li.open > a:hover,
.header .swoogo-nav > li.open > a:focus {text-decoration: none; color: #009D4F; background: #fff;}
.header .swoogo-nav .dropdown-menu > li > a:hover,
.header .swoogo-nav .dropdown-menu > li > a:focus {text-decoration: none; color: #009D4F!important; background: #fff;}
.header .menu {padding-left:10px;clear: none;display: inline-block;max-height: 60px;padding-bottom: 3px;margin-left: 0px;font-family: 'aktiv-grotesk', sans-serif;}
.header .navbar-nav.swoogo-nav.nav {clear: none;margin-left: 0px;font-family: 'aktiv-grotesk', sans-serif;}
.header .menu-icon {display: none;}
.header-metanav-only {margin-bottom: 0px !important;background-color: #fff;padding-top: 0px;}
div.btgrey,
.hatNav,
.navRightLinks {display: block;}

/*** NAV BUTTON CONTAINER ***/
#navButtonContainer {display: block;float: right;margin-top: 25px;width: 140px;height: 60px;}

/*** ALREADY REGISTERED DESKTOP NAV LINK ***/
.hiddenNavMobile {display: block;float: right;margin-top: 30px;margin-right: 10px;color:#000;width: 100px;}
.hiddenNavMobile > div > div a {padding: 2px 6px !important;color: #000;text-transform: inherit;font-size: 16px;border-radius: 0px !important;font-weight: 100 !important;letter-spacing: 0px !important; line-height: 20px;}
.hiddenNavMobile > div > div a:hover,
.hiddenNavMobile > div > div a:focus {color: #009D4F;}
  
/*** ALREADY REGISTERED MOBILE NAV LINK ***/
.menuNavMobileLink {display: none;}

  
/*** NAV BUTTON ***/
#navButtonContainer > div {color: #000;background-color: #16C64F;border-color: #16C64F;border-radius: 50px;border-width: 2px;}
#navButtonContainer > div:hover {background-color: transparent;color: #000;}
#navButtonContainer > div a {font-size:14px;font-weight:600;color: #000;padding-bottom: 10px !important;padding-left: 0px !important;padding-right: 0px !important;margin-left: -1px !important;text-transform:uppercase; line-height: 20px; letter-spacing: 1.4px;}
#navButtonContainer > div a:focus {background-color: transparent;color: #000;}
#navButtonContainer > div a:hover {color: #000;}
/*** END NAV BUTTON ***/
/*** END HEADER NAV***/
}
/*** END MEDIA 960 ***/

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
/*** FULL SCREEN JUMBO HEADER SETTING ***/
.sa-releasecard {margin: 0px !important;}
  
/*** NAV MAX WIDTH ***/
.container {width: 1280px !important;max-width: 1280px !important;}
.container-narrow {width: 920px !important;max-width: 920px !important;min-width: 920px !important;}

/*** NAV BUTTON CONTAINER ***/
#navButtonContainer {margin-right: 30px;}
}
/*** END MEDIA 1280 ***/
/* ################## HEADER NAV DESKTOP CSS ################## */
/* ################################## END HEADER NAV ################################## */


/* ################################## BANNER ################################## */
/* ################# BANNER MOBILE CSS ################# */
#banner {color:#fff;background-color: #000;height: 100px;}
#bannerTextContainer {padding:12px;text-align: center;}
#bannerTextContainer p {font-size: 16px;}
#login:hover {text-decoration-color: #009D4F;color: #009D4F;}
#login:focus {text-decoration-color: #009D4F;color: #009D4F;}
/* ################# END BANNER MOBILE CSS ################# */
/* ################# BANNER DESKTOP CSS ################# */
@media (min-width: 800px) { 
    #banner {height: 60px;}
    #bannerTextContainer p {font-size: 18px;}
}
/* ################# END BANNER DESKTOP CSS ################# */

/* ################# TOP CARD HOME ############################ */
/* ################# TOP CARD HOME MOBILE CSS ############################ */
/* ################# END TOP CARD HOME MOBILE CSS ############################ */
.u-text--white .content .paragraph {
  color: #fff !important;
}
.hero-container {display:block; margin: 0;padding:0;}
.heroLeft {padding: 20px;}
.heroRight {background-image:url('https://assets.swoogo.com/uploads/full/2613991-64650877e80b3.jpg');background-size: contain;background-repeat: no-repeat; background-position:60% 0%; padding: 20px;text-align: center; max-height: 305px;}
.heroMotion {max-height: 250px;padding-right: 20%}
.video-container {width: 100% !important; max-width: 100% !important; height: 100%;
  min-height: 467px;display:block; margin: 0 !important;background-color: #000;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 720px;
  min-height: 467px;
  z-index: 10;
  object-fit: cover;
  object-position: ;
}

.video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 720px;
  min-height: 467px;
  z-index: 15;
  background: transparent linear-gradient(270deg, #FFFFFF4D 0%, #0000004D 0%, #000000 100%) 0% 0% no-repeat padding-box;
}


.video-container .video-overlay-content {
  position: absolute;
  top: 60px;
  left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 365px;
  z-index: 20;
}

.video-container .video-overlay-content img.mb-large {
  margin-bottom: 40px;
}

.video-container .video-overlay-content svg:hover path,
.video-container .video-overlay-content svg:focus path {
  fill: #009D4F;
}

.container.speedbump-container {
  background-color: #104BC2;
  max-width: 1230px !important;
  min-height: 120px !important;
}



.container.speedbump-container .btn-primary:hover,
.container.speedbump-container .btn-primary:focus {
  background-color: #104BC2;
}

.container.speedbump-container .btn-primary-ghost {
  background-color: #104BC2;
}


/* ################# TOP CARD HOME TABLET CSS ############################ */


@media (min-width:649px){
.video-container .video-overlay {
  background: transparent linear-gradient(270deg, #FFFFFF4D 0%, #0000004D 41%, #000000 100%) 0% 0% no-repeat padding-box;
}
}


/* ################# END TOP CARD HOME TABLET CSS ############################ */
/* ################# TOP CARD HOME DESKTOP CSS ############################ */
@media (min-width: 960px) {
  .hero-container {display:flex;}
  .hero-container div {flex-basis: 50%;}
  .heroLeft {padding: 30px 40px;}
  .heroRight{background-image:url('https://assets.swoogo.com/uploads/full/2613991-64650877e80b3.jpg');background-size: contain;background-position:top right; background-repeat: no-repeat; padding: 50px 0;max-height: 505px; animation-name: heroRightAnim;animation-duration: .8s;animation-timing-function:ease-in;text-align: left;}
  @keyframes heroRightAnim {
    from {background-image: none;}
    to {background-image:url('https://assets.swoogo.com/uploads/full/2613991-64650877e80b3.jpg');}
  }
  .heroMotion {animation-name: heroMotionAnim;animation-duration: .8s;animation-timing-function:ease-in; margin: 0;max-height: none;padding-right: 0; max-height: 420px;}
  @keyframes heroRightAnim {
    from {padding-left: 100px; opacity: 0;}
    to {padding-left: 0; opacity: 100;}
  }
  .video-container {width: 100% !important; max-width: 100% !important; height: 100%;
    min-height: 720px;display:block; margin: 0 !important;background-color: #000;}
    .video-container .video-overlay {
      background: transparent linear-gradient(270deg, #FFFFFF4D 0%, #0000004D 61%, #000000 100%) 0% 0% no-repeat padding-box;
    }

  .video-container .video-overlay-content {
    top: 120px;
    left: 45px;
    padding-right: 0;
  }

  .container.speedbump-container {
    border-radius: 11px;
  }
}
@media (min-width: 1280px) {
.heroLeft {padding: 100px 120px;}
.heroRight{background-image:url('https://assets.swoogo.com/uploads/full/2613991-64650877e80b3.jpg');background-size: contain;background-position: right; background-repeat: no-repeat; padding: 100px 0;max-height: 605px; animation-name: heroRightAnim;animation-duration: .8s;animation-timing-function:ease-in;}
@keyframes heroRightAnim {
  from {background-image: none;}
  to {background-image:url('https://assets.swoogo.com/uploads/full/2613991-64650877e80b3.jpg');}
}
.heroMotion {animation-name: heroMotionAnim;animation-duration: .8s;animation-timing-function:ease-in; }
@keyframes heroRightAnim {
  from {padding-left: 200px; opacity: 0;}
  to {padding-left: 0; opacity: 100;}
}
}

/* ################# END TOP CARD HOME DESKTOP CSS ############################ */
/* ################# END TOP CARD HOME ############################ */

/* ################# OUR ATTENDEES HOME ############################ */
/* ################# OUR ATTENDEES HOME MOBILE CSS ############################ */
/* ################# END OUR ATTENDEES HOME MOBILE CSS ############################ */

/* ################# OUR ATTENDEES HOME DESKTOP CSS ############################ */
@media (min-width: 960px) {
}
@media (min-width: 1280px) {
}

/* ################# END OUR ATTENDEES HOME DESKTOP CSS ############################ */
/* ################# END OUR ATTENDEES HOME ############################ */

/* ################################## SPEAKERS SECTION ################################## */
/* ################# SPEAKERS MOBILE CSS ################# */
#speakersContainer {background-color: #fff;padding:30px;}
/*** SPEAKERS CONTENT CONTAINER VERSION 1-1 ***/
#speakersContentContainerV-1-1 {padding-top:50px;text-align: left;}

#speakersContentTextContainer h2 {font-size: 31px;font-weight: 600;color:#000}

#speakersContentTextContainer p {font-size: 18px;color:#000;}

.speakerRow {flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;display: flex;}
.speakerColumn {width: 50%;}
.swoogo-cols .speakerColumn50 {width: 100%;}
/*** TWO SPEAKERS COLUMN ***/
.twoSpeakerColumn { display: block;}


.speakerRow2 {margin-top:0px;}
/*** SPEAKER INFO CONTAINER ***/
.speakerInfoContainer {padding: 0px 2px;margin-top:15px;}

.speakerName {font-size: 18px;font-weight: 600!important;margin: 0px;color:#000}

.speakerTitle {font-size: 16px;font-weight: 400!important;margin: 0px;color:#000}

.speakerInfoContainer a {color:#00754A;font-weight:600;}
.speakerInfoContainer a:hover {color:#00754A;text-decoration: underline;}
.speakerInfoContainer a:focus {color:#00754A;text-decoration: underline;}



/*** SPEAKERS SECTION REGISTER BUTTON ***/
#speakerSectionRegisterButton {display: block;margin: 0 auto;padding-top: 60px;margin-bottom: 30px;}
#speakerSectionRegisterButton > div > a {width: 200px;height: 49px;color: #000;background-color: #16C64F;border-color: #16C64F;margin-top: 20.57px !important;line-height: 20px;padding-top: 12px !important;}
#speakerSectionRegisterButton > div > a:hover {background-color: transparent;}
#speakerSectionRegisterButton > div > a:focus {background-color: transparent;}

/*** SPEAKERS SECTION ALREADY REGISTERED LINK ***/
#speakersContainer .alreadyRegisteredLink {margin-top: 30px;}
#speakersContainer .alreadyRegisteredLink a {color: #00754A;}

/************ SPEAKERS ************/
/*** SPEAKERS MODAL POPUP ***/
.field-contact_fullName {font-family: 'aktiv-grotesk', sans-serif;font-size: 20px !important;font-weight: 700 !important;margin-top: 5px;margin-bottom: 0px !important;}
.field-contact_job_title  {font-family: 'aktiv-grotesk', sans-serif;font-size: 16px !important;font-weight: 400 !important;line-height: 1.7 !important;margin-bottom: 0px !important;}
.field-contact_company {font-family: 'aktiv-grotesk', sans-serif;font-size: 16px !important;font-weight: 400 !important;margin-bottom: 40px !important;}
.field-contact_bio {font-family: 'aktiv-grotesk', sans-serif;border-top: 1px solid #e0e0e0;padding-top: 20px;font-size: 16px;line-height: 23.8px;}

/*** SPEAKERS IMAGES ***/
.speakerImageContainer {width: 162px;-webkit-tap-highlight-color: transparent;transform: scale(1);transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);margin: auto;margin-top: 20px;padding-right:20px;}
.speakerImageContainer:hover {transform: scale(1.10);}
.speakerImageContainer:focus-visible {outline: 1px dotted #16C64F !important;}

/*** SPEAKERS INFO ***/
.twoSpeakerColumn > .speakerInfoContainer {margin-top:0px;}

/*** SPEAKERS BIO LINK ***/
.open-as-modal:hover {text-decoration: underline;}
.open-as-modal:focus {text-decoration: underline;}

/*** BIO LINK ARROW ***/
.speakerInfoContainer i {color: #00754A;font-size: 12px;}
.content a:not([class]) {border-bottom: none !important;}
.content a:not([class]):hover {background-color: transparent !important;}

/*** THIS YEARS SPEAKERS ***/
#lastYearsSpeakers .col-sm-4:nth-child(-n+1):hover {transition: all .4s ease;-webkit-transition: all .4s ease;margin-top: -10px;margin-bottom: 10px;}
#lastYearsSpeakers .col-sm-4 {transition: all .4s ease;-webkit-transition: all .4s ease;margin-top: 0px;margin-bottom: 0px;}
#lastYearsSpeakers .col-sm-4:hover {text-decoration: underline;text-underline-position: under;}
.speaker-name-banner:hover{text-decoration:none}

/* ################# END SPEAKERS MOBILE CSS ################# */

/* ################# SPEAKERS DESKTOP CSS ################# */

/*** MEDIA 600 ***/
@media (min-width: 600px) {
  .speakerInfoContainer {margin-left:20px;}
}

/*** MEDIA 800 ***/
@media (min-width: 800px) {
  .speakerInfoContainer {margin-left:110px;}
  .swoogo-cols .speakerColumn50 .speakerImageContainer {padding-right: 10px;}
  .swoogo-cols .speakerColumn50 .speakerInfoContainer {margin-left: 10px;}
}

/*** MEDIA 960 ***/
@media (min-width: 960px) {
  .swoogo-cols .speakerColumn50 .speakerImageContainer {padding-right: 20px;}
  .swoogo-cols .speakerColumn50 .speakerInfoContainer {margin-left: 20px;}
  
  .swoogo-cols .col-sm-4 .speakerColumn50 .speakerInfoContainer {
      margin-top: 20px;
      margin-left: 59.5px;
  }

  
/*** SPEAKERS CONTENT CONTAINER VERSION 1-1 ***/
#speakersContentContainerV-1-1 {padding-top: 30px;padding-left: 168px;margin: 0 auto;max-width: 1280px;padding-right: 0px;}
  
/*** SPEAKERS TEXT CONTAINER ***/
#speakersContentTextContainer {max-width: 700px;width: 700px;}

.speakerColumn {width: 33.333%;}
.speakerColumn50 {width: 50%;}
.swoogo-cols .speakerColumn50 {width: 100%;}
.swoogo-cols .speakerColumn50 .speakerInfoContainer {margin-top: 80px;}
.swoogo-cols .speakerColumn50 .speakerInfoContainer .swoogo-button {margin-top: 20px;}
  
  .speakerRow2 {margin-top:40px;}

.speakerName {font-size: 20px;}
  
/*** SPEAKER SECTION REGISTER BUTTON ***/
#speakerSectionRegisterButton {padding-right: 150px;}
  
  .speakerInfoContainer {margin-left:10px}

/************ SPEAKERS ************/
/*** SPEAKERS IMAGES ***/
.speakerImageContainer {width: 229px;padding-right:0px;margin-right: 0px!important;}
.homePage .speakerImageContainer {width: 229px;padding-right:20px;margin-right: auto !important}

/*** TWO SPEAKERS COLUMN WRAPPER ***/
.twoSpeakerColumnWrapper {margin-bottom: 20px;} 
.twoSpeakerColumnWrapperBottom {margin-bottom: 0px;} 

  
/*** TWO SPEAKERS COLUMN ***/
.twoSpeakerColumn {display: inline-flex;}
  
/*** TWO SPEAKERS COLUMN IMAGE CONTAINER ***/
.twoSpeakerColumn > .speakerImageContainer {margin-top: 0px;margin-left: 0px;}

/*** SPEAKERS INFO ***/
.twoSpeakerColumn > .speakerInfoContainer {margin-top:110px;}
.speakerInfoContainer div {text-align: left !important;} 
.speakerInfoContainer {padding: 0px 5px;}
.field-contact_bio {margin-left: -150px;}
  
.speakerContainerInner {position: relative;transform-origin: 50%;}
/************ END SPEAKERS ************/
}
/*** END MEDIA 960 ***/

/*** MEDIA 1270 ***/
@media (min-width: 1270px) {
.speakerRow {margin-left: -30px;}
.speakerColumn2 {margin-left: -60px;}
.speakerInfoContainer {margin-left:20px;}
.homePage .speakerInfoContainer {margin-left:75px;}
.homePage .speakerColumn50 .speakerInfoContainer {margin-left:0;}

}
/* ################################## END SPEAKERS DESKTOP ################################## */
/* ################################## END SPEAKERS SECTION ################################## */


/* ################################## FREQUENLTY ASKED QUESTIONS SECTION ################################## */
/* ################# FREQUENLTY ASKED QUESTIONS MOBILE CSS ################# */
/*** FREQUENLTY ASKED QUESTIONS CONTAINER VERSION 1-3 ***/
#fqaContainerV-1-3 {background-color: #F1F1F1;position: relative;z-index: 8;}

/*** FREQUENLTY ASKED QUIESTIONS CONTENT CONTAINER ***/
#fqaContentContainer {height: 100%; background-color: #f1f1f1;}


/*** FREQUENTLY ASKED QUESTIONS ACCORDION ***/
.panel {margin-top: 10px;border: none;}
.panel-heading {padding: 5px;}
.panel-title {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
.swoogo-accordion .panel-title a {align-items: baseline !important;}
.swoogo-accordion .panel-title a p {max-width: 920px;line-height: 23.8px; font-size:14px;}
.panel-title a:hover {color: #000;}
.panel-title a:focus {color: #000;outline: 1px dotted #16C64F !important;}
.swoogo-accordion .panel-title a[aria-expanded="false"] {border-bottom: 1px solid #DCDCDC;line-height: 20px;padding-bottom: 15px;max-width: 920px;}
.swoogo-accordion .panel-title a[aria-expanded="true"] {max-width: 920px;}
.swoogo-accordion > .panel {-webkit-box-shadow: none;box-shadow: none;}
.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: none;}
.panel-body {padding: 10px 30px 0px;}
.fa-plus-square:before {font-size: 18px;margin-right: 10px;}
.fa-minus-square:before {font-size: 18px;margin-right: 10px;}
.faqDescription {font-size: 16px;line-height: 27.2px;color: #000;padding-left: 5px;border-bottom: 1px solid #DCDCDC;padding-bottom: 20px;font-family: 'aktiv-grotesk', sans-serif;padding-right: 0px;padding-left: 14px;max-width: 920px;}

#faqContentTextContainer {padding:10px 20px 30px 20px;margin: 0 auto;}
#faqContentTextContainer .swoogo-accordion p {
  font-size: 14px;
  line-height: 23.8px;
}
#faqContentTextContainer .swoogo-accordion .accordion-row p {
  font-weight: 700;
}

/*** HIDEN FAQ ***/
/* ################# END FREQUENLTY ASKED QUIESTIONS MOBILE CSS ################# */

/* ################# FREQUENLTY ASKED QUIESTIONS DESKTOP CSS ################# */

/*** MEDIA 800 ***/
@media (min-width:800px) {
  #fqaContentContainer {height: 100%; background-color: #f1f1f1;}
}
/*** MEDIA 960 ***/
@media (min-width: 960px) {
/*** FREQUENLTY ASKED QUIESTIONS CONTAINER ***/
#fqaContainer {padding:0;}

/*** FREQUENLTY ASKED QUIESTIONS CONTENT CONTAINER ***/
#fqaContentContainer {height: 100%; background-color: #f1f1f1;}

#faqContentTextContainer {padding:30px 126px 60px 168px;margin: 0 auto;max-width: 1280px;}
.addOn #faqContentTextContainer {padding:0px 126px 60px 168px;margin: 0 auto;max-width: 1280px;}
.contactUs #faqContentTextContainer {padding:0px 180px 60px 180px;margin: 0 auto;max-width: 1280px;}
.swoogo-accordion .panel-title a p {max-width: 920px;line-height: 27.2px; font-size:16px!important;}
#faqContentTextContainer .swoogo-accordion p {
  font-size: 16px;
  line-height: 27.2px;
}
  
/*** FREQUENTLY ASKED QUESTIONS ACCORDION ***/
.panel-title p {padding-top: 0px;padding-right: 0px;line-height: 30.6px;font-size: 18px;}
  
.panel-heading {padding: 15px 15px 0px;}
}
/*** END MEDIA 960 ***/

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
/*** FREQUENLTY ASKED QUIESTIONS CONTENT CONTAINER ***/
#fqaContentContainer {padding-right: 0px;}
  
/*** FREQUENTLY ASKED QUESTIONS ACCORDION ***/
.panel-title p {padding-right: 0px;}
.faqDescription {padding-right: 0px;}
}
/*** END MEDIA 1280 ***/
/* ################# END FREQUENLTY ASKED QUIESTIONS DESKTOP CSS ################# */
/* ################################## END FREQUENLTY ASKED QUIESTIONS SECTION *################################## */


/* ################################## STAY UP TO DATE SECTION ################################## */
/* ################# STAY UP TO DATE MOBILE CSS ################# */
/*** FAQ RIGHT SIDE DESIGN IMAGE CONTAINER ***/
#faqRightSideDesignImageContainer  {display: none;}

/*** STAY UP TO DATE CONTAINER ***/
#stayUpToDateContainer {width: 100%;}
#summitupdates__input_2024,
#fe5966 {display: block; width: 100%;border: none;border-bottom: 2px solid #fff;border-radius: 0; margin-left: auto;margin-right: auto;margin-bottom: 10px; color: #000;background-color: #fff;}


#summitupdates__input_2024 {
  padding-left: 5px;
  padding-right: 5px;
}
#fe5966 {
  padding: 5px;
  line-height: 27.2px;
  min-height: 31.1875px;
}
#fe5966 option {
  color: #000;
}
#fe5966:invalid,
#fe5966 option[value=""] {
  color: #666;
}
#signUpForm a.btn.btn-standard {
  line-height: 31px;
}
@media (min-width: 960px) {
#summitupdates__input_2024,
#fe5966 {display: inline-block;width: 45%;border: none;border-bottom: 2px solid #fff;margin-left: 0;margin-right: 0;margin-bottom: 0; color: #000;}  
}

@media (min-width: 1280px) {
  
}


/*** STAY UP TO DATE TEXT CONTAINER ***/
#stayUpToDateTopContentContainer {background-repeat: no-repeat;background-size: cover;padding-top: 86px;padding-bottom: 30px;}

/*** STAY UP TO DATE TOP CONTENT CONTAINER ***/
#stayUpToDateTopContentContainer {background-color: #fff;position: relative;z-index: 8;}

#stayUpToDateContentTextContainer h2 {color:#000;font-size:31px;font-weight:600;text-align:center;padding:0px 75px;}

/*** STAY UP TO DATE ACCENT LINE VERSION 1-1 ***/
#stayUpToDateAccentLine {margin: auto !important;width:200px;}

.stayRow {flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;display: flex;}

#stayUpToDateForm {width: 100%;background-color: #f1f1f1;margin: 0 auto;}

/*** STAY UP TO DATE FORM INPUT ***/
label[for="summitupdates__input"] {font-family: 'aktiv-grotesk', sans-serif;font-size: 16px;line-height: 27.2px;color: #000;text-align: center;padding-top: 30px;padding-left: 30px;padding-right: 30px;padding-bottom: 20px;font-weight: 500;letter-spacing: 0px;text-transform: none !important;}
#summitupdates__input {background: #FFFFFF 0% 0% no-repeat padding-box;font-family: 'aktiv-grotesk', sans-serif;box-shadow: 0px 0px 7px #00000029;opacity: 0.6;width: 205px;border-style: none;border-right: none;border-top-left-radius: 25px;border-bottom-left-radius: 25px;height: 49px;padding-left: 5px;padding-bottom: 4.2px;scroll-margin-top: 425px;color:#000;}
#summitupdates__input:focus-visible {outline: -webkit-focus-ring-color auto 0px;}
::placeholder {color: #666666 !important; font-size: 14px; line-height: 33.6;padding-left: 0;}

/*** STAY UP TO DATE FORM BUTTON ***/
#stayUpToDateForm > form > div > button > div{display: inline;margin-left: -20px;}
#stayUpToDateForm > form > div > button > div > a {width: 125px;height: 49px;font-size: 14px;color: #000;background-color: #16C64F;border-radius: 0px !important;border-top-right-radius: 25px !important;border-bottom-right-radius: 25px !important;padding-top:12px !important;}
#stayUpToDateForm > form > div > button > div > a:hover {background-color: white;border: #16C64F 1px solid;}
#stayUpToDateForm > form > div > button > div > a:focus {background-color: white;border: #16C64F 1px solid;}

/*** STAY UP TO DATE FORM PARAGRAPH ***/
.summitUpdatesForm p {text-align: center;color: #000;font-family: 'aktiv-grotesk', sans-serif;margin-top: 40px;font-size: 16px;line-height: 27.2px;}
.homePage .summitUpdatesForm p {text-align: center;color: #fff;font-family: 'aktiv-grotesk', sans-serif;margin-top: 40px;font-size: 16px;line-height: 27.2px;}

/*** STAY UP TO DATE SOCIAL MEDIA PARAGRAPH ***/
#stayUpToDateSocialMediaParagraph {font-size: 16px;line-height: 30.6px;margin-top: 60px;text-align: center;color: #000;font-family: 'aktiv-grotesk', sans-serif;padding-left: 30px;padding-right: 30px;}

/*** STAY UP TO DATE SOCIAL MEDIA CONTAINER ***/
#stayUpToDateSocialMediaContainer {position: relative;background-color: #fff;}

#stayUpToDateSocialMediaContain {width:100%;text-align:center;;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;margin:0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;}
.media {padding-right: 0px;padding-left: 0px; width: 20%;}
/* ################# END STAY UP TO DATE MOBILE CSS ################# */

/* ################# STAY UP TO DATES DESKTOP CSS ################# */
/*** MEDIA 800 ***/
@media (min-width: 800px) {
  #summitupdates__input {width: 405px;}
}

/*** MEDIA 960 ***/
@media (min-width: 960px) {
/*** FQA RIGHT SIDE DESIGN IMAGE CONTAINER ***/
#faqRightSideDesignImageContainer  {display: block;position: sticky;top: 0;float: right;margin-top: -2000px;z-index: 7;}
  
/*** FAQ RIGHT SIDE DESING IMAGE WIDTH ***/
#faqRightSideDesignImage {width: 126px;}
  
/*** STAY UP TO DATE TOP CONTENT CONTAINER ***/
#stayUpToDateTopContentContainer {height: 325px;text-align: center;}

  #stayUpToDateAccentLine {margin: auto !important;width:400px;}
  
/*** STAY UP TO DATE FORM ***/
#stayUpToDateForm {height: 211px;margin-top: -100px;width:66%;}
#stayUpToDateForm #w_19513523 {margin-top: -20px!important;margin-left: -20px!important;}
  
/*** STAY UP TO DATE FORM INPUT ***/
label[for="summitupdates__input"] {font-family: 'aktiv-grotesk', sans-serif;font-size: 18px;line-height: 30.6px;text-align: center;padding-top: 40px;padding-left: 49px;padding-right: 49px;padding-bottom: 30px;letter-spacing: 0px;}
#summitupdates__input {padding-bottom: 3px;width:420px;}
  
/*** STAY UP TO DATE FORM PARAGRAPH ***/
.summitUpdatesForm p {font-size: 18px;line-height: 30.6px;}
  
/*** STAY UP TO DATE BOTTOM CONTENT CONTAINER ***/
#stayUpToDateBottomContentContainer {background-color: #fff;position: relative;z-index: 8;}
  
/*** STAY UP TO DATE FORM BUTTON ***/
#stayUpToDateForm > form > div > button > div > a {width: 125px;}

#stayUpToDateSocialMediaContain {width: 60%;}

.media {width: 10%;}

}
/*** END MEDIA 960 ***/

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
/*** STAY UP TO DATE FORM INPUT ***/
label[for="summitupdates__input"] {padding-left: 145px;padding-right: 145px;}
#summitupdates__input {width:479px;}
  
/*** STAY UP TO DATE FORM BUTTON ***/
#stayUpToDateForm > form > div > button > div > a {width: 137px;}
}
/*** END MEDIA 1280 ***/

/*** MEDIA 2000 ***/
@media (min-width: 2000px) {
  label[for="summitupdates__input"] {padding-left: 355px;padding-right: 355px;}
}
/* ################# END STAY UP TO DATE DESKTOP CSS ################# */
/* ################################## END STAY UP TO DATE SECTION *################################## */
/* ################################## END HOMEPAGE ################################## */





/* ################################## VIRTUAL CSS ################################## */
/* ################# GLOBAL ################# */
#main-wrap{overflow:hidden;position:relative;}
/*.site-background{background-image:url(background.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}*/
@media (max-width:767px){
    #main-wrap>.main__content>.site-section.main{align-items:start;min-height:auto;}
}

/* ################# IMAGES ################# */
.map-wrap{background-position:center top;background-repeat:no-repeat;background-size:cover;width:100%; margin:0 auto;position:relative;}
.map-wrap .map-img{margin:0 auto;width:100%;}
.map-wrap .map-item{overflow:hidden;position:absolute;}
@media (max-width: 767px) {
    .map-wrap {background-image: none!important; padding: 0px;}
    .map-wrap [id*=map-] {position: relative!important; top:0!important; left:0!important; width: 100%!important; height: 100%!important; }
}
.map-wrap .map-image .swoogo-image{height:100%;}
.map-wrap .map-image .swoogo-image img{object-fit:contain; height:100%; max-height: none!important; width:100%;}
.map-wrap .map-image .swoogo-image img[class*=" mb-"] {margin-bottom: 0!important;}
.map-wrap .map-image .swoogo-image img[class*=" mt-"] {margin-top: 0!important;}
.map-wrap .main-background .swoogo-image img {width: 100%;}
.map-wrap .swoogo-image.widget{border:0;}
.map-wrap .content .sortable{padding:0;}
/* Content */
.map-wrap .map-content .content {display: flex; flex-flow: column nowrap; height: 100%; justify-content: center; width: 100%;}
/* Buttons */
.map-wrap .map-button .content {height: 100%;}
.map-wrap .map-button .swoogo-button {display: flex; height: 100%;}
.map-wrap .map-button .swoogo-button .btn-standard,
.map-wrap .map-button .swoogo-button .btn-alternate {align-items: center; background: none; border: 0; border-radius: 0; display: flex; font-size: 12px; height: 100%; justify-content: center; line-height: 14px; margin: 0!important; padding: 0; white-space: normal; width: 100%;}
@media (max-width: 767px) {
    .map-wrap .map-img {display: none;}
}

/* ################# MOBILE VIEW ################# */
#mobile-view {display: none;}
body.show-mobile #mobile-view {display: none;}
body.show-mobile #default-view {display: block;}
#w_19209027 #w_19209029 button {text-transform: uppercase;width: 137px;height: 35px;font-size: 12px;color: #000;background-color: #16C64F;border-color: #16C64F;padding-top: 6px !important;padding-bottom: 10px;margin-bottom: 20px !important;}
#w_19209027 #w_19209028 a {text-transform: uppercase;width: 137px;height: 35px;font-size: 12px;color: #000;background-color: #E0E0E0;border-color: #E0E0E0;padding-top: 6px !important;padding-bottom: 5px;margin-bottom: 20px !important;padding-right: 5px;}
@media (max-width: 767px) {
    body.show-mobile #mobile-view {display: block;}
    body.show-mobile #default-view {display: none;}
    .mobile-logo div {padding-left: 20px;}
  .mobile-logo a {color:#000}
}
/* ################# END GLOBAL ################# */


/* ################# VIRTUAL NAV ################# */
.navbar{margin-bottom:0;}
.navbar-default {background-color:#F1F1F1 ;border-color:#F1F1F1;padding:5px 0px;}
.swoogo-nav {font-size:16px !important;font-weight:600 !important;}
.swoogo-nav a {padding:15px 25px !important;}
.swoogo-nav .active a {color:#009D4F !important;text-decoration:underline;text-decoration-thickness: 2px;}
.swoogo-nav .open a {color:#009D4F !important;text-decoration:underline;text-decoration-thickness: 2px;}
.swoogo-nav li a {color:#000 !important;}
.swoogo-nav li a:hover {color:#009D4F !important;text-decoration:underline;text-decoration-thickness: 2px;}
.swoogo-nav .dropdown-menu a {color:#000!important;text-decoration:none;}
.swoogo-nav .dropdown-menu{background-color:#FFF;}
.navbar .desktop-logo img{max-height:40px!important;}
.navbar>.container .navbar-brand{align-items:center;display:flex;margin-left:0;margin-right:10px;max-width:200px;padding:0;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background: #16C64F; background: var(--primary); color: #000;}
#nav-wrap > nav > div > div.navbar-header {margin-left:120px}
@media (max-width:1280px){
  #nav-wrap > nav > div > div.navbar-header {margin-left:0px}
}
@media (max-width:767px){
    .navbar{padding:0.5em 0;}
    .navbar>.container .navbar-header {display: flex; align-items: center;}
    .navbar>.container .navbar-view {flex: 1; text-align: center;}
    .navbar-brand .mobile-logo-img{padding-left:15px;}
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {background: #16C64F; background: var(--primary); color: #fff;}
    /*nav icon*/
    .navbar-toggle{border:none; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:500ms all ease;-moz-transition:500ms all ease;-o-transition:500ms all ease;transition:500ms all ease;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: none;}
    .navbar-toggle .icon-bar{-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;position:absolute;height:2px;width:50%;opacity:1;margin-top:0!important;}
    .navbar-toggle span.icon-bar:nth-child(odd){border-radius:4px 0 0 4px;}
    .navbar-toggle span.icon-bar:nth-child(even){border-radius:0 4px 4px 0;}
    .navbar-toggle.collapsed .icon-bar{-webkit-transform:rotate(0deg)!important;-moz-transform:rotate(0deg)!important;-o-transform:rotate(0deg)!important;transform:rotate(0deg)!important;opacity:1!important}
    .navbar-toggle.collapsed span.icon-bar:nth-child(1),.navbar-toggle.collapsed span.icon-bar:nth-child(2){top:0px;}
    .navbar-toggle.collapsed span.icon-bar:nth-child(3),.navbar-toggle.collapsed span.icon-bar:nth-child(4){top:7px;}
    .navbar-toggle.collapsed span.icon-bar:nth-child(5),.navbar-toggle.collapsed span.icon-bar:nth-child(6){top:14px;}
    .navbar-toggle.collapsed span.icon-bar:nth-child(odd){left:0px;}
    .navbar-toggle.collapsed span.icon-bar:nth-child(even){left:50%;}
    .navbar-toggle span.icon-bar:nth-child(1){left:0px;top:4px;}
    .navbar-toggle span.icon-bar:nth-child(2){left:calc(50% - 3px);top:4px;}
    .navbar-toggle span.icon-bar:nth-child(3){left:-50%;opacity:0;}
    .navbar-toggle span.icon-bar:nth-child(4){left:100%;opacity:0;}
    .navbar-toggle span.icon-bar:nth-child(5){left:0px;top:11px;}
    .navbar-toggle span.icon-bar:nth-child(6){left:calc(50% - 3px);top:11px;}
    .navbar-toggle span.icon-bar:nth-child(2),.navbar-toggle span.icon-bar:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
    .navbar-toggle span.icon-bar:nth-child(1),.navbar-toggle span.icon-bar:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
    .navbar-toggle span.icon-bar{background:#F1F1F1;}  
    /*end nav icon*/
}

/* ################# LOBBY ################# */
body.landing_page .map-wrap{background-image:url('https://assets.swoogo.com/themes/605b9bed39959/Summit2022_Virtual_Lobby_050322-Background2_es.jpg'); background-position: top center;}
body.landing_page .map-wrap #map-01-link{height:37.3%;width:13.05%;left:83.05%;top:27.55%; z-index: 500;}
body.landing_page .map-wrap #map-01{background: #000; height:54%;width:17.6%;left:75.77%;top:20.77%;}
body.landing_page .map-wrap #map-02 {height:8.6%;width:17.6%;left:75.77%;top:74.5%;}
body.landing_page .map-wrap #map-02 .content .paragraph {color: #fff; font-family: 'Crimson';}
body.landing_page .map-wrap #map-02 .social-media-links .list-inline>li {padding: 5px 15px;}
body.landing_page .map-wrap #map-03{height:18.5%;width:24.6%;left:45.1%;top:11.75%;}
body.landing_page .map-wrap #map-04{height:6.1%;width:26.4%;left:41.4%;top:35.1%;}
body.landing_page .map-wrap #map-04 .content .paragraph,
body.landing_page .map-wrap #map-04 .content .title {font-family: 'Crimson'; font-size: 20px; font-weight: 400;}
body.landing_page .map-wrap #map-05 {height:54%;width:17.6%;left:75.77%;top:20.77%;}
body.landing_page .map-wrap #map-06 {height:48.4%;width:20.07%;left:7.38%;top:28.87%;}
body.landing_page .map-wrap #map-06 .starts-in {background-color:#dfe4e3;border: 2px solid #62c254; border: 2px solid var(--primary); font-size: 16px; font-weight: 900; letter-spacing: 2px; margin: 0px; padding: 20px; text-align: center;}
body.landing_page .map-wrap #map-06 .is-countdown {margin-right:0px; margin-left:25px;color:#000;}
body.landing_page .map-wrap #map-06 .countdown-period {margin-top:2px;}
body.landing_page .map-wrap #map-06 .widget.swoogo-image:last-child {position: absolute; bottom: 0;}
body.landing_page .map-wrap #map-07{height:11%;width:12%;left:63.5%;top:50.5%;}
body.landing_page .map-wrap #map-07 .content .paragraph,
body.landing_page .map-wrap #map-07 .content .title {font-family: 'Crimson'; font-size: 20px; font-weight: 400;}
body.landing_page .map-wrap #map-08{height:30.5%;width:10.5%;left:28%;top:35%;opacity: 0;}
body.landing_page .map-wrap #map-09{height:17.9%;width:5.2%;left:39.4%;top:37.3%;}
body.landing_page .carousel-indicators {display:none}
body.landing_page .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {display:none}
body.landing_page .map-wrap #map-10{height:17.5%;width:4.9%;left:39.6%;top:37.5%;z-index:3}

/* Swoogo Preview */
.swoogo-preview body.landing_page .map-wrap #map-01-link {background: #fff; border: 2px solid black; height: 40px; top: 23%;}
.swoogo-preview body.landing_page .map-wrap #map-01-link:before {content: 'Sign overlay'; font-weight: 900; position: absolute; top: 5px; left: 5px}
.swoogo-preview body.landing_page .map-wrap .map-button .empty-message {font-size: 18px!important; line-height: 20px;}
.swoogo-preview body.landing_page .map-wrap #map-02 {align-items: center; display: flex; height: auto; min-height: 14.9%;}
.swoogo-preview body.landing_page .map-wrap #map-02 .row {margin-left: 0; margin-right: 0;}
.swoogo-preview body.landing_page .map-wrap .map-content .sortable {display: flex; flex-flow: column nowrap; height: 100%; justify-content: center;}
.swoogo-preview body.landing_page .map-wrap #map-06 .content {height: 100%; position: relative;}
.swoogo-preview body.landing_page .map-wrap #map-06 .sortable {overflow-y: auto;}
.swoogo-preview body.landing_page .map-wrap #map-08,
.swoogo-preview body.landing_page .map-wrap #map-09 {opacity: 1;}
.swoogo-preview body.landing_page .map-wrap #map-09:before {
    content: 'Slide Overlay';
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 5px;
}

@media (max-width:1700px) {
    body.landing_page .map-wrap #map-04 .paragraph span {font-size: 1.15em!important;}
    body.landing_page .map-wrap #map-02 .paragraph span {font-size: 1.15em!important;}
}
@media (max-width:1450px) {
    body.landing_page .map-wrap #map-02 .content .title {font-size: 1.05em!important; margin-bottom: 0!important;}
    body.landing_page .map-wrap #map-02 .social-media-links .list-inline>li {padding: 0; width: 23%;}
    body.landing_page .map-wrap #map-04 .paragraph span {font-size: 1.05em!important;}
    body.landing_page .map-wrap #map-06 .starts-in {margin:0px;}
    body.landing_page .map-wrap #map-06 .swoogo-countdown .countdown-amount {font-size: 1.5em;}
    body.landing_page .map-wrap #map-06 .swoogo-countdown .countdown-period {font-size: 0.9em;}
}
@media (max-width:1199px) {
    body.landing_page .map-wrap #map-02 .content .title {font-size: 0.85em!important;}
    body.landing_page .map-wrap #map-02 .social-media-links ul {margin-bottom: 0!important; margin-top: 5px!important; margin-left: auto;}
    body.landing_page .map-wrap #map-02 .social-media-links .list-inline>li {width: 23%;}
    body.landing_page .map-wrap #map-02 .social-media-links .fa-stack {height: 1.5em!important; width: 1.5em!important;}
    body.landing_page .map-wrap #map-02 .social-media-links .fab {font-size: 0.9em!important; line-height: 1.75em!important;}
    body.landing_page .map-wrap #map-02 .social-media-links .fa-stack-2x {font-size: 1.5em!important;}

    body.landing_page .map-wrap #map-04 .paragraph span {font-size: 0.85em!important;}

    body.landing_page .map-wrap #map-06 .starts-in {font-size: 14px; margin:0px; padding: 20px;}
    body.landing_page .map-wrap #map-06 .swoogo-countdown .countdown-amount {font-size: 1.5em;}
    body.landing_page .map-wrap #map-06 .swoogo-countdown .countdown-period {font-size: 0.9em; margin-top: -5px;}
}
@media (max-width:991px) {
    body.landing_page .map-wrap{width:110%;margin:0 -7%;}
    body.landing_page .map-wrap #map-02 .content .title {font-size: 0.75em!important;}
    body.landing_page .map-wrap #map-02 .social-media-links ul {margin-top: 0!important;}
    body.landing_page .map-wrap #map-04 .paragraph span {font-size: 0.875em!important;}
    body.landing_page .map-wrap #map-06 .starts-in {font-size: 12px; margin: 5px 10px 0 10px;}
    body.landing_page .map-wrap #map-07 .paragraph span {font-size: 1.1em!important;}

    body.landing_page .map-wrap #map-06 .swoogo-countdown .countdown-period {font-size: 0.75em;}
}
@media (max-width:767px) {
    body.landing_page .main__content .btn {font-size: 18px; padding: 10px 12px; width: 100%;background-color: #16C64F;border-color: #16C64F;color:#000;border-radius: 5px!important;}
}
/* ################# END LOBBY ################# */

/* ################# AUDITORIUM ################# */
body.layout_auditorium .map-wrap{background-image:url('https://assets.swoogo.com/themes/605b9bed39959/Summit_Virtual_Environments_Main_Auditorium_041122_es_MainBackground_BGonly.jpg'); background-position: top center;}
body.layout_auditorium .map-wrap #map-01{height: 15%;width: 33%;left: 61.4%;top: 0.5%;z-index: 5;}
body.layout_auditorium .map-wrap #map-01 .swoogo-title {align-items: center; display: flex; height: 100%;padding-left:40px;padding-top:40px;}
body.layout_auditorium .map-wrap #map-01 .title {background: #fff; color: #000; font-weight: bold; letter-spacing: 1px;font-size:30px;font-family: 'aktiv-grotesk', sans-serif;}
body.layout_auditorium .map-wrap #map-02 {height:9%;width:35.5%;left:21.5%;top:11%; overflow-y: auto;}
body.layout_auditorium .map-wrap #map-02 p {color:#fff;font-size:24px;text-transform:uppercase;font-weight:600;letter-spacing:2px;}
body.layout_auditorium .map-wrap #map-03 {height:14.5%;width:54.1%;left:4.2%;top:22.5%;}
body.layout_auditorium .map-wrap #map-03 #heading {color:#000;font-size:30px;font-weight:600;padding-left:45px;}
body.layout_auditorium .map-wrap #map-04 {height:44.5%;width:54.1%;left:4.2%;top:32.5%; overflow-y: auto;margin-top:0px;}
body.layout_auditorium .map-wrap #map-04 .swoogo-tabs .nav-tabs a[role="tab"] p {font-size:18px;font-weight:600;}
body.layout_auditorium .map-wrap #map-04 .nav>li>a {padding: 10px 0px;}
body.layout_auditorium .map-wrap #map-04 .swoogo-tabs.tab-style-underline .nav-tabs {border-bottom:none}
body.layout_auditorium .map-wrap #map-04 .custom-agenda .group-heading th {padding-left: 45px;font-size:16px;font-family: 'aktiv-grotesk', sans-serif;}
body.layout_auditorium .map-wrap #map-04 .custom-agenda {padding:0px !important; margin-left:1px;}
body.layout_auditorium .map-wrap #map-04 .custom-agenda .agenda-table td.name {padding-left:45px!important;}
body.layout_auditorium .map-wrap #map-04 .responsive-table, .table--responsive {border-top:none;border-bottom:none;}
body.layout_auditorium .map-wrap #map-04 .responsive-table > tbody > tr {color:#000}
body.layout_auditorium .map-wrap #map-04 .title {text-transform: lowercase!important;}
body.layout_auditorium .map-wrap #map-04 .session {border-bottom:1px solid #EEEEEE}
body.layout_auditorium .map-wrap #map-04 .name {padding-top:15px;padding-bottom:15px;}
body.layout_auditorium .map-wrap #map-05 {height: 10.0%; width: 33%; left: 61.4%; top: 14.4%;}
body.layout_auditorium .map-wrap #map-06 {height: 71%; width: 33%; left: 61.4%; top: 12.5%; overflow-y: auto;}
body.layout_auditorium .map-wrap #map-06 .swoogo-tabs .nav-tabs a[role="tab"] p {font-size:18px;font-weight:600;}
body.layout_auditorium .map-wrap #map-06 .nav>li>a {padding: 10px 0px;}
body.layout_auditorium .map-wrap #map-06 .swoogo-tabs.tab-style-underline .nav-tabs {border-bottom:none}
body.layout_auditorium .map-wrap #map-06 .custom-agenda-2 .group-heading th {padding-left: 45px;font-size:16px;font-family: 'aktiv-grotesk', sans-serif;}
body.layout_auditorium .map-wrap #map-06 .custom-agenda-2 {padding:0px !important; margin-left:1px;}
body.layout_auditorium .map-wrap #map-06 .custom-agenda-2 .agenda-table td.name {padding-left:45px!important;}
body.layout_auditorium .map-wrap #map-06 .responsive-table, .table--responsive{border-top:none;border-bottom:none;}
body.layout_auditorium .map-wrap #map-06 .agendaAddText {font-size:16px;font-weight:600;text-align:center;padding:30px 105px;}
body.layout_auditorium .btn.disabled, .btn[disabled], fieldset[disabled] .btn {opacity:.25;}
body.layout_auditorium .more-info-title {display:none!important;}
body.layout_auditorium .field-speakingAtLinks {margin-left:-23%}
body.layout_auditorium div.speaker.more-info-data.field-speakingAtLinks.mb-large > a {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(1) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(2) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(3) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(4) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(5) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(6) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(7) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(8) {color:#00754A;font-weight:600;}
body.layout_auditorium div.session.more-info-data.field-speakersLinks.mb-large > a:nth-child(9) {color:#00754A;font-weight:600;}

body.layout_auditorium .swoogo-session-info {margin-top:-40px;}
body.layout_auditorium .modal-content {font-size:16px;}
body.layout_auditorium .field-name {color:#00754A;font-weight:600;margin-bottom:0px!important;font-size:20px;}
body.layout_auditorium .field-c_46753 {color:#666666;font-style: italic;border-bottom: 1px solid #E0E0E0;padding-bottom: 20px;}
body.layout_auditorium .field-date_and_time {display:none;}
body.layout_auditorium .swoogo-speaker-info {margin-top:-30px;}
body.layout_auditorium .map-wrap #map-06 #w_18760399 {padding-left:40px;background-color:#F1F1F1;margin-left: 3px;}
body.layout_auditorium .map-wrap #map-06 #w_18760399 a {background-color: #E0E0E0;margin-left: -5px;border-radius: 8px;padding: 1px 4px;color: #000;margin-right: -4px;z-index: 2;position: absolute;}

@media (max-width: 1500px) {
  body.layout_auditorium .map-wrap #map-02 p {font-size:18px;}
  body.layout_auditorium .map-wrap #map-02 {top:11.2%}
  body.layout_auditorium .map-wrap #map-03 {height: 15.5%;}
  body.layout_auditorium .map-wrap #map-04 {margin-top:35px;height: 40.5%;}
  body.layout_auditorium .map-wrap #map-05 {height: 13.0%;}
  body.layout_auditorium .map-wrap #map-06 {margin-top:10px;}
  body.layout_auditorium .map-wrap #map-06 .agendaAddText {padding: 30px 75px;}
}

@media (max-width: 1280px) {
  body.layout_auditorium .map-wrap #map-02 p {font-size:16px;}
  body.layout_auditorium .map-wrap #map-02 {top:11%}
  body.layout_auditorium .map-wrap #map-03 {height: 20.5%;}
  body.layout_auditorium .map-wrap #map-04 {margin-top:45px;height: 38.5%;}
  body.layout_auditorium .map-wrap #map-05 {height:15%;}
  body.layout_auditorium .map-wrap #map-06 {height:60%;}
  body.layout_auditorium .map-wrap #map-06 .agendaAddText {padding: 30px 45px;}
}

@media (max-width: 1015px) {
  body.layout_auditorium .map-wrap #map-02 p {font-size:14x;}
  body.layout_auditorium .map-wrap #map-02 {top:10%}
  body.layout_auditorium .map-wrap #map-03 {height: 30.5%;}
  body.layout_auditorium .map-wrap #map-04 {height: 28.5%;margin-top:55px;}
  body.layout_auditorium .map-wrap #map-04 .nav>li>a {padding:10px 10px}
  body.layout_auditorium .map-wrap #map-05 {height: 30.0%;}
  body.layout_auditorium .map-wrap #map-06 {height:60%}
  body.layout_auditorium .map-wrap #map-06 .nav>li>a {padding:10px 10px}
  body.layout_auditorium .map-wrap #map-06 .agendaAddText {padding: 30px 45px;}
 
}

@media (max-width: 767px) {
  .responsive-table>tbody>tr:not(.group-heading) {border-bottom:none}
  body.layout_auditorium .map-wrap #map-01 .swoogo-title {padding-left:20px;}
  body.layout_auditorium .map-wrap #map-04 .custom-agenda .group-heading th {padding-left:20px!important}
  body.layout_auditorium .map-wrap #map-03 #heading {padding-left: 20px;margin-top: 20px;}
  body.layout_auditorium .map-wrap #map-04 {margin-top: 2%;}
  body.layout_auditorium .map-wrap #map-04 .nav>li>a {padding: 10px 10px;}
  body.layout_auditorium .map-wrap #map-04 .custom-agenda .agenda-table td.name {padding-left: 20px!important;}
  body.layout_auditorium .map-wrap #map-04 .webinar_url {margin-left: 20px;float: left;}
  body.layout_auditorium .map-wrap #map-06 {margin-top: 2%;}
  body.layout_auditorium .map-wrap #map-06 .nav>li>a {padding: 10px 10px;}
  body.layout_auditorium .map-wrap #map-06 .agendaAddText {padding: 30px 45px;}
  body.layout_auditorium .map-wrap #map-06 .custom-agenda-2 .agenda-table td.name {padding-left: 20px!important;}
  body.layout_auditorium .map-wrap #map-06 .custom-agenda-2 .group-heading th {padding-left:20px!important;}
}

/* ################# END AUDITORIUM ################# */


/* ################# BREAKOUT ROOM ################# */
body.layout_breakout .map-wrap{background-image:url(https://assets.swoogo.com/themes/605b9bed39959/Summit_Virtual_Environments_Main_WaitingRoom_051222_es_MainBackground_1920x1200_WaitingRoomFinal_backgroundonly.jpg); background-position: top center;}
body.layout_breakout .map-wrap #map-01{height:3.5%;width:52.3%;left:41.7%;top:8.6%; z-index: 5;}
body.layout_breakout .map-wrap #map-01 .swoogo-title {align-items: center; display: flex; height: 100%; justify-content: flex-end;}
body.layout_breakout .map-wrap #map-01 .title {background: #ff4e00; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 10px 30px; text-transform: uppercase;}
body.layout_breakout .map-wrap #map-02{height:67.5%;width:55.5%;left:22.5%;top:15%; overflow-y: auto;}
body.layout_breakout .map-wrap #map-03{height:60.5%;width:57.5%;left:21.5%;top:18.5%;}
body.layout_breakout .map-wrap #map-03 .content,
body.layout_breakout .map-wrap #map-03 .widget {height: 100%;}
body.layout_breakout .map-wrap #map-03 .widget>div {margin: 0!important; height: 100%;}
body.layout_breakout .map-wrap #map-04{height:15%;width:38%;left:32%;top:53.5%;}
body.layout_breakout .map-wrap #map-04.map-image .swoogo-image img {object-fit: cover;}
body.layout_breakout .map-wrap #map-05{height:30.1%;width:10.4%;left:85.8%;top:15.6%;overflow-y: auto;}
body.layout_breakout .map-wrap #map-05 .widget>div {margin: 0!important;}
body.layout_breakout .map-wrap #map-06{height:34.2%;width:9.8%;left:86.2%;top:49.3%;overflow-y: auto;}
body.layout_breakout .map-wrap #map-06 .content,
body.layout_breakout .map-wrap #map-06 .widget,
body.layout_breakout .map-wrap #map-06 .session-survey,
body.layout_breakout .map-wrap #map-06 .session-survey .session-data,
body.layout_breakout .map-wrap #map-06 .session-survey .session-data>div,
body.layout_breakout .map-wrap #map-06 .swoogo-image {height: 100%;}
body.layout_breakout .map-wrap #map-06 .widget>div {margin: 0!important; height: 100%;}
body.layout_breakout .map-wrap #map-06 .swoogo-image a,
body.layout_breakout .map-wrap #map-06 .session-survey .session-data a {display: block; height: 100%; overflow: hidden; width: 100%;}
body.layout_breakout .map-wrap #map-06 .swoogo-image img,
body.layout_breakout .map-wrap #map-06 .session-survey .session-data img {display: block; height: 100%!important; object-fit: cover; object-position: center center; margin: 0!important; max-height: none!important; width: 100%;}
body.layout_breakout #w_9808835 .swoogo-widget-background {background-color: transparent !important}
body.layout_breakout .is-countdown {color:#000!important;}
body.layout_breakout .field-topic {font-size:49px;text-align:center;margin-top:60px;font-family: 'aktiv-grotesk', sans-serif;font-weight: 600;}
body.layout_breakout #w_19054830 .countdown-period {margin-top:-10px;}

.swoogo-preview body.layout_breakout .map-wrap #map-03 .empty-message,
.swoogo-preview body.layout_breakout .map-wrap #map-05 .empty-message,
.swoogo-preview body.layout_breakout .map-wrap #map-06 .empty-message {line-height: 32px;}
.swoogo-preview body.layout_breakout .map-wrap #map-03 .swoogo-cols>.row,
.swoogo-preview body.layout_breakout .map-wrap #map-05 .swoogo-cols>.row,
.swoogo-preview body.layout_breakout .map-wrap #map-06 .swoogo-cols>.row {margin: 0!important;}

@media (max-width: 1800px){
 body.layout_breakout .field-topic {margin-top: -25px!important;}
}

@media (max-width: 1500px){
  body.layout_breakout .field-topic {margin-top: -60px!important;font-size: 39px;}
}

@media (max-width: 1280px){
  body.layout_breakout .countdown-amount {font-size:300%;}
  body.layout_breakout .field-topic {margin-top: -80px !important; font-size: 31px;}
}

@media (max-width: 960px) {
  body.layout_breakout .field-topic {margin-top: -60px !important; font-size: 24px;}
  body.layout_breakout .map-wrap #map-04 {left: 30%;top: 51.5%;}
}

@media (max-width: 767px) {
    body.layout_breakout .map-wrap #map-01 .swoogo-title {display: block;}
    body.layout_breakout .map-wrap #map-01 .title {padding: 10px;}
  body.layout_breakout .map-wrap #map-03 {top: 0%!important;left: 0!important;width: 100%!important;height: 100%!important;}
    body.layout_breakout .map-wrap #map-06 {display: none;}
  body.layout_breakout .map-wrap #map-04 {width:50% !important; margin: auto}
  body.layout_breakout .swoogo-widget-background {margin-top:0px!important;}
  body.layout_breakout .field-topic {font-size:24px !important;margin-top: 20px!important;padding:0px 20px;}
  body.layout_breakout .swoogo-countdown {margin-top: 2% !important;margin-bottom:5%;font-size:10px!important;}
  body.layout_breakout #w_19054830 .countdown-period {margin-top:0px;}
}

@media (max-width: 396px) {
  body.layout_breakout .field-topic {font-size:20px !important;}
}
/* ################# END BREAKOUT ROOM ################# */

/* ################# VIRTUAL MOSIAC ################# */
#map-02-virtual-mosaic {top: 13%;width: 78%;left: 12%;}
/* ################# END VIRTUAL MOSIAC ################# */


/* ################# BOOTH MAIN HALL ################# */
body.layout_booth_main .map-wrap{background-image:url(booth.png); background-position: top center;}
body.layout_booth_main .map-wrap #map-01{height:37.8%;width:33.7%;left:10.7%;top:2.5%;}
body.layout_booth_main .map-wrap #map-02{height:37.8%;width:41.3%;left:47.5%;top:2.5%;}
body.layout_booth_main .map-wrap #map-02 .content,
body.layout_booth_main .map-wrap #map-02 .swoogo-sponsor-info,
body.layout_booth_main .map-wrap #map-02 .paragraph {height: 100%; width: 100%;}
body.layout_booth_main .map-wrap #map-02 .booth-image {display: block; height: 100% !important; object-fit: contain; object-position: center center; width: 100%;}
body.layout_booth_main .map-wrap #map-03{height:30.4%;width:40.8%;left:10.7%;top:46.8%;}
body.layout_booth_main .map-wrap #map-04{height:30.4%;width:40.2%;left:56.8%;top:46.8%;}
body.layout_booth_main .map-wrap #map-05{height:19.2%;width:8.5%;left:81.5%;top:70.5%;}

body.layout_booth_main .map-wrap #map-01 .title {padding: 15px;}
body.layout_booth_main .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs {border: 0;}
body.layout_booth_main .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li {margin: 0; width: 100%;}
body.layout_booth_main .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li a {background: #000; border-bottom: 1px solid #fff; color: #fff!important;}
body.layout_booth_main .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li.active a {background: #62c254; background: var(--primary); color: #000!important;}
body.layout_booth_main .map-wrap #map-01 .swoogo-tabs.tab-style-underline .tab-pane .tab-widget-content {padding: 15px;}
body.layout_booth_main .map-wrap #map-01 .btn {background: #bbb!important; border-color: #bbb!important; color: #000; padding: 0 5px; margin-right: 5px;}
body.layout_booth_main .map-wrap #map-01 .btn:hover,
body.layout_booth_main .map-wrap #map-01 .btn:focus {background: #62c254!important; background: var(--primary)!important;}
body.layout_booth_main .map-wrap #map-01 .icon-watch:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f03d'} 
body.layout_booth_main .map-wrap #map-01 .icon-search:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f002'} 
body.layout_booth_main .map-wrap #map-01 .icon-book:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f02d'} 
body.layout_booth_main .content-wrap #heading {display:none}

@media (max-width: 991px) {
    body.layout_booth_main .map-wrap {background-image: none!important; padding: 15px;}
    body.layout_booth_main .map-wrap [id*=map-] {position: relative!important; top:0!important; left:0!important; width: 100%!important; height: 100%!important;display:none;}
    body.layout_booth_main .map-wrap .map-img {display: none;}
    body.layout_booth_main .map-wrap.site-background {background-image: none!important;}
    body.layout_booth_main .map-wrap #map-03 {display: none;}
    body.layout_booth_main .content-wrap #heading {color:#000;font-size:30px;font-weight:600;padding-left:20px;}
}

@media (max-width:767px) {
    body.layout_booth_main .main__content .btn {font-size: 18px; padding: 10px 12px; width: 100%;background-color: #16C64F;border-color: #16C64F;color:#000;border-radius: 5px!important;}
}
/* ################# END BOOTH MAIN HALL ################# */

/* ################# BOOTH ################# */
body.layout_booth .map-wrap{background-image:url(booth.png); background-position: top center;}
body.layout_booth .map-wrap #map-01{height:51.5%;width:16%;left:24%;top:25.7%;overflow-y: auto;}
body.layout_booth .map-wrap #map-02{height:19.5%;width:29.1%;left:46%;top:26.5%;}
body.layout_booth .map-wrap #map-02 .content,
body.layout_booth .map-wrap #map-02 .swoogo-sponsor-info,
body.layout_booth .map-wrap #map-02 .paragraph {height: 100%; width: 100%;}
body.layout_booth .map-wrap #map-02 .booth-image {display: block; height: 100% !important; object-fit: contain; object-position: center center; width: 100%;}
body.layout_booth .map-wrap #map-03{height:15.2%;width:12.4%;left:82.6%;top:20.2%;}
body.layout_booth .map-wrap #map-04{height:47.4%;width:11.7%;left:82.9%;top:39.7%;overflow-y: auto;}

body.layout_booth .map-wrap #map-01 .title {padding: 15px;}
body.layout_booth .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs {border: 0;}
body.layout_booth .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li {margin: 0; width: 100%;}
body.layout_booth .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li a {background: #000; border-bottom: 1px solid #fff; color: #fff!important;}
body.layout_booth .map-wrap #map-01 .swoogo-tabs.tab-style-underline .nav-tabs>li.active a {background: #62c254; background: var(--primary); color: #000!important;}
body.layout_booth .map-wrap #map-01 .swoogo-tabs.tab-style-underline .tab-pane .tab-widget-content {padding: 15px;}
body.layout_booth .map-wrap #map-01 .btn {background: #bbb!important; border-color: #bbb!important; color: #000; padding: 0 5px; margin-right: 5px;}
body.layout_booth .map-wrap #map-01 .btn:hover,
body.layout_booth .map-wrap #map-01 .btn:focus {background: #62c254!important; background: var(--primary)!important;}
body.layout_booth .map-wrap #map-01 .icon-watch:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f03d'} 
body.layout_booth .map-wrap #map-01 .icon-search:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f002'} 
body.layout_booth .map-wrap #map-01 .icon-book:before {font-family: 'Font Awesome\ 5 Free', 'Font Awesome 5 Pro'; font-weight: 900; color: #000; content: '\f02d'} 

@media (max-width: 991px) {
    body.layout_booth .map-wrap {background-image: none!important; padding: 15px;}
    body.layout_booth .map-wrap [id*=map-] {position: relative!important; top:0!important; left:0!important; width: 100%!important; height: 100%!important; }
    body.layout_booth .map-wrap .map-img {display: none;}
    body.layout_booth .map-wrap.site-background {background-image: none!important;}
    body.layout_booth .map-wrap #map-03 {display: none;}
}
/* ################# END BOOTH ################# */

/* ################# HELP DESK ################# */
body.layout_help_desk .map-wrap{background-image:url(help_desk.jpg); background-position: top center;}
body.layout_help_desk .map-wrap #map-01{height:62%;width:31.8%;left:37.2%;top:19%; overflow-y: auto;}
body.layout_help_desk .map-wrap #map-02{height:62%;width:20.8%;left:71%;top:20%; overflow-y: auto;}
body.layout_help_desk .map-wrap #map-03{height:31.3%;width:46.1%;left:24.0%;top:55.5%; overflow-y: auto;}
body.layout_help_desk .map-wrap #map-03 .content .paragraph,
body.layout_help_desk .map-wrap #map-03 .content .title {font-family: 'Crimson'; font-size: 50px; font-weight: 400;}

/*################# AWARD HALL MAIN ################# */
body.layout_award_hall_main .breakoutBanner {background-color:#000;padding:20px 40px 10px;color:#fff;border-bottom: 1px solid #16C64F;text-align:center;}
body.layout_award_hall_main .breakoutBanner a {color:#16C64F}
/*body.layout_award_hall_main .map-wrap{background-image:url(award_hall_main.jpg); background-position: top center;}
body.layout_award_hall_main .map-wrap #map-01{height:37.1%;width:12.5%;left:15.8%;top:18.8%;}
body.layout_award_hall_main .map-wrap #map-02{height:37.1%;width:12.5%;left:29.9%;top:18.8%;}
body.layout_award_hall_main .map-wrap #map-03{height:37.1%;width:12.6%;left:43.8%;top:18.8%;}
body.layout_award_hall_main .map-wrap #map-04{height:37.1%;width:12.5%;left:57.8%;top:18.8%;}
body.layout_award_hall_main .map-wrap #map-05{height:37.1%;width:12.5%;left:71.6%;top:18.8%;}
@media (max-width: 767px) {
    body.layout_award_hall_main .map-wrap {display: flex; flex-flow: row wrap;}
    body.layout_award_hall_main .map-wrap .map-item {flex: 0 0 50%; padding: 15px;}
} */
.sponsor.more-info-data.field-website a {
  color: #00754A;
}

/* ################# AWARD HALL ################# */
body.layout_award_hall_awards .map-wrap {align-items: center; background: url(https://assets.swoogo.com/uploads/full/2564991-644aebb6b6778.jpg) no-repeat top center; background-size: cover; display: flex; justify-content: center; min-height: calc(100vh - 135px);}
body.layout_award_hall_awards .map-wrap .content {width: 100%;}

@media (max-width: 767px) { 
  body.layout_award_hall_awards .sponsors-awards-2 .sponsor-group-top {display: block !important;}
  body.layout_award_hall_awards .sponsors-awards-10 .sponsor-group-top,
  body.layout_award_hall_awards .sponsors-awards-10 .inner-group {display: block !important;}
  body.layout_award_hall_awards .sponsors-awards-42 .session-group-top,
  body.layout_award_hall_awards .sponsors-awards-42 .session-group-middle,
  body.layout_award_hall_awards .sponsors-awards-42 .session-group-bottom,
  body.layout_award_hall_awards .sponsors-awards-42 .inner-group-1, 
  body.layout_award_hall_awards .sponsors-awards-42 .inner-group-2, 
  body.layout_award_hall_awards .sponsors-awards-42 .sponsor-item.category {display: block !important;width: 100%;}
  body.layout_award_hall_awards .map-wrap .map-img {display: block !important;}

}

/* ################# AWARD HALL MAIN ################# */
body.layout_award_hall_main .map-wrap{background-image:url(https://assets.swoogo.com/uploads/full/1699912-624dcf52d25ea.jpg); background-position: top center;}
body.layout_award_hall_main .map-wrap .container .content {width: 100%; height: 100%;}
body.layout_award_hall_main .map-wrap #w_19210643 {margin: 12% 8% 25%;}

@media (max-width: 1500px) {
  body.layout_award_hall_main .map-wrap #w_19210643 {margin: 8% 12% 25%;}
}

@media (max-width: 1280px) {
  body.layout_award_hall_main .map-wrap #w_19210643 {margin: 8% 10% 25%;}
}

@media (max-width: 990px) {
  body.layout_award_hall_main .map-wrap #w_19210643 {margin: 8% 1% 25%;}
}
 
@media (max-width: 990px) {
  body.layout_award_hall_main .map-wrap #w_19210643 {margin: 0px;}
}

/* ################# FOOTER ################# */
.footerLink:hover{border-bottom: 1px solid #16C64F;text-decoration:none}
.footerLink:focus{border-bottom: 1px solid #16C64F;text-decoration:none}
/* ################# END FOOTER ################# */
/* ################################## END VIRTUAL CSS ################################## */


/* ################# FOOTER ################# */
.footerLink:hover{border-bottom: 1px solid #16C64F;text-decoration:none}
.footerLink:focus{border-bottom: 1px solid #16C64F;text-decoration:none}
/* ################# END FOOTER ################# */
/* ################################## END VIRTUAL CSS ################################## */

/* ################################## FOOTER ################################## */
/* ################# FOOTER MOBILE CSS ################# */
/*** FOOTER RIGHT SIDE DESIGN IMAGE ***/
#footerRightSideDesignImage {display: none;}

/*** FOOTER DEFAULT ***/
.footer-default{margin-top: 0px !important;width: 100%;}

/*** FOOTER CONTAINER ***/
.container-footer {font-size: 14px !;font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif!important;}

/*** FOOTER MIDDLE NAV ***/
#nav-sm_default_middle > ul > li > a {color: #BBBBBB;}

/*** FOOTER RIGHT NAV ***/
#nav-sm_default_right > ul > li > a {color: #BBBBBB;}

/*** FOOTER LINKS ***/
#footerLinks {margin-right: 0px;}
/* ################# END FOOTER MOBILE CSS ################# */

/* ################# FOOTER DESKTOP CSS ################# */
/*** MEDIA 960 ***/
@media (min-width: 960px) {
/*** FOOTER RIGHT SIDE DESIGN IMAGE ***/
#footerRightSideDesignImage {display: block;float: right;width: 346px;margin-top: -400px;position: relative;z-index: 9;}
  
/*** FOOTER LINKS ***/
#footerLinks {margin-right: 300px;}
  
/*** FOOTER RIGHT NAV ***/
.c-sitemap__group {padding: 0px 0 60px;}
}
/*** END MEDIA 960 ***/

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
/*** FOOTER CONTAINER ***/
.container-footer {width: 1250px !important;max-width: 1250px !important;}
  
/*** FOOTER LINKS ***/
#footerLinks {padding-left: 160px;}
}
/*** END MEDIA 1280 ***/
/* ################# END FOOTER DESKTOP CSS ################# */
/* ################################## END FOOTER ################################## */

/* ################################## REGISTRATION PAGES ################################## */

.regCircle {border-radius: 50%;padding: 4.5px 11.5px;background: #F1F1F1;margin-right: 10px; font-size: 18px;}

.form-control:focus {
    border-color: #009d4f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #009d4f;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px  #009d4f;
}

/* ################# REGISTRATION PAGES MOBILE CSS ################# */
.registration input[type="checkbox"]:checked,
.registration input[type="radio"]:checked {
  accent-color: #009D4F;
}
.registrationContainer {
  background-color: #fff;
  margin: 0 auto;
}
.registrationContainerTravel {
  background-color: #fff;
  margin: 0 auto;
}
.registrationContentContainer {
  max-width: 100%;
  margin: 0 20px;
}
.registrationContentContainer label.control-label {
  font-size: 14px !important;
  line-height: 23.8px !important;
  color: #2b2b2b !important;
  margin-bottom: 5px;
  font-family: 'aktiv-grotesk', sans-serif !important;
}
.registrationContentContainer div.required label.control-label:first-child::after {
  color: #CE0E2D;
  content: none;
}
.registrationContentContainer div.required label.control-label:first-child::before {
  color: #CE0E2D;
  content: "* ";
}
.registrationContentContainer input[type="text"],
.registrationContentContainer input[type="email"],
.registrationContentContainer input[type="password"] {
  border: 1px solid #bbbbbb;
  border-radius: 2px;  
  height: 31px;
}
.registrationContentContainer input[type="text"]:focus,
.registrationContentContainer input[type="email"]:focus,
.registrationContentContainer input[type="password"]:focus,
.registrationContentContainer input[type="text"]:active,
.registrationContentContainer input[type="email"]:active,
.registrationContentContainer input[type="password"]:active {
  border: 1px solid #009D4F;
  border-radius: 2px;  
  height: 31px;registrationContainer
}
.registrationContentContainer .form-group {
  margin-bottom: 10px;
}
.registration.accountLogin .form-group.field-registrantloginform-password,
.registration.requestPasswordReset .form-group.field-contactrequestpasswordresetform-email,
.registration.resetPassword .form-group.field-contactresetpasswordform-repeat_password {
  margin-bottom: 0px
}
.registrationContentContainer .form-control {  
  color: #000!important;
  font-size: 16px!important;
  font-family: 'aktiv-grotesk', sans-serif!important;
  font-weight: 500!important;
}
.registrationDetails .registrationContentContainer .form-control {  
  width: 200px;
}
.registrationDetails .registrationContentContainer .input-group-btn {  
  display: inline-block;
  padding-left: 10px;
}
.registrationDetails .registrationContentContainer .input-group-btn button {  
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid #009D4F;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif !important;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  padding: .5px 12px;
  font-size: 11px !important;
  line-height: 28px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  background-color: transparent;
  color: inherit ;
}
.registrationDetails .registrationContentContainer .input-group-btn button:hover,
.registrationDetails .registrationContentContainer .input-group-btn button:focus { 
  background-color: #009D4F;
  color: #000;
}
.registrationContentContainer div.swoogo-button {
  padding: 40px 0;
}
.registrationContentContainer div.swoogo-button-group div.swoogo-button,
.registration.requestPasswordReset .registrationContentContainer div.swoogo-button,
.registration.resetPassword .registrationContentContainer div.swoogo-button,
 #w_37375071.swoogo-button {
  padding: 15px 0 40px 0 !important;
}
.registrationContentContainer .mb-large {
  margin-bottom: 20px!important;
}

.registration #summitupdates__input_2024,
.registration #fe5966 {
  border: #bbb solid 1px;
  border-radius: 2px;
}

.registration #summitupdates__input_2024:focus,
.registration #fe5966:focus {
  border: #009D4F solid 1px;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.registration .summitUpdatesForm button {
  padding-top: 0;
  padding-bottom: 0;
}

.registration .summitUpdatesForm button a,
.registration .summitUpdatesForm button a:hover,
.registration .summitUpdatesForm button a:focus {
  border: #009D4F 1px solid;
}

.registrationDetails .registrationContentContainer div.discountSuccess {
  position: absolute;
  width: fit-content;
  left: 15px;
  top: 0;
  background-color: #E4F2E1;
  color: #00754A;
  padding: 9px 10px 0px 10px;
  font-size: 11px;
  border-radius: 3px;
  min-height: 32px;
  line-height: 0;
}

.registrationDetails .registrationContentContainer div.discountFailure {
  position: absolute;
  width: fit-content;
  left: 15px;
  top: 0;
  background-color: #F6E5CD;
  color: #000;
  padding: 9px 10px 0px 10px;
  font-size: 11px;
  border-radius: 3px;
  min-height: 32px;
  line-height: 0;
}

.registrationDetails .registrationContentContainer div.discountSuccessGroup {
  width: fit-content;
  background-color: #E4F2E1;
  color: #00754A;
  padding: 9px 10px;
  font-size: 11px;
  border-radius: 3px;
  min-height: 32px;
  line-height: 28px;
}
/* ################# END REGISTRATION PAGES MOBILE CSS ################# */

/* ################# REGISTRATION DESKTOP CSS ################# */

@media (min-width:650px){
  .registrationContainer {
    max-width: 900px;
    margin: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px #00000029;
    -ms-box-shadow: 0px 0px 10px #00000029;
    -moz-box-shadow: 0px 0px 10px #00000029;
    border-radius: 15px;
  }
  .registrationContainerTravelTwo {
    max-width: 66%;
    margin: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px #00000029;
    -ms-box-shadow: 0px 0px 10px #00000029;
    -moz-box-shadow: 0px 0px 10px #00000029;
    border-radius: 15px;
  }
    .registrationContainerTravel {
      max-width: 900px;
      margin: 20px;
    }
    .registrationContentContainer {
      margin: 0 40px;
    }
  .registrationContentContainerTravel {
      margin: 0 40px;
    }
    .professionalProfile .swoogo-question {
      margin-left: 55px !important;
    }
    .registrationDetails .registrationContentContainer .form-control {  
      width: 300px;
    }
    
  }
@media (min-width:960px){
  .registrationContainer {
    max-width: 1000px;
    width: 96%;
    margin: 60px auto;
  }
  .registrationContainerTravel {
    max-width: 1000px;
    width: 96%;
    margin:40px auto 60px;
  }
  .registrationContentContainer {
    max-width: 920px;
    margin: 0 auto;
  }
    .registrationContentContainerTravel {
    max-width: 720px;
    margin: 0 auto;
  }
  .registrationContentContainer .form-control { 
    font-size: 14px!important;
  }
  .registrationContentContainer div.swoogo-button-group div.swoogo-button,
  .registration.accountLogin .registrationContentContainer div.swoogo-button,
  .registration.resetPassword .registrationContentContainer div.swoogo-button,
  #w_37375071.swoogo-button  {
    padding: 30px 0 40px 0 !important;
  }
  .registrationContentContainer .mb-large {
    margin-bottom: 40px!important;
  }

  .registrationDetails .registrationContentContainer div.discountSuccess,
  .registrationDetails .registrationContentContainer div.discountFailure{
    width: fit-content;
    left: -35px;
    padding: 8px 10px 0px 10px;
    font-size: 14px;
    top: 11px;
  }

  .registrationDetails .registrationContentContainer div.discountSuccessGroup {
    width: fit-content;
    padding: 8px 10px 0px 10px;
    font-size: 14px;
    top: 11px;
    line-height: 0;
  }
}
/* ################# END REGISTRATION DESKTOP CSS ################# */
/* ################################## END REGISTRATION PAGES ################################## */

/* ################################## CONTACT US PAGE ################################## */
/* ################# CONTACT US MOBILE CSS ################# */
/*** NAV ***/
.nav2 {height: 100%;padding-bottom: 20px;}
#contactMenuIcon {margin-top: -15px;}

/*** REGISTER BUTTON ***/
#w_19208983 {margin-top: 9px;}

/*** SIGN IN ALREADY REGISTER LINK ***/
#w_19208984 {margin-top: 24px;}
#w_19208984 a {padding: 10px 10px !important;font-family: 'aktiv-grotesk', sans-serif;font-size: 16px;}
#w_19208984 a:hover {text-decoration-color: #009D4F;color: #009D4F;background-color: #00035C !important;}
/*** END NAV ***/
/*** END SIGN IN / ALREADY REGISTER LINK ***/

/*** HOME BREADCRUM LINK ***/
.breadcrumbLink:hover,
.breadcrumbLink:focus {text-decoration: underline;text-decoration-color: #009D4F;}

/*** LEFT SIDE IMAGE ***/
#contactusLeftSideDesignImageContainer {display: none;}

/*** RIGHT SIDE IMAGE ***/
#contactusRightSideDesignImageContainer {display: none;}

/*** BREADCRUM ***/
#w_22818031 {margin-top: 30px;margin-bottom: 25px;}

/*** DESIGN GREEN DOTS ***/
#w_19208986 {width: 120px;height: 25px;margin-bottom: 25px;}

/*** MAIN HEADING ***/
#w_19208985 {margin-bottom: -20px;font-family: 'aktiv-grotesk';font-weight: 600;}

/*** BLUE ACCENT LINE ***/
#w_19208988 {margin-bottom: 40px;}

/*** FIRST FORM PARAGRAPH ***/
#w_19208987 {margin-bottom:25px;font-family: aktiv-grotesk;}

/*** REQURIED FIELDS STATEMENT ***/
#w_19208989 {font-family: aktiv-grotesk;}

/*** FORM DATA ***/
#cForm label {font-size: 16px;font-family: aktiv-grotesk;color: #000;text-transform: none;letter-spacing: 0;}
#cForm input {margin-bottom: 20px;border: 1px solid #cccccc;}
#cForm textarea {border: 1px solid #cccccc;;}
#companyStatement {font-size: 12px;color: #666666;margin: 5px 0px 20px;}
#company {margin-bottom:0px !important;}
#commentStatement {font-size: 12px;color: #666666;margin: 0px 0px 0px;float: right;}

/*** FAQ SECTION ***/
#w_19208991 {border: none;}
#w_19208991 p {background-color: #f1f1f1;margin-left: 0px;padding-left: 20px;height: 100%;padding-top: 15px;padding-bottom: 15px;margin-right: 0px;font-weight: 600;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990 {margin-right: 0px;margin-top: 0px;margin-bottom: 60px;border-left: 1px solid #BBBBBB;border-right: 1px solid #BBBBBB;border-bottom: 1px solid #BBBBBB;}
#w_19208990_heading_1 {margin-top: -30px;}
#w_19208990_heading_1 > h4 > a > p > span {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_2 > h4 > a > p > span {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_3 > h4 > a > p > span {font-size: 12pt !important;;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_4 > h4 > a > p > span {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_5 > h4 > a > p > span {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_6 > h4 > a > p > span {font-size: 16px !important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208990_heading_7 > h4 > a > p > span {font-size: 16px!important;line-height: 30.6px;font-family: 'aktiv-grotesk', sans-serif;}
#w_19208993 > div > p > span {font-size: 16px !important;line-height: 27.2px;}
#w_19208994 > div > p > span {font-size: 16px !important;line-height: 27.2px;}
#w_19209067 > div > p > span {font-size: 16px !important;line-height: 27.2px;}
#w_19209071 > div > p > span {font-size: 16px !important;line-height: 27.2px;}
#w_19209068 > div > p > span {font-size: 16px !important;line-height: 27.2px;}

/*** OPTIONAL COMMENT TEXT ***/
#commentsOptional {font-family: 'aktiv-grotesk', sans-serif;;font-size: 14px;color: #666666;}

/*** CONTACT US BUTTON ***/
#contact-us {width: 157px;height: 49px;color: #000;background-color: #009D4F;border-color: #009D4F;border: 1px solid #009D4F;padding-bottom: 5px;margin-bottom: 60px;margin-top: 20px;text-transform: uppercase;font-size: 12px;font-weight: 600;padding-top: 8px !important;border-radius: 50px !important;border-width: 2px !important;letter-spacing: 1.2px !important;font-weight: bold !important;font-family: 'aktiv-grotesk', sans-serif;}
#contact-us:hover {color: #000;background-color: transparent;border-color: #009D4F;border: 1px solid #009D4F;}
#contact-us > i {padding-left: 10px;}
#formConsent {margin-top: 40px;font-size: 14px;font-family: 'aktiv-grotesk', sans-serif;}
/* ################# CONTACT US MOBILE CSS ################# */

/* ################# CONTACT US DESKTOP CSS ################# */
/*** MEDIA 650 ***/
@media (min-width: 650px) {
  .contactusContainer .col-sm-6 {
    width: 100%;
  }
}
/*** MEDIA 960 ***/
@media (min-width: 960px) {
  .contactusContainer .col-sm-6 {
    width: 50%;
  }
/*** NAV ***/
.nav2 {height: 145px;padding-bottom: 0px;}
.nav2 .menu {margin-bottom: 5px;}
.nav2 {margin-bottom: 0px !important;}
  
/*** MAIN CONTENT ***/
.contactusContainer {max-width: 1280px;margin: 0 auto;}
.contactusContentContainer {margin-left: 255px;margin-right: 255px;}
  
/*** LEFT SIDE IMAGE ***/ 
#contactusLeftSideDesignImageContainer {display: block;position: absolute;margin-top: 335px;float: left;top: 0px;}
#contactusLeftSideDesignImage  {width: 123px;height: auto;}
  
/*** RIGHT SIDE IMAGE ***/ 
#contactusRightSideDesignImageContainer {display: block;position: relative;margin-top: -1225px;float: right;top: 0px;}
#contactusRightSideDesignImage  {width: 232px;height: auto;}
  
/*** FIRST FORM PARAGRAPH ***/
#w_19208987 {padding-right: 40px;}
 
/*** FAQ SECTION ***/
#w_19208991 {margin-left: 40px;}
#w_19208991 p {background-color:#F1F1F1;margin-left: 0px;padding-left: 20px;height: 90px;padding-top: 15px;border-top: 1px solid #BBBBBB;border-left: 1px solid #BBBBBB;border-right: 1px solid #BBBBBB;margin-top: 100px;}
#w_19208990 {margin-top: -40px;margin-left: 40px;border-left: 1px solid #BBBBBB;border-right: 1px solid #BBBBBB;border-bottom: 1px solid #BBBBBB;}
#w_19208990_heading_1 {margin-top: 0px;} 
} 
/*** END MEDIA 960 ***/
/*** MEDIA 1270 ***/
@media (min-width: 1270px) {
  .contactusContainer .col-sm-6 {
    width: 50%;
  }
}

#w_23004210 .panel.panel-default{
  box-shadow: none;
}

#w_23004210_heading_10 a, #w_23020526 .faqDescription{
  border-bottom: 0px #f1f1f1;
}

.panel-default>.panel-heading {
  background-color: #fff;
}
/* ################################## TOP CARD HEADER ################################## */
/* ################# TOP CARD HEADER MOBILE CSS ################# */
.experience #topCard {height: 520px;background-color: #000481;}
.experience #topCardHeaderContentContainer {background-color: #000481; background-image: none; padding-left: 20px; padding-right: 20px; padding-top: 60px;}
.experience #topCardContentContainer {text-align:center;padding:30px;}
.experience .topCardContentContainer p,
.experience .topCardContentContainer a,
.experience .topCardContentContainer h1 {color: #fff;}
.experience .topCardTextContainer {padding-top: 60px;}
.experience .experienceCollageTextbox {
  border: #fff solid 3px;
}

.experience .experienceCollageTextbox p {
  margin: 0 auto;
}
.experienceCollageTextboxPercent {
  font-weight: 600;
  font-size: 30px;
}
.experience #experienceTakeawayContentTextContainer6 {
  padding-left: 45px;
}
#w_25474348 {
  padding-top: 60px;
}
#w_25486271,
#w_25486291,
#w_25486445 {
padding-top: 40px;
}

.experienceCollageRow strong {
  font-weight: 600;
}

.experience .topCardTextContainer h1 {
  font-size: 37px;
  line-height: 55.5px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  padding-bottom: 20px;
}
.experience .topCardTextContainer p {
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.topCardMobileOnly {display: block;}
.superQuote {
  color: #00754A;
  font-size: 64px;
  line-height: 0;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-left: -32px;
}
.experience p.testimonialQuote {
  font-style: italic;
  color: #000;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 600;
}
.experience .testimonialName {
  color: #00754A;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 600;
}
.experience .testimonialTitle {
  color: #000;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 300;
}
.experience h2 {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience .ticketContainer h3 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience p,
.experience li {
  font-size: 16px;
  line-height: 27.2px;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience .ticketContainer p {
  padding-left: 40px;
  padding-right: 40px;
}
.experience .experienceBox {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
}

#w_25473400 {
  padding-top: 40px;
}
.experience .experienceInnovative,
#w_25473406 {
  padding-top:60px;
}

#ecb1 {
  display: none;
}
#ecb2 {
  flex: 1 50%;
  order: 3;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb3 {
  flex: 1 50%;
  order: 5;
}
#ecb3 img{
  height: 100%;
}
#ecb4 {
  flex: 1 50%;
  order: 6;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb5 {
  flex: 1 50%;
  order: 2;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb6 {
  flex: 1 50%;
  order: 1;
}
#ecb6 img{
  height: 100%;
}
#ecb7 {
  display: none;
}
#ecb8 {
  flex: 1 50%;
  order: 4;
}
#ecb8 img{
  height: 100%;
}
#ecb9 {
  flex: 1 100%;
  order: 1;
}
#ecb10 {
  flex: 1 100%;
  order: 3;
}
#ecb11 {
  flex: 1 100%;
  order: 2;
}

.experienceCollageRow {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
}
#experienceCollageContentTextContainer3 .experienceCollageRow {  
  width:100%;
  margin: 0 auto;
}
.experienceCollageRow > * {
  padding: 3px;
  flex: 1 50%;
  min-height: 160px;
}

.experience #ecb2 {
  background-color: #f1f1f1;
  align-items: center;
  display: flex;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}

.experience #ecb4 {
  background-color: #16C64F;
  align-items: center;
  display: flex;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}

.experience #ecb5 {
  background-color: #000481;
  align-items: center;
  display: flex;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}

.experience #ecb11 {
  background-color: #f1f1f1;
  align-items: center;
  display: flex;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 27.2px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  padding-left: 50px; 
  padding-right: 40px;
  padding-top: 30px;
}
#w_25474299,
#w_25474302 {
  margin: 0 auto;
  background-image:url(https://assets.swoogo.com/uploads/full/2256368-6397298f02323.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width: 350px;
}

#w_25474298 .col-sm-5{
  padding-bottom: 60px;
}

#w_25510920,
#w_25510922,
#w_25534141,
#w_25531957 {
  position: relative;
}

#w_25510920 img {
  position: absolute;
  top: -225px;
  right: 0;
}

#w_25531957 img {
  position: absolute;
  top: -92px;
  right: 0;
  z-index: 1;
}

#w_25510922 img {
  position: absolute;
  top: -135px;
  left: 0;
}

#w_25534141 img {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 1;
}
/* ################# END TOP CARD HEADER MOBILE CSS ################# */

/* ################# TOP CARD HEADER DESKTOP CSS ################# */
/*** MEDIA 768 ***/
@media (min-width: 768px) {
  #w_25474298 .col-sm-5 {
    width: 41.66666667%;
    float: none;
    margin: 0 auto;
}
#w_25474348, #w_25486271 {
  padding-top: 0px;
}
#experienceCollageContentTextContainer3 .experienceCollageRow {  
  max-width: 625px;
  margin: 0 auto;
}

.experience #topCard {
  height: 420px;
}

.experience #topCardHeaderContentContainer .col-sm-5 {
  width: 80%;
}
#ecb9 {
  flex: 1 50%;
  order: 1;
}
#ecb10 {
  flex: 1 50%;
  order: 2;
}
#ecb11 {
  flex: 1 100%;
  order: 3;
}
}
/*** END MEDIA 768 ***/
/*** MEDIA 960 ***/
@media (min-width: 960px) {
  
.experienceCollageTextboxPercent {
  font-weight: 600;
  font-size: 30px;
}

  .experience .experienceInnovative {
    padding-right:265px;
    }

    #w_25473409 .experienceInnovative {
      padding-top: 0;
    }
#w_25473400,
#w_25473406 {
  padding-top: 0px;
}
#w_25486271 {
padding-top: 0px;
}
  .experience .experienceBox {
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .experience #experienceTravelContentTextContainer6.experienceBox {
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .experience .experienceWideBox {
    max-width: 1280px;
    margin: 0 auto;
  }
  .experience #experienceTakeawayContentTextContainer6 {
    padding-left: 125px;
  }
  .experience #experienceTakeawayContentTextContainer6 .testimonialQuote {
    padding-right: 20px;
  }
  #w_25474348 {
    padding-top: 0px;
  }
  .experience #topCard .topCardContentContainer {
    padding-left: 125px;
  }
.experience h2 {
  font-size: 31px;
  line-height: 46.5px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience .ticketContainer h3 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience p,
.experience li {
  font-size: 18px;
  line-height: 30.6px;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.experience .ticketContainer p {
  padding-left: 40px;
  padding-right: 40px;
}












  

#ecb1 {
  display: none;
}
#ecb2 {
  flex: 1 33%;
  order: 3;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb3 {
  flex: 1 33%;
  order: 5;
}
#ecb3 img{
  height: 100%;
}
#ecb4 {
  flex: 1 33%;
  order: 6;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb5 {
  flex: 1 33%;
  order: 2;
  padding-left: 20px;
  padding-right: 20px;
}
#ecb6 {
  flex: 1 33%;
  order: 1;
}
#ecb6 img{
  height: 100%;
}
#ecb7 {
  display: none;
}
#ecb8 {
  flex: 1 33%;
  order: 4;
}
#ecb8 img{
  height: 100%;
}
#ecb9 {
  flex: 1 25%;
  order: 1;
}
#ecb10 {
  flex: 1 25%;
  order: 2;
}
#ecb11 {
  order: 3;
  flex: 2 50%;
}
  
  .experienceCollageRow {
    display: flex;  
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
  }
  #experienceCollageContentTextContainer3 .experienceCollageRow {  
    width: auto;
    max-width: 100%;
  }
  .experienceCollageRow > * {
    padding: 3px;
    flex: 1 50%;
    min-height: 160px;
  }
  
  .experience #ecb2 {
    background-color: #f1f1f1;
    align-items: center;
    display: flex;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 300;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb4 {
    background-color: #16C64F;
    align-items: center;
    display: flex;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 300;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb5 {
    background-color: #000481;
    align-items: center;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 300;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb11 {
    background-color: #f1f1f1;
    align-items: center;
    display: flex;
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 300;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    padding-left: 50px; 
    padding-right: 40px;
    padding-top: 30px;
  }
.experience p.testimonialQuote {
  font-style: italic;
  color: #000;
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}
.experience .testimonialName {
  color: #00754A;
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 600;
}
.experience .testimonialTitle {
  color: #000;
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 300;
}
#w_25474299,
#w_25474302 {
  margin: 0 auto;
  background-image:url(https://assets.swoogo.com/uploads/full/2256368-6397298f02323.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width: 369px;
  height: 409px  
}

#w_25474298 .col-sm-5{
  padding-bottom: 0;
}
}

/*** TOP CARD HEADER CONTAINER ***/
.experience #topCardHeaderContainer{margin-top: 0px;padding: 0px;}
  
  
/*** TOP CARD HEADER CONTENT CONTAINER ***/
.experience #topCardHeaderContentContainer {margin: 0 auto;max-width: 1280px; min-height: 480px;}
  
/*** TOP CARD HEADER TEXT CONTAINER ***/

.experience #experienceCollageContentTextContainer .col-sm-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.experience .travelDetailsHeading {
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}

.experience .travelDetailsAddress span {
  font-weight: 600;
  color: #00754A;
}

#w_25488377 a,
#w_25488379 a,
#w_25489020 a,
#w_25488512 a,
#w_29912467 a,
#w_29912586 a,
#w_29912589 a,
#w_29913187 a,
#w_29913209 a,
#w_29913212 a,
#w_29913215 a,
#w_29913213 a,
#w_29913214 a,
#w_29914669 a,
#w_29914816 a,
#w_29914815 a,
#w_29914812 a,
#w_29914813 a,
#w_29914814 a{
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00754A;
}

#w_25488377 a:hover,
#w_25488379 a:hover,
#w_25489020 a:hover,
#w_25488512 a:hover,
#w_29912467 a:hover,
#w_29912586 a:hover,
#w_29912589 a:hover,
#w_29913187 a:hover,
#w_29913209 a:hover,
#w_29913212 a:hover,
#w_29913215 a:hover,
#w_29913213 a:hover,
#w_29913214 a:hover,
#w_29914669 a:hover,
#w_29914816 a:hover,
#w_29914815 a:hover,
#w_29914812 a:hover,
#w_29914813 a:hover,
#w_29914814 a:hover,
#w_25488377 a:focus,
#w_25488379 a:focus,
#w_25489020 a:focus,
#w_25488512 a:focus,
#w_29912467 a:focus,
#w_29912586 a:focus,
#w_29912589 a:focus,
#w_29913187 a:focus,
#w_29913209 a:focus,
#w_29913212 a:focus,
#w_29913215 a:focus,
#w_29913213 a:focus,
#w_29913214 a:focus,
#w_29914669 a:focus,
#w_29914816 a:focus,
#w_29914815 a:focus,
#w_29914812 a:focus,
#w_29914813 a:focus,
#w_29914814 a:focus{
  text-decoration: underline;
  color: #000;
}
/*** END MEDIA 990 ***/
}

/*** MEDIA 991 ***/
@media (min-width: 991px) {
  .topCardMobileOnly {display: none;}
}

/*** MEDIA 1070 ***/
@media (min-width: 1070px) {

  .experience #topCard {
    height: 520px;
  }

  .experience #topCardHeaderContentContainer {
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover;
    background-image: url(https://assets.swoogo.com/uploads/full/2261084-639a0d2cdcf1d.jpg);
  }
  .experience #topCardHeaderContentContainer .col-sm-5 {
    width: 41.66666667%;
  }
  .experience #topCardHeaderContentContainer {padding-left:0px;}
  .experience #topCard {height: 480px;background-color: #F1F1F1;}
  .experience #topCard .topCardTextContainer {
    padding-top: 50px;
  }
  .experience #topCard .topCardTextContainer h1 {
    font-size: 39px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    color: #000;
    line-height: 55.5px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .experience #topCard .topCardTextContainer p {
    font-size: 20px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    color: #000;
    line-height: 30px;
  }
  
  .experience .topCardContentContainer a,
  .experience .topCardContentContainer p {
    color: #000;
  }

  #ecb1 {
    flex: 1 25%;
    display: block;
    order: 1;
  }
  #ecb2 {
    flex: 1 25%;
    order: 2;
    padding-left: 40px;
    padding-right: 40px;
  }
  #ecb3 {
    flex: 1 25%;
    order: 3;
    height: auto;
  }
  #ecb3 img{
    height: auto;
  }
  #ecb4 {
    flex: 1 25%;
    order: 4;
    padding-left: 40px;
    padding-right: 40px;
  }
  #ecb5 {
    flex: 1 25%;
    order: 5;
    padding-left: 40px;
    padding-right: 40px;
  }
  #ecb6 {
    flex: 1 25%;
    order: 6;
    height: auto;
  }
  #ecb6 img{
    height: auto;
  }
  #ecb7 {
    flex: 1 25%;
    display: block;
    order: 7;
  }
  #ecb8 {
    flex: 1 25%;
    order: 8;
    height: auto;
  }
  #ecb8 img{
    height: auto;
  }
  
  #ecb9 {
    order: 1;
  }
  #ecb10 {
    order: 2;
  }
  #ecb11 {
    order: 3;
    flex: 2 50%;
  }
  .experienceCollageRow {
    width: auto;
  }
  #experienceCollageContentTextContainer3 .experienceCollageRow {  
    width: auto;
  }
  .experienceCollageRow > * {
    padding: 3px;
    flex: 1 25%;
  }
  
  .experience #ecb2 {
    background-color: #f1f1f1;
    align-items: center;
    display: flex;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb4 {
    background-color: #16C64F;
    align-items: center;
    display: flex;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb5 {
    background-color: #000481;
    align-items: center;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  }
  
  .experience #ecb11 {
    background-color: #f1f1f1;
    align-items: center;
    display: flex;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 30.6px;
    font-weight: 300;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    padding-left: 70px; 
    padding-right: 85px;
  
  }
}
@media (min-width: 1120px) {
#w_25474298 .col-sm-5 {
  width: 41.66666667%;
  float: left;
}
}

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
/*** TOP CARD HEADER CONTENT CONTAINER ***/
.experience #topCardHeaderContentContainer {padding-right: 0px;}
.experience #topCardHeaderContainer{margin-top: 0px;padding: 0px;}
}
/*** END MEDIA 1280 ***/

/*** MEDIA 2000 ***/
@media (min-width: 2000px) {
/*** TOP CARD HEADER CONTAINER ***/
}
/*** END MEDIA 2000 ***/
/* ################# END TOP CARD HEADER DESKTOP CSS ################# */
/* ################################## END TOP CARD HEADER ################################## */

/* ################################## AGENDA SECTION ################################## */
/* ################# AGENDA MOBILE CSS ################# */

/*** AGENDA TABLE CONTAINER ***/

.agendaPage .session.more-info-data.field-description p:first-of-type {margin-top: 0px;}

.agendaPage .session-objective {margin-top: 20px;margin-bottom: 0px;font-weight: 700;}

.agendaPage .tab-widget-content .swoogo-speaker-info .speaker.more-info-data {
  display: inline-block;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 27.2px !important;
}

.agendaPage .tab-widget-content .swoogo-speaker-info .speaker.more-info-data:after {
  content: " | ";
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 27.2px !important;
}

.agendaPage .tab-widget-content .swoogo-speaker-info .speaker.more-info-data:last-of-type::after {
	content: none;
}

#w_25482665 {
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
}



.experience .btn.btn-standard {
  width: auto;
  height: 49px;
  font-size: 14px;
  color: #000;
  background-color: #16C64F;
  border-color: #16C64F;
  padding: 13px 20px;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.experience .btn.btn-standard:hover,
.experience .btn.btn-standard:focus {
  background-color: #ffffff;
  border-color: #16C64F;
}
.experience #w_25482665 .swoogo-tab-header,
.agendaPage #w_19210046 .swoogo-tab-header {color: #000 !important;}
#w_25482665 {width: 100%;-webkit-box-shadow: 0px 0px 10px #00000029;padding: 20px 40px 40px 40px;margin-top: 30px;}
.experience #w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a,
#w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:focus, 
#w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:hover, 
#w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:active,
.agendaPage #w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a,
#w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:focus, 
#w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:hover, 
#w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:active {border-bottom-width: 3px;color: #00754A !important;padding-left: 0px;font-family: 'Lato', sans-serif !important;font-size: 18px;border-bottom-color: #00754A;border-top:none;border-left: none;border-right: none;}
#w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li>a:focus, #w_25482665.swoogo-tabs.tab-style-underline .nav-tabs>li>a:hover,
#w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li>a:focus, #w_19210046.swoogo-tabs.tab-style-underline .nav-tabs>li>a:hover {border-bottom-color: #00754A !important;}
.swoogo-tabs.tab-style-underline .nav-tabs {border-bottom: 1px solid #B3B3B3;}
.swoogo-tabs.tab-style-underline .nav-tabs>li>a {padding-left: 0px;}
.swoogo-tabs .nav-tabs>li>a {color: #000;}

/*** AGENDA TAB BORDER WIDTH ***/
.swoogo-tabs.tab-style-underline .nav-tabs {width: 100%;}
#w_25482665.swoogo-tabs.tab-style-underline .nav-tabs {border-color:#00000029 !important;}

/*** TAB FONT COLOR ***/
.swoogo-tab-header {color: #000;padding-left: 0px;font-family: 'Lato', sans-serif !important;font-size: 18px;}
#w_25482665_tab_1-tab {margin-right: 15px;padding-left: 10px !important;}
#w_25482665_tab_3-tab {margin-right: 145px;}

/*** TAB COLUMN FONT COLOR ***/
#w_25482665_tab_1 > div {color: #000;padding: 0px;}
#w_25482665_tab_2 > div {color: #000;padding: 0px;}
#w_25482665_tab_3 > div {color: #000;padding: 0px;}

/*** FIRST TAB FIRST ROW ***/
#w_25482831 > div > div {width: 100%;padding-bottom: 10px;}
#w_25482831 {margin-top:30px;padding-bottom:20px;}

/*** SECOND TAB FIRST ROW ***/	
#w_25482837 > div > div {width: 100%;padding-bottom: 10px;}
#w_25482835 {padding-top: 30px;}

/*** SECOND TAB SECOND ROW ***/
#w_25482841 > div > div {width: 100%;padding-bottom: 10px;}
#w_25482841 {margin-top:30px;padding-bottom:20px;}
#w_25482841 {padding-top:30px;border-top: 1px solid #00000029;}

/*** THRID TAB FIRST ROW ***/	
#w_25482854 > div > div {width: 100%;padding-bottom: 10px;}
#w_25482854 {padding-top:30px;}

/*** MEDIA 530 ***/
@media (min-width: 530px) {
#w_25482665_tab_3-tab {margin-right: 0px;padding-left: 15px !important;}
}
/* ################################## END AGENDA SECTION ################################## */
/* ################# END AGENDA MOBILE CSS ################# */

/* ################# AGENDA DESKTOP CSS ################# */
/*** MEDIA 768 ***/
@media (min-width: 768px) {
/*** AGENDA TABLE CONTAINER ***/
#w_25482665 {padding: 30px 75px 40px 40px; width: 100%; max-width: 945px;}
  
/*** AGENDA TAB BORDER WIDTH ***/
.swoogo-tabs.tab-style-underline .nav-tabs {width: 100%;}
.swoogo-tabs.tab-style-underline .nav-tabs>li>a {margin-right: 35px;}
  
/*** FIRST TAB MARGIN RIGHT ***/
#w_25482665_tab_1-tab {margin-right: 45px;}
 
/*** THIRD TAB ***/
#w_25482665_tab_3-tab {padding-left: 0px;padding-left: 0px !important;}
  
/*** FIRST TAB FIRST ROW ***/
#w_25482831 > div > div {width: 100%;}
#w_25482831 > div > div:nth-child(1) {padding: 0px 20px 0px 20px !important;}
  
/*** SECOND TAB FIRST ROW ***/	
#w_25482837> div > div {width: 25%;}
#w_25482837 {padding-top:30px;}
#w_25482837 > div > div {border-right-color: #00000029;border-right-style: dotted;border-right-width: 2px;padding: 0px 20px !important;}
#w_25482837 > div > div:nth-child(1) {padding: 0px 20px 0px 20px !important;}
#w_25482837 > div > div:nth-child(4) {border: none;}
#w_25482835 {padding-top: 0px;}
  
/*** SECOND TAB SECOND ROW ***/	
#w_25482841  > div > div {width: 25%;}
#w_25482841  > div > div {border-right-color: #00000029;border-right-style: dotted;border-right-width: 2px;padding: 0px 20px !important;}
#w_25482841  > div > div:nth-child(1) {padding: 0px 20px 0px 20px !important;}
#w_25482841 > div > div:nth-child(4) {border: none;}
  
/*** THIRD TAB FIRST ROW ***/	
#w_25482854 > div > div {width: 25%;}
#w_25482854 {padding-top:30px;}
#w_25482854 > div > div {border-right-color: #00000029;border-right-style: dotted;border-right-width: 2px;padding: 0px 20px !important;}
#w_25482854 > div > div:nth-child(1) {padding: 0px 20px 0px 20px !important;}
#w_25482854 > div > div:nth-child(4) {border: none;}
}  
@media (min-width: 960px) {
  /*** AGENDA TABLE CONTAINER ***/
  #w_25482665 {padding: 30px 75px 40px 40px; width: 100%; max-width: 945px;}
    
  /*** AGENDA TAB BORDER WIDTH ***/
  .swoogo-tabs.tab-style-underline .nav-tabs {width: 100%;}
}
/* ################# END AGENDA DESKTOP CSS ################# */
/* ################################## END AGENDA ################################## */

/* ################################## ADD ON SECTION ################################## */
/* ################# ADD ON MOBILE CSS ################# */

.agenda .swoogo-accordion .panel-title p {
  font-size: 16px;
  line-height: 27.2px;
  color: #00754a;
  font-weight: 500;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}

.agendaPage .swoogo-accordion .panel.panel-default .panel-heading:first-of-type a {
  border-top: none;
}

.agenda .swoogo-accordion .panel-title p strong{
  font-weight: 500;
}

.addOn .swoogo-accordion .panel-heading, 
.addOn .swoogo-accordion .panel-title a {
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  background-color: #fff !important;
}

.addOnsContentContainer {
  max-width: 940px;
  margin: 0 20px;
}

.addOn .swoogo-accordion .speaker.more-info-data {
	display: inline-block;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 27.2px !important;
}

.addOn .swoogo-accordion .speaker.more-info-data:after {
	content: " | ";
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 27.2px !important;
}

.addOn .swoogo-accordion .speaker.more-info-data:last-of-type::after {
	content: none;
}

h1.addOnHeader {
  margin-top: 80px;
  font-size: 31px;
  font-weight: 600;
  line-height: 46.5px;
}

.addOnsContentContainer a img {
  margin-right: 10px;
  margin-bottom: 5px;
}
/*** JAPAN ADDON ***/
.japanTimeMarginTop {margin-top:10px;}

/*** ADD-ON BOX ***/
.addOnBox {box-shadow:0px 0px 10px rgba(0,0,0,0.1);-webkit-box-shadow: 0px 0px 10px #00000029;-ms-box-shadow: 0px 0px 10px #00000029;-moz-box-shadow: 0px 0px 10px #00000029;border-radius: 15px;margin-bottom: 20px;}
.addOnBox .content {padding:15px 20px 15px 20px;}

/* COLLAPSE SECTION CSS */
.description {margin: 0 auto;padding: 0;display: block;width: 100%;line-height: 1;background: none;max-height:40px;-webkit-transition:height, 1s linear;-moz-transition: height, 1s linear;-ms-transition: height, 1s linear;-o-transition: height, 1s linear;transition: height, 1s linear;}
.expandthis {max-height: 100%;}
.readnon {display: none;}
.description .expandreadmore {cursor: pointer;text-align: center;padding: 0;}
.expandthis .readyes {display: none;}
.expandthis .readnon {}
.readyes {font-weight: 600;color: #00754A;font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;}
.readyes:hover {background-color: transparent !important;text-decoration:underline;}
.readyes:focus {background-color: transparent !important;text-decoration:underline;}
span.readnon {font-weight: 600;color: #00754A;font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;padding-top: 10px;}
span.readnon:hover {background-color: transparent !important;text-decoration:underline;}
span.readnon:focus {background-color: transparent !important;text-decoration:underline;}
.arrow {border: solid #00754A;border-width: 0 1px 1px 0;display: inline-block;padding: 3px; }
.up {transform: rotate(-135deg);-webkit-transform: rotate(-135deg);margin-left: 2px;margin-bottom: -2px;}
.down {transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-left: 2px;margin-bottom: 3px;}
.add-on-old-price {text-decoration: underline;text-underline-offset: -0.35em;text-decoration-skip-ink: none;}
.add-on-note {font-style: italic;}
.add-on-p {font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;font-size: 16px;line-height: 27.2px;text-align: left;color: #000;max-width: 770px;}
.add-on-p > a {color:#00754A !important;}
.add-on-p > a:hover {background-color: #ffffff !important;text-decoration: underline !important;}
.add-on-p > a:focus {background-color: #ffffff !important;text-decoration: underline !important;}

/*** FAQ SECTION ***/
.addOn #fqaContainerV-1-3 {background-color: #F1F1F1;position: relative;z-index: 8;padding:40px 0px; }
#w_15433993  {margin-top: -20px;}
.faqDescription a {color: #00754A !important; font-size: inherit;}
.faqDescription a:hover {text-decoration: underline;}
.faqDescription a:focus {background-color: #ffffff !important;}

/* ################################## END ADD ON SECTION ################################## */
/* ################# END ADD ON MOBILE CSS ################# */

/* ################# ADD ON DESKTOP CSS ################# */
/*** MEDIA 768 ***/
@media (min-width: 768px) {

}  
@media (min-width: 960px) {
  /*** MAIN CONTENT ***/
.addOnsContainer {max-width: 1280px;margin: 0 auto;}
.addOnsContentContainer {margin-left: 180px;margin-right: 180px;}
.addOn #fqaContainerV-1-3 {background-color: #F1F1F1;position: relative;z-index: 8;padding:40px;}
  
/*** ADD-ON BOX ***/
.addOnBox .content {padding:15px 40px 15px 40px;}
.readyes {color: #00754A;}
span.readnon{color: #00754A;font-weight: 600;}
}

/* ################# END ADD ON DESKTOP CSS ################# */
/* ################################## END ADD ON ################################## */

/* ################################## WHITE FOOTER NAV SECTION ################################## */
/* ################# WHITE FOOTER NAV SECTION MOBILE CSS ################# */


/* ################################## END WHITE FOOTER NAV SECTION ################################## */
/* ################# END WHITE FOOTER NAV SECTION MOBILE CSS ################# */
	
    .c-sitemap.c-sitemap--white {
      border-top: #00754A 5px solid;
      background-color: #fff!important;
      color: #000;
    }

    .c-sitemap.c-sitemap--white .c-sitemap__logo {
        color: #000;
    }

    .c-legal-banner.c-legal-banner--white {
        color: #000;
        background-color: #fff;
    }
    .c-legal-banner.c-legal-banner--white .c-legal-banner__copyright,
    .c-legal-banner.c-legal-banner--white a {
        color: #000;
    }
    .c-legal-banner.c-legal-banner--white a:hover,
    .c-legal-banner.c-legal-banner--white a:focus {
        color: #000;
    }

    .c-legal-banner.c-legal-banner--white .c-legal-banner__copyright span {
        font-size: 14px;
    }

    .c-legal-banner.c-legal-banner--white .c-legal-banner__nav ul li a {
      font-size: 14px;
      margin-top: 0;
      line-height: 14px;
  }
  .c-legal-banner.c-legal-banner--white .c-legal-banner__nav ul li {
      margin-top: 11px;
  }

    .c-sitemap.c-sitemap--white .c-sitemap__group a {
        color: #000;
        font-size: 14px;
        line-height: 23.8px;
    }

	.c-sitemap.c-sitemap--white .c-sitemap__group li.btn-wrapper a {
      font-size: 11px;
      line-height: 28px;
    }

    .c-sitemap.c-sitemap--white .c-sitemap__group a:hover,
    .c-sitemap.c-sitemap--white .c-sitemap__group a:focus,
    footer .c-legal-banner.c-legal-banner--white .c-legal-banner__nav a:hover,
    footer .c-legal-banner.c-legal-banner--white .c-legal-banner__nav a:focus {
        color: #000;
        border-bottom: 1px solid #00754a;
    }

    

    .c-sitemap.c-sitemap--white .c-sitemap__group .btn-wrapper.btn-primary-wrapper a:hover,
    .c-sitemap.c-sitemap--white .c-sitemap__group .btn-wrapper.btn-primary-wrapper a:focus {
        border-bottom: 1px solid #009D4F;
    }
    
    .c-sitemap.c-sitemap--white label[for="summitupdates__input"] {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: left;
    }
    .c-sitemap.c-sitemap--white #summitupdates__input.form__input {
        background-color: #f1f1f1;
        box-shadow: none;
        opacity: 1;
        border: 0;
        border-radius: 2px;
        width: 60%;
        min-width: 200px;
        height: 32px;
    }
    .c-sitemap.c-sitemap--white #summitupdates__input.form__input:focus {
      outline: 1px solid #00754a;
    }

    .c-sitemap.c-sitemap--white .dropdown-menu__list li {
        display: inline;
      	margin-right: 10px;
    }    

    .c-sitemap.c-sitemap--white .dropdown-menu__list img {
        height: 21px;
        width: 21px;
    }   

    .c-sitemap.c-sitemap--white .dropdown-menu__list a {
        background-color: #fff;
        height: 21px;
        width: 21px;
        margin: 0;
    }   

    .c-sitemap.c-sitemap--white .dropdown-menu__list a:hover,
    .c-sitemap.c-sitemap--white .dropdown-menu__list a:focus {
        text-decoration: none;
        opacity: 0.6;
        border-bottom: none;
    }

    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-facebook a:after, 
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-facebook .c-sitemap__link:after,
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-twitter a:after, 
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-twitter .c-sitemap__link:after,
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-linkedin a:after, 
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-linkedin .c-sitemap__link:after,
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-youtube a:after, 
    .c-sitemap.c-sitemap--white .c-sitemap__item--icon-youtube .c-sitemap__link:after {
        content: none;
    }
/* ################# WHITE FOOTER NAV SECTION DESKTOP CSS ################# */
    @media (min-width: 960px) {
      		
            .c-sitemap.c-sitemap--white #summitupdates__input.form__input {
                width: 75%;
            }
            .c-sitemap.c-sitemap--white form {
                padding-left: 60px;
            }
            .borderRight{
                border-right: 2px #666 solid;
            }
            .c-sitemap.c-sitemap--white .c-sitemap__group {
                padding-bottom: 0;
            }
        }
/* ################# END WHITE FOOTER NAV SECTION DESKTOP CSS ################# */
/* ################################## END WHITE FOOTER NAV SECTION ################################## */


/* ################################## GROUP REGISTRATION SECTION ################################## */
/* ################# GROUP REGISTRATION SECTION MOBILE CSS ################# */

.text-center-mobile {
  text-align: center;
}

.group-registration {
  counter-reset: section;
}

.group-registration {
  background-color: #fff;
}
.group-registration .container-footer li {font-size: 14px !important;}

/*** TOP CARD HEADER CONTAINER ***/
.group-registration .groupDiscountSection .btn.btn-alternate {
  width: auto;
  height: 49px;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  border-color: #16C64F;
  padding: 13px 20px;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.group-registration .groupDiscountSection .btn.btn-alternate:hover,
.group-registration .groupDiscountSection .btn.btn-alternate:focus {
  color: #000;
  background-color: #16C64F;
}
.group-registration .howToRegister .btn.btn-standard {
  width: auto;
  height: 49px;
  font-size: 14px;
  color: #000;
  background-color: #16C64F;
  border-color: #16C64F;
  padding: 13px 20px;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.group-registration .howToRegister .btn.btn-standard:hover,
.group-registration .howToRegister .btn.btn-standard:focus {
  color: #000;
  background-color: transparent;
}

.group-registration .howToRegister li {
  list-style-type: none
}

.group-registration .howToRegister li::before {
  counter-increment: section;
  content: counter(section);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 3px;
  margin-left: -45px;
  margin-right: 10px;
  background: #16C64F;
  color: #000;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}

.group-registration .howToRegister li.circleNumber {
  padding-top: 20px;
}


.group-registration #topCardHeaderContainer{margin-top: 0px;padding: 0px;}
  
  
/*** TOP CARD HEADER CONTENT CONTAINER ***/
.group-registration #topCard {height: 287px;background-color: #fff;}
.group-registration #topCardHeaderContentContainer {background-color: #fff; background-image: none; padding-left: 20px; padding-right: 20px; padding-top: 60px;}
.group-registration #topCardContentContainer {text-align:center;padding:30px;}
.group-registration .topCardContentContainer p,
.group-registration .topCardContentContainer a,
.group-registration .topCardContentContainer h1 {color: #000;}
.group-registration .topCardTextContainer {padding-top: 0px;}

.group-registration .topCardTextContainer h1 {
  font-size: 37px;
  line-height: 55.5px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
  padding-bottom: 20px;
}
.group-registration .topCardTextContainer p {
  font-size: 18px;
  line-height: 30.6px;
  font-weight: 300;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration h2 {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration p,
.group-registration li {
  font-size: 16px;
  line-height: 27.2px;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration .experienceBox {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.group-registration .experienceBoxNarrow {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.group-registration #topCardHeaderContentContainer {margin: 0 auto;max-width: 1280px; min-height: 287px;}

.group-registration .experienceBoxNarrow {
  padding-left: 0px;
  padding-right: 0px;
}

.group-registration .experienceBoxNarrow .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#credit_card_settings .col-sm-8,
#credit_card_settings .col-sm-4 {
  float: none;
}
.col-sm-offset-4 {
  margin-left: 0;
}

#credit_card_settings .col-sm-8,
#credit_card_settings .col-sm-4 {
  float: none;
}
#credit_card_settings .address-inline .col-sm-4 {
  float: left;
}

.form-group.field-registrant-billing_address_id label.col-sm-3.control-label {
  font-weight: 600;
}
/* ################################## END GROUP REGISTRATION SECTION ################################## */
/* ################# END GROUP REGISTRATION SECTION MOBILE CSS ################# */




/* ################# GROUP REGISTRATION SECTION DESKTOP CSS ################# */

/*** MEDIA 768 ***/
@media (min-width: 768px) {

  .text-center-mobile {
    text-align: unset;
  }

  .group-registration #topCard {
    height: 200px;
  }

  .group-registration .experienceBoxNarrow .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group-registration #topCardHeaderContentContainer .col-sm-5 {
    width: 80%;
  }
}
@media (min-width: 960px) {

  .group-registration .groupDiscountSection {
    padding-top: 60px;
  }

  .group-registration .howToRegister li.circleNumber strong {
    font-size: 20px;
  }

  .group-registration .howToRegister li.circleNumber {
    font-size: 18px;
    padding-top: 30px;
  }

  .group-registration .experienceBox {
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .group-registration .experienceBoxNarrow {
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .group-registration .experienceWideBox {
    max-width: 1280px;
    margin: 0 auto;
  }
  .group-registration #experienceTakeawayContentTextContainer6 {
    padding-left: 125px;
  }
  .group-registration #experienceTakeawayContentTextContainer6 .testimonialQuote {
    padding-right: 20px;
  }
  .group-registration #topCard .topCardContentContainer {
    padding-left: 125px;
  }
.group-registration h2 {
  font-size: 31px;
  line-height: 46.5px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
.group-registration p,
.group-registration li {
  font-size: 18px;
  line-height: 30.6px;
  font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
}
}

    /*** MEDIA 1070 ***/
@media (min-width: 1070px) {

  .group-registration #topCard {
    height: 287px;
  }

  .group-registration #topCardHeaderContentContainer {
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover;
    background-image: url(https://assets.swoogo.com/uploads/full/2370201-63ed3896f3e48.jpg);
  }
  .group-registration #topCardHeaderContentContainer .col-sm-5 {
    width: 41.66666667%;
  }
  .group-registration #topCardHeaderContentContainer {padding-left:0px;}
  .group-registration #topCard {height: 287px;background-color: #fff;}
  .group-registration #topCard .topCardTextContainer {
    padding-top: 20px;
  }
  .group-registration #topCard .topCardTextContainer h1 {
    font-size: 39px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    color: #000;
    line-height: 55.5px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .group-registration #topCard .topCardTextContainer p {
    font-size: 20px;
    font-family: "aktiv-grotesk", "aktiv-grotesk-std", Arial, Helvetica, "source-han-sans-japanese", "source-han-sans-simplified-c", system-ui, sans-serif;
    color: #000;
    line-height: 30px;
  }
  
  .group-registration .topCardContentContainer a,
  .group-registration .topCardContentContainer p {
    color: #000;
  }
  

/*** MEDIA 1280 ***/
@media (min-width: 1280px) {
  /*** TOP CARD HEADER CONTENT CONTAINER ***/
  .group-registration #topCardHeaderContentContainer {padding-right: 0px;}
  .group-registration #topCardHeaderContainer{margin-top: 0px;padding: 0px;}
  }
  /*** END MEDIA 1280 ***/

}
/* ################# END GROUP REGISTRATION SECTION DESKTOP CSS ################# */
/* ################################## END GROUP REGISTRATION SECTION ################################## */

/* Swoogo Editor */
.merge-fields-editor {
    display: none;
}

.swoogo-preview .merge-fields-editor,
.swoogo-preview .merge-fields-public{
    border: 4px solid #ff0000;
    display: block;
    margin: 0 auto;
    /*max-width: 600px;*/
}

.swoogo-preview .merge-fields-editor:before,
.swoogo-preview .merge-fields-public:before{
    background: red;
    color: #fff;
    content: 'DO NOT CHANGE - IMPORTANT FOR CUSTOM CODE';
    display: block;
    text-align: center;
    width: auto;
}

/* ################################## START AMINATION SECTION ################################## */
@media (min-width: 960px) {  
  .hoverPop:hover,
  .hoverPop:focus {animation-name: hoverPopAnim;animation-duration: .25s;animation-timing-function:linear;animation-fill-mode: forwards;}
  @keyframes hoverPopAnim {
    from {margin-top: 10px;}
    to {margin-top:0px;}
  }
}
@media (min-width: 1280px) {

}

/* ################################## END AMINATION SECTION ################################## */

/* ############################# COLUMN BREAKPOINT OVERRIDES SECTION ############################ */

@media (min-width: 768px) {
  .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8 {
    width: 100% !important;
  }
  }
  
  @media (min-width: 960px) {
    .col-sm-4 {
    width: 33.33333333% !important;
    }
    .col-sm-5 {
      width: 41.66666667% !important;
    }
    .col-sm-6 {
    width: 50% !important;
    }
    .col-sm-7 {
    width: 58.33333333% !important;
    }
    .col-sm-8 {
        width: 66.66666667% !important;
    }
  }

/* ############################# END COLUMN BREAKPOINT OVERRIDES SECTION ############################ */

/* ################################## START UTILITIES SECTION ################################## */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[class*="u-icon-after"]:after {
  margin-left: 5px;
  font-family: "gel-iconfont-v2";
}

.u-icon-after--arrow-right:after {
  content: "\e011";
}

.u-icon--11:after {
  font-weight: 600;
  font-size: 12px;
}

.u-icon--green2:after {
  color: #009d4e;
}

.u-va--b {
  vertical-align: bottom !important;
}
.u-f--l {
  float: left;
}
.u-f--r {
  float: right;
}
.u-pos--relative {
  position: relative;
}
.u-pos--absolute {
  position: absolute;
}

.u-flex-row .row {
  display: flex;
}
.u-z--10 {
  z-index: 10;
}
.u-z--20 {
  z-index: 20;
}
.u-z--30 {
  z-index: 30;
}

.u-m--center {
  margin: 0 auto !important;
}
.u-mw--10per {
  max-width: 10% !important;
}
.u-mw--20per {
  max-width: 20% !important;
}
.u-mw--25per {
  max-width: 25% !important;
}
.u-mw--30per {
  max-width: 30% !important;
}
.u-mw--40per {
  max-width: 40% !important;
}
.u-mw--50per {
  max-width: 50% !important;
}
.u-mw--60per {
  max-width: 60% !important;
}
.u-mw--66per {
  max-width: 66.66666667% !important;
}
.u-mw--70per {
  max-width: 70% !important;
}
.u-mw--75per {
  max-width: 75% !important;
}
.u-mw--80per {
  max-width: 80% !important;
}
.u-mw--90per {
  max-width: 90% !important;
}
.u-mw--100per {
  max-width: 100% !important;
}
.u-w--30per {
  width: 30%;
}
.u-w--40per {
  width: 40%;
}
.u-w--100per {
  width: 100%;
}
.u-w--max-content {
  width: max-content;
}

.u-t--0 {
  top: 0px !important
}

.u-t--25per {
  top: 25% !important
}

.u-t--40per {
  top: 40% !important
}

.u-t--55per {
    top: 55% !important;
}

.u-t--75per {
    top: 75% !important;
}

.u-t--95per {
    top: 95% !important;
}

.u-t--85per {
    top: 85% !important;
}

.u-b--10 {
  bottom: 10px !important;
}

.u-b--20 {
  bottom: 20px !important;
}

.u-b--40 {
  bottom: 40px !important;
}

.u-l--0 {
  left: 0px !important
}

.u-l--n5 {
  left: -5px !important
}
.u-l--n20 {
  left: -20px !important
}

.u-r--0 {
  right: 0px !important
}

.u-r--60 {
  right: 60px !important
}
.u-ta--left {
  text-align: left!important;
}
.u-bubble-link {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 23.8px;
  color: #000;
  display: block;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 10px #00000029;
  -ms-box-shadow: 0px 0px 10px #00000029;
  -moz-box-shadow: 0px 0px 10px #00000029;
  border-radius: 15px;
  min-height: 175px;
  padding: 40px;
}

.u-bubble-link--narrow {
  min-height: 137px !important;
  min-width: 260px;
}

.u-bubble-link--active {
  color: #000;
  border: #009D4F 1px solid;
}


.u-bubble-link:hover,
.u-bubble-link:focus {
  color: #000;
  background-color: #E4F2E1;
}

.u-bubble-link:active {
  color: #000;
  border: #009D4F 1px solid;
}

.u-bubble-link--disabled {
  color: #666;
  background-color: #f1f1f1;
}
.u-bubble-link--disabled:hover,
.u-bubble-link--disabled:focus {
  color: #666;
  background-color: #f1f1f1;
}

.u-bubble-link--disabled:active {
  color: #666;
  border: none;
}
.u-shadow-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
}
.u-shadow-box-2 {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 15px;
}
.u-ada-link--green {
  color:#00754A !important;
  font-size: inherit !important;
}
.u-ada-link--green:hover,
.u-ada-link--green:focus {
  background-color: #ffffff !important;text-decoration: underline !important;
}
.u-bg--red {
	background-color: #F6E5CD !important;
}
.u-bg--white {
	background-color: #fff !important;
}
.u-bg--grey-1 {
	background-color: #f1f1f1 !important
}
.u-bg--grey-2 {
	background-color: #f5f5f5 !important
}
.u-bg--blue {
	background-color: #02174C;
}
.u-bg--blue-2 {
	background-color: #104BC2;
}
.u-bg--blue-3 {
	background-color: #104BC2;
}
.u-bg--purple {
	background-color: #6600CC;
}
.u-bg--light-blue {
  background-color: #E5EFF5;
}
.u-bg--light-green {
  background-color: #E4F2E1;
}
.u-bg--green {
  background-color: #009D4F;
}
.bg--grad-grey-green-blue {
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f1f1f1),color-stop(50% 51%,#00754A),color-stop(49%,#02174C));
    background: -o-linear-gradient(top,#f1f1f1 50%,#00754A 50% 51%,#02174C 49%);
    background: linear-gradient(to bottom,#f1f1f1 50%,#00754A 50% 51%,#02174C 49%);
}
.bg--grad-white-green-grey {
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50% 50.2%,#00754A),color-stop(49%,#f1f1f1));
    background: -o-linear-gradient(top,#fff 50%,#00754A 50% 50.2%,#f1f1f1 49%);
    background: linear-gradient(to bottom,#fff 50%,#00754A 50% 50.2%,#f1f1f1 49%);
}
.u-fs--11 {
  font-size: 11px !important;
  line-height: 18px !important;
}
.u-fs--12 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.u-fs--14 {
  font-size: 14px !important;
  line-height: 23.8px !important;
}

.u-fs--16 {
  font-size: 16px !important;
  line-height: 27.2px !important;
}

.u-fs--18 {
  font-size: 18px !important;
  line-height: 30.6px !important;
}

.u-fs--20 {
  font-size: 20px !important;
  line-height: 38px !important;
}

.u-fs--27 {
  font-size: 27px !important;
  line-height: 35px !important;
}

.u-fs--31 {
  font-size: 31px !important;
  line-height: 46.5px !important;
}

.u-fs--39 {
  font-size: 39px !important;
  line-height: 58.6px !important;
}


.u-fw--300 {
  font-weight: 300;
}
.u-fw--600 {
  font-weight: 600;
}

.u-fw--700 {
  font-weight: 700;
}
.u-fw--800 {
  font-weight: 800;
}

.u-flex--container {
  display: flex;
  flex-direction: column;
}
.u-flex--tile {margin: 10px auto;}

.u-box-shadow {
  box-shadow: 0px 3px 6px #00000029;
}
.u-box-shadow-2 {
  box-shadow: 0px 0px 10px #00000029;
}
.u-ml--10 {
	margin-left: 10px!important; 
}
.u-mr--10 {
	margin-right: 10px!important; 
}
.u-mr--20 {
	margin-right: 10px!important; 
}
.u-mb--0 {
	margin-bottom: 0px!important; 
}
.u-mb--5 {
	margin-bottom: 5px!important; 
}
.u-mb--10 {
	margin-bottom: 10px!important; 
}
.u-mb--15 {
	margin-bottom: 15px!important; 
}
.u-mb--20 {
  margin-bottom: 20px!important; 
}
.u-mb--40 {
  margin-bottom: 40px!important; 
}
.u-mt--0 {
	margin-top: 0!important; 
}
.u-mt--10 {
	margin-top: 10px!important; 
}
.u-mt--15 {
  margin-top: 15px!important; 
}
.u-mt--20 {
	margin-top: 20px!important; 
}
.u-mt--40 {
	margin-top: 40px!important; 
}
.u-mt--60 {
  margin-top: 60px!important;
}
.u-mtn--10 {
	margin-top: -10px!important; 
}

.u-mv--0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.u-mv--4 {
  margin-top: 4px!important;
  margin-bottom: 4px!important;
}

.u-mv--5 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.u-mv--15 {
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.u-mv--20 {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.u-mv--30 {
  margin-top: 30px!important; 
  margin-bottom: 30px!important; 
}
.u-mv--40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.u-mh--auto {
  margin-left: auto!important; 
  margin-right: auto!important; 
}
.u-mh--15 {
  margin-left: 15px!important; 
  margin-right: 15px!important; 
}
.u-mh--20 {
  margin-left: 20px!important; 
  margin-right: 20px!important; 
}
.u-mh--40 {
  margin-left: 40px!important; 
  margin-right: 40px!important; 
}

.u-pt--0 {
  padding-top: 0px!important;
}

.u-pt--20 {
  padding-top: 20px!important;
}

.u-pt--30 {
  padding-top: 30px!important;
}

.u-pt--25 {
  padding-top: 25px!important;
}
.u-pt--40 {
  padding-top: 40px!important;
}
.u-pt--60 {
  padding-top: 60px!important;
}
.u-pb--0 {
  padding-bottom: 0!important;
}
.u-pb--15 {
  padding-bottom: 15px!important;
}
.u-pb--25 {
  padding-bottom: 25px!important;
}
.u-pb--40 {
  padding-bottom: 40px!important;
}
.u-pb--60 {
  padding-bottom: 60px!important;
}
.u-pl--5 {
  padding-left: 5px!important;
}
.u-pl--10 {
  padding-left: 10px!important;
}
.u-pl--15 {
  padding-left: 15px!important;
}
.u-pl--20 {
  padding-left: 20px!important;
}
.u-pr--10 {
  padding-right: 10px!important;
}
.u-pr--20 {
  padding-right: 20px!important;
}
.u-pv--10 {
  padding-top: 10px!important;
  padding-bottom: 10px!important;  
}
.u-pv--15 {
  padding-top: 15px!important;
  padding-bottom: 15px!important;  
}
.u-pv--20 {
  padding-top: 20px!important;
  padding-bottom: 20px!important;  
}
.u-pv--30 {
  padding-top: 30px!important;
  padding-bottom: 30px!important;  
}
.u-pv--40 {
  padding-top: 40px!important;
  padding-bottom: 40px!important;  
}
.u-pv--60 {
  padding-top: 60px!important;
  padding-bottom: 60px!important;  
}
.u-ph--0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.u-ph--10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.u-ph--20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.u-ph--30 {
  padding-left: 30px!important;
  padding-right: 30px!important;
}
.u-ph--40 {
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.u-ph--60 {
  padding-left: 60px!important;
  padding-right: 60px!important;
}
.u-h--100 {
  min-height: 100px;
}
.u-h--300 {
  min-height: 300px;
}
.u-h--350 {
  min-height: 350px;
}
.u-mw--300 {
  max-width: 300px;
}
.u-mw--455 {
  max-width: 455px!important;
}
.u-mw--1220 {
  max-width: 1220px!important;
}
.u-text--white {
  color: #fff !important;
}
.u-text--green {
  color: #00754A !important;
}
.u-text--green-1 {
  color: #009D4F !important;
}
.u-text--warning-red {
  color: #CE0E2D;
}
.u-text--gray-1 {
  color: #666 !important;
}
.u-text--blue-2 {
	color: #104BC2;
}
.u-text--purple {
	color: #6600CC;
}

.u-text--uppercase {
  text-transform: uppercase;
}

.u-text--center {
  text-align: center !important;
}
.u-text--sans {
  font-family:aktiv-grotesk, sans-serif!important;
}
.u-border--light-grey {
  border: 1px solid #dedede;
}
.u-border--grey {
  border: 1px solid #b0b3b2;
}
.u-bl--light-grey {
  border-left: 1px solid #dedede;
}
.u-bt--white {
  border-top: 3px solid #fff;
}
.u-bt--light-grey {
  border-top:1px solid rgba(220,220,220,1);
}
.u-bb--grey {
  border-bottom: 3px solid #b0b3b2;
}
.u-b-rad--15 {
  border-radius: 15px;
}

.u-ls--wide {
  letter-spacing: 1.1px;
}

.u-dis--inline {
  display: inline !important;
}

.u-dis--inline-block {
  display: inline-block !important;
}

.u-dis--block {
  display: block !important;
}

.u-text--ag-light {
  font-family:'Aktiv Grotesk Light' !important;
}

@media (max-width:649px){
  .u-va--b_xs {
    vertical-align: bottom !important;
  }
  .u-border--light-grey_xs {
    border: 1px solid #dedede;
  }
  .u-bt--white_xs {
    border-top: 3px solid #fff;
  }
  .u-bl--light-grey_xs {
    border-left: 1px solid #dedede;
  }
  .u-bb--grey_xs {
    border-bottom: 3px solid #b0b3b2;
  }
  .u-f--l_xs {
    float: left;
  }
  .u-f--r_xs {
    float: right;
  }
  .u-h--300_xs {
    min-height: 300px;
  }
  .u-h--350_xs {
    min-height: 350px;
  }
  .u-mw--10per_xs {
    max-width: 10% !important;
  }
  .u-mw--20per_xs {
    max-width: 20% !important;
  }
  .u-mw--25per_xs {
    max-width: 25% !important;
  }
  .u-mw--30per_xs {
    max-width: 30% !important;
  }
  .u-mw--40per_xs {
    max-width: 40% !important;
  }
  .u-mw--50per_xs {
    max-width: 50% !important;
  }
  .u-mw--60per_xs {
    max-width: 60% !important;
  }
  .u-mw--66per_xs {
    max-width: 66.66666667% !important;
  }
  .u-mw--70per_xs {
    max-width: 70% !important;
  }
  .u-mw--75per_xs {
    max-width: 75% !important;
  }
  .u-mw--80per_xs {
    max-width: 80% !important;
  }
  .u-mw--90per_xs {
    max-width: 90% !important;
  }
  .u-mw--100per_xs {
    max-width: 100% !important;
  }
  .u-w--23per_xs {
    width: 23%;
  }
  .u-w--27per_xs {
    width: 27%;
  }
  .u-w--30per_xs {
    width: 30%;
  }
  .u-w--40per_xs {
    width: 40%;
  }
  .u-w--46per_xs {
    width: 46%;
  }
  .u-w--54per_xs {
    width: 54%;
  }
  .u-w--60per_xs {
    width: 60%;
  }
  .u-mh--50_xs {
    min-height: 50px;
  }
  .u-flex-row_xs .row {
    display: flex;
  }
  .u-t--25per_xs {
    top: 25% !important
  }
  .u-t--40per_xs {
    top: 40% !important
  }
  .u-r--60_xs {
    right: 60px !important
  }
  .u-pos--absolute_xs {
    position: absolute;
  }
  .u-bubble-link {
    padding: 20px;
    min-height: 0 !important;
  }

  .u-dis--inline_xs {
    display: inline !important;
  }  
  .u-dis--inline-block_xs {
    display: inline-block !important;
  }
  .u-dis--block_xs {
    display: block !important;
  }
  .u-jc--c_xs {
  	justify-content: center !important; 
  }
  .u-fs--11_xs {
    font-size: 11px !important;
    line-height: 16.5px !important;
  }
  .u-fs--14_xs {
    font-size: 14px !important;
    line-height: 23.8px !important;
  }
  .u-fs--16_xs {
    font-size: 16px !important;
    line-height: 23.8px !important;
  }
    .u-m--16_xs {
    margin: 20px 20px 40px 20px!important;;
    font-size: 16px !important;
    line-height: 27.2px !important;
  }
  .u-fs-lh-16_xs {
    font-size: 16px !important;
    line-height: 27.2px !important;
}
  .u-fs--18_xs {
    font-size: 18px !important;
    line-height: 30.6px !important;
  }

  .u-fs--20_xs {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .u-fs--27_xs {
    font-size: 27px !important;
    line-height: 35px !important;
  }
  .u-mb--10_xs {
    margin-bottom: 10px!important; 
  }
  .u-mb--20_xs {
    margin-bottom: 20px!important; 
  }
  .u-mb--40_xs {
    margin-bottom: 40px!important; 
  }
  .u-mt--10_xs {
    margin-top: 10px!important; 
  }
  .u-mt--15_xs {
    margin-top: 15px!important; 
  }
  .u-mt--20_xs {
    margin-top: 20px!important; 
  }
  .u-mt--40_xs {
    margin-top: 40px!important; 
  }  
  .u-ml--20_xs {
    margin-left: 20px!important; 
  }  
  .u-mr--20_xs {
    margin-right: 20px!important; 
  }
  .u-mh--0_xs {
    margin-left: 0px!important; 
    margin-right: 0px!important; 
  }
  .u-mh--20_xs {
    margin-left: 20px!important; 
    margin-right: 20px!important; 
  }

  .u-mv--20_xs {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  .u-mv--30_xs {
    margin-top: 30px!important; 
    margin-bottom: 30px!important; 
  }
  .u-mv--40_xs {
    margin-top: 40px!important; 
    margin-bottom: 40px!important; 
  }
  .u-mw--300_xs {
    max-width: 300px !important;
  }
  .u-mw--455_xs {
    max-width: 455px!important;
  }
  .u-mw--1220_xs {
    max-width: 1220px!important;
  }
  .u-pt--30_xs {
    padding-top: 30px!important;
  }
  .u-pt--40_xs {
    padding-top: 40px!important;
  }
  .u-pl--5_xs {
    padding-left: 5px!important;
  }
  .u-pl--10_xs {
    padding-left: 10px!important;
  }
  .u-pl--15_xs {
    padding-left: 15px!important;
  }
  .u-pl--20_xs {
    padding-left: 20px!important;
  }
  .u-pl--60_xs {
    padding-left: 60px!important;
  }
  .u-ph--20_xs {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .u-ph--30_xs {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .u-ph--60_xs {
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
  .u-pv--10_xs {
    padding-top: 10px!important;
    padding-bottom: 10px!important;  
  }
  .u-pv--15_xs {
    padding-top: 15px!important;
    padding-bottom: 15px!important;  
  }
  .u-pv--20_xs {
    padding-top: 20px!important;
    padding-bottom: 20px!important;  
  }
  .u-pv--30_xs {
    padding-top: 30px!important;
    padding-bottom: 30px!important;  
  }
  .u-pv--40_xs {
    padding-top: 40px!important;
    padding-bottom: 40px!important;  
  }
  
   .u-p--travel_xs {
    padding: 30px 20px 20px 20px!important;
  }
  .u-text--center_xs {
    text-align: center !important;
  }
}

@media (min-width:650px) and (max-width:959px){
  .u-va--b_sm {
    vertical-align: bottom !important;
  }
  .u-border--light-grey_sm {
    border: 1px solid #dedede;
  }
  .u-bt--white_sm {
    border-top: 3px solid #fff;
  }
  .u-bl--light-grey_sm {
    border-left: 1px solid #dedede;
  }
  .u-bb--grey_sm {
    border-bottom: 3px solid #b0b3b2;
  }
  .u-f--l_sm {
    float: left;
  }
  .u-f--r_sm {
    float: right;
  }
  .u-h--300_sm {
    min-height: 300px;
  }
  .u-h--350_sm {
    min-height: 350px;
  }
  .u-mw--10per_sm {
    max-width: 10% !important;
  }
  .u-mw--20per_sm {
    max-width: 20% !important;
  }
  .u-mw--25per_sm {
    max-width: 25% !important;
  }
  .u-mw--30per_sm {
    max-width: 30% !important;
  }
  .u-mw--40per_sm {
    max-width: 40% !important;
  }
  .u-mw--50per_sm {
    max-width: 50% !important;
  }
  .u-mw--60per_sm {
    max-width: 60% !important;
  }
  .u-mw--66per_sm {
    max-width: 66.66666667% !important;
  }
  .u-mw--70per_sm {
    max-width: 70% !important;
  }
  .u-mw--75per_sm {
    max-width: 75% !important;
  }
  .u-mw--80per_sm {
    max-width: 80% !important;
  }
  .u-mw--90per_sm {
    max-width: 90% !important;
  }
  .u-mw--100per_sm {
    max-width: 100% !important;
  }
  .u-w--23per_sm {
    width: 23%;
  }
  .u-w--27per_sm {
    width: 27%;
  }
  .u-w--30per_sm {
    width: 30%;
  }
  .u-w--40per_sm {
    width: 40%;
  }
  .u-w--46per_sm {
    width: 46%;
  }
  .u-w--54per_sm {
    width: 54%;
  }
  .u-w--60per_sm {
    width: 60%;
  }
  .u-mh--50_sm {
    min-height: 50px;
  }
  .u-flex-row_sm .row {
    display: flex;
  }
  .u-t--25per_sm {
    top: 25% !important
  }
  .u-t--40per_sm {
    top: 40% !important
  }
  .u-r--60_sm {
    right: 60px !important
  }
  .u-pos--absolute_sm {
    position: absolute;
  }
  .u-bubble-link {
    padding: 20px;
    min-height: 140px;
  }
  .u-bubble-link--narrow {
    min-height: 90px !important;
  }

  .u-dis--inline_sm {
    display: inline !important;
  }  
  .u-dis--inline-block_sm {
    display: inline-block !important;
  }
  .u-dis--block_sm {
    display: block !important;
  }
  .u-jc--c_sm {
  	justify-content: center !important; 
  }
  .u-fs--11_sm {
    font-size: 11px !important;
    line-height: 16.5px !important;
  }
  .u-fs--14_sm {
    font-size: 14px !important;
    line-height: 23.8px !important;
  }
  .u-fs--16_sm {
    font-size: 16px !important;
    line-height: 23.8px !important;
  }

  .u-fs--18_sm {
    font-size: 18px !important;
    line-height: 30.6px !important;
  }

  .u-fs--20_sm {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .u-mb--10_sm {
    margin-bottom: 10px!important; 
  }
  .u-mb--20_sm {
    margin-bottom: 20px!important; 
  }
  .u-mb--40_sm {
    margin-bottom: 40px!important; 
  }
  .u-pb--40_sm {
    padding-bottom: 40px!important; 
  }
  .u-mt--10_sm {
    margin-top: 10px!important; 
  }
  .u-mt--15_sm {
    margin-top: 15px!important; 
  }
  .u-mt--20_sm {
    margin-top: 20px!important; 
  }
  .u-mt--40_sm {
    margin-top: 40px!important; 
  }
  .u-fs--27_sm {
    font-size: 27px !important;
    line-height: 35px !important;
  }  
  .u-ml--20_sm {
    margin-left: 20px!important; 
  }  
  .u-mr--20_sm {
    margin-right: 20px!important; 
  }
  .u-mh--auto_sm {
    margin-left: auto!important; 
    margin-right: auto!important; 
  }
  .u-mh--0_sm {
    margin-left: 0px!important; 
    margin-right: 0px!important; 
  }
  .u-mh--20_sm {
    margin-left: 20px!important; 
    margin-right: 20px!important; 
  }
  .u-mh--40_sm {
    margin-left: 40px!important; 
    margin-right: 40px!important; 
  }

  .u-mv--30_sm {
    margin-top: 30px!important; 
    margin-bottom: 30px!important; 
  }
  .u-mv--20_sm {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  .u-mv--40_sm {
    margin-top: 40px!important; 
    margin-bottom: 40px!important; 
  }
  .u-mw--300_sm {
    max-width: 300px !important;
  }
  .u-mw--455_sm {
    max-width: 455px!important;
  }
  .u-mw--1220_sm {
    max-width: 1220px!important;
  }
  .u-pt--30_sm {
    padding-top: 30px!important;
  }
  .u-pt--40_sm {
    padding-top: 40px!important;
  }
  .u-pl--5_sm {
    padding-left: 5px!important;
  }
  .u-pl--10_sm {
    padding-left: 10px!important;
  }
  .u-pl--15_sm {
    padding-left: 15px!important;
  }
  .u-pl--20_sm {
    padding-left: 20px!important;
  }
  .u-pl--60_sm {
    padding-left: 60px!important;
  }
   .u-p--travel_sm {
    padding: 30px 20px 20px 20px!important;
  }
  .u-ph--20_sm {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .u-ph--30_sm {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .u-ph--60_sm {
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
  .u-pv--10_sm {
    padding-top: 10px!important;
    padding-bottom: 10px!important;  
  }
  .u-pv--15_sm {
    padding-top: 15px!important;
    padding-bottom: 15px!important;  
  }
  .u-pv--30_sm {
    padding-top: 30px!important;
    padding-bottom: 30px!important;  
  }
  .u-pv--40_sm {
    padding-top: 40px!important;
    padding-bottom: 40px!important;  
  }
  .u-text--center_sm {
    text-align: center !important;
  }
}

@media (min-width:960px) and (max-width:1269px){
  .u-va--b_md {
    vertical-align: bottom !important;
  }
  .u-border--light-grey_md {
    border: 1px solid #dedede;
  }
  .u-bt--white_md {
    border-top: 3px solid #fff;
  }
  .u-bl--light-grey_md {
    border-left: 1px solid #dedede;
  }
  .u-bb--grey_md {
    border-bottom: 3px solid #b0b3b2;
  }
  .u-f--l_md {
    float: left;
  }
  .u-f--r_md {
    float: right;
  }
  .u-h--300_md {
    min-height: 300px;
  }
  .u-h--350_md {
    min-height: 350px;
  }
  .u-mw--10per_md {
    max-width: 10% !important;
  }
  .u-mw--20per_md {
    max-width: 20% !important;
  }
  .u-mw--25per_md {
    max-width: 25% !important;
  }
  .u-mw--30per_md {
    max-width: 30% !important;
  }
  .u-mw--40per_md {
    max-width: 40% !important;
  }
  .u-mw--50per_md {
    max-width: 50% !important;
  }
  .u-mw--60per_md {
    max-width: 60% !important;
  }
  .u-mw--66per_md {
    max-width: 66.66666667% !important;
  }
  .u-mw--70per_md {
    max-width: 70% !important;
  }
  .u-mw--75per_md {
    max-width: 75% !important;
  }
  .u-mw--80per_md {
    max-width: 80% !important;
  }
  .u-mw--90per_md {
    max-width: 90% !important;
  }
  .u-mw--100per_md {
    max-width: 100% !important;
  }
  .u-w--23per_md {
    width: 23%;
  }
  .u-w--27per_md {
    width: 27%;
  }
  .u-w--30per_md {
    width: 30%;
  }
  .u-w--40per_md {
    width: 40%;
  }
  .u-w--46per_md {
    width: 46%;
  }
  .u-w--54per_md {
    width: 54%;
  }
  .u-w--60per_md {
    width: 60%;
  }
  .u-mh--50_md {
    min-height: 50px;
  }
  .u-flex-row_md .row {
    display: flex;
  }
  .u-t--25per_md {
    top: 25% !important
  }
  .u-t--40per_md {
    top: 40% !important
  }
  .u-r--60_md {
    right: 60px !important
  }
  .u-pos--absolute_md {
    position: absolute;
  }


  .u-dis--inline_md {
    display: inline !important;
  }  
  .u-dis--inline-block_md {
    display: inline-block !important;
  }
  .u-dis--block_md {
    display: block !important;
  }
  .u-jc--c_md {
  	justify-content: center !important; 
  }
  .u-fs--11_md {
    font-size: 11px !important;
    line-height: 16.5px !important;
  }
  .u-fs--14_md {
    font-size: 14px !important;
    line-height: 23.8px !important;
  }
  .u-fs--16_md {
    font-size: 16px !important;
    line-height: 23.8px !important;
  }

  .u-fs--18_md {
    font-size: 18px !important;
    line-height: 30.6px !important;
  }

  .u-fs--20_md {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .u-mb--10_md {
    margin-bottom: 10px!important; 
  }
  .u-mb--20_md {
    margin-bottom: 20px!important; 
  }
  .u-mb--40_md {
    margin-bottom: 40px!important; 
  }
  .u-mt--10_md {
    margin-top: 10px!important; 
  }
  .u-mt--15_md {
    margin-top: 15px!important; 
  }
  .u-mt--20_md {
    margin-top: 20px!important; 
  }
  .u-mt--40_md {
    margin-top: 40px!important; 
  }
  .u-fs--27_md {
    font-size: 27px !important;
    line-height: 35px !important;
  }  
  .u-ml--20_md {
    margin-left: 20px!important; 
  }  
  .u-mr--20_md {
    margin-right: 20px!important; 
  }
  .u-mh--20_md {
    margin-left: 20px!important; 
    margin-right: 20px!important; 
  }
  .u-mh--40_md {
    margin-left: 40px!important; 
    margin-right: 40px!important; 
  }

  .u-mv--20_md {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  .u-mv--30_md {
    margin-top: 30px!important; 
    margin-bottom: 30px!important; 
  }
  .u-mv--40_md {
    margin-top: 40px!important; 
    margin-bottom: 40px!important; 
  }
  .u-mw--300_md {
    max-width: 300px !important;
  }
  .u-mw--455_md {
    max-width: 455px!important;
  }
  .u-mw--1220_md {
    max-width: 1220px!important;
  }
  .u-pt--30_md {
    padding-top: 30px!important;
  }
  .u-pt--40_md {
    padding-top: 40px!important;
  }
  .u-pl--5_md {
    padding-left: 5px!important;
  }
  .u-pl--10_md {
    padding-left: 10px!important;
  }
  .u-pl--15_md {
    padding-left: 15px!important;
  }
  .u-pl--20_md {
    padding-left: 20px!important;
  }
  .u-pl--60_md {
    padding-left: 60px!important;
  }
  .u-ph--20_md {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .u-ph--30_md {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .u-ph--60_md {
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
  .u-pv--10_md {
    padding-top: 10px!important;
    padding-bottom: 10px!important;  
  }
  .u-pv--15_md {
    padding-top: 15px!important;
    padding-bottom: 15px!important;  
  }
  .u-pv--30_md {
    padding-top: 30px!important;
    padding-bottom: 30px!important;  
  }
  .u-pv--40_md {
    padding-top: 40px!important;
    padding-bottom: 40px!important;  
  }
  .u-text--center_md {
    text-align: center !important;
  }
}

@media (min-width:1270px){
  .u-va--b_lg {
    vertical-align: bottom !important;
  }
  .u-border--light-grey_lg {
    border: 1px solid #dedede;
  }
  .u-bt--white_lg {
    border-top: 3px solid #fff;
  }
  .u-bl--light-grey_lg {
    border-left: 1px solid #dedede;
  }
  .u-bb--grey_lg {
    border-bottom: 3px solid #b0b3b2;
  }
  .u-f--l_lg {
    float: left;
  }
  .u-f--r_lg {
    float: right;
  }
  .u-h--300_lg {
    min-height: 300px;
  }
  .u-h--350_lg {
    min-height: 350px;
  }
  .u-mw--10per_lg {
    max-width: 10% !important;
  }
  .u-mw--20per_lg {
    max-width: 20% !important;
  }
  .u-mw--25per_lg {
    max-width: 25% !important;
  }
  .u-mw--30per_lg {
    max-width: 30% !important;
  }
  .u-mw--40per_lg {
    max-width: 40% !important;
  }
  .u-mw--50per_lg {
    max-width: 50% !important;
  }
  .u-mw--60per_lg {
    max-width: 60% !important;
  }
  .u-mw--66per_lg {
    max-width: 66.66666667% !important;
  }
  .u-mw--70per_lg {
    max-width: 70% !important;
  }
  .u-mw--75per_lg {
    max-width: 75% !important;
  }
  .u-mw--80per_lg {
    max-width: 80% !important;
  }
  .u-mw--90per_lg {
    max-width: 90% !important;
  }
  .u-mw--100per_lg {
    max-width: 100% !important;
  }
  .u-w--23per_lg {
    width: 23%;
  }
  .u-w--27per_lg {
    width: 27%;
  }
  .u-w--30per_lg {
    width: 30%;
  }
  .u-w--40per_lg {
    width: 40%;
  }
  .u-w--46per_lg {
    width: 46%;
  }
  .u-w--54per_lg {
    width: 54%;
  }
  .u-w--60per_lg {
    width: 60%;
  }
  .u-mh--50_lg {
    min-height: 50px;
  }
  .u-flex-row_lg .row {
    display: flex;
  }
  .u-t--25per_lg {
    top: 25% !important;
  }
  .u-t--40per_lg {
    top: 40% !important;
  }
  .u-r--60_lg {
    right: 60px !important;
  }
  .u-pos--absolute_lg {
    position: absolute;
  }

  .u-dis--inline_lg {
    display: inline !important;
  }  
  .u-dis--inline-block_lg {
    display: inline-block !important;
  }
  .u-dis--block_lg {
    display: block !important;
  }
  .u-jc--c_lg {
  	justify-content: center !important; 
  }
  .u-fs--11_lg {
    font-size: 11px !important;
    line-height: 16.5px !important;
  }
  .u-fs--14_lg {
    font-size: 14px !important;
    line-height: 23.8px !important;
  }
  .u-fs--16_lg {
    font-size: 16px !important;
    line-height: 23.8px !important;
  }

  .u-fs--18_lg {
    font-size: 18px !important;
    line-height: 30.6px !important;
  }

  .u-fs--20_lg {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .u-mb--10_lg {
    margin-bottom: 10px!important; 
  }
  .u-mb--20_lg {
    margin-bottom: 20px!important; 
  }
  .u-mb--40_lg {
    margin-bottom: 40px!important; 
  }
  .u-mt--10_lg {
    margin-top: 10px!important; 
  }
  .u-mt--15_lg {
    margin-top: 15px!important; 
  }
  .u-mt--20_lg {
    margin-top: 20px!important; 
  }
  .u-mt--30_lg {
    margin-top: 30px!important;
}
  .u-mt--40_lg {
    margin-top: 40px!important; 
  }
  .u-fs--27_lg {
    font-size: 27px !important;
    line-height: 35px !important;
  }  
  .u-ml--20_lg {
    margin-left: 20px!important; 
  }  
    .u-ml--10_lg {
    margin-left: 10px!important; 
  }  
  .u-mr--20_lg {
    margin-right: 20px!important; 
  }
  .u-mh--20_lg {
    margin-left: 20px!important; 
    margin-right: 20px!important; 
  }
  .u-mh--40_lg {
    margin-left: 40px!important; 
    margin-right: 40px!important; 
  }

  .u-mv--20_lg {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  .u-mv--30_lg {
    margin-top: 30px!important; 
    margin-bottom: 30px!important; 
  }
  .u-mv--40_lg {
    margin-top: 40px!important; 
    margin-bottom: 40px!important; 
  }
  .u-mw--300_lg {
    max-width: 300px !important;
  }
  .u-mw--455_lg {
    max-width: 455px!important;
  }
  .u-mw--1220_lg {
    max-width: 1220px!important;
  }
  .u-pt--30_lg {
    padding-top: 30px!important;
  }
  .u-pt--40_lg {
    padding-top: 40px!important;
  }
  .u-pl--5_lg {
    padding-left: 5px!important;
  }
  .u-pl--10_lg {
    padding-left: 10px!important;
  }
  .u-pl--15_lg {
    padding-left: 15px!important;
  }
  .u-pl--20_lg {
    padding-left: 20px!important;
  }
  .u-pl--40_lg {
    padding-left: 40px!important;
  }
  .u-pl--60_lg {
    padding-left: 60px!important;
  }
  .u-ph--20_lg {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .u-ph--30_lg {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .u-ph--60_lg {
    padding-left: 60px!important;
    padding-right: 60px!important;
  }
  .u-pv--10_lg {
    padding-top: 10px!important;
    padding-bottom: 10px!important;  
  }
  .u-pv--15_lg {
    padding-top: 15px!important;
    padding-bottom: 15px!important;  
  }
  .u-pv--30_lg {
    padding-top: 30px!important;
    padding-bottom: 30px!important;  
  }
  .u-pv--40_lg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;  
  }
  .u-text--center_lg {
    text-align: center !important;
  }
}


@media (min-width: 960px) {
  .u-flex--container {
    flex-direction: row;
  }
  .u-flex--tile {margin: 10px 6.67px;flex:1;}
  .bg--grad-grey-green-blue {
      background: #fff;
      background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f1f1f1),color-stop(50% 51%,#00754A),color-stop(49%,#02174C));
      background: -o-linear-gradient(top,#f1f1f1 50%,#00754A 50% 51%,#02174C 49%);
      background: linear-gradient(to bottom,#f1f1f1 50%,#00754A 50% 51%,#02174C 49%);
  }
  .bg--grad-white-green-grey {
      background: #fff;
      background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,#fff),color-stop(45% 45.75%,#00754A),color-stop(44%,#f1f1f1));
      background: -o-linear-gradient(top,#fff 45%,#00754A 45% 45.75%,#f1f1f1 44%);
      background: linear-gradient(to bottom,#fff 45%,#00754A 45% 45.75%,#f1f1f1 44%);
  }

  .u-ls--wide {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1280px) {
}
/* ################################## END UTILITIES SECTION ################################## */