@charset "UTF-8";

/*** global ****/

body {
	background-color:#1A1919;
	color:#ffffff;
	text-align:center;
	margin:0;
	font-family: 'Roboto', sans-serif;
}

* {
	box-sizing:border-box;
}

#heroup .container {
	padding: 2rem 0 3rem 0;
	width:1000px;
	max-width:100%;
	margin:auto;
	box-sizing: border-box;
	position:relative;
}

#heroup section {
	padding-right:2.5rem;
	padding-left:2.5rem;
}

#heroup .button {
	background-color: #5DCAE2;
	padding: 15px 25px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.5px;
}

#heroup .button.marginwide {
	margin: 2rem auto;
}

#heroup .button.marginnarrow {
	margin: 1rem auto;
}

#heroup .button.fullwidth  {
	width:100%;
	box-sizing:border-box;
}

#heroup img {
	max-width:100%;
}

/*** Fonts ****/

h1, h2, h3:not(.faqtitle) {
	font-family: 'Poppins', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.5px;
}

h4, h5, h6, li, p, a {
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.8rem;
}

ol.steps-list {
	text-align:left;
	counter-reset: item;
	list-style-type: none;
}

ol.steps-list li {
	font-size:3rem;
	font-weight:800;
	font-family: 'Poppins', sans-serif;
	margin-bottom:10px;
}

ol.steps-list li:before {
	content: counter(item) "";
	counter-increment: item;
	position: absolute;
}

ol.steps-list li span {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-weight: normal;
	font-size: 1rem;
	margin-left: 2rem;
	line-height: 1.8rem;
	padding-left: 10px;
	vertical-align: middle;
}

h3 {
	margin: 0 0 1rem 0;
}



/*** Header ****/

header {
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 300;
	box-shadow: 1px 1px 30px rgba(0,0,0,.7);
}

header .container {
	padding: 0px !important;
}



#heroup header a.button  {
	background-color: #E90041;
}

#heroup header a.logo  {
	width:35%;
	float:left;
	display:block;
	box-shadow:0px 2px 5px rgba(0,0,0,.1);
	padding:2rem 1.5rem;
	box-sizing:border-box;
	margin-left:1rem;
	background-color:white;
	z-index:60;
	margin-bottom:-4rem;
	margin-top:2rem
}

#heroup header a.signup.button {
	position: relative;
	float: right;
	padding: 2.5rem 2rem;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin:2rem 1rem -4rem 0;
	font-family: 'poppins', sans-serif;
}


#heroup .pixels-bg {
	background-repeat: no-repeat;
	padding: 200px 0 0rem 0;
	background-size: 100% auto;
	background-position: top 130px center;
}

#heroup .pixels-float-lr {
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	/* padding: 3rem 0; */
	background-size: 45% auto, 35% auto;
}

#heroup .pixels-bg-bottom {
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/** Hamburger menu **/

@media only screen and (max-width:810px) {
	.topnav.responsive .dropdown {
		position: absolute;
		background-color: white;
		top: 90px;
		width: 100%;
		padding: 1.5rem;
		padding-top: 70px;
		z-index: 20;
		text-align: right;
		float: right;
	}

	.topnav.responsive .dropdown a {
		text-decoration: none;
		padding: 1rem 1.5rem;
		color: white;
		width: 45%;
		margin: 5px;
		float: right;
		text-align: center;
		background-color: #5DCAE2;
	}

	.topnav.responsive .dropdown a:nth-of-type(2) {
		background-color: #E90041;
	}

	.topnav.responsive .dropdown a:nth-of-type(3) {
		background-color: #202C54;
	}

	.topnav.responsive a {
		display: block;
	}

}

@media only screen and (max-width:599px) {
	.topnav.responsive .dropdown {
		padding-top: 70px;
	}
}

.button.signup {
	position:relative;
	z-index:80;
}

.topnav a {
	display: none;
}


.topnav a.icon {
	float: right;
	display: block;
	margin: 2rem 2rem 2rem 0;
	position:relative;
	z-index:60;
}


/*** Styling for sections ****/

#heroup .color {
	/* margin:4rem 0;
	padding-top:2rem;
	padding-bottom:2rem; */
}

#heroup .color.margin-bottom-0 {
	margin-bottom:0;
}

#heroup .blue {
	background-color: #5DCAE2;
}

#heroup .red {
	background-color: #E90041;
}

#heroup img.herouplogo {
	width:60%;
}


/*** FAQ ****/

#heroup #toolsresources {
	padding-bottom: 0;
}

#heroup #toolsresources .expandbox {
	background-color:#ffffff;
}

#heroup #toolsresources .expandbox {
	text-align:left;
}

.expandbox h3.faqtitle::before {
	content:'';
	background-image: url(http://heroup.digitalgluedev.eu/images/plus-icon.png);
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	background-size: 20px 20px;
}

.expandbox.active h3.faqtitle::before {
	background-image: url(http://heroup.digitalgluedev.eu/images/minus-icon.png);
}

#heroup #toolsresources .expandbox p {
	margin:0;
	color:#000000;
	padding: 1.5rem 1.5rem 2rem 1.5rem;
	font-size:16px;
}

#heroup #toolsresources .expandbox .faqtitle {
	background-color:#202C54;
	margin:0;
	padding:1.4rem;
	font-weight:400;
	font-size:16px;
}

#heroup #toolsresources .expandbox .faqtitle.title-red {
	background-color:#E90041;
}

#heroup #toolsresources .expandbox .faqtitle.title-blue {
	background-color:#5DCAE2;
}

/*** Forms****/

#heroup fieldset {
	border:none;
	margin:1rem 0;
	padding:0;
	width:100%;
}

#heroup fieldset.marketing-preferences {
	text-align:left;
}

#heroup input, #heroup label, #heroup select {
	display:block;
	width:100%;
	text-align:left;
}

#heroup select {
    padding: 1.5rem;
    margin: .5rem 0 1rem 0;
    height: 3rem;
    font-size: 1rem;
		padding: 2rem;
		border-radius: 0 !important;
}

/* #heroup select option{
    font-size: 18px !important;
} */

#heroup input {
	padding:1.5rem;
	margin:.5rem 0 1rem 0;
	font-size:18px;
}

#heroup input.radio {
	text-align: left;
	float: left;
	width: auto;
	margin-right: 20px;
}

#heroup label.radio-row {
	margin:1rem 0;
	clear:both;
}

#heroup label a {
	color:#ffffff;
}

#heroup label.error {
	display:none;
}

#heroup .stepwizard-step a.stepsnav {
	color:#ffffff;
	text-decoration:none;
	margin-bottom:3.5rem;
	padding-bottom:2px;
	float:left;
	width:33%;
}

#heroup .stepwizard-step a.stepsnav.disabled {
	color:#ED93A8;
	cursor:text;
}

#heroup .stepwizard-step a.stepsnav.active {
	margin-bottom:2.5rem;
	padding-bottom:1rem;
	border-bottom:2px solid #ffffff;
}

#heroup .color.panel-multistep {
	padding-bottom: 5rem;
}

/*** Footer *****/

footer {
	background-color:#EFEFEF;
	padding:0 0 1.5rem 0;
}

footer .h4h-navigation {
	background: #202c54;
	padding-top:3rem;
	padding-bottom:3rem;
	text-align:left;
}

footer .h4h-navigation li, footer .h4h-navigation li a,
footer .h4h-navigation p, footer .h4h-navigation h3 {
	color: #ffffff;
	text-align:left;
}

footer .h4h-navigation p {
	padding:0;
}

footer .h4h-navigation .row {
	width:100%;
}

footer .h4h-navigation .row::after {
	display:block;
	width:100%;
	content:'';
	overflow:auto;
}

footer .h4h-navigation ul {
	list-style:none;
	list-style-position:outside;
	padding:0;
	width:48%;
	margin-right:2%;
	float:left;
}

footer .h4h-navigation li {
	padding:10px 0;
}

footer .h4h-navigation li a {
	text-decoration:none;
}

footer .h4h-navigation  a.logo {
	display: block;
	background-color: white;
	padding: 2rem;
	position:relative;
	top:2rem;
	margin-bottom: 2rem;
	max-width:60%;
}

footer img.poweredby {
	width:140px;
}

footer .site-footer__registered-info p {
	color: #333333;
	text-align:left;
}

footer .site-footer__registered-info {
	margin-bottom: 1rem;
	padding-top:1.5rem;
}

footer .site-footer__registered-info .image-wrap img {
	padding:5px;
}

/**** Iphone 5s only ****/

@media only screen and (max-width:355px) {

	#heroup .button {
		padding: 12px 20px;
		font-size: 17px;
	}

	.topnav a.icon {
		margin: 2rem 1rem 2rem 0;
	}

	.topnav.responsive .dropdown {
		padding: 4rem 1rem 1rem 1rem;
	}

	#heroup header a.logo {
		padding: 2rem 1.2rem;
	}

	.topnav.responsive .dropdown a {
		padding: 1rem;
	}

	#heroup section {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

}
