/* Typography - also provides style for editor fields in the CMS */
/** Includes a standard size background image, and a 2x version (with prefix 's2x') for retina capable devices @param  String $folder Path to image relative to CSS file eg ../images/ @param  String $file   Filename of non-retina image eg logo.png @param  String $width  CSS width of the display size (non retina image size) eg 100px @param  String $height CSS height of the display size (non retina image size) eg 100px @example  @include background-image-retina('../images/', 'wards-logo.png', 135px, 32px); */
/* The Typekit service used to deliver this font or fonts for use on websites is provided by Adobe and is subject to these Terms of Use http://www.adobe.com/products/eulas/tou_typekit. For font license information, see the list below.  aktiv-grotesk: - http://typekit.com/eulas/000000000000000000017870 - http://typekit.com/eulas/000000000000000000017874 - http://typekit.com/eulas/00000000000000000001786f - http://typekit.com/eulas/000000000000000000017873 open-sans: - http://typekit.com/eulas/000000000000000000011c38 - http://typekit.com/eulas/000000000000000000011c3d - http://typekit.com/eulas/000000000000000000011c35 - http://typekit.com/eulas/000000000000000000011c3b - http://typekit.com/eulas/000000000000000000011c34  (c) 2009-2015 Adobe Systems Incorporated. All Rights Reserved. */
/* Typography - can be exported to an editor.css file for inclusion in the CMS */
body { font-family: "open-sans", Arial, sans-serif; }

a, a:link { color: #1a8fce; }

a:visited { color: #1470a1; }

a:focus { color: #1470a1; }

a:hover, a:active { color: #35a8e6; }

p { line-height: 1.8; }

blockquote { border-left-color: #1a8fce; }

img.leftAlone, .typography .leftAlone { float: none; margin-right: 0; }

img.left, .typography .left { float: left; margin-right: 15px; }

img.right, .typography .right { float: right; margin-left: 15px; }

img.center, .typography img.center { display: block; margin-left: auto; margin-right: auto; }

.content img, .typography img { max-width: 100%; height: auto; }

/*# sourceMappingURL=typography.css.map */