.head {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  transition: left .2s linear;
}
.head #nav-container {
  height: 56px;
  margin: 0 18px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1010px) {
  .head #nav-container {
    width: 100%;
    min-height: 56px;
  }
  .head #nav-container.open {
    height: auto;
  }
}
.head #nav-container .logo-container {
  display: inline-block;
  height: 56px;
  overflow: hidden;
}
@media only screen and (max-width: 1425px) {
  .head #nav-container .logo-container {
    width: calc((100vw - 990px)/2);
  }
}
@media only screen and (max-width: 1160px) {
  .head #nav-container .logo-container {
    width: calc((100vw - 914px)/2);
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .logo-container {
    width: 300px;
  }
}
.head #nav-container .logo-container * {
  display: none;
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .logo-container * {
    position: relative;
    display: inline-block;
    height: 100%;
  }
  .head #nav-container .logo-container *.menu-select {
    position: relative;
    width: 56px;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 14px;
    border-right: 1px solid #E4E4E4;
    box-sizing: border-box;
  }
  .head #nav-container .logo-container *.menu-select:before {
    content: '';
    border: solid #222;
    border-width: 2px 0;
    height: 8px;
    left: 50%;
    margin-left: -10px;
    margin-top: 1px;
    position: absolute;
    top: 20px;
    width: 20px;
  }
  .head #nav-container .logo-container *.menu-select:after {
    content: '';
    border: solid #222;
    border-width: 2px 0 0;
    height: 8px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 20px;
    width: 20px;
    margin-top: 6px;
  }
  .head #nav-container .logo-container *.small-title {
    font-size: 1.5rem;
    position: absolute;
    bottom: -8px;
    left: 134px;
  }
}
@media only screen and (max-width: 400px) {
  .head #nav-container .logo-container *.small-title {
    font-size: 1.3rem;
    bottom: -11px;
    left: 120px;
  }
}
@media only screen and (max-width: 355px) {
  .head #nav-container .logo-container *.small-title {
    font-size: 1.5rem;
    width: 100px;
    bottom: -3px;
    left: 129px;
    line-height: 1.5rem;
  }
}
.head #nav-container .logo-container a {
  border: none;
}
.head #nav-container .logo-container .logo {
  display: block;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1425px) {
  .head #nav-container .logo-container .logo {
    margin-left: calc(50% - 67px);
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .logo-container .logo {
    margin-left: 0;
    width: 56px;
    float: left;
    border-right: 1px solid #E4E4E4;
    box-sizing: border-box;
  }
}
.head #nav-container .logo-container .logo span {
  display: inline-block;
  position: relative;
}
.head #nav-container .logo-container .logo .pplogo {
  background: transparent url(../assets/icons/pp-status-logo.png) right top no-repeat;
  background-size: auto 2rem;
  width: 11rem;
  height: 2rem;
  top: 12px;
}
@media only screen and (max-width: 1280px) {
  .head #nav-container .logo-container .logo .pplogo {
    background: url(https://developer.paypal.com/components/dx/img/logo-pp.svg) center no-repeat;
    background-size: 1.5rem;
    width: 1.9rem;
    margin-left: calc(50% - 1rem);
  }
}
.head #nav-container .logo-container .logo #paypalstatus {
  color: #5c5c5c;
  margin-left: 6px;
  font-style: italic;
  top: 5px;
}
@media only screen and (max-width: 1280px) {
  .head #nav-container .logo-container .logo #paypalstatus {
    display: none;
  }
}
.head #nav-container .navigation {
  height: 57px;
  display: inline-block;
  width: 59.375rem;
  margin: 0 4.625rem;
  overflow: hidden;
  font-weight: 400;
}
@media only screen and (max-width: 1425px) {
  .head #nav-container .navigation {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .navigation {
    width: 785px;
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .navigation {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .navigation {
    display: none;
  }
}
.head #nav-container .navigation .close-sub-menu {
  display: none!important;
}
.head #nav-container .navigation ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1010px) and (max-width: 1160px) {
  .head #nav-container .navigation ul .section-buttons .menu-item:first-child {
    margin-left: -0.75rem;
  }
}
@media only screen and (min-width: 1160px) {
  .head #nav-container .navigation ul .section-buttons .menu-item:first-child {
    margin-left: -1rem;
  }
}
.head #nav-container .navigation ul ul {
  display: inline-block;
}
.head #nav-container .navigation ul ul.event-buttons,
.head #nav-container .navigation ul ul.link-buttons {
  user-select: none;
}
.head #nav-container .navigation ul ul.env-toggle {
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 1160px) and (min-width: 1010px) {
  .head #nav-container .navigation ul ul.env-toggle {
    position: absolute;
    right: calc(100px + ((100vw - 785px)/2 - 80px)/2);
  }
}
.head #nav-container .navigation ul li {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .navigation ul li {
    display: block;
  }
}
.head #nav-container .navigation ul li a {
  padding-top: 17px;
  display: inline-block;
  height: 100%;
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 1010px) and (max-width: 1160px) {
  .head #nav-container .navigation ul li a {
    font-size: 0.9rem;
  }
}
.head #nav-container .navigation ul li.active a {
  color: #222;
}
.head #nav-container .navigation ul li.menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 1rem;
}
.head #nav-container .navigation ul li.menu-item.active {
  border-bottom: 1px solid #222;
}
@media only screen and (max-width: 1160px) {
  .head #nav-container .navigation ul li.menu-item {
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .navigation ul li.menu-item {
    height: 43px;
    margin-left: 2rem;
  }
  .head #nav-container .navigation ul li.menu-item a {
    height: 26px;
  }
  .head #nav-container .navigation ul li.menu-item.active {
    border-bottom: 0;
    font-weight: bold;
  }
}
.head #nav-container .navigation ul li.environment-menu {
  float: right;
  height: fit-content;
  border: 1px solid #E4E4E4;
  text-align: center;
}
.head #nav-container .navigation ul li.environment-menu:nth-last-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.head #nav-container .navigation ul li.environment-menu:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.head #nav-container .navigation ul li.environment-menu.active {
  background-color: #E4E4E4;
  box-shadow: inset 1px 1px 5px #AFAFAF;
}
.head #nav-container .navigation ul li.environment-menu a {
  height: 31px;
  padding: 5px 10px 0;
}
.head #nav-container .navigation ul li.dropdown-menu {
  position: absolute;
  z-index: 9999;
}
.head #nav-container .navigation ul li.dropdown-menu > a {
  height: 57px;
}
.head #nav-container .navigation ul li.dropdown-menu > a:after {
  border: 1px solid #666;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 8px;
  left: 6px;
  position: relative;
  top: -1px;
  transition: all .05s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: .75;
  overflow: hidden;
  width: 8px;
}
.head #nav-container .navigation ul li.dropdown-menu.open > a:after {
  transition: all .3s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}
.head #nav-container .navigation ul li.dropdown-menu.open > .dropdown-menu-links {
  display: block;
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links {
  border: 1px solid #E4E4E4;
  display: none;
  position: relative;
  margin-top: -18px;
  background-color: #fff;
  box-shadow: 3px 3px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.2);
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links ul {
  width: 100%;
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links li {
  display: block;
  border-bottom: 1px solid #E4E4E4;
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links li a {
  padding: 5px 10px 0 10px;
  width: 100%;
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links li a:last-child {
  padding-bottom: 5px;
}
.head #nav-container .navigation ul li.dropdown-menu .dropdown-menu-links li:last-child {
  border-bottom: none;
}
.head #nav-container .subscribe-button {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8125rem;
  display: inline-block;
  background-color: rgb(0, 48, 135);
  border-radius: 25px;
  text-align: center;
  padding: 5px 12px;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  float: right;
  margin: 12px 54px 0 0;
  user-select: none;
}
@media only screen and (max-width: 1425px) {
  .head #nav-container .subscribe-button {
    float: none;
    margin: 0;
    top: 10px;
    right: calc(((100vw - 950px)/2 - 80px)/2);
  }
}
@media only screen and (max-width: 1160px) {
  .head #nav-container .subscribe-button {
    right: calc(((100vw - 785px)/2 - 80px)/2);
  }
}
@media only screen and (max-width: 1010px) {
  .head #nav-container .subscribe-button {
    right: 20px;
  }
}
.head #nav-container .subscribe-button .subscription-links {
  color: #444;
  font-weight: lighter;
  font-size: 16px;
  height: 61px;
  background-color: #fff;
  top: 40px;
  right: 0px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 998;
}
.head #nav-container .subscribe-button .subscription-links span {
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  line-height: 61px;
}
.head #nav-container .subscribe-button .subscription-links a {
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: underline;
  color: #444;
}
.head #nav-container .subscribe-button > span {
  color: white;
  font-weight: 600;
  font-size: 0.8125rem;
}
.head #nav-container .back-to-main {
  position: absolute;
  color: rgb(0, 48, 135);
  right: 30px;
  top: 17px;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .head #nav-container .back-to-main {
    display: none;
  }
}
.head #nav-container .back-to-main:before {
  position: absolute;
  display: block;
  top: 8px;
  left: -20px;
  height: 10px;
  width: 10px;
  border: 2px solid rgb(0, 48, 135);
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.head .upcoming-maintenance {
  background-color: #5E5E5E;
  height: 52px;
}
.head .upcoming-maintenance .container {
  width: 950px;
  color: white;
  padding-top: 14px;
}
@media only screen and (max-width: 1010px) {
  .head .upcoming-maintenance .container {
    width: 95%;
  }
}
.head .upcoming-maintenance .container span#bannerText {
  display: inline-block;
  float: left;
}
.head .upcoming-maintenance .container a {
  text-decoration: underline;
  cursor: pointer;
  color: white;
}
@media only screen and (max-width: 500px) {
  .head .upcoming-maintenance .container a {
    width: calc(100% - 85px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.head .upcoming-maintenance .container span#bannerClose {
  font-family: 'pp-sans-small-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  cursor: pointer;
  height: 52px;
  width: auto;
  padding: 0 10px;
  margin: -14px -10px 0 0;
}
@media only screen and (max-width: 500px) {
  .head .upcoming-maintenance .container span#bannerClose {
    margin-right: 0;
  }
}
.head .upcoming-maintenance .container span#bannerClose:before {
  content: '\00d7';
  font-size: 2rem;
  float: right;
  height: 100%;
  margin-top: 3px;
}
@media only screen and (max-width: 500px) {
  .head .upcoming-maintenance * {
    font-size: 14px;
  }
}
div.list-container .buttonContainer {
  height: 36px;
  width: 196px;
  margin: 0 auto 25px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}
@media only screen and (min-width: 1010px) {
  div.list-container .buttonContainer {
    display: none;
  }
}
div.list-container .buttonContainer .environment-menu {
  display: inline-block;
  height: 100%;
  padding-top: 6px;
  width: 98px;
  text-decoration: none;
  text-align: center;
  color: #454040;
  border: none;
  box-sizing: border-box;
}
div.list-container .buttonContainer .environment-menu:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.list-container .buttonContainer .environment-menu:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.list-container .buttonContainer .environment-menu.active {
  color: #222;
  background-color: #E4E4E4;
  box-shadow: inset 1px 1px 5px #AFAFAF;
}
div.list-container #status-container .status-bar {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 52px;
  width: 100%;
  color: white;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 300;
}
div.list-container #status-container .status-bar:nth-child(2) {
  margin-top: 24px;
}
div.list-container #status-container .status-bar.status-operational {
  background-color: rgb(46, 131, 98);
}
div.list-container #status-container .status-bar.status-maintenance {
  background-color: rgb(0, 48, 135);
}
div.list-container #status-container .status-bar.status-disruption {
  background-color: rgb(128, 68, 4);
}
div.list-container #status-container .status-bar.status-outage {
  background-color: rgb(216, 0, 24);
}
@media only screen and (max-width: 660px) {
  div.list-container #status-container .status-bar .long-text {
    display: none;
  }
}
div.list-container #status-container .status-bar .short-text {
  float: left;
  margin-left: 20px;
  font-size: 1.2rem;
  max-width: 100%;
}
@media only screen and (min-width: 661px) {
  div.list-container #status-container .status-bar .short-text {
    display: none;
  }
}
div.list-container #status-container .status-bar span {
  margin-left: 20px;
}
@media only screen and (max-width: 1010px) {
  div.list-container #status-container .status-bar span {
    display: inline-block;
    height: 1.75rem;
    overflow: hidden;
    padding-top: 12px;
    line-height: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
div.list-container #status-container .status-bar a {
  font-family: 'pp-sans-small-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  margin-right: 20px;
  color: white;
  font-size: 1.1rem;
}
@media only screen and (max-width: 1010px) {
  div.list-container #status-container .status-bar a {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1010px) {
  div.list-container #status-container .status-bar {
    font-size: 1.3rem;
  }
}
div.list-container .product-list {
  margin: 38px 0 40px 0;
}
div.list-container .product-list .info-icon {
  vertical-align: top;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  -ms-border-radius: 99px;
  color: #666;
  cursor: default;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 18px;
  margin: 24px 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 500px) {
  div.list-container .product-list .info-icon {
    height: 12px;
    width: 12px;
    font-size: .6rem;
    line-height: 12px;
    margin: 27px 10px 0 0;
  }
}
div.list-container .product-list h1 {
  font-weight: 300;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 40px;
}
div.list-container .product-list h1 .info-icon {
  top: -8px;
  margin-left: 10px;
}
div.list-container .product-list > ul > li {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #E8E8E8;
  border-bottom: none;
  min-height: 66px;
}
div.list-container .product-list > ul > li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.list-container .product-list > ul > li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #E8E8E8;
}
div.list-container .product-list > ul > li span {
  /* TODO */
  margin: 21px 20px 21px;
}
div.list-container .product-list > ul > li span.product-name {
  float: left;
  margin-right: 10px;
}
div.list-container .product-list > ul > li span.product-status {
  float: right;
  font-weight: bold;
}
div.list-container .product-list > ul > li span.product-status.status-operational {
  color: rgb(46, 131, 98);
}
div.list-container .product-list > ul > li span.product-status.status-maintenance {
  color: rgb(0, 48, 135);
}
div.list-container .product-list > ul > li span.product-status.status-disruption {
  color: rgb(128, 68, 4);
}
div.list-container .product-list > ul > li span.product-status.status-outage {
  color: rgb(216, 0, 24);
}
@media only screen and (max-width: 500px) {
  div.list-container .product-list > ul > li span {
    font-size: .8rem;
    top: -5px;
    margin: 25px 20px 25px;
  }
}
@media only screen and (max-width: 1010px) {
  div.list-container .product-list > ul > li span {
    display: inline-block;
  }
}
div.list-container .product-list > ul > li.product-group {
  cursor: pointer;
  width: calc(100% - 2px);
  flex-wrap: wrap;
}
div.list-container .product-list > ul > li.product-group div.caret {
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../assets/icons/action-arrow.png") no-repeat center;
  height: 1.4rem;
  width: 1.4rem;
  background-size: 1.4rem;
  margin-top: 23px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  div.list-container .product-list > ul > li.product-group div.caret {
    height: 1rem;
    width: 1rem;
    background-size: 1rem;
    margin-top: 26.5px;
  }
}
div.list-container .product-list > ul > li.product-group i {
  margin-left: 20px;
}
div.list-container .product-list > ul > li.product-group ul {
  flex-basis: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E8E8E8;
}
div.list-container .product-list > ul > li.product-group ul .info-icon {
  margin: 11px 10px 0 0;
}
@media only screen and (max-width: 500px) {
  div.list-container .product-list > ul > li.product-group ul .info-icon {
    height: 12px;
    width: 12px;
    font-size: .6rem;
    line-height: 12px;
    margin: 12px 10px 0 0;
  }
}
div.list-container .product-list > ul > li.product-group ul span {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.list-container .product-list > ul > li.product-group ul li {
  margin: 5px 0;
  font-weight: 200;
  font-size: 0.95rem;
  width: 100%;
}
div.list-container .product-list > ul > li.product-group ul li > span.product-name {
  float: left;
  margin-right: 10px;
}
div.list-container .product-list > ul > li.product-group ul li > span.product-status {
  float: right;
  font-weight: bold;
}
div.list-container .product-list > ul > li.product-group ul li > span.product-status.status-operational {
  color: rgb(46, 131, 98);
}
div.list-container .product-list > ul > li.product-group ul li > span.product-status.status-maintenance {
  color: rgb(0, 48, 135);
}
div.list-container .product-list > ul > li.product-group ul li > span.product-status.status-disruption {
  color: rgb(128, 68, 4);
}
div.list-container .product-list > ul > li.product-group ul li > span.product-status.status-outage {
  color: rgb(216, 0, 24);
}
@media only screen and (max-width: 1010px) {
  div.list-container .product-list > ul > li.product-group ul li > span {
    display: inline-block;
  }
}
div.list-container .product-list > ul > li.product-group.open div.caret {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.list-container .product-list li {
  display: flex;
  flex-flow: row;
}
div.list-container .product-list li span,
div.list-container .product-list li div {
  flex: 0 0 auto;
  overflow: hidden;
}
div.list-container .product-list li span.product-name,
div.list-container .product-list li div.product-name {
  flex: 0 1 auto;
  display: inline-block;
}
div.list-container .product-list li span.product-status,
div.list-container .product-list li div.product-status {
  margin-left: auto;
}
.event-list div.event {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-bottom: 20px;
}
.event-list div.event .tooltip {
  position: relative;
  display: inline-block;
}
.event-list div.event .tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #222;
  color: #fff;
  text-align: center !important;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -85px;
  opacity: .9;
  font-size: 13px;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 1010px) {
  .event-list div.event .tooltip .tooltiptext {
    font-size: 10px;
    margin-left: -60px;
    width: 120px;
  }
}
.event-list div.event .tooltip:hover .tooltiptext {
  visibility: visible;
}
.event-list div.event small {
  color: #5c5c5c;
}
.event-list div.event > div {
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.event-list div.event > div:first-child {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 18px;
  box-sizing: border-box;
  font-size: 1.2rem;
  /* event title span */
  /* maintenance/bulletin start and end time span */
}
@media only screen and (max-width: 1010px) {
  .event-list div.event > div:first-child {
    min-height: 66px;
    height: auto;
    display: inline-block;
    width: 100%;
  }
}
.event-list div.event > div:first-child span:first-child {
  float: left;
  width: calc(100%-300px);
}
.event-list div.event > div:first-child span:nth-child(2) {
  float: right;
}
@media only screen and (max-width: 1010px) {
  .event-list div.event > div:first-child span:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin-top: 5px;
    color: #777;
    clear: both;
  }
}
.event-list div.event > div:nth-child(2) {
  font-family: 'pp-sans-small-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 30px 20px 30px;
  padding-bottom: 20px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 1010px) {
  .event-list div.event > div:nth-child(2) {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .event-list div.event > div:nth-child(2) p {
    margin-left: 0;
    margin-right: 0;
  }
}
.event-list div.event > div:nth-child(2) h4 {
  margin: 0;
}
.event-list div.event > div:nth-child(2) h4,
.event-list div.event > div:nth-child(2) ul.affected-products {
  color: black;
  margin-bottom: 10px;
}
.event-list div.event > div:nth-child(2) h4 li,
.event-list div.event > div:nth-child(2) ul.affected-products li {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1010px) {
  .event-list div.event > div:nth-child(2) h4 li,
  .event-list div.event > div:nth-child(2) ul.affected-products li {
    width: 50%;
  }
}
.event-list div.event > div:nth-child(2) h4,
.event-list div.event > div:nth-child(2) ul.affected-apis {
  color: black;
  margin-bottom: 10px;
}
.event-list div.event > div:nth-child(2) h4 li,
.event-list div.event > div:nth-child(2) ul.affected-apis li {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1010px) {
  .event-list div.event > div:nth-child(2) h4 li,
  .event-list div.event > div:nth-child(2) ul.affected-apis li {
    width: 50%;
  }
}
.event-list div.event > div .event-times {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -6px;
}
.event-list div.event > div .event-times > span {
  font-size: 14px;
  color: #5c5c5c;
  font-weight: bold;
}
.event-list div.event > div .event-times > span:first-child {
  margin-right: 30px;
}
.event-list div.event > div .event-times > span > span {
  font-size: 13px;
  color: #000000;
}
@media only screen and (max-width: 750px) {
  .event-list div.event > div .event-times > span {
    display: block;
  }
  .event-list div.event > div .event-times > span:first-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .event-list div.event > div .event-times {
    display: block;
  }
}
/*
This block is to reset the event communication to standard html styles
so that the app specific styles do not affect the communication styling
*/
#wrapper .event-update li {
  display: list-item;
}
#wrapper .event-update ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}
#wrapper .event-update ul ul,
#wrapper .event-update ol ul {
  list-style-type: circle;
}
#wrapper .event-update * {
  text-align: left;
}
#wrapper .event-update h1,
#wrapper .event-update h2,
#wrapper .event-update h3,
#wrapper .event-update h4,
#wrapper .event-update h5,
#wrapper .event-update h6,
#wrapper .event-update b,
#wrapper .event-update strong {
  font-weight: bold;
}
#wrapper .event-update h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#wrapper .event-update h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
#wrapper .event-update h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
#wrapper .event-update h4 {
  margin: 1.12em 0;
}
#wrapper .event-update h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
#wrapper .event-update h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.footer {
  height: 65px;
  margin: -3rem auto 0;
  max-width: 950px;
}
@media only screen and (max-width: 1010px) {
  .footer {
    width: 94%;
    text-align: center;
    margin-top: -4rem;
  }
}
.footer * {
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
  color: #687173;
}
@media only screen and (max-width: 400px) {
  .footer * {
    font-size: 0.675rem;
  }
}
.footer > * {
  display: inline;
}
@media only screen and (max-width: 750px) {
  .footer > * {
    display: block;
    width: 100%;
  }
  .footer > *.copyright {
    margin-top: 10px;
  }
}
.footer a {
  color: inherit;
  margin-right: 1rem;
  cursor: pointer;
}
.footer .footer-links {
  float: left;
}
.footer .footer-links a:last-child {
  margin-right: 0;
}
.footer .copyright {
  float: right;
}
.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal .subscribe-container {
  height: 500px;
  width: 600px;
  background-color: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 100px auto 0;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .modal .subscribe-container {
    width: 100%;
    height: 350px;
    border-radius: 0;
    padding: 20px;
  }
}
.modal .subscribe-container div:first-child {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .modal .subscribe-container div:first-child {
    font-size: 1.4rem;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.modal .subscribe-container div.email-icon {
  height: 100px;
  background: url('../assets/icons/LetterClosed_Black_Lifestyle_Glyphs.png') center no-repeat;
  background-size: 8rem;
  margin: 30px 0;
}
@media only screen and (max-width: 600px) {
  .modal .subscribe-container div.email-icon {
    height: 50px;
    margin: 20px 0;
    background-size: 4rem;
  }
}
.modal .subscribe-container div form label input {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #9da3a6;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1rem;
}
.modal .subscribe-container div form > input {
  font-family: 'PayPal Sans Big', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: white;
  background-color: rgb(0, 48, 135);
  height: 50px;
  border: 0;
  border-radius: 25px;
  text-align: center;
  padding: 0 9px 0;
  font-weight: 600;
  font-size: 1rem;
  width: 120px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 40px auto 0;
}
@media only screen and (max-width: 1010px) {
  .modal .subscribe-container div form > input {
    margin-top: 22px;
  }
}
.modal .subscribe-container div.x {
  cursor: pointer;
  top: 10px;
  right: 10px;
  position: absolute;
  height: 30px;
  width: 30px;
  background: url(../assets/icons/x.png) center no-repeat;
  background-size: 30px;
}
@media only screen and (max-width: 600px) {
  .modal .subscribe-container div.x {
    background-size: 20px;
    top: 5px;
    right: 5px;
  }
}
#subscribe-view .picker-container {
  width: 950px;
  background-color: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 50px auto 0;
  padding: 20px 0;
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container {
    width: 100%;
  }
}
#subscribe-view .picker-container .subscribe-message {
  position: absolute;
  height: 50px;
  width: 950px;
  color: #FFF;
  background-color: rgb(0, 48, 135);
  left: calc(50% - 475px);
  top: -30px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.5rem;
  padding: 12px 20px 0;
  margin-top: 23px;
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container .subscribe-message {
    width: 100%;
    left: 0;
    top: 57px;
    border-radius: 0;
    padding: 12px 9px 12px;
  }
}
#subscribe-view .picker-container .subscribe-message > h3 {
  text-align: left;
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0;
  margin-top: -26px;
  padding: 14px 9px 0;
}
@media only screen and (max-width: 400px) {
  #subscribe-view .picker-container .subscribe-message > h3 {
    width: calc(100% - 30px);
    margin-top: -13px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
#subscribe-view .picker-container .subscribe-message > span {
  float: right;
  cursor: pointer;
  height: 52px;
  width: auto;
  padding: 9px 8px 0 0;
  margin: -14px -10px 0 0;
}
#subscribe-view .picker-container .subscribe-message > span:before {
  content: '\00d7';
  font-size: 2rem;
  float: right;
  height: 100%;
  margin-top: 3px;
}
#subscribe-view .picker-container .error {
  background-color: rgb(216, 0, 24);
}
#subscribe-view .picker-container h1,
#subscribe-view .picker-container h3 {
  text-align: center;
}
#subscribe-view .picker-container h1 a.emailSwitch,
#subscribe-view .picker-container h3 a.emailSwitch {
  margin-left: 4px;
  text-decoration: underline;
  color: rgb(0, 48, 135);
  font-size: 0.8rem;
  cursor: pointer;
}
#subscribe-view .picker-container h1 {
  margin-top: 40px;
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container h1 {
    margin-top: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container h3 {
    margin: 0 auto 20px;
    width: 300px;
  }
}
#subscribe-view .picker-container .list-container {
  height: calc(100% - 229px);
  margin: 0;
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container .list-container {
    height: calc(100% - 172px);
    min-height: 0;
  }
}
#subscribe-view .picker-container .list-container .list-head {
  height: 50px;
  border: 1px solid #E4E4E4;
  padding-top: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
#subscribe-view .picker-container .list-container .list-head.open {
  height: calc(100% - 36px);
}
#subscribe-view .picker-container .list-container .list-head.open > h3 div.caret {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#subscribe-view .picker-container .list-container .list-head.open > span {
  margin-top: 5px;
}
@media only screen and (max-width: 400px) {
  #subscribe-view .picker-container .list-container .list-head.open > span {
    font-size: .9rem;
    margin-top: 7px;
    margin-right: 5px;
  }
}
#subscribe-view .picker-container .list-container .list-head > h3 {
  text-align: left;
  display: inline;
  margin: 0 0 0 20px;
  font-weight: normal;
}
#subscribe-view .picker-container .list-container .list-head > h3 div.caret {
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0;
  background: url("../assets/icons/action-arrow.png") no-repeat center;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  margin-left: 20px;
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container .list-container .list-head > h3 div.caret {
    margin-left: 10px;
    min-width: 9px;
  }
}
#subscribe-view .picker-container .list-container .list-head > span {
  margin-top: 3px;
  float: right;
  margin-right: 20px;
  margin-left: 20px;
  color: rgb(0, 48, 135);
}
@media only screen and (max-width: 400px) {
  #subscribe-view .picker-container .list-container .list-head > span {
    margin-right: 20px;
    margin-left: 5px;
  }
}
#subscribe-view .picker-container .list-container .list-head .prod-list {
  overflow: auto;
  height: calc(100% - 36px);
  margin-top: 13px;
  box-sizing: border-box;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container {
  float: right;
  margin: 0 20px 0 0;
  font-size: 1rem;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  text-overflow: clip;
}
@media only screen and (max-width: 500px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div {
    width: 120px;
    display: block;
    height: 25px;
  }
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div > input {
  position: relative;
  top: -3px;
  left: 1px;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div > span {
  overflow: hidden;
  text-overflow: clip;
  display: inline-block;
  max-width: calc(100% - 20px);
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div.disabled {
  cursor: default;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container > div.disabled > span {
  color: gray;
}
@media only screen and (min-width: 501px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container .sbCheckbox {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container .sbCheckbox {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container {
    margin-right: 10px;
    max-width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 400px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .checkbox-container {
    max-width: calc(100% - 170px);
    margin: 0;
  }
}
#subscribe-view .picker-container .list-container .list-head .prod-list li {
  display: inline-block;
  min-height: 36px;
  border-top: 1px solid #E8E8E8;
  padding-top: 8px;
  line-height: 1.5rem;
  width: 100%;
  cursor: default;
}
@media only screen and (max-width: 500px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list li {
    padding-bottom: 8px;
  }
}
#subscribe-view .picker-container .list-container .list-head .prod-list li.product-group .prod-group-name {
  margin-left: 20px;
}
#subscribe-view .picker-container .list-container .list-head .prod-list li .prod-name {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 8px;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .product-group ul {
  margin-top: 10px;
}
#subscribe-view .picker-container .list-container .list-head .prod-list .product-group ul li span.prod-name {
  margin-left: 40px;
  max-width: calc(100% - 250px);
}
@media only screen and (max-width: 500px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .product-group ul li span.prod-name {
    max-width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 1010px) {
  #subscribe-view .picker-container .list-container .list-head .prod-list .product-group ul li span.prod-name {
    margin-left: 30px;
  }
}
#subscribe-view .picker-container .button-container {
  width: 205px;
  margin: 40px auto 0;
  height: 50px;
  box-sizing: border-box;
  user-select: none;
}
#subscribe-view .picker-container .button-container button {
  font-family: 'PayPal Sans Big', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: white;
  background-color: rgb(0, 48, 135);
  height: 4.125rem;
  border: 0;
  border-radius: 25px;
  text-align: center;
  padding: 0 9px 0;
  font-weight: 600;
  font-size: 1rem;
  width: 14.813rem;
  cursor: pointer;
  box-sizing: border-box;
}
#subscribe-view .picker-container .button-container button:disabled,
#subscribe-view .picker-container .button-container button[disabled] {
  opacity: 0.3;
  cursor: default;
}
#subscribe-view .picker-container .button-container span {
  margin-left: 20px;
  color: rgb(0, 48, 135);
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  #subscribe-view .picker-container .button-container {
    margin-top: 30px;
  }
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1010px) {
  .loader {
    text-align: center;
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    tranform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.unsubscribe-view {
  padding-top: 30px;
  text-align: center;
}
.unsubscribe-view .subscribe-message {
  position: absolute;
  height: 50px;
  width: 950px;
  color: #FFF;
  background-color: rgb(0, 48, 135);
  left: calc(50% - 475px);
  top: -30px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.5rem;
  padding: 12px 20px 0;
  margin-top: 23px;
}
@media only screen and (max-width: 1010px) {
  .unsubscribe-view .subscribe-message {
    width: 100%;
    left: 0;
    top: 57px;
    border-radius: 0;
    padding: 12px 9px 12px;
  }
}
.unsubscribe-view .subscribe-message > h3 {
  text-align: left;
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0;
  margin-top: -26px;
  padding: 14px 9px 0;
}
@media only screen and (max-width: 400px) {
  .unsubscribe-view .subscribe-message > h3 {
    width: calc(100% - 30px);
    margin-top: -13px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
.unsubscribe-view .subscribe-message > span {
  float: right;
  cursor: pointer;
  height: 52px;
  width: auto;
  padding: 9px 8px 0 0;
  margin: -14px -10px 0 0;
}
.unsubscribe-view .subscribe-message > span:before {
  content: '\00d7';
  font-size: 2rem;
  float: right;
  height: 100%;
  margin-top: 3px;
}
.unsubscribe-view .error {
  background-color: rgb(216, 0, 24);
}
.unsubscribe-view input {
  height: 44px;
  border-radius: 5px;
  border: 1px solid #9da3a6;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1rem;
  width: 300px;
  display: block;
  margin: 20px auto;
}
.unsubscribe-view input[type="submit"] {
  margin-top: 0;
}
.unsubscribe-view > input {
  font-family: 'PayPal Sans Big', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: white;
  background-color: rgb(0, 48, 135);
  height: 50px;
  border: 0;
  border-radius: 25px;
  text-align: center;
  padding: 0 9px 0;
  font-weight: 600;
  font-size: 1rem;
  width: 120px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 40px auto 0;
}
@media only screen and (max-width: 1010px) {
  .unsubscribe-view > input {
    margin-top: 22px;
  }
}
.unsubscribe-view .unsubscribe-button {
  display: inline-block;
  color: white;
  background-color: rgb(0, 48, 135);
  height: 50px;
  border: 0;
  border-radius: 25px;
  text-align: center;
  padding: 0 9px 0;
  font-weight: 600;
  font-size: 1.3rem;
  width: 174px;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 3rem;
  user-select: none;
}
.unsubscribe-view a {
  display: inline-block;
  color: rgb(0, 48, 135);
  background-color: #FFF;
  height: 50px;
  border: 1px solid rgb(0, 48, 135);
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  padding: 0 9px 0;
  font-weight: 600;
  font-size: 1.5rem;
  width: 280px;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 3rem;
  user-select: none;
}
@joyride-tooltip-shadow : (~'x: 1px, y: 2px, blur: 3px, color: rgba(0,0,0, 0.3)');
.joyride-beacon {
  display: none;
}
.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500;
}
.joyride-hole {
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0,0,0, 0.5), 0 0 15px rgba(0,0,0, 0.5);
  position: absolute;
}
.joyride-hole.safari {
  box-shadow: 0 0 999px 9999px rgba(0,0,0, 0.5), 0 0 15px rgba(0,0,0, 0.5);
}
.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  opacity: 0;
  padding: 20px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  width: 290px;
  z-index: 1510;
}
.joyride-tooltip--animate {
  animation: joyride-tooltip 0.4s forwards;
  animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18);
}
.joyride-tooltip__triangle {
  background-repeat: no-repeat;
  position: absolute;
}
.joyride-tooltip.bottom,
.joyride-tooltip.bottom-left,
.joyride-tooltip.bottom-right {
  margin-top: 18px;
}
.joyride-tooltip.bottom .joyride-tooltip__triangle,
.joyride-tooltip.bottom-left .joyride-tooltip__triangle,
.joyride-tooltip.bottom-right .joyride-tooltip__triangle {
  height: 18px;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: 36px;
}
.joyride-tooltip.top,
.joyride-tooltip.top-left,
.joyride-tooltip.top-right {
  margin-bottom: 18px;
}
.joyride-tooltip.top .joyride-tooltip__triangle,
.joyride-tooltip.top-left .joyride-tooltip__triangle,
.joyride-tooltip.top-right .joyride-tooltip__triangle {
  bottom: -16px;
  height: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
}
.joyride-tooltip.bottom-left .joyride-tooltip__triangle,
.joyride-tooltip.top-left .joyride-tooltip__triangle {
  left: 3%;
  transform: translateX(0);
}
@media screen and (min-width: 480px) {
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle,
  .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 2%;
  }
}
.joyride-tooltip.bottom-right .joyride-tooltip__triangle,
.joyride-tooltip.top-right .joyride-tooltip__triangle {
  left: auto;
  right: 3%;
  transform: translateX(0);
}
@media screen and (min-width: 480px) {
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle,
  .joyride-tooltip.top-right .joyride-tooltip__triangle {
    right: 2%;
  }
}
.joyride-tooltip.left {
  margin-right: 18px;
}
.joyride-tooltip.left .joyride-tooltip__triangle {
  height: 36px;
  right: -16px;
  width: 18px;
}
.joyride-tooltip.right {
  margin-left: 18px;
}
.joyride-tooltip.right .joyride-tooltip__triangle {
  height: 36px;
  left: -16px;
  width: 18px;
}
.joyride-tooltip__close {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
  width: 12px;
  z-index: 10;
}
.joyride-tooltip__close:active,
.joyride-tooltip__close:focus,
.joyride-tooltip__close:hover {
  outline: none;
}
.joyride-tooltip__close:hover,
.joyride-tooltip__close:focus {
  color: rgba(0, 0, 0, 0.5);
  outline: none;
}
.joyride-tooltip__close--header {
  right: 20px;
  top: 20px;
}
@if @joyride-close-visible {
  display: block;
}
@else {
  display: none;
}
.joyride-tooltip__header {
  border-bottom: 1px solid #009cde;
  color: #555;
  font-size: 20px;
  padding-bottom: 6px;
  padding-right: 18px;
  position: relative;
}
.joyride-tooltip__header ~ .joyride-tooltip__main {
  padding: 12px 0 18px;
}
.joyride-tooltip__main {
  font-size: 16px;
  padding-bottom: 18px;
  padding-right: 18px;
}
.joyride-tooltip__footer {
  text-align: right;
}
.joyride-tooltip__button {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
}
.joyride-tooltip__button:active,
.joyride-tooltip__button:focus,
.joyride-tooltip__button:hover {
  outline: none;
}
.joyride-tooltip__button--primary {
  background-color: #009cde;
  border-radius: 4px;
  color: #fff;
  padding: 6px 12px;
  transition: background-color 0.2s ease-in-out;
}
.joyride-tooltip__button--primary:active,
.joyride-tooltip__button--primary:focus,
.joyride-tooltip__button--primary:hover {
  background-color: #00b2fd;
  color: #fff;
}
.joyride-tooltip__button--secondary {
  color: #009cde;
  margin-right: 10px;
}
.joyride-tooltip__button--skip {
  color: #ccc;
  float: left;
  margin-right: 10px;
}
.joyride-tooltip--standalone .joyride-tooltip__main {
  padding-bottom: 0;
}
.joyride-tooltip--standalone .joyride-tooltip__footer {
  display: none;
}
@media screen and (min-width: 480px) {
  .joyride-tooltip {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .joyride-tooltip {
    width: 450px;
  }
}
@keyframes joyride-tooltip {
  0% {
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1);
  }
}
@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.7;
  }
}
@keyframes joyride-beacon-outer {
  0% {
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    transform: scale(0.75);
  }
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
}
#history-view .history-section {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#history-view .history-section > div {
  padding: 20px;
  display: inline-block;
  width: calc(100% - 40px);
}
#history-view .history-section .history-section-heading {
  border-bottom: 1px solid #E8E8E8;
  /* table heading title */
  /* table heading legend */
}
#history-view .history-section .history-section-heading > span {
  margin: 0;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #history-view .history-section .history-section-heading > span {
    width: 100%;
  }
}
#history-view .history-section .history-section-heading > span > small {
  color: #000000;
  font-weight: 100;
  margin-left: 7px;
}
#history-view .history-section .history-section-heading .legend {
  float: right;
  /* legend item */
}
@media only screen and (max-width: 600px) {
  #history-view .history-section .history-section-heading .legend {
    float: left;
    margin-top: 5px;
  }
}
#history-view .history-section .history-section-heading .legend > div {
  display: inline-block;
  margin-left: 18px;
  position: relative;
  /* legend item icon */
  /* legend item title */
}
@media only screen and (max-width: 600px) {
  #history-view .history-section .history-section-heading .legend > div {
    margin: 8px 18px 0 0;
  }
}
#history-view .history-section .history-section-heading .legend > div > img {
  height: 18px;
  width: 18px;
  position: absolute;
  bottom: 0;
}
#history-view .history-section .history-section-heading .legend > div > span {
  margin-left: 22px;
  font-size: 14px;
}
#history-view .incident .history-section-body {
  text-align: center;
  padding-bottom: 10px !important;
}
#history-view .filter-wrapper.open > #filter-button > span:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -2px;
}
#history-view .filter-wrapper #filter-button {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  width: 90px;
  height: 30px;
  cursor: pointer;
  background-color: #f7f7f7;
  margin: 0;
}
#history-view .filter-wrapper #filter-button > span {
  line-height: 30px;
  margin-left: calc((100% - 52px) / 2);
  font-size: 14px;
}
#history-view .filter-wrapper #filter-button > span:after {
  display: inline-block;
  position: relative;
  top: -1px;
  height: 7px;
  width: 7px;
  border: 1px solid #222;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  overflow: hidden;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  content: "";
  margin-left: 5px;
}
#history-view .filter-wrapper.open #filters {
  margin-bottom: 20px;
  padding: 10px;
}
#history-view .filter-wrapper #filters {
  background-color: #f7f7f7;
  border-radius: 5px;
}
#history-view .filter-wrapper #filters .input-wrapper {
  vertical-align: top;
  width: 33.33%;
  display: inline-block;
}
#history-view .filter-wrapper #filters .input-wrapper > .input-label {
  color: #687173;
  margin-left: 11px;
  font-size: 13px;
  font-family: 'PayPal Sans Big', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#history-view .filter-wrapper #filters .input-wrapper * {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#history-view .filter-wrapper #filters .input-wrapper .react-datepicker__day-name,
#history-view .filter-wrapper #filters .input-wrapper .react-datepicker__current-month {
  font-family: 'pp-sans-small-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1010px) {
  #history-view .filter-wrapper #filters .input-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  #history-view .filter-wrapper #filters .input-wrapper {
    width: 100%;
  }
}
#history-view .filter-wrapper #filters .input-wrapper .react-datepicker__input-container,
#history-view .filter-wrapper #filters .input-wrapper .react-datepicker-wrapper {
  width: 100%;
}
#history-view .filter-wrapper #filters .input-wrapper > input,
#history-view .filter-wrapper #filters .input-wrapper > button,
#history-view .filter-wrapper #filters .input-wrapper > div:not(.Select) input,
#history-view .filter-wrapper #filters .input-wrapper .datepicker-button {
  height: 44px;
  width: calc(100% - 20px);
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-left: 10px;
}
#history-view .filter-wrapper #filters .input-wrapper .datepicker-button {
  width: calc(100% - 22px);
  background-color: white;
  text-align: left;
  cursor: pointer;
}
#history-view .filter-wrapper #filters .input-wrapper .reset-filters-button {
  color: #687173;
  background-color: #f0f0f0;
  text-align: left;
  cursor: default;
  margin-top: 22px;
  padding-right: 10px;
  width: auto;
}
#history-view .filter-wrapper #filters .input-wrapper .reset-filters-button.enabled {
  color: black;
  background-color: white;
  cursor: pointer;
}
#history-view .filter-wrapper #filters .input-wrapper .datepicker-icon-wrapper {
  position: absolute;
  right: 12px;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  background-color: #dedede;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c8c8c8;
}
#history-view .filter-wrapper #filters .input-wrapper .datepicker-icon-wrapper img {
  width: 24px;
  height: 24px;
  position: relative;
  top: 9px;
  left: 9px;
}
#history-view .event-log .history-section-body > ul {
  margin: 0;
}
#history-view .event-log .history-section-body > ul > li:first-child > .event-log-item,
#history-view .event-log .history-section-body > ul > li:first-child > .event-log-group:first-child > li:first-child > .event-log-item:first-child {
  padding-top: 0;
}
#history-view .event-log .history-section-body > ul > li:last-child > .event-log-item {
  border-bottom: none;
  padding-bottom: 0;
}
#history-view .event-log .history-section-body > ul > li > .event-log-group > li:nth-last-child(2) > .event-log-item {
  border-bottom: none;
}
#history-view .event-log .history-section-body > ul .accordian-button {
  cursor: pointer;
  width: calc(100% - 20px);
  margin: 0 10px;
  text-align: center;
  height: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  #history-view .event-log .history-section-body > ul .accordian-button {
    margin: 0;
    width: 100%;
  }
}
#history-view .event-log .history-section-body > ul .accordian-button span {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  #history-view .event-log .history-section-body > ul .accordian-button span {
    font-size: 13px;
  }
}
#history-view .event-log .history-section-body > ul .event-log-item {
  display: inline-block;
  width: calc(100% - 20px);
  border-bottom: 1px solid #f7f7f7;
  margin: 0 10px;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  #history-view .event-log .history-section-body > ul .event-log-item {
    margin: 0;
    width: 100%;
  }
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products {
  display: block;
  position: relative;
  /* impacted products */
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products > span:last-child {
  text-align: right;
  font-size: 14px;
  max-width: calc(100% - 500px);
  float: right;
  top: 3px;
  position: relative;
  margin-bottom: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 750px) {
  #history-view .event-log .history-section-body > ul .event-log-item .date-and-products > span:last-child {
    top: 0;
    max-width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 450px) {
  #history-view .event-log .history-section-body > ul .event-log-item .date-and-products > span:last-child {
    display: block;
    float: none;
    text-align: left;
    max-width: 100%;
    margin-top: 10px;
    font-size: 13px;
    color: #5c5c5c;
  }
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times {
  display: inline-block;
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times > span {
  font-size: 14px;
  font-weight: bold;
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times > span:first-child {
  margin-right: 30px;
}
#history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times > span > span {
  font-size: 13px;
  color: #000000;
  font-weight: 100;
}
@media only screen and (max-width: 750px) {
  #history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times > span {
    display: block;
  }
  #history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times > span:first-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 450px) {
  #history-view .event-log .history-section-body > ul .event-log-item .date-and-products .event-times {
    display: block;
  }
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time {
  display: block;
  margin-top: 10px;
  position: relative;
  /*
                    // closed time
                    &>span:last-child {
                        font-size: 14px;
                        color: #7a7a7a;
                        position: absolute;
                        right: 0;
                        top: 9px;
                        @media only screen and (max-width: 600px) {
                            position: relative;
                            display: block;
                            margin-top: 10px;
                            margin-bottom: 25px;
                            font-size: 12px;
                        }
                    }
*/
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title {
  display: inline-block;
  max-width: calc(100% - 32px);
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title > * {
  display: inline;
  height: 100%;
  margin-right: 8px;
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title .event-log-item-title-text {
  position: relative;
  left: 32px;
  margin-left: -32px;
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title img {
  height: 24px;
  width: 24px;
  top: 6px;
  position: relative;
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title span {
  font-size: 16px;
  color: #003087;
}
#history-view .event-log .history-section-body > ul .event-log-item .summary-and-end-time .event-log-item-title a {
  text-decoration: none;
}
#history-view .event-log .history-section-body > ul .event-log-item .content-preview {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #000000;
}
/*
 * rc-tree-select overrides
 */
.rc-tree-select {
  width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}
.rc-tree-select .rc-tree-select-selection {
  min-height: 44px !important;
  border: 1px solid #ccc !important;
}
.rc-tree-select .rc-tree-select-selection__choice {
  height: 34px !important;
  line-height: 30px !important;
}
.rc-tree-select .rc-tree-select-selection__rendered {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-bottom: 4px !important;
  min-height: 38px !important;
}
.rc-tree-select .rc-tree-select-search__field__placeholder {
  height: 36px !important;
  line-height: 32px !important;
}
.rc-tree-select .rc-tree-select-search__field {
  color: #687173;
  height: 32px !important;
}
.rc-tree-select .rc-tree-select-selection__choice__remove {
  right: 6px !important;
}
.rc-tree-select .rc-tree-select-tree-node-content-wrapper {
  margin-left: 5px !important;
}
.rc-tree-select-tree-checkbox {
  background-position: 0 0 !important;
  background-image: url('../assets/icons/checkbox-unchecked.svg') !important;
  background-size: 16px 16px !important;
  width: 18px !important;
  height: 18px !important;
}
.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-checked {
  background-image: url('../assets/icons/checkbox-checked.svg') !important;
}
.rc-tree-select-tree-title {
  font-family: 'pp-sans-big-light', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.rc-tree-select-tree-switcher {
  background-position: 0 0 !important;
  width: 18px !important;
  height: 18px !important;
}
.rc-tree-select-tree-switcher.rc-tree-select-tree-switcher_close {
  background-image: url('../assets/icons/expand.svg') !important;
  background-size: 16px 16px !important;
}
.rc-tree-select-tree-switcher.rc-tree-select-tree-switcher_open {
  background-image: url('../assets/icons/collapse.svg') !important;
  background-size: 16px 16px !important;
}
.rc-tree-select-dropdown {
  max-height: 400px;
  overflow: scroll;
}
.rc-tree-select-dropdown.roots-nodes-only .rc-tree-select-tree-switcher {
  display: none !important;
}
.rc-tree-select-dropdown li {
  margin: 5px 5px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.rc-tree-select-tree-node-selected {
  background-color: white !important;
  border: none !important;
  opacity: 1 !important;
}
.rc-tree-select-search__field,
.rc-tree-select-search__field__placeholder {
  cursor: default;
}
.incident-chart-wrapper {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.incident-chart-wrapper .thirty-day {
  display: inline;
  min-width: calc(8px * 30);
}
@media only screen and (max-width: 600px) {
  .incident-chart-wrapper .thirty-day {
    display: inline-block;
  }
}
.incident-chart-wrapper .thirty-day .bar {
  display: inline-block;
  height: 56px;
  width: 14px;
  /* I initially implemented the width to be a function of the viewport,
               however this caused problems when the browser rounded the pixel
               fractions, causing a lot of inconsistency in the bar widths. */
}
.incident-chart-wrapper .thirty-day .bar .top {
  visibility: hidden;
}
.incident-chart-wrapper .thirty-day .bar .tick-month {
  visibility: hidden;
  position: relative;
}
.incident-chart-wrapper .thirty-day .bar .tick-month span {
  visibility: hidden;
}
.incident-chart-wrapper .thirty-day .bar .color {
  background-color: #2E8362;
}
.incident-chart-wrapper .thirty-day .bar.disruption .top {
  visibility: visible;
}
.incident-chart-wrapper .thirty-day .bar.disruption .color {
  background-color: #7C4404;
  cursor: pointer;
}
.incident-chart-wrapper .thirty-day .bar.outage .top {
  visibility: visible;
}
.incident-chart-wrapper .thirty-day .bar.outage .color {
  background-color: #d80018;
  cursor: pointer;
}
.incident-chart-wrapper .thirty-day .bar.month .tick-month {
  visibility: visible;
}
.incident-chart-wrapper .thirty-day .bar.month .tick-month span {
  position: relative;
  visibility: visible;
  left: 50%;
  bottom: 5px;
  font-size: 12px;
  color: #687173;
}
@media only screen and (max-width: 1010px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 9px;
  }
}
@media only screen and (max-width: 630px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 11px;
  }
}
@media only screen and (max-width: 425px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 9px;
  }
}
@media only screen and (max-width: 374px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 8px;
  }
}
@media only screen and (max-width: 330px) {
  .incident-chart-wrapper .thirty-day .bar {
    width: 7px;
  }
}
.incident-chart-wrapper .thirty-day .bar > div {
  display: block;
}
.incident-chart-wrapper .thirty-day .bar > div.top {
  height: 5%;
  border-left: 1px solid #fff;
}
.incident-chart-wrapper .thirty-day .bar > div.main {
  height: calc(60% - 1px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.incident-chart-wrapper .thirty-day .bar > div.tick {
  height: calc(10% - 1px);
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.incident-chart-wrapper .thirty-day .bar > div.tick-month {
  height: calc(25% - 1px);
  border-left: 1px solid #ccc;
}
.incident-chart-wrapper .incident-bar-tooltip {
  border-color: #d7d7d7 !important;
}
.incident-chart-wrapper .incident-bar-tooltip.show {
  opacity: 1 !important;
}
.incident-chart-wrapper .incident-bar-tooltip .tooltip-incident {
  display: block;
  text-align: left;
}
.incident-chart-wrapper .incident-bar-tooltip .tooltip-incident:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.incident-chart-wrapper .incident-bar-tooltip .tooltip-incident .event-title {
  font-size: 15px;
  color: #003087;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .incident-chart-wrapper .incident-bar-tooltip .tooltip-incident .event-title {
    width: 175px;
    font-size: 13px;
  }
}
.incident-chart-wrapper .incident-bar-tooltip .tooltip-incident .event-time {
  font-size: 13px;
  color: #7a7a7a;
  display: block;
}
@media only screen and (max-width: 400px) {
  .incident-chart-wrapper .incident-bar-tooltip .tooltip-incident .event-time {
    font-size: 11px;
  }
}
.incident-chart-wrapper .incident-bar-tooltip.type-light.border.place-top:before {
  border-top: 7px solid #dfdfdf !important;
  bottom: -7px !important;
}
.incident-chart-wrapper .incident-bar-tooltip.type-light.border.place-bottom:before {
  border-bottom: 7px solid #dfdfdf !important;
  top: -7px !important;
}
.incident-chart-wrapper .incident-bar-tooltip.type-light.border.place-left:before {
  border-left: 8px solid #dfdfdf !important;
}
.incident-chart-wrapper .incident-bar-tooltip.type-light.border.place-right:before {
  border-right: 8px solid #dfdfdf !important;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 6px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b2b2; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b2b2; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + calc(1.7rem / 2));
        overflow-y: scroll;
        padding-right: 30px;
        width: 100%; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover {
      background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b2b2; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b2b2; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b2b2; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\00d7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }

.rc-tree-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #666;
}
.rc-tree-select-allow-clear .rc-tree-select-selection--single .rc-tree-select-selection__rendered {
  padding-right: 40px;
}
.rc-tree-select ul,
.rc-tree-select li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-tree-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.rc-tree-select-arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.rc-tree-select-arrow b {
  border-color: #999999 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.rc-tree-select-selection {
  outline: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.rc-tree-select-selection__clear {
  font-weight: bold;
  position: absolute;
}
.rc-tree-select-selection__clear:after {
  content: '×';
}
.rc-tree-select-enabled .rc-tree-select-selection:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
}
.rc-tree-select-enabled .rc-tree-select-selection:active {
  border-color: #2db7f5;
}
.rc-tree-select-selection--single {
  height: 28px;
  cursor: pointer;
  position: relative;
}
.rc-tree-select-selection--single .rc-tree-select-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 28px;
}
.rc-tree-select-selection--single .rc-tree-select-selection-selected-value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-tree-select-selection--single .rc-tree-select-selection__clear {
  top: 5px;
  right: 20px;
}
.rc-tree-select-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.rc-tree-select-disabled .rc-tree-select-selection--single,
.rc-tree-select-disabled .rc-tree-select-selection__choice__remove {
  cursor: not-allowed;
  color: #ccc;
}
.rc-tree-select-disabled .rc-tree-select-selection--single:hover,
.rc-tree-select-disabled .rc-tree-select-selection__choice__remove:hover {
  cursor: not-allowed;
  color: #ccc;
}
.rc-tree-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.rc-tree-select-search__field__placeholder {
  position: absolute;
  top: 0;
  left: 3px;
  color: #aaa;
}
.rc-tree-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.rc-tree-select-search--inline {
  float: left;
  width: 100%;
}
.rc-tree-select-search--inline .rc-tree-select-search__field__wrap {
  width: 100%;
}
.rc-tree-select-search--inline .rc-tree-select-search__field {
  border: none;
  font-size: 100%;
  background: transparent;
  outline: 0;
  width: 100%;
}
.rc-tree-select-search--inline > i {
  float: right;
}
.rc-tree-select-enabled.rc-tree-select-selection--multiple {
  cursor: text;
}
.rc-tree-select-selection--multiple {
  min-height: 28px;
}
.rc-tree-select-selection--multiple .rc-tree-select-search--inline {
  width: auto;
}
.rc-tree-select-selection--multiple .rc-tree-select-search--inline .rc-tree-select-search__field {
  width: 0.75em;
}
.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  top: 5px;
  left: 8px;
}
.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-bottom: 2px;
  padding-right: 10px;
}
.rc-tree-select-selection--multiple > ul > li {
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
}
.rc-tree-select-selection--multiple .rc-tree-select-selection__clear {
  top: 5px;
  right: 8px;
}
.rc-tree-select-enabled .rc-tree-select-selection__choice {
  cursor: default;
}
.rc-tree-select-enabled .rc-tree-select-selection__choice:hover .rc-tree-select-selection__choice__remove {
  opacity: 1;
  transform: scale(1);
}
.rc-tree-select-enabled .rc-tree-select-selection__choice:hover .rc-tree-select-selection__choice__remove + .rc-tree-select-selection__choice__content {
  margin-left: -8px;
  margin-right: 8px;
}
.rc-tree-select .rc-tree-select-selection__choice {
  background-color: #f3f3f3;
  border-radius: 4px;
  float: left;
  padding: 0 15px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-tree-select .rc-tree-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-enter,
.rc-tree-select .rc-tree-select-selection__choice-zoom-appear,
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 0;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave {
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-enter.rc-tree-select-selection__choice-zoom-enter-active,
.rc-tree-select .rc-tree-select-selection__choice-zoom-appear.rc-tree-select-selection__choice-zoom-appear-active {
  animation-play-state: running;
  animation-name: rcSelectChoiceZoomIn;
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave.rc-tree-select-selection__choice-zoom-leave-active {
  animation-play-state: running;
  animation-name: rcSelectChoiceZoomOut;
}
@keyframes rcSelectChoiceZoomIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rcSelectChoiceZoomOut {
  to {
    transform: scale(0);
    opacity: 0;
  }
}
.rc-tree-select .rc-tree-select-selection__choice__remove {
  color: #919191;
  cursor: pointer;
  font-weight: bold;
  padding: 0 0 0 8px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  top: 0;
  right: 2px;
  transition: opacity .3s, transform .3s;
}
.rc-tree-select .rc-tree-select-selection__choice__remove:before {
  content: '×';
}
.rc-tree-select .rc-tree-select-selection__choice__remove:hover {
  color: #333;
}
.rc-tree-select-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0px 4px #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 100;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
}
.rc-tree-select-dropdown-hidden {
  display: none;
}
.rc-tree-select-dropdown-menu {
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.rc-tree-select-dropdown-menu > li {
  margin: 0;
  padding: 0;
}
.rc-tree-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.rc-tree-select-dropdown-menu-item-group-list > li.rc-tree-select-menu-item {
  padding-left: 20px;
}
.rc-tree-select-dropdown-menu-item-group-title {
  color: #999;
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid #dedede;
}
li.rc-tree-select-dropdown-menu-item {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 10px;
  font-weight: normal;
  color: #666666;
  white-space: nowrap;
}
li.rc-tree-select-dropdown-menu-item-selected {
  background-color: #ddd;
}
li.rc-tree-select-dropdown-menu-item-active {
  background-color: #5897fb;
  color: white;
  cursor: pointer;
}
li.rc-tree-select-dropdown-menu-item-disabled {
  color: #ccc;
  cursor: not-allowed;
}
li.rc-tree-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.rc-tree-select-dropdown-slide-up-enter,
.rc-tree-select-dropdown-slide-up-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-tree-select-dropdown-slide-up-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-tree-select-dropdown-slide-up-enter.rc-tree-select-dropdown-slide-up-enter-active.rc-tree-select-dropdown-placement-bottomLeft,
.rc-tree-select-dropdown-slide-up-appear.rc-tree-select-dropdown-slide-up-appear-active.rc-tree-select-dropdown-placement-bottomLeft {
  animation-name: rcSelectDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-leave.rc-tree-select-dropdown-slide-up-leave-active.rc-tree-select-dropdown-placement-bottomLeft {
  animation-name: rcSelectDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-enter.rc-tree-select-dropdown-slide-up-enter-active.rc-tree-select-dropdown-placement-topLeft,
.rc-tree-select-dropdown-slide-up-appear.rc-tree-select-dropdown-slide-up-appear-active.rc-tree-select-dropdown-placement-topLeft {
  animation-name: rcSelectDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-leave.rc-tree-select-dropdown-slide-up-leave-active.rc-tree-select-dropdown-placement-topLeft {
  animation-name: rcSelectDropdownSlideDownOut;
  animation-play-state: running;
}
@keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
}
.rc-tree-select-dropdown-search {
  display: block;
  padding: 4px;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field__wrap {
  width: 100%;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field__placeholder {
  top: 4px;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.rc-tree-select-dropdown-search.rc-tree-select-search--hide {
  display: none;
}
.rc-tree-select-open .rc-tree-select-arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.rc-tree-select-not-found {
  display: inline-block;
  padding: 8px;
}
.rc-tree-select-tree {
  margin: 0;
  padding: 5px;
}
.rc-tree-select-tree li {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.rc-tree-select-tree li a[draggable],
.rc-tree-select-tree li a[draggable="true"] {
  color: #333;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.rc-tree-select-tree li.drag-over > a[draggable] {
  background-color: #316ac5;
  color: white;
  border: 1px #316ac5 solid;
  opacity: 0.8;
}
.rc-tree-select-tree li.drag-over-gap-top > a[draggable] {
  border-top: 2px blue solid;
}
.rc-tree-select-tree li.drag-over-gap-bottom > a[draggable] {
  border-bottom: 2px blue solid;
}
.rc-tree-select-tree li.filter-node > a {
  color: #a60000!important;
  font-weight: bold!important;
}
.rc-tree-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.rc-tree-select-tree li ul.rc-tree-select-tree-line {
  background: url("data:image/gif;base64,R0lGODlhCQACAIAAAMzMzP///yH5BAEAAAEALAAAAAAJAAIAAAIEjI9pUAA7") 0 0 repeat-y;
}
.rc-tree-select-tree li a {
  display: inline-block;
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  text-decoration: none;
  vertical-align: top;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher,
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox,
.rc-tree-select-tree li span.rc-tree-select-tree-iconEle {
  line-height: 16px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABhCAYAAABRe6o8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAK0dJREFUeNrsfQl8VNX1/5l9ksm+ELJB2ANECGtYVEAQaZBSFdAW0dpaKbi0WhX9Va1/S/+K2k+1iCztT4sFW6lKkUV2RLZAQHaSQBJCMllJJtvsM2/e75775k3evHkzTCZEAubweczMu/d7ZzLznXPvOff7zsjS7nudhXZaxZd/kKXf//9Cwgkf1xha2QOnS2DzofNw5FwZjM/KgFkTh8Idw/tBz7hImb9xQsV1W9czJf73zTsPek7I5XL3oQCFQkkOBSiV3C2eG/rz9z19Q8Wh7T5+kX3i7c9g6ojekDs6A1796Vg4XVoPe/ILYMnKzbDmxQfZaaMH+pApVFy3Sdupp8cKH6rJ8QQ55pBjvPvcEXJ8To415LDzHbOXH/OAZLK2t/vBbbcFHOOz3LOeMViW5QgYLImwTcrai0MSrdm4H/708ztgwtA0D+6OYb1hysh+kDtuEPxjWx59jUIyhYq7lc2k38HaGk5KtmniR4Au7Z5g34cnZHLF6vTRkyCuzyCAuATurKF+kuFy0aSK4/uXsy5moZuIkkbI94RCplidlZYDvZP7QUx8LD3f1NA46Up1yaRz+qPLSZ+FhIRrvDxgsCTC22DIp1Kp6OORX42GM/ef8sLh9IkeTEwi4fNNyu5Lb7Hf4VW/ZXFaDRV3qxPQcjUfEoaNkWxrLi0CW1MvVhMzOOD74GJci8Nj4lZkzn6UfKAMgLkZdv7+JU/79P95B+IG3gaFm9auNjcZlHKF/EPxGPO2ZC2O0EStmD6aOL4oBixghGpo5EgWr4F+8QOgX69M2Hn889Wkr3LDvefoGPL2kE/syXgcYpRKlQ/5uD7eOFy74fTpj0R8/8kj+sOsCUNofykcThYHLQfhVwW/gi1VW8HG2iVxt7q5GCewLukjLCERmos/g7rjr7PCo/XKVuH6Xa1QqTjyWQwAVytg53tLYfrGWs+x8/+/QNuwD/Z1T9Ve065SoVxx94g5YNY1Q6O9Giz2Vjhy7AA98D6ewzbsg33dUzXnAYMlnzQBFXDn3rsgb8YhihOST0hS3jBwwLVbMM83c/xgWLfrJMydku2DO2g8CJ/b/gNmpQmWXXgL7HY7zB/8sA+us2zTgXNs3oVyv+3jhvSC2XdkyTp7HMZpB5axSy/ww7SQkDXc53ztqUMQ2XsmvW93Mov6jL2TEKwFoPEqrl4o6ahtfBXgvj9yjze+RumSkj0RLh/bt4g88CzqnXbXotv65IBN2wqt5gYyAsfvv489QG//2vo091zkn1wrhyEpo+Hk5SN0DCXvpYIhny8BORx9o7ZPhO9+fNyLfBfmnffBYdSKgUMwz4fR7ZN/2SiJW1exDkyEfGazGaw2B7x77B1YMPQRH1xnGZLmzYW5wBAPxDid4CREcNht4HTYyJfBBn/dWoTE6fRxGKcNXE5ru147YgQBxEOxaX0AWuoAHBbvjg7BuNhG+mDfsvxvHhISUE7G6BmXDk3WBrC5rFBUUsA1uOObMwWn6O2gfoOBdTYA9pWX5T3kIWCw5BMTkMfx5o98QhySA6NWDByu9XzHCrgUixTugfg58PaFZWAlH1JLcxP8aeybkrjONCFpdBHRUF9bQUnjsFlDHkdIvmDGwb7tJSBiPF5SIR+lJMsmV10Tmc+d4FmX4fSOz//PpwUkdIIyNoVihOPJlLJRKo0SjOYWcAHj8Xy88Y+XVj4KDnBCTFgSxXieK1jyyWRiAnI49HxCE5NPiMN83Z6TZUE935bDBbS/FG5G2gz4bf9nQW5Uwp9y3oR5Q+dJ4jqVgALS0CnGTRr+cSjjCMkXzDg8AdtzCAlIUwYOO9isZrBZuIM3vL/7yw30wPsO0sdlsZIp3+UQvw4H+RtsNguZjSx+Xyu22YgntVvtmINxeAgYLPmE+R5vnJxGu/7IJ8RhsnjH8WI4fF4f8Pn2nSyBTQfP0v5SOJ1KR9d8Zx87A49lPwaR2khJ3LXsxIkTbDC3kh++2/PFxPWgj1PS+0Pv/lmUQP7Gv9Y4CUnp7RoHp1PWaWnXIZyCzXbnebPJRDwXruUs9Ghb21k8gQhtw6ibLHksjOuiF/ksDDcGGcRKyP180Wx68MY/ttIvCxmDkpkbQ8l7svaSTwp3LfKhYWoEk8WYr0M8Rq1S5Fu34wQmlT07G6HirmWjRo2SBXMrZeih+GkXSVN84QS9L/Qw7R2H93zBjtPRKbimyby5qUafHR0RAbbmBuKZXBDJr9f37IHpT7m9IQnytDER0FyjpxivXGSdeXN9Y022JloHLfYmEoK4vJ7Pbuden4z4uxhNItQ311CMIA3TfvJ1BIdJ4p/njoOn3v8KXl6zHb49fZm4Zgb2nyqF332wGX617DOYP30UiJPJoeKC8YChmHitxpOmvVOweNptzzh8ENKeQ+gBF28oWllfkA9MeAKARgcOhwOq3+QiZD4arn5rFm3DPtgXMcLXsPP3ZSsvNpyCSCYW1BBGXreDEnbhiSn0wPt4DtuwD/ZFjMcDirfJgrVQcTyZMFmM+TpMmWDUyu/pLnl4ql8PFiruWh4wFBOS5sKpwx7S4JRK5oeQxhGSL5hxAqVhAmF4I7Fvw5kKwxvKo7teSx07BViVHhxNdaBfeg/nZNThoIojgUd8GuiP7gLsixivARuhofZC0xunlAdfy0qZAA2qKmiy14PdxX0x1XItxKgTIF6RAqcqDwL2RQz1irgf90M29IChkLCr5AHL85ezVy9tbtdrTxwwC3qNeVrG7wWP+CA/YtXMjFfG9UtaEjcgGzTRsWR9L6M5QScjA1uTAQyXTkFeSe2yX28tW3ryqTFGib3giIlLU19JHxW/pG/MUNBpogFUMpoTlDtkYLQ1QWnTeag40bDs0CuVS0l/I3JPdqPUMOvX/VM+NfcnDHqyLahqOV8G44dmwL1uVcuebf/VzH94geRXu1sNc33FCISA+J7pyNH3rbtSnxmSHD0pPVbXH9v1jabS89XN+17aW/lX8rAUl3yEgKwEAT1jjHqxxzOJAyInRaeG0zFaqsyldRdb9514u84zBqdFcIsRKj4mEQtDoh+nkYTkLWRVTBaSZDEJDIbcVu7Wie1W6LMsvY1QIeLQkjJzmAm/fg9mj4qCR0Yp4cP7tJB36TJsPnAJlqxUYCBhc/9RPkIG3OtF3KMEt9IXx7Z3DdiRabirjtMeQ0KhRyJELCREexGgkrgvsmBzbzfjtjK2k36B5no6BjkKCdHIGHWSY4BAUdMmRgiSRCwjyvGEiEMSrd+8Hf72eDrcNZDx4Cb3t8HkPlaYOYiBf372Een5Cx81TCi4zloDduVxgjWhJ2OXU3IY3EfQJlrGtWsMjoBuEpU7h4NcoQBFhO/OSNi5J8mHLfoC+MEJBQlF/cd74XhVC08i3AVwhg8CB/HWytbzoGw+CVMyagih5ZJqmPbiuj1gYBu7+pTwYdB6wGMLs6/LGEouE855MEoif3o+JJHLLsqgczgF7auk/cRqGDEO1244ffIkssTdBaxMxeXDokeBMzILNKUrYHLvavjxAC3tj6ICMa46YjocMebBuuLf0W25GelPQmzJmz64W90DXk89oEIuWz0pMx0GpcVBAiflg/pGmFSkN0zaX1ixnHGxAfWAoYzB7ZG5p8+AOkCXRLjvxqEaRkqKxW0oeuMwcLh3mJLinJpUD/k8pJZrwBk1nOJy+1+l/aVwSD6hGuar0q8kcZ2ZB+wK46AeMC5rhOThtKAesOCa47lY1+KYcO3qp340HIYMjAMj+Ug++FpPj3/n6ek5bMM+2DfYMYqauQPv+xuDEpBfSwXaE6YkEm0B8jiaLtg+0Yd8uDMixmHUOq4Xt0Z0cEGSb54qbhzF5SQ30P5SOFTDNBgMYBKoYaRwt7oHvB56QJVCseLROzPBwJDAshVgywE97PhpmudYv1dP27AP9gWRHtDfGLjli0czCQH8jcF5QHfgEFAHiCQS70HzAYfbpNQwYhymTPIuWbjna5X2Uor6AxRzVB/hpYYR4nDaramsgbraq9DS3AjPjXxeEnere0A+ES118HpA8WGsPtSGd9gXTRyQAmQxBVctHGGQdGivFXJ98DG2YR/sixiv1yAaw+bkMHZCODwOHNf7HYPzgO6oNaAOkBLJ6e0B3bhAahgxDvN1m884KQ4DB5nL5kNqxdVvKW5rcaKXGkaIk1LDSOFudQ/Y0a041AP26RELda0oEkDFimB6t3jfxz7YFzHC1yAeg8fh7dGTeg+hpcZQejyZ0xJwb9eFbp11+npAiuPUMMO+zPYRJIhxmCzGfB2mTDBqxYAD1244faIHQxLJLJXwTVkMbC5Ng5cFahghDgOO+QT30Nz/criTT0nibtWdEJvhNGurPwnhkYnQUnIlqNesigwDTVyUlxhBrlCOUqmV0NTgAifrHRpYbS54Ok+Q9CDeMSVeSTHCcf2NgXiefPx44jG4KNidr/OkWvjAgXgTFz3cJHIx3h5QhCvqfRuwh+8PiONVLTRf55DTqFVlugJK/eee6RpJtP5CmqQapr24zvJcN1oRba49CpFpCaAMTw76NTdePAtys9FHD2gnrDET19dGHi5/jOf01dy2b1pyPApRyRStAhewPnpAqTHM1J2Gtb1m8lg8hjsP6E4Wi8jHT58eErGMKA8YGo5LEv+C5vUwZYJRa06yhazdouj0iR4MSSSlhgkF11l5txupiNbE4VruIET16hv086giI8FqqPaagp1W83kSyGWjgspi95ZRWchijvdgP9vRCpFqOSGRE1xWy0VvGkiPgXjEfXpPpOexeAxKQPE2WbAWKo4nk0fVcug8PLnDvad7z1A6fYo92Pp1//QsOXjcFwT3wrdlkNMvA+524/Zs+69sfeFR2nH+wws6de12IxXR2oRsuFq4jkS6MSDzc722DwHDldBQ0uClhjEbajbr65uyI8KiocFI1pPUg3GEaTA0e+7ja4oI14K+vplivLyxaAzOIj2C2jmbbfD5rATJMbrVMG4PeK1bMe7l1dvYVx++nXo+saE065O8RpxaO3Wc2nMfs3IohoiE+KD/XkO5Hpqq9TB09gZOQRCelJzz3s6q2dkZUFjvAIPFQZXNW+e2Te2zvqiGuDAVZCaoYNOpMjj62+kprLm22uMR/IzhtU4k3xGpMZShqlpCxQk8GUzN/Qn1ZLuJJ8srcXuyNjUMCuFcUp7seqphbmZFdFTanVB+dA9oI4LXHmJfhhEs4Sx1DYaSM2/sUitfmzIwFfRyFupMDrjnX3raHE6mzBSdCtKilLDrgh6wL2K852rpMczu6RjH6OFnDDoFv56bLIypgf6TiQ65jEqqX95Y6ukaCKeOwTwj4sgU0+LywqElZeawuc9+AFNHpMKUoT3gsbv7gr7GCPlnC2DZ2m3w1lNzmNrCozLxFIy4F5d/QXG5BLfYF8fyuGCm4I6sAW+0Ijospp+MYXTspbz89kgHIDJxmOfRmFUn7fm/HvGO4+lVGrN93JLstDjIjNeQz1AJODnKwAkGsxW2nqsiHjdvWdnyX7+DGOGIHRnDqzbMtcgn8/cxSZAvPae3uw2g6pjeh3z/+no/vPDj4dAzVkXCczvU110FnUoBM4cnw9j+PeCLvXnwwF3jWCEJQ8V11hqwKyiih+Suvh75RxMhxdIygE/1j731THTGkEm6pHS6TWWq05c2Xz6/r/Ljl4Ravus2hrJd5JNgoCZBS75UMircczQ5vMj36O5HYe3da0mzzGvanfncB/D8rOEQHyGDxsYm8qY7qKQHnw8vNI8k0drdWanw6qovYOPbT+FULxPjHLEuiEiKapsFagjOyvrgOssDYn4OUyTSpqDt3+c4HTHijaiWj3ixQkKSFysBJLV8Ys93PcZQtod8MtHnieTrPTrD4+kqjldA+pheHvJ5uC1YLdIaL9mpkBSrhEZDE9iIFxMGQi6yesUjITERZowaQPoXwdwpo71wzhgWwpLCodqip3vCuC3Xt2d/MLMmiG2ReeE6ywNicjiYPN/3NU6oJpRVwUI2JD1gR8ZQctwJjnw+V7mx3ONH9/4c1k5dK0k+fnze9pDAYfKQHmCxWD2ez2tI8hivzDKZTDAsIx6253FEEuKiMmMp+YRqmGf7PweZyUOgubrJC9eZa8CuMM6Kb1rZ1ro6v+0NBRfg97+5A2JjY2X8+yvaRvPcb29tP946rAcMmnyit8VzJQCSbg+Zbqet9SIfTr+0XYDLLy2DBVMzoIG8aYFSQE5CwrSkCDhbWuWDQ5OqDfP32R/74G71vWAXw8BL8/p5Zg7+YBgXVDZY4W8F5L3aVUGWOo0sT0IpC6W2n4S1Ww/oS8AA5JP5MNCbXVLkqz5WBS5TW1JoTL8MqK4zgVbOXTfsj4TYVtXQCtkDUnxwaFK1YaRwt7oHZJ3cLCKswcPSrTG8pJJ7/C2TCsyWYkpCqXWxuLbfpu3rvNrDlTEwe8KjPrX9vL4IrGtxnC58xaNTMoFRkQWfg3jfZvdSza0HvK1PHKzdV7jaYDIr5TJ5W33AoMknmoJl7j8HPZ/QfMgnDEImZMLpigbQasNAofC9eJ1/LVqtFs5fMcAUsp4T48zVRugb399LDTMkfSgYq4w+uFveAzq8lzE8+Rhyh+G2NaB30SHQl1RDQUGBlOfzqe23fsZJr+Nv0/ZJ1vYTTrsd0gMGSz7xO+NscYKeBB6UhHev9Us+IW5CVj/49lwVNFoZCA/XuasoeC8BwsLCwOiUwb4z5TBh2EAfnKOKrBEJ2XDN99Hsj2BIGkc+W4XFBxeMx7leOyo3YhzGYfd4PtThIflMxPsYyREbEwY/e2AW3Dt5FrBkWm5ubvZd6thdi7BeH1/bz2Zryz1iXT/+oG2kD/ZFjOg1SOoBUQfIawID6gFDIR+PY5oZT57vWuRD+2bHZuWrj98Dh4uugkWmhuiYGEo4lPNrNBqIjo4mLjwMjpc2wgsL7sb+Gikce5WF+rw6qDlYBXWHa4CtZSRxt7wHtNuJp+M+dCQeHrwipcUKEElWIj2HAiWglAlr+1mxhouzLe949NBBepw8eoq2YR9a2y9IPSCSDvWAQn2gWA/IETAE8glxTiOSsJISLxD5+C9MbeFJ5cw7RsCqbefhVIURXJoI6NkzBeThUXCuygJ/21EAU8ZkwdXiUzpB1BQq7tb2gMRjoYdxuPmF5LM6uIO2IzldeCtNQGFtP5uVrKfNjZ42fgr+eNoB2oZ9VGEqT20/D4l5PSD53FHzhwdvSEL+Md5iH7VapAcUb5MFa6HiKJkunVKsX/oErYzwlagywj8emEErI0iQKFTcLesBGeKZcL2HJOTJR3dX3Ao4/OydDHftiN+9aHdtPzKHgEKw8/KH0p+K3CVXZpev7ee1m+NHU4jG6wIl9YDiH48J1kLF8Tb/4QX4tZDhpZNSl0/iPq5QuCDY170m7vuIXrtMjWi7DcxubonJh+f5c5iukSQfV9svG99UK+O992xymL0ehynCweJsq+3nWUcG0BSiHtCzWyWlB/y+1TACcgVVG0ZIQt46Qw3TXusqNaJd7qAhEPnwnMspTcBAtf2qL7d9MRJSe/rU9vN4OD96wDmb6wW9IiX1gJ1WG6YRVPju4CIFoi01XjgkFdaGmbiIqw2zYKQSls8Og2MlZbDtYDG8vEoBq16YZyP9JNUwC9/hasM8QnAf+OK+NzVMV6gR7SJRsMPpSz7P1Mhw60B/UzDW6Yv7NOrVcRHToRkMYMTPT7AG5O2Fs/fT2n55DTu52n6COLjo3cUrY9J2vjo7OwLqyQyOesCZ/6n2eh5eU5igYWBTQT3FwBsPdE5tGCTfhejxnu2SwZX/8YIhiT7dvB1W/yId7uzHgNPWQr6hdsjp7YTx6VaYMdAJ6zd8DPPnPeajhgkF11lrt65QI5rBKJj1Jh8SzsG0BSH2AASUqu23+PjdPrX9eir7+NT2a5tbO6gH5En08fZGdy4u1ic5/WC/7ZK1YertRtiebyZ91ISDsZJqGJngumBUtdxOPN8qQqLbCYlMNgYssj5gDUsBhaUMtLaLMDa1hoZ1i9/dAPtXPONRwwhxlxSJYIhty/XFGKsI7oAPLlgP2F5FNP3z3Z6PtxROfUSlWf7GD2Yc3oIZx2FqhQ/eWndNomKR8fDwcKkm+77flb8zcSmjsY7aTWv7pWnI36EV1PYzN8Hxpt18bb93xEFeh/WAvAcLuCcsURsGyVcA8dB7THxANYy4NsyPyfR5ByGRmZCvUT0STGYH2IzkGyfrCVpCxNjmrwmZ9DBrQAMcPIM1XkZ44YqRfJpYbzVMfH/yLR8PYx07vXDBesCbtUb0b56aAiUlJVS8Ech0ul7Qr5/fS1VNXNHIyk9HvVgTTG0/yTFC1wO6p08pz+fRAUrVhmGMAIr4a6phQCABx4AD13wMmT7R8yH5mpqN5A20YIKTvFFhoFT2B5WtEu7ua4B/H75AiSTEoefzp4ax62VeuM60rlAjOjU1VUaOjv4pIdX2E3nB0PWA/Not0J6wVG0YcBg9ktaAahhhbRgS7WLAgWs3nHbR85lNVjAaLfT58LnDY3uDkyxsRiY1wbO7rvjg0PyqYUS4zrSuoIjuMPM6UNuPtw7rAfmAI+CesFRtGDq1BlbDDLn0IURaUBqVSc9jqgWjVgwccM2H067MrXPgvwBy02V6XfF31ToYN7S3Dw7NnxpGjOss6yqK6GXLlmE8mivVRqbce+fMmRNwHdw16gO6o92AOkCJ2jAyTFy61TD+pFg52iovHOb5MGWCUSsGHGHEC+K0yz03mYJJqB5mLCQvzAK7SlMgd+oQHxwGHLwa5u1j73JqmLShENZQ5oPrLOtCiujcJUuW3CvV8Pnnn+PBXouEbruB9QHdqZaAe8IStWFi7FdhcP3OwGoYidowm88r4FCxEzTOGoghAUecvIK82HBIVNdAgnEnRDDlcKJSA9suJ8PtgtowPC697gBENZd7qWHCGy5DSvkWH9wP3Qj5KAkD5hJDrO13Pcbwqg3jSbUEKrMhXD8QXIyzkeb5ClLnek271POpfXFYuWDl8/NYzNexDhfkkGgXAw5HK0vTNUqwwokqDXxe2AP++uwc2Pv1JjkmlH1wJNrFgMPBBMZ1WxsJ/XhCLy0fKmj4ZSHKqe4YnUbPRak4Ld8HO0+vIF7s76KAJOQx5O7NvA7Vhom2VMOQK/+AIaV/a1vzBcBhknj+vJ/D01tS4I974+A7PQtKVxOcqSZrmkMp8Ny+LHjoocVQV3RM4Y7QOoT7IZt7Gubv+7wnUvUBSUxHD17Th+faWx9QWBcQ7+M5qTE6qTZM5jWxtYXHZJgsxnwdpkwwas0hgcNMsnZ7nkyfxIN5KiOIcd9++Bu6F7zx0HlYwteGmTYUXhBVVOj2fHPEAcsWcR8vLR8h3ZlCwTXcQ7gKqVglYVhmGtQ5OS3fN7Iyr98LFo+BhuMI6wLyJh7je1fDDByQDGNypnleO+bqpPJ1/PSZf3Q3SOzrXjc1zK1ieCESf3kDf421MNVyZdNKmGTYf2/ekv3oBVeOW7aNrsPEtf2E9fx4w3NP57naVR9QXBfQM2mK6wOSD7jdUxUhkCxUnJBUST0zWLO5FaxWE819KVUa0Gp1EB4eCbU1ZV4E5zHtwQmI/oMgoERejz4u/2oV1Odvh3ELngWXTAHHPnkXpz9PIOCt5QuTHF9Ky+eVQLymHtAddEjVB4xLaGNrW3VT6Z9sKCpoK8cbKi6t1+AjrS0N45qb60Gni4aIyDhXz56p8pqaSpfdZpbj+eiYHmxkVHyevrxgfEdxPyQC8rf8FYdIPsOJnTDup08CU1cGNWabaBnvreUT6vf4un78ufbUBxTXBeRNsj5gsCSS+6lDJ4XjZgDWc8mg0JBEKEGKjU12pqX3VvLpoLS03vRWX1HubG2tV2K/64H7oRAQ32uGYTzk029ZA00nd3PkM1RBpcEAVfn7odFsX+/xTpL1AT10gfu/4jR9cvJ5tq8+oHddQN4k9YDBko/+XkgQ5JOTV4uPS4vPwMDMkV44nD7RUwlI5GNp6b2Uej04Gw1VSuyPX+hQcZ31gXcVRTQ/zSLxuAvSuduaHR9By6m9PuSrbDJ/OWfN/oXscg4rpeXjLx/hNX18bT+xlo+3joyhbA/5xJ6M/n4I66KOCL91YvJxfbxxuHbD6dMfiTxkSuultNtMtL8UDn+awWhsBZOphawDLZCQmAKJPVJ9cJ1lXUURzXs/JB6WNMHLKivOvwEG6wbodddMYFobPOQrtmlrFqz5+hEQKlo6oOW7HmMICHht8kkTUAZ1NWVkfTbIh3xCcnsiIhI44NrNswsTwNSacFdLS4NcCmc0tpB2Hfmg7GCzGqG6uowSUIzrTOsKimg0/Kzw0la1Wk01f6f1G+BHD34KX3/2M7BEtYIzn4SefUZDSa3iJMBGLzlVl6gPGCz5fAnYNrXqy4ugb/9hXuQbkpXjg8M3FwOHYN5YGmBUFUvizKZW8o13ksNKK34K1xlCXKcSsAsooo1G4zfLli3zOjesB9C94WG3vwJnDi6FBtvkGiSf0+nc42eYG1sfMFjyiQmIOOGGgxT5VCq1Fw5TJhi18oFDIMN+pL9cCofEsxDPh+TDD0qjDZPEdaZ1BUX00qVLscwFBhVa/tyHr2udxPv9BO9fLrdtfvL9jS8Rz4fyqCbJ9NiNrg8YLPlkMrmP68do15/n48knxGG+DlMmwXzA2A/7S+ESEpPptMuTLzk5QxLXmXajFNEFTw6HwStO8wEIztM1oiHvEz5Y/Afp5z2/Vw7rhqqAcdkBLxmxbwU7+TyRqK3k7RtLlz4muIQvEadStXYEoM9RyNUE64Chd3FrvA7rAYMln7iQEI/DKAyj3YuF30mST4jDZDFGs5gywajV3wur1Jc7TaZmZXR0giQO13v8mi8QrlM94A1URCMJ3Qk/uvMvV2t/YW+8mnbbP0rfEPa7+MLtH9gbagsUYeErhOd5AnMsBvJ5AUdCGyaLFSN1UWn/pgQ06uc4GeaoWsP1kSqw0GE9YCjkE+OQhNciH93LrSmTYbIY83WYMsGoVYpELS31So0mnPbv1bt/yLjOtBuliHZzjouA7fZ0xmb+feyI4Y9oe6SEnX2sX8/bPi6huxyXXph4OPXBpwdXf7k6xlJdEaEM1y0L+EJYemjkSuXc2KQH6be7se79ueBkTpHzwXyrQqsPGAr5OoLDnQpMFmO+DlMmGLUKdzTQgyGJsF9zU12HcZ1hN1IRjcliBXlvXYSFrItZGNM/a2Hi8DGgTeoFFV+tXXRyflqkKkx3T8qMuYm6qHDIePAJKP/io7dMZRcjlZExr0jnEnFGkxHis1qNWjU9PDqHfnh432Gz/ZG02QIVFA21PiAloHCbrD0WKo7fJuP3dDFlglErBg64dsPpEz2YmESh4jrDbqQimpbZUCh0MmCfiUzNeDx13F2gwKXglTOQPu0nwNrMD0cNGgYxWSPJlEPen6gEyJj3K6jY8eXvLZeLFCzretntSbWEwoPJbSznT1gzmbz6RsUPSpYrjPS58L7NdmIWacPoNZzyHthGcovFBvk8kaQekNcCYid/esAf/C8l3Yz2wOA42Su3J8+K0Cg39X7gCVBXFQJgVSvCHohPRdZw921mEj6Ygf5YS+YYEpemwvkX5trlSnU6WQPWnd8jGx4eHb9RE5auZom3ZZytjFyh08T0mJyg1XG/fmM1GZmmum/qXYzJplBGKmTAgM1SYTc3N9w3dCpLF5KjPjj2mylZfd7r1ycRqgXSqzcygUq5cka0aQaSSVxccvkq7Dt3+bcnnhr7vrL747z57MvCRjA5mJo19/YFFaafYhKANRroJRXQWEtIZ+MWdCzNygPoIsBRrYeGvV8DYzbukkfFUXLlnwDn+Amy2KSMB2M0ukHEtVUC66zFbAkwjhLOtWl7KHr0mpkkUyaBXJYKNlMRVBT+uQmxQ6fya1JfPSBvQj0hmlgPKO/+OG9KY3eUtJx5YsvlJaUbPoRWQyPIIuOAddi5MNWMhQYc3E44kjAsBhrPnYKGA9s+VIZHPk/O0A3al96G4l07DM8e27M8z1C9lZWzRmCZCkK+88Qb1nEHuY/nsA37YF/EINYTC0jUB5SqEei3PmC33XxGok3rjpLmtxd/flb2bmvrW7fNnAtMSyOZSO14Fbe7Lje5lWPiTg21B7aBXKVaK1NpCoHlyFHbAPZn33T9KzG2quS3j3yy5LHHh98TlTxM6cLC5wy3ly5TRIJcowBD+RfOj/9+esd7nziWXW2EY07G+yJ1Xz0ggJQmUKwH7PaAN6E9MTIRsnvqIE6riOyXGJGYkZWNmjwy81ro3jhrxws7rJz8GNeBhJg9J9xDSMVsIeQTRjwsIZKtzgAHNu93vH7hfGmpSmEFp9PEJafJgffxHLZhH+yLGBBsgbn1gNT7ovaPP3hDbaDnnNNJyGiR1gN2281hU3pHwsS0yORkjfPtuyeOfJiJiQVTTSklm8tBQk2tjn6wMpZEBFgvtr4cEsdMhLDBoxIr/vXXveTMIEzx4Vg5I8iDPgC/ewI00Yk6tdFE/KcslkyTHL/sWJyInMvoq1Ov+JNB8+c1AEWXAY62VW7zqwf0rRHoqwfs9oA3oT2+pQylvrGT+8U9DGNng8liAauhhu6L4+/yyXQxQEILLlmNsjRTE0BFAYQlpQKZXhPJWbp39uv5AB+9A/Dko6B2srrJkfFjeqq1yYQkPaCp+rITD7yP57AN+2BfxCDWk457d/HK/LJ6qvXTkfDGZneAxcrVCMRbPPActmEf7Ev1gN0EvDnN5HDBL7eU1fzv2eZv2ILDINfFgiw8FhjycWrTB4PVwQJTdRlkvQbT9R/EJ4NLGwtV/1lpIfTED/4cjvPWyyRAJsu0pARI6ZEYkasN76O1m2ohf//emvf/XLIWD7yP57AN+2BfxLz1suAF8XrAC3roH6MkHZSglrNktmXogffxHLZJ1wfstg7ZjVBHMy62edHWy4vMrV+uXJw7drI2dSCZL00gNzZB6cmjrrPl9ed+Fh45TJZ1OzhbGqDuzHFoLS9ZJVMqn+PHK6twLwQB1Ep1i9pS/N+WndsNez78pPGTcAUcxLYt31ZtWfzIlkemz4ibarO0qMmyUo0voIkE2sOHcvjr93vB3RaS3SB1NF7tf+l33zb80gbfLX8uF3Ihawprzd9y4Zktxa8eqbaesjI7P1sgU4ypb7VC/ZkjW+UqzUrcv+ft/oWeu2VapeWxIRklg04WwemSSii+8zau4fhZ+O9f/rfx3DcHG4dfKIMiqxPKeFCJdwGyDv5ecLd1yG6QOhpJeOV/vq193Ow4/qdfGh2x4S31G/brLRvpWnFH9cNNlk1v3De6f6E6Ivpt4pLMwp2v0jZni97oXEEpFJJWGr7mFbY9CRKytBLK+DYp69jvBXdbxwl4g9TRhFCMO7H8C885T80CwFTHQ/6ea/HixfQXqpzkOd3XlTjdAhKVUqmkekDSdgyoHpB1cuonOZXh4fUnvHW8PmC3ddiCUUeHMg5vwnE6Y/+e13XixU3k/sjExESqB6ypqZlDzh3Fdr7P9bRuAl4nC0Yd3d5x/KmjPUHJx4X+hkGpE1Y/wIjXq5xa3mPXrNujIUSbO3r0aKoH/Prrr+cSAqLi1NYZ71t3GuZ6ecAuUC9aYIs+4Yi2yE3Ga5qggIBWrVZPz8jIkOGB9/EcLzruJmAXtcDq6NDG8VVHS3o6VuKAQjPAH+cHJiFZ72kJqbAy1F3kmEYeTyDeb1ZqamoyrvHwwPt4DtuwD/ZFDGK7p+AuYjdQHb3ovQWZoBddKGkm8UGJOwR4dV4m/HFDIV/Pb7HI6w0KDw//Ii4uTo3Bh9VqZTTEBg4cGNvQwF17jvdJgPKujZhWq1WgFzQYDPaWlha88Ol0NwG7gN1IdXQx4cmFAPGmiawIXpydCW9v8iVhZWWlMyIiIpas92KSkpLoD1objUbiee3AE1Cn0ymys7OTSD/6W861tbWwffv2JsR2e8BuAzMhWKvZfzsVVRGP+JcHM+HZzwq9yrLt3r27mEyzz5rN5oUTJkzIwd8cQRIS7+ZZ7yEho6Ki6I+Jnz59mj18+PDR0tLS1fv37y/uJmC3gYXEJiYz47ddp1ZAShgg+cBhbvmHl3c0mezEm/2LTMMlly5dWjJjxox7evXqpcRUjM39K5xIPAxAvvvuOyfpu+PQoUPLCGGPkWnZ3k3AboM0HSFhtPelm612BqpbuURxZqIC1uwrhNbK0i8vvDrzKXjSK5JlCZFshIgHCgoKLH379h2QlpY2kKwFaXKaj44xSX3x4sVS0ud10vf49YyGuwl4E5u16er6d3bCfKm2H93WDyI0cvjnEQ/5Hsn5qMCnrgv+zFdCQgKMHz9ek5iYqMbIlwQbwO8Z81W3sC03N1dz5MgRqK+vx/VjNwF/6Hb6uTtRTvAazrTC84RoZ7J7quDNXYHJR4IPGDt2LAYdaqVSOblPnz49MdDA7bmioiLqAgcNGqTEilvYRqLfyWPGjMlXq9X2Y8eOdRPwh25uUpVKecY3d8H8QORDmzZtGqZesKxbSmRkZC7xcloMQI4ePVqTn5+/FfsQbzczJyenJ7bFxsbmtra2YiGkMsR2E7DbAnlG1P2Z/JEPrampiV/nqck6T028Wsu5c+f2HDhw4BPiBakekKz9tpSXlz+SlZU1lUTIahKc8DnD6/Jauy9M/wFbXFwcfxen4IHEyw2qrq4+3djYWNy7N/djj1euXAHi+fonJycPv3r1ahEJTlBhQyNgMiV3E7DbOvDh+9buwRmRrv2EQYi4zRNCXwfudBOw226o/Z8AAwBphnYirXZBiwAAAABJRU5ErkJggg==");
}
.rc-tree-select-tree li span.rc-tree-select-tree-icon_loading {
  margin-right: 2px;
  vertical-align: top;
  background: url("data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7") no-repeat scroll 0 0 transparent;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher-noop {
  cursor: auto;
  background: none;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher_open {
  background-position: -93px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher_close {
  background-position: -75px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-position: 0 0;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-checked {
  background-position: -14px 0;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-indeterminate {
  background-position: -14px -28px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-disabled {
  background-position: 0 -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-checked.rc-tree-select-tree-checkbox-disabled {
  background-position: -14px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-indeterminate.rc-tree-select-tree-checkbox-disabled {
  position: relative;
  background: #ccc;
  border-radius: 3px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-indeterminate.rc-tree-select-tree-checkbox-disabled::after {
  content: ' ';
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 3px;
  top: 5px;
  width: 5px;
  height: 0;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.rc-tree-select-tree-child-tree {
  display: none;
}
.rc-tree-select-tree-child-tree-open {
  display: block;
}
.rc-tree-select-tree-treenode-disabled > span,
.rc-tree-select-tree-treenode-disabled > a,
.rc-tree-select-tree-treenode-disabled > a span {
  color: #ccc;
  cursor: not-allowed;
}
.rc-tree-select-tree-node-selected {
  background-color: #ffe6b0;
  border: 1px #ffb951 solid;
  opacity: 0.8;
}
.rc-tree-select-tree-icon__open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
}
.rc-tree-select-tree-icon__close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
}

@font-face {
  font-family: 'PayPal Sans Big';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf') format('truetype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg') format('svg');
}
@font-face {
  font-family: 'pp-sans-big-light';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf') format('truetype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg') format('svg');
}
@font-face {
  font-family: 'pp-sans-small-regular';
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot');
  src: url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff') format('woff'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf') format('truetype'), url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg') format('svg');
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
h1 {
  font-weight: 300;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 1010px) {
  h1 {
    text-align: center;
  }
}
div[data-reactroot] {
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
strong {
  font-weight: bold;
}
html {
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  overflow-y: scroll;
}
body {
  font-family: 'PayPal Sans Big', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  /* wraps all the content except for the slide in mobile menu */
  /* mobile menu that is pushed to the left of the viewport when not opened */
  /* defines how the page behaves when the mobile menu is open */
}
body.scroll-lock {
  height: 100%;
  overflow: hidden;
}
body .joyride-tooltip__close--header:before {
  content: '\00d7';
  font-size: 2rem;
  float: right;
  height: 100%;
  margin-top: -12px;
}
body ul {
  list-style: none;
  padding-left: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
body .loading {
  background: linear-gradient(135deg, #009CDE, #003087);
  height: 100vh;
  width: 100vw;
}
body .loading .loading-inner {
  background: url("../assets/icons/Transparent_Horizontal_Logo.png") no-repeat center;
  background-size: 50vw;
  height: 100%;
  width: 100%;
  -webkit-animation: fade 3s infinite linear;
  -moz-animation: fade 3s infinite linear;
  -o-animation: fade 3s infinite linear;
  animation: fade 3s infinite linear;
}
body .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
body .wrapper {
  position: relative;
  left: 0px;
  transition: left .2s linear;
}
body .mobile-menu {
  width: 250px;
  left: -250px;
  transition: left .2s linear;
  visibility: hidden;
}
@media only screen and (max-width: 1010px) {
  body .mobile-menu-open .mobile-menu {
    background-color: #f6f6f6;
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    border-right: 1px solid #eee;
    z-index: 9999;
    visibility: visible;
  }
  body .mobile-menu-open .wrapper {
    position: relative;
    left: 250px;
    transition: left .2s linear;
  }
  body .mobile-menu-open .head {
    left: 250px;
    transition: left .2s linear;
  }
}
body .mobile-menu {
  background-color: #f6f6f6;
  position: absolute;
  left: -250px;
  width: 250px;
  height: 100%;
}
body .mobile-menu .close-sub-menu a {
  color: #222;
}
body .mobile-menu .close-sub-menu a:before {
  border: 1px solid #222;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 8px;
  left: 6px;
  position: relative;
  top: -1px;
  transition: all .05s ease;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  opacity: 1;
  overflow: hidden;
  width: 8px;
  position: absolute;
  left: 18px;
  top: 42px;
}
body .mobile-menu ul {
  margin-top: 1.5rem;
}
body .mobile-menu ul li {
  margin-left: 2rem;
  height: 35px;
  box-sizing: border-box;
  display: block;
}
body .mobile-menu ul li a {
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  height: 100%;
  color: #878787;
  text-decoration: none;
}
body .mobile-menu ul li.active a {
  color: #222;
}
body .mobile-menu ul li.menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 1rem;
  height: 35px;
  margin-left: 1rem;
}
body .mobile-menu ul li.menu-item a {
  height: 26px!important;
}
body .mobile-menu ul li.menu-item.active {
  border-bottom: 0;
  font-weight: bold;
}
body .mobile-menu ul li.dropdown-menu {
  position: absolute;
}
body .mobile-menu ul li.dropdown-menu > a {
  height: 57px;
}
body .mobile-menu ul li.dropdown-menu > a:after {
  border: 1px solid #666;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 8px;
  left: 6px;
  position: relative;
  top: -1px;
  transition: all .05s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: .75;
  overflow: hidden;
  width: 8px;
}
body .mobile-menu ul li.dropdown-menu.open > a:after {
  transition: all .3s ease;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -3px;
}
body .mobile-menu ul li.dropdown-menu.open > .dropdown-menu-links {
  left: 0;
  z-index: 9998;
}
body .mobile-menu ul li.dropdown-menu .dropdown-menu-links {
  width: 250px;
  position: fixed;
  top: 0;
  height: 100%;
  left: -250px;
  transition: left .2s linear;
  background-color: #f6f6f6;
}
body .mobile-menu.open {
  left: 0;
}
body .mobile-menu .close-mobile-menu {
  z-index: 9999;
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 40px;
  cursor: pointer;
}
body .container-fluid {
  width: 950px;
  min-height: calc(100vh - 154px);
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1010px) {
  body .container-fluid {
    width: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 520px) {
  body .container-fluid {
    min-height: calc(100vh - 64px);
  }
}
@media only screen and (max-width: 660px) {
  body .long-text {
    display: none !important;
  }
}
@media only screen and (min-width: 661px) {
  body .short-text {
    display: none !important;
  }
}
body .content-wrapper {
  margin-top: 82px;
}
body .content-wrapper.has-banner {
  margin-top: 132px;
}
.pubdate {
  color: #000000;
  display: block !important;
}
