figure.floatright {
   float:right;
   margin: 1em 0 1em 1em;
}

figure.floatleft {
   float:left;
   margin: 1em 1em 1em 0;
}

figure.center {
   display: block;
   margin: auto; 
   margin-top: 1.5em;
   margin-bottom: 1.5em;
}

figure figcaption {
   font-size: 75%;
   margin-bottom: 10px;
   margin-top: 4px;
}

.node ul > li {
     font-size: .9em;
     line-height: 1.4;
}
.floatleft {
     margin-top: 0.25em;
     margin-bottom: 0.25em;
     margin-right: 1em;
    color: #003366;
}
.floatright {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 1em;
    color: #003366;
}


.node-type-news .field-name-field-bodyend {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: .9em;
}

.pullquote:before {
	/* Reset metrics. */
	padding: 0;
	border: none;
	
	/* Content */
	content: attr(pullquote-text);
	
	/* Pull out to the right, modular scale based margins. */
	float: right;
	width: 300px;
	margin: .5em 0 .7em .5em;
	
	/* Baseline correction */
	position: relative;
	top: 5px;
	
	/* Typography (30px line-height equals 25% incremental leading) */
	font-size: 23px;
	line-height: 30px;
      font-family: serif;
       font-weight: bold;
}


.pullquote.floatleft:before {
	float: left;
	margin: .5em .25em .5em 0;
	width: 300px;
     font-family: serif;
}


.pullquote-adelle:before {
	font-family: "adelle-1", "adelle-2";
	font-weight: 100;
	
	top: 1em !important;
}

.pullquote-helvetica:before {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	
	top: 7px !important;
}

.pullquote-facit:before {
	font-family: "facitweb-1", "facitweb-2", Helvetica, Arial, sans-serif;
	font-weight: bold;
	
	top: 7px !important;
}




.apullquote {
  font-size:21px;
  font-style:normal;
  font-family: Georgia;
  color:rgb(11, 38, 94);
  float:left;
  width:33%;
  padding-left:0px;
  padding-right:10px;
  line-height: 24px;
}

.apullquote::first-letter {
  font-weight: bold;
  font-size: 24px;

}

.apullquote.center {
    float: none;
    margin: auto;
    width: 50%;
    border: 2px solid green;
    padding: 10px;
}

.apullquote.right {
   float:right;
  padding-left:10px;
  padding-right:0px;
}

.apullquote.left {
   float:left;
}
