/* Begin Speedbump */
#speedbump h3 {
	color: #FFF;
	background-color: #0d649a;
	padding: 20px;
	font-weight: 300;
	text-align: center;
}
.reg-buttons-right {
	text-align: right;
}
button.close-reveal-modal.small {
	padding-top: .5625em;
	padding-right: 1.125em;
	padding-bottom: .625em;
	padding-left: 1.125em;
	font-size: .8125em;
	position: inherit;
	top: inherit;
	right: inherit;
	color: #424242;
	border: 1px solid #d0d0d0;
}
/* End Speedbump */

/* _header2 */
.header-buttons-container {
    padding-left: 35px;
	float: right;
}
.message-center-reminder,
.settings-cog {
	width: 50px;
	padding: 12px;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.message-center-reminder .badge,
.settings-cog .badge {
	display: inline-block;
	background: #076191;
	color: #fff;
	font-size: 10px;
	padding: 4px 0 0;
	border-radius: 18px;
	width: 18px;
	height: 18px;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 8px;
	z-index: 10;
	line-height: 20px;
	font-weight: 700;
}
.badge-location {
	top: -3px;
	right: 3px;
}
.mobile-badge-location {
	top: -1px;
	right: 10px;
}
.user-acct-buttons.user-acct-buttons2 {
	display: inline-block;
}

/* custom split button */
.split.button.small span {
}

.split.button span:after {
	border-style: none;
}
.split.button.no-pip span i {
    display: block;
    margin-top: 39%;
    margin-left: 35%;
    width: 20px;
    font-size: 13px;
}

.split.button span i.rotateArrow {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
}

.split.button.open span i.rotateArrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accounts-drop .no-link h3 {
	font-size: 1.2rem;
	padding-left: .4rem;
}

.plus-icon {
	font-size: 1.5rem;
	vertical-align: middle;
	line-height: .87rem;
	display: inline-block;
	height: 16px;
	width: 19px;
	margin: -1px 0 0 4px;
}
@media only screen and (min-width: 1024px) {
  .message-close {
    
  }
}
@media only screen and (max-width: 1024px) {
	.message-center-reminder {
		position: absolute;
		top: 7px;
		right: 100px;
	}
	.mobile-settings-reminder {
		position: absolute;
		top: 9px;
		right: 50px;
	}
}