body, body.Design {
  font-family: "ralewaylight";
  color: #000;
  font-size:15px;
  
}
a {
  color:black;
}
body {
  height:100%;
}
p, a, span, div, label {
  font-family:inherit;
  font-size:inherit;
    font-weight:normal;
}
h1, h2, h3,h4,h5 {
  font-family: "ralewaythin";
  font-weight:normal;
  color: #000;
  line-height: 120%;
  margin-top:0;
}
em {
    font-style: italic;
}
h1, #content h1 {
  font-size:42px;
  text-transform: uppercase;
}
h2, #content h2 {
  font-size:28px;
}
h3, #content h3 {
  font-size:22px;
}
h4 {
  font-size:18px;
  line-height: 120%;
}
b, strong {
  font-family: "ralewaysemibold", "ralewaybold";
  font-weight: normal;
}
/*
#wrapper {
  min-height:100%;
  margin-bottom:400px;
}
.footerlinks {
  margin-top:-400px;
}
*/
.secondary {
  height:auto;
  width: 100%;
  padding: 0;
  background:transparent;
  /* box-shadow: inset 0px 11px 8px -10px #dad5cf; */
}
.secondary .container {
  background: transparent;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.secondary, .secondary a, .secondary h2, .secondary h3 {
  color:white;
}

a, a:visited, a:active, a:focus {
  color: #000;
  text-decoration: none;
  color: inherit; text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #8ba858;
  color: #0f4484;
}

.footerbox, .footerbox a {
  color:rgb(255,255,255);
}
.footerbox a:hover {
  color:rgb(230,230,230);
}
.subnav li.SubTreeMenuLiCurrent a.SubTreeMenuLiCurrent {
  color: #b9202a;
}
.quicklinks li {
  border-bottom: 0px solid #a2c073;
}
.nopadsocial {
  cursor:pointer;
  color:#868584;
}

#contentcontainer {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}