@charset "UTF-8";
/* CSS Document */

@font-face {
   font-family: PL;
   src: url(/fonts/ProzaLibre-LightItalic.ttf);
}

@font-face {
   font-family: Nunito Sans Light;
   src: url(/fonts/NunitoSans-Light.ttf);
}

@font-face {
   font-family: Nunito Sans Reg;
   src: url(/fonts/NunitoSans-Regular.ttf);
}

/*Mobile View*/
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Nunito Sans Light', sans-serif;
}

header {
	background-color: #FFFFFF;
	overflow: hidden;
  	position: fixed;
  	top: 0;
 	width: 100%;
	/*border-bottom: 1px solid #CCCCCC;*/
}

header2 {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
  	top: 0;
 	width: 100%;
}

.header-row {
	margin-bottom: 1px;
	padding: 1px 7px 0px;
	}
	
.hero-row {
	margin-bottom: 40px;
	padding: 20px 7px 10px;
	}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	}

body {
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #CCCCCC 20%);
}

.hero {
	background-image: url(/i/hero.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 80px 30px 50px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero_2 {
	background-image: url(/i/contact.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 80px 30px 50px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero-interview {
	background-image: url(/i/interviews.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 50px 30px 10px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero_terms {
	background-image: url(/i/terms.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 80px 30px 50px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero_aff {
	background-image: url(/i/puzzle.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 80px 30px 50px 30px;
	color: #1E1E1E;
	text-align: center;
}

.hero_sol {
	background-image: url(/i/solutions.jpg);
	background-size: cover;
	margin-top: 100px;
	padding: 80px 30px 50px 30px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 60px;
	font-family: 'PL', serif;
}

h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 23px;
}

h3 {
	font-size: 30px;
	font-weight: 300;
	padding: 0px 0px 26px 60px;
}

h4 {
	font-size: 20px;
	font-weight: 200;
	font-family: 'Nunito Sans Reg', sans-serif;
	text-align: center;
}

h5 {
	font-size: 30px;
	font-weight: 300;
	padding: 0px 0px 26px 0px;
	text-align: center;
}

h6 {
	font-size: 16px;
	font-weight: 200;
	font-family: 'Nunito Sans Reg', sans-serif;
}

h7 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'PL';
}

p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	line-height: 26px;
}

.bg {
	background: #FFFFFF;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookiealert {
    position: fixed;
	padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 0.8);
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
	color:#0099FF;
    text-decoration: none;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
	
.button {
	border: 2px #D76828 solid;
	padding: 8px 30px;
	border-radius: 10px;
	color: #D76828;
	text-decoration: none;
	-webkit-appearance: none;
}

.button_info {
	padding: 6px 24px;
	background-color:#D76828;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}

.button_more {
	padding: 6px 20px;
	background-color:#D76828;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.button_cookie {
	border: 2px #D76828 solid;
	background-color:#D76828;
	padding: 8px 30px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.button_bubble {
	padding: 6px 20px;
	background-color: #333333;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.circle {
	margin: -25px auto;
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
	border: 3px solid #D76828;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 10px 30px 2px rgb(49 52 57 / 30%);
    margin-bottom: 6px;
	color: #D76828;
}

.circle2 {
    width: 80px;
    height: 80px;
    background-color: #D76828;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	color: #E4D0B6;
}

.circle-host {
    width: 140px;
    height: 140px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.quotes {
	padding: 2px 20px 2px 20px;
	color: #333333;
	background-color: #ededed;
}

.news-img {
    width: 240px;
    height: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	margin-top: -14px;
	margin-left: -14px;
	float: left;
}
	
.sol-img {
	margin: -40px auto;
    width: 90%;
	margin-bottom: 2px;
    height: auto;
}

.sol-img-bg {
	background-image: url(/i/s1.jpg);
	width: 100%;
	min-height: 460px;
	background-size: cover;
	padding: 80px 30px 50px 30px;
	text-align: center;
}

.sol-img-bg2 {
	background-image: url(/i/s3.jpg);
	width: 100%;
	min-height: 460px;
	background-size: cover;
	padding: 80px 30px 50px 30px;
	text-align: center;
}

.aff-img-bg {
	background-image: url(/i/bp.jpg);
	width: 100%;
	min-height: 236px;
	background-size: cover;
}

.aff-img-bg2 {
	background-image: url(/i/ps.jpg);
	width: 100%;
	min-height: 236px;
	background-size: cover;
}

.aff-box {
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px 40px 40px 40px;
	min-height: 236px;
	text-align: left;
}

.info-box {
	background-color: #CCCCCC;
	color: #000000;
	padding: 30px 60px 60px 60px;
	text-align: left;
}

.intv-box {
	background-color: #FFFFFF;
	color: #000000;
	padding: 8px 4px 4px 10px;
	text-align: left;
}

.info-box-gen {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 40px 0px 40px;
	text-align: left;
}

.icons {
	text-align: center;
	font-size: 34px;
	}
	
.line {
	border-left: 1px solid #CCCCCC;
	height: 10px;
	vertical-align: middle;
}

.top-line {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 0px 0px;
	vertical-align: middle;
}

.bot-line {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	width: 70%;
	vertical-align: middle;
}

.date {
	font-size: 13px;
	padding: 1px 0px 4px 0px;
}

.bubble-box{
  width: 90%;
  padding: 10px;
  position: relative;
  float: right;
  border-bottom: 1px solid #CCCCCC;
}

.news-bubble-box{
  width: 96%;
  padding: 10px;
  position: relative;
  float: right;
  border-bottom: 1px solid #CCCCCC;
}

.bubble{
  width: 90%;
  background-color: #D76828;
  color: #fff;
  padding: 10px;
  position: relative;
  float: right;
}

.subscribe{
  width: 90%;
  background-color: #333333;
  color: #fff;
  padding: 10px;
  position: relative;
  float: right;
}

.news-bubble{
  width: 98%;
  background-color: #D76828;
  color: #fff;
  padding: 10px;
  position: relative;
  float: right;
}

.news-bubble.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #D76828;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.bubble.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #D76828;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.title {
	color: #BD5B1A;
}

.companylogo {
	width: 260px;
	height: auto;
}

.back{
  width: 200px;
  background-color: #D76828;
  margin-left: 10px;
  color: #fff;
  padding: 10px;
  position: relative;
  float: left;
  text-decoration: none;
}

.back.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 1px;
  border-top: 20px solid transparent;
  border-right: 15px solid #D76828;
  border-left: none;
  border-bottom: 20px solid transparent;
}

.box {
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	text-align: center;
	}

.info-box-quad {
	background-color: #FFFFFF;
	color: #999999;
	text-align: center;
	width: 100%;
}

.front-box {
	background-color: #FFFFFF;
	color: #000000;
	padding: 16px;
	height: 220px;
}

.sol-box {
	background-color: #FFFFFF;
	color: #000000;
	padding: 60px;
	min-height: 460px;
}

.sol-box-c1 {
	background-color: #E4D0B6;
	color: #000000;
	padding: 60px;
	min-height: 460px;
}


.page {
	background-color: #ffffff;
	color: #000000;
	padding: 20px 20px;
	text-align: left;
}

footer {
	background-color: #333333;
	padding: 20px;
}

.social {
	padding: 10px;
	color: white;
	font-size: 20px;
}

.footer-row {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-align: left;
	margin-bottom: 120px;
	padding: 0px 7px 14px;
	text-decoration: none;
}

.terms {
	text-decoration: none;
	font-size:14px;
	color: #999999;
	text-align: left;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

input[type=email], select {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text], select {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 120px;
  background-color: #CCCCCC;
  color: #333333;
  padding: 6px 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=email2], select {
  width: 80%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
}

input[type=text2], select {
  width: 80%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
}

.button-follow {
  width: 120px;
  background-color: #CCCCCC;
  color: #333333;
  padding: 6px 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
 
}

.chart {
	display: none;
}

.chart-mobile {
	display: block;
	text-align: center;
}

/*Tablet View*/

@media (min-width: 768px){

	.chart {
		display: block;
		text-align: center;
	}
	
	.chart-mobile {
		display: none;
	}
	
	main {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.header-row {
		max-width: 778px;
		margin-bottom: 40px;
		padding: 20px 7px 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-row {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-interview {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero_2 {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero_sol {
		padding-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
	}

	.hero_terms {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero_aff{
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.aff-img-bg {
		min-height: 340px;
	}

	.aff-img-bg2 {
		min-height: 340px;
	}
	
	.aff-box {
		min-height: 340px;
	}
	
	.box {
		text-align: center;
	}
	
	.or_box {
		background-color: #FFFFFF;
		}
	
	.footer-row {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.style-logo {
		float: left;
	}
	
	.sol-img {
		margin: -40px auto;
		width: 70%;
		margin-bottom: 2px;
	}
	
	.sol-box {
		min-height: 600px;
	}

	.sol-box-c1 {
		min-height: 600px;
	}
	
	.sol-img-bg {
		min-height: 600px;
	}

	.sol-img-bg2 {
		min-height: 600px;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
	}
}

/*Desktop View*/

@media (min-width: 1200px){
	
	main {
		max-width: 1200px;
	}
	
	.header-row {
		max-width: 1200px;
	}
	
	.hero-row {
		max-width: 1200px;
	}

	.footer-row {
		max-width: 1200px;
	}
	
	.hero {
		max-width: 1200px;
	}
	
	.hero-interview {
		max-width: 1200px;
	}
	
	.hero_2 {
		max-width: 1200px;
	}
	
	.hero_terms {
		max-width: 1200px;
	}
	
	.hero_aff {
		max-width: 1200px;
	}
	
	.box {
		background-image: url(/i/card.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		text-align: left;
		padding-left: 24px;
		height: 500px;
	}
	
	.style-logo {
		float: left;
	}
	
	.sol-img {
		margin: -40px auto;
		width: 60%;
	}
	
	.sol-box {
		min-height: 460px;
	}

	.sol-box-c1 {
		min-height: 460px;
	}
	
	.sol-img-bg {
		min-height: 460px;
	}

	.sol-img-bg2 {
		min-height: 460px;
	}

	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-intv-one-half {
		width: 50%;
	}
	
	.col-md-three-q {
		width: 75%;
	}
	
	.col-md-quarter {
		width: 25%;
	}
	
	.col {
		padding: 0px 0px 14px 0px;
	}
}
