html, body
{
	height: 100%;
}

body
{
	font-family: 'Open Sans', sans-serif;
	color: #454545;
	background-color: #DDD;
	height: 100%;
}

body.no-scroll
{
	overflow: hidden !important;
}

body.blue
{
	background-image: none !important;
	background-color: #FFF;
}

.connect-button
{
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	border-radius: 5px;
	/*line-height: 48px;*/
	padding: 0 20px 0 20px;
	border: 1px solid #0088FF;
	color: #0088FF;
	line-height: 48px !important;
	height: 48px;
	font-size: 16px;
}

.connect-button:hover
{
	background: #0088FF;
	color: #FFFFFF;
}

.connect-button div
{
	float: left;
	line-height: 48px !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 48px;
}

.connect-button div i
{
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 30px;
	line-height: 48px !important;
	display: inline-block;
}

.signup-container
{
	background: #FFF;
	position: relative;

}

.featured-logos
{
	position: absolute;

	/*bottom: 80px;*/
	left: 0;
	right: 0;
	height: 50px;
	z-index: 20;

}

.featured-logo-group
{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.featured-logo
{
	display: inline-block;
	border: 0;
	margin: 0 25px 0 25px;
	padding: 0;
}

.lead-funnel
{
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.intro-content h1
{
	font-size: 30px !important;
	margin-bottom: 20px !important;
}

.intro-content h2
{
	font-size: 20px !important;
	margin-bottom: 60px !important;
}

@media (min-width: 768px)
{
	.intro-content h1
	{
		font-size: 50px !important;
		margin-bottom: 20px !important;
	}

	.intro-content h2
	{
		font-size: 30px !important;
		margin-bottom: 120px !important;
	}
}

/*added by matt trying to optimize mobile headers*/
@media (max-width: 767px)
{
	section.cover .row h1
	{
		font-size: 40px;
		line-height: 40px;
		padding-left: 20px;
	}

	section.cover .row h3
	{
		padding-left: 20px;
	}

	.cct-feature-container .boxed
	{
		margin-top: 40px;
	}
}

.intro
{
	position: relative;
	margin: 0 0 -80px 0;
	top: -80px;
	display: table;
	height: 100%;
	width: 100%;
	background-color: #0088FF;
	/*background-image: url('/wp-content/themes/crowdcontent/images/covers/homepage.jpg');*/
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.intro.no-bg
{
	background-image: none !important;
}

.navbar-toggle.hide
{
	display: none;
}

.lead-funnel
{
	overflow: auto;
}

#close-funnel
{
	color: #FFF;
	font-size: 48px;
}

#close-form
{
	color: #CCC;
	font-size: 48px;
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
}

#close-form:hover
{
	color: #808080;
}

.intro
{
	margin: 0 0 0 0;
	top: 0;
}

.intro-content
{
	padding: 20px;
}

.intro-content h1
{
	width: auto;
	font-size: 26px;
}

.featured-logos
{
	display: none;
}

#get-started-now
{
	display: block;
}

.intro:before
{
	content: "";
	position: absolute;
	background: #0088FF;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 1;
}

@media (min-width: 768px)
{
	.intro:before
	{
		opacity: 0.8;
	}
}

.intro-content
{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	z-index: 2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.intro-content h1
{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	float: none;
	margin: 0 auto 40px auto;
	font-size: 50px;
}

.intro-content h2
{
	font-size: 40px;
	margin: 0 auto 40px auto;
}

.intro-content a
{
	clear: both;
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 50px;
	font-size: 16px;
	color: #FFF;
	padding: 0 30px 0 30px;
	margin: 0;
	border-radius: 5px;
	transition: all 0.3s;
	font-weight: bold;
}

.intro-content a:hover
{
	color: #0088FF;
	background: #FFF;
}

.lead-funnel-table
{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.lead-funnel-cell
{
	display: table-cell;
	vertical-align: middle;
}

.lead-capture-circle
{
	display: none;
}

.lead-capture-option
{
	color: #FFF;
}

.lead-capture-label
{
	line-height: 50px;
	border: 1px solid #FFF;
	border-radius: 5px;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.lead-capture-label i
{
	margin-right: 10px;
}

a:hover .lead-capture-label
{
	color: #0088FF;
	background: #FFF;
}

.lead-capture-description
{
	display: none;
}

.lead-funnel-cell
{
	padding: 20px;
}

.lead-funnel-capture
{
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lead-funnel-form-content
{
	padding: 0 20px 20px 20px;
}

.complete-lead-capture-form-details
{
	margin: 40px 0 40px 0;
}

.alert
{
	display: none;
}

.alert.alert-danger
{
	cursor: pointer;
	display: none;
}

.signup-button
{
	display: block;
	background: #0088FF;
	line-height: 50px;
	color: #FFF;
	width: 100%;
	font-weight: bold;
	border: 1px solid #0088FF;
	border-radius: 5px;
	padding: 0 25px 0 25px;
	margin: 40px 0 0 0;
	transition: all 0.3s;
	outline: none;
}

.signup-button:hover
{
	background: #FFF;
	color: #0088FF;
}

.lead-funnel-features
{
	display: none;
}

.lead-form-submitting, .lead-form-complete
{
	position: absolute;
	display: none;
	font-size: 70px;
	color: #DDD;
	text-align: center;
	top: 100px;
	left: 0;
	right: 0;
}

.navbar.no-nav .navbar-nav, .navbar.no-nav .navbar-toggle
{
	display: none;
}

.navbar.no-nav #logo
{
	width: 224px;
}

.signup-testimonial
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	background: #FF0000;
}

.signup-testimonial-blurb
{
	position: absolute;
	background: rgba(34, 34, 34, 0.8);
	color: #FFF;
	width: 180px;
	right: 20px;
	bottom: 20px;
	margin: 0 0 50px 0;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
}

.signup-testimonial-blurb h3
{
	color: #FFF;
	font-size: 13px !important;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	line-height: 1.8em;
}

.signup-testimonial-blurb p
{
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}

.signup-testimonial-blurb p:first-child
{
	font-style: italic;
	font-size: 14px;
}

.signup-testimonial-blurb p:last-child
{
	padding: 20px 0 0 0;
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #FFF;
}

.signup-testimonial-satisfaction
{
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin: 0 0 0 -50px;
	width: 100px;
	height: 100px;
	/*background: url(../images/signup/satisfaction.png);*/
}

.cct-strapline a
{

}

#center-form
{
	/*padding: 0 20px 20px 20px;*/
	/*margin: -80px 0 0 0;*/
}

#center-form h1
{
	height: 40px;
	width: 100%;
	background: url('../images/logo.png') no-repeat center left;
	margin: 20px 0 20px 0;
	padding: 0;
	line-height: 40px;
	color: transparent;
	display: inline-block;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.center-form form
{
	/*text-align: left;
	margin: 40px 0 20px 0; */
}

.center-form input[type=submit], .center-form input[type=button], .center-form .styled-button, .button.center-form
{
	width: 100%;
	background: #A4D057;
	border: 1px solid #A4D057;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	padding: 0 20px 0 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
	outline: none;
	/*display: block;*/
}

.center-form input[type=submit]:hover, .center-form input[type=button]:hover, .center-form .styled-button:hover, .button.center-form:hover
{

	background: #FFF;
	border: 1px solid #A4D057;
	color: #A4D057;
}

/* DESKTOP BEYOND HERE */
@media (min-width: 768px)
{
	.signup-testimonial
	{
		display: block;
	}

	.lead-form-submitting, .lead-form-complete
	{
		top: 50%;
		left: 0;
		margin: -35px 0 0 -35px;
	}

	body.blue
	{
		background-image: none !important;
		background-color: #0088FF;
	}

	.intro
	{
		margin: 0 0 -80px 0;
		top: -80px;
		min-height: 700px;
	}

	.signup
	{
		margin: 0 auto 80px auto;
		width: 720px;
	}

	.signup-container
	{
		min-height: 800px;
		border-radius: 10px;
		display: inline-block;
		width: 100%;
	}

	.complete-lead-capture-form h2
	{
		display: none;
	}

	.lead-funnel-capture
	{
		top: 50px;
		width: 500px;
		left: 50%;
		right: auto;
		background: #FFF;
		margin: 0 0 0 -250px;
		padding: 60px 60px 60px 60px;
		border-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	#signup-content-now
	{
		width: 720px;
		margin: 0 0 0 -400px;
	}

	.lead-funnel-form
	{
		margin: 0 0 0 45%;
	}

	.lead-funnel-form-content
	{
		max-width: 300px;
		margin: 60px auto 0 auto;
	}

	.complete-lead-capture-form
	{
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	.lead-funnel-features
	{
		position: absolute;
		background: #B3DCFF;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		width: 45%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 40px 0 60px;
	}

	.lead-form-submitting, .lead-form-complete
	{
		width: 55%;
		right: 0;
		left: auto;
	}

	.lead-funnel-features h2
	{
		margin: 0 0 40px 0;
		font-size: 24px;
		font-weight: bold;
	}

	.lead-funnel-features ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.lead-funnel-features li
	{
		margin: 0;
		padding: 0;
		line-height: 32px;
	}

	.lead-funnel-features i
	{
		color: #0088FF;
		margin: 0 15px 0 0;
	}

	.intro-content
	{
		padding: 40px;
	}

	.intro-content h1
	{
		font-size: 34px;
	}

	.featured-logos
	{
		display: block;
	}

	.featured-logo
	{
		max-width: 10%;
	}

	#get-started-now
	{
		display: inline-block;
	}

	.lead-funnel
	{
		overflow: hidden;
	}

	#close-funnel
	{
		position: absolute;
		bottom: 83px;
		left: 50%;
		margin-left: -24px;
		color: #FFF;
		font-size: 48px;
		z-index: 1000;
		line-height: 60px;
	}

	#close-funnel:hover
	{
		left: 50%;
		margin-left: -30px;
		font-size: 60px;
		line-height: 60px;
	}

	.lead-capture-option
	{
		position: relative;
		display: inline-block;
		text-align: center;
		width: 160px;
		height: 280px;
		color: #FFF !important;
		margin: 0 20px 0 20px;
		-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
		transition: width 1s, height 1s, background-color 1s, transform 1s;
	}

	.lead-capture-circle
	{
		-webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, -webkit-transform 0.3s;
		transition: width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s;
		display: inline-block;
		border-radius: 80px;
		padding: 0;
		margin: 0;
		width: 160px;
		height: 160px;
		border: 5px solid #FFF;
		line-height: 140px;
		text-align: center;
		color: #FFF;
		font-size: 80px;
	}

	#option-request-a-demo .lead-capture-circle
	{
		line-height: 150px;
	}

	.lead-capture-label
	{
		display: inline-block;
		line-height: 40px;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 150px 0;
		border: 0;
		border-radius: 0;
	}

	.lead-capture-label i
	{
		display: none;
	}

	.lead-capture-description
	{
		display: none;
		position: absolute;
		top: 200px;
		padding: 20px 0 0 0;
		width: 300px;
		height: 120px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
	}

	.lead-capture-option:hover .lead-capture-circle
	{
		background: #FFF;
		color: #0088FF;
	}

	.lead-capture-option:hover .lead-capture-label
	{
		border-bottom: 2px solid #FFF;
		color: #FFF;
		background: none;
	}

	.lead-capture-option:hover .lead-capture-description
	{
		display: block;
		font-size: 14px;
	}

	.featured-logos.hide
	{
		display: none;
	}

	.lead-funnel-table
	{
		min-height: 400px;
	}

}

/* DESKTOP VERSION */
@media (min-width: 992px)
{
	.signup-testimonial
	{
		width: 40%;
	}

	.lead-capture-option
	{
		width: 200px;
		margin: 0 50px 0 50px;
		height: 380px;
	}

	.lead-capture-circle
	{
		display: inline-block;
		border-radius: 100px;
		width: 200px;
		height: 200px;
		line-height: 180px;
		font-size: 120px;
	}

	#option-request-a-demo .lead-capture-circle
	{
		line-height: 195px;
	}

	.lead-capture-label
	{
		display: inline-block;
		line-height: 60px;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 150px 0;
	}

	.lead-capture-description
	{
		display: none;
		position: absolute;
		top: 260px;
		padding: 20px 0 0 0;
		width: 300px;
		height: 120px;
		font-size: 18px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
	}

	.lead-capture-option:hover .lead-capture-label
	{
		border-bottom: 2px solid #FFF;
		color: #FFF;
		background: none;
	}

	.navbar.resize .container
	{
		width: 970px;
	}

	.lead-funnel-features
	{
		width: 40%;
	}

	.lead-form-submitting
	{
		width: 60%;
		right: 0;
		left: auto;
	}

	.lead-funnel-form
	{
		margin: 0 0 0 40%;
	}

	.lead-funnel-form-content
	{
		max-width: 400px;
		margin: 60px auto 0 auto;
	}

	.signup
	{
		width: 940px;
	}

	.intro-content
	{
		padding: 80px;
	}

	.intro-content h1
	{

		width: 800px;
		font-size: 40px;
	}

	.intro-content h2
	{
		width: 600px;
	}

	.featured-logos
	{
		display: block;
	}

	#get-started-now
	{
		display: inline-block;
	}

	.lead-funnel
	{
		overflow: hidden;
	}

	#close-funnel
	{
		display: block;
	}

	.featured-logo
	{
		max-width: 12%;
	}
}

@media (min-width: 1200px)
{
	.featured-logo
	{
		max-width: 100%;
	}
}

.signup-container.with-no-benefits .lead-funnel-form
{
	margin-left: auto;
}

.signup-container.with-no-benefits .lead-funnel-features
{
	display: none;
}

.lead-funnel-form-content
{
	position: relative;
}

p, ul, ol
{
	font-size: 17px;
	line-height: 1.8em;
}

a
{
	color: #0088FF;
}

a:hover
{
	text-decoration: none;
	color: #1375E8;
}

h1
{
	color: #0088FF;
	font-weight: 300;
	font-size: 40px;
	margin: 0 0 20px 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15
{
	width: 20%;
	float: left;
}

@media (min-width: 768px)
{
	.col-sm-15
	{
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px)
{
	.col-md-15
	{
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px)
{
	.col-lg-15
	{
		width: 20%;
		float: left;
	}
}

/* ERROR TEMPLATE */

.simple
{
	margin: -80px 20px 0 20px;
}

.simple-content
{
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #FFF !important;
	margin: 0 20px;
}

.simple-content .simple-content-column
{
	width: 80%;
}

.simple-content p
{
	color: #333;
}

.simple-content h1, .simple-content h2
{
	margin: 20px 0 20px 0;
	color: #333;
}

.simple-content h1, .simple-content a
{
	color: #0088FF;
}

.simple-content a:hover
{
	text-decoration: underline;
}

.simple-content #logo
{
	display: inline-block;
	height: 40px;
	width: 224px;
	background: url('../images/logo.png') no-repeat;
	margin: 20px 0;
	border: 0;
}

#simple-content-back
{
	color: #333;
	font-size: 36px;
}

@media (min-width: 768px)
{
	.simple
	{
		margin: 0;
	}

	.simple-content #logo
	{
		background: url('../images/logo-w.png') no-repeat;
	}

	.simple-content
	{
		margin: 0;
	}

	.simple-content p
	{
		color: #DDD;
	}

	.simple-content h1, .simple-content h2
	{
		margin: 20px 0 20px 0;
		color: #FFF;
	}

	.simple-content h1, .simple-content a
	{
		color: #FFF;
	}

	#simple-content-back
	{
		color: #FFF;
	}
}

@media (min-width: 1200px)
{
	section.simple
	{
		display: table;
		width: 940px;
		height: 100%;
		margin: 0 auto 0 auto;
	}
}

/* center forms*/

/*#center-form
{
	padding: 0 20px 0 20px;

}

#center-form h1
{
	height: 40px;
	width: 100%;
	background: url('../images/logo-w.png') no-repeat center center;
	margin: 20px 0 20px 0;
	padding: 0;
	line-height: 40px;
	color: transparent;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#center-form h2
{
	margin: 20px 0 20px 0;
}

.center-form
{
	background: #FFF;
	border-radius: 5px;
	margin: 80px 0 0 0;
}

@media (min-width: 768px)
{
	.center-logo .navbar-header
	{
		float: none !important;
		text-align: center;
	}

	.center-logo #logo
	{
		margin: 20px auto !important;
	}

	#center-form
	{
		text-align: center;
		padding: 0;
		width: 400px;
		margin: 0 auto 0 auto;
	}

	.center-form
	{
		padding: 20px;
		margin: 0;
	}
}

@media (min-width: 992px)
{
	#center-form
	{
		padding: 0;
	}
}*/

.boxed-inner .feature-header
{
	margin-bottom: 0;
	background-position: center center;
}

.boxed-inner .feature-header.with-an-image
{
	height: 300px !important;
}

@media (min-width: 992px)
{
	.boxed-inner .feature-header
	{
		margin-left: -175px;
		margin-right: -175px;

	}
}

@media (min-width: 1200px)
{
	.boxed-inner .feature-header
	{
		margin-left: -275px;
		margin-right: -275px;
	}
}

.boxed-inner .cct-strapline
{
	padding-top: 80px !important;
	margin-bottom: 80px;
}

.boxed-inner .cct-strapline h2
{
	font-size: 54px !important;
	line-height: 60px !important;
}

.cc-icon
{
	background: #FF0000;
}

.cc-icon.cc-icon-large
{
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.cc-icon.cc-icon-large.cc-blog
{
	/*background: url('../images/solutions/blog-icon.png') no-repeat center center;*/
}

.cc-icon.cc-icon-small.cc-blog
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	/*background: url('../images/solutions/blog-icon-sm.png') no-repeat center center;*/
}

.cct-service-nav-item .fa.fa-wordpress
{
	color: transparent !important;
	/*background: url('../images/solutions/blog-icon-sm-b.png') no-repeat top center;*/
	transition: background 0.175s ease !important;
}

.cct-service-nav-item:hover .fa.fa-wordpress
{
	color: transparent !important;
	transition: background 0.175s ease;
	/*background: url('../images/solutions/blog-icon-sm-b-hover.png') no-repeat top center;*/
}

.missed-me
{
	border-color: #A94442 !important;
}

.signup-thanks
{
	margin: 0 20px 0 20px;
}

@media (min-width: 768px)
{
	.signup-thanks
	{
		margin: 80px auto 80px auto;
		width: 70%;
	}
}

.go-forward
{
	color: #CCC;
	font-size: 48px;
	text-align: center;
	margin: 40px auto 0 auto;
	display: block;
}

.go-forward:hover
{
	color: #808080;
}

.no-min-height
{
	height: auto !important;
	min-height: 0 !important;
}

.sign-in-form-submitting
{
	display: none;
	min-height: 400px;
	font-size: 70px;
	color: #DDD;
	text-align: center;
	line-height: 400px;
}

.sign-in-form #sign-in, #forgot-password-form #request-password
{
	margin: 10px 0 10px 0 !important;
}

.fixed-telephone-number
{
	position: fixed;
	bottom: 0;
	display: none;
	right: 200px;
	color: #FFF;
	line-height: 26px;
	background: #1375E8;
	border-top: 2px solid #005BB6;
	border-right: 2px solid #005BB6;
	border-left: 2px solid #005BB6;
	height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 15px 0 15px;
	z-index: 100;
}

@media (min-width: 375px)
{
	.fixed-telephone-number
	{
		display: block;
	}
}

.fixed-telephone-number a
{
	color: #FFF !important;
	margin-left: 5px;
}

@media (min-height: 799px)
{
	.featured-logo
	{
		max-height: 10%;
	}
}



.valigned-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;  
	height:100%;
  }
  .valigned-elem {
	flex-grow:1;
	height: 100%;
  }

  /* center forms*/ 
  /*#center-form, */.my-form {
	padding: 0 15px 0 15px;
}  

#center-form h2 {
	/*margin: 20px 0 20px 0;*/
	margin: 0 0 20px;
	line-height: 1.4;
}  
.center-form {
	background: #fff;
	border-radius:3px;
	margin: 80px 0 0 0;
	padding:60px 15px 15px 15px;
}

@media (min-width: 768px) {  
	.center-logo .navbar-header {
		float: none !important;
		text-align: center;
	}
	.center-logo #logo {
		margin: 20px auto !important;
	}  
	#center-form, .my-form {
		text-align: center;
		padding: 0;
		width: 400px;
		margin: 0 auto 0 auto;
	}  
	.center-form {
		margin: 0;
	}
}

@media (min-width: 992px) {
	#center-form, .my-form {
		padding: 0;
	} 
}



 /* to match the wordpress admin bar */
 @media screen and (max-width: 600px) {  
    .navbar { position: absolute; }  
  }  
  /*
   Mobile (tablet and phone)
   */
  @media screen and (max-width: 767px) {  
    body {
      padding-top: 80px;
    }  

    .navbar-header {
      background-color: white;
    }  
    .subnav {
      display: none;
    }  
  }  
  

@media (min-width: 768px) { 
	.navbar { position:absolute; }  
    .navbar #logo {
      display: block;
      height: 40px;
      width: 190px;
      /*background: url('./images/logo-w.svg') no-repeat;  */
      margin: 17px 0 23px 0;
    }  
}
@media (max-width: 767px) { 
	.navbar #logo {
	  display: block;
	  height: 40px;
	  width: 224px;
	  background: url('../images/logo.svg') no-repeat;
	  background-size: 191px 40px;
	  margin: 20px 0 20px 20px;
	}  
  }

.jumb {
	padding-top: 70px;
	padding-bottom: 120px;
}
@media (max-width: 767px) {
  .jumb, .jumb.reduce-bottom {
	  padding-bottom: 60px;
	  padding-top: 140px;
  }
}
@media (max-width: 990px) {
  .jumb, .jumb.reduce-bottom {
	  padding-bottom: 90px;
  }  
} 


.cover-image:before {
	content: "";
	position: absolute;
	background: #0088FF;
	height: 980px;
	top: -80px;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all 0.3s;
}
.zero-opacity.cover-image:before {
  background: url(../images/jumb-left.svg) top left no-repeat,linear-gradient(290deg,rgba(0,68,127,0.3),rgba(0,102,191,0.3) 50%,rgba(76,172,255,0.3)), #08f;
  background-size: cover;
  background-blend-mode: soft-light, normal;
}
.sect-new .cover-image.cover-form:before {
    height: calc(100vh + 80px);
}

.cover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 900px;
    background-color: #08f;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
@media (min-width: 768px) {	
  .cover-image {    
    padding-top: 80px;
  }
  .cover-image:before {
	opacity: 0.8;
	}
	.zero-opacity.cover-image:before {
		opacity: 1;
  }
}

.form-control {
    height: 48px;
}

.center-form form {
    text-align: left;
    margin: 30px 0;
}

.d-block {display:block;}

.signInSpinner {
	left: 50%;
	top: 50%;
	margin-top: 75px;
	height: 30px;
	width: 30px;
	margin: 0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid rgb(225, 229, 231);
	border-right: 6px solid rgb(225, 229, 231);
	border-bottom: 6px solid rgb(225, 229, 231);
	border-top: 6px solid rgb(0 98 213);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}