  body {
    line-height: 1.35
  }
  .circle {
    width: 300px;
    height: 300px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 14px;
    color: #555;
    text-align: center;
    background: #fff;
    text-align: center;
    margin: auto;
    padding: 4px;
  }
  .centerinclircle {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
  }
  .vspacer {
    height: 20px;
  }
  .maxwidth {
    max-width: 960px;
    margin: 0 auto;
  }
  a:link {
    text-decoration: none;
    color: #62802E;
  }
  a:visited {
    text-decoration: none;
    color: #62802E;
  }
  a:hover {
    text-decoration: underline;
    color: #455a21;
  }
  img.alignright {
    float:right; margin:0 0 1em 1em;
  }
  img.alignleft {
    float:left; margin:0 1em 1em 0;
  }
  img.aligncenter {
    display: block; margin-left: auto; margin-right: auto;
  }
  .rfmcontent {
    font-size:14px; 
    margin: 4px; 
    padding: 4px;
    line-height: 1.3;
  }
  .rfmcontent div {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top:2px; 
    padding-bottom: 16px; 
  }
  .rfmcontent div div {
    padding: 0px; 
  }
  .rfmcontent div div h1 {
    padding-top: 12px; 
  }
  .rfmcontent div img {
    padding-top: 12px; 
  }
  .rfmcontent h1 {
    text-align: left; 
    color: #78a22f; 
    font-size:xx-large;
    line-height: 1;
  }
  .rfmcontent h5 {
    text-align: justify; 
    font-size:large;
 }
  .rfmcontent p1 {
    text-align: justify; 
    color: #78a22f; 
    font-size:xx-large;
  }
  .rfmcontent img {
    margin-right: 26px;
  }
  .professionals {
    line-height:1.8;
    padding-bottom: 16px;
    font-weight: 650;
    margin-top: 8px;
    font-weight: bold;
  }
  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
  }
  .accordion:hover {
    background-color: #ccc; 
  }
  button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  button.accordion.active:after {
    content: "\2212";
  }
  .accordionpanel {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .nowrapspan {
  	white-space: nowrap;
  }

  @media (min-width: 576px) {
    .dropdown:hover .dropdown-menu{
      display: block;
    }
    .dropdown-menu{
      margin-top: 0;
    }
  }

  @media (max-width: 575.98px) {

  }

  @media (max-width: 715px) {
    #smartChangesFlyer img {
      width: 480px;
      height: 359px;
    }
  }

