/*.sprint .body {
	padding: 1.818em 20px 0;
	margin-bottom: 1.2em;
	border-bottom: 5px solid #FFCE0A;
}
.sprint #thinFooter {
	position:relative;
}
.content {
	margin: 0 auto;
}*/
.g-recaptcha {
	transform:scale(.70);
	-ms-transform:scale(.70);
	margin:-30px -20px 0 !important;
}
.g-recaptchaEmail {
	transform:scale(.87);
	-ms-transform:scale(.87);
	margin:0 -20px !important;
	position:relative;
	float:right;
}
.moduleInset {
	padding: 4px 0 0 0;
	background: #fff url(./img/bgd_inset1column.gif) repeat-x 5px 0;
	border-width: 0;
	margin-left:3px;
}
.moduleInset .insetContentWrapper {
	border: 1px solid #eee;
	border-width: 0 1px;
	padding: 0.6em 10px;
	/*margin-left:5px;*/
}
.headerWrapperSecondary {
	margin-bottom: 0.9090em;
}
ul {
	
}
ul.menu {
	margin-bottom: 0.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul.menu li a:link, ul.menu li a:visited {
	background: #fff url(./img/bgd_list_menu.gif) no-repeat bottom right;
	display: block;
	padding: 0.45em 9px 0.5em;
	color: #666;
}
ul.menu li a.active {
	background: #FFCE0A;
	display: block;
	padding: 0.45em 9px 0.5em;
	color: #666666;
}
.our--visually-hidden {
	visibility:hidden;
}
.deviceImage {
	max-height:125px;
	max-width:100%;
}
.successIcons {
	max-width: 100px;
}
.global-loader__outer {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    height: 100vh;
}

.global-loader__inner {
    margin: 20% auto;
    height: 6.5rem;
    font-size: 1.5rem;
    text-align: center;
}
#cleanSlateClose {
	top: 1%;
	right: .5rem;
	position: absolute;
}
.step1, .step2, .step3{
	height: 150px;
	width: 150px;
	background: url('/bbt/bbt/includes/img/BBT_steps.png');
	position: relative;
}
.step1{
	background-position: -4px 0px;
	left: 6px;
}

.step2{
	background-position: -175px 0px;
	left: 6px;
}

.step3{
	background-position: -341px 0px;
	left: 6px;
}
div[id^="deviceSeparatorLine_"] {
	border-bottom: 3px solid #ffce0a;
}
.chatSideIcon:hover {
	cursor:pointer;
}

/* IE only hacks*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .start-xs, .start-sm {
	   text-align:left;
   }
   .end-xs, .end-sm {
	   text-align:right;
   }
   .IE-print-icon {
	  top: 30%;
	  position: relative;
   }
}
@supports (-ms-ime-align: auto) {
	.start-xs, .start-sm {
	   text-align:left;
   }
   .end-xs, .end-sm {
	   text-align:right;
   }
}

main > .container-xl > .notification-bar--red .notification-bar__wrapper {
    margin-top: 1em;
    padding-left: 4rem;
}

@media (min-width: 1024px) {
    main > .container-xl > .notification-bar--red .notification-bar__wrapper {
        margin-top: 9em;
    }
}

/* This overrides a style from the Sprint nav.css stylesheet that affects the login dialog modal */
.has-content-overlay::before, .has__active-nav::before {
    z-index: 100;
}

.sprint-header-redirect a:after {
    content: "|";
    background: none !important;
    padding-left: 2rem;
    color: #FFCE0A;
}

.sprint-footer-newnav li {
    margin-bottom: 10px;
}

.sprint-footer-newnav li a {
    font-size: 24px;
}

.sprint-footer-links-child a {
    font-weight: normal !important;
    padding-bottom: 3px !important
}

.sprint-collapsable-footer {
    font-size: 19px;
}

/* Styles for the carrier tab */
#sprint-tabpanel-0-carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#sprint-tabpanel-0-carrier label.sprint-selection__label {
    display: table-cell;
    vertical-align: middle;
    height: 105px;
}

@media (min-width:35.5em) {
    #sprint-tabpanel-0-carrier label.sprint-selection__label {
        height: 150px;
    }
}

#sprint-tabpanel-0-carrier .sprint-selection img {
    width: 80px;
}

@media (min-width:35.5em) {
    #sprint-tabpanel-0-carrier .sprint-selection img {
        width: 105px;
    }
}

#sprint-tabpanel-0-carrier .carrier-listing__wrapper {
    width: 100%;
}

#sprint-tabpanel-0-carrier .carrier-listing__wrapper > div {
    flex-grow: initial !important;
}

#sprint-tabpanel-0-carrier .carrier-listing__wrapper.has-left-paginator {
    margin-right: 0 !important;
}

#sprint-tabpanel-0-carrier .carrier-listing__wrapper.has-right-paginator {
    margin-left: 0 !important;
}

#sprint-tabpanel-0-carrier .carrier-panel__pagination-button {
    padding: 0 0.5rem;
    width: 5rem;
    position: relative;
    top: 5.5rem;
    cursor: pointer;
}

@media (min-width:35.5em) {
    #sprint-tabpanel-0-carrier .carrier-panel__pagination-button {
        height: 5rem;
        width: 5rem;
        top: 7rem;
    }
}

#sprint-tabpanel-0-carrier .carrier-panel__pagination-button.hide-button {
    cursor: auto;
}

#sprint-tabpanel-0-carrier .carrier-panel__pagination-button.hide-button:before {
    content: "";
}

.carrier-listing__wrapper .sprint-selection__label {
    padding: 1.5rem 0.75rem;
}

@media (min-width:321px) {
    .carrier-listing__wrapper .sprint-selection__label {
        padding: 1.5rem 2rem;
    }
}

.carrier-listing__wrapper .sprint-selection__label img {
    max-width: 55px;
}

@media (min-width:321px) {
    .carrier-listing__wrapper .sprint-selection__label img {
        max-width: 65;
    }
}

@media (min-width:400px) {
    .carrier-listing__wrapper .sprint-selection__label img {
        max-width: none;
    }
}

.start-sm > .row > div p {
    font-size: 12px !important;
}

@media (min-width:35.5em) {
    .start-sm > .row > div p {
        font-size: initial !important;
    }
}

#menuWrapper {
  margin-bottom: 125px;
}
