.agent_container {
  background-color: #FFF;
  position: relative;
  /*top: 42px;*/
  width: 100%;
}
.agent_header {
  /*height: 500px;*/
  height: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 465px) {
  .agent_header {
      height: auto;
  }
}
.agent_header p {
  margin-bottom: 0;
}
.agent_header .aal-map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 465px) {
  .agent_header .aal-map {
      height: 200px;
  }
}
.agent_header .agent_search {
  display: none;
  width: 270px;
  min-height: 250px;
  background-color: #00A7E1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 465px) {
  .agent_header .agent_search {
      width: 100%;
      position: static;
  }
}
.agent_header .agent_search_back_button {
  width: 100%;
  background-color: #8CC5D8;
  position: relative;
}
.agent_header .agent_search_back_button a {
  text-decoration: none;
  color: #00A7E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent_header .agent_search_back_button_icon {
  background: url("/_global-assets/images//icons/link-arrow-white.png");
  width: 10px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 8px;
}
.agent_header .agent_search_back_button_text {
  text-align: center;
  padding: 8px 0;
  color: #FFF;
  font-family: 'ProximaNovaSemibold';
}
.agent_header .agent_search_info {
    padding: 17px 15px;
}
.agent_search_info_address {
    word-break: break-all;
}
.agent_header .agent_search_info_agentName {
  margin-top: 0;
}
.agent_header .agent_search_info_agentName h4 {
  font-family: 'ProximaNovaSemibold';
  color: #FFF;
  margin-bottom: 10px;
  /*TM some names ran out of container font-size: 27px;*/
  font-size: 23px;
}
.agent_header .agent_search_info_agentLocation p,
.agent_header .agent_search_info_agentTitle p {
  font-family: 'ProximaNovaLight';
  color: #FFF;
  font-size: 17px;
}
.agent_header .agent_search_info hr {
  width: 100%;
  font-family: 'ProximaNovaLight';
  background-color: #FFF;
  margin-top: 11px;
  margin-bottom: 12px;
}
.agent_header .agent_search_info_address_street p,
.agent_header .agent_search_info_address_city p,
.agent_header .agent_search_info_address_phoneNumber p,
.agent_header .agent_search_info_address_email p {
  font-family: 'ProximaNovaSemibold';
  color: #FFF;
  font-size: 17px;
}
.agent_header .agent_search_info_address_street {
  width: 240px;
}
.agent_header .agent_search_info_address_street p {
  margin-bottom: 3px;
}
.agent_header .agent_search_info_address_city p {
  margin-bottom: 3px;
}
.agent_header .agent_search_info_address_phoneNumber p {
  margin-bottom: 0;
}
.agent_header .agent_search_info_address_email p {
  margin-bottom: 0;
}
.agent_header .agent_search_info_need_more_help {
  position: relative;
  width: 130px;
  margin-top: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 465px) {
  .agent_header .agent_search_info_need_more_help {
      margin-bottom: 0;
  }
}
.agent_header .agent_search_info_need_more_help a {
  color: #FFF;
  text-decoration: none;
}
.agent_header .agent_search_info_need_more_help a:hover {
  cursor: pointer;
}
.agent_header .agent_search_info_need_more_help_icon {
  background: url("/_global-assets/images//icons/link-arrow-white.png");
  position: absolute;
  top: 6px;
  left: 119px;
  width: 10px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.agent_header .agent_search_info_need_more_help_text {
  color: #FFF;
  font-family: 'ProximaNovaLight';
}
@media screen and (max-width: 465px) {
  .agent_header .agent_search_info_need_more_help_text {
      padding-bottom: 13px;
  }
}
.agent_header .gmnoprint.gm-bundled-control [draggable='false'] {
  display: none;
}
.agent_header .gmnoprint img {
  display: none;
}
.agent_header .gmnoprint .gm-svpc {
  display: none;
}
.aal-map-container {
  width: 100%;
  height: 100%;
}
.aal-map-zoom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 270px;
  width: 40px;
  background: #00A7E1;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 465px) {
  .aal-map-zoom {
      display: none !important;
  }
}
.aal-map-zoom-btn {
  position: relative;
  width: 40px;
  height: 39px;
  cursor: pointer;
}
.aal-map-zoom-btn::after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: '';
}
.aal-map-zoom-btn--in {
  border-bottom: 1px solid #FFF;
}
.aal-map-zoom-btn--in::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("//www.aflac.com/_Global-Assets/images/sprites/agent_locator/sprites-s2356e4fb4e.png") 0 -291px no-repeat;
}
.aal-map-zoom-btn--in:hover {
  background-color: #1f93c3;
}
.aal-map-zoom-gutter {
  position: relative;
  width: 100%;
  height: 130px;
  margin: 20px 0;
}
.aal-map-zoom-gutter::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 100%;
  background: #1F93C3;
  border-radius: 5px;
  content: '';
}
.aal-map-zoom-gutter .aal-map-zoom-handle {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: -14px 6px;
  background: url("//www.aflac.com/_Global-Assets/images/sprites/agent_locator/sprites-s2356e4fb4e.png") 0 0 no-repeat;
}
.aal-map-zoom-btn--out {
  border-top: 1px solid #FFF;
}
.aal-map-zoom-btn--out::after {
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: url("//www.aflac.com/_Global-Assets/images/sprites/agent_locator/sprites-s2356e4fb4e.png") 0 -325px no-repeat;
}
.aal-map-zoom-btn--out:hover {
  background-color: #1f93c3;
}
.aal-marker {
  position: absolute;
  z-index: 3000;
  width: 100px;
  height: 140px;
  margin: -140px -50px;
}
.aal-marker-label {
  position: absolute;
  bottom: 26px;
  font-size: 18px;
  font-family: ProximaNovaBold, Arial, sans-serif;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.aal-marker-hitField {
  position: absolute;
  width: 100px;
  height: 140px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/marker/default.png");
  cursor: pointer;
}
.is-active .aal-marker-hitField {
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/marker/hover.png");
}
.aal-marker-shadow {
  position: absolute;
  bottom: -5px;
  left: 28px;
  width: 115px;
  height: 58px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/marker/shadow.png");
}
@media (max-width: 619px) {
  .aal-marker {
      width: 50px;
      height: 70px;
      margin: -70px -25px;
  }
  .aal-marker-label {
      bottom: 11px;
      left: -1px;
      font-size: 9px;
  }
  .aal-marker-hitField {
      left: 0px;
      width: 50px;
      height: 70px;
      background-size: cover;
  }
  .aal-marker-shadow {
      bottom: -3px;
      left: 13px;
      width: 57px;
      height: 29px;
      background-size: cover;
  }
}
.aal-overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.aal-toolTip {
  position: absolute;
  z-index: 9;
  display: none;
  background-color: #fff;
  pointer-events: none;
}
.aal-form .aal-toolTip--error {
  top: 59px;
  left: 23px;
}
.aal-listForm .aal-toolTip--error {
  top: 87px;
  left: 44px;
}
.is-invalid .aal-toolTip--error {
  display: block;
}
.aal-toolTip--notification {
  left: 35px;
  display: none;
}
.aal-toolTip--notification.is-visible {
  display: block;
}
.aal-toolTip--notification.is-everwell {
  top: 237px;
}
.aal-toolTip--notification.is-spanish {
  top: 190px;
}
@media (max-width: 619px) {
  .aal-toolTip--notification.is-visible {
      display: none;
  }
}
.aal-toolTip-label {
  position: relative;
  color: #484848;
}
.aal-toolTip--notification .aal-toolTip-label {
  padding: 20px;
  width: 160px;
  font-family: ProximaNovaLight, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
}
.aal-toolTip--error .aal-toolTip-label {
  padding: 24px 26px;
  font-family: ProximaNovaLight, Arial, sans-serif;
  font-size: 17px;
}
.aal-toolTip--error .aal-toolTip-label:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-left: 4px;
  margin-right: 11px;
  background: url("//www.aflac.com/_global-assets/images/sprites/agent_locator/sprites-s2356e4fb4e.png") 0 -224px no-repeat;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min-device-pixel-ratio: 2) {
  .aal-toolTip--error .aal-toolTip-label:before {
      background-image: url("//www.aflac.com/_global-assets/images/sprites/agent_locator/sprites/retina-s022fd45e53.png");
      background-size: 26px 354.5px;
      background-position: 0 -220px;
  }
}
.aal-toolTip-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aal-toolTip-shadow:after {
  position: absolute;
  left: 50%;
  top: -11px;
  height: 11px;
  width: 14px;
  margin-left: -7px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/tooltip-arrow.png");
  content: "";
}
.aal-toolTip-shadow-bottom,
.aal-toolTip-shadow-top {
  position: absolute;
  left: 3px;
  right: 3px;
  height: 4px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/tooltip-shadow-vertical.png");
  background-repeat: repeat-x;
}
.aal-toolTip-shadow-bottom:before,
.aal-toolTip-shadow-bottom:after,
.aal-toolTip-shadow-top:before,
.aal-toolTip-shadow-top:after {
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/tooltip-shadow-corners.png");
  background-repeat: no-repeat;
  content: "";
}
.aal-toolTip-shadow-top {
  top: -4px;
}
.aal-toolTip-shadow-top:before {
  top: 0px;
  left: -7px;
}
.aal-toolTip-shadow-top:after {
  top: 0px;
  right: -7px;
  background-position: -7px 0;
}
.aal-toolTip-shadow-bottom {
  bottom: -4px;
  background-position: 0 -3px;
}
.aal-toolTip-shadow-bottom:before {
  bottom: 0px;
  left: -7px;
  background-position: 0 -7px;
}
.aal-toolTip-shadow-bottom:after {
  bottom: 0px;
  right: -7px;
  background-position: -7px -7px;
}
.aal-toolTip-shadow-middle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.aal-toolTip-shadow-middle:before,
.aal-toolTip-shadow-middle:after {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/tooltip-shadow-horizontal.png");
  background-repeat: repeat-y;
  content: "";
}
.aal-toolTip-shadow-middle:before {
  left: -4px;
}
.aal-toolTip-shadow-middle:after {
  right: -4px;
  background-position: -3px 0;
}
.aal-marker-hitField:after {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 87px;
  height: 87px;
  background-image: url("//www.aflac.com/_global-assets/images/agent_locator/marker/duck.png");
  content: "";
}
@media (max-width: 619px) {
  .aal-marker-hitField:after {
      position: absolute;
      top: 3px;
      left: 4px;
      width: 44px;
      height: 44px;
      background-size: cover;
  }
}
.contact_nav_li {
  position: relative;
  padding-right: 8px;
}
.contact_nav_li a.is-small {
  padding-left: 12px;
}
.contact_nav_li a.is-small .agent_name {
  padding-left: 3px;
}
.contact_nav_li a.is-small a:hover {
  cursor: pointer;
}
.contact_nav_li .left_icon {
  position: absolute;
  top: -7px;
  left: -11px;
  width: 22px;
  height: 22px;
  background-image: url("//www.aflac.com/_global-assets/images/sprites/layout/sprites-sfd5c0480fb.png");
  background-repeat: no-repeat;
  background-position: -19px -108px;
  background-size: 1031%;
}
.contact_nav_li .right_icon {
  position: absolute;
  top: 4px;
  right: -17px;
  width: 10px;
  height: 10px;
  background-image: url("../../_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.contact_nav_drop_down {
    display: none;
    position: absolute;
    top: -66px;
    right: 229px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    z-index: 9999;
    overflow-wrap: break-word;
}
.contact_nav_drop_down_info_container {
  margin: 10px 20px 0 20px;
  border-bottom: 1px solid #DBDBDB;
}
.contact_nav_drop_down_info_container p {
  margin-bottom: 15px;
}
.contact_nav_drop_down_info_container p a {
  text-decoration: none;
  color: #00A7E1;
}
.contact_nav_drop_down_info_container p a:hover {
  opacity: 0.8;
}
.contact_nav_drop_down_info_container_call,
.contact_nav_drop_down_info_container_email {
  color: #00A7E1;
  font-family: 'ProximaNovaRegular';
}
.contact_nav_drop_down_info_container a.site-link {
  display: none !important;
  text-decoration: none;
  /* TM changed to display none, as on mobile the CTA for agent site was returning undefined 
  display:block;
  */
}
.contact_nav_drop_down_info_container a.site-link p {
  color: #FFF;
  width: 100%;
  text-align: center;
  background-color: #00A7E1;
  padding: 5px 0;
}
.contact_nav_drop_down .find_agent_link {
  margin: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact_nav_drop_down .find_agent_link_icon {
  width: 15px;
  height: 17px;
  background-image: url("//www.aflac.com/_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png");
  background-position: 0 -175px;
  background-size: 650%;
  background-repeat: no-repeat;
}
.contact_nav_drop_down .find_agent_link a {
  text-decoration: none;
}
.contact_nav_drop_down .find_agent_link a p {
  color: #00A7E1;
  text-align: center;
  font-size: 12px;
}
.contact_nav_li_mobile {
  width: 100%;
}
.contact_nav_li_mobile a.mobile_agent_nav.is-small {
  border-left: 1px solid rgba(160, 170, 174, 0.6);
  border-right: 1px solid rgba(160, 170, 174, 0.6);
  border-bottom: 1px solid rgba(160, 170, 174, 0.6);
  border-top: 1px solid rgba(160, 170, 174, 0.6);
}
.contact_nav_li_mobile a.mobile_agent_nav.is-small .left_icon {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 22px;
  height: 22px;
  background-image: url("//www.aflac.com/_global-assets/images/sprites/layout/sprites-sfd5c0480fb.png");
  background-repeat: no-repeat;
  background-position: -19px -123px;
  background-size: 1141%;
}
.contact_nav_li_mobile a.mobile_agent_nav.is-small p {
  font-family: 'ProximaNovaSemibold';
  width: 67%;
  margin: 0 auto;
  color: #0099cd;
}
@media screen and (max-width: 414px) {
  .contact_nav_li_mobile a.mobile_agent_nav.is-small p {
      width: 58%;
  }
}
@media screen and (max-width: 320px) {
  .contact_nav_li_mobile a.mobile_agent_nav.is-small p {
      width: 68%;
  }
}
.contact_nav_li_mobile a.mobile_agent_nav.is-small .right_icon {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 15px;
  background-image: url("../../_global-assets/images/icons/retina/dropdown-arrow-hover.png");
  background-position: 0 -5px;
  background-repeat: no-repeat;
}
.w_nav-bar.is-open .placer .content .menu ul li.contact_nav_li_mobile a.mobile_agent_nav:hover {
  cursor: pointer;
  background: #e9eff0;
  background-color: none;
  /* .left_icon {*/
  /*   background-image: url('//www.aflac.com/_global-assets/images/sprites/layout/sprites-sfd5c0480fb.png');*/
  /*   background-repeat: no-repeat;*/
  /*   background-position: -43px -123px;*/
  /*   background-size: 1141%;*/
  /* }*/
  /* .right_icon {*/
  /*   right: 21px;*/
  /*   background-image: url('../../_global-assets/images/sprites/agent_locator/sprites-s2356e4fb4e.png');*/
  /*   height: 10px;*/
  /*   background-position: 0 -233px;*/
  /*   background-size: 70%;*/
  /*   background-repeat: no-repeat;*/
  /*   transform: rotate(180deg);*/
  /* }*/
  /* }*/
}
.w_nav-bar.is-open .placer .content .menu ul li.contact_nav_li_mobile a.mobile_agent_nav:hover p {
  color: #00A7E1;
  opacity: 0.8;
}
.contact_nav_drop_down_mobile {
  display: none;
  margin-top: -10px;
  border-left: 1px solid rgba(160, 170, 174, 0.6);
  border-right: 1px solid rgba(160, 170, 174, 0.6);
  border-bottom: 1px solid rgba(160, 170, 174, 0.6);
}
.contact_nav_drop_down_mobile_info_container {
  padding-top: 30px;
  border-bottom: 1px solid #DBDBDB;
  width: 90%;
  margin: 0 auto;
}
.contact_nav_drop_down_mobile_info_container p {
  text-align: center;
  margin-bottom: 15px;
}
.contact_nav_drop_down_mobile_info_container p a {
  text-decoration: none;
  color: #00A7E1;
}
.contact_nav_drop_down_mobile_info_container p a:hover {
  opacity: 0.8;
}
.contact_nav_drop_down_mobile_info_container_call,
.contact_nav_drop_down_mobile_info_container_email {
  color: #00A7E1;
  font-family: 'ProximaNovaRegular';
}
.contact_nav_drop_down_mobile_info_container a.site-link {
  text-decoration: none;
  display:block;
}
.contact_nav_drop_down_mobile_info_container a.site-link p {
  color: #FFF;
  width: 100%;
  text-align: center;
  background-color: #00A7E1;
  padding: 5px 0;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 90%;
  max-width: 270px;
}
.contact_nav_drop_down_mobile .find_agent_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}
.contact_nav_drop_down_mobile .find_agent_link_icon {
  width: 15px;
  height: 21px;
  background-image: url("//www.aflac.com/_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png");
  background-position: 0 -198px;
  background-size: 740%;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-right: 3px;
}
.contact_nav_drop_down_mobile .find_agent_link a {
  text-decoration: none;
}
.contact_nav_drop_down_mobile .find_agent_link a p {
  color: #00A7E1;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}
.products {
  margin: 0 auto;
  margin-bottom: 0;
  display: block;
  width: 80%;
  max-width: 1440px;
}
.products_header {
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 465px) {
  .products_header {
      padding-top: 30px;
  }
}
.products_header_title {
  text-align: center;
  font-family: 'ProximaNovaRegular';
  font-size: 46px;
  margin-bottom: 0;
}
@media screen and (max-width: 465px) {
  .products_header_title {
      font-size: 36px;
      line-height: 36px;
  }
}
.products_tile_container {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products_tile_container article {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  .products_tile_container article {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  }
}
@media screen and (max-width: 769px) {
  .products_tile_container article {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  }
}
@media screen and (max-width: 465px) {
  .products_tile_container article {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 25px;
  }
}
.products_tile_container article img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 465px) {
  .products_tile_container article img {
      width: 100%;
  }
}
.products_tile_container article p {
  text-align: center;
  font-family: 'ProximaNovaSemibold';
  color: #00A7E1;
  font-size: 17px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.request_info {
  width: 100%;
  background-color: #00A7E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 160px;
}
.request_info_statement {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 30px;
  color: #FFF;
  font-family: 'ProximaNovaSemiBold';
  margin-top: 20px;
}
@media screen and (max-width: 465px) {
  .request_info_statement {
      width: 95%;
      font-size: 23px;
  }
}
.request_info_button {
  display: block;
  width: 230px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 20px;
}
.request_info_button p {
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
  font-family: 'ProximaNovaSemibold';
  color: #00A7E1;
}
.request_info_button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 50ms ease-in-out;
}
.tile_options {
  margin-bottom: 40px;
  margin-top: 0;
  border-bottom: 4px solid #00A7E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tile_options_tag {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  height: 325px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .tile_options_tag {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      height: 275px;
  }
}
.tile_options_tag_tile {
  position: relative;
  height: 100%;
}
.tile_options_tag_tile_title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: 'ProximaNovaBold';
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 85px;
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_tile_title {
      padding-top: 45px;
  }
}
@media screen and (max-width: 636px) {
  .tile_options_tag_tile_title {
      padding-top: 45%;
  }
}
.tile_options_tag_tile_info {
  display: block;
  width: 93%;
  text-align: center;
  margin: 0 auto;
  font-family: 'ProximaNovaLight';
  font-size: 24px;
  margin-bottom: 30px;
  color: #FFF;
  line-height: 29px;
  margin-top: 20px;
}
@media screen and (max-width: 1257px) {
  .tile_options_tag_tile_info {
      font-size: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_tile_info {
      font-size: 24px;
  }
}
@media screen and (max-width: 636px) {
  .tile_options_tag_tile_info {
      display: none;
  }
}
.tile_options_tag_tile_icon_holder {
  position: absolute;
  top: 260px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #FFF;
  margin: auto;
}
.tile_options_tag_tile_icon_holder_icon {
  background: url("/_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png");
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 39px;
  height: 23px;
  background-position: 0 -76px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_tile_icon_holder {
      top: 210px;
  }
}
.tile_options_tag_overlay {
  display: none;
  background-color: #00A7E1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tile_options_tag_overlay_title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: 'ProximaNovaBold';
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 85px;
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_overlay_title {
      padding-top: 45px;
  }
}
@media screen and (max-width: 636px) {
  .tile_options_tag_overlay_title {
      padding-top: 45%;
  }
}
.tile_options_tag_overlay_info {
  display: block;
  width: 93%;
  text-align: center;
  margin: 0 auto;
  font-family: 'ProximaNovaLight';
  font-size: 24px;
  margin-bottom: 30px;
  color: #FFF;
  line-height: 29px;
  margin-top: 20px;
}
@media screen and (max-width: 1257px) {
  .tile_options_tag_overlay_info {
      font-size: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_overlay_info {
      font-size: 24px;
  }
}
@media screen and (max-width: 636px) {
  .tile_options_tag_overlay_info {
      display: none;
  }
}
.tile_options_tag_overlay_icon_holder {
  position: absolute;
  top: 260px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #FFF;
  background-color: #FFF;
  margin: auto;
}
.tile_options_tag_overlay_icon_holder_icon {
  background: url("/_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png");
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 39px;
  height: 23px;
  background-position: -34px -76px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .tile_options_tag_overlay_icon_holder {
      top: 210px;
  }
}
.tile_options a .individuals_and_families_tile {
  background-image: url("../../_global-assets/images/segmentation_menu/individuals.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tile_options a .employers_tile {
  background-image: url("../../_global-assets/images/segmentation_menu/employers.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tile_options a .brokers_tile {
  background-image: url("../../_global-assets/images/segmentation_menu/brokers.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tile_options a .agents_tile {
  background-image: url("../../_global-assets/images/segmentation_menu/agents.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#need_more_help_modal {
  width: 750px;
  height: 252px;
  top: 50%;
  left: calc(50% - 405px);
  margin-left: 0;
  transition: all 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
@media screen and (max-width: 465px) {
  #need_more_help_modal {
      height: 520px;
      width: 95%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
  }
}
#need_more_help_modal .item_wrapper {
  background-color: #00A7E1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.9063, -0.42261, 0, 0, 0.42261, 0.9063, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 0.9063, -0.42261, 0, 0, 0.42261, 0.9063, 0, 0, 0, 0, 1);
  opacity: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#need_more_help_modal .item_wrapper .need_more_help_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url("../../_global-assets/images/sprites/layout/x-small/sprites/retina-s65f29adcea.png");
  background-repeat: no-repeat;
  background-position: 0 -202px;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  background-size: 677%;
}
#need_more_help_modal .item_wrapper .need_more_help_modal_close:hover {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#need_more_help_modal .item_wrapper .need_more_help_modal_header {
  text-align: center;
  display: block;
  width: 314px;
  margin: 26px auto 39px auto;
  color: #FFF;
  font-family: 'ProximaNovaSemibold';
  font-size: 17px;
  max-width: 100%;
}
@media screen and (max-width: 465px) {
  #need_more_help_modal .item_wrapper .need_more_help_modal_header {
      margin-top: 50px;
  }
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 26px;
}
@media screen and (max-width: 465px) {
  #need_more_help_modal .item_wrapper .need_more_help_modal_contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media screen and (max-width: 465px) {
  #need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact p {
  text-align: center;
  margin: 0;
  font-family: 'ProximaNovaSemibold';
  color: #FFF;
  margin-bottom: 15px;
  font-size: 20px;
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact a {
  text-decoration: none;
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact a p {
  background-color: #FFF;
  color: #00A7E1;
  padding: 8px 0;
  font-size: 17px;
}
@media screen and (max-width: 465px) {
  #need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact a p {
      padding: 8px 40px;
  }
}
#need_more_help_modal .item_wrapper .need_more_help_modal_contacts_contact a p:hover {
  opacity: 0.8;
  cursor: pointer;
}
.blackBackground {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #13181a;
  opacity: 0.67;
  width: 100vw;
  height: 100vh;
}
.gmnoprint {
  display: none !important;
}
/*# sourceMappingURL=agents.css.map */
.w_sidebar-local-agents {
    position: absolute;
    right: 0;
    width: 260px;
    height: 0;
    padding: 0 19px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #00A7E1;
    z-index: 2;
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.active.w_sidebar-local-agents {
    z-index: 250;
}
.active.w_sidebar-local-agents {
    height: 450px;
    padding-top: 20px;
}
.w_sidebar-local-agents a.textbutton.is-white {
    color: #00A7E1;
    background-color: #fff !important;
    margin-top: 20px;
    display: block;
    text-align: center
}
.w_sidebar-local-agents .is-white.is_loading {
    background: url('/_global-assets/images/buttons/loader-blue-on-white-circles.gif') no-repeat scroll center center #ffffff !important;
    color: transparent !important;
}
.w_sidebar-local-agents .dropdown-box.has-orange-bg .dropdown-title, .w_sidebar-local-agent .input-text.has-orange-bg input {
    border-color: #0096CA;
    background-color: #04AFEA;
    color: #FFF;
}
.w_sidebar-local-agents .manage-account {
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00a7e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_sidebar-local-agents .manage-account {
    border-top: 1px solid #EDEDED;
}
.w_sidebar-local-agent .manage-account.expanded .ma-header h4 {
    color: #a0aaae;
}
.w_sidebar-local-agents .manage-account .ma-content {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
}
.w_sidebar-local-agents .manage-account .ma-header h4 {
    font-size: 21px;
    line-height: 21px;
    margin: 0;
}
.w_sidebar-local-agents .manage-account .ma-content .input-text input {
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_sidebar-local-agents .manage-account .ma-content .textbutton{
    margin-top: 10px;
    margin-bottom: 40px;
}
.w_sidebar-local-agents .manage-account .ma-content .meta-form-reminders {
    border-top: 1px solid #ededed;
    padding: 40px 25px;
}
.w_sidebar-local-agents .manage-account .ma-content p {
    font-size: 13px;
    color: #a0aaae;
    margin-bottom: 0;
}
.w_sidebar-local-agents .manage-account .ma-header .arrow {
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 2px;
    background: url('/_global-assets/images/sprites/icons-s133efd3706.png') 0 -626px no-repeat;
}
.w_sidebar-local-agents .manage-account .ma-header {
    padding: 25px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_sidebar-local-agents .manage-account.expanded .ma-content {
    height: 308px;
}
.w_sidebar-local-agents .interests {
    margin: 8px 0px 5px;
}
.w_sidebar-local-agents .misc {
    margin: 10px 0px 15px;
}
.w_sidebar-local-agents .misc li:first-child {
    margin-top: 0;
}
.w_sidebar-local-agents .misc li {
    margin: 8px 0;
}
.form-checkbox-multiline {
    padding-left: 35px;
    display: block;
}
.w_sidebar-local-agents .misc .checkbox, 
.w_sidebar-local-agents .dropdown-box.has-orange-bg .dropdown-title p {
    color: #fff;
}
.w_sidebar-local-agents .form-checkbox-multiline label.checkbox {
    min-height: 30px;
    line-height: 25px;
}
.w_sidebar-local-agents label.checkbox.has-orange-bg.is-checked:before {
    background: url(/_global-assets/images/sprites/icons-s133efd3706.png) 0 -27px no-repeat;
}
.w_sidebar-local-agents label.checkbox.has-orange-bg:before {
    background: url(/_global-assets/images/sprites/icons-s133efd3706.png) 0 -197px no-repeat;
    background-image: url(/_global-assets/images/sprites/icons-s133efd3706.png);
    background-position: 0 -201px;
    background-size: 102px 714px;
}
.w_sidebar-local-agents .sr-only, .w_sidebar-local-agents label.checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.w_sidebar-local-agents input, select, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.w_sidebar-local-agents p.disclaimer {
    margin-top: 20px;
    font-size: 12px !important;
    line-height: 120%;
}
.w_sidebar-local-agents .title {
    font-family: proximanovabold;
    font-size: 40px;
    margin-bottom: 5%;
}
.w_sidebar-local-agents .thanks p {
    font-size: 19px;
    line-height: 140%;
}
@media (max-width: 999px){
    .w_sidebar-local-agents {
        display: none;
    }
}
.w_contact-lightbox-local-agents {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.w_contact-lightbox-local-agents {
    width: 770px;
    height: 500px;
    margin-top: -250px;
    margin-left: -385px;
}
.w_contact-lightbox-local-agents {
    height: 580px;
    margin-top: -290px;
}
.w_contact-lightbox-local-agents .lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-delay: 500ms;
    -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 500ms;
    -o-transition: all 500ms cubic-bezier(1, 0, 0, 1) 500ms;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 500ms;
}
.w_contact-lightbox-local-agents .lightbox-content {
    background: white;
}
.w_contact-lightbox-local-agents .info-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    color: white;
    background: url(../images/common/blue_noise.jpg) #00a7e1;
}
.w_contact-lightbox-local-agents .info-section .top {
    padding: 85px 30px 20px;
    border-bottom: 1px solid #4db5da;
}
.w_contact-lightbox-local-agents .info-section .middle {
    padding: 19px 34px 0;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
}
.w_contact-lightbox-local-agents .form-section {
    position: absolute;
    top: 0;
    left: 260px;
    right: 0;
    height: 100%;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator {
    background: url(/_global-assets/images/common/grey_noise.jpg) repeat scroll 0% 0% #CFD4D6;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator {
    height: 90px;
    padding-top: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #f89728;
}
.w_contact-lightbox-local-agents .close {
    width: 18px;
    height: 17px;
    background: url(../images/sprites/common/sprites-sf32216f9e9.png) 0 -18px no-repeat;
}
.w_contact-lightbox-local-agents .close {
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: -webkit-transform 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: -moz-transform 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.w_contact-lightbox-local-agents .form-section .form-step {
    display: none;
    padding-left: 40px;
    padding-right: 40px;
}
.w_contact-lightbox-local-agents .form-section .legend {
    color: #00A7E1;
}
.w_contact-lightbox-local-agents div#individualsproductsonly {
    position: absolute;
    height: 120px;
    width: 80%;
    top: 42%;
    background: #fff;
    z-index: 1;
    border: 1px solid #ccc;
    padding: 3%;
    display: none;
}
.w_contact-lightbox-local-agents .form-section .row {
    margin-top: 10px;
}
.w_contact-lightbox-local-agents .form-section .captioned-list {
    margin: 26px 0;
}
.w_contact-lightbox-local-agents .form-section .captioned-list p {
    margin: 0 0 14px;
    font-family: 'ProximaNovaBold';
    font-size: 18px;
    line-height: 1.33;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .captioned-list li:first-child {
    margin-top: 0;
}
.w_contact-lightbox-local-agents .form-section .required-legend {
    font-size: 13px;
    line-height: 1.25;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .form-step {
    display: none;
    padding-left: 40px;
    padding-right: 40px;
}
.w_contact-lightbox-local-agents .form-section .legend {
    color: #00A7E1;
    margin: 15px 0 13px;
}
.w_contact-lightbox-local-agents .form-section .row:first-child {
    margin-top: 0;
}
.w_contact-lightbox-local-agents .form-section .row .input-text:first-child,
.w_contact-lightbox-local-agents .form-section .row .dropdown-box:first-child,
.w_contact-lightbox-local-agents .form-section .row .textarea:first-child {
    margin-left: 6px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .input-text input {
    width: 180px;
}
.w_contact-lightbox-local-agents .form-section .row .input-text input {
    width: 347px;
    height: 40px;
}
.w_contact-lightbox-local-agents .form-section .row .input-text input, {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_contact-lightbox-local-agents .form-section .required-legend {
    font-size: 13px;
    line-height: 1.25;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .required-legend {
    font-size: 13px;
    line-height: 1.25;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .progress-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #f8f9fa;
}
.w_contact-lightbox-local-agents .form-section .complete-panel {
    padding-top: 27px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .thanks .title {
    font-family: 'ProximaNovaBold';
    font-size: 48px;
    line-height: 1.25;
    color: #f89728;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .thanks p {
    margin: 15px 0 25px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info {
    border-top: 1px solid #ededed;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info p:first-child {
    margin-top: 26px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info p {
    width: 350px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.25;
    font-family: 'ProximaNovaLight';
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next,
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    background: none repeat scroll 0% 0% #00A7E1;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next,
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    right: 0;
    background: #f89728;
}
.w_contact-lightbox-local-agents .form-section .complete-panel {
    padding: 0 40px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel {
    padding-top: 27px;
}
 .w_contact-lightbox-local-agents .form-section .legend
 
   {
    color: #00A7E1;
}
.w_contact-lightbox-local-agents .form-section .legend {
    margin: 15px 0 13px;
}
.w_contact-lightbox-local-agents .form-section .legend {
    max-width: 370px;
    font-family: 'ProximaNovaBold';
    font-size: 24px;
    line-height: 28px;
    
}
.w_contact-lightbox-local-agents .info-section .middle a 
{
    font-family: 'ProximaNovaBold';
    text-decoration: none;
    color: white;
}
.w_contact-lightbox-local-agents .info-section .middle em {
    display: block;
    margin: 7px 0 8px;
    font-family: 'ProximaNovaBold';
    /*text-transform: uppercase;*/
    color: #007eaf;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator {
    background: url("/_global-assets/images/common/grey_noise.jpg") repeat scroll 0% 0% #CFD4D6;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li {
    position: relative;
    display: inline-block;
    height: 37px;
    margin: 0 1em;
    overflow: hidden;
    vertical-align: top;
    font-family: 'ProximaNovaSemiBold';
    font-size: 15px;
    line-height: 1.25;
    text-transform: capitalize;
    
}
.w_contact-lightbox-local-agents .form-section .row .input-text,
.w_contact-lightbox-local-agents .form-section .row .dropdown-box,
.w_contact-lightbox-local-agents .form-section .row .textarea
{
    float: left;
    margin-left: 10px;
}
.w_contact-lightbox-local-agents .form-section .row::after {
    content: "";
    display: table;
    clear: both;
}
 .w_contact-lightbox-local-agents .form-section .progress-nav .next,
      .w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    background: none repeat scroll 0% 0% #00A7E1;
}
.w_contact-lightbox-local-agents .form-section .progress-nav a {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 24px;
    
    box-sizing: border-box;
    font-family: 'ProximaNovaSemiBold';
    font-size: 15px;
    line-height: 1.25;
  /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    color: white;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next::before
     .w_contact-lightbox-local-agents .form-section .progress-nav .submit::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
}
 
  .w_contact-lightbox-local-agents .form-section .progress-nav .next::before,
.w_contact-lightbox-local-agents .form-section .progress-nav .submit::before,
.w_right-plan a .circle-arrow > span {
    width: 10px;
    height: 16px;
    background: url('../images/sprites/common/sprites-sf32216f9e9.png') 0 -89px no-repeat;
}
 .w_contact-lightbox-local-agents .form-section .progress-nav .next,
 
     .w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    right: 0;
    background: #f89728;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next, 
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    background: none repeat scroll 0% 0% #00A7E1;
}
.w_contact-lightbox-local-agents .form-section .misc {
    margin: 20px 0 16px;
}
.w_contact-lightbox-local-agents .form-section .row .input-text,
.w_contact-lightbox-local-agents .form-section .row .dropdown-box, 
.w_contact-lightbox-local-agents .form-section .row .textarea {
    float: left;
    margin-left: 10px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .input-text input {
    width: 158px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .ext input {
    width: 50px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .zipcode input {
    width: 75px;
}
.w_contact-lightbox-local-agents .form-section .row .input-text input {
    width: 347px;
    height: 40px;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li.is-current {
    color: #FFF;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li {
    color: #777;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li.is-current::after  {
    bottom: 0;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 15px;
    height: 8px;
    background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -106px no-repeat;
}
.w_contact-lightbox-local-agents .close {
    width: 18px;
    height: 17px;
    background: url(/_global-assets/images/sprites/common/sprites-sf32216f9e9.png) 0 -18px no-repeat;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next::before {
    width: 10px;
    height: 16px;
    background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -89px no-repeat;
}
.w_contact-lightbox-local-agents .info-section .top h6.has-subtitle
{
    line-height: 0.8;
}
.w_contact-lightbox-local-agents .info-section .top h6 span.is-smaller {
    font-size: 22px;
}
.w_contact-lightbox-local-agents .info-section .middle p {
    font-size: 18px;
}
/* added from .aspx file*/
.aal-marker-label {
  display: none !important;
}
.w_policies.has-padding {
  padding-top: 0px !important;
}
.aal-marker-hitField {
  cursor: inherit;
}
.is-active .aal-marker-hitField {
  background-image: url("/_global-assets/images/agent_locator/marker/default.png");
}
.aal-marker-label {
  display: none !important;
}
.w_policies.has-padding {
  padding-top: 0px !important;
}
.aal-marker-hitField {
  cursor: inherit;
}
.is-active .aal-marker-hitField {
  background-image: url("/_global-assets/images/agent_locator/marker/default.png");
}
.hide, .hidden { 
     display: none;
}
.show{
    display:block;
}
.active.w_sidebar-local-agents {
    z-index: 250;
}
.active.w_sidebar-local-agents {
    height: 498px;
}
.w_sidebar-local-agents {    
    background-color: #00A7E1;
}
.w_sidebar-local-agents {
    position: absolute;
    right: 0;
    width: 260px;
    height: 0;
    padding: 0 19px 0;
    overflow: hidden;           
    box-sizing: border-box;       
    z-index: 2;           
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.w_sidebar-local-agents .form-panel{
    padding-top: 12px;
}
.w_sidebar-local-agents .misc {
    margin: 9px 0 8px;
    font-family: 'ProximaNovaLight';
    font-size: 15px;
}
 .w_sidebar-local-agents .misc{
    font-family: 'ProximaNovaLight';
    font-size: 15px;
}
.w_sidebar-local-agents a.textbutton.is-white {
    color: #00A7E1;
    background-color: #fff;
}
 .w_sidebar-local-agents .submit{
    display: block;
    height: 40px;
    padding-top: 7px;
    text-align: center;           
    box-sizing: border-box;
}
.w_sidebar-local-agents {
    color: #fff;
}
label.checkbox:hover {
color: #fff;
}
 .w_sidebar-local-agents .explanation {
    text-align: center;
}
.w_sidebar-local-agents .explanation{
    margin: 6px 0 9px;
    line-height: 18px;
}
label.checkbox {
    color: #fff;
}
.w_sidebar-local-agents label.checkbox.has-orange-bg::before {
    background: url('/_global-assets/images/sprites/icons-s133efd3706.png') 0 -197px no-repeat;
    background-image: url('/_global-assets/images/sprites/icons-s133efd3706.png');
    background-position: 0 -201px;
    background-size: 102px 714px;
}
.w_sidebar-local-agents label.checkbox.has-orange-bg.is-checked::before {
    background: url('/_global-assets/images/sprites/icons-s133efd3706.png') 0 -27px no-repeat;
}        
html {
    line-height: 2;    
}
.w_nav-bar .content .logo-bar .contact-button {  
    background-color: #00A7E1;
}
.w_sidebar-local-agents .sidebar-subtitle{
    font-size: 18px;   
    margin: 8px 0 0;
}
.segment-local-agents .w_nav-bar .content .logo-bar .contact-button:hover {
    color: #00A7E1;
    background-color: #fff;
}        
.w_nav-bar .content .logo-bar .contact-button:hover{
    background: #fff;
    color: #00A7E1;
} 
.segment-business .w_nav-bar .content .logo-bar .contact-button {
border-left: 1px solid #dbdbdb;
}        
.w_contact-lightbox-local-local-agents .close{
    width: 18px;
    height: 17px;
    background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -18px no-repeat;          
 }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
   .w_contact-lightbox-local-agents .close{
    background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -37px;
  }
}
.w_contact-lightbox-local-agents .close.is-grey{
  width: 18px;
  height: 17px;
  background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .w_contact-lightbox-local-agents .close.is-grey{
    background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -19px;
  }
}        
.w_contact-lightbox-local-agents .form-section .progress-nav .next:before, 
.w_contact-lightbox-local-agents .form-section .progress-nav .submit:before
{
  width: 10px;
  height: 16px;
  background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -89px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {  
  .w_contact-lightbox-local-agents .form-section .progress-nav .next:before, 
  .w_contact-lightbox-local-agents .form-section .progress-nav .submit:before {
    background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -89px;
  }
}
.w_contact-lightbox-local-agents .form-section .progress-nav .back:before {
  width: 10px;
  height: 16px;
  background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -72px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .w_contact-lightbox-local-agents .form-section .progress-nav .back:before{
    background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -72px;
  }
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li:after {
  width: 15px;
  height: 8px;
  background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -106px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) { 
  .w_contact-lightbox-local-agents .form-section .progress-indicator li:after {
    background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -106px;
  }
}
@media (max-width: 999px) {
    .w_nav-bar .content .logo-bar .menu-toggle {
        position: absolute;
        top: 0;
        right: 1px;
        width: 60px;
        height: 100%;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        background: url(/_global-assets/images/sprites/layout/x-small/sprites-s603b2aff86.png) 0 -278px no-repeat;
    }
}
.w_segmenu_landing .w_segmenu__content ul li a .w_segmenu__item.local-agents .item_bg {
    background-position: 0 0;
 }  
.w_segmenu_landing.mobile-touch .w_segmenu__content ul li a .w_segmenu__item.local-agents .item_bg {
     background-position: 0 0;
 }  
 .w_segmenu_landing.microsoft-surface .w_segmenu__content ul li a .w_segmenu__item.local-agents .item_bg {
    background-position: 0 0;
 }  
 .w_error-lightbox, .w_contact-lightbox-local-agents {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;          
    perspective: 600px;          
    transform: translateZ(0);
}
.w_contact-lightbox-local-agents .lightbox-content{
    position: relative;
    width: 100%;
    height: 100%;          
    transform-origin: 0 0;          
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 500ms;
}
 .a-pre-show.w_contact-lightbox-local-agents .lightbox-content,
 .a-hide.w_contact-lightbox-local-agents .lightbox-content {
    opacity: 0;         
    transform: rotateX(-25deg);          
    transition-delay: 0;
}
.w_contact-lightbox-local-agents {
    width: 770px;
    height: 500px;
    margin-top: -250px;
    margin-left: -385px;
}
.w_contact-lightbox-local-agents .lightbox-content{
    background: white;
}
.w_contact-lightbox-local-agents .close{
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;          
    transition: transform 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);          
    backface-visibility: hidden;
}
.w_contact-lightbox-local-agents .close:hover{         
    transform: rotate(90deg);
}
.w_contact-lightbox-local-agents .info-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    color: white;
    background: url(../images/common/blue_noise.jpg) #00a7e1;
}
.w_contact-lightbox-local-agents .info-section .top {
    padding: 85px 30px 20px;
    border-bottom: 1px solid #4db5da;
}
.w_contact-lightbox-local-agents .info-section .top h6 {
    margin-bottom: 20px;
}
.w_contact-lightbox-local-agents .info-section .top h6.has-subtitle {
    line-height: 0.8;
}
.w_contact-lightbox-local-agents .info-section .top h6 span.is-smaller {
    font-size: 22px;
}
.w_contact-lightbox-local-agents .info-section .top p {
    margin-bottom: 20px;
}
.w_contact-lightbox-local-agents .info-section .top.header-only {
    width: 200px;
    height: 300px;
    position: relative;
    display: table;
    padding-top: 0px;
}
.w_contact-lightbox-local-agents .info-section .top.header-only h6 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.w_contact-lightbox-local-agents .info-section .middle {
    padding: 19px 34px 0;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
}
.w_contact-lightbox-local-agents .info-section .middle p {
    font-size: 18px;
}
.w_contact-lightbox-local-agents .info-section .middle em {
    display: block;
    margin: 7px 0 8px;
    font-family: 'ProximaNovaBold';
  /*text-transform: uppercase;*/
    color: #007eaf;
}
.w_contact-lightbox-local-agents .info-section .middle a{
    font-family: 'ProximaNovaBold';
    text-decoration: none;
    color: white;
}
.w_contact-lightbox-local-agents .info-section .middle.bottom-aligned {
    height: 200px;
    position: relative;
    display: table;
    padding-top: 0px;
}
.w_contact-lightbox-local-agents .info-section .middle.bottom-aligned p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.w_contact-lightbox-local-agents .info-section .bottom {
    width: 200px;
    height: 65px;
    border-top: 1px solid #4db5da;
    display: table;
    padding: 0px 30px;
}
.w_contact-lightbox-local-agents .info-section .bottom a {
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: white;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.w_contact-lightbox-local-agents .info-section .bottom a span.is-smaller {
    font-size: 12px;
}
.w_contact-lightbox-local-agents .form-section {
    position: absolute;
    top: 0;
    left: 260px;
    right: 0;
    height: 100%;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator {
    height: 90px;
    padding-top: 53px;           
    box-sizing: border-box;
    text-align: center;
    background: #f89728;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li {
    position: relative;
    display: inline-block;
    height: 37px;
    margin: 0 1em;
    overflow: hidden;
    vertical-align: top;
    font-family: 'ProximaNovaSemiBold';
    font-size: 15px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #b57021;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li.is-current {
    color: white;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li.is-current:after {
    bottom: 0;
}
.w_contact-lightbox-local-agents .form-section .form-step {
    display: none;
    padding-left: 40px;         
    padding-right: 40px;
}
.w_contact-lightbox-local-agents .form-section .legend {
    max-width: 370px;
    font-family: 'ProximaNovaBold';
    font-size: 24px;
    line-height: 28px;
    color: #f89728;
}
.w_contact-lightbox-local-agents .form-section .row:after {
    content: "";
    display: table;
    clear: both;
}
.w_contact-lightbox-local-agents .form-section .row .input-text, .
.w_contact-lightbox-local-agents .form-section .row .dropdown-box,
.w_contact-lightbox-local-agents .form-section .row .textarea {
    float: left;
    margin-left: 10px;
}
.w_contact-lightbox-local-agents .form-section .row .input-text input{          
    box-sizing: border-box;
}
.w_contact-lightbox-local-agents .form-section .row:first-child {
    margin-top: 0;
}
.w_contact-lightbox-local-agents .form-section .captioned-list p{
    margin: 0 0 14px;
    font-family: 'ProximaNovaBold';
    font-size: 18px;
    line-height: 1.33;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .captioned-list li {
    margin-top: 9px;
}
.w_contact-lightbox-local-agents .form-section .captioned-list li:first-child {
    margin-top: 0;
}
.w_contact-lightbox-local-agents .form-section .required-legend {
    font-size: 13px;
    line-height: 1.25;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .progress-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #f8f9fa;
}
.w_contact-lightbox-local-agents .form-section .progress-nav a {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 24px;         
    box-sizing: border-box;
    font-family: 'ProximaNovaSemiBold';
    font-size: 15px;
    line-height: 1.25;
  /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    color: white;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .back {
    left: 0;
    background: #cfd4d6;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .back:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 20px;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next, 
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    right: 0;
    background: #f89728;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next:before,
.w_contact-lightbox-local-agents .form-section .progress-nav .submit:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    display: none;
}
.w_contact-lightbox-local-agents .form-section .complete-panel {
    padding: 0 40px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .thanks .title {
    font-family: 'ProximaNovaBold';
    font-size: 48px;
    line-height: 1.25;
    color: #f89728;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .thanks p {
    font-family: 'ProximaNovaLight';
    font-size: 21px;
    line-height: 24px;
    color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info {
    border-top: 1px solid #ededed;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info p {
    font-size: 15px;
    line-height: 1.25;
    font-family: 'ProximaNovaLight';
    color: #727d82;
}
.w_nav-bar .content .contact-mobile-local-agents .contact-tab .form-panel .progress-nav .submit {
    display: block;
 }        
 .w_contact-lightbox-local-agents .form-section .row {
    width: 431px;
 }
.w_contact-lightbox-local-agents .form-section .row .input-text input {
  width: 265px;
}
.w_contact-lightbox-local-agents .form-section .row .dropdown-box {
  width: 265px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .input-text input {
  width: 210px;
}
.w_contact-lightbox-local-agents .form-section .row.three-part .input-text input {
  width: 155px;
}
.w_contact-lightbox-local-agents .form-section .row.three-part .input-text:first-child input {
  width: 100px;
}
.w_contact-lightbox-local-agents .form-section .misc {
  margin: 16px 0;
  font-family: 'ProximaNovaLight';
  font-size: 15px;
  color: #727d82;
}
.w_contact-lightbox-local-agents .form-section .misc li {
  margin-top: 16px;
}
.w_contact-lightbox-local-agents .form-section .misc li:first-child {
  margin-top: 0;
}
.w_contact-lightbox-local-agents .form-section .progress-nav {
  background: transparent;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
  display: block;
}
.w_contact-lightbox-local-agents .form-section .complete-panel {
  padding-top: 150px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .thanks p {
  margin: 15px 0 25px;
}
.w_contact-lightbox-local-agents .form-section .complete-panel .info p {
  margin-top: 26px;
}
.w_contact-lightbox-local-agents .form-section .progress-nav input {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;          
  box-sizing: border-box;
  font-family: 'ProximaNovaSemiBold';
  font-size: 15px;
  line-height: 1.25;
/*text-transform: uppercase;*/
  text-decoration: none;
  text-align: center;
  color: white;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next:before, .w_contact-lightbox-local-agents .form-section .progress-nav .submit:before
 {
  width: 10px;
  height: 16px;
  background: url('/_global-assets/images/sprites/common/sprites-sf32216f9e9.png') 0 -89px no-repeat;
}
.w_contact-lightbox-local-agents {
    width: 770px;
    height: 570px;
    margin-top: -281px;
    margin-left: -385px;
}
.w_contact-lightbox-local-agents .form-section .row.three-part .input-text input {
    width: 158px;
}
.dropdown-box .dropdown-title, .time-dropdown-box .dropdown-title {    
    width: 80%;   
}
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
    display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
.w_contact-lightbox-local-agents .form-section .progress-nav .next:before, 
.w_contact-lightbox-local-agents .form-section .progress-nav .submit:before {
  background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
  background-size: 18px 114px;
  background-position: 0 -89px;
  }
}
.w_contact-lightbox-local-agents .form-section .progress-indicator {
  background: url("/_global-assets/images/common/grey_noise.jpg") repeat scroll 0% 0% #CFD4D6;
}
 .w_contact-lightbox-local-agents .form-section .progress-indicator li {
  color: #777;
}
.w_contact-lightbox-local-agents .form-section .progress-indicator li.is-current {
  color: #FFF;
}
.w_contact-lightbox-local-agents .form-section .legend 
{
  color: #00A7E1;
}
.w_contact-lightbox-local-agents .form-section .progress-nav .next,  
.w_contact-lightbox-local-agents .form-section .progress-nav .submit {
  background: none repeat scroll 0% 0% #00A7E1;
}
.two-part .dropdown-container {
  display: inline-block;
}
.w_contact-lightbox-local-agents .form-section .row .dropdown-box {
    width: 210px;
}
.dropdown-box .dropdown-title, .time-dropdown-box .dropdown-title {
    width: 100%;
}
.dropdown-box .dropdown-title p, .time-dropdown-box .dropdown-title p {
    overflow: visible;
}
.w_contact-lightbox-local-agents label.checkbox {
    color: #727d82;
}
.w_contact-lightbox-local-agents label.checkbox:hover {
color: #00a7e1;
}
.w_contact-lightbox-local-agents .form-section .subtitle {
color: #727d82;
}
label.checkbox.has-orange-bg.has-error::before {
background: transparent url("/_global-assets/images/sprites/icons-s133efd3706.png") no-repeat scroll 0px -107px;
}
.w_infobox-popup.is-error .message a {
font-family: "ProximaNovaRegular";
font-size: 15px;
color: #00a7e1;
text-decoration: none;
color: #727d82;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
/* line 11, /_Global-Assets/../src/scss/desktop/_common.scss */
   .w_contact-lightbox-local-agents .close.is-grey {
    background-image: url('../images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -19px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 29, /_Global-Assets/../src/scss/desktop/_common.scss */
  .w_contact-lightbox-local-agents .form-section .progress-nav .next:before,
  .w_contact-lightbox-local-agents .form-section .progress-nav .submit:before
    {
    background-image: url('../images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -89px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 33, /_Global-Assets/../src/scss/desktop/_common.scss */
  .w_contact-lightbox-local-agents .form-section .progress-nav .back:before {
    background-image: url('../images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -72px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 39, /_Global-Assets/../src/scss/desktop/_common.scss */
  .w_contact-lightbox-local-agents .form-section .progress-indicator li:after {
    background-image: url('../images/sprites/common/sprites/retina-se1d5ec6408.png');
    background-size: 18px 114px;
    background-position: 0 -106px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 197, /_Global-Assets/../src/scss/desktop/widgets/sidebar/_base.scss */
  .w_sidebar-local-agents .manage-account .ma-header .arrow {
    background-image: url('../images/sprites/icons/retina-s0041a2aab7.png');
    background-size: 102px 714px;
    background-position: 0 -643px;
  }    
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 244, /_Global-Assets/../src/scss/desktop/widgets/sidebar/_base.scss */
   .w_sidebar-local-agents .manage-account.expanded .ma-header .arrow {
    background-image: url('../images/sprites/icons/retina-s0041a2aab7.png');
    background-size: 102px 714px;
    background-position: 0 -625px;
  }
}
@media (max-width: 999px) {
  /* line 8, /_Global-Assets/../src/scss/desktop/widgets/sidebar/_index.scss */
  .w_sidebar-local-agents {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 197, /_Global-Assets/../src/scss/desktop/widgets/sidebar/_base.scss */
.w_sidebar-local-agents .manage-account .ma-header .arrow {
  background-image: url('/_global-assets/images/sprites/icons/retina-s0041a2aab7.png');
  background-size: 102px 714px;
  background-position: 0 -643px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 244, /_Global-Assets/../src/scss/desktop/widgets/sidebar/_base.scss */
 .w_sidebar-local-agents .manage-account.expanded .ma-header .arrow {
  background-image: url('/_global-assets/images/sprites/icons/retina-s0041a2aab7.png');
  background-size: 102px 714px;
  background-position: 0 -625px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .w_sidebar-local-agents .dropdown-box.has-orange-bg .dropdown-title:after {
      background-image: url('/_global-assets/images/sprites/icons/retina-s0041a2aab7.png');
      background-position: 0 -706px;
    background-size: 102px 714px;
  }
}
@media screen and (max-width: 1180px) {
.w_right-plan.for-local-agents .item-text p {
  display: none;
}
}
@media screen and (max-width: 751px ) {
.w_right-plan.for-local-agents a .item-title {
  height: 75px;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 29, /_Global-Assets/../src/scss/desktop/_common.scss */
.w_contact-lightbox-local-agents .form-section .progress-nav .next:before, 
.w_contact-lightbox-local-agents .form-section .progress-nav .submit:before
 {
  background-image: url('/_global-assets/images/sprites/common/sprites/retina-se1d5ec6408.png');
  background-size: 18px 114px;
  background-position: 0 -89px;
  }
}
.contact-mobile.contact-mobile-local-agents label.checkbox {    
    color: #727d82;
}
.contact-mobile.contact-mobile-local-agents label.checkbox:hover {
    color: #00a7e1;
}
.w_nav-bar .content .contact-mobile-local-agents .contact-tab .form-panel .progress-nav .submit {
     display: none; 
}
.w_error-lightbox p a {   
    text-decoration: none;
    color: #00a7e1;
}
.segment-local-agent .w_nav-bar .content .logo-bar .contact-button {  
   border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 999px){
.contact-wrapper { 
    width: 100%;
}
}
@media (max-width: 999px){
.w_nav-bar .content .logo-bar .menu-toggle {
    right: 0px !important;
  }
}
.w_contact-lightbox-local-agents .form-section .form-panel {
    padding-top: 63px;
    padding-left: 0px;
}
.w_contact-lightbox-local-agents .form-section .captioned-list {
    margin: 26px 0;
}
.w_contact-lightbox-local-agents .form-section .row.three-part .input-text input {
    width: 155px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .dropdown-box {
    width: 210px;
}
.w_contact-lightbox-local-agents .form-section .row .dropdown-box {
    width: 220px;
}
.w_contact-lightbox-local-agents .form-section .captioned-list {
    margin: 12px 0;
}
.dropdown-box .dropdown-title, .time-dropdown-box .dropdown-title {    
    width: 100%;   
}
.bottom-button {
    width: 100%;
}       
.w_contact-lightbox-local-agents .form-section .complete-panel {
    display: none
}
.w_infobox-popup.is-error .message a {   
    color: #00a7e1;   
}
.w_contact-lightbox-local-agents .form-section .row.three-part .input-text input {
    width: 152px;
}
.w_contact-lightbox-local-agents .form-section .row.two-part .input-text input {
    width: 207px;
}
.w_contact-lightbox-local-agents .form-section .row {
    margin-top: 11px;
}
.agent_search_info a, .agent_search_info a:hover, .agent_search_info a:visited {
  color:white;
  text-decoration: underline;
}
.agent_header .agent_search, .aal-map-zoom {
  z-index:9; /* above the map, below the mobile nav */
}
/* H1/H2 adjustments on agent pages */
.segment-local-agent .w_product-snapshot .content-holder .headline-container h1 {
  text-align: center;
  color: #3b3b3b;
  line-height: 95%;
  letter-spacing: -.025em;
  font-family: 'ProximaNovaThin';
  font-size: 60px;
  font-weight: normal;
  margin: 0 0 30px 0;
  text-rendering: optimizeLegibility;
}
.segment-local-agent .w_product-snapshot .content-holder .headline-container h2 {
  color: #3B3B3B;
  font-family: 'ProximaNovaLight';
  font-weight: normal;
  font-size: 22px !important;
  line-height: 25px;
  margin: 0px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 619px) and (max-width: 919px) {
.segment-local-agent .w_product-snapshot .content-holder .headline-container h1 {
  font-size: 50px;
  }
}
@media (max-width: 619px) {
.segment-local-agent .w_product-snapshot .content-holder .headline-container h1 {
  font-size: 36px;
  line-height: 36px;
  }
}