﻿@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

body {font-family: "open-sans",sans-serif;
}

header h1 {
	color: #535454;
	font-family: "open-sans",sans-serif;
	font-size: 32px;
	font-weight: 700;
	padding: 40px 0 20px 0;
}


.side-menu {
	position: fixed;
	width: 135px;
	height: 100%;
	left: 0;
	background-color: rgba(205,205,205,0.92);
	border-right: 2px solid #000;
	display: none;
	-webkit-transition: width 1s;
	/* Safari */
	transition: width 1s;
}

@media screen and (min-width: 1350px) {
	.side-menu {
	display: block; } }

	.side-menu a {
		color: #000;
		font-size: 10px;
		font-weight: 700;
		text-align: center;
		width: 100%;
		display: block;
		padding: 15px;
		text-decoration:none;
	}

	.side-menu a:visted {
		color: #000;
	}

	.side-menu a:hover {
		color: #fff;
		background-color: #000;
	}

	.side-menu .active {
		color: #fff;
		background-color: #000;
	}

	.side-menu img {
		text-align: center;
		display: block;
		margin: 15px auto;


	}

	.menu-stroke {
		border-top: 1px solid #999999;
	}

	.fa {
		color: #000;
		font-size: 20px;
		font-weight: 300;
		text-align: center;
		padding: 0;
	}



	header #nav-toggle {
		padding: 20px 20px 0 12px;
		background: #000000;
		color: #fff;
		text-align: center;
		font-size: 12px;
		display: block;
		float: right;
		margin: 6px 0 0 10px;
		width: 50px;
		height: 55px;
	vertical-align: baseline; }
	@media screen and (min-width: 568px) {
		header #nav-toggle {
			width: 62px;
			height: 63px;
			font-size: 14px;
		padding: 20px 20px 0 20px; } }
		@media screen and (min-width: 1000px) {
			header #nav-toggle {
				width: 72px;
				height: 73px;
				font-size: 14px;
			padding: 25px 20px 0 20px; } }
			header #nav-toggle i {
				padding-top: 18px;
				display: block;
				font-style: normal;
				position: relative;
			left: -3px; }
			@media screen and (min-width: 568px) {
				header #nav-toggle i {
				left: -6px; } }
				@media screen and (min-width: 1000px) {
					header #nav-toggle i {
						padding-top: 24px;
					left: 0; } }
					header #nav-toggle:hover {
						text-decoration: none;
					cursor: pointer; }
					header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
						cursor: pointer;
						height: 3px;
						width: 25px;
						background: white;
						position: absolute;
						display: block;
						content: '';
					transition: all 500ms ease-in-out; }
					@media screen and (min-width: 1000px) {
						header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
							height: 5px;
						width: 35px; } }
						header #nav-toggle span:before, header #nav-toggle span:before:before, header #nav-toggle span:after:before {
						top: -7px; }
						@media screen and (min-width: 1000px) {
							header #nav-toggle span:before, header #nav-toggle span:before:before, header #nav-toggle span:after:before {
							top: -10px; } }
							header #nav-toggle span:after, header #nav-toggle span:before:after, header #nav-toggle span:after:after {
							bottom: -7px; }
							@media screen and (min-width: 1000px) {
								header #nav-toggle span:after, header #nav-toggle span:before:after, header #nav-toggle span:after:after {
								bottom: -10px; } }
								header #nav-toggle.active span {
									background-color: transparent;
								margin-top: 5px; }
								header #nav-toggle.active span:before, header #nav-toggle.active span:after {
									transition: all 500ms ease-in-out;
								top: 0; }
								header #nav-toggle.active span:before {
								transform: rotate(45deg); }
								header #nav-toggle.active span:after {
								transform: rotate(-45deg); }

								@media screen and (min-width: 1350px) {
									header #nav-toggle {
										display: none;

									}
								}


								#sidebar {
									background: #e5e5e5;
									color: #000000;
								padding: 20px 0 0 20px; }
								@media screen and (min-width: 1000px) {
									#sidebar {
									padding: 40px 0 0 50px; } }

									#sidebar a {
										color: #000;
										text-decoration:none;
									}

									#sidebar a:hover {
										color: #fff;
										background-color: #000;
									}

									#sidebar .close-x {
										display: none;
										cursor: pointer;
										color: #000;
										font-size: 14px;
									padding: 30px 10% 0 0; }
									@media screen and (min-width: 1000px) {
										#sidebar .close-x {
										display: block; } }
										#sidebar .close-x i {
											background: url(../images/x.png) no-repeat;
											background-size: 20px 20px;
											display: inline-block;
											width: 30px;
											height: 20px;
											float: left;
										padding-right: 10px; }
										#sidebar ul {
											list-style: none;
											margin: 0;
										padding: 0; }
										#sidebar ul:before {
											clear: both;
											display: table;
										content: ''; }
										#sidebar ul li {
											font-size: 18px;
											text-align: center;
											width: 75%;
										position: relative; }
										@media screen and (min-width: 1000px) {
											#sidebar ul li {
												font-size: 22px;
											width: 80%; } }
											#sidebar ul li a {
												border-top: 1px solid #999999;
												display: block;
											padding: 22px 0; }
											#sidebar ul li:first-child a {
											border: 0; }
											#sidebar ul li ul {
												display: none;
											padding-bottom: 20px; }
											#sidebar ul li ul li {
												font-size: 16px;
												line-height: 30px;
												display: block;
											width: 80%; }
											#sidebar ul li ul li:first-child {
												border-top: 1px solid #999999;
											padding-top: 20px; }
											#sidebar ul li ul li a {
												padding: 0;
											border: 0; }
											#sidebar ul li .aw {
												position: absolute;
												right: 0;
												top: 20px;
												z-index: 999;
											font-size: 25px; }
											#sidebar ul li .aw:hover {
											cursor: pointer; }
											@media screen and (min-width: 1000px) {
												#sidebar ul li .aw {
												font-size: 35px; } }


												footer {
													margin-top:25px;
													margin-bottom: 50px;
													padding-top: 25px;
												}

												footer .fa {
													color: #000;
													font-size: 20px;
													font-weight: 300;
													padding: 0;
												}

												footer li {
													display: inline;
													list-style-type: none;
													padding-right:25px;
												}


												/* ========== home ============= */

												.vibrant {
													font-size:56px;
													line-height: 66px;
													font-family: 'EB Garamond', serif;
													color: #b36106;
													text-align:center;
													margin-top: 80px;
												}

												.innovative {
													font-size:56px;
													font-family: 'EB Garamond', serif;
													color: #5064a0;
													text-align:center;
												}

												.adaptive {
													font-size:56px;
													font-family: 'EB Garamond', serif;
													color: #96c421;
													text-align:center;
												}

												.personable {
													font-size:56px;
													font-family: 'EB Garamond', serif;
													color: #979898;
													text-align:center;
												}

												.logo {
													margin-top: 50px;
													margin-bottom: 20px;
												}

												.report {
													font-size:30px;
													font-family: 'EB Garamond', serif;
													color: #000;
													text-align:center;
												}


												/*================= about page==================*/

												.about-feature {
													background-color: #5064a0;

												}

												.about-feature p {
													color: #ffffff;
													font-size: 34px;
													font-weight: 100;
													line-height: 40px;
													padding-top: 35px;

												}

												.about-experienced {
													padding: 25px 0 25px 0;

												}

												.about-experienced h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:32px;
													line-height: 36px;
													margin-top: 0px;
												}

												.about-experienced p {
													color: #535454;
													font-size: 19px;
													font-weight: 100;
													line-height: 30px;

												}

												.hr-exp {
													background-color: #b4d263;
													height: 8px;
													width: 100%;
													margin-top: 20px;
												}

												.about-facts h2 {
													font-size: 48px;
													font-family: 'EB Garamond', serif;
													color: #535454;
													padding-bottom: 30px;

												}

												.about-facts .facts {
													font-size: 21px;
													line-height: 30px;
													margin-left: -19px;
													font-weight:100;
													color: #535454;
												}

												.about-facts .enviro-col {
													padding-top: 35px;
												}

												.about-facts .enviro {
													font-size: 18px;
													line-height: 24px;
													font-style:italic;
													font-weight:300;
													color: #191817;
													margin-left: -30px;
												}

												.about-engaging {
													background-image: url(../images/about-kayak.jpg);
													height: 593px;
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													margin-top:25px;

												}

												.about-engaging h2 {
													font-size: 84px;
													line-height: 80px;
													font-family: 'EB Garamond', serif;
													color: #fff;
													padding-top: 80px;
												}

												.engaging-text p {
													font-size: 21px;
													color: #535454;
													font-weight: 100;
													padding: 35px 0 25px 0;
												}



												.about-focus {
													background-image: url(../images/about-agent.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													height: 588px;

												}

												.about-focus h2 {
													font-size: 84px;
													font-family: 'EB Garamond', serif;
													color: #fff;
													text-align: right;
													padding-top: 300px;

												}

												.focus-text p {
													font-size: 21px;
													color: #535454;
													font-weight: 100;
													padding: 35px 0 25px 0;
												}


												@media screen and (max-width: 780px) {
													.about-engaging h2 {
														font-size: 52px;
														line-height: 62px;
														font-family: 'EB Garamond', serif;
														color: #fff;
														padding-top: 40px;
													}

													.about-engaging {
														background-image: url(../images/about-kayak.jpg);
														height: 300px;
														-webkit-background-size: cover;
														-moz-background-size: cover;
														-o-background-size: cover;
														background-size: cover;
														background-repeat: no-repeat;
													}

													.about-focus h2 {
														font-size: 52px;
														font-family: 'EB Garamond', serif;
														color: #fff;
														text-align: right;
														padding-top: 100px;

													}

													.about-focus {
														background-image: url(../images/about-agent.jpg);
														-webkit-background-size: cover;
														-moz-background-size: cover;
														-o-background-size: cover;
														background-size: cover;
														background-repeat: no-repeat;
														height: 300px;
													}

												}


												@media screen and (max-width: 412px) {
													.about-engaging h2 {
														font-size: 48px;
														line-height: 58px;
														font-family: 'EB Garamond', serif;
														color: #000000;
														margin-top: -225px

													}

													.about-engaging {
														background-image: url(../images/about-kayak.jpg);
														background-size: 100%;
														margin-top:195px;
														height:100px;

													}

													.about-focus h2 {
														font-size: 48px;
														line-height: 58px;
														font-family: 'EB Garamond', serif;
														color: #000000;
														margin-top: -205px

													}

													.about-focus {
														background-image: url(../images/about-agent.jpg);
														background-size: 100%;
														margin-top:195px;
														height:100px;
													}

												}



												.mission-bar{
													height: 8px;
												background-color:#5064a0;}

												.about-mission{padding-bottom:80px;}

												.about-mission h2 {
													font-size: 50px;
													font-family: 'EB Garamond', serif;
													color: #63559f;

												}

												.mission {
													font-size: 39px;
													color: #000;
													font-family: 'EB Garamond', serif;

												}

												.about-mission p {
													font-size: 19px;
													color: #535454;

												}

												.about-contact {
													padding-top: 25px;
													padding-bottom: 85px;
												}

												.contact-bar {
													background-color: #7f2346;
													height: 8px;
													width: 100%;
													margin-top: 20px;
													margin-bottom: 30px;
												}

												.about-contact h4 {
													font-size: 32px;
													color: #535454;
													padding:20px 0 30px 0;

												}

												.about-contact p {
													font-size: 21px;
													color: #535454;

												}


												/*============ Claims Enhancements Page ============== */


												.claims-easier {
													padding: 25px 0 45px 0;

												}

												.claims-easier h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													text-align:center;
													font-size:34px;
													line-height: 40px;
													font-weight:700;
													margin-top: 0px;
												}

												@media screen and (max-width: 768px) {
													.claims-easier h2 {font-size:32px;line-height: 30px;}
												}

												.claims-easier p {
													color: #535454;
													font-size: 29px;
													line-height: 38px;
													font-weight: 100;
													text-align:center;

												}

												@media screen and (max-width: 768px) {
													.claims-easier p {font-size: 23px;line-height: 26px;}
												}

												.claims-phone {
													padding: 25px 0 25px 0;
												}

												.claims-phone h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:23px;
													line-height: 30px;
													font-weight:700;
													margin-top: 0px;
												}

												.claims-phone p {
													color: #535454;
													font-size: 20px;
													font-weight: 100;
													line-height: 30px;
												}


												.claims-automated {
													padding: 45px 0 25px 0;
												}


												.claims-automated h3{text-align: right; font-size:29px;}
												@media screen and (max-width: 767px) {.claims-automated h3{text-align: left;}}

												.claims-automated h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:24px;
													line-height: 30px;
													font-weight:700;
													margin-top: 0px;
												}

												.claims-automated p {
													color: #535454;
													font-size: 19px;
													font-weight: 100;
													line-height: 30px;
												}

												.claims-automated img {margin-top:-80px;}
												@media screen and (max-width: 1199px) {.claims-automated img {margin-top:15px;}}
												@media screen and (max-width: 767px) {.claims-automated img {margin-top:5px;}}

												.gray-bar {
													height: 8px;
													background-color: #bfbfbf;
												}

												.claims-icons {margin-bottom: 100px;}

												/*============ download page ============== */


												.downloads-feature {
													background-color: #5064a0;
													padding: 35px 0 55px 0;
												}

												.downloads-feature p {
													color: #ffffff;
													font-size: 33px;
													font-weight: 100;
													line-height: 40px;
													padding-top: 15px;
												}

												.downloads-feature a {
													color:#ffffff;
													text-decoration:underline;
												}

												.downloads-feature a:hover {
													color:rgba(255,232,141,1.00);
													text-decoration:underline;
												}

												.downloads-small {
													color: #ffffff;
													font-size: 16px;
													font-weight: 300;
													font-style: italic;
												}



												.downloads-convenience	{padding-top:45px;}

												.downloads-mobile {margin-bottom: 50px;}

												.dl-icon {margin-top:-35px;}
												.dl-phone {margin-top:-180px;}

												@media screen and (max-width: 991px) {
													.dl-phone {margin-top:-60px;}
												}


												.downloads-mobile p {
													color: #535454;
													font-size: 20px;
													line-height: 30px;
												}


												.downloads-mobile ul {
													list-style: none;
													padding:0;
													margin:0;
												}

												.downloads-mobile li {
													font-size: 20px;
													text-indent: 20px;
												}

												.downloads-mobile li:before {
													content: "• ";
													color: #b4d261;
													font-size: 28px;
													line-height: 30px;
													margin-left: -23px;
												}

												.maroon-bar {
													height: 8px;
													background-color: #7f2346;
												}

												.downloads-cyber {
													background-image: url(../../assets/images/downloads-bg.jpg);
													background-repeat:no-repeat;
													width: 100%;
													padding: 55px 0 150px 0	;
													margin-top: -8px;
												}

												.downloads-cyber h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:36px;
													line-height: 40px;
													font-weight:100;
													padding-top: 40px;
												}

												.downloads-cyber p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:18px;
													line-height: 24px;
													font-weight:100;
													font-style:italic;
												}

												/* ========== employee engagement page =======*/


												.employees-feature {}

												.employees-feature p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:36px;
													line-height: 40px;
													font-weight:100;
													padding-top: 30px;
												}

												.employees-small {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:18px;
													line-height: 24px;
													font-weight:100;
													font-style:italic;
												}

												.employees-sidebar {
													background-color: #eeedeb;
													padding-bottom:85px;

												}

												.employees-sidebar p {
													font-size: 21px;
													line-height: 30px;
													font-weight:100;
													color: #535454;
													padding: 10px 0 10px 16px;

												}

												.employees-sidebar h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 36px;
													font-weight:700;
													padding:18px 0 0 16px;

												}

												.employees-sidebar ul li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
													margin-top:15px;

												}

												.employees-communication h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:36px;
													line-height: 40px;
													font-weight:100;
													text-align:center;
													padding-top:25px;

												}

												.employees-engagement p {
													font-size: 21px;
													line-height: 30px;
													font-weight:100;
													color: #535454;
													padding: 20px 0 0 0;

												}

												.bar {
													padding: 45px 0 45px 0;
												}

												.employee-h4	{

													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:30px;
													line-height: 30px;
													font-weight:100;
													text-align:center;
													padding:25px 0 25px 0;
												}

												.employee-pics	{
													background-color:#535553;
													padding: 80px 0 80px 0;

												}

												.green-bar {
													background-color: #b4d263;
													height: 8px;
													width: 100%;
													margin-bottom: -8px;
												}

												/* ============ Presidents Messge ========*/

												.presidents-feature {
													background-color: #145b7a;
													margin-bottom: 40px;

												}

												.presidents-feature p {
													color: #ffffff;
													font-size: 48px;
													font-weight: 100;
													line-height: 58px;
													padding-top: 40px;
													font-family: 'EB Garamond', serif;

												}


												.presidents-intro {padding-top:50px;}

												.presidents-intro p {
													font-size: 21px;
													line-height: 30px;
													font-weight:100;

													padding-bottom: 25px;

												}

												.presidents-intro p strong {
													font-size: 30px;

												}

												.presidents-message p {
													font-size: 21px;
													line-height: 30px;
													font-weight:100;
													color: #535454;
													padding-bottom: 25px;

												}

												.presidents-message ul{margin-left:-15px;}

												.presidents-message li {
													font-size: 25px;
													line-height: 30px;
													font-weight:100;
													color: #535454;
													padding-bottom: 5px;
												}

												.presidents-message p strong {
													font-size: 29px;
													color:#000;
												}

												.presidents-message h2	{

													color: #000;
													font-family: 'EB Garamond', serif;
													font-size:32px;
													line-height: 38px;
													font-weight:300;
													text-align: center;
													margin-bottom:25px;

												}

												.presidents-message h3	{

													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													text-align:center;
													font-weight:700;
													padding:25px 0 25px 0;
												}

												.presidents-sig {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 15px;
													line-height: 18px;
													font-weight: 300;
													font-style: italic;
												}

												.presidents-stats {
													background-color: #eaf3d1;
													padding: 25px 0 25px 0;
												}

												.presidents-stats h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 30px;
													line-height: 35px;
													font-weight: 100;
													text-align:center;
													padding-bottom: 20px;
												}

												.presidents-stats p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 19px;
													line-height: 30px;
													font-weight: 100;

												}

												.presidents-stats spotlights {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 24px;
													line-height: 30px;
													font-weight: 700;

												}

												.presidents-stats li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 19px;
													line-height: 30px;
													font-weight: 100;
													margin-left: -15px;

												}

												.pres-bar {
													background-color: #7f2346;
													height: 8px;
													width: 100%;
													margin-top: 40px;
													margin-bottom: 40px;
												}

												.mgt-team	{
													background-color: #535553;
													padding-bottom:100px;
													margin-top:40px;

												}

												.mgt-team h2	{
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 30px;
													line-height: 36px;
													font-weight: 300;

												}

												.mgt-team p	{
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 18px;
													line-height: 24px;
													font-weight: 700;
													padding: 10px 0 0 0;
													margin-bottom: 0px;
													margin-top:50px;

												}

												.title	{
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 18px;
													line-height: 24px;
													font-weight: 100;
													font-style: italic;
												}


												.pres-orange-bar {
													background-color: #b36106;
													height: 8px;
													width: 100%;

												}

												/* =============== Board =========== */

												.board {
													background-color: #eeedeb;
													padding-bottom: 25px;

												}

												.board-headers {
													background-color: #8d1a37;
													margin-top: 0px;
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 18px;
													padding: 8px;
												}

												.b-names {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 21px;
													line-height: 30px;
													font-weight: 100;
													margin-bottom:0px;

												}

												.b-titles {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 16px;
													line-height: 22px;
													font-weight: 100;
													font-style:italic;
												}

												.officers {
													padding: 25px 0 0 0;
												}

												.officers h2 {
													margin: 25px 0 15px 0;
												}

												.mbrlogo {margin-top:80px}

												/* ============== Wisconsin ============ */

												.wisconsin {margin-top: 25px; margin-bottom: 50px;}

												.wisconsin h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:100;
												}
												.iowa-bar {
													background-color: #bfbfbf;
													height: 8px;
													width: 100%;

												}

												.iowa {margin-top: 25px; margin-bottom: 50px;}

												.iowa h2 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:100;
													text-align:center;
												}

												.iowa p	{
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size: 19px;
													line-height: 28px;
													font-weight: 100;
													padding: 10px 0 0 0;
													margin-bottom: 0px;

												}

												/* =============== Products ========= */


												.products-end {
													background-image: url(../images/product-feature.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													padding: 25px 0 025px 0;
													margin-top: 20px;
												}

												.products-end h2 {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:100;
													text-align:center;
												}

												.products-data-end {
													padding: 25px 0 25px 0;
												}

												.products-data-end h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-top: 5px;
												}

												.products-data-end h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:32px;
													line-height: 40px;
													font-weight:300;
												}

												.products-data-end p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}

												.products-data-end li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
													margin-bottom: 15px;
												}

												.products-data {
													padding: 0px 0 25px 0;
												}

												.products-data h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-top: 0px;
												}

												.products-data h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:32px;
													line-height: 40px;
													font-weight:300;
												}

												.products-data p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}

												.products-data li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
													margin-bottom: 15px;
												}

												.products-data h4 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:23px;
													line-height: 36px;
													font-weight:700;

												}

												.products-data h5 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 40px;
													font-weight:100;
													text-align:center;
												}

												.products-3-reasons {
													background-image: url(../images/products-3-reasons-bg.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													height:700px;
													padding: 25px 0 025px 0;
												}

												.products-maroon-bar {
													height: 8px;
													background-color: #7f2346;
													margin: 25px 0 25px 0;
												}

												.products-gray-bar {
													height: 8px;
													background-color: #c3c1c3;
												}

												.products-telematics h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:32px;
													line-height: 40px;
													font-weight:100;
													text-align: center;
													margin: 25px 0 25px 0;
												}

												.products-telematics p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}

												.telematics-maroon-bar {
													height: 8px;
													background-color: #7f2346;
													margin: 50px 0 50px 0;
												}

												.products-telematics h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-bottom: 25px;
												}

												.telematics-callout {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size:32px;
													line-height: 42px;
													font-weight:300;
													margin: 65px 0 0 50px;
													z-index:1000;
													position:absolute;
												}

												.telematics-callout-bg {
													background-image: url(../images/products-telematics.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													height:460px;
												}

												@media screen and (max-width: 500px) {

													.telematics-callout-bg {
													height:400px;}

													.telematics-callout {
														font-size:25px;
														line-height: 42px;
														font-weight:300;
														margin: 30px 0 0 20px;

													}

												}

												.products-3-reasons h2 {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size:24px;
													line-height: 30px;
													font-weight:300;
													background-color:#FF0004;
													margin-top:-24px;
													padding: 5px;
												}

												.circle-1 {
													border-radius: 50%;
													width: 250px;
													height: 250px;
													background-color:#f8bf81;

												}

												.circle-1 p {
													color: #000;
													font-family: 'EB Garamond', serif;
													font-size:25px;
													line-height: 25px;
													font-weight:300;
													text-align: center;
													padding: 0 30px 0 30px;
												}

												.circle-1 hr {
													width: 70%;
													background-color:#f28004;
													height: 1px;
													border: none;
													margin-bottom: 5px;
													margin-top: 2px;
												}


												.circle-1 h3 {
													color: #f28004;
													font-family: "open-sans",sans-serif;
													font-size:50px;
													font-weight:700;
													text-align: center;
													padding: 5px 0 -20px 0;
												}

												.circle-2 {
													border-radius: 50%;
													width: 250px;
													height: 250px;
													background-color:#95b3ce;
													margin-left:200px;
													margin-top: -150px;

												}

												.circle-2 p {
													color: #000;
													font-family: 'EB Garamond', serif;
													font-size:25px;
													line-height: 25px;
													font-weight:300;
													text-align: center;
													padding: 0 30px 0 30px;
												}

												.circle-2 hr {
													width: 70%;
													background-color:#5c8ab4;
													height: 1px;
													border: none;
													margin-bottom: 5px;
													margin-top: 2px;
												}


												.circle-2 h3 {
													color: #5c8ab4;
													font-family: "open-sans",sans-serif;
													font-size:50px;
													font-weight:700;
													text-align: center;
												}

												.circle-3 {
													border-radius: 50%;
													width: 250px;
													height: 250px;
													background-color:#d1e081;
													margin-left:10px;
													margin-top: -160px;
													margin-bottom: 25px;

												}

												.circle-3 p {
													color: #000;
													font-family: 'EB Garamond', serif;
													font-size:25px;
													line-height: 25px;
													font-weight:300;
													text-align: center;
													padding: 0 30px 0 30px;
												}

												.circle-3 hr {
													width: 70%;
													background-color:#94c546;
													height: 1px;
													border: none;
													margin-bottom: 5px;
													margin-top: 2px;
												}


												.circle-3 h3 {
													color: #94c546;
													font-family: "open-sans",sans-serif;
													font-size:50px;
													font-weight:700;
													text-align: center;
													padding: 5px 0 -20px 0;
												}

												.circle-3 img {
													margin-left: 100px;
													margin-top: 40px;
												}


												@media screen and (max-width: 500px) {

													.circle-3  {
														border-radius: 50%;
														width: 200px;
														height: 200px;
														margin-left:10px;
														margin-top: -100px;
														margin-bottom: 15px;
													}

													.circle-2  {
														border-radius: 50%;
														width: 200px;
														height: 200px;
														margin-left:180px;
														margin-top:-140px;
													}

													.circle-1  {
														border-radius: 50%;
														width: 200px;
														height: 200px;
													}

													.circle-1 p  {
														font-size:18px;
														line-height:18px;
													}

													.circle-2 p  {
														font-size:18px;
														line-height:18px;
													}

													.circle-3 p  {
														font-size:20px;
														line-height:18px;
													}

												}


												.three-x p {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													font-weight:700;
													padding: 35px 0 0 0px;
												}

												.arrow {
													background-image: url(../images/arrow.png);
													background-repeat:no-repeat;
													width: 700px;
													height: 160px;
													margin-top: -500px;
													padding: 40px 0 20px 50px;
												}

												.arrow p {
													color: #000;
													font-family: "open-sans",sans-serif;
													font-size:19px;
													line-height: 19px;
													font-weight:300;
													padding-right: 280px;
													padding-top: 10px;
												}

												.big-74 {
													color: #000;
													font-family: "open-sans",sans-serif;
													font-size: 50px;
													font-weight: 700;
													float: left;
													padding-right: 5px;
												}


												@media screen and (max-width: 1350px) {
													.arrow {
														width: 550px;
														padding: 40px 0 20px 40px;
														margin-top: -510px;
													}

													.arrow p {
														padding-right: 180px;
														padding-top: 10px;
													}

												}

												@media screen and (max-width: 1200px) {
													.arrow {
														width: 850px;
														padding: 40px 0 20px 40px;
														margin-top: -400px;
													}
												}

												@media screen and (max-width: 991px) {
													.arrow {
														width: 700px;
														padding: 40px 0 20px 40px;
														margin-top: -360px;
													}

												}



												@media screen and (max-width: 830px) {
													.arrow {
														width: 600px;
														padding: 40px 0 20px 40px;
														margin-top: -360px;
													}
													.arrow p {
														padding-right: 200px;

													}

												}

												@media screen and (max-width: 768px) {
													.arrow {
														width: 600px;
														padding: 40px 0 20px 40px;
														margin-top: -330px;
													}
													.arrow p {
														padding-right: 200px;

													}

												}

												@media screen and (max-width: 736px) {
													.arrow {
														width: 600px;
														padding: 40px 0 20px 40px;
														margin-top: -365px;
													}
													.arrow p {
														padding-right: 200px;

													}

												}

												@media screen and (max-width: 780px) {
													.arrow {
														width: 600px;
														padding: 40px 0 20px 40px;
														margin-top: -360px;
													}
													.arrow p {
														padding-right: 200px;

													}

												}

												@media screen and (max-width: 667px) {
													.arrow {
														width: 550px;
														padding: 40px 0 20px 40px;
														margin-top: -370px;
													}
													.arrow p {
														padding-right: 200px;

													}

												}

												@media screen and (max-width: 640px) {
													.arrow {
														width: 500px;
														padding: 40px 0 20px 40px;
														margin-top: -370px;
													}
													.arrow p {
														padding-right: 100px;

													}

												}

												@media screen and (max-width: 568px) {
													.arrow {
														width: 420px;
														padding: 40px 0 20px 40px;
														margin-top: -350px;
													}
													.arrow p {
														padding-right: 35px;

													}

													.circle-3{
														margin-bottom:30px;
													}

												}

												@media screen and (max-width: 500px) {
													.arrow {
														width: 420px;
														padding: 40px 0 20px 40px;
														margin-top: -360px;
													}
													.arrow p {
														padding-right: 40px;

													}
													.circle-3 {
														margin-bottom: 50px;
													}

												}



												@media screen and (max-width: 414px) {
													.arrow {
														width: 300px;
														padding: 40px 0 20px 40px;
														margin-top: -330px;
													}
													.arrow p {
														padding-right: 20px;
														font-size:13px;

													}
													.circle-3 {
														margin-bottom: 50px;
													}

													.products-3-reasons p {
														font-size:16px;
													}

													.arrow p {
														padding-right: 20px;
														font-size:13px;
														line-height:15px;
														padding-top:5px;

													}

												}

												@media screen and (max-width: 400px) {
													.arrow {
														width: 320px;
														padding: 40px 0 20px 40px;
														margin-top: -360px;
													}
													.arrow p {
														padding-right: 20px;
														font-size:14px;


													}
													.circle-3 {
														margin-bottom: 50px;
													}

													.big-74: {
														font-size: 28px;
													}

												}

												@media screen and (max-width: 375px) {
													.arrow {
														width: 320px;
														padding: 40px 0 20px 40px;
														margin-top: -330px;
													}

													.circle-1 {
														margin-left:-15px;
													}

													.circle-2 {
														margin-left: 150px;
													}

													.target{
														width:90%;
														padding-left:0px;
														margin-left:-50px;
													}

													.products-3-reasons p {
														padding-top:0px;
														margin-right:-20px;

													}

												}

												@media screen and (max-width: 360px) {

													.circle-1 {
														margin-left: -25px;
													}

													.circle-2 {
														margin-left: 130px;
													}

													.circle-3 {
														margin-left: 0px;
													}
													.target{
														width:90%;
														padding-left:0px;
														margin-left:-50px;
													}

												}

												@media screen and (max-width: 320px) {
													.arrow {
														width: 280px;
														padding: 40px 0 20px 40px;
														margin-top: -320px;
													}

													.products-3-reasons p {
														padding-top:0px;
														font-size:14px;
													}

													.arrow p {
														padding-right: 20px;

													}

													.circle-1 {
														margin-left: -35px;
														margin-bottom: 35px;
													}

													.circle-2 {
														margin-left: 95px;
														margin-bottom: 35px;
													}

													.circle-3 {
														margin-bottom: 50px;
														margin-left: 0px;
													}

												}


												@media screen and (max-width: 991px) {

													.products-3-reasons {
														background-image: url(../images/products-3-reasons-bg.jpg);
														background-repeat: repeat;
														background-size:cover;
														height:1100px;
														padding: 25px 0 025px 0;
													}

												}

												@media screen and (max-width: 1200px) {

													.products-3-reasons {
														background-image: url(../images/products-3-reasons-bg.jpg);
														background-repeat: repeat;
														background-size:cover;
														height:1100px;
														padding: 25px 0 025px 0;
													}

												}

												@media screen and (max-width: 768px) {

													.products-3-reasons {
														background-image: url(../images/products-3-reasons-bg.jpg);
														background-repeat: repeat;
														background-size:cover;
														height:950px;
														padding: 25px 0 025px 0;
													}

												}

												@media only screen and (max-width: 360px) {
													.telematics-callout-bg {
														background-image:none;
														height:350px;
													}

													.telematics-callout {
														color:#000000;
														font-size:28px;
														line-height: 32px;
														font-weight:300;
														margin: 0px;
													}

												}

												@media only screen and (max-width: 320px) {
													.telematics-callout-bg {
														background-image:none;
														height:380px;
													}

													.telematics-callout {
														color:#000000;
														font-size:20px;
														line-height: 32px;
														font-weight:300;
														margin: 0px;
													}

												}


												/* ==============financial page ========== */

												.financial-feature {
													padding-bottom: 30px;
												}

												.financial-feature p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:36px;
													line-height: 40px;
													font-weight:100;
													padding-top: 30px;
												}

												.christine {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:18px;
													line-height: 22px;
													font-weight:100;
													font-style: italic;
												}

												.financial-feature h2 {
													font-size: 32px;
													font-family: 'EB Garamond', serif;
													color: #535454;
												}

												.financial-charts {
													background-color: #efeeef;
													margin-bottom:25px;
												}

												.big-year {
													font-size: 120px;
													font-family: 'EB Garamond', serif;
													color: #b4d261;
												}


												.charts img   {
													display:inline-block;
												}

												.financial-disclaimer {
													font-size: 14px;
													font-family: 'EB Garamond', serif;
													color: #000000;
													text-align:center;
													margin-top:20px;
												}


												/*===== To Top CSS =======*/

												.cd-top {
													display: inline-block;
													height: 40px;
													width: 40px;
													position: fixed;
													bottom: 40px;
													right: 10px;
													box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
													/* image replacement properties */
													overflow: hidden;
													text-indent: 100%;
													white-space: nowrap;
													background-repeat: no-repeat;
													background-position: center 50%;
													background-image: url(../../assets/images/cd-top-arrow.svg);
													background-color: rgba(0,52,138,0.80);
													visibility: hidden;
													opacity: 0;
													-webkit-transition: opacity .3s 0s, visibility 0s .3s;
													-moz-transition: opacity .3s 0s, visibility 0s .3s;
													transition: opacity .3s 0s, visibility 0s .3s;
												}
												.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
													-webkit-transition: opacity .3s 0s, visibility 0s 0s;
													-moz-transition: opacity .3s 0s, visibility 0s 0s;
													transition: opacity .3s 0s, visibility 0s 0s;
												}
												.cd-top.cd-is-visible {
													/* the button becomes visible */
													visibility: visible;
													opacity: 1;
												}
												.cd-top.cd-fade-out {
													/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
													opacity: .5;
												}
												.no-touch .cd-top:hover {
													background-color: #CCCCCC;
													opacity: 1;
												}
												@media only screen and (min-width: 768px) {
													.cd-top {
														right: 20px;
														bottom: 20px;
													}
												}
												@media only screen and (min-width: 1024px) {
													.cd-top {
														height: 60px;
														width: 60px;
														right: 30px;
														bottom: 30px;
													}
												}


												/* ==============f Top Accomplishments ========== */

												.top-accomp h2 {font-size:45px; line-height: 52px; font-weight: 100; text-align:center; margin-bottom:50px; color:#7f2346;}
												@media only screen and (max-width: 519px) {.top-accomp h2 {font-size:35px; line-height: 45px;}}


												.top-accomp p {font-size:19px; line-height: 29px; margin-top:25px;}

												.top-accomp-green {background:#f3f7e4; margin:25px 0 0;}
												.top-accomp-green p {font-size:19px; line-height: 29px; }
												.top-accomp-green p em {font-size:16px; line-height: 20px; width: 70%;; margin-top: 20px; display: block;}

												.top-accomp-green .inside {padding:25px 15px;}

												.top-accomp-green .green-bar{height: 8px; background-color: #b4d263; margin: 0;}


												/* ============== Esig Section of Products ========== */

												.products-esig {
													background-image: url(../images/esig-bg.jpg);
													background-size:cover;
													height:193px;
												padding: 15px 0;}

												.products-esig h2{color:#fff;font-weight: bold; margin-top: 50px;font-size: 35px;}

												.esig-content .esig-icon{margin-top:-120px;}
												@media only screen and (max-width: 1199px) {.esig-content .esig-icon{margin-top:20px;}}

												.esig-content strong{
													font-size: 19px;
													line-height: 30px;
													font-weight: bold;
													margin-bottom:10px;
												display: block;}

												.esig-content h2{
													font-size: 30px;
													line-height: 35px;
													font-weight: bold;
													margin-top:50px;
												margin-bottom:15px;}

												.esig-content h3{
													font-size: 30px;
													line-height: 35px;
													font-weight: 100;
												}

												.esig-content .check{
													position: absolute;
													bottom: -215px;

												right: 0;}

												.esig-content .driver-callout {
													color:#535454;
													font-size: 30px;
													line-height: 35px;
													font-weight: 100;
													display:block;
													clear: both;
													padding-top:25px;
												}

												.esig-content p{
													font-size: 19px;
													line-height: 30px;
													margin-bottom:10px;
												display: block;}


												.esig-content .phone-id{margin-top: -120px;float: right;}

												.esig-content .driver{margin-top: 80px;}

												.esig-content   .maroon-bar{height: 8px; background-color: #7f2346; clear:both;}

												/* ============== Paygo Section of Products ========== */

												.products-paygo-header {
													background-image: url(../images/solar-eclipse-section.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													padding: 25px 0 25px 0;
													margin-top: 20px;
												}

												.products-paygo-header h2 {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 28px;
													line-height: 32px;
													font-weight:120;
													text-align: left;
												}

												.products-paygo {
													padding: 25px 0 25px 0;
												}

												.products-paygo h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-top: 0px;
												}

												.products-paygo h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:22px;
													line-height: 30px;
													font-weight:300;
												}

												.products-paygo p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}

												.products-paygo li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
													margin-bottom: 15px;
												}

												/* ============== Technology Errors and Omissions Section of Products ========== */

												.products-technology-errors-omissions-header {
													background-image: url(../images/servers.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													padding: 25px 0 25px 0;
													margin-top: 20px;
													height: 375px;
												}

												.products-technology-errors-omissions-header h2 {
													color: #fff;
													font-family: "open-sans",sans-serif;
													font-size: 28px;
													line-height: 32px;
													font-weight:120;
													text-align: left;
												}

												.products-technology-errors-omissions {
													padding: 25px 0 25px 0;
												}

												.products-technology-errors-omissions h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-top: 0px;
												}

												.products-technology-errors-omissions h3 {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:22px;
													line-height: 30px;
													font-weight:300;
												}

												.products-technology-errors-omissions p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}

												.products-technology-errors-omissions li {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
													margin-bottom: 15px;
												}

												/* ============== Self-Service Section of Products ========== */

												.products-self-service-header {
													background-image: url(../images/policyholder-self-service.jpg);
													-webkit-background-size: cover;
													-moz-background-size: cover;
													-o-background-size: cover;
													background-size: cover;
													background-repeat: no-repeat;
													padding: 25px 0 25px 0;
													margin-top: 20px;
													height: 375px;
												}

												.products-self-service-header h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size: 34px;
													line-height: 38px;
													font-weight: 150;
													text-align: left;
												}

												.products-self-service {
													padding: 25px 0 25px 0;
												}

												.products-self-service h2 {
													color: #7f2346;
													font-family: "open-sans",sans-serif;
													font-size:34px;
													line-height: 38px;
													font-weight:700;
													margin-top: 0px;
												}

												.products-self-service p {
													color: #535454;
													font-family: "open-sans",sans-serif;
													font-size:20px;
													line-height: 30px;
													font-weight:100;
												}