    
.top-a {
height: 30px;
}

.top-b {
height: 100px;
}

.breadcrumbs {
height: 1px;
}

.main-top {
height:70px;
}

.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 0x;
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;   
}
.site-grid {
   grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,14rem)) [main-end] minmax(0,1fr) [full-end];
}


@font-face {
    font-family: 'Avenir Light';
    src: url('/fonts/Avenir Light.woff') format('woff'),
    url('/fonts/Avenir Light.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}
  
body{font-family: 'Avenir Light';
    font-size: 1rem;
    font-color: #444455;
  }
h1, h2, h3, h4, h5, h6{font-family: 'Avenir Light';
  }

 h1, .h1 {
    font-size: 1.25rem;
    font-color: #444455;
    font-weight: bold;    
  }
 h2, .h2 {
    font-size: 1rem;
    font-color: #444455;
    font-weight: bold;    
  }
    

 h4, .h4 {
    font-size: 1rem;
    font-color: #444455;
    font-weight: bold;    
  }
    
 
.card { border: none; 
}

a:visited {
text-decoration: none;
color:#B2A7C2;
font-weight: bold;
}

a:link {
color: #B2A7C2;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #93D1CB;
text-decoration: none;
font-weight: bold;
}
.rsform-submit-button, .rsform-button {
background: #ffffff;
border: solid 1px #cccccc;
border-style: solid;
color: #93D1CB;
cursor: pointer;
}
.btn-primary {
  color: hsl(0deg, 0%, 100%);
  background-color: #93D1CB;
  border-color: #444444;
}
.btn-primary:hover {
  color: hsl(0deg, 0%, 100%);
  background-color: #B2A7C2;
  border-color: #444444;
}
.xbutton a {
 padding-left: 14px;
 background-image: url(images/xbooka.png);
 background-position: 0 2px;
 background-repeat: no-repeat;
 }
.xbutton a:hover {
  padding-left: 14px;
 background-image: url(images/xbookb.png);
 background-position: 0 -11px;
 background-repeat: no-repeat;
 }