  
/* ----------------------------------
Number overlay on banner image
------------------------------------*/	

.number-circle {
  
    position: absolute;
    top: 15px;
    background-color: #000000b3;
    padding: 20px;
    border-radius: 100%;
    width:50px;
    height:50px;
	text-align: center;
    vertical-align: middle;
	right:15px;
	z-index: 100000;
    border: 2px solid #fff;
	display: none; /* hide all numbers by request */
}

.number {

    color: #fff;
    font-size: 40px;
    z-index: 100001;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-left: -8px;
    line-height: 5px;

}
		
/* ----------------------------------
Pull Quote
------------------------------------*/	
	
#content-main blockquote.pullquote {
    padding: 10px 30px 1.2em 40px;
    border-left: 8px solid #eee; 
    position: relative; 
}

#content-main blockquote.pullquote::before{
  font-family:Arial;
  content: "\201C";
  color:#333;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}
		
#content-main blockquote.pullquote footer {
     position:relative;
	 padding-left: 15px;
	 margin-top: 15px;
}

#content-main blockquote.pullquote footer::before {
      content: '\2014 \00A0';
	  position:absolute;
	  left:0px	
	
}		
		
#content-main blockquote.pullquote footer cite {
	 font-style:normal
}	
		
#content-main blockquote.pullquote .small:before{
    content: '';
}

/* ----------------------------------
Override Float Box Widths
------------------------------------*/
		
@media only screen and (min-width : 768px){
	
.pull-box-lg {

    width: 55%;

}

}