
#ribbon
{
	display: none;
	position: fixed;
	z-index: 2147483647;
	bottom: 60px;
	left: 50px;
	right: 50px;
	padding: 50px;

	/* Background and border */
	border: 1px solid #c0c0c0;
	background-color: rgba(255, 255, 255, 1.0);
}

#ribbon-submit
{
	float: right;
	width: auto;
	padding: 0px 20px;
	margin: 0px;
	appearance: none;
	-moz-appearance: none;
	border: 0px;
	height: 44px;
	line-height: 44px;
	cursor: pointer;

	/* Font size */
	font-size: 18px;

	/* Color */
	background-color: rgba(202,8,0,.9);
	color: #fff;
}
#ribbon-submit:hover
{
	/* Color */
	background-color: #000;
	color: #fff;
}

#ribbon p
{
	float: left;
	width: 70%;
	max-width: 650px;
	margin: 0px;

	/* Color */
	color: #000;

	/* Font size */
	font-size: 18px;
}
#ribbon p a
{
	text-decoration: underline;

	/* Color */
	color: #000;
}

@media (max-width: 600px)
{
	#ribbon
	{
		text-align: center;
		padding: 30px;
	}
	#ribbon p
	{
		width: 100%;

		/* Font size */
		font-size: 14px;
	}
	#ribbon-submit
	{ 
		margin: 0 auto;
		align: center;
		float: none;
		margin-top: 30px;

		/* Font size */
		font-size: 14px;
	}
}

#hubspot-messages-iframe-container
{
	z-index: 2147483646!important;
}

