@charset "utf-8";
/* 
##
## Description: 	Styles for the Standard Pardot Form Template 
## Form URL:			https://pi.pardot.com/layoutTemplate/read?id=13
## Creator:				stuart.neilson@imgtec.com
## 
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial,Gotham,Helvetica Neue,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}

p {
    margin: 0 0 9px;
}


.error-message {
    color: red;
    padding-top:5px;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}
::selection {
	background: #CD239D; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #CD239D; /* Firefox */
	color:#fff;

}
.content {
	margin:0px auto;
	/*width:90%; Enable when template has been generated*/
	width: 100%;
	max-width:1024px;
	}
h1 {
    font-family: Arial,Gotham,Helvetica Neue,Helvetica,sans-serif;
    letter-spacing: -.025em;
    color: #000;
    margin: 0 auto 6px;
}
h1, .h1 {
    font-size: 40px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.15;
    color: inherit;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

@media (min-width: 1200px) {
/*.container {
    width: 1020px;
}*/
}

@media (min-width: 992px) {
.container {
    width: 970px;
}
}

@media (min-width: 768px) {

/*.container {
    width: 750px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/
}

.btn-primary, .comment-form input[type=submit] 
    {
        color: #fff;
        background-color: #b71a8b;
        border-color: #a1177a;
    }
    
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus, .comment-form input[type=submit].focus, .comment-form input[type=submit]:active, .comment-form input[type=submit].active, .open>.dropdown-toggle.comment-form input[type=submit] 
    {
        color: #fff;
        background-color: #8a1469;
        border-color: #6b0f51;
    }

a {
    font-weight: 700;
    color: #b71a8b;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus {
    color: #555;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

.form-field input[type=text], .form-field input[type=email], .form-field input[type=url], .form-field textarea, .form-field select {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: "border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s";
    -o-transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
    transition: "border-color ease-in-out .15s,box-shadow ease-in-out .15s";
}

 .form-field textarea {
     height:150px;
 }