@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

/* Agency contact info is now shown, not hidden, so your phone number
   displays. */
.FooterContainer {
  display: none;
}

.MainBackground {
    background-color: #F6F3EC;
}

* {
	font-family: 'IBM Plex Sans', sans-serif;
}

.GreetingContainer, #ctl00_CPH_FCRAPanel {
	color: #17233B;
}

.AgencyContactContainer, .AgencyInfoContainer {
    color: #17233B;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
}

.AgencyContactContainer a, .AgencyInfoContainer a {
    color: #B8433A;
    font-weight: 600;
}

input[type="text"], input[type="password"], select {
    border: 1px solid #17233B;
    padding: 6px;
    font-size: 18px;
    box-shadow: none;
}

.EntryContainer {
    height: 40px;
}

.EntryCaptionContainer, .coverage-item-label {
    font-size: 18px;
	color: #17233B;
}

.StepSubContentContainer {
	padding-left: 0;
}

.EntryRequiredContainer span {
	color: #B8433A;
}

.SectionLabel {
	color: #F6F3EC;
    background: #374B6C;
    padding: 5px;
    min-width: 260px;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

a, a.NoThanksButton {
    color: #17233B;
}

a:hover {
    color: #B8433A;
    transition: all 0.2s ease-in-out;
}

.SmallButton, .ContactMeButton {
	color: #17233B;
	border: 1px solid #D9A441;
    background-color: #D9A441;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.SmallButton:hover, .ContactMeButton:hover {
	color: #F6F3EC;
	border: 1px solid #17233B;
    background-color: #17233B;
	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: #17233B !important;
}

.StepNavContainer {
    padding-bottom: 20px;
}

.StepList {
    padding-top: 30px;
}

.StepLabelContainer {
    border-color: #D9A441;
    background: #D9A441 !important;
    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: #17233B;
}

.StepLabelContainerDisabled {
    border-color: #17233B;
    background: #B4B2A9 !important;
}

.StepLabelContainerDisabled span {
    color: #F6F3EC;
}

.StepLabelContainer span {
    color: #17233B;
    font-weight: bold;
}

.RateErrorContainer, .RateProgressContainer {
	box-shadow: none;
	background: none;
	border: none;
}

#ctl00_StepRepeater_ctl08_StepLabelPanel.StepLabelContainerCurrent {
	background: #D9A441;
}

.CarCaptionContainer {
    width: 250px;
}
