.light-purple {
  background: #d4bbff;
}
.mid-purple {
  background: #b165ff;
}
.dark-purple {
  background: #7514cc;
}
.h-100,
.proximity {
  height: 100%;
}
.no-pointers {
  pointer-events: none;
}
.default-pointers {
  pointer-events: initial;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed !important;
}
.d-none {
  display: none;
}
html.safari div[class^="ibm-col-12-"] {
  min-height: 2px;
}
.init-hide {
  visibility: hidden;
}
html:not(.js) .init-hide {
  visibility: visible !important;
}
.section-open .overflow-auto {
  overflow: auto;
}
#ibm-content-main,
.content-hidden {
  overflow: hidden;
}
.proximity {
  position: absolute;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: 0 0;
  pointer-events: none;
  visibility: hidden;
}
.smart-city-close {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 20px;
}
.smart-city-close a {
  display: block;
  width: 30px;
  height: 30px;
}
.block-trigger[aria-hidden="true"] .hide-on-close,
.content-hidden .hide {
  display: none;
}
.smart-city-close svg {
  width: 30px;
  height: 30px;
  fill: #323232;
  padding: 2px;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.alternate svg {
  fill: #fff;
  background: rgba(0, 0, 0, 0.2);
}
#smart-city-councilwoman--container.portrait-background:after,
#smart-city-director--container.portrait-background:after,
#smart-city-mayor--container.portrait-background:after,
#smart-city-police--container.portrait-background:after {
  background-size: auto 90%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.smart-city-close:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.width-transition {
  position: relative;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.portrait-background {
  position: relative;
  z-index: 2;
}
.portrait-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.portrait-background:before {
  color: #fff;
  position: absolute;
  bottom: 20px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  left: 25px;
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  white-space: pre;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.entered .portrait-background:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.section-open .portrait-background:after {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portrait-background > div[class*="ibm-col-"] {
  position: relative;
  z-index: 4;
}
.block-trigger:not(.section-open) {
  cursor: pointer;
}
.block-trigger:focus {
  outline: #fff dotted 1px;
}
.block-trigger.section-open .portrait-background:after,
.block-trigger:hover:not(.section-open) .portrait-background:after {
  height: 104%;
}
.init-size > div:first-child {
  width: 100% !important;
}
.init-size .fade-on-open {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.fade,
.fade-on-open--last {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.init-size .block-trigger {
  cursor: auto !important;
}
.fade {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.init-delay .fade {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hovered .fade,
.init-size .fade,
.intro-open .fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.block-trigger.hovered {
  max-width: 50vw;
}
.content-hidden .ibm-col-12-6 {
  width: 100%;
}
.content-hidden video {
  min-height: 140% !important;
}
.padding-left--0 {
  padding-left: 0;
}
#smart-city-container {
  height: calc(100vh - 125px);
}
#smart-city-container > div {
  position: relative;
}
#smart-city {
  z-index: 4;
}
#ibm-pagetitle-h1 {
  min-width: 260px;
}
.width-limit {
  width: 30vw;
}
#smart-city-intro.min-width[aria-hidden="false"] {
  min-width: 300px;
}
#smart-city-intro .ibm-col-12-6 {
  max-width: 50vw !important;
}
#smart-city-intro--background {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}
#smart-city-intro--background video {
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#smart-city-intro--proximity {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 65%;
}

#smart-city-police--container.portrait-background:after {
  background-image: url(../../sites/default/files/images/DaveDaun.png);
  background-size: auto 70%;
  background-position: 50% 100%;
  background-repeat: no-repeat !important;
}
#smart-city-police--container:before {
  content: "Meet Dave, \A IBM Systems Support";
}

#smart-city-councilwoman--container.portrait-background:after {
  background-image: url(../../sites/default/files/images/RyanGreenberg.png);
  background-size: auto 70%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#smart-city-councilwoman--container:before {
  content: "Meet Ryan, \A IBM Cloud Support";
}
#smart-city-director--container.portrait-background:after {
  background-image: url(../../sites/default/files/images/BryanBrown.png);
  background-size: auto 70%;
  background-position: 40% 100%;
  background-repeat: no-repeat;
}
#smart-city-director--container:before {
  content: "Meet Bryan, \A IBM Software Support";
}
#smart-city-video-navigation {
  width: 245px;
  margin: 5px auto 10px;
}
#smart-city-video-navigation a {
  float: left;
  position: relative;
}
#smart-city-video-navigation a:not(:last-child) {
  margin-right: 15px;
}
#smart-city-video-navigation a:before {
  content: "\f1cc";
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: -2px;
  top: 28px;
}
#smart-city-video-navigation[data-active="3"] a:nth-child(3):before,
#smart-city-video-navigation[data-active="4"] a:nth-child(4):before,
#smart-city-video-navigation[data-active="1"] a:nth-child(1):before,
#smart-city-video-navigation[data-active="2"] a:nth-child(2):before {
  color: #b4e051;
}
.accessibility-background {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}
.focusable:focus {
  outline: rgba(0, 0, 0, 0.05) dotted 1px;
}
#ibm-footer.ibm-alternate .ibm-col-12-12 {
  padding-bottom: 5px;
}
.ibm-fluid .ibm-fluid {
  margin: 0 !important;
}
.ibm-btn-row--line-height-0 {
  margin-top: 15px;
}
.ibm-common-overlay.ibm-overlay-alt-three {
  width: 860px;
}
#ibm-universal-nav:after {
  position: absolute;
  left: 100px;
  top: 14px;
  display: none;
}
@media only screen and (min-width: 1240px) and (max-width: 1479px) {
  #ibm-universal-nav:after {
    content: "XlargeBottom";
  }
  .width-limit {
    width: 40vw;
  }
  br.ibm-show-xlarge {
    display: none !important;
  }
  #smart-city-intro--background video {
    min-width: 115%;
  }
  .portrait-background:after {
    height: 102%;
  }
  .block-trigger.section-open .portrait-background:after,
  .block-trigger:hover:not(.section-open) .portrait-background:after {
    height: 104%;
  }
  .portrait-background:before {
    font-size: 30px;
    line-height: 32px;
  }
  .section-open .overflow-auto {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  #ibm-universal-nav:after {
    content: "large";
  }
  .width-limit {
    width: 40vw;
  }
  #smart-city-intro--background video {
    width: 130vw;
  }
  .portrait-background:after {
    height: 100%;
  }
  .block-trigger.section-open .portrait-background:after,
  .block-trigger:hover:not(.section-open) .portrait-background:after {
    height: 102%;
  }
  .portrait-background:before {
    font-size: 28px;
    line-height: 30px;
  }
  .section-open .overflow-auto {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 999px) and (max-width: 1120px) {
  #ibm-universal-nav:after {
    content: "largeBottom";
  }
  .width-limit {
    width: 35vw;
  }
  #smart-city-intro--background video {
    width: 130vw;
  }
  .portrait-background:after {
    height: 100%;
  }
  .block-trigger.section-open .portrait-background:after,
  .block-trigger:hover:not(.section-open) .portrait-background:after {
    height: 102%;
  }
  .portrait-background:before {
    font-size: 24px;
    line-height: 26px;
  }
  .section-open .overflow-auto {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  #smart-city-intro {
    background-image: url(../images/home-animation-still);
    background-size: 50% 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  #ibm-universal-nav:after {
    content: "mediumSmall";
  }
  #ibm-content-main,
  .overflow-auto {
    overflow: visible;
  }
  .fade,
  .fade-on-open--last {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #smart-city-intro--container .scrollable {
    max-height: unset !important;
  }
  #smart-city-intro[aria-hidden="false"] {
    max-width: unset;
  }
  #smart-city-container {
    height: auto;
  }
  .d-none {
    display: inherit !important;
  }
  #smart-city .ibm-flex {
    display: block;
  }
  .block-trigger {
    background: #f4f4f4;
    cursor: default !important;
  }
  .width-transition {
    -webkit-transition: unset;
    transition: unset;
  }
  .width-limit {
    width: auto;
  }
  .same-height {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .width-transition:after {
    content: none;
    display: none;
  }

  .ibm-common-overlay {
    width: 86% !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 759px) {
  #ibm-universal-nav:after {
    content: "allMedium";
  }
  #smart-city-intro {
    background-position: top left 30vw;
  }
}
@media only screen and (min-width: 0) and (max-width: 579px) {
  #ibm-universal-nav:after {
    content: "small";
  }
  #smart-city-intro .ibm-col-12-6 {
    max-width: 100% !important;
  }
  #smart-city-intro {
    background-image: none;
  }
  #smart-city-intro--small {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .padding-left--0 {
    padding-left: 20px !important;
  }
  .smart-mobile-thumbnail img {
    display: block;
    width: 90% !important;
  }
  .padding-bottom-small {
    padding-bottom: 0;
  }
  .ibm-common-overlay {
    width: 90% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .portrait-background:after,
  .portrait-background:before {
    display: none;
  }
}
