/*
Stylesheet for any additional styles that are required by the content team after the build.
All selectors should be prefixed with .content__region to avoid conflicts.
This file should not be compiled from sass.
*/

.content__region .dropcap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 130px;
    width: 100%;
    }

.content__region .dropcap h5 {
	margin: 0.4em 0 0;
}

.content__region .dropcap h5:first-letter { 
    color: #00693D;
    display: inline-block;
    font-size: 200%;
    font-weight: 200;
    margin: -5px 0 0;
    padding: 0 5px 0 0;
    line-height: 30px;
  *line-height:1em; /* IE7 Only */ 
   letter-spacing: 0.325em;
}

