/*pulled from https://github.com/MoveOnOrg/motrunk1/blob/53c2227c5e5b6b22978ffcacb2eb182dc8c4475c/www/pac/signon/embed2/widget.css*/
body {
	    //font-family: 'Open Sans', sans-serif;
	    font-family: 'Source Sans Pro', sans-serif;
	    font-size: 1em;
line-height: 100%;
font-weight: 400;
//background: yellow;
text-align: center;
}

a {
	text-decoration: none;
}

.signit-title {
 font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	line-height: 105%;
	//margin: 0.05em 0.1em 0.3em 0.1em;
}

input[type="text"], input[type="email"] {
-moz-border-radius: 4px
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ccc;
font-size: 1em;
}

.signit-goals {
	width:100%;
	overflow:hidden;
}

.signit-goals p{
	display:block;
	float: right;
	font-size: 11px;
	margin-top: 0;
}

.signit-goals-current {
	font-size: 14px;
	color:#296ecb;
	font-style: normal;
	font-weight: 600;
}

.statement {
	//font-size: 18px;
	color: #333;
	font-size: 1em;
line-height: 100%;
font-weight: 400;
text-align: left;
margin-left: 5%;
}

#signon-logo {
	width: 140px;
}

.signit-now,
.error,
.success,
.signit-myaddr {
	display:none;
}

.signit-goals {
display: block;
width: 260px !important;
}

/** buttons **/

button {
  background: #d54a4b;
padding: .6em 1.5em;
border: none;
color: white;
-moz-border-radius: 3px;
-webkit-border-radiu: 3px;
border-radius: 3px;
-moz-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
font-size: 1.2em;
font-weight: 200;
line-height: 100%;
text-align: center;
display: block;
margin: 0 auto;
}

button:hover {
position: relative;
top: 1px;
left: 1px;
cursor: pointer;
box-shadow: none;
}

button#facebookShare {
	background-color: #3b5998;
}

.success button {
	width: 180px;
}

/** input **/

input, select.signit-field {
	width: 90%;
	font-size: 1em;
	height: 1.4em;
	padding: 4px;
	margin: 5px;
	font-weight: 200;
}

/** functionals **/

.small {
	font-size: .8em;
	margin-top:0em;
}

.red {
	color: #da4f49;
}

.bump-above {
	margin-top: 10px;
}

iframe.signon-widget, iframe {
border: 1px solid #efefef !important;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f3f3f3;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background: #296ecb;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: #296ecb;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
    background: #296ecb;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

iframe:not([seamless]) {
//border: none;
}

.signit-goals {
display: block;
margin: 0 auto;
width: 60%;
margin-top:1em;
margin-bottom: 0;
}

a.bottom-link {
display: block;
text-align: center;
}

.sig-text {
font-style: normal;
text-transform: uppercase;
color: #666;
}

/*Placeholder Text Styles*/
::-webkit-input-placeholder {
   color: #878787;
   font-weight: 200;
    font-size: 1em;
}

:-moz-placeholder { /* Firefox 18- */
   color: #878787;
    font-weight: 200;
      font-size: 1em;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #878787;
    font-weight: 200;
     font-size: 1em;
}

:-ms-input-placeholder {
     color: #878787;
    font-weight: 200;
    font-size: 1em;
}