@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: 'Open Sans';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
footer {
	clear: both;
}

h4 {
	font-weight: 700;
}
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	color: #0c4c89;
}

#portfolio-wrapper a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;	
}


#portfolio-wrapper .two-columns img {
	width:448px;
	height:auto;
	display:block;
}

#portfolio-wrapper .two-columns li {
	width: 448px;
	display: block;
	position: relative;
	padding: 5px;
}












.saved_payment_selector {
	cursor:pointer;
	text-transform:capitalize;
	border: 5px solid #f1f1f1;
	background-color:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.saved_payment_selector label {
	cursor:pointer;
	color:#0c4c89;
}
.saved_payment_selector label:hover {
	text-decoration:underline;
	color:#000;
}
.saved_payment_selector input {
	display:none;
}











label {
    color:#1D2F43;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background:#FFFFFF;
    border:1px solid #b6b6b6;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border:1px solid #b6b6b6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    font-family:Arial;
    font-size:12px;
    margin:5px 0;
}

input.text, input.title, select {
    padding:5%;
    width:89%;
}

input.title {
    font-size:13px;
}

textarea {
    height:130px;
    padding:2% 2%;
    width:95.5%;
}

form.inline {
}

form.inline p {
    margin-bottom:0;
}

.underline {
	font-size:20px;
	border-bottom:1px solid #b3b3b3;
	font-variant:small-caps;
	font-weight:600;
}

.one-half { width: 460px }
.one-third { width: 300px; }
.two-third { width: 620px; }
.one-fourth { width: 220px; }
.three-fourth { width:700px; }
.one-sixth { width: 140px; }
.five-sixth { width: 780px }

.one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
	position: relative;
	margin-right:20px;
	float: left;	
}

.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 2%;
	float: left;
}
.percent-three-fourth a {
	text-decoration:underline;
}
.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}




























.container {
  max-width: 1468px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.container.full-height {
  height: 100%;
}
.container.no-padding {
  padding: 0;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  height: 52px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.button.button-yellow {
  background-color: #FFB516;
  border-color: #FFB516;
  color: #043873;
}
.button.button-yellow:hover {
  background-color: #ffffff;
  border-color: #FCFCFC;
}
.button.button-yellow-transparent {
  background-color: transparent;
  border-color: #FFB516;
  color: #ffffff;
}
.button.button-yellow-transparent:hover {
  border-color: #FCFCFC;
}
.button.button-white {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
  color: #043873;
}
.button.button-white:hover {
  background-color: #FFB516;
  border-color: #FFB516;
}
.button.button-blue {
  background-color: #043873;
  border-color: #043873;
  color: #ffffff;
}
.button.button-blue:hover {
  background-color: transparent;
  color: #043873;
}
.button.button-medium {
  min-width: 140px;
}
.button.button-long {
  min-width: 240px;
}
.icon {
  vertical-align: bottom;
  margin-right: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon.user-login-icon {
  background: url('../img/user_1.png') no-repeat;
}
.icon.user-register-icon {
  background: url('../img/user_2.png') no-repeat;
}
.footer-icon {
  margin: auto 10px auto 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.footer-icon.facebook-icon {
  background: url(../img/facebook.png) no-repeat center, #414141;
}
.footer-icon.phone-icon {
  background: url(../img/phone.png) no-repeat center, #414141;
}
.footer-icon.email-icon {
  background: url(../img/email.png) no-repeat center, #414141;
}
.footer-icon.address-icon {
  background: url(../img/address.png) no-repeat center, #414141;
}
.footer-icon.clock-icon {
  background: url(../img/clock.png) no-repeat center, #414141;
}

.clear {
	clear:both;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url('../img/arrow.png');
  z-index: 5;
}
.slick-arrow.slick-prev {
  left: calc((100% - 1468px)/2 - 50px);
}
.slick-arrow.slick-next {
  right: calc((100% - 1468px)/2 - 50px);
  transform: rotate(180deg);
}
header {
  background-color: #0054A4;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 130px;
}
header .header-content .logo-block {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  min-height: 100px;
  box-sizing: border-box;
}
header .header-content .logo-block img {
  width: 340px;
}
header .header-content .nav-block {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}
header .header-content .nav-block nav {
  font-weight: 600;
}
header .header-content .nav-block nav ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-content .nav-block nav ul li {
  display: inline-block;
}
header .header-content .nav-block nav ul li a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
header .header-content .nav-block nav ul li a:hover {
  border-bottom: 1px solid;
}
header .header-content .controls-block {
  margin-top: auto;
  margin-bottom: auto;
}
header .header-content .controls-block .button:first-of-type {
  margin-right: 20px;
}
header .header-content .mob-menu-toggler {
  display: none;
  position: absolute;
  right: 15px;
  top: 35px;
}
header .header-content .mob-menu-toggler span {
  width: 45px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
header .header-content .mob-menu-toggler span:last-of-type {
  margin-bottom: 0;
}
header .header-content.open .mob-menu-toggler span:nth-child(1) {
  transform: translate(0px, 12px) rotate(45deg);
}
header .header-content.open .mob-menu-toggler span:nth-child(2) {
  display: none;
}
header .header-content.open .mob-menu-toggler span:nth-child(3) {
  transform: rotate(135deg);
}
main {
  padding-top: 130px;
}
main section {
  position: relative;
}
main section .hero-slider {
  overflow: hidden;
}
main section .hero-slider .hero-slide {
  height: 520px;
}
main section .hero-slider .hero-slide .hero-content-block {
  position: relative;
  z-index: 5;
  height: inherit;
}
main section .hero-slider .hero-slide .hero-content-block.left-shape::before {
  content: '';
  position: absolute;
  width: calc((100% - 1468px)/2);
  height: inherit;
  background-color: rgba(12, 76, 137, 0.80);
  backdrop-filter: blur(3px);
  z-index: 5;
}
main section .hero-slider .hero-slide .hero-content-block .hero-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
main section .hero-slider .hero-slide .hero-content-block .hero-meta {
  max-width: 515px;
  background-color: rgba(12, 76, 137, 0.80);
  backdrop-filter: blur(3px);
  height: 100%;
  padding: 150px 15px 100px;
  line-height: 1.1;
  box-sizing: border-box;
}
main section .hero-slider .hero-slide .hero-content-block .hero-title * {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  margin-bottom: 30px;
}
main section .hero-slider .hero-slide .hero-content-block .hero-title * .highlight {
  color: #FFB516;
  font-weight: 700;
}
main section .hero-slider .hero-slide .hero-content-block .hero-description {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  max-width: 400px;
  margin-bottom: 35px;
}
	main section .hero-slider .hero-slide .hero-content-block .container.full-height {	
  position: relative;	
}
main section.services-section {
  padding: 75px 0 110px;
}
main section.services-section .agent-block {
  background-color: #0054A4;
  display: flex;
  width: 100%;
  padding: 40px 155px 40px 55px;
  margin-bottom: 150px;
  box-sizing: border-box;
}
main section.services-section .agent-block .agent-block-title {
  display: flex;
  color: #ffffff;
  width: 100%;
  max-width: 445px;
  border-right: 1px solid #ffffff;
  padding-right: 25px;
  margin-right: 45px;
  box-sizing: border-box;
}
main section.services-section .agent-block .agent-block-title img {
  margin-right: 25px;
  object-fit: contain;
}
main section.services-section .agent-block .agent-block-title h2 {
  font-size: 34px;
  font-weight: 700;
}
main section.services-section .agent-block .agent-block-desc {
  font-size: 22px;
  color: #ffffff;
  max-width: 450px;
  padding-right: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
main section.services-section .agent-block .button {
  margin: auto 0 auto auto;
}


main section.services-section .jobs-block {
  background-color:#888888;
  display: flex;
  width: 100%;
  padding: 40px 155px 40px 55px;
  margin-bottom: 150px;
  box-sizing: border-box;
}
main section.services-section .jobs-block .jobs-block-title {
  display: flex;
  color: #ffffff;
  width: 100%;
  max-width: 445px;
  border-right: 1px solid #ffffff;
  padding-right: 25px;
  margin-right: 45px;
  box-sizing: border-box;
}
main section.services-section .jobs-block .jobs-block-title img {
  margin-right: 25px;
  object-fit: contain;
}
main section.services-section .jobs-block .jobs-block-title h2 {
  font-size: 34px;
  font-weight: 700;
}
main section.services-section .jobs-block .jobs-block-desc {
  font-size: 22px;
  color: #ffffff;
  max-width: 450px;
  padding-right: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
main section.services-section .jobs-block .button {
  margin: auto 0 auto auto;
}


main section.services-section .payment-block {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
	margin-bottom: 0;
}
main section.services-section .payment-block .payment-item {
  width: 49.5%;
  position: relative;
  padding: 55px 70px 45px;
  box-sizing: border-box;
}
main section.services-section .payment-block .payment-item h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 35px;
}
main section.services-section .payment-block .payment-item img {
  position: absolute;
  bottom: 0;
}
main section.services-section .payment-block .payment-item.make-payment {
  background-color: #FFB516;
}
main section.services-section .payment-block .payment-item.make-payment h2 {
  color: #ffffff;
}
main section.services-section .payment-block .payment-item.make-payment img {
  right: 30px;
}
main section.services-section .payment-block .payment-item.report-claim {
  background-color: #E7E7E7;
}
main section.services-section .payment-block .payment-item.report-claim h2 {
  color: #3F3F3F;
}
main section.services-section .payment-block .payment-item.report-claim img {
  right: 0;
}
main section.services-section .manage-block {
  display: flex;
  justify-content: space-between;
}
main section.services-section .manage-block .manage-item {
  width: 49.5%;
  position: relative;
  padding: 40px 60px;
  box-sizing: border-box;
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main section.services-section .manage-block .manage-item.epli {
  background: url('../img/epli.jpg') no-repeat center / cover;
	background-size: auto;
}
main section.services-section .manage-block .manage-item.cyber {
  background: url('../img/com_cyber.jpg') no-repeat center / cover;
	background-size: auto;
}
main section.services-section .manage-block .manage-item.police {
  background: url('../img/manage-policy.png') no-repeat center / cover;
}
main section.services-section .manage-block .manage-item.portal {
  background: url('../img/agent-portal.png') no-repeat center / cover;
}
main section.services-section .manage-block .manage-item::before {
  content: '';
  background-color: rgba(68, 68, 68, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main section.services-section .manage-block .manage-item .manage-meta {
  display: flex;
  justify-content: space-between;
  position: relative;
}
main section.services-section .manage-block .manage-item .manage-meta .left-block {
  z-index: 5;
}
main section.services-section .manage-block .manage-item .manage-meta .left-block h2 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 10px;
}
main section.services-section .manage-block .manage-item .manage-meta .left-block p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 10px 0 0;
  margin: 0;
}
main section.services-section .manage-block .manage-item .manage-meta .right-block {
  z-index: 5;
  margin-top: auto;
}
main section.services-section .manage-block .manage-item .manage-image {
  z-index: 5;
  position: relative;
  margin-bottom: 15px;
}
main section.mission-section {
  background: url('../img/mission.png') no-repeat center / cover;
  padding: 125px 0 65px;
}
main section.mission-section h3 {
  font-size: 30px;
  font-weight: 400;
  color: #0C4C89;
  max-width: 650px;
  margin: 0 0 30px 0;
}
main section.mission-section h3:before {
  content: url(../img/quotes.png);
  position: absolute;
  width: 105px;
  height: 79px;
  margin: -55px 0 0 -120px;
}
main section.mission-section .button {
  margin-bottom: 60px;
}
main section.mission-section .tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  color: #444444;
}
main section.mission-section .tags li {
  display: inline-block;
}
main section.mission-section .tags li:after {
  content: '|';
  margin: 0 7px 0 5px;
}
main section.mission-section .tags li:last-of-type::after {
  display: none;
}
main section.mission-section .tags li a {
  color: #444444;
  text-decoration: none;
}
main section.mission-section .tags li a:hover {
  border-bottom: 1px solid;
	cursor:inherit;
}
main section.products-section {
  padding: 50px 0 50px 0;
}
main section.products-section h2 {
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 50px 0;
  color: #0054A4;
}

.specialh2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 50px 0;
  color: #0054A4;
}
main section.products-section h2 .highlight {
  font-weight: 700;
}
.specialh2 .highlight {
  font-weight: 700;
}
main section.products-section .product-list {
  display: flex;
  justify-content: space-between;
}
main section.products-section .product-list .product-item {
  width: 49.5%;
  height: 410px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
main section.products-section .product-list .product-item.personal {
  background: url('../img/personal.png') no-repeat center / cover;
}
main section.products-section .product-list .product-item.business {
  background: url('../img/business.png') no-repeat center / cover;
}
main section.products-section .product-list .product-item.farm {
  background: url('../img/farm.png') no-repeat center / cover;
}
main section.products-section .product-list .product-item h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px 0;
  transition: 0.3s;
  z-index: 5;
}
main section.products-section .product-list .product-item .learn-more {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FFB516;
  border-bottom: 8px solid #FFB516;
  align-self: flex-start;
  padding-bottom: 20px;
  margin-bottom: -45px;
  transition: 0.3s;
  z-index: 5;
}
main section.products-section .product-list .product-item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.7);
  opacity: 0;
  transition: 0.3s;
}
main section.products-section .product-list .product-item:hover:before {
  opacity: 1;
}
main section.products-section .product-list .product-item:hover h3 {
  margin-bottom: 20px;
}
main section.products-section .product-list .product-item:hover .learn-more {
  margin-bottom: 0;
}
footer .base-footer {
  background-color: #464646;
}
footer .base-footer .footer-row {
  display: flex;
  padding: 55px 0;
  justify-content: space-between;
}
footer .base-footer .footer-row .footer-col.device {
  width: 18%;
}
footer .base-footer .footer-row .footer-col.contact {
  width: 40%;
}
footer .base-footer .footer-row .footer-col.security {
  width: 30%;
}
footer .base-footer .footer-row .footer-col h3 {
  font-size: 16px;
  font-weight: 400;
  color: #FFB516;
  margin: 0 0 30px 0;
}
footer .base-footer .footer-row .footer-col p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0;
}
footer .base-footer .footer-row .footer-col .contact-row {
  display: flex;
}
footer .base-footer .footer-row .footer-col .contact-row .contact-col {
  width: 50%;
}
footer .base-footer .footer-row .footer-col .icon-box {
  display: flex;
  margin-bottom: 10px;
}
footer .base-footer .footer-row .footer-col .icon-box .icon-meta {
  margin: auto 0;
}
footer .base-footer .footer-row .footer-col .icon-box .icon-meta .icon-meta-title {
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
footer .base-footer .footer-row .footer-col .icon-box .icon-meta a {
  text-decoration: none;
}
footer .base-footer .footer-row .footer-col .icon-box .icon-meta a:hover span {
  border-bottom: 1px solid #ffffff;
}
footer .base-footer .footer-row .footer-col .icon-box span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
footer .base-footer .footer-row .footer-col .icon-box .fax-line {
  margin-left: 17px;
}
footer .base-footer .footer-row .footer-col .icon-box .address-line {
  display: flex;
  max-width: 235px;
}
footer .copyright {
  background-color: #414141;
  padding: 30px 0;
}
footer .copyright .copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright .copyright-content .copyright-text {
  font-size: 12px;
  font-weight: 400;
  color: #BABABA;
}
footer .copyright .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #BABABA;
  font-size: 12px;
  font-weight: 400;
}
footer .copyright .footer-nav li {
  display: inline-block;
}
footer .copyright .footer-nav li:after {
  content: '|';
  margin: 0 7px 0 5px;
}
footer .copyright .footer-nav li a {
  text-decoration: none;
  color: #BABABA;
}
footer .copyright .footer-nav li a:hover {
  border-bottom: 1px solid;
}
footer .copyright .footer-nav li:last-of-type::after {
  display: none;
}

.pay_border {
	width:15%;
}
.pay_border img {
	border:5px solid #F9F9F9;
}
.pay_border img:hover {
	cursor:pointer;
}
.pay_border input {
	display:none;
}


.box-error, .box-alert, .box-notice, .box-success, .box-info {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.box-notice-pending {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#f7f7f7;
    border-color: #d4d4d4;
    color:#7D7D7D;
}
.box-notice-note {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#f7f7f7;
    border-color: #d4d4d4;
    color:#7D7D7D;
}
.box-notice-note h2 {

    color: #7d7d7d;
}
.box-notice-note h4 {
    font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:14px;
	color:#727272;
}
.box-notice-note p {
    font-size:14px;
	line-height:24px;
	font-weight:normal;
	padding:3px;
	margin:0;
}



.box-alert-cancel {
	background:#fce2e3;
    border: 1px solid #efefef;
	border-color: #fac2c4;
    color: #e54034;
	font-weight:800;
	font-size:16px;
	line-height:26px;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-error h4 {
    font-size:26px;
	margin-top:10px;
}
.box-alert h4 {
    font-size:26px;
	margin-top:10px;
}
.box-notice h4 {
    font-size:26px;
	margin-top:10px;
}
.box-success h4 {
    font-size:26px;
	margin-top:10px;
}

.box-info h4 {
    font-size:26px;
	margin-top:10px;
}

.box-error h5 {
    font-size:18px;
	margin-bottom:2px;
	padding:0;
}
.box-alert h5 {
    font-size:18px;
	margin-bottom:2px;
	padding:0;
}
.box-notice h5 {
    font-size:18px;
	margin-bottom:2px;
	padding:0;
}
.box-success h5 {
    font-size:18px;
	margin-bottom:2px;
	padding:0;
}
.box-info h5 {
    font-size:18px;
	margin-bottom:2px;
	padding:0;
}

.box-error, .box-alert {
    background:#fce2e3;
    border-color: #fac2c4;
    color: #e54034;
}

.box-notice {
    background:#fdf4bd;
    border-color: #fed223;
    color: #504621;
}

.box-notice-alert {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-color: #fed223;
    color: #504621;
	background:url(../images/yellow_ex.png) no-repeat scroll 2% 50% #fdf4bd; 
}

.box-notice-alert2 {
    border: 1px solid #efefef;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-color: #fed223;
    color: #504621;
	background-color:#fdf4bd; 
	line-height:22px;
}


.box-info {
    background:#d4ebf6;
    border-color: #91c8e2;
    color: #20568f;
}

.box-success {
    background:#e5eec0;
    border-color: #c4d67e;
    color: #264509;
}

.percent-three-fourth {
  width: 74%;
}

.contact-page .percent-one-fourth {
   width: 24%;
	float: left;
    text-align: left;
  }
.t-underline {
  border-bottom: 1px solid;
  padding-bottom: 12px;
}
.policyholder {
  margin: 70px 0;
}
.policyholder .content-wrapper {
  display: flex;
  justify-content: space-between;
}
.policyholder .page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.policyholder .percent-three-fourth a {
  color: #0054A4;
  font-weight: 700;
}
.policyholder .percent-three-fourth a:hover {
  color: #FFB516;
}

.contact-page a {
  color: #0054A4;
  font-weight: 700;
}
.contact-page a:hover {
  color: #FFB516;
}

.policyholder ul.star-list {
  list-style: none;
  padding: 0px 15px;
}
.policyholder ul.star-list li {
  padding: 0 20px 20px;
}
.policyholder ul.star-list li::marker {
  content: '\2605';
  color: #FFB516;
}
.policyholder .featured-sidebar {
  width: 210px;
  float: right;
  -webkit-border-radius: 10px;
  background: #fff2c8;
  padding: 30px;
  list-style: none;
	border:1px solid #e4c86e;
}
.policyholder .featured-sidebar a {
  color: #0c4c89;
  text-decoration: none;
  line-height: 36px;
  display: block;
 
}
.policyholder .featured-sidebar li {
 border-bottom: 1px solid #e9d287;
}
.policyholder .featured-sidebar li:last-child {
 border-bottom: 0px;
}
 

.policyholder .featured-sidebar a.active,
.policyholder .featured-sidebar a:hover {
  font-weight: 600;
}

@media (max-width: 1450px) {
  main section.services-section .payment-block {
    flex-direction: column;
    align-items: center;
  }
  main section.services-section .payment-block .payment-item {
    width: 100%;
    max-width: 710px;
    margin-bottom: 125px;
  }
  main section.services-section .payment-block .payment-item:last-of-type {
    margin-bottom: 0;
  }
  main section.mission-section h3:before {
    margin: -100px 0 0 0px;
  }!impo
}
@media (max-width: 1199px) {
  header .header-content {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  header .header-content.open .nav-block {
    display: block;
  }
  header .header-content.open .controls-block {
	  text-align: center;
    display: block;
  }
 header .header-content.open .controls-block a {
	  margin:10px auto 10px auto;
  }
header .header-content .controls-block .button:first-of-type {
    margin-right: 0;
}
  header .header-content .nav-block {
    display: none;
    margin-bottom: 20px;
  }
  header .header-content .nav-block nav ul {
    flex-direction: column;
  }
  header .header-content .nav-block nav ul li {
    margin: 10px 0;
    text-align: center;
  }
  header .header-content .controls-block {
    display: none;
    margin-bottom: 30px;
  }
  header .header-content .mob-menu-toggler {
    display: block;
  }
  main {
    padding-top: 100px;
  }
  main section.services-section .agent-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
  }
  main section.services-section .agent-block .agent-block-title {
    border: none;
  }
  main section.services-section .agent-block .agent-block-desc {
    margin-bottom: 25px;
  }
  main section.services-section .agent-block .button {
    margin: auto;
  }
  footer .base-footer .footer-row .footer-col.device,
  footer .base-footer .footer-row .footer-col.contact,
  footer .base-footer .footer-row .footer-col.security {
    width: 30%;
  }
  footer .base-footer .footer-row .footer-col .contact-row {
    flex-direction: column;
  }
  footer .base-footer .footer-row .footer-col .contact-row .contact-col {
    width: 100%;
  }
  .percent-three-fourth {
    width: 70%;
  }
	.contact-page .percent-one-fourth {
   	width: 100%;
	display: block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  main section.services-section .manage-block {
    flex-direction: column;
  }
  main section.services-section .manage-block .manage-item {
    width: 100%;
    margin-bottom: 50px;
  }
  main section.services-section .manage-block .manage-item:last-of-type {
    margin-bottom: 0;
  }
  main section.products-section .product-list {
    flex-direction: column;
  }
  main section.products-section .product-list .product-item {
    width: 100%;
    margin-bottom: 50px;
  }
  main section.products-section .product-list .product-item:last-of-type {
    margin-bottom: 0;
  }
  .percent-three-fourth {
    width: 60%;
  }
	.contact-page .percent-one-fourth {
   	width: 100%;
	display: block;
    text-align: left;
  }
	.percent-one-half {
		width: 100%;
	}
}
@media (max-width: 767px) {
  main section .hero-slider .hero-slide .hero-content-block .hero-meta {
    text-align: center;
  }
  main section .hero-slider .hero-slide .hero-content-block .hero-meta .hero-title * {
    font-size: 50px;
  }
  main section.services-section {
    padding: 75px 0;
  }
  main section.services-section .agent-block {
    margin-bottom: 75px;
  }
  main section.services-section .agent-block .agent-block-title {
    margin-right: 0;
  }
  main section.services-section .payment-block {
    margin-bottom: 75px;
  }
  main section.services-section .payment-block .payment-item {
    text-align: center;
    padding: 40px;
    margin-bottom: 75px;
  }
  main section.services-section .payment-block .payment-item.make-payment img {
    right: 0;
  }
  main section.services-section .payment-block .payment-item img {
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
  }
  main section.services-section .manage-block .manage-item {
    padding: 40px;
    margin-bottom: 75px;
  }
  main section.services-section .manage-block .manage-item .manage-image {
    text-align: center;
  }
  main section.services-section .manage-block .manage-item .manage-meta {
    flex-direction: column;
    text-align: center;
  }
  main section.services-section .manage-block .manage-item .manage-meta .left-block {
    margin-bottom: 20px;
  }
  main section.mission-section {
    text-align: center;
  }
  main section.products-section {
    padding: 50px 0 75px;
  }
  main section.products-section h2 {
    font-size: 50px;
  }
  main section.products-section .product-list .product-item {
    margin-bottom: 75px;
  }
  footer .base-footer .footer-row {
    flex-direction: column;
    padding: 65px 0 50px;
  }
  footer .base-footer .footer-row .footer-col {
    margin-bottom: 20px;
  }
  footer .base-footer .footer-row .footer-col h3 {
    font-size: 22px;
  }
  footer .base-footer .footer-row .footer-col p {
    font-size: 16px;
  }
  footer .base-footer .footer-row .footer-col:last-of-type {
    margin-bottom: 0;
  }
  footer .base-footer .footer-row .footer-col.device,
  footer .base-footer .footer-row .footer-col.contact,
  footer .base-footer .footer-row .footer-col.security {
    width: 100%;
  }
  footer .base-footer .footer-row .footer-col .icon-box .fax-line {
    margin-left: 0;
  }
  footer .base-footer .footer-row .footer-col .icon-box span {
    font-size: 16px;
  }
  .policyholder h1 {
    text-align: center;
  }
  .policyholder .content-wrapper {
    flex-direction: column;
  }
  .policyholder .page-title {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .policyholder .page-title .button {
    max-width: 275px;
  }
  .policyholder .percent-one-fourth {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .percent-one-half,
	.percent-three-fourth,
  .percent-one-fourth {
    width: 100%;
  }
	.contact-page .percent-one-fourth {
   	width: 100%;
	display: block;
    text-align: left;
  }
	#portfolio-wrapper .two-columns img {
		width: 300px;
	}
	#portfolio-wrapper .two-columns li {
		width: 300px;
	}
	
}
@media (max-width: 575px) {
  header .header-content .logo-block {
    padding-top: 20px;
    align-self: flex-start;
  }
  header .header-content .logo-block img {
    width: 275px;
  }
}
.map-section {
  padding: 70px 0;
}
.map-box {
  display: flex;
}
.map-list {
  width: 420px;
  margin-right: 30px;
}
.store-list {
  height: 550px;
  overflow-y: auto;
}
.store-item:hover,
.store-item.active {
  background-color: #FFB516;
  color: #fff;
}
.store-item a {
  color: #0054A4;
}
.store-item {
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
.pac-target-input {
  padding: 7px 10px;
  border-radius: 5px;
  /*height: 36px;*/
  font-size: 14px;
  border: 1px solid #E7E7E7;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
.infoWindow-name {
  color: #0054A4;
  font-size: 14px;
}
@media (max-width: 991px) {
  .map-box {
    flex-direction: column;
  }
  .map-list {
    width: 100%;
  }
  .store-list {
    display: flex;
    height: unset;
    padding: 0 15px;
  }
  .store-item {
    max-width: 250px;
    flex: 0 0 auto;
  }
  .pac-target-input {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}













.box-notice-contact {
    border: 1px solid #efefef;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#e8e8e8;
    border-color: #d4d4d4;
}
.box-notice-contact p {
    padding:0;
	margin:0 0 5px 0;
}



.find-agt-aside {
	font-size: 18px;
    line-height: 22px;
    margin: 0px;
}
#insure-find-agent {
	background:url(../images/your_agent.png) center left no-repeat;
	margin:0 0 15px 0;
}
#insure-find-agent #entry_agent {
	padding:12px 0 0 80px;
}
#entry_agent p {
	margin:0;
}
#CHECK_ACCOUNT_TYPE {
	font-size:18px;
	padding:12px;
}
#CHECK_POLICY_TYPE {
	font-size:18px;
	padding:12px;
}
#CHECK_ACCOUNT_CONF {
	font-size:18px;
	padding:12px;
}
#CHECK_POLICY {
	font-size:18px;
	padding:12px;
}
#CHECK_LOGIN {
	font-size:24px;
	padding:22px;
}
#PAPERLESS_CONF {
	font-size:18px;
	padding:12px;
}

#O4W_EMAIL_NOTIF {
	font-size:14px;
	padding:8px;
	margin:0 0 10px 0;
}
#O4W_SMS_NOTIF {
	font-size:14px;
	padding:8px;
	margin:0 0 10px 0;
}
#O4W_BTN_EDIT_EMAIL {
	font-size:12px;
	padding:8px;
	margin:0;
}
#O4W_BTN_USERNAME {
	font-size:12px;
	padding:8px;
	margin:0;
}
#O4W_BTN_DISPLAY_NAME {
	font-size:12px;
	padding:8px;
	margin:0;
}

#SUBCONFIRM {
	font-size:18px;
	padding:12px;
	display: none;
}
#WAITING_EMAIL_NOTIF {
	font-size:14px;
	padding:8px;
	display: none;
	cursor:wait;
	margin:0 0 10px 0;
}
#WAITING_SMS_NOTIF {
	font-size:14px;
	padding:8px;
	display: none;
	cursor:wait;
	margin:0 0 10px 0;
}
#WAITING_VERIFY {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#WAITING_ACCT {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#WAITING_CONF {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#PAPERLESS_WAITING {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#EDIT_EMAIL_CONF {
	font-size:12px;
	padding:8px;
	margin:0;
	display: none;
	cursor:wait;
}
#EDIT_DISPLAY_NAME_CONF {
	font-size:12px;
	padding:8px;
	margin:0;
	display: none;
	cursor:wait;
}
#USERNAME_WAITING_CONF {
	font-size:12px;
	padding:8px;
	margin:0;
	display: none;
	cursor:wait;
}
#WAITING {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#WAITING_LOGIN {
	font-size:18px;
	padding:12px;
	display: none;
	cursor:wait;
}
#WAITING_SUCCESS {
	font-size:18px;
	padding:12px;
	cursor:wait;
}
#email_box {
	display:none;
}
#email_box p {
	padding:15px;
}
#email_address {
	display:none;
}
#txtmsg {
	display:none;
}
#timeout {
	display:none;
}
.other_amount_box  {
    display: none;
}
.verify_payment {
	display:none;	
}
.verify_cc {
    display: none;
}
.verify_checking {
    display: none;
}

#checkid_value_label, #checkid_value {
	display:none;
}

#pay_info {
	display:none;	
}
.account-wrapper label {
    padding:5px 25px 5px 0;
}

#subpayment {
	display:none;
	margin:10px 0 0 0;
}

.main {
	background:url(../images/fall_bg.png) top center no-repeat;
	height:310px;
	overflow:hidden;
}
.login-banner-box {
	background:url(../images/login-banner.png) top center no-repeat;
}
.register-banner-box {
	background:url(../images/register-banner.png) top center no-repeat;
}
.account-wrapper {
	padding:0;
	margin:0 0 35px 0;
}

.full-act {
	padding:0 0 10px 0;
}
.our-products a {
	font-variant:small-caps;
	font-size:24px;
	color:#1D2F43;
}
.payment-box .account-wrapper {
	padding:0;
}

#policy_input {
	width:120px;
}
#zip_input {
	width:80px;
}
#ssn_input {
    width:100px;
}
.policy_desc {
    font-size:12px;
    margin:0;
    padding:0;
}
.input_desc {
    font-size:14px;
    margin:0;
    padding:4px 0 4px 10px;
	font-style: italic;
}
#terms-agree-title {
	padding:0;
	margin:30px 0 0 0;
	font-weight:800;
}
#terms-agree {
	padding:4px;
	margin:0 0 30px 0;
	height:50px;
	width:50%;
	color:#828282;
}
.forgot-link {
	font-size:11px;
}
.policy-wrapper .rounded-policy {
	border:1px solid #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 0 20px 0;
	background-color:#f9f9f9;
}
.account-wrapper fieldset {
	border:1px solid #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#f9f9f9;
}
.account-wrapper legend {
	font-size:20px;
	font-weight:bold;
	background: #f1f1f1;
	background-image:url(../images/securebg.png);
	background-repeat:repeat;
	border: solid 1px #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

.account-wrapper label {
	font-weight:bold;
	font-size:22px;
}
.account-wrapper input[type="text"] {
	width:90%;
	height:20px;
	line-height:20px;
	font-size:16px;
	position:relative;
	padding:6px 10px;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
}
.account-wrapper input[type="password"] {
	width:90%;
	height:20px;
	line-height:20px;
	font-size:16px;
	position:relative;
	padding:6px 10px;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
}
.account-wrapper select {
	width:90%;
	height:44px;
	line-height:20px;
	font-size:16px;
	position:relative;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin:0 0 14px 0;
}



.payment-note {
	margin:20px 0 0 0;
}
.payment-note span {
	font-size:16px;
	font-weight:800;
	line-height:30px;
}
.payment-note span a {
	font-size:12px;
	font-weight:800;
	line-height:30px;
}

#main-registration {
	margin-top:20px;
}


#logreg .tabs-wrapper { 
	width: 90%;
}
#logreg .tab-item {
	clear:both;
	overflow:hidden;
	padding:15px 0;
}

#logreg .tabs-container {
	float:left;
	position:relative;
	display:block;
	width:100%;
}
#logreg .tabs-container p {
	margin:3px 0 0 0;
	padding:0;
}

#logreg label {
	font-weight:bold;
	margin:5px 0 0 0;
}

#logreg .tabs-wrapper .tab-content { 
	padding:20px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#logreg ul.tabs {
	float: left; 
	height: 34px; 
	width: 100%; 
	padding-left: 0 !important; 
	margin-bottom: 0 !important;
}

#logreg .tabs-container p:last-child {
	margin-bottom:0;
}

#logreg ul.tabs li { 
	float: left; 
	padding-left: 0 !important; 
	overflow: hidden; 
	padding-bottom: 0; 
	position: relative; 
	text-align:center;
	outline:none;

}

#logreg ul.tabs li a { 
	height: 34px; 
	line-height: 34px; 
	text-decoration:underline; 
	font-size:12px; 
	display: block; 
	padding: 0 15px; 
	outline:none;
	color:#9a9a9a;
}

#logreg ul.tabs li:last-child {
	
}

#logreg ul.tabs li a:hover { 
	color:#444;
}

#logreg ul.tabs li.active a {
	color:#4283cd;
}

#logreg ul.tabs li.active {
	z-index: 1;
}

#logreg ul.tabs li.active, #logreg ul.tabs li.active a:hover  { 
	color:#444;
}

.notice {
	border-bottom:1px solid #e7e7e7;
	padding:0 0 10px 0;
	margin-bottom:20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-emphasis:accent;
}



.policyholder .button {
    cursor:pointer;
    display:inline-block;
    font-size: 22px;
    font-weight:600;
    line-height:16px;
    margin:0 10px 20px 0;
  	padding: 22px;
	position:relative;
	height: auto;
	
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.products-pages .button {
    cursor:pointer;
    display:inline-block;
    font-size: 22px;
    font-weight:600;
    line-height:16px;
    margin:0 10px 20px 0;
  	padding: 22px;
	position:relative;
	height: auto;
	
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.white {
    background:#eaeaea;
    color: #1D2F43;
}

.white:hover {
    color: #1D2F43;
	background:#d2d2d2;
}

.yellow {
    background:#ffb141;
	border:0 none;
    color: #fff;
}

.yellow:hover {
    color: #fff;
	background:#fd9602;
}

.orange {
	
    background:#fe7e17;
	border:0 none;
    color: #fff;
}

.orange:hover {
    color: #fff;
	background:#f77309;
}

.black {
    background:#787878;
    color: #ffffff;
}

.black:hover {
    color: #ffffff;
	background:#444;
}

.policyholder .green {
    background:#63bc33;
    color: #fff;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.policyholder .green:hover {
    color: #fff;
	background:#6fd23a;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.products-pages .green {
    background:#63bc33;
    color: #fff;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.products-pages .green:hover {
    color: #fff;
	background:#6fd23a;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}







.bleumarin {
    background:#25629C;
    color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bleumarin:hover {
    background:#083968;
	color:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}





.normal-table {
    width:100%;
}

.normal-table td {
    border:1px solid #efefef;
    padding:10px 20px;
    text-align:center;
}

.normal-table-financial {
    width:100%;
}

.normal-table-financial td {
    border:1px solid #efefef;
    padding:3px;
    text-align:center;
}

.normal-table2 {
    width:100%;
}

.normal-table2 td {
    border:0px;
    padding:10px 20px;
    text-align:left;
}

.confirm-table {
    width:90%;
}
.confirm-table td {
    text-align:left;
}
.confirm-table td h2 {
    padding:3px;
	margin:0;
}
.normal-table tr.alt  {
    background:#fbfbfb;
}

.normal-table tr.first-column {
    background:#e4c86e;
    color: #0c4c89;
	text-shadow: 1px 1px #fff;
}

ul.customlist li {
	padding: 0 20px 20px 20px;
}
.hide-full-screen {
	display:none;
}


.marquee-title {
	width:100%;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	text-align:center;
	background-color:#F7F7F7;
	vertical-align: baseline;
}

.marquee-title h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin:8px;
}

.center_img {
	text-align:center;
}

.center_img img {
	padding:2px;
	margin:20px 60px 20px 60px;
}

.center_img_pay {
	text-align:center;
	padding:0;
	width:100%;
	overflow:hidden;
}

.center_img_pay img {
	margin:0 0 20px 0;

}


ul#filters {
	float:left;
	clear:both;
	margin-bottom:35px;
}

ul#filters li {
	display:inline;
	margin:0 15px 0 0;
}

ul#filters li a {
	color:#686868;
	padding:3px 10px 4px 10px;
	font-weight:600;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;	
}

.products-pages {
	margin: 70px auto;
}
.portfolio {
	clear:both;
	overflow:hidden;
	margin-right:-20px;
}

.portfolio li {
	margin-right:20px;
	float:left;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:5px;
	text-align:center;
   -webkit-transition:background 0.3s ease-in;
   -moz-transition:background 0.3s ease-in;
   -o-transition:background 0.3s ease-in;
   transition:background 0.3s ease-in;		
}

.portfolio h3 {
	position:relative;
	clear:both;
	font-size:16px;
	color:#444;
	line-height:22px;
	margin:15px 0 10px;
	width:100%;
	left:0;	
	font-weight:600;
}
.portfolio h3 a {
	color:#444;
}

.portfolio p {
	padding:0 7px;
}	


.contact-map {
	clear: both;
	padding: 60px 0;
}











.item-details p {
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #efefef;
}

.item-details span {
	color:#444;
}

.portfolio-single {
	margin-bottom:50px;
	overflow:hidden;
}

.item-details p {
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #efefef;
}

.item-details span {
	color:#444;
}

.portfolio-single {
	margin-bottom:50px;
	overflow:hidden;
}

.previous-post-link a, .next-post-link a {
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-top:10px;
	-webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;	
}




.directors-table {
    width:100%;
}

.directors-table td {
    border:1px solid #efefef;
    padding:10px 20px;
    text-align:left;
	width:50%;
}
.directors-table tr:nth-child(odd) {background: #ececec}


.account-wrapper label {
    padding:5px 25px 5px 0;
}
.account-wrapper {
	padding:0;
	margin:0 0 35px 0;
}
.payment-box .account-wrapper {
	padding:0;
}
.account-wrapper fieldset {
	border:1px solid #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#f9f9f9;
}
.account-wrapper legend {
	font-size:26px;
	font-weight:bold;
	background: #f1f1f1;
	background-image:url(https://policy.midstatemutual.com/images/securebg.png);
	background-repeat:repeat;
	border: solid 1px #dcdcdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

.account-wrapper label {
	font-weight:bold;
	font-size:16px;
}
.account-wrapper input[type="text"] {
	width:80%;
	line-height:24px;
	font-size:20px;
	position:relative;
	padding:6px 10px;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
}
.account-wrapper input[type="password"] {
	width:80%;
	line-height:24px;
	font-size:20px;
	position:relative;
	padding:6px 10px;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
}
.account-wrapper select {
	width:80%;
	height:44px;
	line-height:20px;
	font-size:16px;
	position:relative;
	color:#1D2F43;
	border:1px solid #b6b6b6;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin:0 0 14px 0;
}
.login_direct {
	padding:15px 0 0 0;
	background-image:url(https://policy.midstatemutual.com/images/midstate_direct_ho.png);
	background-position:right center;
	background-repeat:no-repeat;
}





/* midstate direct */
/* midstate direct */
/* midstate direct */
.small-padding td {
	padding:5px;
}
.direct_small_h {
	margin:20px 0 5px 0;
	padding:0;
	line-height:16px;
	font-weight:800;
	font-size:14px;
	text-decoration:underline;
}

.payments-border {
	border: 1px solid #EFEFEF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	padding: 10px;
}
.payments-border-settings {
	border: 1px solid #EFEFEF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	float:left;
	width:46%;
	margin:0 10px 10px 0;
}
.payments-border-settings-full {
	border: 1px solid #EFEFEF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	float:left;
	width:96%;
	margin:0 10px 10px 0;
}
.normal-table-payments {
	width:100%;
	color: #3e81bf;
	font-weight: bold;
	font-size:15px;
	line-height:36px;
}
.normal-table-payments_b {
	width:100%;
	color: #3e81bf;
	font-weight: bold;
	font-size:20px;
	line-height:46px;
}


.normal-table-summary {
    width:100%;
}
.normal-table-summary tr {
    border-bottom:1px solid #afc0d1;
}
.normal-table-summary tr:last-child {
    border-bottom:0;
}
.normal-table-summary td {
    border:0px;
    padding:5px;
    text-align:left;
}

.normal-table-summary2 {
    width:100%;
}
.normal-table-summary2 tr {
    border-bottom:1px solid #dcdcdc;
}
.normal-table-summary2 tr:first-child {
    border-bottom:0;
}
.normal-table-summary2 tr:last-child {
    border-bottom:0;
}
.normal-table-summary2 td {
    border:0px;
    padding:5px;
    text-align:center;
}

#o4w_summary_insureds {
	padding:0;
}
#o4w_summary_insureds tr td {
	padding:0;
}


#O4W_DIRECT {
	display:none;
}

.r-tabs .r-tabs-nav {
    margin: 0 0 10px 0;
    padding: 0;
	width:100%;
}

.r-tabs .r-tabs-tab {
    display:inline-table;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1023px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav {

}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #fff;
	padding: 10px;
	width:115px;
	text-align:center;
	display: inline-block;
	text-decoration: underline;
	color: #4ba31c;
	font-weight: bold;
	font-size:15px;
	border:1px solid #4ba31c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
	text-decoration:none;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #4ba31c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
	background-color: #4ba31c;
	text-decoration:none;
}
.r-tabs .r-tabs-panel {
	
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #4ba31c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #4ba31c;
	color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}

#horizontalTab h3 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 25px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid;
	text-align:left;
	color:#1D2F43;
}


.box-o4w-side-agent {
    margin-bottom: 10px;
    padding: 10px;	
	background-color: #fff;
	color: #3e81bf;
	border:1px solid #3e81bf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.box-o4w-side-agent h5 {
    font-size:14px;
	font-weight:bold;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid;
	text-align:left;
	color:#1D2F43;
}
.box-o4w-side-agent p {
    font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	padding:4px 0 4px 0;
	margin:0;
}


.box-o4w-side-tip {
    border: 1px solid #f9f9f9;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#f7f7f7;
    border-color: #d4d4d4;
}
.box-o4w-side-tip h5 {
    font-size:14px;
	font-weight:bold;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid;
	text-align:left;
	color:#1D2F43;
}
.box-o4w-side-tip p {
    font-size:14px;
	color:#4c4c4c;
	line-height:20px;
	font-weight:400;
	text-align:left;
	padding:0;
	margin:0;
	padding:4px 0 4px 0;
}

#policy_list ul {
	list-style-type: none;
}
#policy_list a:hover  {
	color:#4ba31c;
	text-decoration:underline;
}

.direct_44_l {
	float:left;
	width:44%;
}
.direct_52_r {
	float:right;
	width:52%;
}
.direct_60_l {
	float:left;
	width:60%;
}
.direct_36_r {
	float:right;
	width:36%;
}
.direct_48_l {
	float:left;
	width:48%;
}
.direct_48_r {
	float:right;
	width:48%;
}


#o4w_locations_tbl {
	width:100%;
	margin:15px 0 0 0;
}
#o4w_locations_tbl td, th {
	padding:10px;
	text-align:left;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {

	/* Force table to not be like tables anymore */
	#o4w_locations_tbl table, #o4w_locations_tbl thead, #o4w_locations_tbl tbody, #o4w_locations_tbl th, #o4w_locations_tbl td, #o4w_locations_tbl tr { 
		display: block; 
	}
	#o4w_locations_tbl { 
		width:100%;
	}
	#o4w_locations_tbl td, th { 
	  text-align: left; 
	  padding:3px;
	  font-size:12px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#o4w_locations_tbl thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#o4w_locations_tbl tr { border: 1px solid #ccc; }
	
	#o4w_locations_tbl td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#o4w_locations_tbl td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#o4w_locations_tbl td:nth-of-type(1):before { content: "Location:"; }
	#o4w_locations_tbl td:nth-of-type(2):before { content: "Town:"; }
	#o4w_locations_tbl td:nth-of-type(3):before { content: "Zip:"; }
	#o4w_locations_tbl td:nth-of-type(4):before { content: "County:"; }
}


#o4w_claim_table table { 
	width:100%;
}
#o4w_claim_table td { 
	padding:10px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {


	/* Force table to not be like tables anymore */
	#o4w_claim_table table, #o4w_claim_table thead, #o4w_claim_table tbody, #o4w_claim_table th, #o4w_claim_table td, #o4w_claim_table tr { 
		display: block; 
	}
	#o4w_claim_table td, th { 
	  text-align: left; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#o4w_claim_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#o4w_claim_table tr { border: 1px solid #ccc; }
	
	#o4w_claim_table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	
	#o4w_claim_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#o4w_claim_table td:nth-of-type(1):before { content: "Claim ID:"; }
	#o4w_claim_table td:nth-of-type(2):before { content: "Policy #:"; }
	#o4w_claim_table td:nth-of-type(3):before { content: "Loss Date:"; }
	#o4w_claim_table td:nth-of-type(4):before { content: "Adjuster:"; }
	#o4w_claim_table td:nth-of-type(5):before { content: "Status:"; }
}


#o4w_bill_pay_tbl td, th { 
  text-align: left; 
  padding:6px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {


	/* Force table to not be like tables anymore */
	#o4w_bill_pay_tbl table, #o4w_bill_pay_tbl thead, #o4w_bill_pay_tbl tbody, #o4w_bill_pay_tbl th, #o4w_bill_pay_tbl td, #o4w_bill_pay_tbl tr { 
		display: block; 
	}
	#o4w_bill_pay_tbl { 
		width:100%;
	}
	#o4w_bill_pay_tbl td, th { 
	  text-align: left; 
	  padding:3px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#o4w_bill_pay_tbl thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#o4w_bill_pay_tbl tr { border: 1px solid #ccc; }
	
	#o4w_bill_pay_tbl td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#o4w_bill_pay_tbl td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#o4w_bill_pay_tbl td:nth-of-type(1):before { content: "Date:"; }
	#o4w_bill_pay_tbl td:nth-of-type(2):before { content: "Desc:"; }
	#o4w_bill_pay_tbl td:nth-of-type(3):before { content: "Amount:"; }
}




#o4w_future_pay_tbl td, th { 
  text-align: left; 
  padding:6px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {


	/* Force table to not be like tables anymore */
	#o4w_future_pay_tbl table, #o4w_future_pay_tbl thead, #o4w_future_pay_tbl tbody, #o4w_future_pay_tbl th, #o4w_future_pay_tbl td, #o4w_future_pay_tbl tr { 
		display: block; 
	}
	#o4w_future_pay_tbl { 
		width:100%;
	}
	#o4w_future_pay_tbl td, th { 
	  text-align: left; 
	  padding:3px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#o4w_future_pay_tbl thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#o4w_future_pay_tbl tr { border: 1px solid #ccc; }
	
	#o4w_future_pay_tbl td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#o4w_future_pay_tbl td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#o4w_future_pay_tbl td:nth-of-type(1):before { content: "Due Date:"; }
	#o4w_future_pay_tbl td:nth-of-type(2):before { content: "Min Due:"; }
	#o4w_future_pay_tbl td:nth-of-type(3):before { content: "Balance:"; }
}





#cc_summary { 
	width:100%;
}
#cc_summary td, th { 
  text-align: left; 
  padding:6px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {


	/* Force table to not be like tables anymore */
	#cc_summary table, #cc_summary thead, #cc_summary tbody, #cc_summary th, #cc_summary td, #cc_summary tr { 
		display: block; 
	}
	#cc_summary { 
		width:100%;
	}
	#cc_summary td, th { 
	  text-align: left; 
	  padding:3px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#cc_summary thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#cc_summary tr { border: 1px solid #ccc; }
	
	#cc_summary td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#cc_summary td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#cc_summary td:nth-of-type(1):before { content: "Card:"; }
	#cc_summary td:nth-of-type(2):before { content: "Name on Card:"; }
	#cc_summary td:nth-of-type(3):before { content: "Card Num:"; }
	#cc_summary td:nth-of-type(4):before { content: "Exp Date:"; }
	#cc_summary td:nth-of-type(5):before { content: "Manage:"; }
}

#check_summary { 
	width:100%;
}
#check_summary td, th { 
  text-align: left; 
  padding:6px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-width: 1023px)  {


	/* Force table to not be like tables anymore */
	#check_summary table, #check_summary thead, #check_summary tbody, #check_summary th, #check_summary td, #check_summary tr { 
		display: block; 
	}
	#check_summary { 
		width:100%;
	}
	#check_summary td, th { 
	  text-align: left; 
	  padding:3px;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#check_summary thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#check_summary tr { border: 1px solid #ccc; }
	
	#check_summary td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#check_summary td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:800;
	}
	
	/*
	Label the data
	*/
	#check_summary td:nth-of-type(1):before { content: "Bank:"; }
	#check_summary td:nth-of-type(2):before { content: "Name on Acct:"; }
	#check_summary td:nth-of-type(3):before { content: "Class:"; }
	#check_summary td:nth-of-type(4):before { content: "Number:"; }
	#check_summary td:nth-of-type(5):before { content: "Status:"; }
	#check_summary td:nth-of-type(6):before { content: "Manage:"; }
}


