@import url('/clients/buildonbeliefltd/styles/main.min.css');
@import url('https://fonts.googleapis.com/css?family=Arvo');

/* @import url('//localhost:5757/main.css'); */

/* blockquotes */
.quotation {
  font-family: "Arvo";
  font-size: 30px;
  //margin: 0 auto;
  padding: 10px 20px;
  line-height: 1.4;
  text-align: center;
  color: #555;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: orange;
  font-size: 3em;
  font-family: "Verdana";
}
.quotation:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: orange;
  font-size: 3em;
  font-family: "Verdana";
}

/* Quick fix */
footer{
  margin:0;
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}

/* 504676 footer logos */
section.footerBox.footerBox1.QualityAssurance1.postb5920f63ee844f2cadc5e1983933b25a {
  margin-left: auto;
  margin-right: auto;
  width: revert-layer;
}
.footerBox.QualityAssurance1  img {
  max-width: 180px;
  height: auto;
  margin: 1.5rem;
}

/*SF64854876 CC */

.footerBox.footerBox1.QualityAssurance1 {
  margin: 0 auto;
}

.content.headerContent .mainLogo {
  background-image: url('https://www.buildonbelief.org.uk/Handlers/GetImage.ashx?IDMF=3ae6c857-be73-4bf0-a68f-637fc4e3b325');
  width: 200px ;
  height: 200px ;
}

/* https://dev.azure.com/access-devops/Access%20Charity%20Websites%20-%20Design/_workitems/edit/2039553/ */

body {
  color: #333333;
}

p, ol, ul {
  font-size: 1rem;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.commentCount strong {
  color: inherit;
}

.menuMain ul li.hasSubmenu > a {
    padding: 1.5rem 1.5rem 1.5rem .7rem;
}

.menuMain ul li.hasSubmenu > a::before {
    content: "›";
    position: absolute;
    right: .5em;
}