/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Variables */
/* Mixins */
/* line 17, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/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, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 24, ../sass/screen.scss */
html, body {
  margin: 0; }

/* line 29, ../sass/screen.scss */
body {
  font-family: "museo-sans", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  font-size: 100%;
  line-height: 1.6em;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #eeeeee;
  color: #888888; }
  @media screen and (min-width: 36em) {
    /* line 29, ../sass/screen.scss */
    body {
      font-size: 1em; } }
  @media screen and (min-width: 44em) {
    /* line 29, ../sass/screen.scss */
    body {
      font-size: 0.9em; } }

/* line 51, ../sass/screen.scss */
p {
  margin-bottom: 1.4em; }

/* line 55, ../sass/screen.scss */
li {
  margin-bottom: 0.5em; }

/* line 59, ../sass/screen.scss */
a {
  color: #333333;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0s; }
  /* line 64, ../sass/screen.scss */
  a.no-underline {
    text-decoration: none; }

/* line 69, ../sass/screen.scss */
.white, .white a {
  color: white; }

/* line 73, ../sass/screen.scss */
.gray, .gray a {
  color: #888888; }

/* line 77, ../sass/screen.scss */
.space-above {
  margin-top: 2em; }

/* line 81, ../sass/screen.scss */
.space-below {
  margin-bottom: 2em; }

/* line 85, ../sass/screen.scss */
.space-right {
  margin-right: 2em; }

/* line 89, ../sass/screen.scss */
.float-left {
  float: left; }

/* line 93, ../sass/screen.scss */
.float-right {
  float: right; }

/* line 97, ../sass/screen.scss */
.clear-left {
  clear: left; }

/* line 101, ../sass/screen.scss */
.clear-right {
  clear: right; }

/* line 105, ../sass/screen.scss */
.no-space-below, .no-space-below-p p {
  margin-bottom: 0; }

/* line 109, ../sass/screen.scss */
.text-align-right {
  text-align: right; }

/* line 113, ../sass/screen.scss */
.text-align-left {
  text-align: left; }

/* ---------- header styling -------------- */
/* line 120, ../sass/screen.scss */
#header {
  z-index: 1001;
  position: fixed;
  width: 90%;
  padding: 0.4em 5% 0.4em;
  top: 0;
  background: white; }

/* line 130, ../sass/screen.scss */
#header a {
  text-decoration: none; }

/* line 134, ../sass/screen.scss */
#menu-bar {
  background: white;
  position: absolute;
  top: -50em;
  left: 0;
  width: 100%;
  padding: 1em 0% 0.7em;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1002; }
  /* line 146, ../sass/screen.scss */
  #menu-bar.show {
    top: 0; }
  /* line 150, ../sass/screen.scss */
  #menu-bar li {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    /* line 154, ../sass/screen.scss */
    #menu-bar li a {
      padding: 0.2em 0.65em;
      display: inline-block; }
    /* line 159, ../sass/screen.scss */
    #menu-bar li.active a {
      border: 2px solid #888888;
      font-weight: bold; }

/* line 166, ../sass/screen.scss */
.top-bar {
  text-align: left;
  background: white; }
  /* line 170, ../sass/screen.scss */
  .top-bar li {
    margin-bottom: 0; }

/* line 179, ../sass/screen.scss */
.header-logo {
  float: left;
  position: relative;
  margin-left: 0;
  width: 2.5em;
  height: 2.5em;
  background: none no-repeat scroll transparent;
  background-image: url("/assets/images/lbi-logo-333.png");
  background-position: center center; }

/* line 190, ../sass/screen.scss */
.svg .header-logo {
  background-image: url("/assets/images/lbi-logo-333.svg"); }

/* line 194, ../sass/screen.scss */
.site-title {
  padding: 0.5em; }

/* line 198, ../sass/screen.scss */
#top-nav {
  float: right; }

/* line 202, ../sass/screen.scss */
#top-nav li {
  display: inline-block;
  margin-top: 0.5em; }
  /* line 206, ../sass/screen.scss */
  #top-nav li a {
    padding: 0.5em 0.65em; }
  /* line 211, ../sass/screen.scss */
  #top-nav li.active a {
    font-weight: bold; }

/* line 216, ../sass/screen.scss */
.site-title, #top-nav #nav-commercial, #top-nav #nav-residential {
  display: none; }
  @media screen and (min-width: 36em) {
    /* line 216, ../sass/screen.scss */
    .site-title, #top-nav #nav-commercial, #top-nav #nav-residential {
      display: inline-block; } }

/* line 224, ../sass/screen.scss */
.header-spacer {
  height: 3em; }

/* ------------- typography --------------- */
/* line 231, ../sass/screen.scss */
.subtitle, #header, #menu-bar, h1, h2, h3, h4, .button-border, .count, .project-testimonial .author, .author, #home-nav a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em; }

/* line 237, ../sass/screen.scss */
.small {
  font-size: 0.85em; }

/* line 241, ../sass/screen.scss */
h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  margin-bottom: 0.5em; }

/* line 248, ../sass/screen.scss */
h2 {
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em; }

/* line 260, ../sass/screen.scss */
h2.page-title {
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.025em; }

/* line 266, ../sass/screen.scss */
h3 {
  font-size: 1.7em;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 36em) {
    /* line 266, ../sass/screen.scss */
    h3 {
      font-size: 2.5em; } }

/* line 278, ../sass/screen.scss */
h4 {
  font-size: 1.05em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 0.5em;
  color: #333333; }

/* line 287, ../sass/screen.scss */
.button-border, .count {
  background: transparent;
  text-decoration: none;
  border: 2px solid #333;
  margin: 0.5em;
  margin-top: 1em;
  padding: 0.4em 1em;
  display: inline-block;
  font-weight: bold; }
  /* line 299, ../sass/screen.scss */
  .button-border.white, .white.count {
    border: 2px solid white;
    color: white; }

/* line 305, ../sass/screen.scss */
.count {
  border: 0;
  border-bottom: 2px solid #333333;
  font-size: 1.5em;
  opacity: 0.6;
  padding: 0.4em 0.7em;
  letter-spacing: 0;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: normal;
  position: relative; }
  /* line 319, ../sass/screen.scss */
  .count.white {
    border: 0;
    border-bottom: 2px solid white;
    color: white; }

/*.borderradius .count{
	border-radius:2.5em;
	border:2px solid $dark-gray;
	
	&.white{
		border:2px solid $white;
	}
}*/
/* line 337, ../sass/screen.scss */
#page-title {
  /* commented out 9/22/20
  padding-top:5em; 
  text-align:left; 
  background:#eeeeee; 
  color:$dark-gray; 
  padding-left:5%;
  padding-right: 5%; 
  padding-bottom:1em; */
  color: #333333;
  padding-bottom: 1em; }

/* line 350, ../sass/screen.scss */
.fullscreen-img {
  background: none no-repeat scroll transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: absolute; }

/* line 363, ../sass/screen.scss */
.fullscreen-cont {
  display: block;
  margin-bottom: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: table; }

/* line 373, ../sass/screen.scss */
.fullscreen-background, .project-header {
  background: none no-repeat scroll transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  /*width:90%; 
  height:90%;
  margin:5% 5%;*/
  width: 100%;
  height: 100%;
  display: table; }

/* line 389, ../sass/screen.scss */
.fullscreen-overlay, .overlay-on-fp .fp-tableCell {
  color: white;
  background: transparent;
  background-image: url("/assets/images/overlay-333.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

/* line 400, ../sass/screen.scss */
.rgba .fullscreen-overlay, .rgba .overlay-on-fp .fp-tableCell {
  background: rgba(51, 51, 51, 0.45);
  background-image: none; }

/* line 405, ../sass/screen.scss */
.home .fullscreen-overlay, .home .overlay-on-fp .fp-tableCell {
  background: transparent;
  background-image: none; }

/*.fullpage-wrapper h2, .fullpage-wrapper h3{
	width:80%;
	padding-left:10%;
	padding-right:10%;
}*/
/* line 416, ../sass/screen.scss */
.fullscreen-headline, .project-headline {
  color: white;
  padding: 10%;
  padding-top: 4em;
  padding-bottom: 5em; }
  /* line 423, ../sass/screen.scss */
  .fullscreen-headline.no-overlay, .no-overlay.project-headline {
    background: transparent; }
  /* line 427, ../sass/screen.scss */
  .fullscreen-headline h2, .project-headline h2 {
    font-size: 1em;
    display: inline-block; }
  /* line 432, ../sass/screen.scss */
  .fullscreen-headline h3, .project-headline h3 {
    display: inline-block; }
  /* line 436, ../sass/screen.scss */
  .fullscreen-headline a, .project-headline a {
    color: white; }
  @media screen and (min-width: 36em) {
    /* line 416, ../sass/screen.scss */
    .fullscreen-headline, .project-headline {
      padding-top: 2em;
      padding-bottom: 3em;
      font-size: 1.1em; } }

/* line 447, ../sass/screen.scss */
.tags-list {
  margin-bottom: 0.5em;
  display: inline-block; }

/* line 452, ../sass/screen.scss */
.section {
  overflow-x: hidden;
  transition: all 0.3s ease-in-out 0s;
  background: white; }

/* line 460, ../sass/screen.scss */
.container {
  display: block;
  padding: 3em 5%;
  width: 90%;
  background: white; }

/* line 468, ../sass/screen.scss */
.text-container {
  background: white; }
  @media screen and (min-width: 36em) {
    /* line 468, ../sass/screen.scss */
    .text-container {
      display: block;
      padding-left: 3%;
      padding-right: 3%;
      width: 94%; } }
  @media screen and (min-width: 100em) {
    /* line 468, ../sass/screen.scss */
    .text-container {
      width: 70em;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; } }

/* line 488, ../sass/screen.scss */
.fit {
  width: 100%;
  height: auto; }

/* line 493, ../sass/screen.scss */
.col {
  padding: 2%;
  width: 96%;
  height: auto;
  display: inline-block;
  vertical-align: top; }

@media screen and (min-width: 36em) {
  /* line 501, ../sass/screen.scss */
  .col-66 {
    width: 63%; } }

@media screen and (min-width: 36em) {
  /* line 510, ../sass/screen.scss */
  .col-33 {
    width: 28%; } }

@media screen and (min-width: 36em) {
  /* line 517, ../sass/screen.scss */
  .col-50 {
    width: 45.5%; } }

/* line 523, ../sass/screen.scss */
.push-66 {
  margin-left: 69%; }

/* line 527, ../sass/screen.scss */
.project-header {
  height: auto;
  text-align: center;
  vertical-align: middle; }

/* line 535, ../sass/screen.scss */
.project-headline {
  width: 90%;
  padding: 6em 5% 4em;
  background: transparent; }

/* line 550, ../sass/screen.scss */
.next-project-headline {
  padding-top: 4em;
  padding-bottom: 3em; }

/* line 555, ../sass/screen.scss */
.project-testimonial {
  margin-top: 1em;
  margin-bottom: 1em; }
  /* line 559, ../sass/screen.scss */
  .project-testimonial p {
    margin-bottom: 0.2em; }
  /* line 563, ../sass/screen.scss */
  .project-testimonial .testimonial {
    color: #888888;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 0.5em; }

@media screen and (min-width: 36em) {
  /* line 576, ../sass/screen.scss */
  .testimonial {
    font-size: 1.5em;
    line-height: 1.6em; } }

/* line 584, ../sass/screen.scss */
.author {
  line-height: 1.6em;
  margin-bottom: 2em; }
  /* line 589, ../sass/screen.scss */
  .author p {
    margin-bottom: 0.25em; }

/* line 594, ../sass/screen.scss */
.press-cover, .small-set-height-img {
  height: 150px;
  width: auto; }

/* line 600, ../sass/screen.scss */
.share-links a {
  display: block; }
  @media screen and (min-width: 36em) {
    /* line 600, ../sass/screen.scss */
    .share-links a {
      display: inline-block; } }

/*#gallery-slides .project-headline{
	background:rgba(51,51,51,0.45);
	padding:8em 10% 6em;
}*/
/* Styling Navigation Dots */
/*.circle-mouse{
	position:absolute;
	display:table;
	text-align:center;
	background:transparent;
	transition: all 0.7s ease 0s;
	bottom:0;
	right:10%;
	width:2em;
	opacity:0;
	
	
	&.show{
		bottom:5em;
		opacity:1;
	}
	
	&.show.show-next{
		bottom:15em;
		opacity:0;
	}
	
	.circle-container{
		text-align:center;
		display:table-cell;	
	}
	
	.circle{
		border-radius: 4em;
		height:2em;
		width:2em;
		background: none repeat scroll 0 0 / 50% auto #000000;
		opacity:0.5;
		display:inline-block;
	}
	
}*/
/* line 658, ../sass/screen.scss */
.fp-slidesNav.bottom {
  bottom: 0.75em; }

/* line 662, ../sass/screen.scss */
#fp-nav li, .fp-slidesNav li {
  height: 1.5em;
  width: 1.25em; }

/* line 668, ../sass/screen.scss */
#fp-nav span, .fp-slidesNav span {
  border: 1px solid white;
  height: .75em;
  width: .75em; }

/* line 674, ../sass/screen.scss */
#fp-nav li .active span, .fp-slidesNav .active span {
  background-color: white; }

/* fixing fullpage.js */
/* line 680, ../sass/screen.scss */
#fullpage {
  z-index: 100; }

/* line 684, ../sass/screen.scss */
.section.table, .slide.table {
  position: relative; }

/* line 689, ../sass/screen.scss */
.home .fp-controlArrow.fp-prev, .home .fp-controlArrow.fp-next {
  display: none !important; }

/* line 693, ../sass/screen.scss */
#home-nav {
  margin-top: 3em; }

/* line 697, ../sass/screen.scss */
#home-nav li {
  margin-bottom: 1em; }

/* line 701, ../sass/screen.scss */
#home-nav a {
  color: white;
  text-decoration: none;
  padding: 0.5em 0.65em;
  border: 2px solid transparent;
  transition: all 0.2s ease; }
  /* line 709, ../sass/screen.scss */
  #home-nav a:hover {
    border: 2px solid white; }

/* line 714, ../sass/screen.scss */
#home-fixed-container {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 100; }

/* line 723, ../sass/screen.scss */
#home-fixed {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* line 729, ../sass/screen.scss */
#home-logo-container {
  padding: 0.7em;
  border: 3px solid white;
  display: inline-block; }

/* line 735, ../sass/screen.scss */
#home-logo {
  float: left;
  position: relative;
  margin-left: 0;
  width: 48px;
  height: 48px;
  background: none no-repeat scroll transparent;
  background-image: url("/assets/images/lbi-logo-white.png");
  background-position: center center; }

/* line 746, ../sass/screen.scss */
.svg #home-logo {
  background-image: url("/assets/images/lbi-logo-white.svg"); }

/* -------------- contact page --------------- */
/* line 752, ../sass/screen.scss */
.social-box {
  width: 100%;
  height: 12em;
  background: none no-repeat scroll transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: table;
  text-align: center; }

/* line 765, ../sass/screen.scss */
.social-overlay {
  background: transparent;
  background-image: url("/assets/images/overlay-333.png");
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* line 776, ../sass/screen.scss */
.rgba .social-overlay {
  background: rgba(51, 51, 51, 0.45);
  background-image: none; }

/* line 781, ../sass/screen.scss */
.social-icon {
  background: none no-repeat scroll transparent;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 70%;
  display: inline-block;
  opacity: 0.65;
  transition: all 0.5s ease; }
  /* line 794, ../sass/screen.scss */
  .social-icon:hover {
    opacity: 1; }

/* line 799, ../sass/screen.scss */
.houzz-icon {
  background-image: url("/assets/images/houzz-icon-white.svg"); }

/* line 803, ../sass/screen.scss */
.fb-icon {
  background-image: url("/assets/images/fb-icon-white.svg");
  height: 40%; }

/* -------------- footer ---------------- */
/* line 810, ../sass/screen.scss */
#footer {
  background: #eeeeee;
  color: #888888;
  position: relative;
  overflow-x: hidden;
  padding: 3em 5%; }
  /* line 817, ../sass/screen.scss */
  #footer .title, #footer a, #footer p a {
    color: #333333;
    text-decoration: none;
    display: block; }
    @media screen and (min-width: 36em) {
      /* line 817, ../sass/screen.scss */
      #footer .title, #footer a, #footer p a {
        display: inline-block; } }
  /* line 828, ../sass/screen.scss */
  #footer a:hover {
    color: #888888; }
  /* line 832, ../sass/screen.scss */
  #footer .text-align-left {
    text-align: center; }
    @media screen and (min-width: 44em) {
      /* line 832, ../sass/screen.scss */
      #footer .text-align-left {
        text-align: left; } }
  /* line 840, ../sass/screen.scss */
  #footer .text-align-right {
    text-align: center; }
    @media screen and (min-width: 44em) {
      /* line 840, ../sass/screen.scss */
      #footer .text-align-right {
        text-align: right; } }
  /* line 848, ../sass/screen.scss */
  #footer .float-left {
    float: none; }
    @media screen and (min-width: 44em) {
      /* line 848, ../sass/screen.scss */
      #footer .float-left {
        float: left; } }
  /* line 856, ../sass/screen.scss */
  #footer .float-right {
    float: none; }
    @media screen and (min-width: 44em) {
      /* line 856, ../sass/screen.scss */
      #footer .float-right {
        float: right; } }
  /* line 864, ../sass/screen.scss */
  #footer col {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  @media screen and (min-width: 36em) {
    /* line 870, ../sass/screen.scss */
    #footer.fixed-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1000;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      /* line 880, ../sass/screen.scss */
      #footer.fixed-footer .col {
        padding: 1% 0%;
        width: 100%; }
      /* line 885, ../sass/screen.scss */
      #footer.fixed-footer .col-33, #footer.fixed-footer .col-66 {
        padding-left: 0;
        padding-right: 0; } }

/* line 894, ../sass/screen.scss */
.footer-icons {
  margin-top: 1em; }
  @media screen and (min-width: 36em) {
    /* line 894, ../sass/screen.scss */
    .footer-icons {
      text-align: right;
      float: right;
      margin-top: 0em; } }
  /* line 904, ../sass/screen.scss */
  .footer-icons a {
    display: inline-block !important;
    margin-right: 0.75em; }
    /* line 908, ../sass/screen.scss */
    .footer-icons a:last-child {
      margin-right: 0; }

/* line 914, ../sass/screen.scss */
.footer-icon {
  height: 1.75em;
  display: inline-block; }

/* ------- page load animation ------------ */
/* line 921, ../sass/screen.scss */
#loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  text-align: center;
  z-index: 5000;
  display: none;
  opacity: 0; }
  /* line 934, ../sass/screen.scss */
  #loading.show {
    display: table;
    opacity: 1; }
  /* line 939, ../sass/screen.scss */
  #loading .logo-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

/* line 946, ../sass/screen.scss */
.js #loading {
  display: table;
  opacity: 1; }

/* line 951, ../sass/screen.scss */
#loading-logo {
  transition: all 2s ease;
  height: 3em;
  width: 3em;
  display: inline-block;
  background: none no-repeat scroll transparent;
  background-image: url("/assets/images/loading.gif");
  background-position: center center;
}

/* line 961, ../sass/screen.scss */
.svg.csstransforms.csstransitions #loading-logo {
  background-image: url("/assets/images/lbi-logo-333.svg"); }

/* line 965, ../sass/screen.scss */
#loading-logo.rotating {
  -moz-tranform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

/* line 974, ../sass/screen.scss */
.dark-gray-slide {
  background-color: #333333;
  color: white; }
  /* line 978, ../sass/screen.scss */
  .dark-gray-slide a {
    color: white; }
  /* line 982, ../sass/screen.scss */
  .dark-gray-slide .count {
    border-bottom: 2px solid white; }

/* line 987, ../sass/screen.scss */
.white-slide {
  background: white;
  color: #333333; }
  /* line 991, ../sass/screen.scss */
  .white-slide .fullscreen-headline, .white-slide .project-headline, .white-slide .count.white, .white-slide .testimonial, .white-slide a {
    color: #333333; }

/* line 996, ../sass/screen.scss */
.warm-taupe-slide {
  background-color: #cac6ab; }

/* line 1000, ../sass/screen.scss */
.orange-slide {
  background-color: #c8612d; }

/* line 1004, ../sass/screen.scss */
.teal-slide {
  background-color: #0094ae; }

/* line 1008, ../sass/screen.scss */
.hide-on-mobile {
  display: none; }
  @media screen and (min-width: 36em) {
    /* line 1008, ../sass/screen.scss */
    .hide-on-mobile {
      display: inline-block; } }

/* line 1016, ../sass/screen.scss */
.hide-on-portrait-tablet {
  display: none; }
  @media screen and (min-width: 54em) {
    /* line 1016, ../sass/screen.scss */
    .hide-on-portrait-tablet {
      display: inline-block; } }



/* custom */
a.disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}