@charset "UTF-8";
/* line 5, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/tools/ruby213/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Olympia Heavy Cond';
  src: url("fonts/olympia-heavy-cond.eot");
  src: url("fonts/olympia-heavy-cond.eot?#iefix") format("embedded-opentype"), url("fonts/olympia-heavy-cond.woff2") format("woff2"), url("fonts/olympia-heavy-cond.woff") format("woff"), url("fonts/olympia-heavy-cond.ttf") format("truetype"), url("fonts/olympia-heavy-cond.svg#olympia-heavycondregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-y8obm2");
  src: url("fonts/icomoon.eot?#iefix-y8obm2") format("embedded-opentype"), url("fonts/icomoon.woff?-y8obm2") format("woff"), url("fonts/icomoon.ttf?-y8obm2") format("truetype"), url("fonts/icomoon.svg?-y8obm2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 27, ../scss/partials/_config.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../scss/partials/_config.scss */
.icon-facebook:before {
  content: "\e600";
}

/* line 45, ../scss/partials/_config.scss */
.icon-arrow-solid-left:before {
  content: "\e601";
}

/* line 49, ../scss/partials/_config.scss */
.icon-arrow-solid-down:before {
  content: "\e602";
}

/* line 53, ../scss/partials/_config.scss */
.icon-arrow-solid-right:before {
  content: "\e603";
}

/* line 57, ../scss/partials/_config.scss */
.icon-arrow-solid-up:before {
  content: "\e604";
}

/* line 67, ../scss/partials/_config.scss */
html {
  height: 100%;
}

/* line 71, ../scss/partials/_config.scss */
body {
  height: 100%;
}

/* line 1, ../scss/partials/_global.scss */
.page {
  position: relative;
  padding-top: 7.7em;
  font-family: 'Neue Helvetica eText W01';
  transition: all 0.3s linear;
  overflow: hidden;
}
/* line 7, ../scss/partials/_global.scss */
.min-nav .page {
  padding-top: 6.6em;
}
@media screen and (max-width: 680px) {
  /* line 1, ../scss/partials/_global.scss */
  .page {
    padding-top: 6.6em;
  }
}
/* line 15, ../scss/partials/_global.scss */
.page * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
/* line 19, ../scss/partials/_global.scss */
.page img {
  max-width: 100%;
  height: auto !important;
}
/* line 24, ../scss/partials/_global.scss */
.page .logo {
  width: 211px;
  transition: all 0.3s linear;
  height: 149px;
}
@media screen and (max-width: 680px) {
  /* line 24, ../scss/partials/_global.scss */
  .page .logo {
    width: 177px;
    height: 125px;
  }
}
/* line 32, ../scss/partials/_global.scss */
.min-nav .page .logo {
  width: 177px;
  height: 125px;
}
@media screen and (max-width: 470px) {
  /* line 24, ../scss/partials/_global.scss */
  .page .logo {
    width: 105px;
    height: 75px;
  }
  /* line 39, ../scss/partials/_global.scss */
  .min-nav .page .logo {
    width: 105px;
    height: 75px;
  }
}
/* line 46, ../scss/partials/_global.scss */
.page .container {
  position: relative;
  max-width: 79em;
  overflow: hidden;
  padding: 2em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 445px) {
  /* line 46, ../scss/partials/_global.scss */
  .page .container {
    padding: 2em 1em;
  }
}
/* line 52, ../scss/partials/_global.scss */
.page .container.clearfix {
  overflow: visible;
}
/* line 54, ../scss/partials/_global.scss */
.page .container.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* line 64, ../scss/partials/_global.scss */
.page .cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 69, ../scss/partials/_global.scss */
.page .visually-hidden {
  /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* line 80, ../scss/partials/_global.scss */
.page body:hover .visually-hidden a, .page body:hover .visually-hidden input, .page body:hover .visually-hidden button {
  display: none !important;
}
/* line 1, ../scss/partials/_typography.scss */
.page p {
  line-height: 1.4em;
  font-size: 0.85em;
  margin: 0.8em 0;
  font-family: 'Neue Helvetica eText W01', serif;
}
/* line 6, ../scss/partials/_typography.scss */
.page p.intro {
  font-size: 1.333em;
  line-height: 1.2em;
}
/* line 12, ../scss/partials/_typography.scss */
.page h1 {
  font-family: 'Olympia Heavy Cond', sans-serif;
  font-size: 4em;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 470px) {
  /* line 12, ../scss/partials/_typography.scss */
  .page h1 {
    font-size: 2.5em;
  }
}
/* line 22, ../scss/partials/_typography.scss */
.page h2 {
  font-size: 1.2em;
  font-family: 'Neue Helvetica eText W01', serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 30, ../scss/partials/_typography.scss */
.page blockquote {
  quotes: "“" "”" "‘" "’";
  line-height: 1.4em;
}
/* line 34, ../scss/partials/_typography.scss */
.page blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}
/* line 42, ../scss/partials/_typography.scss */
.page blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.6em;
}
/* line 50, ../scss/partials/_typography.scss */
.page blockquote p {
  display: inline;
}
/* line 54, ../scss/partials/_typography.scss */
.page form {
  overflow: hidden;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #7f7f7f;
}
/* line 56, ../scss/partials/_typography.scss */
.page form label.control-label {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
/* line 59, ../scss/partials/_typography.scss */
.page form label.control-label .small {
  font-size: 0.75em;
}
/* line 63, ../scss/partials/_typography.scss */
.page form input[type="text"], .page form input[type="email"], .page form textarea {
  border: 0;
  border-radius: 0;
  background: #e5e5e5;
  width: 100%;
  padding: 0.5em;
}
/* line 69, ../scss/partials/_typography.scss */
.page form input[type="text"]:focus, .page form input[type="email"]:focus, .page form textarea:focus {
  box-shadow: none;
}
/* line 73, ../scss/partials/_typography.scss */
.page form .btn {
  border: 1px solid #7f7f7f;
  border-radius: 1em;
  padding: 0.3em 0.75em;
  background: white;
  float: right;
  cursor: pointer;
  appearance: none;
}
/* line 87, ../scss/partials/_typography.scss */
.page div.ccm-block-type-form div.form-group label.control-label {
  font-weight: normal;
}
/* line 91, ../scss/partials/_typography.scss */
.page .tagline {
  font-size: 1.777em;
  text-transform: uppercase;
  font-family: 'Olympia Heavy Cond', sans-serif;
  color: white;
}
@media screen and (max-width: 470px) {
  /* line 91, ../scss/partials/_typography.scss */
  .page .tagline {
    font-size: 1.333em;
  }
}
/* line 102, ../scss/partials/_typography.scss */
.page .testimonial blockquote, .page .testimonial p {
  color: inherit;
}
/* line 1, ../scss/partials/_header.scss */
.page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  height: 7.7em;
  z-index: 5;
  transition: all 0.3s linear;
}
/* line 10, ../scss/partials/_header.scss */
.ccm-toolbar-visible .page .site-header {
  top: 48px;
}
/* line 13, ../scss/partials/_header.scss */
.min-nav .page .site-header {
  height: 6.6em;
  background: #e5e5e5;
}
@media screen and (max-width: 680px) {
  /* line 1, ../scss/partials/_header.scss */
  .page .site-header {
    height: 6.6em;
  }
}
/* line 20, ../scss/partials/_header.scss */
.page .site-header .container {
  padding-top: 3.75em;
  padding-bottom: 1em;
  transition: all 0.3s linear;
}
/* line 24, ../scss/partials/_header.scss */
.min-nav .page .site-header .container {
  padding-top: 1.777em;
  padding-bottom: 1.777em;
}
@media screen and (max-width: 680px) {
  /* line 20, ../scss/partials/_header.scss */
  .page .site-header .container {
    padding-top: 1.777em;
    padding-bottom: 1.777em;
  }
}
/* line 33, ../scss/partials/_header.scss */
.page .site-header-logo {
  position: absolute;
  top: 1em;
  left: 2em;
  z-index: 3;
}
@media screen and (max-width: 445px) {
  /* line 33, ../scss/partials/_header.scss */
  .page .site-header-logo {
    left: 1em;
  }
}
/* line 42, ../scss/partials/_header.scss */
.page .site-header .ibl-logo {
  position: absolute;
  top: 1.777em;
  right: 2em;
  text-align: right;
  transition: all 0.3s linear;
}
@media screen and (max-width: 680px) {
  /* line 42, ../scss/partials/_header.scss */
  .page .site-header .ibl-logo {
    top: -3em;
    display: none;
  }
}
/* line 52, ../scss/partials/_header.scss */
.min-nav .page .site-header .ibl-logo {
  top: -3em;
  opacity: 0;
}
/* line 57, ../scss/partials/_header.scss */
.page .site-header-nav {
  position: relative;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  color: #4c4c4c;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  /* line 57, ../scss/partials/_header.scss */
  .page .site-header-nav {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 470px) {
  /* line 57, ../scss/partials/_header.scss */
  .page .site-header-nav {
    position: static;
  }
}
/* line 70, ../scss/partials/_header.scss */
.page .site-header-nav #menu-btn {
  display: none;
  color: inherit;
  text-decoration: none;
  padding: 1em 0.75em;
  width: 26em;
  text-align: left;
  border: 1px solid #7f7f7f;
}
@media screen and (max-width: 1100px) {
  /* line 70, ../scss/partials/_header.scss */
  .page .site-header-nav #menu-btn {
    display: inline-block;
  }
}
@media screen and (max-width: 680px) {
  /* line 70, ../scss/partials/_header.scss */
  .page .site-header-nav #menu-btn {
    width: 13em;
  }
}
@media screen and (max-width: 470px) {
  /* line 70, ../scss/partials/_header.scss */
  .page .site-header-nav #menu-btn {
    width: 6em;
  }
}
/* line 88, ../scss/partials/_header.scss */
.page .site-header-nav ul {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  /* line 88, ../scss/partials/_header.scss */
  .page .site-header-nav ul {
    position: absolute;
    top: 100%;
    right: 3.35em;
    display: block;
    width: 26em;
    background: #d8d8d8;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  /* line 101, ../scss/partials/_header.scss */
  .menu-open .page .site-header-nav ul {
    max-height: 400px;
  }
}
@media screen and (max-width: 680px) {
  /* line 88, ../scss/partials/_header.scss */
  .page .site-header-nav ul {
    width: 13em;
  }
}
@media screen and (max-width: 470px) {
  /* line 88, ../scss/partials/_header.scss */
  .page .site-header-nav ul {
    width: auto;
    right: 0;
    left: 0;
  }
}
/* line 114, ../scss/partials/_header.scss */
.page .site-header-nav li {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  /* line 114, ../scss/partials/_header.scss */
  .page .site-header-nav li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* line 120, ../scss/partials/_header.scss */
.page .site-header-nav li a {
  display: block;
  padding: 1.333em 0.75em;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1100px) {
  /* line 120, ../scss/partials/_header.scss */
  .page .site-header-nav li a {
    padding: 0.75em;
  }
}
@media screen and (max-width: 470px) {
  /* line 120, ../scss/partials/_header.scss */
  .page .site-header-nav li a {
    padding: 0.75em 1.2em;
  }
}
/* line 133, ../scss/partials/_header.scss */
.page .site-header-nav .social {
  display: inline-block;
  font-size: 1.333em;
  position: relative;
  top: 0.1em;
}
/* line 138, ../scss/partials/_header.scss */
.page .site-header-nav .social a {
  color: inherit;
  text-decoration: none;
}
/* line 142, ../scss/partials/_header.scss */
.page .site-header-nav .social .icon-facebook {
  color: #45619D;
  margin-left: 1em;
}
/* line 1, ../scss/partials/_content.scss */
.page .home {
  position: relative;
  background-position: center bottom;
}
/* line 4, ../scss/partials/_content.scss */
.page .home:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.554em;
  background: #CB2229;
}
@media screen and (max-width: 717px) {
  /* line 4, ../scss/partials/_content.scss */
  .page .home:after {
    height: 5.35em;
  }
}
/* line 17, ../scss/partials/_content.scss */
.page .home .container {
  padding-bottom: 0;
}
/* line 20, ../scss/partials/_content.scss */
.page .home ul {
  margin: 1.333em 0;
  font-size: 5em;
  text-transform: uppercase;
  font-family: 'Olympia Heavy Cond', sans-serif;
  color: white;
}
@media screen and (max-width: 680px) {
  /* line 20, ../scss/partials/_content.scss */
  .page .home ul {
    font-size: 3.175em;
    margin: 1em 0;
  }
}
@media screen and (max-width: 445px) {
  /* line 20, ../scss/partials/_content.scss */
  .page .home ul {
    font-size: 2.4em;
    margin-top: 0;
  }
}
/* line 34, ../scss/partials/_content.scss */
.page .home ul li {
  line-height: 0.85em;
  margin: 0.3em 0;
}
/* line 39, ../scss/partials/_content.scss */
.page .home img {
  position: relative;
  width: 26em;
  display: block;
  z-index: 2;
}
/* line 45, ../scss/partials/_content.scss */
.page .home .tagline {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  padding: 0.5em 1.12em;
  background: #CB2229;
  z-index: 1;
  height: 2em;
}
@media screen and (max-width: 1100px) {
  /* line 45, ../scss/partials/_content.scss */
  .page .home .tagline {
    position: relative;
    text-align: center;
    height: auto;
  }
}
/* line 61, ../scss/partials/_content.scss */
.page .home .next-section {
  display: block;
  text-decoration: none;
  font-size: 1.777em;
  padding: 0.6em 0.8em 0.4em 0.8em;
  background: white;
  position: absolute;
  bottom: 2em;
  right: 1.1em;
  cursor: pointer;
  color: #666666;
}
@media screen and (max-width: 717px) {
  /* line 61, ../scss/partials/_content.scss */
  .page .home .next-section {
    display: none;
  }
}
/* line 80, ../scss/partials/_content.scss */
.page .about .container, .page .contact .container {
  padding-bottom: 0;
}
/* line 83, ../scss/partials/_content.scss */
.page .about .content, .page .contact .content {
  position: relative;
  margin-top: 4em;
  width: 26em;
  background: white;
  padding: 1.777em;
  max-width: 100%;
}
@media screen and (max-width: 470px) {
  /* line 83, ../scss/partials/_content.scss */
  .page .about .content, .page .contact .content {
    margin-top: 0;
  }
}
/* line 93, ../scss/partials/_content.scss */
.page .about .content .image, .page .contact .content .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 470px) {
  /* line 103, ../scss/partials/_content.scss */
  .page .about .content {
    padding-top: 60%;
  }
}
/* line 107, ../scss/partials/_content.scss */
.page .about .content h1 {
  color: #CB2229;
  margin-top: 0.2em;
}
/* line 114, ../scss/partials/_content.scss */
.page .our-promise {
  text-align: center;
  background: #CB2229;
  color: white;
}
/* line 118, ../scss/partials/_content.scss */
.page .our-promise p {
  font-size: 1.475em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}
@media screen and (max-width: 470px) {
  /* line 118, ../scss/partials/_content.scss */
  .page .our-promise p {
    font-size: 1.333em;
  }
}
/* line 129, ../scss/partials/_content.scss */
.page .services {
  max-width: 79em;
  overflow: hidden;
  padding: 0.75em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 5em;
  padding-bottom: 5em;
}
/* line 133, ../scss/partials/_content.scss */
.page .services h1 {
  color: #CB2229;
  margin: 0.25em;
}
@media screen and (max-width: 470px) {
  /* line 129, ../scss/partials/_content.scss */
  .page .services {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* line 141, ../scss/partials/_content.scss */
.page .services .service {
  padding: 1.25em;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 33.33333%;
}
@media screen and (max-width: 980px) {
  /* line 141, ../scss/partials/_content.scss */
  .page .services .service {
    width: 100%;
  }
}
/* line 147, ../scss/partials/_content.scss */
.page .services .service .intro {
  font-size: 1.1em;
}
/* line 151, ../scss/partials/_content.scss */
.page .services .service p a.more-link {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: inheri1t;
}
/* line 163, ../scss/partials/_content.scss */
.page .ibn-designs {
  background: #d8d8d8;
  padding: 4em 2em;
}
/* line 166, ../scss/partials/_content.scss */
.page .ibn-designs h1 {
  text-align: center;
}
/* line 169, ../scss/partials/_content.scss */
.page .ibn-designs .ibn-frame {
  width: 699px;
  height: 822px;
  position: relative;
  overflow: hidden;
  border: 2em solid white;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  /* line 169, ../scss/partials/_content.scss */
  .page .ibn-designs .ibn-frame {
    display: none;
  }
}
/* line 180, ../scss/partials/_content.scss */
.page .ibn-designs .ibn-btn {
  display: none;
}
@media screen and (max-width: 760px) {
  /* line 180, ../scss/partials/_content.scss */
  .page .ibn-designs .ibn-btn {
    display: block;
    background: #CB2229;
    font-size: 1.777em;
    color: white;
    text-decoration: none;
    font-family: 'Olympia Heavy Cond', sans-serif;
    padding: 0.75em;
  }
}
/* line 194, ../scss/partials/_content.scss */
.page .testimonials {
  overflow: hidden;
  background: #4c4c4c;
  color: white;
}
/* line 198, ../scss/partials/_content.scss */
.page .testimonials h1 {
  margin: 0 0.5em;
}
/* line 201, ../scss/partials/_content.scss */
.page .testimonials .container {
  padding: 6em 0;
}
@media screen and (max-width: 470px) {
  /* line 201, ../scss/partials/_content.scss */
  .page .testimonials .container {
    padding: 2em 0;
  }
}
/* line 207, ../scss/partials/_content.scss */
.page .testimonials .testimonial {
  padding: 2em;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 700px) {
  /* line 207, ../scss/partials/_content.scss */
  .page .testimonials .testimonial {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  /* line 207, ../scss/partials/_content.scss */
  .page .testimonials .testimonial {
    padding: 1em;
    float: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
/* line 219, ../scss/partials/_content.scss */
.page .gallery {
  overflow: hidden;
}
/* line 221, ../scss/partials/_content.scss */
.page .gallery h1 {
  color: #CB2229;
}
/* line 224, ../scss/partials/_content.scss */
.page .gallery .intro {
  font-size: 1.1em;
}
/* line 227, ../scss/partials/_content.scss */
.page .gallery .container {
  padding-top: 0;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 232, ../scss/partials/_content.scss */
.page .gallery .left {
  width: 30%;
  float: left;
  padding: 1em;
  padding-top: 6em;
}
@media screen and (max-width: 900px) {
  /* line 232, ../scss/partials/_content.scss */
  .page .gallery .left {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  /* line 232, ../scss/partials/_content.scss */
  .page .gallery .left {
    padding-top: 2em;
  }
}
/* line 244, ../scss/partials/_content.scss */
.page .gallery .right {
  width: 70%;
  float: left;
}
@media screen and (max-width: 900px) {
  /* line 244, ../scss/partials/_content.scss */
  .page .gallery .right {
    width: 100%;
  }
}
/* line 251, ../scss/partials/_content.scss */
.page .gallery .gallery-slider {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 59%;
  overflow: hidden;
}
/* line 257, ../scss/partials/_content.scss */
.page .gallery .gallery-slider .gallery-slide {
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
/* line 265, ../scss/partials/_content.scss */
.page .gallery .gallery-slider .gallery-slide.active {
  opacity: 1;
}
/* line 269, ../scss/partials/_content.scss */
.page .gallery .gallery-slider .next-slide, .page .gallery .gallery-slider .prev-slide {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1em 0.5em;
  background: white;
  z-index: 2;
  cursor: pointer;
}
/* line 278, ../scss/partials/_content.scss */
.page .gallery .gallery-slider .next-slide {
  right: 1.777em;
}
/* line 281, ../scss/partials/_content.scss */
.page .gallery .gallery-slider .prev-slide {
  left: 1.777em;
}
/* line 285, ../scss/partials/_content.scss */
.page .gallery .gallery-thumbs {
  max-width: 75em;
  overflow: hidden;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 287, ../scss/partials/_content.scss */
.page .gallery .gallery-thumbs .gallery-thumb {
  padding: 0.5em;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 14.28571%;
}
@media screen and (max-width: 600px) {
  /* line 287, ../scss/partials/_content.scss */
  .page .gallery .gallery-thumbs .gallery-thumb {
    width: 20%;
  }
}
@media screen and (max-width: 470px) {
  /* line 287, ../scss/partials/_content.scss */
  .page .gallery .gallery-thumbs .gallery-thumb {
    width: 33.33333%;
  }
}
@media screen and (max-width: 380px) {
  /* line 287, ../scss/partials/_content.scss */
  .page .gallery .gallery-thumbs .gallery-thumb {
    width: 50%;
  }
}
/* line 299, ../scss/partials/_content.scss */
.page .gallery .gallery-thumbs .gallery-thumb img {
  cursor: pointer;
}
/* line 306, ../scss/partials/_content.scss */
.page .faq {
  background: #d8d8d8;
}
/* line 308, ../scss/partials/_content.scss */
.page .faq h1 {
  color: #CB2229;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media screen and (max-width: 470px) {
  /* line 308, ../scss/partials/_content.scss */
  .page .faq h1 {
    margin-top: 0;
  }
}
/* line 316, ../scss/partials/_content.scss */
.page .faq .panel-group {
  margin-bottom: 4em;
}
@media screen and (max-width: 470px) {
  /* line 316, ../scss/partials/_content.scss */
  .page .faq .panel-group {
    margin-bottom: 0;
  }
}
/* line 324, ../scss/partials/_content.scss */
.page .panel-heading {
  color: white;
}
/* line 326, ../scss/partials/_content.scss */
.page .panel-heading .fa {
  position: relative;
  top: -0.25em;
  font-size: 0.5em;
}
/* line 331, ../scss/partials/_content.scss */
.page .panel-heading .fa-minus {
  display: inline-block;
}
/* line 334, ../scss/partials/_content.scss */
.page .panel-heading .fa-plus {
  display: none;
}
/* line 337, ../scss/partials/_content.scss */
.page .panel-heading a {
  display: block;
  padding: 0.5em 0.75em 0.4em 0.75em;
  background: #CB2229;
  text-decoration: none;
  color: white;
}
/* line 343, ../scss/partials/_content.scss */
.page .panel-heading a.collapsed {
  background: white;
  color: black !important;
}
/* line 346, ../scss/partials/_content.scss */
.page .panel-heading a.collapsed .fa-minus {
  display: none;
}
/* line 349, ../scss/partials/_content.scss */
.page .panel-heading a.collapsed .fa-plus {
  display: inline-block;
}
/* line 356, ../scss/partials/_content.scss */
.page .panel-collapse {
  height: 0;
  overflow: hidden;
  margin-bottom: 0.5em;
}
/* line 360, ../scss/partials/_content.scss */
.page .panel-collapse.in {
  height: auto;
}
/* line 365, ../scss/partials/_content.scss */
.page .collapsing {
  transition: all 0.5s ease;
}
/* line 369, ../scss/partials/_content.scss */
.page .contact {
  min-height: 85vh;
}
/* line 371, ../scss/partials/_content.scss */
.page .contact h1 {
  margin-top: 1em;
}
/* line 374, ../scss/partials/_content.scss */
.page .contact .content {
  margin-top: 2em;
}
/* line 376, ../scss/partials/_content.scss */
.page .contact .content table, .page .contact .content tbody, .page .contact .content tr, .page .contact .content td {
  vertical-align: top;
}
@media screen and (max-width: 470px) {
  /* line 376, ../scss/partials/_content.scss */
  .page .contact .content table, .page .contact .content tbody, .page .contact .content tr, .page .contact .content td {
    display: block;
  }
}
/* line 382, ../scss/partials/_content.scss */
.page .contact .content table {
  width: 100%;
  color: #4c4c4c;
  line-height: 1.333em;
}
/* line 386, ../scss/partials/_content.scss */
.page .contact .content table a {
  color: inherit;
  text-decoration: none;
}
/* line 390, ../scss/partials/_content.scss */
.page .contact .content table td {
  padding: 0.5em 0;
}
/* line 395, ../scss/partials/_content.scss */
.page .contact .legals {
  margin: 2em 0;
  color: white;
  font-size: 0.8em;
  line-height: 1.333em;
}
/* line 400, ../scss/partials/_content.scss */
.page .contact .legals .copyright {
  text-transform: uppercase;
}
/* line 403, ../scss/partials/_content.scss */
.page .contact .legals a {
  text-decoration: none;
  color: inherit;
}
/* line 410, ../scss/partials/_content.scss */
.page footer {
  background: #CB2229;
}
/* line 412, ../scss/partials/_content.scss */
.page footer .container {
  padding-top: 0;
  padding-bottom: 0.5em;
}
/* line 416, ../scss/partials/_content.scss */
.page footer .ibl-logo {
  background: white;
  padding: 1em;
  float: left;
}
/* line 421, ../scss/partials/_content.scss */
.page footer .tagline {
  float: right;
  margin-top: 0.75em;
}
