body {
  color: #333;
  background-color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

.border {
  border: 1px solid #f5f5f5; }

.transition {
  transition: background 0.2s ease,padding 0.8s linear; }


.row {
  max-width: 65rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-weight: 300;
  font-family: "Raleway", sans-serif, sans-serif;
  color: #262626;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #f57f20;
  text-decoration: none; }

h1 {
  font-size: 2.6rem;
  margin-top: 0; }

h1 span {
  font-size: 1rem;
  display: block; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

.header {
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: bold;
}
.header a {
    color: #555;
}
.header a:hover {
    color: #f57f20;
}
.header a.phone {
    color: #f57f20;
}
#header-menu {
    margin: 0;
    padding: 0;
}

.additionalField {
    display: none;
}
.required {
    color: red;
    margin-left: 5px;
	float: right;
}
#nextbuttonwrapper {
    text-align: right;
}
.button, button, a.button {
  background-color: #f57f20;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e17218; }

.button:hover, button:focus, a.button:hover, .button:focus {
  background-color: #555;
  border-color: #555; }


.button_downloadlinktext {
    background-color: transparent;
    border: 0px solid transparent;
    font-size: 1em;
    color: #46166A;
    text-decoration: underline;
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
}
.invisible_labels {
    display: none;
}
.visible_labels {
    font-size: 1em;
}
table tbody, table tfoot, table thead {
    border: 0;
    background-color:transparent;
}
table tbody tr:nth-child(even) {
    background-color:transparent;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
	margin-bottom:0;
	float: left;
	width: 90%;
}
.TextBoxAsLabel {
    display: none;
    border: none;
    cursor: default;
    border-color: transparent;
    background-color: #fff;
    background: transparent;
    color: inherit;
    font-size: 18px;
    width: 100%;
}
.tablebutton {
    background-color: #666;
    border: 1px solid #666;
    color: white;
    font-size: 1em;
    padding: 1px;
    cursor: pointer;
}
.tooltip {
    width: 300px;
    position: absolute;
    border: 2px solid #000;
    padding: 2px;
    background-color: #000;
    z-index: 100;
    display: none;
}

#content > .steps {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 35px;
}
.steps_ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    margin-left: 0;
}
.steps_ul li {
    display: inline-block;
    text-align: center;
}
.steps_ul li a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #555;
}
.steps_ul .active {
    font-weight: bold;
    color: #F77F00;
}
.application {
    margin-top: 20px;
    padding: 0;
    min-height: 140px;
    font-size: 15px;
    text-align: left;
    min-height: 400px;
}
.application .field {
    padding-right: 8px;
}
.application .textbox {
    border: 1px solid white;
    height: 12px;
    padding: 6px;
    width: 280px;
}
.application .breaker {
    height: 15px;
}

.button-gray {
    cursor: pointer;
    background-color: #666;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px #666 solid;
    padding: 5px 18px 5px 18px;
    color: white;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.cancelbutton {
    background-color: #666666;
    border: 1px solid #666666;
    font-size: 24px;
    color: white;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}
.number {
    color: #999999;
    font-size: 18px;
    text-align: left;
    padding-bottom: 4px;
    padding-left: 18px;
}
.breaker {
    height: 8px;
}
.checkbox {
    width: 24px;
    height: 24px;
    margin-top: 12px;
}
.fuel_card_summary {
    border: 1px solid #666;
}
.fuel_card_summary_header {
    font-weight: bold;
    background-color: #666;
    color: #fff;
}
.fuel_card_summary td {
    padding: 2px;
    border: 1px solid #999;
}
.fuel_card_summary_even_row {
    background-color: #ccc;
}
.fuel_card_summary_odd_row {
    background-color: transparent;
}
.fuel_card_summary_header_card_type {
    width: 50px;
}
.fuel_card_summary_header_details {
    width: 350px;
}
.fuel_card_summary_header_restrictions {
    width: 160px;
}
.fuel_card_summary_header_update {
    width: 40px;
}
.fuel_card_summary_header_delete {
    width: 40px;
}
.boldText {
    font-weight: bold;
}
.textfield_short {
    border: 1px solid #444;
    color: #666;
    font-size: 1em;
    /*height:18px;*/
    
    padding: 3px;
    width: 100px;
}
.application-form {
    margin: 50px 0;
    padding: 10px;
    -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.application-form .input-group {
	margin-bottom: 0;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
.application-form select {
    border: 0;
    background-color: #f9f9f9;
    padding: 15px 20px;
    box-shadow: none;
    height: auto;
}
.footer {display: none;}
#footer {
  background-color: #fff;
  margin-top: 0px;
  padding: 50px 0 50px;
  text-align: center;
  font-size: 0.85rem;
  border-top: 1px solid #eee; }
  #footer ul {
    margin: 0;
    padding: 0;
    line-height: 1; }
  #footer li {
    margin-right: 5px;
    display: inline-block;
    float: none;
    line-height: 1; }
  #footer li a:after {
    content: '/';
    position: relative;
    left: 5px; }
  #footer ul li:last-child a:after {
    content: none; }
  #footer ul li:first-child a {
    cursor: default;
    color: #ccc !important; }
  #footer li a {
    color: #ccc;
    padding: 0;
    padding-right: 5px;
    line-height: 1; }
  #footer li a:hover {
    color: #fff; }
  #footer .widget {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: -2px; }
  #footer #footer-top {
    margin-bottom: 30px; }
    #footer #footer-top a .fa {
      color: #999;
      margin-left: 25px; }
    #footer #footer-top a .fa:hover {
      color: #f57f20; }
  #footer a {
    color: #333; }
  #footer a:hover {
    color: #f57f20; }
table tbody td, table tbody th {
	display: table-cell;
	text-align: left;
	padding: 8px 5px 0;
}
.info {
    display: block;
    padding-top: 15px;
}
.validationmessage {
    text-align: left;
	clear: both;
    display: block;
}
.required-msg {
    display: block;
    clear: both;
}

#terms-conditions-container input[type=checkbox] {
	float: left;
	display: block;
}

#terms-conditions-container [type=checkbox]+label {
	display: block;
	line-height: 1.3;
	margin-right: 8px;
}


@media only screen and (min-width: 40.063em) {
	table tbody td, table tbody th {
		display: table-cell;
		text-align: left;
	}
	.application-form {
		padding: 50px;
	}
	.application {
		padding: 30px 17px 17px 30px;
	}
	#header-menu li {
		line-height: 1;
		margin-right: 10px;
		padding-right: 15px;
		border-right: 1px solid #000;
		display: inline-block;
		list-style: none;
	}
	#header-menu li:last-child {
		margin: 0;
		padding: 0;
		border: 0;
	}		
}