@import url("fonts/fonts.css");
#calculator-page img.logo {
	max-width:254px;
	width:100%;
	margin-bottom:15px;
}
#calculator-page p.aboutInfo {
	line-height:20px;
	margin:16px 0;
}
#calculator_inputs {
	padding-top:4px;
}
.content_main {
	background-image: none;
	padding: 0 0 18px;
}
.content_main fieldset .input label {
	display: table-cell;
	color:#333333;
	vertical-align:middle;
	padding:2px 0px 0px 11px;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	max-width:280px;
	letter-spacing:1.7px;
	line-height:22px;
	font-weight:500;
	font-family: 'ProximaNovaCond-Bold';
}
.errorField {
	border:1px solid #F00 !important;
}
.content_main fieldset .input input[type="text"] {
	display: inline-block;
}
.content_main .button {
	padding:14px 20px 13px 20px;
	background-color:#2f2f2f;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	font-weight:600;
	line-height:normal;
	margin:14px 0 14px 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	transition:background-color 300ms ease-out 0s;
	display:inline-block;
	text-transform:uppercase;
	border:none;
}
.content_main a.calculate {
	background-color:#008083;
	padding:14px 32px 13px 32px;
}
.content_main .submitButton {
	background-color:#008083;
	padding:10px 50px 10px 50px;
	font-family:'ProximaNovaCond-Bold' !important;
	font-size:22px;
	font-weight:500 !important;
	margin-top:5px;
}
.content_main .main_collumn {
	padding:0px 10px;
	max-width:610px;
	width:auto;
	margin:0 auto;/*background: #fff;*/
}
.content_main h2 {
	color: #0d8286;
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.content_main fieldset {
	border: 0;
	padding: 0;
	margin: 20px 0 0 0;
}
.content_main fieldset legend {
	padding: 0 0 10px 12px;
	margin: 17px 0 7px 0;
	color: #333333;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: 'ProximaNovaCond-Bold' !important;
}
.content_main fieldset .input {
	margin: 0 0 10px 0;
	padding: 15px;
	line-height: 50px;
	font-weight: 600;
	background: #fff;
	border: none;
	width:100%;
	float:left;
	display:table;
}
.content_main fieldset .input.green_bg {
	background: #c4e0e1;
}
.content_main fieldset .input.white_bg {
	background: #fff;
}
.content_main fieldset .input input.disabled {
	background: none !important;
	border: none;
	text-align: right;
	padding-right: 10px;
}
.content_main fieldset .input input, .content_main fieldset .input select {
	float: right;
	height: 53px;
	width: 100%;
	max-width:258px;
	margin: 0px;
	padding: 0 12px;
	color: #008083;
	font-size: 30px;
	text-align: right;
	background: #efedec;
	border: 1px solid #efedec;
	-webkit-text-fill-color:#0d8286;
}
.content_main fieldset .input select {
	width: 100%;
	max-width:258px;
	text-align:left !important;
}
.input.green_bg input {
	background:#FFF !important;
}
#calculator-page .content_main .main_collumn .profit, #calculator-page .content_main .main_collumn .numofpacks {
	width: 350px;
	margin: 10px auto;
	font-size: 36px;
	font-weight: 600;
	line-height: 57px;
	text-align: center;
	color: #fff;
	background: #0d8286;
	border-radius: 6px;
}
.content_main h3 {
	font-size: 18px;
	color: #ff671f;
	margin: 10px 0;
}
.content_main p.footerInfo {
	font-size: 16px;
	color:#000000;
	font-family: 'proxima-nova-extra-condensed' !important;
	letter-spacing:0.3px;
	max-width:890px;
	margin:0px auto;
	padding:10px 5px;
}
.no-border {
	border:none;
}
.pad-top30 {
	padding-top:30px;
}
.right {
	float:right;
}
a:focus {
	outline:none;
}
/*----- New CSS ----*/
a.contLinks {
	color:#f9661f !important;
}
.smallInfo {
	font-size:27px !important;
	line-height:27px !important;
	font-family: 'proxima-nova-condensed' !important;
	color:#262b36 !important;
	padding:11px 105px 15px 105px;
	letter-spacing:-1px;
}
.content_main fieldset legend {
	float:left !important;
	max-width:418px;
}
.requiredFontError {
	font-size:18px;
	color:#ff0000;
	float:right;
	padding-right:15px;
	padding-top:25px;
	font-family: 'proxima-nova-condensed' !important;
}
.boderBox {
	margin:36px 0px 0px 0px;
	height:18px;
	background:#FFF;
	width:100%;
}
.greyBackgroundSection {
	background-color: #eee;
	padding-bottom:0px;
}
.orangeBackgroundSection {
	background-color: #ffece1;
	margin:21px 44px 50px 44px;
	clear:both;
}
.orangeBackgroundSection .headingText {
	font-size:30px;
	color:#333333;
	letter-spacing:-1.2px;
	padding:13px 0px 14px 0px;
	font-family: 'ProximaNovaCond-Bold';
}
.headingContent {
	font-size:30px !important;
	color:#333333 !important;
	font-weight:500 !important;
	padding:6px 0px 3px 0px;
	font-family: 'ProximaNovaCond-Bold' !important;
}
.infoBoxes {
	width:100%;
	max-width:594px;
	margin:0px auto;
	padding:22px 0 57px 0;
}
.sendDataSection {
	width:100%;
	max-width:566px;
	margin:0px auto;
	padding:0px 10px;
}
.boxcolumn {
	border:7px solid #FFF;
	max-width:286px;
	/*padding:24px 15px 9px 15px;*/
  padding:7px 15px 9px 15px;
	display:inline-block;
	margin:0px 4px 10px 4px;
  height:188px;
}
.boxcolumn h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	letter-spacing:1.6px;
	line-height:17px;
	padding:6px 0 13px 0;
}
p.valueNumber {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:50px;
	font-weight:bold;
	color:#f46308;
	padding-bottom:5px;
	letter-spacing:7px;
}
.sendDataSection p {
	font-size:16px;
	color:#000000;
	font-family: 'proxima-nova-condensed' !important;
	letter-spacing:0.5px;
	padding-bottom:9px;
}
.userDetailForm .input input, .userDetailForm .input select {
	max-width: 360px !important;
}
.userDetailForm .input label {
	max-width:200px !important;
}
/*------------------------------- Thank You Page --------------------*/
.thankyouMessage { 
	margin:0px 0px 0px 0px !important;
	padding:47px 80px 50px 80px;
	text-align:center;
}
.thankyouMessage .headingText {
	letter-spacing:2px;
	line-height:36px;
	padding:13px 0px 18px 0px;
}
.thankyouMessage p{
	font-size:18px;
	line-height:22px;
	color:#74777b;
	font-family: 'proxima-nova-condensed' !important;
	padding-bottom:11px;
}
.thankyouMessage .button {
	margin:21px 52px 19px 52px;
	
}
/*------------------------------- CheckBox--------------------*/
.optionSelectCheck {
	display: block;
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:16px;
	line-height:18px;
	color:#333333;
	font-family: 'proxima-nova-condensed' !important;
	letter-spacing:0.5px;
	font-weight:400;
}
/* Hide the browser's default checkbox */
.optionSelectCheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 34px;
	width: 34px;
	background-color: #fff;
}
/* On mouse-over, add a grey background color */
.optionSelectCheck:hover input ~ .checkmark {
 background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.optionSelectCheck input:checked ~ .checkmark {
 background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	color:#000;
}
/* Show the checkmark when checked */
.optionSelectCheck input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.optionSelectCheck .checkmark:after {
	left: 13px;
	top: 6px;
	width: 9px;
	height: 18px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*------------------------------------ Market Form CSS ----------------------------*/
#mktoForm_2921 {
	padding:0px 10px;
	max-width:610px;
	width:auto !important;
	margin:0 auto;/*background: #fff;*/
}
.mktoFieldDescriptor {
	margin: 0 0 10px 0;
	padding: 15px !important;
	line-height: 50px;
	font-weight: 600;
	background: #fff;
	border: none;
	width:100%;
	float:left;
	display:table;
}
.mktoFieldWrap {
	display:table;
	width:100%;
}
.mktoOffset {
	display:none;
}
.mktoFieldDescriptor input[type="text"], .mktoFieldDescriptor input[type="email"], .mktoFieldDescriptor select {
	float: right !important;
	height: 53px;
	width: 100% !important;
	max-width:360px;
	margin: 0px;
	padding: 0 12px;
	color: #008083;
	font-size: 30px;
	text-align: right;
	background: #efedec;
	border: 1px solid #efedec;
	-webkit-text-fill-color:#0d8286;
  font-size: 19px;
}
.mktoFieldDescriptor input[type="checkbox"] {
	margin:16px 0px 16px 16px;
}
.mktoFieldDescriptor label {
	display: table-cell;
	color:#333333;
	vertical-align:middle;
	padding:17px 0px 0px 11px !important;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	max-width:280px;
	letter-spacing:1px;
	line-height:22px;
	font-weight:500 !important;
	float:left !important;
	width:auto !important;
	font-family: 'ProximaNovaCond-Bold';
}
.mktoForm .mktoFieldWrap {
	float:none !important;
}
.mktoButtonRow {
	width:100%;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	color:#ffffff;
	cursor:pointer;
	font-weight:600 !important;
	line-height:normal !important;
	margin:5px 0 14px 0 !important;
	position:relative;
	text-align:center;
	text-decoration:none;
	transition:background-color 300ms ease-out 0s;
	display:inline-block !important;
	text-transform:uppercase !important;
	border:none !important;
	background-image:none !important;
	background-color:#008083 !important;
	padding:10px 50px 10px 50px !important;
	font-family:'ProximaNovaCond-Bold' !important;
	font-size:22px !important;
	float:right !important;
	font-weight:500 !important;
}
/*------------------------------------------ Responsive ----------------------*/
@media only screen and (max-width : 768px) {
 .smallInfo {
padding:0px 40px;
}
}
 @media only screen and (max-width : 720px) {
 .content_main fieldset .input {
 font-size: 20px;
 width:100%;
}
 .content_main fieldset .input input, .content_main fieldset .input select {
 font-size: 20px;
 width: 100%;
 max-width:100% !important;
}
 #calculator-page .content_main .main_collumn .profit, #calculator-page .content_main .main_collumn .numofpacks {
 width: 100%;
}
.mktoButtonWrap {
 margin-left:0px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
 margin:0px 0px 14px 0px !important;
}
.mktoFieldDescriptor input[type="text"], .mktoFieldDescriptor input[type="email"], .mktoFieldDescriptor select {
 height:53px !important;
}
.content_main fieldset legend, .content_main fieldset .input label, .content_main .button, .boxcolumn, sendDataSection, .mktoFieldDescriptor input[type="text"], .mktoFieldDescriptor input[type="email"], .mktoFieldDescriptor select, .mktoButton {
 width:100%;
 max-width:100%;
 display:inherit !important;
}
 .content_main fieldset legend {
 font-size:25px;
 margin-top:0px;
 margin-bottom:0px;
}
.content_main fieldset .input label, .mktoForm .mktoLabel {
 padding:0px 0px 8px 0px !important;
 letter-spacing:0px;
}
.requiredFontError {
padding-top:0px;
padding-bottom:5px;
font-family: 'proxima-nova-condensed' !important;
}
.smallInfo {
padding:0px 0px;
font-size:20px !important;
line-height:24px !important;
letter-spacing:normal;
}
.content_main .button {
 display:block;
 float:left;
 margin:0px 0px 10px 0px;
}
.orangeBackgroundSection {
 margin:10px 10px 0px 10px;
 padding:0px 10px 10px 10px;
 margin-bottom:15px;
}
.boxcolumn {
margin:0px 0px 10px 0px;
}
.orangeBackgroundSection .headingText {
font-size:25px;
line-height:30px;
}
.headingContent {
font-size:26px !important;
line-height:30px;
}
.infoBoxes {
/*padding:22px 0 0px 0;*/
  padding:0px 0 28px 0;
}
.sendDataSection {
padding:0px 30px;
}
}