.form-item--maparea #map-canvas {
	height: 400px;
}
.find-an-agent-widget i.chevron-down {
    background: url(/modules/custom/findanagent/images/down-arrow.svg);
    width: 20px;
    height: 15px;
    margin-top: 5px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Secondary Pallette */
/* line 10, ../sass/theme.scss */
.stateauto--orange {
    color: #ff7900;
  }
  
  /* line 14, ../sass/theme.scss */
  .stateauto--magenta {
    color: #575a5d;
  }
  
  /* line 18, ../sass/theme.scss */
  .stateauto--gray {
    color: #575a5d;
  }
  
  /* Secondary Pallette */
  /* line 32, ../sass/theme.scss */
  .white {
    color: #ffffff;
  }
  
  /* line 36, ../sass/theme.scss */
  .yellow {
    color: #ffd200;
  }
  
  /* line 40, ../sass/theme.scss */
  .light-gray {
    color: #999;
  }
  
  /* Background Pallete */
  /* line 45, ../sass/theme.scss */
  .white--background {
    background-color: #ffffff;
  }
  
  /* line 49, ../sass/theme.scss */
  .light-gray_2--background {
    background-color: #f0efed;
  }
  
  /* line 53, ../sass/theme.scss */
  .stateauto-gray--background {
    background-color: #575a5d;
  }
  
  /* line 57, ../sass/theme.scss */
  .pattern-bg {
    display: block;
    background-image: url("/sharedassets/static/images/pattern-bg.png");
    background-repeat: repeat !important;
  }
  
  /* line 63, ../sass/theme.scss */
  .survey-bg {
    width: 100%;
  }
  /* line 66, ../sass/theme.scss */
  .survey-bg .patter-bg {
    width: 100%;
  }
  
  /* line 71, ../sass/theme.scss */
  ul {
    padding-left: 15px;
  }
  /* line 74, ../sass/theme.scss */
  ul li {
    margin-bottom: 15px;
    color: #575a5d;
    line-height: 1.2em;
  }
  /* line 79, ../sass/theme.scss */
  ul li a {
    color: #042447;
    line-height: 1.2em;
  }
  
  /* line 86, ../sass/theme.scss */
  .header-zip-code, .agents-zip-code, .text-field-full, .text-field-quarter, .text-field-quarter-mobile, .text-field-half, .text-field-half-mobile, .text-field-three-fourth, .text-field-three-fourth-mobile {
    font-family: Arial, sans-serif;
    min-height: 55px;
  }
  
  /* line 91, ../sass/theme.scss */
  a {
    outline: 0;
  }
  
  /* line 95, ../sass/theme.scss */
  *:focus {
    outline: 0;
  }
  
  /* line 99, ../sass/theme.scss */
  button.dropdown-toggle {
    min-height: 55px;
  }
  /* line 102, ../sass/theme.scss */
  button.dropdown-toggle:focus {
    border: 2px solid #8fd400 !important;
  }
  
  /* line 107, ../sass/theme.scss */
  .dropdown-menu li a {
    white-space: normal !important;
    word-wrap: break-word;
  }
  
  /* line 113, ../sass/theme.scss */
  .text-block-widget h1 {
    margin: 0px;
    color: #575a5d;
  }
  /* line 118, ../sass/theme.scss */
  .text-block-widget h2, .text-block-widget h3 {
    color: #000;
    margin: 0;
  }
  /* line 123, ../sass/theme.scss */
  .text-block-widget h4, .text-block-widget h5, .text-block-widget p {
    color: #575a5d;
    margin: 0;
  }
  /* line 128, ../sass/theme.scss */
  .text-block-widget ul {
    margin: 0;
  }
  /* line 132, ../sass/theme.scss */
  .text-block-widget img {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 137, ../sass/theme.scss */
  .text-block-widget button.secondary-button.half {
    width: 49%;
    font-weight: 300;
    white-space: normal;
  }
  @media (max-width: 767px) {
    /* line 137, ../sass/theme.scss */
    .text-block-widget button.secondary-button.half {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  /* line 148, ../sass/theme.scss */
  .text-block-widget button.primary-button.half {
    width: 49%;
    font-weight: 300;
    white-space: normal;
  }
  @media (max-width: 767px) {
    /* line 148, ../sass/theme.scss */
    .text-block-widget button.primary-button.half {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  /* line 159, ../sass/theme.scss */
  .text-block-widget .mb-10 {
    margin-bottom: 10px;
  }
  
  button.startover-button {
    transition: background-color 0.5s ease;
    background: #8fd400;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    font-weight: 300;
    letter-spacing: 2px;
    border-radius: 0px;
    min-height: 55px;
    margin-bottom: -70px;
  }
  button.startover-button:hover {
    background: #8fd400;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
  }
  
  /* line 226, ../sass/theme.scss */
  button.startover-button:active {
    background: #98928d;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
  }
  
  /* line 233, ../sass/theme.scss */
  button.startover-button--inactive {
    background: #b5ada6;
    text-transform: uppercase;
    color: #000000;
    opacity: 30%;
    font-size: 16px;
  }
  /* line 165, ../sass/theme.scss */
  
  /* line 179, ../sass/theme.scss */
  button.primary-button:hover {
    background: #8fd400;
    font-size: 16px;
    color: #000000;
  }
  
  /* line 185, ../sass/theme.scss */
  button.primary-button:focus {
    background: #8fd400;
    font-size: 16px;
    color: #000000;
  }
  
  /* line 191, ../sass/theme.scss */
  button.primary-button:active {
    background: #649400;
    font-size: 16px;
    color: #000000;
  }
  
  /* line 197, ../sass/theme.scss */
  button.primary-button--inactive {
    background: #8fd400;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    opacity: 30%;
  }
  
  /* line 205, ../sass/theme.scss */
  .secondary-button {
    transition: background-color 0.5s ease;
    background: #8fd400;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    min-height: 55px;
  }
  
  /* line 219, ../sass/theme.scss */
  button.secondary-button:hover {
    background: #8fd400;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
  }
  
  /* line 226, ../sass/theme.scss */
  button.secondary-button:active {
    background: #98928d;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
  }
  
  /* line 233, ../sass/theme.scss */
  button.secondary-button--inactive {
    background: #b5ada6;
    text-transform: uppercase;
    color: #000000;
    opacity: 30%;
    font-size: 16px;
  }
  button.primary-button {
      transition: background-color 0.5s ease;
      background: #8fd400;
      text-transform: uppercase;
      color: #000000;
      padding: 15px 20px;
      font-size: 16px;
      /*border: 1px solid;*/
      font-weight: 300;
      letter-spacing: 2px;
      border-radius: 0px;
      min-height: 55px;
  }
  .carousel-caption.mobile-slider
  {
      font-size: 1em !important;
  }
  /*
  .panels-flexible-region
  {
  width: 100% !important;
  }
  */
  .panels-flexible-region-insurance_individual_panel-category_product_panel1 .pane-custom, .panels-flexible-region-insurance_individual_panel-category_product_panel2 .pane-custom, .panels-flexible-region-insurance_individual_panel-category_product_panel3 .pane-custom
  {
      
      margin: 0 10px 0 10px !important;
  }
  /*
  .category-product-widget a
  {
      margin-bottom: 0px !important;
  }
  */
  .product-section p{
  margin-bottom: 0px !important;
  padding: 20px !important;
  }
  .product-section p a{
    color: #ff7900 !important;
    transition: opacity 0.4s ease;
    opacity: 1;
    text-decoration: none !important;
    padding: 20px 0px 0px 0px !important;
    margin: 0 !important;
    font-weight: 600 !important;
  }
  .r-uppermargin
  {
      margin-top: -15px !important;
  }
  .field-content img
  {
      width: 100%;
  height:240px;	
  }
  .pane-title
  {
      background-color: #f0efed !important;
      margin-bottom: -1px !important;
      padding: 1em !important;
      display: none !important;
  }
  .pane_title
  {
      font-size: 1.8rem !important;
  }
  .tabs ul.primary
  {
      border-bottom: none !important;
  }
  .tabs ul.primary li a
  {
      background-color: unset !important;
      border: none !important;
      margin: unset !important;
  }
  .customlist ul
  {
      padding-left: 25px !important;
  }
  .customlist ul li
  {
      margin-bottom: 0px !important;
  }
  .resources-cat
  {
   /*width: 100%;*/
   padding: 2em; 
   /*padding-bottom: 4em;*/
   background-color: #f0efed;
  }
  .resources-cat table
  {
      width: 100% !important;
  }
  .leadership-grid
  {
      vertical-align: top !important;
       display: inline-block !important;
       float:left !important;
  }
  .view-leadership
  {
  }
  .resource-cat-grid
  {	
      vertical-align: top !important;
       display: inline-block !important;
       float:left !important;
  }
  .resource-cat-grid .views-field
  {
      padding-bottom: 20px !important;	
  }
  .resource-cat-grid .views-field-field-image
  {
   text-align: center !important;
  
  }
  .resource-cat-grid .views-field-title a
  {
   text-align: left !important;
   color: #575a5d !important;
   font-family: Arial, sans-serif;
   font-weight: bold; 
  }
  .resource-cat-grid .field-content
  {
   color: #575a5d !important;
      font-family: Arial, sans-serif;
  }
  .view-recent-resources.resources-cat a{
  color: #0071B3 !important;
  }
  .resource-title{
  color: #0071B3 !important;
  }
  .row-1 .row-first .row-last
  {
   vertical-align: top !important;
  }
  .pager{
  text-align: right !important;
  }
  .item-list ul li
  {
      margin: 0 !important;
  }
  .item-list .pager li
  {
      padding: 0 !important;
  }
  .articletext a
  {
      color: #575a5d !important;
      font-family: Arial, sans-serif;
      font-weight: bold;
  }
  .articletext 
  {
      color: #575a5d !important;
      font-family: Arial, sans-serif;
      word-wrap:break-word;
  }
  .pager li>a, .pager li>span
  {
      border-radius: 0 !important;
      background-color: #8fd400 !important;
      border: 0 !important;
      /* padding: 10px 20px !important; */
      font-size: 16px !important;
      font-weight: bold !important;
  }
  .main_content_align
  {
      padding: 0 1em 0 1em !important;
  }
  .sidebar-link
  {
      padding: 5px;
  }
  .panels-flexible-region-aboutus-aboutus_header
  {
  width: 100% !important;
  }
  
  /* Small devices (mobile, 767px and up) */
  @media (max-width: 767px) {
    /* line 243, ../sass/theme.scss */
    .pattern-bg {
      height: auto;
      padding: 30px 0;
    }
  }
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    /* line 251, ../sass/theme.scss */
    .pattern-bg {
      height: 510px;
    }
  }
  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    /* line 258, ../sass/theme.scss */
    .pattern-bg {
      height: 510px;
    }
  }
  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    /* line 265, ../sass/theme.scss */
    .pattern-bg {
      height: 510px;
    }
  }
  
  /** Recently added resources starts**/
  #mini-panel-resourcelatestnews{
  background:#f0efed;
  width:99%;
  }
  
  .views-row , span  a div{
  text-align: left;
      color: #575a5d;
      font-weight: 600;
      margin: 0;
      text-decoration: none; 
      font-family: Arial, sans-serif;
      font-weight: 500;	
      text-decoration: none;
      margin-left:15px;	
  }
  .views-field-title, span a {
  color: #575a5d;
  }
  .views-field-title, a:hover {
      color: #575a5d;
  }
  .view-recently-added-resources .views-field-title, span a div{
  margin-top: 0px !important;
  }
  .view-news-from-state-auto .views-field-title, span a div{
  margin-top: 0px !important;
  }
  .views-field-title, span a div{
  text-align: left;
      color: #575a5d;
      font-weight: 100;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 1.250rem;
      text-decoration: none; 
      font-family: Arial, sans-serif;
      margin-left:1px;
  }
  /** Recently added resources End **/
  
  .primary-button {
      transition: background-color 0.5s ease;
      background: #8fd400;
      text-transform: uppercase;
      color: #000000;
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 2px;
      border-radius: 0px;
      min-height: 55px;
      margin:2px;
      border: 1px solid; 
      *border: 1px solid; 
  }
  .primary-button-search {
      transition: background-color 0.5s ease;
      background: #8fd400;
      text-transform: uppercase;
      color: #000000;
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 2px;
      border-radius: 0px;
      min-height: 55px;
      margin:2px;
      border: 0px; 
      *border: 1px solid; 
  }
  
  
  
  .views-view-grid{
      width:100%;
  }
  
  .career-agent-widget{
  overflow: auto;
  }
  .career-agent-widget hr {
      color: #ff7900 !important;
      border-color: #ff7900 !important;
      margin-bottom: 40px;
      border: 1px solid;
  }
  .form-item-accounttype{
      display: inline;
      /* width: 50%; */
      padding: 15px;
  }
  #main-wrapper{
      margin-top: 2.25em !important;
  }
  
  
  .margin-top {
      margin-top:1em;
  }
  @media (min-width: 1024px) and (max-width : 1300px) {
      .col-md-offset-1 {
          margin-left: 0px; 
      }
      .header-widget .search-nav .search-input-nav input {
          width: 55%;
      }
      .dropdown-content-b  {
          min-width: 45em;
      }
  }
  