/*This fixes iphone auto zoom when using form inputs*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 16px;
    height: 35px;
  }
}

.placeholder {
  font-size: 16px;
}

input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
  font-size: 16px;
}

/*Firefox only css fixes*/

@-moz-document url-prefix() { 

.target1 {
    height: auto;
}

.target2 {
    height: auto;
}

#expireMonth {
    height: auto;
}    
    
#formInput19 {
    height: auto;
}   
    
#stateSelect {
    height: auto;
}
    
.hold {
    padding-top:7px;
    width: 40%;
    float: right;
}
    
.form-control {
    padding: 0px;
    padding-left: 5px;
    height: 26px;
    margin-top: 10px;
}
    
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
       
}

/*Validation Styles*/

form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../assets/img/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px solid black; }
input.error { border: 1px solid red; }
form.cmxform .gray * { color: gray; }

/* End Validation Styles*/


.form-inline .form-control {
    width: 100%;
}


button {
  border-radius: 0 !important;
}

a {
  border-radius: 0 !important;
}

.form-control {
    border-radius: 0;
    -webkit-appearance: none;
}

.warningRed {
    color: red;
}








input, select, textarea { 
    background-color: #d9d9d9 !important;
}







.step-guide {
	margin:0 auto;
	padding: 0;
    margin-bottom: 20px;
}

ul.step-guide li {
	display: inline-block;
	width: 22%;
	margin: 0;
	list-style-type: none;
}

.step-guide .step-bg {
	background: #999da5;
	border-radius: 34px;
	padding: 4px 0;
	margin: 0 auto;
	color: white;
	width: 50px;
	font-size: 30px;
	font-weight: 100;
}

.step-guide h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	color:#999da5; 
}

.step-guide .step-bg {
	background: #999da5;
	border-radius: 34px;
	padding: 4px 0;
	margin: 0 auto;
	color: white;
	width: 50px;
	font-size: 30px;
	font-weight: 100;
}

.green-bg {
	background:#2a8b08!important;
}

.green {
	color:#2a8b08!important;
}

.placeholder {
    padding-left: 10px;
}





/*Global Styles*/

body {
    font-family: Open Sans, arial, sans-serif;
    color: #666666;
}

.flow {
    overflow: hidden;
}

.none {
    margin: 0!important;
    padding: 0!important;
}

.noneAbove {
    padding-top: 0!important;
    margin-bottom: 0!important;
}

.noneBelow {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

header {
	background: url(../img/trees.jpg) no-repeat bottom;
	padding: 20px 0;
    background-size: cover;
}

.logo {
	width:65%; 
	max-width: 400px;
    margin-left: 100px;
}

header {
    margin-bottom: 40px;
}

h2 {
    color: #337AB7;
}

#footer {
    padding: 40px 0 0;
    font-size: 13px;
}

.footWrapper {
    border-top: 2px dotted #ccc;
}

.vps-logo {
    text-align: left;
    display: block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 10px;
    padding-left: 0;
}

.link-list {
    text-align: right;
    padding: 0;
    padding-top: 10px;
}

.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 0 4px 0 8px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.link-list li:nth-child(1) {
    border-left: none;
}

.link-list li:nth-child(3) {
    padding-right: 0;
}

.link-list a {
    color: #555555;
}

.select {
	background: url(../img/arrow-down.svg) no-repeat center right 20px;
}

.buttonWrapper {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
}

.short {
    width: 65%;
}

.year {
    padding-right: 20px;
}

.select {
	background: url(../img/arrow-down.svg) no-repeat center right 20px;
}

.inputForm {
    padding-top: 20px;
    padding-bottom: 10px;
}

.padBelow {
    padding-bottom: 20px !important;
}

.padAbove {
    padding-top: 20px;
}

.pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bigPad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.searchText {
    display: none;
}

.yearAndBillNumber {
    display: none;
}

.mapCodes {
    display: none;
}

.ownerNames {
    display: none;
}

.addresses {
    display: none;
}

.table {
    border: solid #4c7197;
    border-top: none;
}

.tabletitle {
    background-color: #4c7197;
    color: #faf7f7;
    padding: 10px;
    padding-left: 12px;
    font-size: 1.25em;
}

.btn-default {
    text-shadow: 0px 1px 0px #FFF;
    background-image: -webkit-linear-gradient(top, #FFF 0px, #E0E0E0 100%);
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCC;
}

th {
    text-align: center;
}

td {
    text-align: center;
    width: 16.666%;
}

.buttonWrapper2 {
    text-align: right;
    padding-bottom: 20px;
}

.line {
    border-bottom: solid 1px #b5b5b5;
    margin-bottom: 40px;
}

#paymentCheck {
    margin-left: 10px !important;
    margin-bottom: 30px !important;
}

.firstButton {
    margin-right: 10px;
}

.visa-sml {
	width:30px;
}

.termCheck {
    padding-left: 10px;
}

.term {
    padding: 20px;
    margin-left: 15px!important;
}

.term input{
    margin-bottom: 20px;
}

.confirmation-number {
    color: #2a8b08 !important;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.billTable tbody tr td{
    vertical-align: middle;
    float: none;
}

.buttonWrapper2 a {
    margin-right: 10px;
}

.buttonWrapper a {
    margin-right: 10px;
}

.selectWarn {
    display: none;
}

.intro {
    line-height: normal;
}

.link1, .link2, .link3, .link4, .warning {
    display: none;
}

.blue {
    color: #337AB7;
}

.headline {
    margin-top: 25px;
    margin-bottom: 4px;
}

.border {
    border-bottom: 2px dotted #ccc;
}

.payType {
    font-size: 14px;
    padding-top: 10px;
    color: #949494;
}

.cards {
    padding-top: 26px;
}

.margBelowNone {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.addressCheck {
    padding-left: 10px;
    font-size: 1.2em;
    
}

.check {
    position: relative;
    bottom: 2px;
}

.checkInfo {
    display: none;
}

.mainLink {
    padding: 0;
    margin: 0 auto;
    height: 300px;
    background-color: #F8B195;
    background-color: #F67280;
    background-color: #6C5B7B;
    background-color: #355C7D;
    font-size: 6em;
    text-align: center;
    font-family: "trebuchet ms", arial, sans-serif;
    -webkit-transition: all .25s ease;
    width: 100%;
    padding-top: 75px;
    color: #F8B195;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 4pt solid #5d8fb9;
}

.head {
    padding: 0;
    margin: 0 auto;
    height: 100px;
    background-color: #F8B195;   
    padding-top: 30px;
    font-size: 2em;
    text-align: center;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #C06C84;
    border-bottom: 4pt solid #5d8fb9;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.infoList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.infoList p{
    padding: 0;
    margin: 0;
}

.buttonHolder button:nth-child(2){
    margin-left: 15px;
}

.buttonHolder a:nth-child(2){
    margin-left: 15px;
}

.date {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
}


@media only screen and (min-width:900px) and (max-width:995px) { 
    
.vps-logo {
    width: 30%;
    max-width: 350px;
}
    
.link-list {
    width: 70%;
}
    

    
}



/*ipad*/
@media only screen and (min-width:768px) and (max-width:900px) { 
    
.Break1 {
    display: none;
}
    
#footer {
    padding: 0;
    margin: 0;
    font-size: 13px;
    padding-bottom: 0px;
    padding-top: 180px;
}
    
.container {
    padding: 30px;
}

.logo {
    margin-left: 50px;
}
    
.vps-logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    margin: auto;
    max-width: 450px;
    float: none;
    clear: both;
}
    
.link-list {
    text-align: center;
    padding: 0 0px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
    
.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 5px 6px;
    font-size: 1em;
}
    
.check {
    position:inherit;
    bottom: 0px;
}
    

    
}
/*iphone*/
@media (max-width: 767px) {
    
header {
    padding-bottom: 20px;
}
   
ul.step-guide li {
	width: 30%;
    padding-top: 20px;
}

.step-guide h3 {
	font-size: .85em;
}
    
.step-guide {
    margin-bottom: 10px;
}  
    
header {
    margin: auto;
    text-align: center;
}
    
.logo {
	width:85%; 
    margin-left: 0px;
}
       
#footer {
    padding: 0;
    margin: 0;
}
    
.vps-logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0 auto;
    float: none;
    max-width: 450px;
}
    
.link-list {
    text-align: center;
    padding: 0 0px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
    
.link-list ul {
    padding: 0;
}
    
.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 5px 6px;
    font-size: .85em;
}
    
.link-list {
  text-align: center;
}
    
.container {
    padding: 35px;
}
    
.link-list li:nth-child(2) {
    border-left: none;
}
    
.buttonCenter {
    text-align: center;
} 
    
.phonePad {
    padding-bottom: 10px;
}
    
.buttons {
    padding-top: 20px;
    text-align: right;
}
    
.buttons a{
    margin-top: 10px;
    margin-right: 0;
}
    
.buttons a:nth-child(2){
    margin-bottom: 30px;
}
    
.term {
    padding: 0px;
}
    
.term input{
    margin-bottom: 0px;
}
    
.print {
    padding-bottom: 40px;
    padding-top: 10px;
}
    
.cards {
    padding-top: 0px;
    padding-bottom: 20px;
}
    
.PhonePadBelow {
    padding-bottom: 20px;
}
    
.green {
	color:#2a8b08!important; 
}
    
.mainLink {
    font-size: 5em;
    text-align: center;
    padding-top: 50px;
}
    
}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .link-list li:nth-child(2) {
    border-left: 1px solid #949494;
}
    
.green {
	color:#2a8b08!important; 
}
}


@media only screen and (min-width:901px) { 

.Break1 {
    display: none;
}    


.mainLink:hover  {
    background-color: #6C5B7B;
    color: #F8B195;
    padding-top: 70px;
    text-decoration: none;
    font-size: 7em;
}  
    




}

