


@import url('https://fonts.googleapis.com/css?family=Lato');

.AgencyContactInfoContainer
{
  display:none;
}

.MainBackground {
    background-color: #00A4EA;
}
 
* {
	font-family: 'Lato', sans-serif;
}
.GreetingContainer, #ctl00_CPH_FCRAPanel {
	color: #fff;
}
.AgencyContactContainer, .AgencyInfoContainer, .FooterContainer, {
  display: none;
}
input[type="text"], input[type="password"], select {
    /* border: 1px solid #cecece; */
    border: none;
    padding: 6px;
    font-size: 18px;
    box-shadow: none;
}
.EntryContainer {
    height: 40px;
}
.EntryCaptionContainer, .coverage-item-label {
    font-size: 18px;
	color: #fff;
}
.StepSubContentContainer {
	padding-left: 0;
}
.EntryRequiredContainer span {
	color: #ffff00;
}
.SectionLabel {
	color: #fff;
    background: #374B6C;
    padding: 5px;
    min-width: 260px;
    display: inline-block;
}
a, a.NoThanksButton {
    color: #374B6C;
}
a:hover {
    color: #F2A440;
    transition: all 0.2s ease-in-out;
}
.SmallButton, .ContactMeButton {
	color: #fff;
	border: 1px solid #F2A440;
    background-color: #F2A440;
}
.SmallButton:hover, .ContactMeButton:hover {
	color: #fff;
	border: 1px solid #374B6C;
    background-color: #374B6C;
	box-shadow: 0 1px 3px rgba(0,0,0,0.125), 0 1px 2px rgba(0,0,0,0.25);
    transition: all 0.2s ease-in-out;
}
.PreviousButton {
    color: #747475 !important;
}
.StepNavContainer {
    padding-bottom: 20px;
}
.StepList {
    padding-top: 30px;
}
.StepLabelContainer {
    border-color: #F2A440;
    background: #F2A440 !important;
}
.StepLabelContainer {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: none;
}
.StepSubLabelCurrent {
    font-weight: bold;
}
.StepSubLabelContainer {
    margin-top: -55px;
    margin-left: -15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #374B6C;
}
.StepLabelContainerDisabled {
    border-color: #374B6C;
    background: #374B6C !important;
}
.StepLabelContainerDisabled span {
    color: #fff;
}
.StepLabelContainer span {
    color: #fff;
    font-weight: bold;
}
.RateErrorContainer, .RateProgressContainer {
	box-shadow:none; 
	background:none; 
	border:none
	}
#ctl00_StepRepeater_ctl08_StepLabelPanel.StepLabelContainerCurrent { 
	background: #F2A440;
}
.CarCaptionContainer {
    width: 250px;
}