/*
6.0 Forms

6.1 Form, Fieldset, Fields
6.2 Inputs
6.3 Checkboxes

6.0 Tables

6.1 
6.2 
6.3 

*/


/* 6.1 Form, Fieldset, Fields */

form {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	}

form:after {
	content: "";
	display: table;
	clear: both;
	}

fieldset {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100%;
	}



div.field,
form p.form-field {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

div.field.checkbox {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}



label {
	margin: 0px 0px 3px 0px;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	display: block;
	}

.charcoal label {
	color: #999;
		}

/* 6.2 Inputs */

input, 
textarea { 
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 5px;
	border: 1px solid #ddd;
	width: 95%;
	color: #333;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	background-color: #fcfcfc;
	}
	
.charcoal input, 
.charcoal textarea { 
	border: 1px solid #999;
	color: #fff;
	background-color: #666;
	}
	
input:focus, 
textarea:focus { 
	box-shadow: 0px 1px 7px rgba(0,0,0,0.1) inset;
    outline-width: 0;
	}

input[type="text"],
input[type="email"] {
	padding: 8px 8px 8px 8px;
	max-width: 95% !important;
	}

select { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #e0e0e0;
	width: 100%;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	background: transparent;
	background-color: #fcfcfc;
	background-image: url('../images/widgets/arrow-menu-40x40-gray.png');
	background-size: 20px 20px;
	background-position: right 9px top 9px;
	background-repeat: no-repeat;
	}


.charcoal select { 
	border: 1px solid #999;
	color: #fff;
	background-color: #666;
	}


select:focus { 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset;
    outline-width: 0;
	}
	

input[type="submit"] {
	margin: 10px 8px 5px 0px;
	padding: 6px 16px 6px 18px;
	border: 2px solid #a3dd03;
	border-radius: 20px 20px 20px 20px;
	width: initial;
	font-family: "Lato";
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	text-transform: initial;
	color: #fff;
	background:  url('../images/widgets/button-gloss-left.png') 50% top, linear-gradient(#78c900, #5da602) left top;
	background-size: 268px 16px, 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 2px #708e04;
 -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	display: block;
 	float: left;
	}



/* 6.3 Checkboxes */

div.field.checkbox label {
	margin: 0px 0px 0px 20px;
	line-height: 18px;
	color: #666;
	}

.charcoal div.field.checkbox label {
	color: #999;
	}


div.field.checkbox label.large {
	font-size: 16px;
	}

div.field.checkbox input,
input[type="checkbox"],
input[type="radio"] {
	margin: 2px 8px 2px 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	float: left;
	}


/* 6.4 Placeholder Text */

::-webkit-input-placeholder {
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;
}

.charcoal ::-webkit-input-placeholder {
	color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;  
}
.charcoal :-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;  
}
.charcoal ::-moz-placeholder {
	color: #aaa;
}

:-ms-input-placeholder {  
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;  
}
.charcoal :-ms-input-placeholder {
	color: #aaa;
}


/* 6.5 Error Text */


label span.error,
.charcoal label span.error {
	margin: 0px 0px 0px 0px;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #ff6666;  
	float: right;
	display: inline-block;
	visibility: hidden;
	}

p.error {
	margin: -8px 0px 20px 0px;
	font-size: 13px;
	line-height: 14px;
	color: #990000;  
	}

.charcoal p {
	color: #888;  
	}

/* 7.0 Tables */

table {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
	font-family: "Lato", sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	border-collapse: collapse;
	table-layout: auto;
	text-align: left;
	vertical-align: top;
	width: 100%;
	}

table.small {
	font-size: 15px;
	line-height: 18px;
	}


table.border tr.subheader th,
table.border td {
	border: 1px solid #ccc;
		}

table p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
	font-family: "Lato", sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	}


/* 7.1 Table Rows */

tr {
	background-color: #fbfbfb;
	vertical-align: top;
	}

tr.kicker,
tr.header,
tr.subheader,
tr.spacer {
	border-top: none;
	border-bottom: none;
	}

	
table.alternating tr:nth-child(odd),
tr,
tr.odd {
	background-color: #f5f5f5;
	vertical-align: top;
	}

table.alternating tr:nth-child(even),
tr.even {
	background-color: #fbfbfb;
	vertical-align: top;
	}


tr.white,
table.alternating tr.white {
	background-color: #fff;
	vertical-align: top;
	border-bottom: none;
	}

tr.selected,
table.alternating tr.selected {
	background-color: #eee;
	}


/* 7.2 Table Headers */

table tr th {
	margin: 0px 0px 0px 0px;
	padding: 9px 15px 8px 15px;
	border-top: none;
	border-bottom: none;
	font-family: "Lato";
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #2ee1ff;
	background: linear-gradient(to left, #009bdf, #0071bb);
	}


table.small tr th {
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 5px 10px;
	}


table tr.subheader th,
table tr th.subheader {
	color: #333;
	background: #ddd;
	}

table tr th.empty {
	background: #fff;
	}

table tr th.compact {
	letter-spacing: 1px;
	}

table tr th.wide {
	letter-spacing: 3px;
	}

table tr th.wider {
	letter-spacing: 4px;
	}

tr.spacer td,
table.alternating tr.spacer td {
	padding: 8px 15px 8px 15px;
	border-top: none;
	border-bottom: none;
	background: #fff;
	}
	
th h6 {
	margin: 0px 0px 0px 0px;
	letter-spacing: 1.5px;
	color: #ffce78;
	}

table ul,
table ol {
	margin: 10px 0px 5px 0px; 
	padding: 0px 0px 0px 0px; 
	}


table ul.tight,
table ol.tight {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	}

table ul li,
table ol li {
	margin: 0px 0px 5px 20px; 
	}

table ul li:before {
	margin: 2px 0px 0px -20px; 
	height: 16px;
	width: 16px;
	content: " ";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	position: absolute;
	}

table.small ul li:before {
	margin: 2px 0px 0px -16px; 
	height: 12px;
	width: 12px;
	content: " ";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
	position: absolute;
	}

table.small ul li.link:before {
	margin: 3px 0px 0px -16px; 
	background-image:  url('../images/widgets/arrow-right-40x40-gray-simple.png');
	background-size: 16px 16px;
	}


/* 7.3 Table Cells */

td {
	margin: 0px 0px 0px 0px;
	padding: 12px 15px 12px 15px;
	}
	
table.small td {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

td.center {
	margin: 0px auto 0px auto;
	text-align: center;
	}	

td.center-vertically {
	vertical-align: middle;
	}	

td.gray {
color: #ccc;
}


table input { 
	width: 90%;
	}


	
/* 7.4 ColGroups (Cell Widths) */

div.twocolumns table.careers colgroup col.column1 {
	width: 70%;
	}

div.twocolumns table.careers colgroup col.column2 {
	width: 30%;
	}

div.threecolumns table.careers td.department {
	display: none;
	}

table#partner-program-4col colgroup col.column1 {
	width: 40%;
	}

table#partner-program-4col colgroup col.column2,
table#partner-program-4col colgroup col.column3,
table#partner-program-4col colgroup col.column4 {
	width: 20%;
	}

table#partner-program-5col colgroup col.column1 {
	width: 40%;
	}

table#partner-program-5col colgroup col.column2,
table#partner-program-5col colgroup col.column3 {
	width: 15%;
	}

table#partner-program-5col colgroup col.column4,
table#partner-program-5col colgroup col.column5 {
	width: 15%;
	}



table#roi-calculator-1 colgroup col.column1 {
	width: 35%;
	}

table#roi-calculator-1 colgroup col.column2,
table#roi-calculator-1 colgroup col.column3,
table#roi-calculator-1 colgroup col.column4 {
	width: 15%;
	}

table#roi-calculator-1 colgroup col.column5 {
	width: 20%;
	}
	
	
table#roi-calculator-2 colgroup col.column1 {
	width: 35%;
	}

table#roi-calculator-2 colgroup col.column2,
table#roi-calculator-2 colgroup col.column3,
table#roi-calculator-2 colgroup col.column4 {
	width: 15%;
	}

table#roi-calculator-2 colgroup col.column5 {
	width: 20%;
	}
	


table#roi-calculator-3 colgroup col.column1 {
	width: 44%;
	}

table#roi-calculator-3 colgroup col.column2,
table#roi-calculator-3 colgroup col.column3 {
	width: 28%;
	}

table#three-col colgroup col.column1,
table#three-col colgroup col.column2,
table#three-col colgroup col.column3 {
	width: 33%;
	}


table#support colgroup col.column1 {
	width: 40%;
	}

table#support colgroup col.column2,
table#support colgroup col.column3 {
	width: 30%;
	}



form ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 30px 0px;
	}


form ul li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
	display: block;
	}

form ul li:before {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	height: 0px;
	width: 0px;
	content: none;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0px 0px;
	position: absolute;
	}

form ul li label input {
	margin: 5px 0px 0px 0px; 
	float: left;
	}

form ul li label span {
	margin: -15px 0px 0px 25px; 
	float: left;
	}
	
/* 7.5 Hubspot Overrides */


.legal-consent-container .hs-richtext p {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	}
	

/* 7.6 Tooltips */
	
span.tooltip {
	margin: 0px 0px 0px 0px;
	width: 20px;
	height: 20px;
	background-image: url('../images/widgets/tooltip-40x40-gray.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left top;
	float: right;
	display: block;
	position: relative;
	}
	 
 span.tooltip div.tip {
	padding: 0px 0px 20px 0px;
	width: 150px;
	background-image: url('../images/widgets/tip-40x40-gray.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 110px bottom;
	position: absolute;
	bottom: 8px;
	left: -110px;
	z-index: 99;
	display: none;
	}

span.tooltip:hover div.tip {
	display: block;
	}

span.tooltip div.tip p {
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 130px;
	border-radius: 3px 3px 3px 3px;
	background: #eee;
	font-size: 13px;
	line-height: 14px;
	color: #666;
	}

span.tooltip div.tip a {
	color: #72b4fd;
	font-weight: normal;
	}
