/** 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; }

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; }

body { background-color: #ffffff; color: #231f20; font-family: "aktiv-grotesk", Arial, sans-serif; font-weight: 400; }

h1, h2, h3, h4, h5, h6 { color: #009ca7; margin-top: 0px; font-family: "aktiv-grotesk", Arial, sans-serif; font-weight: 600; }

p { margin-bottom: 0; }

.center-block { float: none; }

.img-center { margin-left: auto; margin-right: auto; }

.img-transparent { opacity: 0.8; }

.float-right { float: right; }

.no-margin { margin: 0; }

fieldset { margin: 0; padding: 0 15px; border: 0; }

.form-control { border: 1px solid #009ca7; border-radius: 14px; box-shadow: none; color: #231f20; }

.form-group { text-align: center; margin-bottom: 12px; }

.btn-default { width: 100%; text-shadow: none; color: #ffffff; background-image: none; background-color: #009ca7; border: 1px solid #009ca7; border-radius: 32px; padding: 10px; font-size: 18px; margin-bottom: 20px; }

.close-popup { position: absolute; left: 10px; width: auto !important; font-size: 2.5em; color: #009ca7; }

.close-popup:hover { text-decoration: none; }

header { background-color: #ffffff; background-image: none; }

.navbar-header { display: block; }

.navbar-default { background-color: #ffffff; border: none; }
.navbar-default .navbar-nav { text-align: center; }
.navbar-default .navbar-nav li a { color: #231f20; }
.navbar-default .navbar-nav li:hover > a { background-color: #ffffff; color: #009ca7; text-decoration: underline; }
.navbar-default .navbar-nav > .active > a { color: #009ca7; text-decoration: underline; background-color: #ffffff; }
.navbar-default .navbar-nav > .active > a:hover { background-color: #ffffff; color: #009ca7; }

button.ui-btn { width: 50px; float: right; margin-right: 20px; padding: 10px 13px; }

.feature-banner { display: block; position: absolute; top: 0; left: 0; }
.feature-banner .mobile-banner { display: block; position: relative; width: 100%; margin-top: 60px; }
.feature-banner .desktop-banner { display: none; }

.button-row { margin: 0 0 10px 0; }

.homepage-item { text-align: center; margin-bottom: 20px; }
.homepage-item h1 { margin-top: 30px; }
.homepage-item p { margin: 30px 0; }

.row .feature-image-container { margin: 20px auto; }

#googlemap { width: 100%; height: 480px; }

.form-horizontal { margin: 30px 0; }
.form-horizontal > .form-group { margin-top: 15px; margin-left: 0; margin-right: 0; }

footer { min-height: 60px; background-color: #009ca7; color: #ffffff; text-align: center; }
footer p { margin-top: 10px; }
footer a { color: #ffffff; }
footer a:hover { color: #333; }

/* all screens larger than extra-small (480px) */
/* screens larget than small (768px) */
@media (min-width: 768px) { .feature-banner .mobile-banner { display: none; position: relative; }
  .feature-banner .desktop-banner { display: block; }
  .button-row { margin-bottom: 50px; }
  .navbar-header { display: none; }
  .navbar-default .navbar-nav { float: right; }
  .row .feature-image-container { margin: 0px auto; }
  .btn-default { width: 60%; }
  footer p { margin: 0; line-height: 60px; } }
/* screens larger than medium (992px) */
@media (min-width: 992px) { .navbar-header { display: none; }
  .homepage-item h1 { margin-top: 70px; }
  .content-area { margin: 50px auto; }
  .form-horizontal { margin-top: 0; }
  footer p { float: left; } }
/* Large devices (large desktops, 1200px and up) */

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