@font-face {
    font-family: 'Roboto';
    src: url('../ttf/robotoslab-regular.ttf') format('truetype');
	}


div.calculator {
	margin-top: 70px;
	border-radius: 5px;
	background: rgb(242,247,242); /* Stone white */
	}

div.calculator h2 {
	font-family: 'Roboto';
	text-align: center;
	color: rgb(75,188,96); /* Forest Green */
	}

div.calculator h5 {
	margin-top: 1rem;
	font-family: 'Roboto';
	font-weight: 700;
	text-align: left;
	color: rgb(75,188,96); /* Forest Green */
	}

div.calculator h6 {
	margin-top: 1rem;
	font-family: 'Roboto';
	font-weight: 700;
	text-align: left;
	color: #535353; 
	}
	
div.calculator input[type="text"]:not(textarea), 
div.calculator input[type="tel"]:not(textarea), 
div.calculator input[type="email"]:not(textarea), 
div.calculator textarea:not(textarea) {
	margin-bottom:20px !important;
	}

.required, .error_block, .error_format {
	color: #ff0000;
	font-size: 1rem;
	font-weight: 700;
	}

.co2_button {
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
  	font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.75rem 1rem;
	text-align: center;
	margin-bottom: 10px;
  	display: inline-block;
  	text-decoration: none;
    vertical-align: bottom;
	transition: background 150ms ease-in-out;
    color: white;
	background-color: rgb(75,188,96) !important;
	}

.co2_button:hover {
	color: #535353; 
	background-color: #CAE25F !important;
	}

.co2_button.active_button {
	color: #535353; 
	background-color: #CAE25F !important;
	}

.co2_button svg {
	fill: white;
	height: 30px;
	width: 30px;
	}

.co2_button:hover svg {
	fill: #535353;
	}

.co2_button.active_button svg {
	fill: #535353;
	}
	
.payment-block {
	display: inline-block;
    float: left;
    margin-right: 5px;
    }	

.payment-icon {
    height: 20px !important;
    margin-top: 3px;
    margin-right: 10px;
    padding: 0;
    float: left;
    border: 1px solid #ececec;
    border-radius: 5px;
	}
	
.payment-title {
	float:left; 
	font-size: 12px;
	vertical-align: middle;
	line-height: 1.5rem;
	}