/* Styles for the about pages */
@import url("/static/css2/lightbox.css");
@import url("/static/css2/font.css");

html {
  max-width: 900px;
  max-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  color: #6f6f6f;
  font-size: 14px;
  font-family: 'Istok Web', Arial;
}

/*** From main.css ***/

.uc-logo-tiles {
  position: fixed;
  width:100%;
  z-index: 999998;
}

#uc-logo-header {
  width: 910px;
  height: 57px;
  margin: 0 auto;
  background-image: url('/static/img/white-orbital.png');
  background-repeat: no-repeat;
  font-family: 'Istok Web', Arial;
}

#uc-logo-img {
  background-image: url('/static/img/guest/header-uber-logo.png');
  width: 163px;
  height: 24px;
  float: left;
  margin: 18px 8px 11px 0;
}

#uc-header-left {
  float: left;
  margin-left: 14px;
}

#uc-header-right {
  margin-right: 0;
}

#uc-header-menu {
  min-width: 95px;
  height: 65px;
}

#uc-header-submenu {
  position: absolute;
  z-index: 999999;
  top: 65px;
  background-color: #fff;
  color: #000;
  width: 98%;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -khtml-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  border: 1px solid #000;
  border-top-width: 0;
}

.header-btn {
  color: white;
  height: 57px;
  cursor: pointer;
}

.header-btn.selected {
  background-color: #3a94b5;
}

.header-btn:hover, .header-btn.selected:hover {
  background-color: #3ea0c7;
}

.header-btn-content {
  padding: 24px 14px 16px;
}

.header-btn-txt {
  display: table-cell;
  height: 22px;
  padding-left: 4px;
  vertical-align: middle;
  font-size: 13px;
}

.uc-header-suboption {
  color: black;
  font-size: 12px;
  margin: 5px 0px;
  padding: 2px 0px 2px 10px;
}

.uc-header-suboption:hover {
  color: #fff;
  background-color: #41AAD3;
}

.uc-icon {
  background-image: url(/static/img/uber_icon_sprite.png?v=19);
  width: 20px;
  height: 20px;
}

.uc-list-icon {
  background-position: -20px 1px;
}

.uc-contact-icon {
  background-position: -40px 0;
}

.uc-ystar-icon {
  background-position: -1280px 0;
}

.uc-profile-icon {
  background-position: -200px 0;
}

.uc-account-icon {
  background-position: -280px 0;
}

.uc-logout-icon {
  background-position: -360px 0;
}

.uc-header-suboption:hover .uc-account-icon {
  background-position: -300px 0;
}

.uc-header-suboption:hover .uc-logout-icon {
  background-position: -380px 0;
}

.uc-header-suboption:hover .uc-profile-icon {
  background-position: 0 0;
}

.hide {
  display: none;
}

.bold {
  font-weight: bold;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.center {
  margin: auto;
  text-align: center;
}

.right {
  margin: auto;
  text-align: right;
}

.left {
  margin: auto;
  text-align: left;
}

.float {
  float: left;
}

.rfloat {
  float: right;
}

.clear {
  clear: both;
}

.w100 {
  width: 100%;
}

.table {
  display: table;
}

.iblock {
  display: inline-block;
}

.block {
  display: block;
}

.table-row {
  display: table-row;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.line {
  border-bottom: 1px solid #aaa;
  height: 8px;
  box-shadow: 0px 2px 1px -1px #fff;
  -moz-box-shadow: 0px 2px 1px -1px #fff;
  -webkit-box-shadow: 0px 2px 1px -1px #fff;
}

.margin {
  margin: 10px;
}

.pad {
  padding: 10px;
}

.br {
  padding-bottom:10px;
}

.text-label-2 {
  font-size: 11px;
  font-weight: bold;
  color: #606060;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.form input[type=text],
.form input[type=password],
.form textarea,
.uc-text-input {
  border: 1px solid #AAAAAA;
  background-color: #f7f7f7;
  font-size: 13px;
  height: 24px;
  padding: 4px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.form input[type=email]:focus,
.form input[type=text]:focus,
.form input[type=password]:focus,
.form textarea:focus {
  background-color: #fff;
}

.form ::-webkit-input-placeholder {
    color: #B9B9B9;
}
.form :-moz-placeholder {
    color: #B9B9B9;
}

.btn {
  display: inline-block;
  cursor: pointer;
}

.green-btn .left, .green-btn .middle, .green-btn .right {
  background-image: url(/static/img/green-btn.png);
}

.grey-btn .left, .grey-btn .middle, .grey-btn .right {
  background-image: url(/static/img/grey-btn.png);
}

.btn .left, .btn .right {
  height: 43px;
  width: 7px;
  display: table-cell;
}

.btn .left {
  background-position: 0px 0px;
}

.btn .middle {
  background-position: 0px -129px;
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  padding: 0px 18px;
}

.btn .right {
  background-position: -7px 0px;
}

.btn:hover .left  {
  background-position: 0px -43px;
}

.btn:hover .middle {
  background-position: 0px -172px;
}

.btn:hover .right  {
  background-position: -7px -43px;
}

.btn:active .left  {
  background-position: 0px -86px;
}

.btn:active .middle {
  background-position: 0px -215px;
}

.btn .middle div {
  margin-bottom: 1px;
}

.btn:active .middle div {
  margin-bottom: 0;
}

.btn:active .right  {
  background-position: -7px -86px;
}

.green-btn-2 {
  background-color: #a0cb3b;
  border: 2px solid #759627;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 190px;
  padding: 12px 8px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

a:hover .green-btn-2:not(.disabled) {
  background-color: #97bf37;
}

a:active .green-btn-2:not(.disabled) {
  background-color: #8cb334;
}

.uc-icon {
  background-image: url(/static/img/uber_icon_sprite.png?v=19);
  width: 20px;
  height: 20px;
}

.uc-google-icon {
  background-position: -580px 0px;
}

.uc-yahoo-icon {
  background-position: -600px 0px;
}

.uc-linkedin-icon {
  background-position: -140px 0;
}

.link {
  cursor: pointer;
  color: #0080b1;
}

.link:hover {
  color: #00a0d1
}
.popup-content .title {
  padding-bottom: 3px;
}
.popup .title {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.popup {
  position: absolute;
  z-index: 999999;
}

.popup-box {
  position: absolute;
  bottom: 0px;
  left: -106px;
  width: 216px;
}

.popup-top {
  background-image: url(/static/img/popup-top.png);
  background-position: 0px 0px;
  height: 6px;
}

.popup-mid {
  background-image: url(/static/img/popup-mid.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  padding: 0px 12px;
}

.popup-bot {
  background-image: url(/static/img/popup-center.png);
  background-position: 0px 0px;
  height: 31px;
}

.popup-content {
  color: white;
}

.popup-button {
  background-color: #5AB7D9;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 6px 6px 3px 6px;
  float: right;
  cursor: pointer;
}

/*** END MAIN.CSS STYLES ***/


/*** From guest-new.css ***/

a .green-btn-sm {
  background-color: #97D036;
  border: 2px solid #2e7d9c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 22px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

a:link .green-btn-sm {
  background-color: #97D036;
}

a:visited .green-btn-sm {
  background-color: #97D036;
}

a:hover .green-btn-sm {
  background-color: #8EC926;
}

a:active .green-btn-sm {
  background-color: #85BD23;
}

a.link-hd {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

a.link-hd:hover {
  color: #edf5f8;
}

a.link-hd:active {
  color: #edf5f8;
}

.green-btn-lg,
a:visited .green-btn-lg {
  background-color: #94d227;
  border: 3px solid rgba(0, 0, 0, .9);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 22px 12px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover .green-btn-lg {
  background-color: #8dc825;
}

a:active .green-btn-lg {
  background-color: #88c123;
}

.button-focus:focus .green-btn-lg {
  border: 3px solid #8EC926;
  outline: 0;
}

.signin-form input[type=email],
.signin-form input[type=text],
.signin-form input[type=password] {
  font-size: 13px;
  height: 24px;
  padding: 20px 16px;
  border: 3px solid #b7b7b7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 22px;
  margin-bottom: 18px;
  color: #4f4f4f;
}

.signin-form ::-webkit-input-placeholder {
    color: #B9B9B9;
}
.signin-form :-moz-placeholder {
    color: #B9B9B9;
}

form input[type=text].text-error,
form input[type=password].text-error {
  background-color: #ffdada;
  border: 3px solid #ff0000;
}

.overTxtLabel {  /* Style for mootools OverText() */
  margin: 18px 16px 2px 14px;
  font-size: 22px;
  color: #cdcdcd;
  z-index: 2;
}

.h1 {
  font-size: 40px;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.sub1 {
  font-size: 18px;
  color: #606060;
  margin-bottom: 16px;
}

.social-su .cell {
  padding: 0 28px 12px 0;
}

.social-su img {
  cursor: pointer;
  width: 104px;
  height: 104px;
}

#footer {
  background-color: #2c2c2c;
  color: #7e7e7e;
  font-size: 14px;
}

#footer-top {
  width: 916px;
  padding: 24px 0 14px;
  margin: 0 auto;
  border-bottom: 6px solid #3c3c3c;
  position: relative;
}

#footer-bottom {
  width: 916px;
  padding: 24px 0;
  margin: 0 auto;
  position: relative;
}

#footer a {
  color: #7e7e7e;
}

#footer a:hover,
#footer a:active {
  color: #a0a0a0;
}

.footer-hd {
  color: #fff;
}

.footer-sec {
  width: 200px;
}

.footer-sec div {
  margin-bottom: 10px;
}

.footer-site img {
  width: 33px;
  height: 32px;
  margin-left: 9px;
}

/*** END GUEST-NEW.CSS STYLES ***/


a {
  color: #43a8cf;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #368AAB;
}

a:active {
  text-decoration: none;
  color: #368AAB;
}

a.grey {
  color: #6f6f6f;
}

a.grey:hover,
a.under:hover {
  text-decoration: underline;
}

a.grey:active,
a:under:active {
  text-decoration: underline;
}

.tabs {
  top: 28px;
  left: -112px;
}

div.tab {
  margin-bottom: 24px;
  text-align: right;
  font-size: 18px;
}

a.tab {
  color: #414141;
  padding: 4px 8px;
}

a.tab-selected {
  color: #43a8cf;
}

a.tab:link {
  text-decoration: none;
}

a.tab:visited {
  text-decoration: none;
}

a.tab:hover {
  text-decoration: none;
  color: #43a8cf;
}

a.tab:active {
  text-decoration: none;
}

.content {
  background-color: #fff;
  color: #414141;
  padding: 24px 24px;
  margin: 0 0 0 48px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}

.footer {
  padding-left: 12px;
}

.footer a {
  font-size: 12px;
  margin-right: 20px;
}

.header-box {
  background-color: #efefef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
}

.header-box h1 {
  margin-bottom: 6px;
}

.header-box p {
  margin: 0;
}

.img-caption {
  color: #a1a1a1;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}

.img-caption2 {
  font-size: 11px;
  line-height: 16px;
}

ul.list {
  margin: 8px 0 0 0;
}

ul.list li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 4px;
}

ul.blue-list {
  margin: 8px 0 0 0;
}

ul.blue-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: #43A8CF;
}

ul.grey-list {
  margin: 8px 0 12px 16px;
}

ul.grey-list li {
  list-style-type: disc;
  color: #a1a1a1;
  line-height: 20px;
}

.article-row {
  border-bottom: 1px dashed #d1d1d1;
  padding: 6px 0;
}

.article-row p {
  margin-bottom: 6px;
}

.article-date {
  color: #a1a1a1;
  top: 3px;
  right: 6px;
  font-style: italic;
}

a.anchor-title {
  color: #414141;
}

.article-btn .btn .middle {
  padding: 0px 8px;
}

/*** Authorize/Login Dialog Styles ***/
/* Lightbox Styles */
#lightbox .lightbox-holder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#lightbox .lightbox-holder #lightbox-shell {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lightbox .framed .lightbox {
  width: 700px;
  border: 1px solid #d0d0d0;
  box-shadow: 0 4px 4px 1px #dedede;
  background-color: #FFF;
}

#lightbox .lightbox {
  margin: auto;
}

#lightbox .framed #lightbox-content.lightbox-padded {
    padding: 23px;
}

#lightbox .lightbox-mobile .lightbox-sm-title {
  display: none;
}

/* Button Styles */
.button {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
  text-transform: uppercase;
  font-family: "Proxima Nova Semibold", Helvetica, sans-serif;
  line-height: normal;
  font-size: 100%;
  text-align: center;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border: none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button.button-blue {
  background-color: #41AAD3;
  color: #ffffff;
}

.button:not(.button-disabled):focus {
  -webkit-animation: subtle-pulse 1s linear 0 infinite;
  -moz-animation: subtle-pulse 1s linear 0 infinite;
  animation: subtle-pulse 1s linear 0 infinite;
}

.button.button-blue:not(.button-disabled):hover,
.button.button-blue:not(.button-disabled):focus {
  background-color: #3B9ABF;
}

.button.button-medium {
  font-size: 14px;
  border-radius: 50px;
  padding: 0px 21px; /** font-size * 1.5 */
  height: 40px;
  line-height: 41px;
}

.button.button-medium:not(.button-disabled):active {
  top: 1px;
  position: relative;

  animation-name: pill-shrink, pill-grow;
  animation-duration: .06s, .2s;
  animation-delay: 0s, .06s;
  animation-timing-function: ease-out, cubic-bezier(.82,.05,.84,.55);
}

#lightbox .link {
  color: #41AAD3;
  cursor: pointer;
  text-decoration: none;
}

#lightbox .link:hover {
  color: #3B9ABF;
}

/*** END AUTHORIZE/LOGIN DIALOG STYLES ***/

/*** Login Specific Styles ***/

.sprite-m.sprite-m-pencil {
  position: relative;
  top: -5px;
  display: inline-block;
  background-position: -120px 0;
}

.sprite-m {
  background-image: url(/static/img2/sprites/v2-sprite-m.png?v=8);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.side-column,
.middle-column {
  display: inline-block;
  vertical-align: top;
}

.side-column {
  width: 44.8333%;
}

.middle-column {
  width: 8.3333%;
}

.login-column-header {
  text-align: center;
  margin-bottom: 10px;
}

.login-row {
  margin: auto;
  height: 50px;
  width: 250px;
}

div.button.login-social-button {
  color: #FFF;
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-left: 48px;
}

.login-social-button.login-google {
  background-color: #DD4B39;
}

.login-social-button.login-google:hover {
  background-color: #C94434;
}

.login-social-button.login-linkedin {
  background-color: #41AAD3;
}

.login-social-button.login-linkedin:hover {
  background-color: #3B9BC0;
}

.login-social-button .sprite-xs {
  position: absolute;
  left: 14px;
  top: 5px;
}

.sprite-xs {
  background-image: url(/static/img2/sprites/v2-sprite-xs.png?v=14);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.sprite-xs.sprite-xs-gplus {
  background-position: -1230px 0;
}

.sprite-xs.sprite-xs-linkedin {
  background-position: -1200px 0;
}

.login-or-column {
  margin: 27px auto 0;
  width: 20px;
}

.login-view .login-or-column-background {
  height: 102px;
}

.login-or-column-background {
  display: table-cell;
  width: 20px;
  background: -webkit-repeating-linear-gradient(0deg, #fff, #fff 10px, #868686 11px);
  background: repeating-linear-gradient(90deg, #fff, #fff 10px, #868686 11px);
  vertical-align: middle;
}

.login-or-block {
  height: 30px;
  width: 20px;
  background-color: #FFF;
  line-height: 30px;
}

.body-copy {
  font-size: 14px;
  color: #868686;
}

.signin-form input[type=email].uc-input,
.signin-form input[type=text].uc-input,
.signin-form input[type=password].uc-input {
  height: 41px;
  font-size: 14px;
  font-family: "Proxima Nova Regular", Helvetica, sans-serif;
  color: #393939;
  border: 1px solid #e5e5de;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Proxima Nova Regular", Helvetica, sans-serif;
}

.login-field {
  margin: 5px 0;
  width: 100%;
  height: 41px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#login-forgot-my-password {
  font-size: 14px;
  width: 220px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
}

.right {
  text-align: right;
}

#login-done {
    width: 70px;
}

.login-or-block-horizontal {
  display: none;
}


.social-text {
    padding: 2px 0 0 3px;
}

.line-text {
  background-color: #fff;
  color: #a3a3a3;
  left: 39%;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 80px;
}

.error {
  color: #DC2144;
  font-style: italic;
  margin: 14px 0 16px;
  font-size: 18px;
}

/*** END LOGIN SPECIFIC STYLES ***/

/*** Authorize Specific Styles ***/

.lightbox-header img {
  position: relative;
  top: 7px;
}

.lightbox-content img {
  float: left;
  margin-right: 45px;
}

.lightbox-content h1 {
  font-size: 24px;
  font-family: "Proxima Nova Semibold", Helvetica, sans-serif;
  font-weight: normal;
  color: #393939;
}

#uc-authorizeclient-frame {
  text-align: right;
}

input[type=submit].link {
  margin-right: 30px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border: none;
  background-color: #ffffff;
}

/*** END AUTHORIZE SPECIFIC STYLES ***/
@media (max-width: 480px) {
  #lightbox .lightbox-holder .lightbox-mobile {
    position: relative;
    width: 300px;
    left: -12px;
  }

  #lightbox .lightbox-mobile .lightbox-lg-title {
    display: none;
  }

  #lightbox .lightbox-mobile .lightbox-sm-title {
    display: inline-block;
  }

  #lightbox .framed #lightbox-content.lightbox-padded {
    padding: 14px;
  }

  .side-column {
    width: 100%;
  }

  .login-social {
    display: none;
  }

  .login-or-column {
    display: none;
  }

  .login-or-block-horizontal {
    display: block;
    text-align: center;
    margin: 6px auto 0;
  }

  .login-or-line-horizontal {
    display: inline-block;
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, rgba(134, 134, 134, 0.4) 10px);
    height: 17px;
    width: 41.6667%;
  }

  .lightbox-mobile .login-or-text-horizontal {
    display: inline-block;
    margin: 20px 0px;
  }
}