﻿.headerIndex {
	position: relative;
	z-index: 500;
}

	.headerIndex .header {
		background-color: #fff;
		border-bottom: 2px solid #1eb4cc;
	}

.wide-banner-acg {
	max-width: 100%;
}

.mobileImagine {
	margin-bottom: -50px !important;
	margin-top: 65px !important;
}

.centerimg {
	display:block;
	margin:auto;
}

.findAnAgent button {
	margin:0 !important;
}

.findAnAgentJDBanner input, .findAnAgentJDBanner button {
	width: 225px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

#havePolicyReady {
	text-align: center;
}

.claimsHeadline {
	color: #707070;
}

.horizontal-center-img {
	margin:auto;
}

.orangeHeading {
	color: #e05206;
}

.headingTxt {
	font-size: 42px;
	font-weight: normal;
	line-height: normal;
}

main p {
	font-size: 18px;
}

h3 {
	font-size: 20px;
	color: black;
	text-align: center;
}

.h3-height-bumper {
	height: 86px;
	align-content: center;
}

.subsection-image {
	height: 110px;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

.subsection-text {
	font-size: 1rem;
	padding: 0px 10px;
	margin: 0px;
}

.reportheadingTxt {
	font-size: 30px;
	color: #707070;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin-top: 2em;
}

.reportdesc {
	font-size: 24px;
	color: #e05206;
	text-align: center;
	margin-bottom: 2em;
}

.carousel-item img {
	max-height: 540px;
}

.justify-self-center {
	justify-self: center;
}

.display-grid {
	display: grid;
}

.arrowClaims {
	position: absolute;
	top: 30%;
	right: -10%;
	height: 36px;
}

.subtext {
	font-size: .75rem;
	font-style: italic;
}

div.accordion button {
	border-radius: 15px;
}

.checktable td {
	min-width: 115px;
}

.table {
	border: none;
}

	.table thead th {
		background-color: #fff;
		color: #707070;
		border-bottom: 2px solid #dee2e6;
		border-top: 0px solid #fff;
	}

th img {
	margin-bottom: 10px;
}

.table tbody td, .table tbody th {
	border-bottom: 1px solid #dee2e6;
}

.border-none {
	border-collapse: collapse;
	border: none;
}

	.border-none th {
		text-align: center;
		vertical-align: middle;
	}

.row-header {
	text-align: left !important;
	font-weight: normal;
}

.border-none td {
	border: 1px solid #dee2e6;
	text-align: center;
	vertical-align: middle;
}

.border-none tr:first-child td {
	border-top: none;
}

.border-none tr:last-child td {
	border-bottom: none;
}

.border-none tr td:first-child {
	border-left: none;
}

.border-none tr td:last-child {
	border-right: none;
}

.videoContainer {
	margin-top: -257px;
	float: right;
	padding-right: 0px;
}

.videoheader {
	float: right;
	height: 293px;
}

.wideBannerContainer {
	position: relative;
	height: 293px;
	border-bottom: 2px black solid;
}

#video_box {
	position: relative;
	float: right;
}

#video_overlays {
	position: absolute;
	width: 160px;
	min-height: 291px;
	z-index: 300;
	text-align: center;
}

.whitegradientoverlay {
	background: linear-gradient(90deg, white, #00000000);
}

.claimsBtn {
	border-radius: 10px !important;
	font-size: 21px;
	background-image: none;
	height: 60px !important;
	line-height: 20px;
	text-align: center;
	margin: 0px auto !important;
	box-shadow: none;
	border: 0;
	width: 199px;
	cursor: pointer;
	-webkit-appearance: button;
	line-height: 50px !important;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.greyBtn {
	background-color: #ffffff;
	border: 3px solid grey;
	color: grey;
}

	.greyBtn:hover,
	.greyBtn:focus,
	.greyBtn:active {
		background-color: #efefef !important;
		border: 3px solid grey !important;
		color: grey !important;
		text-decoration: none !important;
	}

.blueBtn {
	color: #fff;
	background-color: #1eb4cc;
	border-color: #0062cc;
	text-decoration: none;
}

	.blueBtn:hover,
	.blueBtn:focus,
	.blueBtn:active {
		background-color: #43a7b7 !important;
	}

.orangeBtn {
	color: #fff;
	background-color: #e05206;
	text-decoration: none;
}

	.orangeBtn:hover,
	.orangeBtn:focus,
	.orangeBtn:active {
		background-color: #D9531E !important;
		text-decoration: none;
	}

#otherBtn {
	cursor: pointer;
}

#buttonRowbtn {
	margin-top: 2em;
	margin-bottom: 1em;
}

.reportBackBtn {
	border: 2px #cecbcb solid;
	border-radius: 10px;
	width: 150px;
	margin-left: -5px;
	font-weight: bold;
	font-size: 22px;
	filter: drop-shadow(4px 4px 5px #d0cece);
	background-color: white;
}

.lgi-v2 {
	position: relative;
	z-index: 1;
	background: #eee;
}

	.lgi-v2:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 50%; /* or 100px */
		border-bottom: 2px solid #1eb4cc;
	}

	.lgi-v2 a {
		color: #5E6A71;
		font-size: 16px !important;
	}

/* ----------- GROUPED MEDIA QUERIES ----------- */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.99px) {
	.arrowClaims {
		position: absolute;
		top: 96%;
		left: 47%;
		height: 36px;
		z-index: 400;
		transform: rotate(90deg);
	}

	.phoneSpacing {
		margin-bottom: 55px;
	}

	.lgi-v2 {
		background-color: #fff !important;
		border: none !important;
	}

	.navContainer {
		margin-top: 0px;
	}

	.nav .nav-links-top {
		margin-top: 0px;
	}

	.jd-power-banner {
		min-height: 100vh !important;
	}

	.roadside-banner {
		background: linear-gradient(0deg, rgba(224,130,6,1) 0%, rgba(224,82,6,1) 100%) !important;
		padding: 2.5rem 1rem 2rem 1rem;
		min-height: 100vh;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.roadside-banner-inner {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.roadside-banner-image img {
		margin: -40px 0px -120px 10px;
		display: block;
		max-width: 100%;
	}

	.roadside-banner-content {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.roadside-title {
		margin-bottom: 2rem;
		line-height: 1.2;
		text-align: center;
	}

		.roadside-title strong {
			font-weight: 900;
		}

	.roadside-subtext {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.99px) {
	.display-grid {
		margin-bottom: 15px;
	}

	.wideBannerContainer {
		background-image: url("/Content/Images/claimscenter/mobile_cars.svg");
		background-repeat: no-repeat;
		background-position: bottom center;
		border-bottom: none;
		height: 500px;
	}

	.greyBtn {
		margin-top: 15px !important;
	}

	#wideBannerContainer.roadside {
		height: auto;
	}

	.mobileHeadImg{
		max-height:22px;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.99px) {
	/* No rules present, removed for clarity */
}

/* Large devices (desktops, less than 1510px) */
@media (max-width: 1510px) {
	.videoContainer {
		margin-top: -257px;
	}
}

/* Large devices (desktops, less than 1260px) */
@media (max-width: 1260px) {
	.videoContainer {
		margin-top: -287px;
	}
}

/* Large devices (desktops, less than 1049px) */
@media (max-width: 1049px) {
	.videoContainer {
		margin-top: -287px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#wideBannerContainer.roadside h1 {
		font-size: 50px;
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.roadside form {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.col-md-2 {
		-ms-flex: 0 0 11.666667%;
		flex: 0 0 11.666667%;
		max-width: 11.666667%;
	}
}

/* Medium devices (tablets, 768px and up, and less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.roadside-title {
		font-size: 2rem;
	}

	.roadside-banner-image img {
		max-width: 440px;
		margin-bottom: 115px;
		margin-left: -165px;
	}

	#buttonRowbtn {
		margin-top: 1em;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) {
	.wideBannerContainer {
		height: 600px;
	}
}

/* Devices less than 877px */
@media (max-width: 877px) {
	.videoContainer {
		margin-top: -307px;
	}

	#video_overlays {
		width: 360px;
	}
}

/* Coverage Guide Banner Responsive */
@media (min-width: 1200px) {
	#wideBannerContainer.roadside {
		height: 420px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.roadside-banner-image img {
		max-width: 620px;
		margin-bottom: 60px;
		margin-left: -105px;
	}

	#wideBannerContainer.roadside {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	#wideBannerContainer.roadside {
		text-align: left;
	}
}

/* Coverage Guide Banner Mobile Font Sizes */
@media (max-width: 440px) {
	.roadside-title {
		font-size: 2rem !important;
	}

	.roadside-subtext {
		font-size: 1.1rem !important;
		margin-bottom: 1rem;
	}
	.mobileImagine {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
}

@media (min-width: 400px) and (max-width: 440px) {
	
}

@media (min-width: 360px) and (max-width: 399.98px) {
	.roadside-banner-image img {
		margin: -30px 0px -85px 8px;
	}
}

@media (max-width: 359.98px) {
	.roadside-banner-image img {
		margin: -30px 0px -80px 18px;
	}
}

/* ----------- END GROUPED MEDIA QUERIES ----------- */

/* Coverage Guide Banner Styles */
.wideBannerContainer.roadside-banner {
	background: linear-gradient(0deg, rgba(224,130,6,1) 0%, rgba(224,82,6,1) 100%);
	color: #fff;
	min-height: 400px;
	padding: 30px 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	overflow: hidden;
}

.roadside-banner-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.roadside-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.roadside-title, .roadside-subtext {
	color: #fff;
}

.roadside-title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.roadside-subtext {
	font-size: 1.1rem;
	margin-bottom: 0.875rem;
}

.roadside-banner-image img {
	margin-bottom: 10px;
	margin-left: -110px;
	max-width: 800px;
	height: auto;
	min-width: 320px;
}

.roadside-btn:hover,
.roadside-btn:focus {
	background-color: #1BA2B7 !important;
	color: #fff;
}

.roadside-zip {
	background: #fff;
	color: #333;
	border: none;
	border-radius: 2px;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	width: 160px;
	margin-right: 0;
	box-shadow: none;
}

.roadside ::placeholder {
	color: #1eb4cc;
	opacity: 1;
}

.roadside :-ms-input-placeholder {
	color: #1eb4cc;
}

.roadside form + p {
	line-height: 100%;
}

/* Responsive Styles */
@media (min-width: 1200px) {
	#wideBannerContainer.roadside {
		height: 420px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.roadside-banner-image img {
		max-width: 620px;
		margin-bottom: 60px;
		margin-left: -105px;
	}

	#wideBannerContainer.roadside {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	#wideBannerContainer.roadside {
		text-align: left;
	}
}

@media (max-width: 991.98px) {
	#wideBannerContainer.roadside {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.roadside-title {
		font-size: 2rem;
	}

	.roadside-banner-image img {
		max-width: 400px;
		margin-bottom: 105px;
		margin-left: -135px;
	}
}

@media (min-width: 768px) {
	#wideBannerContainer.roadside h1 {
		font-size: 50px;
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.roadside form {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.roadside-banner {
		background: linear-gradient(0deg, rgba(224,130,6,1) 0%, rgba(224,82,6,1) 100%) !important;
		padding: 2.5rem 1rem 2rem 1rem;
		min-height: 100vh !important;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.roadside-banner-inner {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.roadside-banner-image img {
		margin: -40px 0px -120px 10px;
		display: block;
		max-width: 100%;
	}

	.roadside-banner-content {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.roadside-title {
		margin-bottom: 2rem;
		line-height: 1.2;
		text-align: center;
	}

		.roadside-title strong {
			font-weight: 900;
		}

	.roadside-subtext {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 440px) {
	.roadside-title {
		font-size: 2rem !important;
	}

	.roadside-subtext {
		font-size: 1.1rem !important;
		margin-bottom: 1rem;
	}
}

