
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: inherit;
}
body {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #fff;
}

h1 {
  font-size: 2.6rem;
  margin-bottom: 0;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

h1, h2, h3, h4, h5, h6, ol, ul, p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, li {
  color: #672666; /* Pantone PMS 260 */
}

em, i {
  font-style: italic;
}

ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

li {
  margin: 0.6rem 0;
  line-height: 1.25;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* General layout Styles */

.site {
  margin: 1.5rem auto;
  width: 99rem;
  background-color: #fff;
  overflow: hidden;
}

/* Left side column */
.column1 {
  width: 67rem;
  float: left;
}

/* Right Side column */
.column2 {
  width: 30.4rem;
  float: right;
}

/* Utility classes */

.row::before, .row::after {
  content: "";
  display: table;
}

.row::after{
  clear: both;
}

.br {
  display: block;
}

.additional {
  color: #672666;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.33;
  margin-bottom: 0;
  position: relative;
}

/* Screen reader only text (accessibility) */
.sr_text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Top row */
.panel1 {
  border-width: 0.8rem 0.8rem 0.6rem 0.8rem;
  border-style: solid;  
  border-color: #834e81; 
}

.live_life.column1 {
  background-image: url("../images/header_img_rev.jpg");
  background-size: 67.5%;
  background-repeat: no-repeat;
  background-position: left 100%;
  position: relative;
}

.live_life_content {
  width: 37.5rem;
  float: right;
  padding: 0 0 2rem 3.5rem;
  
}

.live_life_content, .in_home_support_content {
  height: 44.6rem
}

.live_life_content-inner {
  margin-top: -1.5rem;
}

.logo {
  margin-bottom: 0;
}

.logo img {
  width: 75%;
  top: -1.25rem;
  position: relative;
  left: 1.5rem;
}

.award-winning-hdg::before {
  content: '';
  display: block;
  background-image: url(../images/award-winning-brush.png);
  background-size: 55% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 3.25rem;
  background-position: 25% 50%;

}

.banner {
  background-color: #672667;
  color: white;
  font-size: 1.5rem;
  line-height: 1.33;
  padding: 1.3rem;
  margin: 0;
  position: absolute;
  top: 1.5rem;
  left: -17rem;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
  text-align: center;
  width: 48rem;

}

.banner a {
  display: block;
  width: 15rem;
  margin: 0 auto;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}

.additional-column-1 {
  font-weight: 700;
  font-size: 1.6rem;
}

.in_home_support.column2 {
  background-color: #af9f75;
  background-image: url("../images/side_images2.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 110px 446px;
  overflow: hidden;
}

.in_home_support_content {
  background-color: #eae5d5;
  width: 21.5rem;
  padding: 1.2rem 1.6rem;
}

.in_home_support_content h2 {
  margin: 0;
}

.support-services-list li div {
  color: #000;
}

/* Bottom Row styles */

.panel2 {
  border-style: solid;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-color: #834e81;
}

.panel2, .panel2 h2, .panel2 a {
  color: white;
}

.partners, .contact {
  height: 12.8rem;
  overflow: hidden;
}

.partners.column1 {
  background-color: #af9f75;
  padding-left: 18.7rem;
  background-image: url(../images/371490046.jpg);
  background-size: 18.7rem 12.8rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.nafr-logo {
  width: 27rem;
}

.bbb_logo {
  width: 7.5rem;
  margin-left: 1.5rem;
  margin-right: 1.25rem;
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0.25rem 0 0.25rem 1.5rem;
}

.bbb-text {
  font-family: verdana;
  display: inline-block;
  vertical-align: bottom;
}

.nafr-logo, .bbb_logo {
  vertical-align: middle;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}

.contact {
  background-color: #672667;
  position: relative;
  padding: 1rem;
  text-align: center;
}

.contact p {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.phone {
  color: #fff !important;
}

.contact a {
  color: white;
  text-align: center;
  background-color: #9e8c5e;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0.4rem 3rem;
  border-radius: 1rem;
  position: relative;
  font-size: 1.3rem;
  box-shadow: 0.2rem 0.4rem 0.5rem rgba(0, 0, 0, 0.7);
  display: inline-block;
}

.butterfly_bck {
  background-image: url(../images/butterfly_bck.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.2;
}
