/***********/
/* IMPORTS */
/***********/
/**********/
/* MIXINS */
/**********/
/*********/
/* FONTS */
/*********/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic);


:root 
{
  --spacer: 1rem;
  --block-p: 10px;
  --whitebg-p: var(--block-p);
  --sctn-p: 30px;
}

@media (min-width: 768px)
{
	:root 
	{
		--block-p: 15px;
    --whitebg-p: var(--block-p);
    --sctn-p: 50px;
	}
}

@media (min-width: 992px)
{
	:root 
	{
		--block-p: 20px;
    --whitebg-p: var(--block-p);
    --sctn-p: 80px;
	}
}


/* loading font awesome css directly in html_head.cfm */
/*/workspaceinteriorsod/includes/themes/workspaceinteriorsod-v1/vendors/font-awesome/css/font-awesome.css*/
/* v4.3.0 vs 4.7.0 */
/* @import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"; */
.text-font {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 14px;
  line-height: 1.57;
}
.headline-font {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.small-text-font {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 14px;
  line-height: 1.57;
  font-size: 12px;
}
.awesome-font {
  font-family: 'FontAwesome', 'Open Sans', sans-serif;
}

sup {
	font-size: 60%;
}

@media (min-width: 768px)
{
  .text-sm-left 
  {
    text-align: left !important;
  }
}

/***********/
/* COLOURS */
/***********/
/********/
/* TEST */
/********/
.test {
  border: 1px solid red;
}
.test2 {
  border: 1px solid blue;
}
.test3 {
  border: 1px solid green;
}
.test4 {
  border: 1px solid pink;
}
/*******************************/
/* BOOTSTRAP OVERRIDES & HACKS */
/*******************************/
.footer {
  position: relative !important;
}
* {
  border-radius: 0 !important;
}
*:focus {
  outline: 0;
}
.popover {
  padding: 25px 15px;
}
.popover-content {
  text-align: center;
}
.popover-content a {
  font-style: italic;
  display: block;
  margin-top: 10px;
}

.row
{
  margin-right: 0;
  margin-left: 0;
}

.mx-n15 
{
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px)
{
  .mx-md-n15 
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.d-inline-block 
{
  display: inline-block !important;
}

.d-none 
{
  display: none;
}

.d-block 
{
  display: block !important;
}

@media (min-width: 768px)
{
  .d-md-block 
  {
    display: block !important;
  }
}

@media (min-width: 992px)
{
  .d-lg-block 
  {
    display: block !important;
  }
}

.d-flex 
{
  display: flex !important;
}

.flex-column 
{
  flex-direction: column;
}

.row.d-flex 
{
  flex-wrap: wrap;
}

/* some flex tools */
.justify-content-center 
{
  flex-wrap: wrap;
  justify-content: center!important;
}

.align-items-center 
{
  align-items: center!important;
}

.order-first
{
  -ms-flex-order: -1;
  order: -1;
}

.col 
{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row.d-flex > [class*="col-"]
{
  transition: max-width 0.2s ease-in, flex 0.2s ease-in;
  width: 100%;
}

@media (min-width: 576px)
{
  .row.d-flex > .col-sm-6 
  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: none;
  }
  
  .row.d-flex > .col-sm-10
  {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    float: none;
  }
}


@media (min-width: 768px)
{
  .offset-md-1
  {
    margin-left: 8.333333%;
  }
  
  .order-md-first
  {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .col-md-auto,
  .row.d-flex > .col-md-auto
  {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; /* !important */
    max-width: 100%;
  }

  .row.d-flex > .col-md-3 
  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: none;
  }

  .row.d-flex > .col-md-4 
  {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: none;
  }

  .row.d-flex > .col-md-6 
  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: none;
  }

  .row.d-flex > .col-md-10 
  {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    float: none;
  }
}

@media (min-width: 992px)
{
  .row.d-flex > .col-lg-3 
  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: none;
  }

  .row.d-flex > .col-lg-4 
  {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    float: none;
  }

  .row.d-flex > .col-lg-7 
  {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    float: none;
  }

  .row.d-flex > .col-lg-8 
  {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: none;
  }

  .row.d-flex > .col-lg-9 
  {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    float: none;
  }
}

@media (min-width: 1200px)
{
  .row.d-flex > .col-xl-3 
  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: none;
  }

  .row.d-flex > .col-xl-7 
  {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    float: none;
  }

  .row.d-flex > .col-xl-10 
  {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    float: none;
  }
}

.w-100 
{
  width: 100%;
}

.h-auto 
{
  height: auto;
}

@media (min-width: 768px) 
{
  .mw-md-48 
  {
    max-width: 48%;
  }
}

.h-100 
{
  height: 100%;
}

.p-3 
{
  padding: var(--spacer);
}

.p-4 
{
  padding: calc( var(--spacer) * 1.5) !important;
}

.p-5 
{
  padding: calc( var(--spacer) * 3) !important;
}

@media (min-width: 768px) 
{
  .p-md-5 
  {
    padding: calc( var(--spacer) * 3) !important;
  }
}

.py-0 
{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) 
{
  .px-md-15 
  {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.pt-0 
{
  padding-top: 0 !important;
}

@media (min-width: 768px) 
{
  .pt-md-0 
  {
    padding-top: 0 !important;
  }
}

.pb-0 
{
  padding-bottom: 0 !important;
}

@media (min-width: 768px) 
{
  .pb-md-0 
  {
    padding-bottom: 0 !important;
  }
}

.pb-4 
{
  padding-bottom: 1.5rem;
}

.pb-5 
{
  padding-bottom: 3rem;
}

@media (min-width: 768px) 
{
  .pr-md-15 
  {
    padding-right: 15px !important;
  }
  
  .pl-md-15 
  {
    padding-left: 15px !important;
  }
}

.mt-0 
{
  margin-top: 0 !important;
}

.mt-3 
{
  margin-top: var(--spacer) !important;
}

.mt-4 
{
  margin-top: calc( var(--spacer) * 1.5) !important;
}

.mt-5 
{
  margin-top: calc( var(--spacer) * 3) !important;
}

.mt-n3 
{
  margin-top: calc( var(--spacer) * -1);
}

.mt-n4 
{
  margin-top: calc( var(--spacer) * -1.5);
}

.mt-n5 
{
  margin-top: calc( var(--spacer) * -3);
}

.mb-0 
{
  margin-bottom: 0;
}

@media (max-width: 766px) 
{
  .mb-smo-4 
  {
    margin-bottom: calc( var(--spacer) * 1.5);
  }
}

.mx-row 
{
  margin-left: -15px;
  margin-right: -15px;
}

.mx-auto 
{
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 
{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 
{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 
{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 
{
  margin-left: 3rem;
  margin-right: 3rem;
}

/* offset page anchor */
section 
{
  scroll-margin-top: var(--sctn-p);
}


/* GRID additions ============================ */
/* instead of using column offsets, we're going to double the gutter */
.section-double-gutter > .container
{
  padding-left: 30px;
  padding-right: 30px;
}

.section-double-gutter > .container > .row
{
  margin-left: -30px;
  margin-right: -30px;
}

.section-double-gutter > .container > .row > [class*="col-"]
{
  padding-left: 30px;
  padding-right: 30px;
}

.nopadding
{
  padding: 0 !important;
  margin: 0 !important;
}

/***************/
/* MAIN STYLES */
/***************/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #231f20;
  font-size: 14px;
  line-height: 1.57;
}
h1,
.h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 50px;
  margin-top: 0;
  color: #102b4e;
}

body#portfolio h1 small 
{
  color: inherit;
}

h2,
.h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #102b4e; /* 111111 */
  font-size: 14px;
  line-height: 1.57;
  font-size: 30px;
  line-height: 38px;
}
h3,
.h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #102b4e;
  font-size: 14px;
  line-height: 1.57;
  font-size: 24px;
  line-height: 32px;
}
h4,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #102b4e;
  font-size: 14px;
  line-height: 1.57;
  font-size: 20px;
  line-height: 28px;
}
h5,
.h5,
.intro {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #102b4e;
  font-size: 14px;
  line-height: 1.57;
  font-size: 18px;
  line-height: 26px;
}

.intro 
{
  color: #58595b;
}

.lead
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* color: #111111; */
  line-height: 1.57;
  font-size: 18px;
  line-height: 21px;
}

@media only screen and (min-width: 768px)
{
  .lead
  {
    font-size: 21px;
    line-height: 26px;
  }
}

.border-top-white
{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.border-top-blk
{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 14px;
  line-height: 1.57;
  font-size: 16px;
  line-height: 18px;
}

/* 20210806 - landing page content edit */
h2 + h3 
{
  margin-top: -5px;
}

p, ul
{
  margin-bottom: 20px;
}

/* force list to have left margin when near floats */
ul
{
    list-style: outside disc;
}

ul li
{
    position: relative;
    left: 1em;
    padding-right: 1em;
}​

ul ul
{
  list-style-type: circle;
}

/* add some spacing between inline list items */
.list-inline.list-pd-25 > li
{
  padding-left: 25px;
  padding-right: 25px;
}

.list-inline.list-pd-50 > li
{
  padding-left: 50px;
  padding-right: 50px;
}

ul.list-align-left 
{
  padding-left: 0.5rem;
}

ol.list-align-left 
{
  padding-left: 1.5rem;
}

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

.text-black 
{
  color: #111111 !important;
}

.text-red 
{
  color: #102b4e;
}

.text-white 
{
  color: #ffffff !important;
}

.text-white h2,
.text-white h3 
{
  color: #ffffff;
}

.footnote 
{
  font-size: 85%;
  line-height: 1.25;
  margin-bottom: 10px;
}

/* SITEMAP ================================= */
#svSiteMap
{
  padding-left: 0;
  list-style: none;
}

#svSiteMap ul
{
  padding-left: 10px;
}

#svSiteMap > li > ul
{
  list-style: none;
}

#svSiteMap ul > li
{
  margin-bottom: 10px;
}

#svSiteMap ul > li > ul > li
{
  margin-bottom: 5px;
}

#svSiteMap > li > a
{
  font-size: 18px;
}

#svSiteMap > li > a,
#svSiteMap > li > ul > li > a
{
  font-weight: bold;
}

#svSiteMap a
{
  color: #111111;
}

#svSiteMap a:hover,
#svSiteMap a:focus
{
  color: #C70003;
}


a:link,
a:active,
a:hover,
a:visited
{
  color: #3379C2;
  cursor: pointer;
  cursor: hand;
}

.pager li > a 
{
  color: #102b4e;
  border-radius: 20px !important;
  border-color: #ffcc32;
}

.pager li > a:hover 
{
  background-color: #ffcc32;
}


.red-arrow-link:link,
.red-arrow-link:active,
.red-arrow-link:visited
{
  color: #102b4e;
  font-weight: bold;
}

.red-arrow-link:hover
{
  color: #000;
  text-decoration: none;
}

.red-arrow-link::after
{
  content: "\003e";
  padding-left: 10px;
}

section
{
  padding: var(--sctn-p) 0;
}

/* @media only screen and (min-width: 768px)
{
  section
  {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 992px)
{
  section
  {
    padding: 80px 0;
  }
} */

/* always contains .section-inner below */
.section-hdr-top
{
  background-size: 100% auto !important; /* override grouped attributes later */
  padding-top: 130px;
  padding-bottom: 0;
}

.section-hdr-fixed
{
  background-attachment: fixed !important;
  background-size: cover !important;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px)
{
  .section-hdr-top
  {
    padding-top: 260px;
  }

  .section-hdr-overlap
  {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 992px)
{
  .section-hdr-top
  {
    padding-top: 460px;
  }

  .section-hdr-overlap
  {
    padding-top: 360px;
  }
}

.section-inner
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.si-pt 
{
  padding-top: 40px;
}

.si-pb 
{
  padding-bottom: 40px;
}

.section-inner > .container > .row
{
  /* retain base Bootstrap settings */
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 768px)
{
  .section-inner
  {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .si-pt
  {
    padding-top: 60px;
  }

  .si-pb
  {
    padding-bottom: 60px;
  }
}

.sctn-gray100 
{
    background-color: #ececec;
}

#hero,
#hero-test
{
  width: 100%;
  background-size: cover !important;
  margin: 0;
  padding: 0;
}

#hero .row,
#hero-test.hero-100 .row
{
  height: 100vh;
  max-height: 1080px; /* keeps GoogleBot from extending the height crazy high and not rendering the content below this area */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px)
{
  #hero h1,
  #hero-test h1
  {
    font-size: 45px;
  }

  #hero 
  {
    background-attachment: scroll !important; /* because ios */
  }

}

/* fixing IE11s wagon */
#hero [class*="col-"]
{
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 40px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}

#hero .container p.intro,
#hero-test .container p.intro
{
  position: relative;
  top: 10px;
}

#hero .container .btn,
#hero-test .container .btn 
{
  top: 30px;
}

.hero .container
{
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 40px;
  margin: 50px 20px;
}

.block-p 
{
  padding: calc( var(--block-p) * 2) var(--block-p);
}

.block-pb 
{
  padding-bottom: calc( var(--block-p) * 2);
}

.block-p:only-child,
.row.block-p 
{
  padding: calc( var(--block-p) * 2);
}

/* .block-p:first-child
{
  padding-left: calc( var(--block-p) * 2);
}

.block-p:last-child 
{
  padding-right: calc( var(--block-p) * 2);
} */

/* BS v3 has sm breakpoint at 768 */
@media only screen and (min-width: 768px)
{
  .block-sm-p:first-child 
  {
    padding-left: calc( var(--block-p) * 2);
  }

  .block-sm-p:last-child 
  {
    padding-right: calc( var(--block-p) * 2);
  }
}

/* BS v3 has md breakpoint at 992 */
@media only screen and (min-width: 992px)
{
  .block-md-p:first-child 
  {
    padding-left: calc( var(--block-p) * 2);
  }

  .block-md-p:last-child 
  {
    padding-right: calc( var(--block-p) * 2);
  }
}


.whitebg
{
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: calc( var(--whitebg-p) * 2) var(--whitebg-p);
}

.whitebg:only-child 
{
  padding: calc( var(--whitebg-p) * 2);
}

.whitebg:only-child.mt-n 
{
  margin-top: calc(((var(--whitebg-p) * 2) + 50px) * -1 );
}

.whitebg:first-child 
{
  padding-left: calc( var(--whitebg-p) * 2);
}

.whitebg:last-child 
{
  padding-right: calc( var(--whitebg-p) * 2);
}

@media only screen and (max-width: 767px)
{
  [class*="col-md-"].whitebg
  {
    padding: calc( var(--whitebg-p) * 2)
  }
}

.whitebgsolid
{
  background-color: rgb(255, 255, 255);
  padding: 30px 0px;
}

@media only screen and (min-width: 768px)
{
  .whitebgsolid
  {
    padding: 40px 0px;
  }
}

@media only screen and (min-width: 992px)
{
  .whitebgsolid
  {
    padding: 80px 0px;
  }
}

.bgc-white-09 
{
  background-color: rgba(255, 255, 255, 0.9);
}

.bgc-gray100 
{
  background-color: #e0e0e0;
}

.bgc-gray-09 
{
  background-color: rgba(109,110,113,0.9);
}

.si-white-bg 
{
  background-color: #ffffff !important;
}

.greyltbg
{
  background-color: #E0E0E0;
}

.bg-grey200 
{
  background-color: #d1d3d4;
}

.bg-grey400 
{
  background-color: #a7a9ac;
}

.graybg 
{
  background-color: rgba(109,110,113,0.9);
  color: #fff;
  padding: 20px;
}

.redbg
{
  background-color: #102b4e;
  color: #fff;
  padding: 20px;
}

@media only screen and (min-width: 768px)
{
  .redbg, 
  .graybg
  {
    padding: 30px 50px;
  }
}

@media only screen and (min-width: 992px)
{
  .redbg,
  .graybg
  {
    padding: 50px 100px;
  }
}

.redbg h2, .redbg h3, .redbg .lead,
.graybg h2, .graybg h3, .graybg .lead
{
  color: #fff;
}

/* mimic hero */
.section-fullscreen
{
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover !important;
  background-attachment: fixed !important;
}

@media only screen and (min-width: 768px)
{
  .section-fullscreen
  {
      height: 100vh;
      padding-top: 150px;
  }
}

.btn:link,
.btn:active,
.btn:hover,
.btn:visited,
input.btn
{
  max-width: 100%;
  white-space: normal;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #ffcc32;
  background: #ffcc32;
  color: #102b4e;
  padding: 10px 20px 10px 20px;
  /* -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important; */
  border-radius: 25px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.btn:link i,
.btn:active i,
.btn:hover i,
.btn:visited i,
input.btn i {
  margin-left: 5px;
}

.hvr-icon-wobble-horizontal {
  padding-right: 40px !important;
}

/* eventually we should vertically center the button arrow, but the below bonks the animated transition */
/* .hvr-icon-wobble-horizontal:before
{
  top: 50%;
  transform: translateY(-50%);
} */

.btn:hover
{
  background: #102b4e;
  color: #ffcc32;
  border: 1px solid #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus
{
  background: #102b4e;
  color: #ffcc32;
  border: 1px solid #fff;
}

.btn-lg {
  padding: 6px 40px 6px 20px;
}

.btn-lg a
{
  color: #ffcc32;
}

/* overwritting hover.css */
.hvr-icon-wobble-horizontal:before 
{
  content: "\f054";
}

.right {
  float: right;
}
.strong {
  font-weight: 600;
}
.red {
  color: #CE0000;
}
.clear {
  clear: both;
}
.spacer10 {
  margin-top: 10px;
}
.spacer20 {
  margin-top: 20px;
}
.spacer30 {
  margin-top: 30px;
}
.spacer0 {
  margin-top: 0;
}
.spacer-10 {
  margin-top: -10px;
}
.spacer-20 {
  margin-top: -20px;
}
.spacer-30 {
  margin-top: -30px;
}
.hidden {
  visibility: hidden !important;
}
.icon {
  width: 70px;
  height: 70px;
}
.toTop {
  float: right;
  padding-right: 10px;
  position: relative;
  top: 70px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-style: italic;
  z-index: 100;
}
.toTop i {
  padding-right: 10px;
}
.fa-input {
  font-family: 'FontAwesome', 'Open Sans', sans-serif;
}

.figure 
{
  display: inline-block;
}

[class*="fc-overlay-"] 
{
  position: relative;
}

.figure-caption
{
  font-size: 90%;
  color: #6c757d;
}

[class*="fc-overlay-"] > .figure-caption 
{
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
}

[class*="fc-overlay-b"] > .figure-caption 
{
  bottom: 0;
}

[class*="fc-overlay-t"] > .figure-caption 
{
  top: 0;
}

.fc-overlay-bc > .figure-caption,
.fc-overlay-tc > .figure-caption
{
  text-align: center;
}

.fc-overlay-bl > .figure-caption,
.fc-overlay-tl > .figure-caption
{
  text-align: left;
}

.fc-overlay-br > .figure-caption,
.fc-overlay-tr > .figure-caption
{
  text-align: right;
}

.img-fluid 
{
  max-width: 100%;
  height: auto;
}

/* .img-content by itself mimics img-responsive + center-block */
.img-content
{
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.float-left 
{
  float: left;
}

.float-right 
{
  float: right;
}

@media (min-width: 768px) 
{
  .float-md-left 
  {
    float: left !important;
  }
  
  .float-md-right 
  {
    float: right !important;
  }
}

@media (min-width: 992px) 
{
  .float-lg-right 
  {
    float: right !important;
  }

  .float-lg-left 
  {
    float: left !important;
  }
}

@media (min-width: 1200px) 
{
  .float-xl-right 
  {
    float: right !important;
  }

  .float-xl-left 
  {
    float: left !important;
  }
}



.pull-left,
.pull-right
{
  margin-top: 15px;
  margin-bottom: 15px;
}

.pull-left > .img-content,
.pull-right > .img-content
{
  margin-top: 0;
  margin-bottom: 0;
}

.img-block
{
  max-width: 100%;
  height: auto;
  display: block;
}

.callout-md-left 
{
  margin-bottom: 30px;
  text-align: center;
}

.callout-md-left > :last-child 
{
  margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
  .callout-md-left 
  {
    float: left;
    margin-right: 30px;
    max-width: 50%;
  }
  
  .pull-left > .img-content
  {
    margin-right: 30px;
  }

  .pull-right > .img-content
  {
    margin-left: 30px;
  }

  [class*="img-content-md-"]
  {
    float: left;
    margin-bottom: 30px;
  }

  .img-content-md-4
  {
    max-width: 33.333333%;
  }

  /* .img-content.img-content-md-6 is meant to display 2 images side-by-side in tablet portrait and above */
  .img-content-md-6
  {
    max-width: 48.5%;
  }

  .img-content-md-8
  {
    max-width: 66.666667%;
  }

  .img-content-md-6:nth-of-type(odd)
  {
    margin-right: 1.5%;
  }

  .img-content-md-6:nth-of-type(even)
  {
    margin-left: 1.5%;
  }

  [class*="img-content-md-"]:nth-of-type(even):after
  {
    display: block;
    content: "";
    clear: both;
  }
}

/***************************/
/* LIGHTBOX / MODAL STYLES */
/***************************/
.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}
a.glyphicon {
  color: #ffffff;
}

/**************/
/* NAV STYLES */
/**************/
.navbar
{
  background: rgba(16,43,78,0.9);
  /* -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9; */
  height: 90px;
  border: 0px;
}
.navbar ul.nav-items {
  list-style-type: none;
  padding: 0;
}
.navbar ul.nav-items li {
  font-size: 1.15em;
  margin-left: 0;
  margin-left: .15em;
  position: relative;
  top: 30px;
  display: inline;
  margin-right: 10px;
}

.navbar ul.nav-items li a
{
  color: rgba(255,255,255,0.65);
}

.navbar ul.nav-items li a:hover
{
  color: rgba(255,255,255,1.0);
  text-decoration: none;
}

.navbar ul.nav-items li#contact-btn {
  padding: 6px 40px 6px 20px;
  float: right;
  top: 21px;
  margin: 0px;
  padding: 0px;
}

.navbar ul.nav-items li#contact-btn a
{
  color: #102b4e;
}

.navbar .active
{
  color: rgba(255,255,255,1.0) !important;
}

.navbar .navbar-brand
{
  width: 230px;
  position: relative;
  z-index: 100;
  
  padding: 0;
  margin-left: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) 
{
  .navbar > .container .navbar-brand 
  {
    margin-right: 15px;
  }
}

.navbar .navbar-toggle,
.navbar .navbar-toggle:hover
{
  background: transparent !important;
}

.navbar-inverse .navbar-toggle
{
  border-color: rgba(255,255,255,0.65);
}

.navbar .navbar-toggle .icon-bar
{
  background: rgba(255,255,255,0.65) !important;
}

.navbar .navbar-toggle:hover .icon-bar
{
  background: rgba(255,255,255,1.0) !important;
}

.navbar .navbar-collapse li:hover a.active {
  color: #ffffff !important;
}

/*****************/
/* Call-To-Action (CTA) STYLES */
/*****************/
.cta
{
  background-color: #102b4e;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta .cta-title
{
  color: #ffffff;
  font-weight: 200;
  margin-top: 0px;
}

@media only screen and (min-width: 768px)
{
  .cta .cta-title
  {
    margin-bottom: 0;
  }

  .cta p
  {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 969px)
{
  .cta
  {
      text-align: center;
  }

  .cta form
  {
    display: inline-block;
  }
}

.cta form input,
.cta form button.btn
{
  /* -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important; */
  border-radius: 25px !important;
}

.cta form button.btn
{
  color: #ffffff;
  background-color: #ffcc32;
}

.cta form button.btn:hover,
.cta form button.btn:focus
{
  padding: 6px 12px;
  background-color: #102b4e;
}


/*****************/
/* FOOTER STYLES */
/*****************/
footer {
  position: relative;
  z-index: 10;
}
footer #footer-left {
  padding-bottom: 10px;
}
footer #footer-left ul li a {
  font-size: 12px;
}
footer #footer-left ul.footer-links {
  list-style-type: none;
  padding: 0;
}
footer #footer-left ul.footer-links li {
  display: inline;
  margin-right: 10px;
}
footer #footer-left ul.footer-links li a {
  color: #111111;
}

footer #footer-left ul.footer-links li a:hover
{
  color: #ffcc32;
  text-decoration: none;
}

footer #footer-right {
  text-align: right;
  /* Facebook */
  /* Twitter */
  /* YouTube */
  /* LinkedIn */
  /* Pinterest */
}
footer #footer-right .icon {
  display: inline-block;
  background: url("/workspaceinteriorsod/images/footer_icons.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin-left: 5px;
  position: relative;
  top: -5px;
}
footer #footer-right .icon.fb {
  background-position: -41px -248px;
}
footer #footer-right .icon.fb:hover {
  background-position: -154px -248px;
}
footer #footer-right .icon.twt {
  background-position: -41px -288px;
}
footer #footer-right .icon.twt:hover {
  background-position: -154px -288px;
}
footer #footer-right .icon.yt {
  background-position: -42px -328px;
}
footer #footer-right .icon.yt:hover {
  background-position: -155px -328px;
}
footer #footer-right .icon.lin {
  background-position: -41px -368px;
}
footer #footer-right .icon.lin:hover {
  background-position: -154px -368px;
}

footer #footer-right .icon.insta
{
  background-position: -41px -747px;
}
footer #footer-right .icon.insta:hover
{
  background-position: -154px -747px;
}

footer #footer-right .icon.pin {
  background-position: -41px -408px;
}
footer #footer-right .icon.pin:hover {
  background-position: -154px -408px;
}
/*************/
/* HOME PAGE */
/*************/
#hero.home
{
  background: #464646 url("/workspaceinteriorsod/images/bg_home.jpg") no-repeat top center fixed;
}

#hero.home-A
{
  background: #464646 url("/workspaceinteriorsod/images/bg_home-A_min.jpg") no-repeat top center fixed;
}


.home#video
{
  /* margin-bottom: -80px; */
}

/**************/
/* ABOUT PAGE */
/**************/
.about#hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_about.jpg") no-repeat center center fixed;
}
.about#experience h3 {
  font-size: 22px;
  line-height: 30px;
}
.about#experience img.icon,
.about#experience h3 {
  float: left;
  margin-right: 10px;
}
.about#experience p.clear {
  clear: both;
}
.about#experience .box {
  margin-top: 40px;
}
.about#showrooms {
  width: 100%;
  padding: 50px 0;
  background: #464646 url("/workspaceinteriorsod/images/bg_about2.jpg") no-repeat center center;
  background-size: cover !important;
}
.about#showrooms img {
  margin-top: 20px;
  border: 3px solid #ffffff;
}
.about#showrooms .container {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 40px;
}

.about#locations
{
  /* margin-bottom: -70px; */
  /*CSS3 multiple columns.*/
  /* Get em size for colums: 184/16 */
  /*remove standard list and bullet formatting from ul*/
  /* correct webkit/chrome uneven margin on the first column*/
}

.about#locations #list {
  border: 3px solid #ffcc32;
  margin-top: 10px;
  padding: 10px 20px 30px 20px;
}
.about#locations .columns
{
  -moz-column-width: 11.5em;
  /* Firefox */
  -webkit-column-width: 11.5em;
  /* webkit, Safari, Chrome */
  column-width: 11.5em;
}
.about#locations .columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.about#locations .columns ul li:first-child {
  margin-top: 0px;
}
/*****************/
/* SERVICES PAGE */
/*****************/
.services#hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_services.jpg") no-repeat top center fixed;
}
.services#icons .icon {
  margin-top: 20px;
}
.service#creative-services .hero,
#hero.creative-services
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services2.jpg") no-repeat center center;
}

.service#custom-solutions .hero,
#hero.custom-solutions
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services6.jpg") no-repeat center center;
}

.service#standards-program .hero,
#hero.standards-program
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services4.jpg") no-repeat center center;
}

.service#project-management .hero,
#hero.project-management
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services5.jpg") no-repeat center center;
}

.service#anew .hero,
#hero.anew
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services6.jpg") no-repeat center center;
}

.service#installation-services .hero,
#hero.installation-services
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services7.jpg") no-repeat center center;
}

.service#financial-services .hero,
#hero.financial-services
{
  background: #464646 url("/workspaceinteriorsod/images/bg_services8.jpg") no-repeat center center;
}

.service {
  margin-top: -80px;
  margin-bottom: -80px;
}
.service .content {
  margin-top: 40px;
  /* correct webkit/chrome uneven margin on the first column*/
}

.service .content .columns3,
.columns3
{
  -moz-column-width: 23em;
  /* Firefox */
  -webkit-column-width: 23em;
  /* webkit, Safari, Chrome */
  column-width: 23em;
}

.service .content .columns3 ul li:first-child,
.service .content .columns2 ul li:first-child {
  margin-top: 0px;
}
.service .toTop {
  top: 15px;
}

/****************/
/* MARKETS PAGE */
/****************/

/* .markets#hero
{
  background: #464646 url("/workspaceinteriorsod/images/bg_markets.jpg") no-repeat top center fixed;
} */

.markets#hero,
.markets-test-66#hero,
.markets-test-66#hero-test,
.markets-test#hero,
.markets-test#hero-test
{
  background: #464646 url("/workspaceinteriorsod/images/bg_markets_66.jpg") no-repeat top center fixed;
}

.markets#government,
.markets#legal,
.markets#education,
.markets#healthcare {
  border-top: 1px solid #ececec;
}

.markets-test-85#government,
.markets-test#legal,
.markets-test#education,
.markets-test#healthcare {
  border-top: 1px solid #ececec;
}


.markets .toTop {
  position: relative;
  top: 30px;
}

/****************/
/* Education PAGE */
/****************/
.education#hero
{
  background: #464646 url("/workspaceinteriorsod/images/education/bg_education.jpg") no-repeat top center fixed;
}

.education#environment
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/education/education-environment-hero.jpg") no-repeat top center; /* fixed */
}

.education#solutions
{
  background: #fff url("/workspaceinteriorsod/images/education/education-solutions-hero_min.jpg") no-repeat top center; /* fixed */
}

.education#lookbook 
{
  background: url("/workspaceinteriorsod/assets/Image/markets/education/bg_lookbook_roomtolearn.jpg") no-repeat center center;
  background-size: cover;
}

.education#purchasing-power
{
  background: url("/workspaceinteriorsod/images/education/education-purchase-power-hero_min.jpg") no-repeat top center;
}

.education#realworld
{
  background: url("/workspaceinteriorsod/images/education/bg_education.jpg") no-repeat center center fixed;
}


/****************/
/* Governmeny PAGE */
/****************/
.government#hero
{
  background: #464646 url("/workspaceinteriorsod/images/government/bg_govt-hero.jpg") no-repeat top center fixed;
}

.government#vision
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/government/bg_govt-vision.jpg") no-repeat top center; /* fixed */
}

.government#govt-furniture
{
  background: #fff url("/workspaceinteriorsod/images/government/bg_govt-furniture.jpg") no-repeat top center; /* fixed */
}

.government#municipalities
{
  background: url("/workspaceinteriorsod/images/government/bg_govt-municipalities.jpg") no-repeat top center;
}

.government#realworld
{
  background: url("/workspaceinteriorsod/images/government/bg_education.jpg") no-repeat center center fixed;
}


/****************/
/* MARKETS - Healthcare PAGE */
/****************/
.healthcare#hero
{
  background: #464646 url("/workspaceinteriorsod/images/healthcare/bg_healthcare.jpg") no-repeat top center fixed;
}

.healthcare#solutions
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/healthcare/healthcare-solutions-hero.jpg") no-repeat top center; /* fixed */
}

.healthcare#form-function
{
  background: url("/workspaceinteriorsod/images/healthcare/healthcare-form-hero.jpg") no-repeat top center;
}

.healthcare#form-function .img-block
{
  margin-top: 20px;
}

.healthcare#form-function .lead
{
  margin-bottom: 40px;
}

.healthcare#purchasing-power
{
  background: url("/workspaceinteriorsod/images/healthcare/healthcare-purchase-power-hero.jpg") no-repeat top center;
}

.healthcare#purchasing-power .btn
{
  margin-top: 40px;
}

.healthcare#realworld
{
  background: url("/workspaceinteriorsod/images/healthcare/healthcare-real-world-hero.jpg") no-repeat center center;
}

@media only screen and (min-width: 768px)
{
  .section-hdr-fixed
  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px)
{
  .section-hdr-fixed
  {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.healthcare .toTop
{
  position: relative;
  top: 30px;
}

.healthcare .cta
{
  margin-top: 0px !important;
}

/******************/
/* PORTFOLIO PAGE */
/******************/
.portfolio#hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_portfolio.jpg") no-repeat top center fixed;
}



/* individual portfolio page bgs
------------------------------------ */

/* lionakis */
.port-lionakis#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/lionakis/bg_lionakis.jpg") no-repeat top center fixed;
}

.port-lionakis#realworld
{
  background: url("/workspaceinteriorsod/images/portfolio/lionakis/bg_realworld.jpg") no-repeat center center;
}

/* acco */
.port-acco#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/acco/bg_acco.jpg") no-repeat top center fixed;
}

.port-acco#environment 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/acco/bg_environment.jpg") no-repeat top center;
}

.port-acco#vision 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/acco/bg_vision.jpg") no-repeat top center;
}

.port-acco#av 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/acco/bg_av.jpg") no-repeat top center;
}

.port-acco#conference 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/acco/bg_conference.jpg") no-repeat top center;
}

.port-acco#cafe 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/acco/bg_cafe.jpg") no-repeat top center;
}

.port-acco#office 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/acco/bg_office.jpg") no-repeat top center;
}

.port-acco#realworld
{
  background: url("/workspaceinteriorsod/images/portfolio/acco/bg_realworld.jpg") no-repeat center center;
}

/* baldwin school district */
.port-baldwin#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_baldwin.jpg") no-repeat top center fixed;
}

.port-baldwin#environment 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_environment.jpg") no-repeat top center;
}

.port-baldwin#seating 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_seating.jpg") no-repeat top center;
}

.port-baldwin#tools 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_tools.jpg") no-repeat top center;
}

.port-baldwin#desk 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_desk.jpg") no-repeat top center;
}

.port-baldwin#collaboration 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_collaboration.jpg") no-repeat top center;
}

.port-baldwin#realworld 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_realworld.jpg") no-repeat top center;
}

.port-baldwin#cta 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/baldwin/bg_cta.jpg") no-repeat top center;
}

.port-baldwin#examples 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/baldwin/bg_examples.jpg") no-repeat top center;
}


/* ccb */
.port-ccb#community
{
  background: url("/workspaceinteriorsod/images/portfolio/ccb/bg_community_min.jpg") no-repeat top center;
}

.port-ccb#environment
{
  background: url("/workspaceinteriorsod/images/portfolio/ccb/bg_environment_min.jpg") no-repeat top center;
}

.port-ccb#welcoming
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/ccb/bg_welcoming_min.jpg") no-repeat top center;
}

.port-ccb#empowering
{
  background: url("/workspaceinteriorsod/images/portfolio/ccb/bg_empowering_min.jpg") no-repeat top center;
}

.port-ccb#results
{
  background: url("/workspaceinteriorsod/images/portfolio/ccb/bg_ccb-exterior_min.jpg") no-repeat top center;
}

.port-ccb#results-cta
{
  background: url("https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_exterior-cta_sm.webp") no-repeat top center;
}

@media (min-width: 769px) 
{
  .port-ccb#results-cta
  {
    background: url("https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_exterior-cta.webp") no-repeat top center;
  }
}

.port-ccb#realworld
{
  background: url("/workspaceinteriorsod/images/portfolio/ccb/bg_realworld_min.jpg") no-repeat top center;
}

.port-ccb#realworld-examples
{
  background: url("https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_hallway-seating_examples_sm.webp") no-repeat top center;
}

@media (min-width: 769px) 
{
  .port-ccb#realworld-examples
  {
    background: url("https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_hallway-seating_examples.webp") no-repeat top center;
  }
}

.clackamas-county-bank-test #hero 
{
  background: #464646 url('https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_exterior_sm.webp') no-repeat fixed center top !important;
  background-size: auto 100%;
}

@media (min-width: 769px) 
{
  .clackamas-county-bank-test #hero 
  {
    background: #464646 url('https://res.cloudinary.com/dejhn29jz/image/upload/v1613677530/workspace-interiors/clackamas-bank_exterior.webp') no-repeat fixed center top !important;
  }
}


/* health resource services and national purchasing partners
.health-resource-services-and-national-purchasing-partners #hero 
{
  background: #464646 url('/workspaceinteriorsod/images/portfolio/hrs-npp/hrs-npp_00_hero.webp') no-repeat fixed center top !important;
  background-size: auto 100%;
} - uploaded as JPG since template needs a more compatible format for OpenGraph */

.port-hrsnpp#realworld-examples
{
  background: url("/workspaceinteriorsod/images/portfolio/hrs-npp/hrs-npp_00_hero.jpg") no-repeat top center;
}


/* ctca */
.port-ctca#furnishing
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-furnishing.jpg") no-repeat top center;
}

.port-ctca#partnership
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-partnership.jpg") no-repeat top center;
}

.port-ctca#support
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-support.jpg") no-repeat top center;
}

.port-ctca#fit
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-fit.jpg") no-repeat top center;
}

.port-ctca#results
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-results.jpg") no-repeat top center;
}

.port-ctca#realworld
{
  background: url("/workspaceinteriorsod/images/portfolio/ctca/ctca-realworld.jpg") no-repeat top center;
}


/* centuri construction co */
.port-centuri#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/centuri/bg_centuri.jpg") no-repeat top center fixed;
}

.port-centuri#challenge 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_challenge.jpg") no-repeat top center;
}

.port-centuri#productivity 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_productivity.jpg") no-repeat top center;
}

.port-centuri#configuration 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_configuration.jpg") no-repeat top center;
}

.port-centuri#transitioning 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_transitioning.jpg") no-repeat top center;
}

.port-centuri#floorplan 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_floorplan.jpg") no-repeat top center;
}

.port-centuri#examples 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/centuri/bg_examples.jpg") no-repeat top center;
}



/* satellite healhcare */
.port-satellite#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/satellite/bg_satellite.jpg") no-repeat top center fixed;
}

.port-satellite#environment 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/satellite/bg_environment.jpg") no-repeat top center;
}

.port-satellite#furniture 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/satellite/bg_furniture.jpg") no-repeat top center;
}

.port-satellite#furniture-2 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/satellite/bg_furniture-2.jpg") no-repeat top center;
}

.port-satellite#workrooms 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/satellite/bg_workrooms.jpg") no-repeat top center;
}

.port-satellite#cta 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/satellite/bg_cta.jpg") no-repeat top center;
}

.port-satellite#examples 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/satellite/bg_examples.jpg") no-repeat top center;
}



/* del lago healhcare */
.port-del-lago#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_del-lago.jpg") no-repeat top center fixed;
}

.port-del-lago#seating 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_seating.jpg") no-repeat top center;
}

.port-del-lago#seating-2 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_seating-2.jpg") no-repeat top center;
}

.port-del-lago#seating-3 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_seating-3.jpg") no-repeat top center;
}

.port-del-lago#furniture 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_furniture.jpg") no-repeat top center;
}

.port-del-lago#reception 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_reception.jpg") no-repeat top center;
}

.port-del-lago#environment 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_environment.jpg") no-repeat top center;
}

.port-del-lago#cta 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/del-lago/bg_cta.jpg") no-repeat top center;
}

.port-del-lago#examples 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/del-lago/bg_examples.jpg") no-repeat top center;
}



/* swedish medical group */
.port-swedish#hero
{
  background: #464646 url("/workspaceinteriorsod/images/portfolio/swedish/bg_swedish.jpg") no-repeat top center fixed;
}

.port-swedish#lobby 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/swedish/bg_lobby.jpg") no-repeat top center;
}

.port-swedish#meeting-space 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/swedish/bg_meeting-space.jpg") no-repeat top center;
}

.port-swedish#waiting-area 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/swedish/bg_waiting-area.jpg") no-repeat top center;
}

.port-swedish#cta 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/swedish/bg_cta.jpg") no-repeat top center;
}

.port-swedish#examples 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/swedish/bg_examples.jpg") no-repeat top center;
}

/* TJ Health */
.port-tj#vendors 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/tj-health/bg-vendors.jpg") no-repeat top center;
}

.port-tj#waiting 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/tj-health/bg-waiting.jpg") no-repeat top center;
}

.port-tj#quality 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/tj-health/bg-quality.jpg") no-repeat top center;
}

.port-tj#cafe 
{
  background: #E0E0E0 url("/workspaceinteriorsod/images/portfolio/tj-health/bg-cafe.jpg") no-repeat top center;
}

.port-tj#building 
{
  background: #ffffff url("/workspaceinteriorsod/images/portfolio/tj-health/bg-building.jpg") no-repeat top center;
}




/* .portfolio#casestudies
{
  margin-bottom: -80px;
} */

.portfolio#casestudies img {
  margin-top: 20px;
}
.portfolio#casestudies .casestudy .hovereffect,
.portfolio#casestudies .casestudy-full .hovereffect {
  width: 100%;
  height: 100%;
  float: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.portfolio#casestudies .casestudy .hovereffect .overlay,
.portfolio#casestudies .casestudy-full .hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  min-height: 25%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.portfolio#casestudies .casestudy .hovereffect .overlay .content h5,
.portfolio#casestudies .casestudy-full .hovereffect .overlay .content h5 {
  margin-top: -5px;
}
.portfolio#casestudies .casestudy .hovereffect .overlay .content p,
.portfolio#casestudies .casestudy-full .hovereffect .overlay .content p {
  margin-top: -10px;
}
.portfolio#casestudies .casestudy .hovereffect:hover .overlay,
.portfolio#casestudies .casestudy-full .hovereffect:hover .overlay,
.portfolio#casestudies .casestudy .hovereffect:hover h5,
.portfolio#casestudies .casestudy-full .hovereffect:hover h5,
.portfolio#casestudies .casestudy .hovereffect:hover a,
.portfolio#casestudies .casestudy-full .hovereffect:hover a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio#casestudies .casestudy-full {
  text-align: left;
}
.portfolio#casestudies .casestudy-full .hovereffect {
  max-height: 400px;
}
.portfolio#casestudies .casestudy-full .hovereffect .main-img {
  position: relative;
  top: -200px;
}

/*****************/
/* PRODUCTS PAGE */
/*****************/
.products#hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_products.jpg") no-repeat top center fixed;
}
.products#suppliers {
  background: #ececec;
  /*CSS3 multiple columns.*/
  /* Get em size for colums: 184/16 */
  /*remove standard list and bullet formatting from ul*/
  /* correct webkit/chrome uneven margin on the first column*/
}
.products#suppliers #list {
  background: #f6f6f6;
  border: 3px solid #ffcc32;
  padding: 10px 20px 30px 20px;
}
.products#suppliers .columns
{
  -moz-column-width: 12em; /* 11.5 */
  /* Firefox */
  -webkit-column-width: 12em; /* 11.5 */
  /* webkit, Safari, Chrome */
  column-width: 12em; /* 11.5 */
}
.products#suppliers .columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products#suppliers .columns ul li:first-child {
  margin-top: 0px;
}
.products#gallery {
  background: #ececec url("/workspaceinteriorsod/images/bg_products2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 800px;
}
.products#gallery .h1 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
.products#gallery a.gallery {
  background: #ffcc32;
  color: #102b4e;
  padding: 5px 10px;
  position: relative;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  z-index: 1000;
}
.products#gallery a.gallery:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.products#gallery div a.gallery {
  margin-left: 15px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.products#gallery div.gallery {
  margin-bottom: 10px;
  margin-top: 10px;
}
.products#videos {
  border-top: 5px solid #ffffff;
  background: #464646 url("/workspaceinteriorsod/images/bg_products3.jpg") no-repeat top center;
  background-size: cover;
}
.products#videos .container {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 40px;
}
.products#videos .container p.intro {
  margin-bottom: 25px;
}
/******************/
/* RESOURCES PAGE */
/******************/
.resources#hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_resources.jpg") no-repeat top center fixed;
}
.resources#workplace-glossary .toTop.white,
.resources#space-to-imagine .toTop.white {
  top: 30px;
}
.resources#down-to-business {
  background: #ececec;
}
.resources#down-to-business img {
  max-height: 500px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.resources#space-to-imagine {
  background: #464646 url("/workspaceinteriorsod/images/bg_resources2.jpg") no-repeat center center;
  background-size: cover !important;
}
.resources#workplace-glossary {
  background: #464646 url("/workspaceinteriorsod/images/bg_resources3.jpg") no-repeat center center;
  background-size: cover !important;
}
#accordion h3 {
  padding: 10px 30px;
  margin: 0;
  margin-top: 20px;
  background: #102b4e;
  color: #ffffff;
}
#accordion div {
  padding: 30px 30px 20px 30px;
  margin: 0;
  background: #ececec;
}

/*****************/
/* blog PAGE */
/*****************/
.blog#hero
{
  background: #464646 url("/workspaceinteriorsod/images/bg_blog.jpg") no-repeat top center fixed;
}

section#blog-item-filter
{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EFEFEF;
  text-align: center;
  font-size: 1.25rem;
}

section#blog-item-filter form
{
  display: inline-block;
}

section#blog-item-filter label
{
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: normal;
  color: #555555;
}

#blog-filter-select
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
  copy
}

section.blog#blog-items
{
  padding-bottom: 50px;
}

.blog-item
{
  margin-bottom: 30px;
}

.blog-item .blog-item-title
{
  font-size: 24px;
}

.blog-item .blog-item-blurb
{
  font-size: 14px;
}

/*****************/
/* blog item PAGE (individual blog post) */
/*****************/
.blog-item-date
{
  text-transform: uppercase;
  color: #777777;
}

.blog-item-categories
{
  text-transform: uppercase;
  color: #777777;
}

.blog-item-categories a
{
  color: #D71A00;
}

.blog-item-categories a:hover,
.blog-item-categories a:focus
{
  text-decoration: underline;
}

/****************/
/* CONTACT PAGE */
/****************/
.contact.hero {
  background: #464646 url("/workspaceinteriorsod/images/bg_contact.jpg") no-repeat top center fixed;
  margin: 0;
  padding: 0;
  background-size: cover !important;
}
.contact .container {
  position: relative;
  top: 50px;
  margin-bottom: 70px !important;
  /* Email */
  /* Phone */
}
.contact .container hr {
  border: 1px solid #ececec;
  margin: 20px 15px !important;
}
.contact .container p,
.contact .container h1,
.contact .container h3,
.contact .container div {
  text-align: left;
}
.contact .container h1 {
  margin-left: 10px;
}
.contact .container input[type=text] {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.contact .container input#state,
.contact .container input#zip {
  position: relative;
  left: -15px;
  width: calc(115%);
}
.contact .container input#zip {
  left: -5px;
}
.contact .container input[type=radio],
.contact .container input[type=checkbox] {
  margin-right: 5px;
}
.contact .container textarea {
  width: 100%;
  height: 100px;
}
.contact .container a.btn {
  position: relative;
  top: 20px;
}
.contact .container .icon {
  display: block;
  background: url("/workspaceinteriorsod/images/contact_icons.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
  text-decoration: none;
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.contact .container .icon.email {
  background-position: -38px -70px;
}
.contact .container .icon.email:hover {
  background-position: -152px -70px;
}
.contact .container .icon.phone {
  background-position: -37px -12px;
}
.contact .container .icon.phone:hover {
  background-position: -151px -12px;
}
/***************/
/* 15-COL HACK */
/***************/
/* From: http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* @media only screen and (max-width: 991px)
{
  footer
  {
    margin-bottom: 20px;
  }

  footer #footer-left
  {
    text-align: center;
    margin: auto;
  }

  footer #footer-right {
    text-align: center;
  }
} */

@media only screen and (max-width: 991px)
{
  footer {
    margin-bottom: 20px;
  }
  footer #footer-left {
    text-align: center;
    margin: auto;
  }
  footer #footer-right {
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px)
{
  .casestudy-full .hovereffect .main-img {
    top: 0px !important;
  }
  .products#gallery a.gallery {
    left: 0px;
    margin: 0;
    margin-top: 100px;
  }
}

/* EXTRA SMALL BREAKPOINT */
/* SMALL BREAKPOINT */
@media only screen and (min-width: 768px)
{
  .navbar-collapse {
    position: relative;
    left: -15px;
  }

  .hero .container
  {
    margin: 10% auto;
  }
  
  .markets#government,
  .markets-test-85#government,
  #hero.government-markets
  {
    background: url("/workspaceinteriorsod/images/bg_markets2_85.jpg") no-repeat center right;
    background-size: auto 100%;
    background-position: left 0px center;
  }

  .markets#legal,
  .markets-test#legal,
  #hero.legal-markets
  {
    background: url("/workspaceinteriorsod/images/bg_markets3.jpg") no-repeat center right;
    background-size: auto 100%;
    background-position: right 0px center;
  }

  .markets#education,
  .markets-test#education,
  #hero.education-markets
  {
    background: url("/workspaceinteriorsod/images/bg_markets4.jpg") no-repeat center right;
    background-size: auto 100%;
    background-position: left 0px center;
  }

  .markets#healthcare,
  .markets-test#healthcare,
  #hero.healthcare-markets
  {
    background: url("/workspaceinteriorsod/images/bg_markets5.jpg") no-repeat center right;
    background-size: auto 100%;
    background-position: right 0px center;
  }

  .casestudy-full .hovereffect .main-img {
    top: -75px !important;
  }

  .portfolio .content h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.57 !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .portfolio .content p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.57 !important;
    font-size: 12px !important;
  }
  .products#gallery .gallery1 {
    top: 215px;
    left: -50px;
  }
  .products#gallery .gallery2 {
    top: 50px;
    left: -80px;
  }
  .products#gallery .gallery3 {
    top: 80px;
    left: -110px;
  }
  .products#gallery .gallery4 {
    top: 100px;
  }
  .products#gallery .gallery5 {
    top: 210px;
    left: 30px;
  }
  .products#gallery .gallery6 {
    top: 220px;
  }
  .products#gallery .gallery7 {
    top: 90px;
    left: -30px;
  }
  .contact .container {
    top: 30px !important;
    margin-bottom: 80px !important;
  }
}

/* MEDIUM BREAKPOINT */
@media only screen and (min-width: 992px)
{
  .hidden-md-up {
    display: none;
  }

  .contact-btn {
    border: 1px solid green;
  }

  /* #hero .container
  {
    margin-left: 16.66666667%;
  } */

  .markets#government,
  .markets#legal,
  .markets#education,
  .markets#healthcare
  {
    background-size: contain;
  }

  .casestudy-full .hovereffect .main-img {
    top: -190px !important;
  }
  .portfolio .content h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.57 !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .portfolio .content p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.57 !important;
  }
  .contact .container {
    top: 20px !important;
    margin-bottom: 80px !important;
  }
}

/* 1199px */
@media (max-width: 1199px)
{
  /* CHANGE THE BREAKPOINT FOR THE COLLAPSED MENU */
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    border: 0;
    position: relative;
    top: 15px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }

  nav #navbar
  {
    padding: 0;
    margin: 0;
    position: relative;
    top: 7px;
    width: 250px;
    float: right;
    /* border: 1px solid #ececec; */
    border-top: 0px;
    background: rgba(16,43,78,0.9);
    max-height: 100%; /* override BS */
    z-index: 100;
  }

  nav #navbar .nav-items 
  {
    margin-bottom: 0;
  }

  nav #navbar .nav-items li
  {
    background: transparent;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  /* show bottom border on displayed contact link parent */
  nav #navbar .nav-items li:not(:last-child)
  {
    border-bottom: 1px solid #102b4e !important;
  }

  nav #navbar .nav-items li > a
  {
    padding: 10px 20px;
    display: block;
  }

  nav #navbar .nav-items li#about
  {
    border: 0px;
  }

  nav #navbar .nav-items li a:hover
  {
    background: #102b4e;
    color: #ffffff;
  }

  /* nav #navbar .nav-items li a:hover
  {
    color: #ffffff;
  } */

  /* nav #navbar .nav-items li:hover .active a
  {
    color: #ffffff;
  } */

  nav #navbar .nav-items .active a
  {
    color: #ffffff;
  }

  nav #navbar .nav-items li.active a:hover
  {
    color: #ffffff;
  }
}

/* LARGE BREAKPOINT */
@media only screen and (min-width: 1200px)
{
  /* #hero .container
  {
    margin-left: 25%;
  } */

  #navbar .nav-items li a:hover
  {
    color: rgba(255,255,255,1.0) !important;
  }

  #navbar .nav-items li#contact-btn a:hover
  {
    color: #ffcc32 !important;
  }

  .contact .container
  {
    top: 20px !important;
    margin-bottom: 80px !important;
  }
}

/* Animate the hamburger */
.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.brclear
{
  clear: both;
}


/* spacing utilities */
.pl-4 
{
  padding-left: 1.5rem;
}

.mt-0 
{
  margin-top: 0;
}

.mr-4 
{
  margin-right: 1.5rem !important;
}

.mr-5 
{
  margin-right: 3rem !important;
}

.mb-3 
{
  margin-bottom: 1rem;
}

/* .mb-4 
{
  margin-bottom: 1.5rem;
} */
 
.mb-4 
{
  margin-bottom: calc( var(--spacer) * 1.5);
}

/* .mb-5
{
  margin-bottom: 3rem;
} */

.mb-5 
{
  margin-bottom: calc( var(--spacer) * 3);
}

.ml-4 
{
  margin-left: 1.5rem !important;
}

.ml-5 
{
  margin-left: 3rem !important;
}

@media (min-width: 576px)
{ 
  .mb-sm-0 
  {
    margin-bottom: 0 !important;
  }

  .mr-sm-0 
  {
    margin-right: 0 !important;
  }

  .mr-sm-4 
  {
    margin-right: 1.5rem !important;
  }

  .mr-sm-5 
  {
    margin-right: 3rem !important;
  }

  .ml-sm-4 
  {
    margin-left: 1.5rem !important;
  }

  .ml-sm-5 
  {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px)
{ 
  .mt-md-5 
  {
    margin-top: 3rem !important;
  }
  
  .mt-md-0 
  {
    margin-top: 0px !important;
  }
  
  .mb-md-4 
  {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-md-5 
  {
    margin-bottom: 3rem !important;
  }
  
  .mb-md-0 
  {
    margin-bottom: 0px !important;
  }

  .mr-md-0 
  {
    margin-right: 0px !important;
  }

  .mr-md-4 
  {
    margin-right: 1.5rem !important;
  }

  .mr-md-5 
  {
    margin-right: 3rem !important;
  }

  .ml-md-4 
  {
    margin-left: 1.5rem !important;
  }

  .ml-md-5 
  {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px)
{ 
  .mr-lg-0 
  {
    margin-right: 0 !important;
  }
  
  .mb-lg-0 
  {
    margin-bottom: 0 !important;
  }
  
  .mb-lg-5 
  {
    margin-bottom: calc( var(--spacer) * 3) !important;
  }

  .ml-lg-5 
  {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px)
{
  .ml-xl-5 
  {
    margin-left: 3rem !important;
  }
}

/* fix for EKKO LIGHTBOX plugin on IE11 
  via: https://github.com/ashleydw/lightbox/issues/277
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  /* IE10+ CSS */
  .ekko-lightbox .modal-dialog
  {
    flex: 100%!important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -ms-overflow-style: none;
  }
}

.dont-break-out
{
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.embed-container 
{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}