/*-----------------------------------------------------------------------------
/* Begin selectBundles.css
/*---------------------------------------------------------------------------*/

div.ui-dialog-content.dialog.detailsDlg {
  padding: .5em;
  text-align: center;
}

div.detailsDlg div.close {
  margin: 0;
}

div.ui-dialog div.dialog.detailsDlg div.body {
  margin-top: .75em;
}

div.ui-dialog div.dialog.detailsDlg div.body h1 {
  text-transform: uppercase;
  font-size: 2em;
}

div.ui-dialog div.dialog.detailsDlg div.body li {
  font-size: 1.3em;
  text-align: center;
}

div.detailsDlg ul {
  margin: 0;
  padding: 1em 1em 1em 2em;
  list-style: none;
  font-size: 1.3em;
}

div#promoDetails div.body {
  text-align: left;
  text-align: justify;
  margin-top: 2.5em;
}

div#promoDetails .finePrint {
  font-size: .85em;
}

div.container div.header div.address span.change:before {
  content: "(change)";
}

div.container div.header div.address span.change {
  font-size: 10px;
  color: #ffffff;
  margin-left: .2em;
  padding: 0 .5em 0 .5em;
  border-radius: 31px;
  font-weight: bold;
  top: -.1em;
  position: relative;
  cursor: pointer;
}

div.container div.header div.address span.change:hover {
  background-color: #6dab39;
}

div.container div.header div.address > span:first-of-type:hover {
  text-decoration: underline;
  cursor: pointer;
}

div.bundlesContainer {
  margin: 0 2.75em;
}

div.bundlesContainer div.bundleHeader {
  color: #0d2654;
  font-size: 1.54em;
  text-transform: uppercase;
  clear: both;
}

div.bundlesContainer div.bundleHeader > span:nth-child(1) {
  font-weight: bold;
}

div.bundlesContainer div.realBundlesContainer {
  height: 52em;
}

div.bundlesContainer div.option.triplePlay {
  height: 33em;
}

div.bundlesContainer div.option.doublePlay {
  height: 27.75em;
}

div.bundlesContainer div.option.singlePlay {
  width: 29.33em;
}

div.optionHeader.singlePlay {
  clear: none;
  margin-top: -3em;
  left: 39.65em;
  position: relative;
  width: 19em;
}

div.bundlesContainer div.option div.body div.info {
  padding-top: .5em;
}

div.bundlesContainer div.option div.body div.info div.serviceName {
  font-weight: bold;
  text-transform: uppercase;
}

div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(1) {
  font-weight: bold;
  font-size: 1.75em;
}

div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(2) {
  text-transform: uppercase;
  position: absolute;
  top: .5em;
  margin-left: .29em;
}

div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(2) span:nth-child(1),
div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(2) span:nth-child(2) {
  position: absolute;
}

div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(2) span:nth-child(1) {
  font-size: .65em;
  white-space: nowrap;
  top: -.35em;
}

div.bundlesContainer div.option div.body div.info div.coloredLabel > span:nth-child(2) span:nth-child(2) {
  top: .35em;
}

div.bundlesContainer div.option div.body div.info div.details {
  text-align: center;
  margin-left: -1.75em;
}

div.bundlesContainer div.option div.body div.info div.details ul {
  padding: 0 .75em 0 1em;
  margin: .75em 0;
}

div.bundlesContainer div.option.singlePlay div.body div.info {
  margin-left: 1em;
  padding-top: 1em;
  width: 93%;
  border-bottom: 1px solid #c1c3c6;
}

div.bundlesContainer div.option.singlePlay div.body div.info:last-of-type {
  border-bottom: none;
}

div.bundlesContainer div.option.singlePlay div.body div.info div.coloredLabel {
  width: 38%;
  float: left;
}

div.bundlesContainer div.option.triplePlay div.body .price,
div.bundlesContainer div.option.doublePlay div.body .price {
  border-top: 1px solid #c1c3c6;
  border-bottom: none;
  position: absolute;
  bottom: 3.75em;
  padding: .25em 0;
}

div.bundlesContainer div.option.singlePlay div.body div.info div.price {
  border-bottom: none;
  width: initial;
  margin: 0;
  margin-bottom: .5em;
}

div.bundlesContainer div.option.singlePlay div.body div.info div.selectButton {
  border: none;
  position: relative;
  float: right;
  width: 32%;
  top: -.95em;
  margin: 0;
}

div.ui-dialog.addressValidationDlg {
  max-width: 620px;
  left: 50%!important;
  top: 5vh!important;
  -webkit-transform: translateX(-50%)!important;
  transform: translateX(-50%)!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

div.ui-dialog.addressValidationDlg .continue {
  margin: 0 auto;
  float: none;
}

div.ui-dialog.addressValidationDlg button.continue:hover {
  border: 0!important;
}

div.ui-dialog.addressValidationDlg strong {
  padding-right: 5px;
}

div.ui-widget-overlay {
  background-image: none;
}

div.addressValidation div.body table.addressTable {
  width: 100%!important;
}

div#requestZipCode div.body table,
div#resumeSignup2 div.body table,
div#resumeSignup div.body table,
div.addressValidation div.body table.addressTable {
  margin: 0 auto;
  color: #96999d;
  color: #0d2654;
  text-align: left;
  margin-bottom: 1em;
}

div#requestZipCode div.body table tr td,
div#resumeSignup2 div.body table tr td,
div#resumeSignup div.body table tr td,
div.addressValidation div.body table.addressTable tr td {
  padding-bottom: 1em;
}

div.addressNotConnected {
  padding: 1em 6em;
}

div.addressNotConnected td {
  width: 100%;
}

div.addressNotConnected div.lookup {
  padding: 0;
  text-align: left;
}

.lookup h1 {
  line-height: 1em;
}

div.addressValidation div.body table.addressTable tr td.studentDisclaimer {
  max-width: 20em;
}

div.addressValidation div.body table.addressTable tr td.collegeList span {
  margin-left: 0;
  color: #0d2654;
  border-radius: 0;
  padding: 0px 15px 0px 5px;
  width: 100%!important;
  font-weight: normal;
  opacity: 1;
  line-height: 2em;
}

.ui-selectmenu-button span.ui-icon,
.ui-selectmenu-button.ui-state-hover span.ui-icon {
  background-image: url('/includes/assets/SSU/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: default;
  background-size: 12px 12px;
  width: 100%!important;
}

div.addressValidation div.body table.addressTable tr td.collegeList select {
  width: 18.25em;
}

div#addressValidationLookup h6 strong {
  font-size: 1.1em;
  padding-right: 0;
}

div#addressValidationLookup {
  overflow: hidden;
  padding: 3vh 4vw 5vh;
}

div#addressValidationLookup td.student {
  padding-top: 10px;
}

div#addressValidationLookup td.student,
div#requestZipCode div.body table tr td,
div#resumeSignup2 div.body table tr td,
div#resumeSignup div.body table tr td {
  font-size: 1.2em;
}

div#requestZipCode div.body table tr td span,
div#resumeSignup2 div.body table tr td span,
div#resumeSignup div.body table tr td span,
div.addressValidation div.body table.addressTable tr td span {
  padding: 0;
  display: inline-block;
}

div.addressValidation div.body table.addressTable div.student tr td span {
  color: #fff;
}

.student span {
  float: left;
  margin-right: 15px;
}

div#addressValidationLookup table label.ui-button {
  padding: 5px 0;
  width: 40px;
  margin-top: -5px;
  margin-right: 45px;
  border-radius: 50%!important;
  background: #fff;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  -webkit-box-shadow: inset 0 0 0 0 #7EC03D;
  box-shadow: inset 0 0 0 0 #7EC03D;
  overflow: visible;
}

div#instructions input.zipCode,
div#requestZipCode div.body table tr td input,
div#resumeSignup2 div.body table tr td input,
div#resumeSignup div.body table tr td input,
div.addressValidation div.body table.addressTable tr td input,
div.addressValidation div.body table.addressTable tr td select {
  width: 100%;
  border-radius: 6px;
  border: 0;
  font-size: 1em;
  color: #0d2654;
  padding: 0 .5em;
  height: 2.5em;
  margin-top: 0px;
}

div#instructions input.zipCode {
  width: 7.75em;
  font-size: 1em;
}

div#requestZipCode div.body table tr td input.error,
div#resumeSignup2 div.body table tr td input.error,
div#resumeSignup div.body table tr td input.error,
div.addressValidation div.body table.addressTable tr td input.error {
  outline: 1px solid #cd0a0a;
  outline-offset: -1px;
}

.ui-widget-content,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus {
  color: #0d2654;
  border: 1px solid #142d59;
  background: none;
  background-color: #FFF;
  border-radius: 0!important;
}

.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus {
  border: 1px solid #142d59;
  background-color: #165694;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c75bc), to(#0d2654));
  background: linear-gradient(to bottom, #1c75bc 0%, #0d2654 100%);
  border-radius: 0;
}

.ui-menu-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ui-autocomplete-loading {
  background: white url('/includes/assets/ajax-loader-arrows.gif') right center no-repeat !important;
}

div.addressValidation div.body table.addressTable tr td select {
  width: 6.45em;
  height: 1.25em;
}

div.addressValidation div.body table.addressTable tr.cityState td input {
  width: 100%;
}

div#requestZipCode div.body table tr:last-of-type td,
div#resumeSignup2 div.body table tr:last-of-type td,
div#resumeSignup div.body table tr:last-of-type td,
div.addressValidation div.body table.addressTable tr:last-of-type td {
  text-align: center;
}

.dropdown {
  background-image: url(/includes/assets/SSU/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  cursor: default;
  margin-top: -5px;
  background-size: 14px 14px;
}

div.addressValidation div.body table.addressTable tr td input {
  font-size: 1.1em;
  color: #000;
}

.tooltip-style {
  max-width: 80%;
  background: #222;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  left: 0;
  top: 0;
  height: auto;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

div.addressModified {
  border: 1px solid #c1c1c1;
}

div.addressModified table {
  font-size: 1.25em;
  margin: 0 auto;
  border-spacing: 0;
  margin-bottom: 1em;
  padding: 0 2em;
}

div.addressModified table tbody tr td.originalAddress {
  text-transform: uppercase;
}

div.addressModified table tbody tr.stripe:nth-child(odd) td {
  background-color: #95B5D9;
}

div.addressModified table tbody tr:hover:nth-child(odd) td {
  background-color: #8CACD0;
}

div.addressModified table tbody tr.stripe:nth-child(even) td {
  background-color: #EAF2FC;
}

div.addressModified table tbody tr:hover:nth-child(even) td {
  background-color: #e3eaf5;
}

div.addressModified table tbody tr:last-of-type:hover td {
  background-color: transparent;
  cursor: default;
}

div.addressModified table tbody tr:last-of-type td:last-of-type {
  padding: 0;
  text-align: right;
}

div.addressModified table tbody tr:last-of-type td button {
  font-size: 1em !important;
  width: 7em !important;
}

div.addressModified table tbody tr:last-of-type td button:first-of-type {
  margin-left: .5em;
}

div.addressModified table tbody tr td {
  padding: .5em;
  white-space: nowrap;
}

div.addressModified table tbody tr td:last-of-type {
  text-align: left;
}

div.addressNotConnected div.body > table td {
  vertical-align: top;
  text-align: left;
  display: block;
  width: 100%!important;
}

div#instructions .body {
  width: 40em;
  padding: 1em;
}

div#instructions .body > div {
  font-size: 1.5em;
  padding-bottom: 1em;
  text-align: left;
}

div#instructions .body table {
  margin-bottom: 1em;
}

div#instructions .body div.okButton {
  font-size: inherit;
  text-align: right;
  padding-right: .5em;
}

div#instructions .body button {
  margin-top: 0;
}

div#addressValidationLookup .body div.student.error,
div#instructions .body div.student.error {
  padding: .5em;
}


/*-----------------------------------------------------------------------------
/* End selectBundles.css
/*---------------------------------------------------------------------------*/


/* Small only <640 */

@media screen and (max-width: 39.9375em) {
  div#addressValidationLookup {
    max-width: 95%;
  }
  div.addressNotConnected {
    padding: 1em 2em;
  }
}


/* Medium and up >640 */

@media screen and (min-width: 40em) {}


/* Up to Large <1024 */

@media screen and (max-width: 64em) {}


}
