/* If content is added to sitefootertop or sitefooterbottom then margin-bottom
   must be changed to accomodate the new height to ensure the footer stays
   at the bottom of the screen. #footer height must also be changed to the
   same value as margin-bottom.
*/

  body {
	/* Margin bottom by footer height */
	margin-bottom: 40px;
        background: red;
  }

  h1 {
    font-size: 1.5rem;
  }

  .h4, h4 {
    font-size: 1.4rem;
  }

/* Start Header changes */

  .nav-break-line {
     background-image: linear-gradient(90deg, #6c3c9014, #6c3c9045);
     height: 5px;
     width: 100%;
  }

  .headerlogo {
     POSITION: unset;
     height: 86px;
     background: #25303b;
     padding-top: .5em;
     padding-left: .5em;
  }

  .ryBreadcrumb {
     font-weight: 600;
     padding: .5em 0 0.2em 2em;
     background: #e3e6e5;
     height: 40px;
  }

  .ryBreadcrumb.a {
     color: #12326e;
  }

/* End Header changes  */

/* Start Content changes  */

  .cms-widget-title {
     text-transform: uppercase;
     font-family: "Lato", sans-serif;
     font-size: 1.25rem;
     font-weight: 400;
     letter-spacing: .05rem;
  }

/* End Content changes  */

/* Start Footer changes */

  footer#footer a {
    display: none;
  }

  .footerlogo {
    POSITION: unset;
    height: 86px;
    background: #ffffff;
    padding-top: .5em;
    padding-left: .5em;
}

/* End Footer changes */