/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.container {
  zoom: 1;
  max-width: 1064px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  .container.primary {
    max-width: 1124px; }
  .container.padded {
    padding: 1em 0; }

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

.grid-unit {
  width: 100%;
  padding-left: 30px;
  float: left; }
  .grid-unit.centered {
    margin: 0 auto;
    float: none; }

.mobile-one-quarter {
  width: 25%; }

.mobile-one-third {
  width: 33.33333%; }

.mobile-one-half {
  width: 50%; }

.mobile-two-thirds {
  width: 66.66666%; }

.mobile-three-quarters {
  width: 75%; }

.mobile-five-sixths {
  width: 83.33333%; }

@media screen and (min-width: 600px) {
  .tablet-one-quarter {
    width: 25%; }

  .tablet-one-third {
    width: 33.33333%; }

  .tablet-one-half {
    width: 50%; }

  .tablet-two-thirds {
    width: 66.66666%; }

  .tablet-three-quarters {
    width: 75%; }

  .tablet-five-sixths {
    width: 83.33333%; } }
@media screen and (min-width: 940px) {
  .one-thirteenth {
    width: 7.69231%; }

  .two-thirteenths {
    width: 15.38462%; }

  .three-thirteenths {
    width: 23.07692%; }

  .four-thirteenths {
    width: 30.76923%; }

  .five-thirteenths {
    width: 38.46154%; }

  .six-thirteenths {
    width: 46.15385%; }

  .seven-thirteenths {
    width: 53.84615%; }

  .eight-thirteenths {
    width: 61.53846%; }

  .nine-thirteenths {
    width: 69.23077%; }

  .ten-thirteenths {
    width: 76.92308%; }

  .eleven-thirteenths {
    width: 84.61538%; }

  .twelve-thirteenths {
    width: 92.30769%; }

  .whole {
    width: 100%;
    float: none;
    clear: both; }

  .grid-unit.push-left-one-thirteenth {
    margin-left: 7.69231%; }
  .grid-unit.push-left-two-thirteenths {
    margin-left: 15.38462%; }
  .grid-unit.push-left-three-thirteenths {
    margin-left: 23.07692%; }
  .grid-unit.push-left-four-thirteenths {
    margin-left: 30.76923%; }
  .grid-unit.push-left-five-thirteenths {
    margin-left: 38.46154%; }
  .grid-unit.push-left-six-thirteenths {
    margin-left: 46.15385%; }
  .grid-unit.push-right-one-thirteenths {
    margin-right: 7.69231%; } }
/*  @group Resets
    ========================================================================== */
input[type="button"], input[type="submit"], button, label[for] {
  cursor: pointer; }

/* @end */
/*  @group Global Styles
    ========================================================================== */
body {
  font-family: "SourceSansRegular", Helvetica, sans-serif;
  color: #53524d; }

h1, h2, h3 {
  font-family: "OswaldLight", Helvetica, sans-serif;
  font-weight: normal;
  color: #08709c; }

h1 {
  font-size: 2.13333em; }

h2 {
  font-size: 1.4em;
  margin-top: 2em; }

h3 {
  font-size: 1.26667em; }

p {
  line-height: 1.53333em; }

a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #369f80;
  letter-spacing: 0.05em;
  font-family: "SourceSansSemibold", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  a:hover, a:focus {
    color: #6dceb1; }

h3 strong, h2 strong {
  font-family: 'OswaldBook', Helvetica, sans-serif;
  font-weight: normal; }

p strong {
  font-family: "SourceSansSemibold", Helvetica, sans-serif;
  font-weight: normal; }

em {
  font-family: "SourceSansItalic", Helvetica, sans-serif;
  font-style: normal; }

label {
  color: #ffffff; }

textarea {
  border: 0px;
  margin-top: 5px; }

.help-block {
  color: #d02c30;
  background: #f7dbe0;
  clear: both;
  padding: 5px;
  margin: 5px 0; }

.alert-success {
  background: #369f80;
  color: #ffffff;
  clear: both;
  margin: 10px 0;
  padding: 10px; }

/* @end */
/*  @group UI Modules
    ========================================================================== */
@media screen and (min-width: 320px) {
  .container {
    padding: 0 20px; } }

header {
  border-bottom: 1px solid #7ab0d8; }
  header h1 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 0px; }
    @media screen and (min-width: 940px) {
      header h1 {
        margin-bottom: 15px; } }
  header nav {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      header nav {
        margin-top: 30px; } }
    header nav ul {
      list-style: none;
      margin: 0 0 0 -40px; }
      header nav ul li {
        display: block;
        line-height: 2em;
        text-align: center; }
        @media screen and (min-width: 768px) {
          header nav ul li {
            display: inline-block;
            line-height: 1.5em;
            margin: 0 32px 25px 32px; } }
        @media screen and (min-width: 940px) {
          header nav ul li {
            margin: 0 34px 0 0; } }
        header nav ul li a {
          text-decoration: none;
          -webkit-transition: border 0.5s ease;
          -moz-transition: border 0.5s ease;
          transition: border 0.5s ease; }
          header nav ul li a:hover {
            padding-bottom: 10px;
            border-bottom: 2px solid #efcb35; }

blockquote {
  font-family: "OswaldLight", Helvetica, sans-serif;
  color: #08709c;
  font-size: 1.33333em;
  text-align: center;
  line-height: 1.5em;
  margin: 55px 0 0 0; }
  blockquote footer {
    font-family: "SourceSansSemiboldItalic", Helvetica, sans-serif;
    color: #efcb35;
    font-size: 0.8em; }

.banner {
  background: url(../../resources/images/home-section-background.jpg) top center no-repeat;
  background-size: 190%; }
  @media screen and (min-width: 600px) {
    .banner {
      background-size: 150%; } }
  @media screen and (min-width: 940px) {
    .banner {
      min-height: 440px;
      background-size: auto; } }
  @media screen and (min-width: 1400px) {
    .banner {
      background-size: cover;
      min-height: 710px; } }
  .banner blockquote {
    margin-top: 175px;
    font-size: 2em;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .banner blockquote {
        margin-top: 285px; } }
    @media screen and (min-width: 600px) {
      .banner blockquote {
        margin-top: 230px; } }
    @media screen and (min-width: 768px) {
      .banner blockquote {
        margin-top: 330px; } }
    @media screen and (min-width: 940px) {
      .banner blockquote {
        margin-top: 175px; } }
    .banner blockquote footer {
      color: #369f80;
      font-size: 0.7em; }
      @media screen and (min-width: 768px) {
        .banner blockquote footer {
          text-align: center; } }
      @media screen and (min-width: 940px) {
        .banner blockquote footer {
          text-align: right; } }

section {
  padding: 80px 0; }
  section h1 {
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
    section h1:after {
      content: "";
      width: 50px;
      height: 2px;
      background: #efcb35;
      position: absolute;
      bottom: -15px;
      left: 44%; }

.tan-texture {
  background: #f4f2e8 url(../../resources/images/bkd-tan-texture.jpg) top left repeat-x; }

.white-section {
  padding: 30px 0 60px 0; }
  .white-section h1:after {
    left: 43%; }
    @media screen and (min-width: 768px) {
      .white-section h1:after {
        left: 46.5%; } }
    @media screen and (min-width: 940px) {
      .white-section h1:after {
        left: 47.5%; } }
  .white-section .yellow-border {
    display: block;
    text-align: center;
    margin: 50px auto; }

.full-bkd-image-section {
  padding: 30px 0 0 0;
  background: #369f80 url(../../resources/images/girl-in-grass.jpg) top center no-repeat;
  background-size: 220%; }
  @media screen and (min-width: 768px) {
    .full-bkd-image-section {
      background-size: cover; } }
  @media screen and (min-width: 940px) {
    .full-bkd-image-section {
      width: 100%; } }
  .full-bkd-image-section h1 {
    color: #ffffff; }
    .full-bkd-image-section h1:after {
      left: 43.5%; }
      @media screen and (min-width: 940px) {
        .full-bkd-image-section h1:after {
          left: 47%; } }
  .full-bkd-image-section .treatment-areas {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .full-bkd-image-section .treatment-areas {
        margin-top: 20px; } }
    .full-bkd-image-section .treatment-areas .treatment-content {
      padding: 20px 20px 0 20px; }
      .full-bkd-image-section .treatment-areas .treatment-content h2 {
        margin-left: -15px;
        color: #efcb35;
        padding-right: 20px; }
        .full-bkd-image-section .treatment-areas .treatment-content h2:after {
          content: "";
          float: right;
          margin-top: 15px;
          margin-bottom: 15px;
          width: 100%;
          height: 1px;
          background: rgba(255, 255, 255, 0.4); }
          @media screen and (min-width: 768px) {
            .full-bkd-image-section .treatment-areas .treatment-content h2:after {
              width: 80%; } }
          @media screen and (min-width: 940px) {
            .full-bkd-image-section .treatment-areas .treatment-content h2:after {
              width: 355px; } }
    .full-bkd-image-section .treatment-areas ul {
      margin: 0; }
      .full-bkd-image-section .treatment-areas ul li {
        color: #ffffff;
        line-height: 2em;
        list-style: circle; }
  .full-bkd-image-section .content {
    background: rgba(255, 255, 255, 0.93);
    margin: 30px 0;
    padding: 30px 0 60px 0; }
    .full-bkd-image-section .content a {
      text-transform: none;
      letter-spacing: 0;
      cursor: pointer; }

.pricing-section {
  padding: 30px 0 50px 0; }
  .pricing-section h1:after {
    left: 44%; }
    @media screen and (min-width: 768px) {
      .pricing-section h1:after {
        left: 46%; } }
    @media screen and (min-width: 940px) {
      .pricing-section h1:after {
        left: 48%; } }
  .pricing-section .pricing-list {
    list-style: none;
    margin: 40px 0 0 -40px; }
    @media screen and (min-width: 768px) {
      .pricing-section .pricing-list {
        margin: 40px auto; } }
    @media screen and (min-width: 940px) {
      .pricing-section .pricing-list {
        margin: 40px 0 0 -40px; } }
    .pricing-section .pricing-list li {
      background: #f4f2e8;
      text-align: center;
      display: inline;
      width: 100%;
      margin: 10px 10px 10px 0;
      float: left;
      min-height: 200px; }
      @media screen and (min-width: 768px) {
        .pricing-section .pricing-list li {
          margin: 0 10px 10px 0;
          width: 300px; } }
      @media screen and (min-width: 940px) {
        .pricing-section .pricing-list li {
          margin: 0 10px 0 0;
          width: 49%; } }
      .pricing-section .pricing-list li h2 {
        position: relative;
        font-size: 19px; }
        .pricing-section .pricing-list li h2:after {
          content: "";
          width: 50px;
          height: 2px;
          background: #ffffff;
          position: absolute;
          bottom: -15px;
          left: 45%; }
      .pricing-section .pricing-list li h3 {
        color: #369f80;
        font-size: 21px;
        text-transform: uppercase;
        margin: 30px 0 0 0; }
        .pricing-section .pricing-list li h3 strong {
          font-size: 30px; }
      .pricing-section .pricing-list li p {
        margin-top: 10px; }
      .pricing-section .pricing-list li .padded {
        padding-top: 20px; }
  .pricing-section .terms {
    clear: both;
    margin-top: 50px;
    text-align: center;
    font-size: 18px; }
    .pricing-section .terms em {
      font-size: 14px; }
  .pricing-section .rules {
    border: 2px solid #f4f2e8;
    padding: 20px; }
    .pricing-section .rules h3 {
      font-size: 21px;
      text-align: center;
      background: #ffffff;
      padding: 0 15px;
      margin: -20px auto 0 auto;
      width: 280px; }
    .pricing-section .rules ol {
      margin: 20px auto;
      width: 90%; }
      .pricing-section .rules ol li {
        font-family: "SourceSansSemiboldItalic", Helvetica, sans-serif;
        color: #369f80;
        font-size: 15px;
        text-align: left; }

.blue-texture {
  padding: 30px 0 50px 0;
  background: #06425c url(../../resources/images/bkd-blue-texture.jpg) top left repeat-x; }
  .blue-texture h1 {
    color: #ffffff; }
    .blue-texture h1:after {
      left: 44%; }
      @media screen and (min-width: 768px) {
        .blue-texture h1:after {
          left: 46%; } }
      @media screen and (min-width: 940px) {
        .blue-texture h1:after {
          left: 48%; } }
  .blue-texture p {
    color: #ffffff; }
  .blue-texture input[type="text"], .blue-texture input[type="email"] {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 0;
    background: none;
    border: 0px;
    border-bottom: 1px solid #f4f2e8;
    font-family: "OswaldLight", Helvetica, sans-serif;
    color: #ffffff; }
  .blue-texture textarea {
    float: left;
    clear: both;
    width: 100%;
    height: 120px;
    font-family: "OswaldLight", Helvetica, sans-serif;
    margin-bottom: 15px; }
  .blue-texture input[type="submit"] {
    float: right;
    width: 130px;
    padding: 8px 0;
    margin: 10px 0;
    background: none;
    border: 2px solid #f4f2e8;
    font-family: "OswaldLight", Helvetica, sans-serif;
    color: #f4f2e8;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: background 0.5s ease, border 0.5s ease;
    -moz-transition: background 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, border 0.5s ease; }
    .blue-texture input[type="submit"]:hover {
      background: #369f80;
      border-color: #369f80; }
  .blue-texture iframe {
    max-width: 100%;
    border: 2px solid #ffffff;
    margin: 30px 0; }

.footer {
  background: #f4f2e8;
  padding: 30px 0 60px 0;
  font-size: 13px; }
  .footer img {
    width: 56%; }
  .footer .copyright {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer .copyright {
        text-align: left; } }
  .footer .company {
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .footer .company {
        margin-top: 0;
        text-align: right; } }

/*====generic classes====*/
.yellow-border {
  border: 3px solid #efcb35; }

.rounded-frame {
  border-radius: 50%; }

.add-padding {
  padding: 15px; }

.antispam {display:none;}

/* @end */
/*  @group UI Helpers
    ========================================================================== */
.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.cf, .grid {
  zoom: 1; }
  .cf:before, .grid:before, .cf:after, .grid:after {
    content: "";
    display: table; }
  .cf:after, .grid:after {
    clear: both; }

.clear {
  clear: both; }

/* @end */
/*  @group Media Queries
    ========================================================================== */
/* @end */
@font-face {
  font-family: 'SourceSansRegular';
  src: url("../../resources/fonts/sourcesanspro-regular-webfont.eot");
  src: url("../../resources/fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../../resources/fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../../resources/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansSemibold';
  src: url("../../resources/fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../../resources/fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("../../resources/fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../../resources/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansSemiboldItalic';
  src: url("../../resources/fonts/sourcesanspro-semibolditalic-webfont.eot");
  src: url("../../resources/fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/sourcesanspro-semibolditalic-webfont.woff") format("woff"), url("../../resources/fonts/sourcesanspro-semibolditalic-webfont.ttf") format("truetype"), url("../../resources/fonts/sourcesanspro-semibolditalic-webfont.svg#source_sans_proSBdIt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansItalic';
  src: url("../../resources/fonts/sourcesanspro-italic-webfont.eot");
  src: url("../../resources/fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("../../resources/fonts/sourcesanspro-italic-webfont.ttf") format("truetype"), url("../../resources/fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oswaldlight';
  src: url("../../resources/fonts/oswald-light-webfont.eot");
  src: url("../../resources/fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/oswald-light-webfont.woff") format("woff"), url("../../resources/fonts/oswald-light-webfont.ttf") format("truetype"), url("../../resources/fonts/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldBook';
  src: url("../../resources/fonts/oswald-regular-webfont.eot");
  src: url("../../resources/fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/oswald-regular-webfont.woff") format("woff"), url("../../resources/fonts/oswald-regular-webfont.ttf") format("truetype"), url("../../resources/fonts/oswald-regular-webfont.svg#oswaldbook") format("svg");
  font-weight: normal;
  font-style: normal; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a {
    text-decoration: underline; }

  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after {
    content: ""; }

  a[href^="#"]:after {
    content: ""; }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: .5cm; }

  p {
    orphans: 3;
    widows: 3; }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  body {
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #fff; } }
