@import url("https://fonts.googleapis.com/css?family=Unna");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:300,300i,400,400i,600,600i");
/*************** BASE DEFINITIONS ***************/
/*************** COLOR DEFINITIONS ***************/
/* Simple grey scale */
/* Base colors */
/* Content text colors */
/* Elements colors normal state (e.g. button) */
/* Elements colors hover state (e.g. button) */
/* Elements colors active state (e.g. button) */
/*************** FONT DEFINITIONS ***************/
/* Font families */
/* Font Sizes */
/*************** MARGIN DEFINITIONS ***************/
/* Template paddings */
/* Title margins */
/*************** BORDER DEFINITIONS ***************/
/*************** OTHER DEFINITIONS ***************/
/* line 139, ../../../sass/definitions.scss */
.pd-content .row-fluid,
.pd-content .row {
  margin-left: auto;
  margin-right: auto;
}
/* line 144, ../../../sass/definitions.scss */
.pd-content .row-fluid.fullwidth,
.pd-content .row.fullwidth {
  max-width: none;
}
/* line 147, ../../../sass/definitions.scss */
.pd-content .row-fluid.fullwidth > [class*="iq-column"]:first-of-type,
.pd-content .row.fullwidth > [class*="iq-column"]:first-of-type {
  padding-left: 0;
}
/* line 151, ../../../sass/definitions.scss */
.pd-content .row-fluid.fullwidth > [class*="iq-column"]:last-of-type,
.pd-content .row.fullwidth > [class*="iq-column"]:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 156, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-small,
  .pd-content .row.fullwidth-small {
    max-width: none;
  }
  /* line 160, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-small > [class*="iq-column"]:first-of-type,
  .pd-content .row.fullwidth-small > [class*="iq-column"]:first-of-type {
    padding-left: 0;
  }
  /* line 164, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-small > [class*="iq-column"]:last-of-type,
  .pd-content .row.fullwidth-small > [class*="iq-column"]:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 171, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-medium,
  .pd-content .row.fullwidth-medium {
    max-width: none;
  }
  /* line 175, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-medium > [class*="iq-column"]:first-of-type,
  .pd-content .row.fullwidth-medium > [class*="iq-column"]:first-of-type {
    padding-left: 0;
  }
  /* line 179, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-medium > [class*="iq-column"]:last-of-type,
  .pd-content .row.fullwidth-medium > [class*="iq-column"]:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 185, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-large,
  .pd-content .row.fullwidth-large {
    max-width: none;
  }
  /* line 189, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-large > [class*="iq-column"]:first-of-type,
  .pd-content .row.fullwidth-large > [class*="iq-column"]:first-of-type {
    padding-left: 0;
  }
  /* line 193, ../../../sass/definitions.scss */
  .pd-content .row-fluid.fullwidth-large > [class*="iq-column"]:last-of-type,
  .pd-content .row.fullwidth-large > [class*="iq-column"]:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 200, ../../../sass/definitions.scss */
  .pd-content .row-fluid.hidden-small,
  .pd-content .row.hidden-small {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 207, ../../../sass/definitions.scss */
  .pd-content .row-fluid.hidden-medium,
  .pd-content .row.hidden-medium {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 213, ../../../sass/definitions.scss */
  .pd-content .row-fluid.hidden-large,
  .pd-content .row.hidden-large {
    display: none;
  }
}
/* line 220, ../../../sass/definitions.scss */
.pd-content .row-fluid.nogutter > [class*="iq-column"],
.pd-content .row.nogutter > [class*="iq-column"] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 228, ../../../sass/definitions.scss */
  .pd-content .row-fluid.nogutter-small > [class*="iq-column"],
  .pd-content .row.nogutter-small > [class*="iq-column"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 237, ../../../sass/definitions.scss */
  .pd-content .row-fluid.nogutter-medium > [class*="iq-column"],
  .pd-content .row.nogutter-medium > [class*="iq-column"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 246, ../../../sass/definitions.scss */
  .pd-content .row-fluid.nogutter-large > [class*="iq-column"],
  .pd-content .row.nogutter-large > [class*="iq-column"] {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2, quote.scss */
.iqbm-quote blockquote {
  margin: 20px 100px 20px;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 21.875px;
  border-left: none;
  min-height: 100px;
  padding-top: 50px;
}
/* line 11, quote.scss */
.iqbm-quote blockquote:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 94px;
  color: #cd0039;
  position: absolute;
  top: calc(50% - 0.25em);
  left: -100px;
  line-height: 1em;
  height: 10%;
}
/* line 22, quote.scss */
.iqbm-quote blockquote:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 94px;
  color: #cd0039;
  position: absolute;
  top: calc(50% - 0.25em);
  right: -100px;
  line-height: 1em;
  height: 10%;
}

@media only screen and (max-width: 768px) {
  /* line 36, quote.scss */
  .iqbm-quote blockquote {
    margin: 0 50px 10px;
  }
  /* line 38, quote.scss */
  .iqbm-quote blockquote:before {
    left: -50px;
  }
  /* line 41, quote.scss */
  .iqbm-quote blockquote:after {
    right: -50px;
  }
}
