/***BRAND TYPEFACE***/
@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-thin.woff);
	font-weight: 200;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-light.woff);
	font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-book.woff);
	font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-medium.woff);
	font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-bold.woff);
	font-weight: 600;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-black.woff);
	font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
	src: url(https://d1tpu5nbeyfsm3.cloudfront.net/wp-content/themes/salient/fonts/gotham-ultra.woff);
	font-weight: 800;
}

/***STYLES***/
body {
	font-family: 'Gotham';
}

a {
    cursor: pointer;
}

.text-primary {
    color: #ef7622;
}

.sidebar {
    background: #f9f9f9;
	border: 1px solid #edeeef;
    border-radius: 3px;
    padding: 30px;
	box-shadow: #EDEEEF 0 2px 4px 0;
}

.btn-primary {
    background: #e15829;
    background: -webkit-linear-gradient(left top, #ef7622, #e15829); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #ef7622, #e15829); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #ef7622, #e15829); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #ef7622, #e15829);
    border: none;
}

.btn-secondary {
    background: #3c556b;
    color: #ffffff;
}

.btn-tertiary {
    background: none;
    border: 1px solid #3c556b;
    color: #3c556b;
}

.footer {
    background: #3c556b;
    color: #ffffff;
    padding: 40px 0;
    margin-top: 40px;
}

.footer a{
	color: #fff;
}

.no-margin-top {
	margin-top: 0px;
}

/**PARDOT FORM STYLING**/
#pardot-form {
	color: #000;
	font-family: 'Gotham';
	margin: 0;
	padding: 0;
}

#pardot-form span.error {
	clear: left;
	display: block;
	font-weight: normal;
	margin-top: 2px;
	padding-left: 166px;
	color: red;
}

#pardot-form p.required, #pardot-form span.required, #pardot-form label.required {
	font-weight: normal;
}

#pardot-form p.required label, #pardot-form span.required label {
	background: none;
}

#pardot-form p span.description {
	display: block;
	margin-left: 153px;
}

#pardot-form p {
	clear: left;
	line-height: 1.4em;
	margin: 3px 5px;
	padding: 3px 2px;
}

#pardot-form p label {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 13px 0 0;
	text-align: right;
	width: auto;
}

#pardot-form p.submit {
	margin: 0;
	background: none;
    border: none;
	text-align: center;
	width: 100%;
}

#pardot-form p.submit input[type="submit"] {
	background: #e15829;
    background: -webkit-linear-gradient(left top, #ef7622, #e15829); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #ef7622, #e15829); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #ef7622, #e15829); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #ef7622, #e15829);
    border: none;
	border-radius: 3px;
    color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

#pardot-form p.form-field {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#pardot-form p.form-field .field-label {
	font-weight: 500;
	padding: 0 3px;
	width: 100%;
	text-align: left;
}

#pardot-form p.form-field input[type="text"]{
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	padding: 5px;
	width: 100%;
}

#pardot-form p.form-field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #BEBEBF;
}
#pardot-form p.form-field ::-moz-placeholder { /* Firefox 19+ */
	color: #BEBEBF;
}
#pardot-form p.form-field :-ms-input-placeholder { /* IE 10+ */
	color: #BEBEBF;
}
#pardot-form p.form-field :-moz-placeholder { /* Firefox 18- */
	color: #BEBEBF;
}

#pardot-form p.form-field .value {
	width: 100%;
	clear: both;
}

#pardot-form select {
	font-weight: normal;
	width: 100%;
	height: 36px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

#pardot-form input[type="radio"] {
	height: 12px;
	float: left;
	margin-right: 10px;
}

#pardot-form input[type="checkbox"] {
	margin-right: 10px;
	height: 12px;
	float: left;
}

#pardot-form p.form-field .value label.inline {
	font-weight: 400;
	padding-top: 0;
}

#pardot-form textarea.standard {
	float: none;
	height: 70px;
	overflow: auto;
	padding: 2px;
	width: 200px;
	border-radius: 3px;
}

#pardot-form input {
	font-weight: inherit;
	margin-right: 0;
	padding: 2px;
	border-radius: 3px;
	height: 36px;
}

#pardot-form input.text {
	width: 100%;
}

.dependentFieldSlave {
    display: none;
}