@charset "utf-8";
/* CSS Document */

body{max-width:1920px;margin:0 auto;}

.gsc-option {color: rgb(0,0,0);}
.gscb-a {color: rgb(0,0,0);}
#gs_cb50 {color: rgb(0,0,0);}

/*LOGO TRANSITION EFFECT*/
#logo {
  transition: opacity 0.5s ease; /* Add transition for opacity */
}


/*Extras*/

/*EMERGENCY MESSAGE*/
.EmergencyMessage{padding:20px 20px 3px 20px}

html {
  scroll-behavior: smooth;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0A75B0;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0A75B0;
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*------------*/

  .animate {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*FROM THE BLOG TEXT OVERFLOW CODE*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h1-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


body{margin-bottom:0;}

/*NAV BAR*/
nav.main-links{justify-content:center;background-color:#28282B;}
nav.main-links a.navbar-brand {display:flex;justify-content: center;}
nav.main-links a.navbar-brand img.mmilogo{height:44.5;width:250px;padding: 0px;}
nav.main-links {padding:15px 0px 0px 0px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link {border-bottom:1px solid #414145;color:#fff;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.active {border-bottom:none;color:#6c98d5 !important;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:hover {border-bottom:1px solid #414145;color:#2DAADF;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:focus {border-bottom:1px solid #414145;color:#0a6ba2;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item.divider {border-right:none;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login {color:#0a6ba2;display:none;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login:hover {color:#2DAADF;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login.active {color:#0a6ba2;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}

.search-icon {font-family: 'wnwebfontregular'; font-size:22px;}

.megamenu{background-color:rgba(99,99,99,1);}
.megamenu .megamenu-list-header {font-family:locator-web, sans-serif;font-weight:700;font-style:normal;border-bottom:1px solid #d3d3d3;color:#6c98d5;}
.megamenu .megamenu-list {}
.megamenu .misc-content {}
.megamenu a.dropdown-item {color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:hover{color:#2DAADF;background-color:none;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:active{color:#2DAADF;background-color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.megamenu-list-header {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
.megamenu a.megamenu-list-header:hover {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}

div.dropdown-menu {border:none;}

nav.navbar div.menu-button-container{background-color:#243247;color:#ffffff;display:block;margin:0 0 0 0;padding:18px 0 18px 30px;}
nav.navbar div.menu-button-container button.navbar-toggler{border:none;color:#ffffff;}
nav.navbar div.menu-button-container button.navbar-toggler span.navbar-toggler-icon{}

section.mobile-login-links {background-color:#395171;padding:0 28px 0 28px;}
section.mobile-login-links  ul{font-family:locator-web, sans-serif;font-weight:400;font-style:normal;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
section.mobile-login-links  ul li{}
section.mobile-login-links  ul li a{color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}

/*HERO IMAGE*/
section.hero-image-container div.hero-image{position:relative;}
section.hero-image-container div.hero-image div.image {}
section.hero-image-container div.hero-image div.image img{height:400px;object-fit:cover;object-position:center center;}
section.hero-image-container div.hero-image div.text{height:100%;position:absolute;top: 0; left: 0;}
section.hero-image-container div.hero-image div.text h1{color:#ffffff;font-size:36px;font-weight:400;}
section.hero-image-container div.hero-image div.text p{color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a{background-color: rgba(35, 97, 146, .5);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a:hover{background-color: rgba(35, 97, 146, 1);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;text-decoration:none;transition:1s;}
section.hero-image-container div.hero-image div.image-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:linear-gradient(rgba(0, 0, 0, 0.01), rgba(30, 139, 195, 0.5));}

/*PRODUCTS*/
.products-services{background-color:#28282B;}
.products-services .container .row .products-icon{text-align:center;height:50px;}
    
.products-services .row .products-header{text-align:center;}
.products-services .row .products-header h1{color:#fff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:36px;text-align:center;}

.products-services .row a.products-link{border-radius:0px;text-decoration:none;margin-top: 30px;transition: 0.6s;}
.products-services .row a.products-link:hover{background-color:#444449;text-decoration:none;}
.products-services .row a.products-link p{color:#fff;font-family: locator-web, sans-serif; font-weight: 400;font-style: normal;font-size:20px;}

.icon-blog{width:72px;height:34.50px;}
.icon-business{width:72px;height:34.50px;}
.icon-claims{width:72px;height:34.50px;}
.icon-billing{width:72px;height:34.50px;}
.icon-specialty{width:72px;height:34.50px;}
.icon-businessauto{width:72px;height:34.50px;}
.icon-workerscomp{width:72px;height:34.50px;}
.icon-commercialumbrella{width:72px;height:34.50px;}

/*FROM THE BLOG*/
.from-the-blog {background-color:#ebebeb;}
.from-the-blog .container-fluid .row div h1{font-family:locator-web, sans-serif;font-weight:700;text-overflow: ellipsis " [..]";font-style: normal;text-align:center;}
.from-the-blog .container-fluid .row div div.card-body{line-height:1.3;}
.from-the-blog .container-fluid .row div div.card-body h1.card-title{color:#707070;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-family:locator-web, sans-serif;font-weight:700;font-style: normal;font-size:24px;height:55px;margin:0 0 20px 0;padding:0;text-align:left;}
.from-the-blog .container-fluid .row div div.card-body p.card-text{color:#707070;height:60px;font-family: locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary{background-color:#4c6c97;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;width:100%;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary:hover{background-color:#6c98d5;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;;width:100%;}

/*FOOTER*/
footer{background-color:#395171;}

div.our-group p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.our-group p{color:#ffffff;}
div.our-group p a{color:#ffffff;}

div.contact p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.contact p{color:#ffffff;}
div.contact p a{color:#ffffff;}

div.careers p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.careers p{color:#ffffff;}
div.careers p a{color:#ffffff;}

div.social p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.social a{}
div.social a.facebook-link{}
div.social a img{width:30px;height:30px;}

section.legal{background-color:#28282B;}
section.legal p{color:#ffffff;}
section.legal p a{color:#ffffff;}
section.legal div img{width:60px;height:46px;}
section.legal div img.am-best{width:79px;height:31px;}

/*QUICK LINKS*/
.quick-links {margin: 0;color: #FFFFFF;padding-top: 30px;padding-bottom: 30px;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-size:16px;font-style: normal;font-weight: 500;transition: 0.6s;}
.quick-links:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-link-icon {margin-bottom: 0.5rem;}
.quick-links-icon {font-family: 'wn_mobileappiconfontregular';font-size:32px;display:block;}

section.row a.quick-links div.quick-link-icon img.claim{width:48px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.pay{width:34.05px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.policy{width:46px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.plans{width:34.05px;height:53.5px;}

.quick-links-mobile {margin: 0;color: #FFFFFF;padding:20px 0;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-links-mobile:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}


@media (min-width: 576px) {

body{margin-bottom:0;}

/*NAV BAR*/
nav.main-links{justify-content:center;background-color:#28282B;}
nav.main-links a.navbar-brand {display:flex;justify-content: center;}
nav.main-links a.navbar-brand img.mmilogo{height:44.5;width:250px;padding: 0px;}
nav.main-links {padding:15px 0px 0px 0px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link {border-bottom:1px solid #414145;color:#fff;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.active {border-bottom:none;color:#6c98d5 !important;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:hover {border-bottom:1px solid #414145;color:#2DAADF;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:focus {border-bottom:1px solid #414145;color:#0a6ba2;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item.divider {border-right:none;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login {color:#0a6ba2;display:none;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login:hover {color:#2DAADF;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login.active {color:#0a6ba2;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}

.search-icon {font-family: 'wnwebfontregular'; font-size:22px;}

.megamenu{background-color:rgba(99,99,99,1);}
.megamenu .megamenu-list-header {font-family:locator-web, sans-serif;font-weight:700;font-style:normal;border-bottom:1px solid #d3d3d3;color:#6c98d5;}
.megamenu .megamenu-list {}
.megamenu .misc-content {}
.megamenu a.dropdown-item {color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:hover{color:#6c98d5;background-color:none;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:active{color:#6c98d5;background-color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.megamenu-list-header {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
.megamenu a.megamenu-list-header:hover {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}

div.dropdown-menu {border:none;}

nav.navbar div.menu-button-container{background-color:#243247;color:#ffffff;display:block;margin:0 0 0 0;padding:18px 0 18px 30px;}
nav.navbar div.menu-button-container button.navbar-toggler{border:none;color:#ffffff;}
nav.navbar div.menu-button-container button.navbar-toggler span.navbar-toggler-icon{}

section.mobile-login-links {background-color:#395171;padding:0 28px 0 28px;}
section.mobile-login-links  ul{font-family:locator-web, sans-serif;font-weight:400;font-style:normal;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
section.mobile-login-links  ul li{}
section.mobile-login-links  ul li a{color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}

/*HERO IMAGE*/
section.hero-image-container div.hero-image{position:relative;}
section.hero-image-container div.hero-image div.image {}
section.hero-image-container div.hero-image div.image img{height:400px;object-fit:cover;object-position:center center;}
section.hero-image-container div.hero-image div.text{height:100%;position:absolute;top: 0; left: 0;}
section.hero-image-container div.hero-image div.text h1{color:#ffffff;font-size:36px;font-weight:400;}
section.hero-image-container div.hero-image div.text p{color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a{background-color: rgba(35, 97, 146, .5);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a:hover{background-color: rgba(35, 97, 146, 1);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;text-decoration:none;transition:1s;}
section.hero-image-container div.hero-image div.image-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:linear-gradient(rgba(0, 0, 0, 0.01), rgba(30, 139, 195, 0.5));}

/*PRODUCTS*/
.products-services{background-color:#28282B;}
.products-services .container .row .products-icon{text-align:center;height:50px;}
    
.products-services .row .products-header{text-align:center;}
.products-services .row .products-header h1{color:#fff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:36px;text-align:center;}

.products-services .row a.products-link{border-radius:0px;text-decoration:none;margin-top: 30px;transition: 0.6s;}
.products-services .row a.products-link:hover{background-color:#444449;text-decoration:none;}
.products-services .row a.products-link p{color:#fff;font-family: locator-web, sans-serif; font-weight: 400;font-style: normal;font-size:20px;}

.icon-blog{width:72px;height:34.50px;}
.icon-business{width:72px;height:34.50px;}
.icon-claims{width:72px;height:34.50px;}
.icon-billing{width:72px;height:34.50px;}
.icon-specialty{width:72px;height:34.50px;}
.icon-businessauto{width:72px;height:34.50px;}
.icon-workerscomp{width:72px;height:34.50px;}
.icon-commercialumbrella{width:72px;height:34.50px;}

/*FROM THE BLOG*/
.from-the-blog {background-color:#ebebeb;}
.from-the-blog .container-fluid .row div h1{font-family:locator-web, sans-serif;font-weight:700;text-overflow: ellipsis " [..]";font-style: normal;text-align:center;}
.from-the-blog .container-fluid .row div div.card-body{line-height:1.3;}
.from-the-blog .container-fluid .row div div.card-body h1.card-title{color:#707070;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-family:locator-web, sans-serif;font-weight:700;font-style: normal;font-size:24px;height:55px;margin:0 0 20px 0;padding:0;text-align:left;}
.from-the-blog .container-fluid .row div div.card-body p.card-text{color:#707070;height:60px;font-family: locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary{background-color:#4c6c97;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;width:100%;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary:hover{background-color:#6c98d5;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;;width:100%;}

/*FOOTER*/
footer{background-color:#395171;}

div.our-group p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.our-group p{color:#ffffff;}
div.our-group p a{color:#ffffff;}

div.contact p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.contact p{color:#ffffff;}
div.contact p a{color:#ffffff;}

div.careers p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.careers p{color:#ffffff;}
div.careers p a{color:#ffffff;}

div.social p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.social a{}
div.social a.facebook-link{}
div.social a img{width:30px;height:30px;}

section.legal{background-color:#28282B;}
section.legal p{color:#ffffff;}
section.legal p a{color:#ffffff;}
section.legal div img{width:60px;height:46px;}
section.legal div img.am-best{width:79px;height:31px;}

/*QUICK LINKS*/
.quick-links {margin: 0;color: #FFFFFF;padding-top: 30px;padding-bottom: 30px;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-size:16px;font-style: normal;font-weight: 500;transition: 0.6s;}
.quick-links:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-link-icon {margin-bottom: 0.5rem;}
.quick-links-icon {font-family: 'wn_mobileappiconfontregular';font-size:32px;display:block;}

section.row a.quick-links div.quick-link-icon img.claim{width:48px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.pay{width:34.05px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.policy{width:46px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.plans{width:34.05px;height:53.5px;}

.quick-links-mobile {margin: 0;color: #FFFFFF;padding:20px 0;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-links-mobile:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;
}

}

@media (min-width: 768px) {

body{margin-bottom:140px;}

/*NAV BAR*/
nav.main-links{justify-content:center;background-color:#28282B;}
nav.main-links a.navbar-brand {display:flex;justify-content: center;}
nav.main-links a.navbar-brand img.mmilogo{height:44.5;width:250px;padding: 0px;}
nav.main-links {}
nav.main-links ul.navbar-nav li.nav-item a.nav-link {border-bottom:1px solid #414145;color:#fff;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.active {border-bottom:none;color:#6c98d5 !important;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:hover {border-bottom:1px solid #414145;color:#2DAADF;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:focus {border-bottom:1px solid #414145;color:#0a6ba2;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item.divider {border-right:none;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login {color:#0a6ba2;display:none;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login:hover {color:#2DAADF;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login.active {color:#0a6ba2;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}

.search-icon {font-family: 'wnwebfontregular'; font-size:22px;}

.megamenu{background-color:rgba(99,99,99,1);}
.megamenu .megamenu-list-header {font-family:locator-web, sans-serif;font-weight:700;font-style:normal;border-bottom:1px solid #d3d3d3;color:#6c98d5;}
.megamenu .megamenu-list {}
.megamenu .misc-content {}
.megamenu a.dropdown-item {color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:hover{color:#6c98d5;background-color:none;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:active{color:#6c98d5;background-color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.megamenu-list-header {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
.megamenu a.megamenu-list-header:hover {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}

div.dropdown-menu {border:none;}

nav.navbar div.menu-button-container{background-color:#243247;color:#ffffff;display:block;margin:0 0 0 0;padding:18px 0 18px 30px;}
nav.navbar div.menu-button-container button.navbar-toggler{border:none;color:#ffffff;}
nav.navbar div.menu-button-container button.navbar-toggler span.navbar-toggler-icon{}

section.mobile-login-links {background-color:#395171;padding:0 28px 0 28px;}
section.mobile-login-links  ul{font-family:locator-web, sans-serif;font-weight:400;font-style:normal;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
section.mobile-login-links  ul li{}
section.mobile-login-links  ul li a{color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}

/*HERO IMAGE*/
section.hero-image-container div.hero-image{position:relative;}
section.hero-image-container div.hero-image div.image {}
section.hero-image-container div.hero-image div.image img{height:500px;object-fit:cover;object-position:center center;}
section.hero-image-container div.hero-image div.text{height:100%;position:absolute;top: 0; left: 0;}
section.hero-image-container div.hero-image div.text h1{color:#ffffff;font-size:36px;font-weight:400;}
section.hero-image-container div.hero-image div.text p{color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a{background-color: rgba(35, 97, 146, .5);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a:hover{background-color: rgba(35, 97, 146, 1);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;text-decoration:none;transition:1s;}
section.hero-image-container div.hero-image div.image-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:linear-gradient(rgba(0, 0, 0, 0.01), rgba(30, 139, 195, 0.5));}

/*PRODUCTS*/
.products-services{background-color:#28282B;}
.products-services .container .row .products-icon{text-align:center;height:50px;}
    
.products-services .row .products-header{text-align:center;}
.products-services .row .products-header h1{color:#fff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:36px;text-align:center;}

.products-services .row a.products-link{border-radius:0px;text-decoration:none;margin-top: 30px;transition: 0.6s;}
.products-services .row a.products-link:hover{background-color:#444449;text-decoration:none;}
.products-services .row a.products-link p{color:#fff;font-family: locator-web, sans-serif; font-weight: 400;font-style: normal;font-size:20px;}

.icon-blog{width:72px;height:34.50px;}
.icon-business{width:72px;height:34.50px;}
.icon-claims{width:72px;height:34.50px;}
.icon-billing{width:72px;height:34.50px;}
.icon-specialty{width:72px;height:34.50px;}
.icon-businessauto{width:72px;height:34.50px;}
.icon-workerscomp{width:72px;height:34.50px;}
.icon-commercialumbrella{width:72px;height:34.50px;}

/*FROM THE BLOG*/
.from-the-blog {background-color:#ebebeb;}
.from-the-blog .container-fluid .row div h1{font-family:locator-web, sans-serif;font-weight:700;text-overflow: ellipsis " [..]";font-style: normal;text-align:center;}
.from-the-blog .container-fluid .row div div.card-body{line-height:1.3;}
.from-the-blog .container-fluid .row div div.card-body h1.card-title{color:#707070;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-family:locator-web, sans-serif;font-weight:700;font-style: normal;font-size:24px;height:55px;margin:0 0 20px 0;padding:0;text-align:left;}
.from-the-blog .container-fluid .row div div.card-body p.card-text{color:#707070;height:60px;font-family: locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary{background-color:#4c6c97;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;width:100%;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary:hover{background-color:#6c98d5;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;;width:100%;}

.card img.card-image{height:300px;object-fit:cover;object-position:center center;}

/*FOOTER*/
footer{background-color:#395171;}

div.our-group p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.our-group p{color:#ffffff;}
div.our-group p a{color:#ffffff;}

div.contact p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.contact p{color:#ffffff;}
div.contact p a{color:#ffffff;}

div.careers p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.careers p{color:#ffffff;}
div.careers p a{color:#ffffff;}

div.social p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.social a{}
div.social a.facebook-link{}
div.social a img{width:30px;height:30px;}

section.legal{background-color:#28282B;}
section.legal p{color:#ffffff;}
section.legal p a{color:#ffffff;}
section.legal div img{width:60px;height:46px;}
section.legal div img.am-best{width:79px;height:31px;}

/*QUICK LINKS*/
.quick-links {margin: 0;color: #FFFFFF;padding-top: 30px;padding-bottom: 30px;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-size:16px;font-style: normal;font-weight: 500;transition: 0.6s;}
.quick-links:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-link-icon {margin-bottom: 0.5rem;}
.quick-links-icon {font-family: 'wn_mobileappiconfontregular';font-size:32px;display:block;}

section.row a.quick-links div.quick-link-icon img.claim{width:48px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.pay{width:34.05px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.policy{width:46px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.plans{width:34.05px;height:53.5px;}
	
}


@media (min-width: 992px) {

body{margin-bottom:140px;}

/*NAV BAR*/
nav.main-links{justify-content:center;background-color:#28282B;}
nav.main-links a.navbar-brand {}
nav.main-links a.navbar-brand img.mmilogo{width: 80%;padding: 0px;}
nav.main-links {}
nav.main-links ul.navbar-nav li.nav-item a.nav-link{border-bottom:1px solid #414145;color:#fff;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.active {border-bottom:none;color:#6c98d5 !important;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:hover{border-bottom:1px solid #414145;color:#6c98d5;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:focus{border-bottom:1px solid #414145;color:#6c98d5;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item.divider {border-right:none;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login {color:#0a6ba2;display:none;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login:hover {color:#2DAADF;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login.active {color:#0a6ba2;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:16px;}

.search-icon {font-family: 'wnwebfontregular'; font-size:22px;}

.megamenu{background-color:rgba(99,99,99,1);}
.megamenu .megamenu-list-header {font-family:locator-web, sans-serif;font-weight:700;font-style:normal;border-bottom:1px solid #d3d3d3;color:#6c98d5;}
.megamenu .megamenu-list {}
.megamenu .misc-content {}
.megamenu a.dropdown-item {color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:hover{color:#6c98d5;background-color:none;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.dropdown-item:active{color:#6c98d5;background-color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
.megamenu a.megamenu-list-header {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
.megamenu a.megamenu-list-header:hover {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}

div.dropdown-menu {border:none;background-color:transparent;}

nav.navbar div.menu-button-container{background-color:#243247;color:#ffffff;display:block;margin:0 0 0 0;padding:18px 0 18px 30px;}
nav.navbar div.menu-button-container button.navbar-toggler{border:none;color:#ffffff;}
nav.navbar div.menu-button-container button.navbar-toggler span.navbar-toggler-icon{}

section.mobile-login-links {background-color:#395171;padding:0 28px 0 28px;}
section.mobile-login-links  ul{font-family:locator-web, sans-serif;font-weight:400;font-style:normal;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
section.mobile-login-links  ul li{}
section.mobile-login-links  ul li a{color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;}

/*HERO IMAGE*/
section.hero-image-container div.hero-image{position:relative;}
section.hero-image-container div.hero-image div.image {}
section/*HERO IMAGE*//*HERO IMAGE*/.hero-image-container div.hero-image div.image img{height:500px;object-fit:cover;object-position:center center;}
section.hero-image-container div.hero-image div.text{height:100%;position:absolute;top: 0; left: 0;}
section.hero-image-container div.hero-image div.text h1{color:#ffffff;font-size:36px;font-weight:400;}
section.hero-image-container div.hero-image div.text p{color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a{background-color: rgba(35, 97, 146, .5);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;transition:1s;}
section.hero-image-container div.hero-image div.text a:hover{background-color: rgba(35, 97, 146, 1);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;text-decoration:none;transition:1s;}
section.hero-image-container div.hero-image div.image-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:linear-gradient(rgba(0, 0, 0, 0.01), rgba(30, 139, 195, 0.5));}

/*PRODUCTS*/
.products-services{background-color:#28282B;}
.products-services .container .row .products-icon{text-align:center;height:50px;}
    
.products-services .row .products-header{text-align:center;}
.products-services .row .products-header h1{color:#fff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:36px;text-align:center;}

.products-services .row a.products-link{border-radius:0px;text-decoration:none;margin-top: 30px;transition: 0.6s;}
.products-services .row a.products-link:hover{background-color:#444449;text-decoration:none;}
.products-services .row a.products-link p{color:#fff;font-family: locator-web, sans-serif; font-weight: 400;font-style: normal;font-size:20px;}

.icon-blog{width:72px;height:34.50px;}
.icon-business{width:72px;height:34.50px;}
.icon-claims{width:72px;height:34.50px;}
.icon-billing{width:72px;height:34.50px;}
.icon-specialty{width:72px;height:34.50px;}
.icon-businessauto{width:72px;height:34.50px;}
.icon-workerscomp{width:72px;height:34.50px;}
.icon-commercialumbrella{width:72px;height:34.50px;}

/*FROM THE BLOG*/
.from-the-blog {background-color:#ebebeb;}
.from-the-blog .container-fluid .row div h1{font-family:locator-web, sans-serif;font-weight:700;text-overflow: ellipsis " [..]";font-style: normal;text-align:center;}
.from-the-blog .container-fluid .row div div.card-body{line-height:1.3;}
.from-the-blog .container-fluid .row div div.card-body h1.card-title{color:#707070;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-family:locator-web, sans-serif;font-weight:700;font-style: normal;font-size:24px;height:55px;margin:0 0 20px 0;padding:0;text-align:left;}
.from-the-blog .container-fluid .row div div.card-body p.card-text{color:#707070;height:60px;font-family: locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary{background-color:#4c6c97;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;width:100%;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary:hover{background-color:#79aded;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;;width:100%;}

.card img.card-image{height:250px;object-fit:cover;object-position:center center;}

/*FOOTER*/
footer{background-color:#395171;}

div.our-group p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.our-group p{color:#ffffff;}
div.our-group p a{color:#ffffff;}

div.contact p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.contact p{color:#ffffff;}
div.contact p a{color:#ffffff;}

div.careers p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.careers p{color:#ffffff;}
div.careers p a{color:#ffffff;}

div.social p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.social a{}
div.social a.facebook-link{}
div.social a img{width:30px;height:30px;}

section.legal{background-color:#28282B;}
section.legal p{color:#ffffff;}
section.legal p a{color:#ffffff;}
section.legal div img{width:60px;height:46px;}
section.legal div img.am-best{width:79px;height:31px;}


/*QUICK LINKS*/
.quick-links {margin: 0;color: #FFFFFF;padding-top: 30px;padding-bottom: 30px;background-color:#4c6c97;font-family: "locator-web-n4", "locator-web", sans-serif;font-size:16px;font-style: normal;font-weight: 500;transition: 0.6s; border-right:1px solid #395171;}
.quick-links:hover {color: #FFFFFF;background-color:#6c98d5;text-decoration: none;font-family: "locator-web-n4", "locator-web", sans-serif;font-style: normal;font-weight: 500;}
.quick-link-icon {margin-bottom: 0.5rem;}
.quick-links-icon {font-family: 'wn_mobileappiconfontregular';font-size:32px;display:block;}

section.row a.quick-links div.quick-link-icon img.claim{width:48px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.pay{width:34.05px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.policy{width:46px;height:53.5px;}
section.row a.quick-links div.quick-link-icon img.plans{width:34.05px;height:53.5px;}
}

@media (min-width: 1200px) {
/*NAV BAR*/
nav.main-links{background-color:#28282B;}
nav.main-links a.navbar-brand{height:44.5;width:250px;}
nav.main-links a.navbar-brand img.mmilogo{width:100%;}
nav.main-links {}
nav.main-links ul.navbar-nav li.nav-item a.nav-link {border-bottom:none;color:#fff;font-family: locator-web, sans-serif;font-weight:400;font-style: normal;font-size:16px;transition:1s;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.active {border-bottom:none;color:#6c98d5 !important;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:hover {border-bottom:none;color:#6c98d5;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;transition:1s;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link:focus {border-bottom:none;color:#6c98d5;font-family:locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
nav.main-links ul.navbar-nav li.nav-item.divider {border-right:solid 1px #BFBFBF;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login {color:#0a6ba2;display:block;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:14px;}
nav.main-links ul.navbar-nav li.nav-item a.nav-link.login:hover {color:#2DAADF;font-family: locator-web, sans-serif; font-weight: 700;font-style: normal;font-size:14px;}

.search-icon {font-family: 'wnwebfontregular'; font-size:22px;}
nav.navbar div.menu-button-container{background-color:#243247;color:#ffffff;display:none;margin:0 0 0 0;padding:18px 0 18px 30px;}
nav.navbar div.menu-button-container button.navbar-toggler{border:none;color:#ffffff;}
nav.navbar div.menu-button-container button.navbar-toggler span.navbar-toggler-icon{}

section.mobile-login-links {background-color:#395171;}
section.mobile-login-links  ul{font-family:locator-web, sans-serif;font-weight:400;font-style:normal;list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
section.mobile-login-links  ul li{}
section.mobile-login-links  ul li a{color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;transition:1s;}
section.mobile-login-links  ul li a:hover{background-color:#6c98d5;color:#ffffff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:16px;transition:1s;}

.megamenu{background-color:rgba(99,99,99,0.9);}
.megamenu .megamenu-list-header {font-family:locator-web, sans-serif;font-weight:700;font-style:normal;border-bottom:1px solid #6c98d5;color:#6c98d5;}
.megamenu .megamenu-list {}
.megamenu .misc-content {}
.megamenu a.dropdown-item {color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;transition:1s;}
.megamenu a.dropdown-item:hover{color:#6c98d5;background-color:#636363;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;transitions:1s;}
.megamenu a.dropdown-item:active{color:#6c98d5;background-color:#fff;font-family:locator-web, sans-serif;font-weight:400;font-style:normal;}
/*.megamenu a.megamenu-list-header {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
.megamenu a.megamenu-list-header:hover {color:#0F192E;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}*/

div.dropdown-menu {border:none;background-color:transparent;}

section.mobile-login-links {display:none;padding:0 0 0 0;}

/*HERO IMAGE*/
section.hero-image-container div.hero-image{position:relative;}
section.hero-image-container div.hero-image div.image {}
section.hero-image-container div.hero-image div.image img{height:600px;object-fit:cover;object-position:center center;}
section.hero-image-container div.hero-image div.text{height:100%;position:absolute;top: 0; left: 0;}
section.hero-image-container div.hero-image div.text h1{color:#ffffff;font-size:36px;font-weight:400;}
section.hero-image-container div.hero-image div.text p{color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a{background-color: rgba(35, 97, 146, .5);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;}
section.hero-image-container div.hero-image div.text a:hover{background-color: rgba(35, 97, 146, 1);border:2px solid #ffffff;color:#ffffff;font-size:18px;font-weight:400;text-decoration:none;transition:1s;}
section.hero-image-container div.hero-image div.image-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:linear-gradient(rgba(0, 0, 0, 0.01), rgba(30, 139, 195, 0.5));}



/*PRODUCTS*/
.products-services{background-color:#28282B;}
.products-services .container .row .products-icon{text-align:center;height:50px;}
    
.products-services .row .products-header{text-align:center;}
.products-services .row .products-header h1{color:#fff;font-family: locator-web, sans-serif;font-weight: 700;font-style: normal;font-size:36px;text-align:center;}

.products-services .row a.products-link{border-radius:0px;text-decoration:none;margin-top:0px;transition: 0.6s;}
.products-services .row a.products-link:hover{background-color:#444449;text-decoration:none;}
.products-services .row a.products-link p{color:#fff;font-family: locator-web, sans-serif; font-weight: 400;font-style: normal;font-size:20px;}

.icon-blog{width:72px;height:34.50px;}
.icon-business{width:72px;height:34.50px;}
.icon-claims{width:72px;height:34.50px;}
.icon-billing{width:72px;height:34.50px;}
.icon-specialty{width:72px;height:34.50px;}
.icon-businessauto{width:72px;height:34.50px;}
.icon-workerscomp{width:72px;height:34.50px;}
.icon-commercialumbrella{width:72px;height:34.50px;}

/*FROM THE BLOG*/
.from-the-blog {background-color:#ebebeb;}
.from-the-blog .container-fluid .row div h1{font-family:locator-web, sans-serif;font-weight:700;text-overflow: ellipsis " [..]";font-style: normal;text-align:center;}
.from-the-blog .container-fluid .row div div.card-body{line-height:1.3;}
.from-the-blog .container-fluid .row div div.card-body h1.card-title{color:#707070;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-family:locator-web, sans-serif;font-weight:700;font-style: normal;font-size:24px;height:55px;margin:0 0 20px 0;padding:0;text-align:left;}
.from-the-blog .container-fluid .row div div.card-body p.card-text{color:#707070;height:60px;font-family: locator-web, sans-serif;font-weight: 400;font-style: normal;font-size:16px;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary{background-color:#4c6c97;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;width:100%;transition:1s;}
.from-the-blog .container-fluid .row div div.card-body a.btn-primary:hover{background-color:#6c98d5;border:none;font-family: locator-web, sans-serif;font-weight:400;font-style:normal;;width:100%;transition:1s;}

.card img.card-image{height:300px;object-fit:cover;object-position:center center;}

/*FOOTER*/
footer{background-color:#395171;}

div.our-group p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.our-group p{color:#ffffff;}
div.our-group p a{color:#ffffff;}

div.contact p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.contact p{color:#ffffff;}
div.contact p a{color:#ffffff;}

div.careers p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.careers p{color:#ffffff;}
div.careers p a{color:#ffffff;}

div.social p.heading{color:#ffffff;font-family:locator-web, sans-serif;font-weight:700;font-style:normal;}
div.social a{}
div.social a.facebook-link{}
div.social a img{width:30px;height:30px;}

section.legal{background-color:#28282B;}
section.legal p{color:#ffffff;}
section.legal p a{color:#ffffff;}
section.legal div img{width:60px;height:46px;}
section.legal div img.am-best{width:79px;height:31px;}

}

