@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  src: local("Open Sans Regular"),
       local("OpenSans-Regular"),
       url(fonts/OpenSans-Regular.ttf);
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Open Sans;
	color: #808080;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #252b31;
	background-color: #f1f3f3;
}

header {
  padding: 30px; }

.outer-header-bar {
	height: 56px;
	width: 100%;
	position: relative;
	background-color: #2574db;
}
.outer-header-bar .main-bg {
	height: 44px;
}

.ra_upland_logo_ss {
	width: 210px;
	height: 43px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline;
	background: url("../images/rightanswers-ss-header-logo.png") 0 0 no-repeat;
}

.ra_upland_logo_community {
	height: 43px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline;
	color: #FFFFFF;
	font-size: 20px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
  width: 100%; }

section {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  box-shadow: -1px 1px 2px 0 rgba(211, 211, 211, 0.5);
}
  section h2 {
    margin: 0 0 25px; }
  section .action-buttons {
    text-align: right;
    margin-top: 20px; }

@media (min-width: 600px) {
  main {
    width: auto; }
  section {
    width: 500px; } }

#footer {
  background-color: #e2e2e2;
  height: 60px;
  width: 100%;
  border-top: 1px solid #D4D4D4; }
  #footer .wrap {
    color: #777777;
    line-height: normal;
    padding-top: 7px;
    font-size: 12px;
    text-align: center; }

a, a:active {
  color: #2574db;
}
  a:hover, a:focus, a:active:hover, a:active:focus {
    color: #0c5cc5; }

.icon-link:hover, .icon-link:active, .icon-link:focus {
  text-decoration: none; }
  .icon-link:hover .icon-link__text, .icon-link:active .icon-link__text, .icon-link:focus .icon-link__text {
    text-decoration: underline; }

h1, h2, h3 {
  font-family: Open Sans;
  font-weight: normal;
  text-align: center; }

.signup_title {
	margin-bottom: 20px;
}

.avatar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
  .avatar-row .inputs-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
  .avatar-row .avatar-item {
    padding-left: 30px;
    text-align: center; }

.captch-group {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #838fa0;
  border-radius: 4px; }
  .captch-group figcaption {
    padding: 5px 0;
	margin-bottom: 15px;
  }

#userAvatar {
  border-radius: 25%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.jcrop-active {
  margin: 20px auto 0; }

.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #838fa0;
}

.form-control:focus {
	border: solid 2px #0c5cc5;
}

.form-control[readonly] {
	background-color: transparent;
}

.form-control[readonly]:hover {
	cursor: not-allowed;
}

.btn {
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 1.25px;
}

.btn-primary,
.open > .btn-primary.dropdown-toggle {
	background-color: #2574db;
	border-color: transparent;
}

.btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:active,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
	background-color: #9fa9b7;
	border-color: #9fa9b7;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color: #0c5cc5;
	border-color: transparent;
}

.btn-default {
    background-color: #fff;
    border: solid 1px #6b7786;
    color: #6b7786;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
    border: solid 1px #525c69;
	color: #525c69;
}

.btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:active:focus {
    background-color: #fff;
    border: solid 1px #6b7786;
}

.alert-info {
	color: #2574db;
}

.alert-success {
	color: #599900;
}

.alert-warning {
	color: #e39b00;
}

.alert-danger, .alert-danger .alert-link {
	color: #e60c51;
}