body {
	background: #f6f6f6;
}
.navbar-default {
	background: #fff;
}
.navbar-brand {
	margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #555;
	font-weight: bold;
	font-family: Oswald;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #222;
}
.center {
	text-align: center;
}
.benefits {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.benefits .head h4 {
	background-color: #3a5a97;
	color: #fff;
	padding: 15px;
	padding-left: 30px;
	font-weight: bold;
	font-family: Oswald;
	margin: 0;
}
.benefits .head span {
	color: #fff;
	float: right;
	font-size: 25px;
	margin-top: 10px;
	margin-right: 30px;
}
.benefits ul {
	background: #fff;
	color: #333;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	list-style: none;
	border-bottom: 4px solid #e6e6e6;
}
.benefits ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	width: 2em;
	margin-left: -2em;
	font-size: 10px;
	color: #c4c4c4;
}
.benefits ul li {
	border-bottom: 1px solid #c4c4c4;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	line-height: 1.3em;
}
.benefits ul li:last-child {
	border-bottom: none;
}
.sign-up > .col-left {
	border-right: 2px solid #dbdbdb;
	vertical-align: middle;
}
.sign-up > .col-right {
	border-left: 2px solid #dbdbdb;
	vertical-align: middle;
}
.signup-form {
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.signup-form p.small, p.hint {
	font-size: 12px;
	color: white;
}
form .btn-big {
	text-transform: none;
	margin-bottom: 10px;
}
.signup-form .have-account a,
.signup-form .have-account a:hover,
.signup-form .have-account a:active,
.signup-form .have-account a:focus {
	color: white;
	font-weight: bold;
}

.signup-form  .btn-big {
	font-size: 18px;
	text-transform: uppercase;
	min-width: 300px;
}

.signup-form  .btn-orange {
	color: #fff;
	background: #ec6901;
}

p.hint:before {
	content: '\2014 \00A0';
}
.or {
	text-align: center;
	font-family: Oswald;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #6c6c6c;
	position: relative;
}
.or:before {
	content: " ";
	height: 2px;
	background: white;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1px);
}
.or span {
	background: #257ea4 !important;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 26px;
}
#profile-picture-modal {
	text-align: center;
}
#profile-picture-modal .modal-dialog,
#profile-picture-modal .modal-content {
	display: inline-block;
}
img#profile-picture-preview {
	max-height: 480px;
	margin-left: auto;
	margin-right: auto;
}
.form-step-1 {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.form-step-1 .select-profile-picture {
	display: inline-block;
	border: 4px solid #ddd;
	background: #fff;
	border-radius: 50%;
	padding: 45px;
	color: #6f6f6f;
	width: 162px;
	height: 162px;
	overflow: hidden;
	position: relative;
}
.form-step-1 .select-profile-picture img {
	width: 162px;
	height: 162px;
	object-fit: cover;
	object-position: center;
}
.form-step-1 .select-profile-picture.preview-img {
	padding: 0;	
}
.form-step-1 .change-pp {
	margin-bottom: 25px;
}
.form-step-1 .plus-profile-picture {
	display: inline-block;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
	color: #6f6f6f;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 16px);
	line-height: normal;
}
.form-step-1 .plus-profile-picture i {
	width: 15px;
	height: 15px;
}
.success-message {
	background: #1fb935;
	color: #fff;
	font-family: Oswald;
	font-size: 18px;
	padding: 12px;
	margin-top: 30px;
}
.form-step-2 hr {
	border-color: #ddd;
	border-width: 2px;
	margin-bottom: 30px;
}
.form-step-2 .title {
	color: #666;
	font-family: Oswald;
}
.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0,0,0,0.2);
	width: 100%;
	font-size: 17px;
	padding: 7px;
	display: none !important;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
	color: #fff;
	background-color: #005983;
	border-color: rgba(0,0,0,0.2);
}
#add-more-cer {
	font-family: Oswald;
	cursor: pointer;
}
a.del-cer {
	color: #c22725;
	line-height: 32px;
	font-size: 20px;
}
.thnx-box {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.success-message h1 {
	font-size: 40px;
	margin: 0;
	margin-bottom: 10px;
}
.success-message p {
	font-size: 20px;
}
.skip-form button {
	padding: 10px 15px;
	background: transparent;
	border: 1px solid #333;
}
.g-recaptcha{
	text-align: center;
}
.g-recaptcha div:first-of-type{
	width: auto !important;
}