/*** PAGE LAYOUT ***/
* {
  border: none;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #FFFFFF;
  color: #4C4C4C;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
}
body > div > div {
  overflow: hidden;
  z-index: 1;
}
body > div > div.shadow {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}
body > div > div.shadow > div {
  position: relative;
  text-align: left;
  width: 100%;
}

p {
  margin: initial;
  padding: initial;
}

#wrapper {
  padding-bottom: 566px;
  position: relative;
}

/*** HACKS ***/
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

/*** HTML ELEMENTS ***/
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
a * {
  cursor: pointer;
}

button,
input[type="button"],
input[type="submit"] {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  cursor: pointer;
  padding: 2px 6px 3px;
}

button,
a.button {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d2d2d2;
  box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #4C4C4C;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 21px;
  min-height: 30px;
  min-width: 80px;
  padding: 2px 15px 3px;
  text-align: center;
}
button:hover,
a.button:hover {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f2f2f2', GradientType=0 );
  /* IE6-9 */
}
button.call-to-action,
a.button.call-to-action {
  background: #0054a4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0054a4), color-stop(100%, #0071dc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0054a4 0%, #0071dc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a4', endColorstr='#0071dc', GradientType=0 );
  /* IE6-9 */
  border: 2px solid #0054a4;
  color: #ffffff;
}
button.call-to-action:hover,
a.button.call-to-action:hover {
  background: #0071dc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0071dc), color-stop(100%, #0054a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0071dc 0%, #0054a4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071dc', endColorstr='#0054a4', GradientType=0 );
  /* IE6-9 */
}

form input[type="text"],
form input[type="email"],
form select,
form input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  height: 26px;
  padding-left: 5px;
  padding-right: 5px;
}
form input[type="button"] {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1) inset;
  border: 2px solid #d2d2d2;
  color: #4C4C4C;
  font-weight: 600;
  font-size: .8em;
  height: 26px;
  margin-right: 20px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
}
form input[type="submit"] {
  background: #0071dc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0071dc), color-stop(100%, #0054a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0071dc 0%, #0054a4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071dc', endColorstr='#0054a4', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid #005eb8;
  color: #FFFFFF;
  font-size: .9em;
  font-weight: 600;
  height: 36px;
  margin-right: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
form input[type="submit"]:disabled {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc', GradientType=0 );
  /* IE6-9 */
  border: 2px solid #d2d2d2;
  color: #ffffff;
}
form input[type="submit"] + a {
  color: #0054a4;
  font-size: .9em;
  font-weight: 600;
  padding-bottom: 2px;
}
form input[type="submit"] + a:active {
  color: #e51837;
}
form label {
  color: #333333;
  font-weight: 400;
}

/*** HEADER ***/
#header {
  border-top: 12px solid #e51837;
  border-bottom: 6px solid #0054a4;
  color: #0054a4;
  height: 110px;
  position: relative;
  z-index: 100;
}
#header > h1 {
  clear: none;
  display: block;
  margin-left: -108px;
  position: absolute;
  top: 10px;
  left: 50%;
}
#header > h1 * {
  clear: none;
  display: block;
}
#header > h1 > a > img {
  background: url("/static/images/uta_farepay_logo_fallback.png");
  background: url("/static/images/uta_farepay_logo.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  height: 90px;
  width: 217px;
}
#header > ul {
  clear: both;
  list-style-type: none;
  position: absolute;
  right: 0;
}
#header > ul > li {
  display: inline;
  font-weight: 600;
  list-style-type: none;
}
#header > ul > li a {
  padding-bottom: 3px;
}
#header > ul > li a:active {
  color: #e51837;
}
#header > ul > li a.active {
  color: #e51837;
}
#header > ul#submenu {
  top: 10px;
  white-space: nowrap;
}
#header > ul#submenu > li {
  font-size: 1.0em;
  margin-left: 10px;
  padding-left: 10px;
}
#header > ul#submenu > li.login {
  margin-right: 10px;
  padding-right: 10px;
}

/*** CONTENT ***/
#content dl.faq {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
#content dl.faq label > dd {
  display: none;
}
#content dl.faq > input[type="checkbox"] {
  display: none;
}
#content dl.faq > input[type="checkbox"]:checked + label > dd {
  display: block;
}
#content dl.faq > input[type="checkbox"]:checked + label > dt > img {
  background-position: -135px -196px;
  height: 20px;
  left: 8px;
  margin-right: 15px;
  margin-left: -20px;
  width: 13px;
}
#content dl.faq dd {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
#content dl.faq dd > p {
  padding-top: 20px;
  padding-left: 15px;
}
#content dl.faq dd > p:first-child {
  padding-top: 0;
}
#content dl.faq dt {
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
}
#content dl.faq dt:first-of-type {
  border-top: 1px solid #dddddd;
}
#content dl.faq dt > img {
  background: url("/static/images/sprite.png") no-repeat;
  background-position: 7px -199px;
  clear: none;
  display: block;
  float: left;
  height: 24px;
  margin-right: 5px;
  margin-left: -20px;
  position: relative;
  top: 0;
  width: 24px;
}
#content dl.faq ol {
  padding-left: 70px;
}
#content dl.faq a {
  color: #0054A5;
}
#content h3.faqHeader {
  padding: 10px 0 10px 10px;
}
#content h3.faqHeader:first-child {
  padding: 0 0 10px 10px;
}

/*** FOOTER ***/
#footer {
  background: #E6E6E6;
  border-top: 6px solid #0054a4;
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  width: 100% !important;
}
#footer > div {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 100%;
}
#footer ul {
  clear: right;
  display: block;
  float: left;
  overflow: hidden;
  padding: 20px 0 20px 20px;
  width: 100%;
}
#footer ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#footer ul > li > a {
  font-size: .9em;
  padding-bottom: 2px;
}
#footer ul > li > a > img {
  background: url("/static/images/sprite.png") no-repeat;
  clear: right;
  display: block;
  float: left;
  height: 26px;
  margin-right: 19px;
}
#footer ul > li > a.twitter > img {
  background-position: -540px -226px;
  width: 26px;
}
#footer ul > li > a.facebook > img {
  background-position: -468px -225px;
  width: 26px;
}
#footer ul > li > a.youtube > img {
  background-position: -501px -224px;
  width: 26px;
}
#footer ul > li > a.rss > img {
  background-position: -576px -224px;
  width: 26px;
}
#footer ul > li > a.uta > img {
  background-position: -467px -127px;
  width: 84px;
  margin-right: 10px;
}
#footer ul > li > a.uta {
  line-height: 2.5em;
}
#footer ul > li.parent_link {
  color: #0054a4;
}
#footer ul.links {
  background-color: #F2F2F2;
}
#footer ul.divider {
  background: #F2F2F2;
  margin: 0;
  padding: 0;
}
#footer ul.divider > li.top {
  background: #e6e6e6;
  height: 2px;
  margin: 0 0 0 20px;
  padding: 0;
  width: 200px;
}
#footer ul.divider > li.bottom {
  background: #ffffff;
  height: 2px;
  margin: 0 0 0 20px;
  padding: 0;
  width: 200px;
}
#footer ul.parent_link {
  background: #F2F2F2;
}

#standard_footer {
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*** PAGE ELEMENTS ***/
div > h2,
div > h3,
div > h4,
div > h5,
div > h6 {
  color: #0054a4;
  font-size: 1.167em;
  font-weight: 600;
}

div > h2 {
  font-size: 1.5em;
}

div#title > h2,
div#title > h3,
div#title > h4,
div#title > h5,
div#title > h6 {
  margin-right: 40px;
  margin-left: 20px;
}

#title {
  height: 26px;
  margin-top: 25px;
  margin-bottom: 10px;
  overflow: visible;
  z-index: 100;
}
#title h2 {
  font-size: 1.4em;
}
#title > .hotspotHeaderLabel {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -55px;
  left: initial;
  text-align: center;
  visibility: visible;
  width: 100%;
}
#title > .hotspotHeaderLabel > a {
  top: initial;
  left: initial;
  color: #0054A5;
  padding: 0;
  text-decoration: underline;
}

#incomm {
  background: #F2F2F2;
  color: #111111;
  font-size: .8em;
  font-weight: 400;
  width: 100% !important;
}
#incomm > div {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 100%;
}
#incomm a.logo {
  clear: right;
  display: block;
  float: left;
  padding-top: 10px;
  width: 100%;
}
#incomm a.logo > img {
  background: url("/static/images/sprite.png") no-repeat;
  background-position: -473px -156px;
  display: block;
  height: 32px;
  margin: 20px;
  width: 74px;
}
#incomm img {
  padding: 0 100% 0 0;
}
#incomm ul {
  list-style-type: none;
  padding-bottom: 10px;
}
#incomm ul > li {
  clear: right;
  display: block;
  float: left;
  list-style-type: none;
  padding-bottom: 10px;
  width: 90%;
}
#incomm ul > li.copyright_1 {
  padding: 0 20px 10px;
}
#incomm ul > li.copyright_2 {
  padding-right: 20px;
  padding-left: 20px;
}

.error {
  clear: both;
  color: #e51837;
}

/*** MODAL DIALOGS ***/
div.modal {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
div.modal:target {
  display: block;
  z-index: 1000;
}
div.modal > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid #5a5a5a;
  max-height: 80%;
  margin: auto;
  overflow: auto;
  padding: 23px 30px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 224px;
}
div.modal > div div.modal-content {
  text-align: left;
}
div.modal > div div.modal-content a.close-button {
  background: #0054a4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0054a4), color-stop(100%, #0071dc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0054a4 0%, #0071dc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0054a4 0%, #0071dc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a4', endColorstr='#0071dc', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
  border: solid 2px #0054a4;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: -42px;
  padding: 5px 15px;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 50px;
}
div.modal > div div.modal-content a.close-button:hover {
  background: #0071dc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0071dc), color-stop(100%, #0054a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0071dc 0%, #0054a4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0071dc 0%, #0054a4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071dc', endColorstr='#0054a4', GradientType=0 );
  /* IE6-9 */
}
div.modal > div h2 {
  border-bottom: 1px solid #cdcdcd;
  font-size: 2em;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
div.modal > div h3 {
  color: inherit;
  font-size: 1.5em;
  padding-bottom: 37px;
}
div.modal > div ul {
  padding-left: 40px;
}
div.modal > div ul.two-column {
  list-style: none;
}
div.modal > div ul.two-column > li {
  clear: right;
  float: left;
  font-size: 1.1em;
  list-style: none;
  text-align: left;
  width: 49%;
}
div.modal > div ul.two-column > li:last-child {
  text-align: right;
}
div.modal > div ul.two-column > li a {
  color: #0054a4;
  font-weight: 600;
}

div.contact_modal {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
div.contact_modal:target {
  display: block;
  z-index: 1000;
}
div.contact_modal > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #5a5a5a;
  height: 183px;
  margin: auto;
  padding: 23px 30px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 224px;
}
div.contact_modal > div h2 {
  border-bottom: 1px solid #cdcdcd;
  font-size: 2em;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
div.contact_modal > div h3 {
  color: inherit;
  font-size: 1.5em;
  padding-bottom: 37px;
}
div.contact_modal > div ul.two-column {
  list-style: none;
}
div.contact_modal > div ul.two-column > li {
  clear: right;
  float: left;
  font-size: 1.1em;
  list-style: none;
  text-align: left;
  width: 49%;
}
div.contact_modal > div ul.two-column > li:last-child {
  text-align: right;
}
div.contact_modal > div ul.two-column > li a {
  color: #0054a4;
  font-weight: 600;
}

/*** MOBILE SPECIFIC ***/
#introPanel > .panel3 > .panel3r form {
  height: 55px;
}

#banner {
  height: 9px;
  background: url("/static/images/sprite.png") no-repeat;
  background-position: 0 0;
  background-size: 220px;
  margin-top: 115px;
  overflow: visible;
}

#navigation_selector {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  color: #dfdfdf;
  height: 26px;
  margin-top: 10px;
  margin-left: -145px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 290px;
}
#navigation_selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none repeat scroll 0 0 transparent;
  border: 10px;
  color: #414042;
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  top: -27px;
  width: 310px;
}
#navigation_selector span.image {
  background-image: url("/static/images/drop_down.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 26px;
  position: relative;
  left: 0px;
  width: 26px;
}

.bold {
  font-weight: 700;
}

.loadmask {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

a#menu a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a#menu img {
  background: url("/static/images/menu.png") no-repeat;
  background-size: 25px;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 45px;
}

#myAccount {
  background: url("/static/images/right_arrow_drk.png") no-repeat;
  background-size: 27px;
  background-position: 225px 10px;
}

#myAccount.expanded {
  background: url("/static/images/down_arrow_drk.png") no-repeat;
  background-size: 27px;
  background-position: 225px 10px;
}

#addToHomeScreen {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ffffff;
  border: 2px solid #ff002a;
  margin: 75px 0;
  padding: 15px;
  width: 200px;
}
#addToHomeScreen div {
  float: right;
  line-height: 20px;
  position: relative;
  top: 3px;
  text-align: left;
  width: 134px;
}
#addToHomeScreen img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url("/static/images/app/apple-touch-icon-152x152.png");
  background-size: 55px;
  float: left;
  height: 55px;
  position: relative;
  top: 15px;
  width: 55px;
}
#addToHomeScreen > div > img {
  background-image: url("/static/images/vertical_ellipsis.png");
  background-size: 20px;
  float: none;
  height: 20px;
  top: 5px;
  width: 20px;
}

html:lang(es) .addToHomeIphone .addToHomeArrow {
  top: 64px;
}

.addToHomeClose {
  font-size: 2em;
  font-weight: 700;
  position: relative;
  top: -70px;
  left: 155px;
}

.addToHomeIphone .addToHomeArrow {
  border-top: 15px solid #ff002a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  height: 0;
  position: relative;
  top: 49px;
  left: 75px;
  width: 0;
}

.addToHomeIpad .addToHomeArrow {
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ff002a;
  border-left: 15px solid transparent;
  height: 0;
  position: relative;
  top: -111px;
  left: 75px;
  width: 0;
}

.addToHomeAndroidChrome .addToHomeArrow {
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ff002a;
  border-left: 15px solid transparent;
  height: 0;
  position: relative;
  top: -111px;
  left: 160px;
  width: 0;
}

ul.button-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.button-group > li {
  display: inline-block;
  width: 100%;
}
ul.button-group > li a.button,
ul.button-group > li button {
  width: 100%;
}

div#modal_shipping_address_verification.modal .modal-shipping-address-verification h3:first-child {
  padding-bottom: 20px;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification ul.address-list {
  margin: 20px 0;
  overflow: hidden;
  padding-left: 0;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification ul.address-list > li {
  border-bottom: solid 1px #cccccc;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification ul.address-list > li ul.button-group {
  margin-top: 10px;
  padding-left: 0;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification ul.address-list > li ul.button-group > li {
  margin-top: 10px;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification ul.address-list > li:first-child {
  border-top: solid 1px #cccccc;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification .modal-actions {
  float: right;
  margin-right: 15px;
}
div#modal_shipping_address_verification.modal .modal-shipping-address-verification input[type=submit] {
  height: 30px;
  margin-right: 0;
}

address address1 {
  display: inline-block;
  width: 100%;
}
address address2 {
  display: inline-block;
  width: 100%;
}

.highlight {
  background-color: #ffff44;
}

.highlight-text {
  color: #cc0000;
  font-weight: bold;
}

.changeEmailMessage {
  color: #cc0000;
  margin-top: 5px;
}

.profileDetailFootnote {
  color: #cc0000;
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 5px;
}
.profileDetailFootnote.green {
  color: #008800;
}

/*** PLUGINS ***/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(white, #dfdfdf);
  background-image: -moz-linear-gradient(white, #dfdfdf);
  background-image: -o-linear-gradient(white, #dfdfdf);
  background-image: linear-gradient(white, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
  text-align: left;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

body.sidr-open #menu img {
  height: 99999px;
  width: 99999px;
}

.maintenanceContent {
  padding-top: 0;
  padding: 15px;
}

#modal_session_timeout_alert p {
  font-size: 1.5em;
  padding-bottom: 37px;
}
#modal_session_timeout_alert a {
  clear: right;
  font-size: 0.9em;
  width: 49%;
  text-align: center;
  color: #0054a4;
  font-weight: 600;
  float: right;
}

.requiredField {
  color: #e51837;
}
