/**
 * Klavika
 */
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicLight.eot');
  src: url('../fonts/KlavikaWebBasicLight.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicLightItalic.eot');
  src: url('../fonts/KlavikaWebBasicLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicRegular.eot');
  src: url('../fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicRegularItalic.eot');
  src: url('../fonts/KlavikaWebBasicRegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicRegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicMedium.eot');
  src: url('../fonts/KlavikaWebBasicMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicMediumItalic.eot');
  src: url('../fonts/KlavikaWebBasicMediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicBold.eot');
  src: url('../fonts/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicBoldItalic.eot');
  src: url('../fonts/KlavikaWebBasicBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlavikaWebBasicBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
/**
 * Global style resets
 */
body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}
body,
input,
textarea,
select,
button {
  font-family: 'Klavika', sans-serif;
  font-size: 12pt;
  color: #3d3935;
}
a:link {
  text-decoration: none;
}
a:link,
a:visited {
  color: inherit;
}
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
a img {
  border-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0px;
}
ul,
ol,
dl {
  margin: 0px;
}
ul {
  padding: 0px;
  list-style: none;
}
dd {
  margin-left: 0px;
}
table {
  width: 100%;
  border-spacing: 0px;
}
table th,
table td {
  padding: 0px;
}
table th {
  text-align: left;
  font-weight: normal;
}
/**
 * Assets
 */
/* Logos */
.building-queensland-logo {
  display: inline-block;
  width: 145px;
  height: 63px;
  text-indent: -100000px;
  background: url(../img/Building-Queensland-logo.png) center center no-repeat;
  background-size: contain;
}
.building-queensland-logo.large {
  width: 176px;
  height: 77px;
}
.building-queensland-logo.colour {
  background: url(../img/Building-Queensland-logo-colour.png) center center no-repeat;
  background-size: contain;
}
/* Icons */
.icon {
  display: inline-block;
  text-indent: -100000px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
}
.icon.email {
  width: 29px;
  height: 18px;
  background-position: 0px 0px;
}
.icon.pdf {
  width: 31px;
  height: 31px;
  background: url(../img/pdf-icon.png) center center;
}
/* Text */
.copy {
  line-height: 1.3;
}
.copy p,
.copy ul {
  margin: 1em 0px;
}
.copy p:first-child,
.copy ul:first-child {
  margin-top: 0px;
}
.copy p:last-child,
.copy ul:last-child {
  margin-bottom: 0px;
}
.copy p a:link,
.copy ul a:link,
.copy p a:visited,
.copy ul a:visited {
  color: #de7c00;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  text-transform: uppercase;
}
h1 .copy,
h2 .copy,
h3 .copy,
h4 .copy,
h5 .copy,
h6 .copy,
.title .copy {
  text-transform: none;
}
h3 {
  margin-bottom: 0.7em;
  position: relative;
  padding-bottom: 10px;
  font-size: 22.5pt;
  font-weight: 300;
}
h3 b,
h3 strong {
  font-weight: 300;
}
@media only screen and (max-width: 40em) {
  h3 {
    font-size: 17.25pt;
  }
}
hr {
  margin: 30px 0px;
  border-style: none;
  border-top: solid 1px #e8e8e8;
}
/* Buttons */
button {
  margin: 0px;
  padding: 0px;
  border-style: none;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
.btn,
.copy p a.btn {
  position: relative;
  display: block;
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
  font-size: 12pt;
  font-weight: 700;
  background-color: #e8e8e8;
  max-width: 270px;
  color: #3d3935;
  text-decoration: none;
  margin: 1em 0 1.5em;
}
.btn:after,
.copy p a.btn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 7px;
  height: 7px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #3d3935;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.btn:hover,
.copy p a.btn:hover {
  color: #fff;
  background-color: #de7c00;
  -webkit-font-smoothing: antialiased;
}
.btn:hover:after,
.copy p a.btn:hover:after {
  border-color: #fff;
}
@media only screen and (max-width: 63em) {
  .btn,
  .copy p a.btn {
    font-size: 11.25pt;
    max-width: 170px;
  }
}
/* Pipeline assets */
.sector-control {
  display: block;
  width: 70px;
  height: 96px;
  text-indent: -100000px;
  background-image: url(../img/pipeline/sector-controls.png);
  background-repeat: no-repeat;
}
.sector-control.disabled {
  opacity: 0.3;
  cursor: default;
}
.sector-control.justice {
  width: 90px;
  height: 100px;
  background-position: 0px -97px;
}
.sector-control.social-housing {
  background-position: -42px 0px;
}
.sector-control.health-ict {
  background-position: -84px -97px;
}
.sector-control.water {
  background-position: -130px 0px;
}
.sector-control.health-built {
  background-position: -168px -97px;
}
.sector-control.digital {
  background-position: -210px 0px;
}
.sector-control.arts {
  background-position: -252px -97px;
  width: 90px;
}
.sector-control.education {
  width: 73px;
  background-position: -294px 0px;
}
.sector-control.transport-road {
  width: 78px;
  background-position: -335px -97px;
}
.sector-control.transport-ports {
  width: 78px;
  background-position: -376px 0px;
}
.sector-control.transport-rail {
  width: 80px;
  background-position: -422px -97px;
}
.sector-control.energy {
  background-position: -464px 0px;
}
.sector-control.active.justice {
  background-position: 0px -296px;
}
.sector-control.active.social-housing {
  background-position: -42px -200px;
}
.sector-control.active.health-ict {
  background-position: -84px -296px;
}
.sector-control.active.water {
  background-position: -130px -199px;
}
.sector-control.active.health-built {
  background-position: -168px -296px;
}
.sector-control.active.digital {
  background-position: -210px -199px;
}
.sector-control.active.arts {
  background-position: -252px -296px;
}
.sector-control.active.education {
  background-position: -294px -200px;
}
.sector-control.active.transport-road {
  background-position: -335px -296px;
}
.sector-control.active.transport-ports {
  background-position: -376px -199px;
}
.sector-control.active.transport-rail {
  background-position: -422px -296px;
}
.sector-control.active.energy {
  background-position: -464px -199px;
}
.sector-controls {
  position: relative;
  width: 524px;
}
.sector-controls .sector-control {
  position: absolute;
}
.sector-controls .sector-control.justice,
.sector-controls .sector-control.health-ict,
.sector-controls .sector-control.health-built,
.sector-controls .sector-control.arts,
.sector-controls .sector-control.transport-road,
.sector-controls .sector-control.transport-rail {
  top: 67px;
}
.sector-controls .sector-control.social-housing,
.sector-controls .sector-control.water,
.sector-controls .sector-control.digital,
.sector-controls .sector-control.education,
.sector-controls .sector-control.transport-ports,
.sector-controls .sector-control.energy {
  top: 0px;
}
.sector-controls .sector-control.justice {
  left: 0px;
}
.sector-controls .sector-control.social-housing {
  left: 42px;
}
.sector-controls .sector-control.health-ict {
  left: 84px;
}
.sector-controls .sector-control.water {
  left: 130px;
}
.sector-controls .sector-control.health-built {
  left: 168px;
}
.sector-controls .sector-control.digital {
  left: 210px;
}
.sector-controls .sector-control.arts {
  left: 252px;
}
.sector-controls .sector-control.education {
  left: 294px;
}
.sector-controls .sector-control.transport-road {
  left: 335px;
}
.sector-controls .sector-control.transport-ports {
  left: 376px;
}
.sector-controls .sector-control.transport-rail {
  left: 420px;
}
.sector-controls .sector-control.energy {
  left: 462px;
}
.clear-button {
  display: block;
  width: 190px;
  height: 41px;
  text-indent: -100000px;
  background: url(../img/pipeline/clear-btn.png) center center no-repeat;
}
.sector-icon {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -100000px;
  background-image: url(../img/pipeline/sector-icons.png);
  background-repeat: no-repeat;
}
.sector-icon.justice {
  background-position: 0px -120px;
}
.sector-icon.social-housing {
  background-position: -60px 0px;
}
.sector-icon.health-ict {
  background-position: -120px 0px;
}
.sector-icon.water {
  background-position: 0px -60px;
}
.sector-icon.health-built {
  background-position: -120px -180px;
}
.sector-icon.digital {
  background-position: -120px -60px;
}
.sector-icon.arts {
  background-position: 0px 0px;
}
.sector-icon.education {
  background-position: -60px -60px;
}
.sector-icon.transport-road {
  background-position: -120px -120px;
}
.sector-icon.transport-ports {
  background-position: 0px -180px;
}
.sector-icon.transport-rail {
  background-position: -60px -180px;
}
.sector-icon.energy {
  background-position: -59px 0px;
}
.rotator-control {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -100000px;
  background-image: url(../img/pipeline/arrows.png);
  background-repeat: no-repeat;
}
.rotator-control.previous {
  background-position: 0px 0px;
}
.rotator-control.next {
  background-position: -18px 0px;
}
.more-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-indent: -100000px;
  background: url(../img/pipeline/more-icon.png) center center no-repeat;
}
.close-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-indent: -100000px;
  background: url(../img/pipeline/close-icon.png) center center no-repeat;
}
/**
 * Template
 */
/* Layout */
/**
 * Template
 */
/* Layout */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin: 0 auto;
  max-width: 76.5rem;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 63em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 78.75em) {
  .x-lg-hidden {
    display: none !important;
  }
  .x-lg-visible {
    display: block !important;
  }
  .x-lg-visible-inline {
    display: inline-block !important;
  }
}
/**
 * Header
 */
#header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 170px;
  border-bottom: solid 1px #e8e8e8;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -o-transition: height 300ms;
  -ms-transition: height 300ms;
  transition: height 300ms;
}
#header .wrapper,
#header .row,
#header .row .column,
#header nav,
#header nav ul,
#header nav ul li {
  height: 100%;
}
#header .logo {
  display: table;
  height: 100%;
}
#header .logo .inner {
  display: table-cell;
  vertical-align: middle;
}
#header .building-queensland-logo {
  -webkit-transition: width 300ms, height 300ms;
  -moz-transition: width 300ms, height 300ms;
  -o-transition: width 300ms, height 300ms;
  -ms-transition: width 300ms, height 300ms;
  transition: width 300ms, height 300ms;
}
#header .building-queensland-logo,
#header .building-queensland-logo a {
  display: block;
}
#header .building-queensland-logo a {
  width: 100%;
  height: 100%;
}
#header nav ul,
#header nav li {
  display: inline-block;
}
#header nav ul ul,
#header nav li ul {
  display: none;
}
#header nav span {
  display: table;
  height: 100%;
  border-bottom: solid 4px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -ms-transition: color 200ms;
  transition: color 200ms;
}
#header nav span a {
  color: #3d3935;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11.25pt;
}
#header nav span a:hover {
  color: #de7c00;
}
#header nav > ul > li.current-menu-item > span,
#header nav > ul > li.current-menu-ancestor > span {
  border-bottom-color: #de7c00;
}
#header nav .sf-menu {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header nav .sf-menu li {
  position: relative;
  white-space: nowrap;
}
#header nav .sf-menu li:hover > ul,
#header nav .sf-menu li .sfHover > ul {
  display: block;
  background: #e8e8e8;
}
#header nav .sf-menu li:hover > a,
#header nav .sf-menu li .sfHover > a {
  color: #000;
}
#header nav .sf-menu > li.dropdown > span > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 15px;
  margin-left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #c6c6c6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#header nav .sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 0;
  margin-top: 1px;
  min-width: 12em;
  max-width: 12em;
  height: auto;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
}
#header nav .sf-menu ul li {
  background: #fff;
  height: auto;
  display: block;
  text-align: left;
}
#header nav .sf-menu ul li span {
  display: block;
  border: 0;
}
#header nav .sf-menu ul li span a {
  padding: 12px 20px;
  height: auto;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
#header nav .sf-menu ul li span a:hover {
  background: #de7c00;
  color: #fff;
}
#header nav .sf-menu ul ul {
  top: 0;
  left: 100%;
}
#header nav.primary {
  text-align: center;
}
#header nav.primary > ul > li > span > a {
  padding: 0px 10px;
  font-size: 12pt;
  font-weight: 500;
}
@media only screen and (max-width: 78.75em) {
  #header nav.primary {
    display: none;
  }
}
#header nav.secondary {
  text-align: right;
}
#header nav.secondary > ul > li > span > a {
  padding: 0px 10px;
  font-size: 11.25pt;
  font-weight: 400;
}
@media only screen and (max-width: 78.75em) {
  #header nav.secondary {
    display: none;
  }
}
@media only screen and (max-width: 78.75em) {
  #header .desktop-primary,
  #header .desktop-secondary {
    display: none;
  }
}
#header.small {
  height: 96px;
}
#header.small .building-queensland-logo {
  width: 145px;
  height: 63px;
}
@media only screen and (max-width: 63em) {
  #header {
    height: 80px;
  }
  #header .building-queensland-logo {
    width: 145px;
    height: 63px;
  }
  #header.small {
    height: 80px;
  }
  #header.small .building-queensland-logo {
    width: 145px;
    height: 63px;
  }
}
#mobile-menu-toggle {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 45px;
  right: 0;
  z-index: 500;
  -webkit-transition: top 300ms;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -ms-transition: top 300ms;
  transition: top 300ms;
}
@media only screen and (max-width: 78.75em) {
  #mobile-menu-toggle {
    display: block;
  }
}
#mobile-menu-toggle .c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
#mobile-menu-toggle .c-hamburger:focus {
  outline: none;
}
#mobile-menu-toggle .c-hamburger span {
  display: block;
  position: absolute;
  top: 36px;
  left: 20px;
  right: 20px;
  height: 9px;
  background: #3d3935;
}
#mobile-menu-toggle .c-hamburger span::before,
#mobile-menu-toggle .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #3d3935;
  content: "";
}
#mobile-menu-toggle .c-hamburger span::before {
  top: -12px;
}
#mobile-menu-toggle .c-hamburger span::after {
  bottom: -12px;
}
#mobile-menu-toggle .c-hamburger span {
  transition: background 0s 0.3s;
}
#mobile-menu-toggle .c-hamburger span::before,
#mobile-menu-toggle .c-hamburger span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
#mobile-menu-toggle .c-hamburger span::before {
  transition-property: top, transform;
}
#mobile-menu-toggle .c-hamburger span::after {
  transition-property: bottom, transform;
}
#mobile-menu-toggle .c-hamburger.is-active span {
  background: none;
}
#mobile-menu-toggle .c-hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
#mobile-menu-toggle .c-hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#mobile-menu-toggle .c-hamburger.is-active span::before,
#mobile-menu-toggle .c-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
}
#mobile-menu-toggle.small {
  top: 8px;
}
@media only screen and (max-width: 63em) {
  #mobile-menu-toggle {
    top: 0;
  }
  #mobile-menu-toggle.small {
    top: 0;
  }
}
#mobile-menu {
  display: none;
  position: fixed;
  width: 300px;
  right: -300px;
  padding-top: 170px;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  z-index: 99;
  overflow-y: scroll;
  -webkit-transition: padding-top 300ms, right 300ms;
  -moz-transition: padding-top 300ms, right 300ms;
  -o-transition: padding-top 300ms, right 300ms;
  -ms-transition: padding-top 300ms, right 300ms;
  transition: padding-top 300ms, right 300ms;
}
#mobile-menu a {
  text-transform: uppercase;
}
@media only screen and (max-width: 78.75em) {
  #mobile-menu {
    display: block;
  }
  #mobile-menu.is-active {
    right: 0;
  }
}
#mobile-menu.small {
  padding-top: 96px;
}
@media only screen and (max-width: 63em) {
  #mobile-menu {
    padding-top: 80px;
  }
  #mobile-menu.small {
    padding-top: 80px;
  }
}
#mobile-menu .mobile-search {
  border-bottom: 1px solid #e8e8e8;
}
#mobile-menu .mobile-search fieldset {
  position: relative;
  padding: 5px 5px 5px 30px;
  border: 0;
  background: #f4f4f4;
  margin: 0;
}
#mobile-menu .mobile-search fieldset:before {
  width: 14px;
  height: 14px;
  border: 3px solid #3d3935;
  background: transparent;
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#mobile-menu .mobile-search fieldset:after {
  width: 3px;
  height: 6px;
  margin-top: 0;
  content: "";
  border: 2px solid #3d3935;
  position: absolute;
  top: 20px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu .mobile-search fieldset input {
  width: 100%;
  padding: 3px 8px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#mobile-menu nav ul li span {
  display: block;
}
#mobile-menu nav ul li span a {
  display: block;
  padding: 10px 14px;
  font-size: 13.5pt;
  font-weight: 400;
  border-bottom: 1px solid #e8e8e8;
}
#mobile-menu nav ul li span a:hover {
  background: #de7c00;
  color: #fff;
}
#mobile-menu nav ul li ul {
  display: none;
}
#mobile-menu nav ul li ul span a {
  font-size: 12pt;
  font-weight: 400;
  padding: 8px 30px;
}
#mobile-menu nav ul li.is-active ul {
  display: block;
}
#mobile-menu nav.primary a {
  font-weight: 700;
}
#mobile-menu nav.primary ul li ul a {
  font-weight: 400;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding-right: 30px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 60px;
}
/**
 * Footer
 */
#footer {
  background-color: #f4f4f4;
}
#footer #menu-item-1197,
#footer #menu-item-1056 {
  background-image: url(../img/in-logo.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 38px;
}
#footer .top {
  height: 300px;
}
@media only screen and (max-width: 63em) {
  #footer .top {
    height: auto;
  }
}
#footer .logo {
  padding: 40px 0;
}
@media only screen and (max-width: 63em) {
  #footer .logo {
    padding: 20px 0;
  }
}
#footer .links {
  padding: 60px 0;
  line-height: 1.5;
  font-size: 12pt;
  text-transform: uppercase;
}
@media only screen and (max-width: 63em) {
  #footer .links {
    padding: 0 0 20px 0;
  }
}
#footer .legal {
  position: relative;
  font-size: 0px;
}
#footer .legal .copyright,
#footer .legal ul,
#footer .legal ul li {
  display: inline-block;
}
#footer .legal .copyright,
#footer .legal ul li {
  line-height: 3.75;
  font-size: 12pt;
}
@media only screen and (max-width: 63em) {
  #footer .legal .copyright,
  #footer .legal ul li {
    font-size: 9.75pt;
  }
}
#footer .legal .copyright {
  font-style: italic;
}
#footer .legal ul li {
  margin-left: 25px;
  text-transform: uppercase;
}
/**
 * Page header
 */
#page-header {
  position: relative;
}
#page-header .top {
  padding-top: 190px;
  background: #3d3935 url(../img/header-bg.png) center -60px repeat-x;
}
#page-header .top .row {
  position: relative;
  bottom: -40px;
}
#page-header .title {
  position: relative;
  color: #000;
  padding-left: 0;
}
#page-header .title .inner {
  padding: 37px 35px 37px 1.125rem;
  background-color: #de7c00;
}
#page-header .title .inner h2 {
  font-size: 30pt;
  font-weight: 300;
  line-height: 1;
}
#page-header .title .inner .copy {
  position: relative;
  padding-top: 25px;
}
#page-header .title .inner:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 10000px;
  height: 100%;
  background-color: #de7c00;
}
@media only screen and (max-width: 63em) {
  #page-header .title .inner {
    padding: 20px 20px 20px 1.125rem;
  }
  #page-header .title .inner h2 {
    font-size: 17.25pt;
  }
  #page-header .title .inner .copy {
    font-size: 9.75pt;
  }
}
#page-header #home-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#page-header #home-video iframe,
#page-header #home-video object,
#page-header #home-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  #page-header #home-video {
    margin-top: 20px;
  }
}
#page-header .breadcrumb {
  padding-top: 20px;
  text-align: right;
  font-size: 0px;
  text-transform: uppercase;
}
#page-header .breadcrumb ul,
#page-header .breadcrumb ul li {
  display: inline-block;
}
#page-header .breadcrumb ul li {
  position: relative;
  margin-right: 30px;
  line-height: 20px;
  font-size: 10.5pt;
  font-weight: 500;
  color: #c6c6c6;
}
#page-header .breadcrumb ul li a:link,
#page-header .breadcrumb ul li a:visited {
  color: #de7c00;
}
#page-header .breadcrumb ul li:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #c6c6c6;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 40em) {
  #page-header .breadcrumb ul li:after {
    right: -13px;
  }
}
#page-header .breadcrumb ul li:last-child {
  margin-right: 0px;
}
#page-header .breadcrumb ul li:last-child:after {
  display: none;
}
@media only screen and (max-width: 40em) {
  #page-header .breadcrumb ul li {
    font-size: 10.5pt;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 40em) {
  #page-header .breadcrumb {
    padding-top: 50px;
  }
}
#page-header a#search-icon {
  position: absolute;
  right: 0;
  bottom: -20px;
  border: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}
#page-header a#search-icon:before {
  width: 14px;
  height: 14px;
  border: 3px solid #3d3935;
  background: transparent;
  content: "";
  position: absolute;
  top: 10px;
  left: 27px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#page-header a#search-icon:after {
  width: 3px;
  height: 6px;
  margin-top: 0;
  content: "";
  border: 2px solid #3d3935;
  position: absolute;
  top: 20px;
  left: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page-header a#search-icon:hover:before {
  border: 3px solid #de7c00;
}
#page-header a#search-icon:hover:after {
  border: 2px solid #de7c00;
}
@media only screen and (max-width: 78.75em) {
  #page-header a#search-icon {
    display: none;
  }
}
@media only screen and (max-width: 63em) {
  .home #page-header .top {
    padding-top: 90px;
    background: transparent url(../img/header-bg.jpg) center -230px no-repeat;
  }
}
@media only screen and (max-width: 40em) {
  .home #page-header .top {
    background-size: auto;
  }
}
@media only screen and (min-width: 78.75em) {
  .home #page-header .inner {
    min-height: 324px;
    padding-top: 70px;
  }
}
.search #page-header a#search-icon {
  bottom: -40px;
}
.home #page-header a#search-icon {
  bottom: initial;
  top: 65px;
  z-index: 1000;
  position: fixed;
  -webkit-transition: top 300ms;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -ms-transition: top 300ms;
  transition: top 300ms;
}
.home #page-header.small a#search-icon {
  top: 28px;
}
.home #page-header .top {
  background: #3d3935 url(../img/header-bg.png) center 40px repeat-x;
}
/**
 * Page sidebar menu
 */
.page-menu {
  border-top: solid 5px #e8e8e8;
  font-size: 12pt;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 63em) {
  .page-menu {
    font-size: 12pt;
  }
}
.page-menu ul li {
  display: none;
}
.page-menu ul li.current-menu-parent {
  display: block;
}
.page-menu ul li.current-menu-parent a {
  display: none;
}
.page-menu ul li.current-menu-parent ul li {
  border-bottom: solid 1px #e8e8e8;
  display: block;
}
.page-menu ul li.current-menu-parent ul li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 20px 0px;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -ms-transition: color 200ms;
  transition: color 200ms;
}
.page-menu ul li.current-menu-parent ul li a:hover {
  color: #de7c00;
}
@media only screen and (max-width: 63em) {
  .page-menu ul li.current-menu-parent ul li a {
    padding: 10px 0px;
  }
}
.page-menu ul li.current-menu-parent ul li.current-menu-item a {
  padding: 20px 40px 20px 20px;
  background-color: #e8e8e8;
  color: #de7c00;
}
@media only screen and (max-width: 63em) {
  .page-menu ul li.current-menu-parent ul li.current-menu-item a {
    padding: 10px 30px 10px 20px;
  }
}
.page-menu ul li.current-menu-parent ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #de7c00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/**
 * Content carousel
 */
.content-carousel {
  padding-bottom: 30px;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 30px;
}
.content-carousel .heading {
  margin-bottom: 35px;
  border-bottom: solid 5px #e8e8e8;
  zoom: 1;
}
.content-carousel .heading:before,
.content-carousel .heading:after {
  display: table;
  content: "";
}
.content-carousel .heading:after {
  clear: both;
}
.content-carousel .heading h4 {
  float: left;
  line-height: 1.5;
  font-size: 25.5pt;
  font-weight: 300;
}
.content-carousel .heading .controls {
  float: right;
  font-size: 0px;
}
.content-carousel .heading .controls button {
  position: relative;
  margin-left: 2px;
  width: 52px;
  height: 52px;
  text-indent: -100000px;
  background-color: #e8e8e8;
}
.content-carousel .heading .controls button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: none solid solid none;
  border-width: 5px;
  border-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.content-carousel .heading .controls button.previous:after {
  margin-left: -5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.content-carousel .heading .controls button.next:after {
  margin-left: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 63em) {
  .content-carousel .heading {
    margin-bottom: 20px;
  }
  .content-carousel .heading h4 {
    font-size: 17.25pt;
  }
}
@media only screen and (max-width: 40.0625em) {
  .content-carousel .heading {
    margin-bottom: 0;
  }
}
.content-carousel .slides {
  overflow: hidden;
}
.content-carousel .slides ul {
  zoom: 1;
}
.content-carousel .slides ul:before,
.content-carousel .slides ul:after {
  display: table;
  content: "";
}
.content-carousel .slides ul:after {
  clear: both;
}
@media only screen and (min-width: 63em) {
  .content-carousel .slides ul li {
    min-height: 290px;
    padding-bottom: 60px;
    position: relative;
  }
  .content-carousel .slides ul li .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .content-carousel .slides ul li {
    min-height: 265px;
  }
}
.content-carousel .slides ul li .title {
  position: relative;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 20px;
  font-size: 15.75pt;
  font-weight: 700;
  line-height: 1;
}
.content-carousel .slides ul li .title:hover {
  color: #de7c00;
}
.content-carousel .slides ul li .title:hover:after {
  border-color: #de7c00;
}
@media only screen and (max-width: 63em) {
  .content-carousel .slides ul li .title {
    font-size: 14.25pt;
  }
}
@media only screen and (max-width: 40.0625em) {
  .content-carousel .slides ul li .title {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.content-carousel .slides ul li .details {
  margin-bottom: 25px;
  color: #c6c6c6;
}
.content-carousel .slides ul li .details .author {
  font-weight: 700;
  font-style: italic;
}
.content-carousel .slides ul li .details .author:after {
  content: " |";
}
@media only screen and (max-width: 63em) {
  .content-carousel .slides ul li .details {
    margin-bottom: 15px;
    font-size: 9.75pt;
  }
}
.content-carousel .slides ul li .summary {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 12pt;
}
@media only screen and (max-width: 63em) {
  .content-carousel .slides ul li .summary {
    font-size: 10.5pt;
    margin-bottom: 20px;
  }
}
/**
 * Callout
 */
.callout {
  position: relative;
  padding: 50px 40% 50px 50px;
  font-size: 25.5pt;
  font-weight: 300;
  color: #fff;
  background: #3d3935 url(../img/callout-bg.png) bottom center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 63em) {
  .callout {
    font-size: 15pt;
    padding: 30px 40% 30px 30px;
  }
}
@media only screen and (max-width: 40em) {
  .callout {
    font-size: 15pt;
    padding: 15px 30% 15px 15px;
  }
}
/**
 * Staff profile
 */
.profile {
  padding: 10px 0px;
  font-size: 12pt;
}
.profile h3 {
  line-height: 1.0;
}
.profile h4 {
  font-size: 15pt;
  font-weight: 500;
}
.profile .hero {
  margin-bottom: 10px;
  background-color: #e8e8e8;
}
.profile .hero img {
  width: 100%;
  display: block;
}
.profile .card {
  position: relative;
  display: block;
  padding: 0px 50px 0px 10px;
  height: 35px;
  line-height: 35px;
  font-size: 12pt;
  font-weight: 500;
  background-color: #e8e8e8;
  text-transform: uppercase;
}
.profile .card .icon.email {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
@media only screen and (max-width: 63em) {
  .profile .card {
    padding: 40px 5px 5px 5px;
    font-size: 7.5pt;
    text-align: center;
    height: auto;
    line-height: 1;
  }
  .profile .card .icon.email {
    right: 50%;
    top: 10px;
    margin-top: 0;
    margin-right: -15px;
  }
}
.profile .more,
.profile .less {
  color: #de7c00;
  text-decoration: underline;
  cursor: pointer;
}
/**
 * Key contact section
 */
.key-contact-section-wrapper {
  margin-left: -1.125rem;
  position: relative;
  zoom: 1;
}
.key-contact-section-wrapper:before,
.key-contact-section-wrapper:after {
  display: table;
  content: "";
}
.key-contact-section-wrapper:after {
  clear: both;
}
.key-contact-section-wrapper .col {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.key-contact-section-wrapper .key-contact {
  margin-top: 20px;
}
.key-contact-section-wrapper .key-contact img {
  width: 100%;
  display: none;
}
.key-contact-section-wrapper .key-contact img.visible {
  display: block;
}
@media only screen and (max-width: 40em) {
  .key-contact-section-wrapper .key-contact img {
    width: 150px;
  }
}
.key-contact-section-wrapper .key-contact .key-contact-details {
  background-color: #e8e8e8;
  padding: 20px;
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 40em) {
  .key-contact-section-wrapper .key-contact .key-contact-details {
    font-size: 14px;
  }
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-label {
  position: absolute;
  top: -23px;
  left: 0;
  background: #de7c00;
  color: #fff;
  padding: 6px 10px 4px 20px;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  .key-contact-section-wrapper .key-contact .key-contact-details .key-contact-label {
    font-size: 16px;
  }
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-toggle {
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .key-contact-section-wrapper .key-contact .key-contact-details .key-contact-toggle {
    font-size: 14px;
  }
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 8px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-collapse {
  display: none;
  cursor: pointer;
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-collapse .key-contact-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  .key-contact-section-wrapper .key-contact .key-contact-details .key-contact-collapse .key-contact-name {
    font-size: 16px;
  }
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-collapse .key-contact-title {
  margin-bottom: 10px;
}
.key-contact-section-wrapper .key-contact .key-contact-details .key-contact-collapse .key-contact-email {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**
 * Contact form
 */
.contact-form .gform_wrapper {
  margin-right: 0;
  max-width: 100%;
}
.contact-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.contact-form .gform_wrapper .top_label input.large {
  width: 100%;
}
.contact-form .gform_wrapper textarea.large {
  width: 100%;
  padding: 0.5em;
}
.contact-form .gform_wrapper .gform_footer {
  text-align: right;
  padding: 0;
  position: relative;
}
.contact-form .gform_wrapper .gform_footer:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 7px;
  height: 7px;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #3d3935;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.contact-form .controls {
  text-align: right;
}
.contact-form input[type="text"],
.contact-form textarea {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  border: solid 1px #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form input[type="text"] {
  height: 40px;
  padding: 0px 15px;
  line-height: 40px;
}
.contact-form textarea {
  height: 130px;
  padding: 10px 15px;
}
.contact-form input[type="submit"] {
  position: relative;
  margin: 0px;
  width: 240px;
  height: 35px;
  padding: 0px 35px 0px 15px;
  border-style: none;
  line-height: 35px;
  text-align: left;
  font-size: 13.5pt;
  font-weight: 700;
  background-color: #e8e8e8;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  background-color: #c6c6c6;
}
/**
 * Newsletter subscribe form
 */
.subscribe-form {
  background: #e8e8e8;
}
@media only screen and (max-width: 63em) {
  .subscribe-form {
    margin: 0 -1.125rem;
  }
}
.subscribe-form .fields {
  padding: 50px 100px 60px;
  height: 300px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.subscribe-form .fields input:focus::-webkit-input-placeholder {
  color: transparent;
}
.subscribe-form .fields input:focus:-moz-placeholder {
  color: transparent;
}
.subscribe-form .fields input:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-form .fields input:focus:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (max-width: 63em) {
  .subscribe-form .fields {
    padding: 30px 35px;
    height: auto;
  }
}
.subscribe-form h4 {
  margin-bottom: 30px;
  font-size: 23.25pt;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 63em) {
  .subscribe-form h4 {
    margin-bottom: 10px;
    font-size: 17.25pt;
  }
}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  margin: 0px 0px 5px;
  display: block;
  width: 100%;
  height: 55px;
  padding: 0px;
  border-style: none;
  border-bottom: solid 1px #3d3935;
  font-size: 18pt;
  color: #3d3935;
  background-color: transparent;
}
@media only screen and (max-width: 63em) {
  .subscribe-form input[type="text"],
  .subscribe-form input[type="email"] {
    font-size: 13.5pt;
  }
}
.subscribe-form button[type="submit"] {
  position: relative;
  margin: 0px;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0px 180px 0px 100px;
  border-style: none;
  text-align: right;
  font-size: 18pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background-color: #de7c00;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.subscribe-form button[type="submit"] .arrow {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 55px;
  height: 0px;
  border-top: solid 2px #000;
}
.subscribe-form button[type="submit"] .arrow:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -6px;
  display: block;
  width: 10px;
  height: 10px;
  border-style: none solid solid none;
  border-width: 2px;
  border-color: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 63em) {
  .subscribe-form button[type="submit"] .arrow {
    right: 40px;
  }
}
.subscribe-form button[type="submit"]:hover {
  color: #fff;
}
.subscribe-form button[type="submit"]:hover .arrow {
  border-top: solid 2px #fff;
}
.subscribe-form button[type="submit"]:hover .arrow:after {
  border-color: #fff;
}
@media only screen and (max-width: 63em) {
  .subscribe-form button[type="submit"] {
    font-size: 13.5pt;
    padding: 0px 120px 0px 100px;
  }
}
.subscribe-form .success-message {
  padding: 170px 20px;
  text-align: center;
  border-top: solid 1px #f4f4f4;
  display: none;
}
.subscribe-form.success form {
  display: none;
}
.subscribe-form.success .success-message {
  display: block;
}
/**
 * Home page
 */
#page.home {
  padding: 50px 0px 55px;
}
#page.home .callout {
  margin-top: 20px;
}
/**
 * Default page
 */
#page.default {
  padding: 70px 0px 125px;
}
#page.default .page-content {
  font-size: 13.5pt;
}
#page.default .page-content ul {
  list-style: initial;
  padding-left: 30px;
}
#page.default .page-content ul li {
  list-style-type: square;
}
@media only screen and (max-width: 40em) {
  #page.default .page-content {
    font-size: 10.5pt;
    padding-bottom: 40px;
  }
}
#page.default .page-content img {
  max-width: 100%;
  height: auto;
}
#page.default .project-content {
  position: relative;
}
#page.default .project-content h2 {
  margin-bottom: 45px;
  font-size: 42px;
}
#page.default .project-content .document-link {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 300;
  color: #de7c00;
}
#page.default .project-content .document-link .text,
#page.default .project-content .document-link .icon {
  display: inline-block;
  vertical-align: middle;
}
#page.default .project-content .document-link .text {
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #page.default {
    padding-top: 20px;
  }
}
#page.default .search-more-btn {
  margin: 15px 0;
}
#page.default .expand,
#page.default .less {
  display: none;
}
#page.default .tagline {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
}
/**
 * Contact page
 */
#page.contact {
  padding: 40px 0px 75px;
}
#page.contact .wrapper {
  width: 780px;
}
#page.contact h4 {
  margin-bottom: 0.7em;
  font-size: 15pt;
  font-weight: 500;
}
#page.contact .gform_wrapper div.validation_error {
  display: none;
}
#page.contact .gform_wrapper .top_label .gfield_error {
  width: auto;
}
#page.contact .details .column {
  margin-bottom: 20px;
}
/**
 * Projects page
 */
#page.projects {
  padding-top: 30px;
}
#page.projects .controls {
  position: relative;
  margin-bottom: 75px;
  height: 266px;
  background: url(../img/projects-header.png) center top no-repeat;
}
#page.projects .controls .sector-controls {
  position: absolute;
  left: 50%;
  top: 73px;
  margin-left: -262px;
}
#page.projects .controls .clear-button {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 155px;
  display: none;
}
#page.projects .controls .clear-button.active {
  display: block;
}
#page.projects .controls .stage-menu {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -594px;
}
#page.projects .controls .stage-menu .anchor {
  display: block;
  width: 441px;
  height: 41px;
  padding-left: 28px;
  text-transform: uppercase;
  text-align: left;
  background: url(../img/stage-menu-btn.png) left center no-repeat;
}
#page.projects .controls .stage-menu .options {
  position: absolute;
  left: 0px;
  top: 41px;
  display: none;
  width: 338px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#page.projects .controls .stage-menu .options.active {
  display: block;
}
#page.projects .controls .stage-menu .options ul li {
  padding: 20px 30px;
  border-bottom: solid 1px #c6c6c6;
  cursor: pointer;
}
#page.projects .controls .stage-menu .options ul li:last-child {
  border-bottom: none;
}
#page.projects .controls .stage-menu .options ul li.active {
  color: #fff;
  background-color: #de7c00;
}
#page.projects .project-list .project {
  display: none;
  width: 270px;
  background-color: #d8d8d8;
}
#page.projects .project-list .project.active {
  display: block;
}
#page.projects .project-list .project .details {
  height: 550px;
  padding: 25px;
}
#page.projects .project-list .project .btn {
  margin-bottom: 0px;
  color: #fff;
  background-color: #393c3d;
}
#page.projects .project-list .project .btn:after {
  border-color: #fff;
}
#page.projects .project-list-heading {
  margin-bottom: 20px;
  font-size: 30px;
}
.table-container {
  width: 100%;
  overflow-y: auto;
}
/**
 * Project summary page
 */
#page.project-summary .content {
  margin-bottom: 50px;
  font-size: 13.5pt;
}
#page.project-summary .content p {
  margin: 1em 0px;
}
#page.project-summary .content p:first-child {
  margin-top: 0px;
}
#page.project-summary .content p:last-child {
  margin-bottom: 0px;
}
#page.project-summary .content a {
  text-decoration: underline;
  color: #de7c00;
}
#page.project-summary .project-summary-list-heading {
  margin-bottom: 10px;
  font-size: 42px;
}
#page.project-summary table.project-summary-list td {
  padding: 20px 15px;
  border-right: solid 2px #fff;
}
#page.project-summary table.project-summary-list td:last-child {
  border-right-style: none;
}
#page.project-summary table.project-summary-list thead td {
  text-transform: uppercase;
  color: #fff;
  background-color: #e47c00;
}
#page.project-summary table.project-summary-list thead td.sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
#page.project-summary table.project-summary-list thead td.sortable:after {
  content: "▼";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: 10px;
  margin-top: -8px;
  font-size: 9pt;
  line-height: 16px;
}
#page.project-summary table.project-summary-list tbody tr:last-child td {
  border-bottom: solid 2px #e8e8e8;
}
#page.project-summary table.project-summary-list tbody tr:nth-child(odd) td {
  background-color: #e8e8e8;
}
#page.project-summary table.project-summary-list tbody tr.complete td {
  color: #fff;
  background-color: #636364;
}
#page.project-summary table.project-summary-list tbody tr.complete:nth-child(odd) td {
  background-color: #4f4f50;
}
/**
 * Pipeline page
 */
#page-top.pipeline,
#page-bottom.pipeline {
  padding: 70px 0px 40px;
  font-size: 13.5pt;
}
#page-top.pipeline p,
#page-bottom.pipeline p,
#page-top.pipeline ul,
#page-bottom.pipeline ul,
#page-top.pipeline li,
#page-bottom.pipeline li {
  margin: 1em 0px;
}
#page-top.pipeline p:first-child,
#page-bottom.pipeline p:first-child,
#page-top.pipeline ul:first-child,
#page-bottom.pipeline ul:first-child,
#page-top.pipeline li:first-child,
#page-bottom.pipeline li:first-child {
  margin-top: 0px;
}
#page-top.pipeline p:last-child,
#page-bottom.pipeline p:last-child,
#page-top.pipeline ul:last-child,
#page-bottom.pipeline ul:last-child,
#page-top.pipeline li:last-child,
#page-bottom.pipeline li:last-child {
  margin-bottom: 0px;
}
#page-top.pipeline ul,
#page-bottom.pipeline ul {
  padding-left: 40px;
  list-style: disc;
}
#page-top.pipeline h4,
#page-bottom.pipeline h4 {
  margin-top: 1.6em;
  font-size: 18px;
  font-weight: bold;
}
#page-top.pipeline a:link,
#page-bottom.pipeline a:link,
#page-top.pipeline a:visited,
#page-bottom.pipeline a:visited {
  color: #de7c00;
  text-decoration: underline;
}
#page-bottom.pipeline {
  padding: 0px 0px 70px;
}
#pipeline-container {
  width: 100%;
  overflow-y: auto;
}
#page.pipeline {
  margin: 20px 0px 80px;
  min-width: 1224px;
  background: #f6f6f6 url(../img/pipeline/bg.jpg?v=2) center top no-repeat;
}
#page.pipeline .controls {
  position: relative;
  height: 820px;
}
#page.pipeline .controls .sector-controls-label {
  position: absolute;
  top: 65px;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#page.pipeline .controls .sector-controls {
  position: absolute;
  left: 50%;
  top: 103px;
  margin-left: -262px;
}
#page.pipeline .controls .clear-button {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 155px;
  display: none;
}
#page.pipeline .controls .clear-button.active {
  display: block;
}
#page.pipeline .controls .more-info-link {
  position: absolute;
  right: 40px;
  top: 620px;
}
#page.pipeline .controls .more-info-link .text {
  display: inline-block;
}
#page.pipeline .controls .more-info-link .text.t1 {
  position: relative;
  top: 1px;
  margin-right: 12px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#page.pipeline .controls .completed-projects {
  position: absolute;
  width: 500px;
}
#page.pipeline .controls .completed-projects.referred {
  left: 769px;
  top: 361px;
}
#page.pipeline .controls .completed-projects.complete {
  left: 750px;
  top: 412px;
}
#page.pipeline .controls .completed-projects.action {
  left: 731px;
  top: 472px;
}
#page.pipeline .projects {
  padding-bottom: 150px;
}
#page.pipeline .projects .projects-inner {
  margin: 0px -18px;
  zoom: 1;
}
#page.pipeline .projects .projects-inner:before,
#page.pipeline .projects .projects-inner:after {
  display: table;
  content: "";
}
#page.pipeline .projects .projects-inner:after {
  clear: both;
}
#page.pipeline .projects .projects-inner .project-column {
  float: left;
  position: relative;
  margin: 0px 18px;
  width: 372px;
  padding: 20px 35px 60px;
  background-color: #d8d8d8;
}
#page.pipeline .projects .projects-inner .project-column:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 372px;
  height: 30px;
  background: url(../img/pipeline/column-base.png) center top no-repeat;
}
#page.pipeline .projects h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
}
#page.pipeline .projects .description {
  margin-bottom: 30px;
  display: block;
  font-size: 16px;
}
#page.pipeline .projects .project {
  margin: 0px -35px 20px;
  display: none;
}
#page.pipeline .projects .project.active {
  display: block;
}
#page.pipeline .projects .project .details {
  margin: 0px 35px;
  cursor: pointer;
}
#page.pipeline .completed-projects .item {
  float: left;
  width: 245px;
}
#page.pipeline .completed-projects .item:first-child {
  margin-right: 30px;
  width: 70%;
  cursor: pointer;
}
#page.pipeline .completed-projects .project {
  display: none;
}
#page.pipeline .completed-projects .project.active {
  display: block;
}
#page.pipeline .completed-projects .project .details {
  width: 100%;
  display: table;
}
#page.pipeline .completed-projects .project .details .project-icon {
  width: 60px;
}
#page.pipeline .project .details {
  display: table;
}
#page.pipeline .project .details .project-icon,
#page.pipeline .project .details .project-label {
  display: table-cell;
  vertical-align: middle;
}
#page.pipeline .project .details .project-icon {
  width: 70px;
}
#page.pipeline .project .summary {
  margin-top: 20px;
  display: none;
  padding: 20px 35px;
  line-height: 1.6;
  color: #fff;
  background-color: #4f4f50;
  -webkit-font-smoothing: antialiased;
}
#page.pipeline .project .summary strong {
  text-transform: uppercase;
  font-weight: 500;
}
#page.pipeline .project .summary .more-info-link {
  margin-top: 10px;
}
#page.pipeline .project.expanded .summary {
  display: block;
}
#page.pipeline .more-info-link {
  display: block;
  text-transform: lowercase;
  color: #e47c00;
}
#page.pipeline .more-info-link .more-icon,
#page.pipeline .more-info-link .text {
  vertical-align: middle;
  line-height: 27px;
}
#page.pipeline .more-info-link .more-icon {
  margin-right: 10px;
}
.pipeline-info-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
.pipeline-info-overlay.active {
  display: block;
}
.pipeline-info-overlay,
.pipeline-info-overlay .inner1 {
  width: 100%;
  height: 100%;
}
.pipeline-info-overlay .inner1 {
  display: table;
}
.pipeline-info-overlay .inner1 .inner2 {
  display: table-cell;
  vertical-align: middle;
}
.pipeline-info-overlay .overlay-content {
  position: relative;
  margin: 0px auto;
  width: 780px;
  padding: 85px 35px 60px;
  background-color: #d6d6d6;
}
.pipeline-info-overlay .overlay-content h3 {
  font-size: 22px;
  font-weight: 500;
}
.pipeline-info-overlay .overlay-content ul {
  padding-left: 30px;
  list-style: disc;
}
.pipeline-info-overlay .overlay-content ul,
.pipeline-info-overlay .overlay-content p {
  line-height: 1.6;
  font-size: 18px;
}
.pipeline-info-overlay .overlay-content hr {
  border-color: #3d3935;
}
.pipeline-info-overlay .overlay-content .close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  text-transform: lowercase;
  color: #e47c00;
}
.pipeline-info-overlay .overlay-content .close-btn .close-icon,
.pipeline-info-overlay .overlay-content .close-btn .text {
  vertical-align: middle;
  line-height: 27px;
}
.pipeline-info-overlay .overlay-content .close-btn .close-icon {
  margin-right: 10px;
}
/**
 * Proposals page
 */
#page.proposals {
  padding-top: 30px;
}
#page.proposals .controls {
  position: relative;
  margin-bottom: 75px;
  height: 266px;
  background: url(../img/projects-header.png) center top no-repeat;
}
#page.proposals .controls .sector-controls {
  position: absolute;
  left: 50%;
  top: 73px;
  margin-left: -262px;
}
#page.proposals .controls .clear-button {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 155px;
  display: none;
}
#page.proposals .controls .clear-button.active {
  display: block;
}
#page.proposals .controls .stage-menu {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -594px;
}
#page.proposals .controls .stage-menu .anchor {
  display: block;
  width: 441px;
  height: 41px;
  padding-left: 28px;
  text-transform: uppercase;
  text-align: left;
  background: url(../img/stage-menu-btn.png) left center no-repeat;
}
#page.proposals .controls .stage-menu .options {
  position: absolute;
  left: 0px;
  top: 41px;
  display: none;
  width: 338px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#page.proposals .controls .stage-menu .options.active {
  display: block;
}
#page.proposals .controls .stage-menu .options ul li {
  padding: 20px 30px;
  border-bottom: solid 1px #c6c6c6;
  cursor: pointer;
}
#page.proposals .controls .stage-menu .options ul li:last-child {
  border-bottom: none;
}
#page.proposals .controls .stage-menu .options ul li.active {
  color: #fff;
  background-color: #de7c00;
}
#page.proposals .project-list .project {
  display: none;
  width: 270px;
  background-color: #d8d8d8;
}
#page.proposals .project-list .project.active {
  display: block;
}
#page.proposals .project-list .project .details {
  height: 550px;
  padding: 25px;
}
#page.proposals .project-list .project .btn {
  margin-bottom: 0px;
  color: #fff;
  background-color: #393c3d;
}
#page.proposals .project-list .project .btn:after {
  border-color: #fff;
}
#page.proposals .project-list-heading {
  margin-bottom: 20px;
  font-size: 30px;
}
/**
 * Proposals summary page
 */
#page.proposals-summary .content {
  margin-bottom: 50px;
  font-size: 13.5pt;
}
#page.proposals-summary .content p {
  margin: 1em 0px;
}
#page.proposals-summary .content p:first-child {
  margin-top: 0px;
}
#page.proposals-summary .content p:last-child {
  margin-bottom: 0px;
}
#page.proposals-summary .content a {
  text-decoration: underline;
  color: #de7c00;
}
#page.proposals-summary .project-summary-list-heading {
  margin-bottom: 10px;
  font-size: 42px;
}
#page.proposals-summary table.project-summary-list td {
  padding: 20px 15px;
  border-right: solid 2px #fff;
}
#page.proposals-summary table.project-summary-list td:last-child {
  border-right-style: none;
}
#page.proposals-summary table.project-summary-list thead td {
  text-transform: uppercase;
  color: #fff;
  background-color: #4f4f50;
  cursor: pointer;
}
#page.proposals-summary table.project-summary-list thead td:first-child {
  cursor: default;
}
#page.proposals-summary table.project-summary-list tbody tr:last-child td {
  border-bottom: solid 2px #e8e8e8;
}
#page.proposals-summary table.project-summary-list tbody tr:nth-child(odd) td {
  background-color: #e8e8e8;
}
#page.proposals-summary table.project-summary-list tbody tr.complete td {
  color: #fff;
  background-color: #636364;
}
#page.proposals-summary table.project-summary-list tbody tr.complete:nth-child(odd) td {
  background-color: #4f4f50;
}
/**
 * News
 */
#page.news {
  padding: 70px 0px 125px;
}
#page.news .page-content {
  font-size: 13.5pt;
}
#page.news .page-content ul {
  list-style: initial;
  padding-left: 30px;
}
#page.news .page-content ul li {
  list-style-type: square;
}
@media only screen and (max-width: 40em) {
  #page.news .page-content {
    font-size: 10.5pt;
    padding-bottom: 40px;
  }
}
#page.news .page-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10pt;
}
#page.news .page-content p.date {
  color: #de7c00;
}
#page.news .page-content h3 {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 18pt;
}
#page.news .page-content h3 a:hover {
  color: #de7c00;
}
#page.news .page-content .news-article {
  margin-bottom: 20pt;
  display: block;
}
#page.news .page-content .news-article img {
  margin-bottom: 10pt;
}
#page.news .page-content .news-article p.date {
  color: #3d3935;
}
#page.news .page-content .news-article p {
  font-size: 12pt;
}
#page.news .page-content .news-article-side {
  margin-bottom: 20pt;
  display: block;
}
#page.news .page-content .news-article-side img {
  margin-bottom: 10pt;
}
#page.news .page-content .news-article-side p.date {
  color: #3d3935;
}
#page.news .page-content .news-article-side p {
  font-size: 12pt;
}
#page.news .page-content .news-article-side h4 {
  font-weight: 800;
}
#page.news .page-content .news-article-side h4 a:hover {
  color: #de7c00;
}
@media only screen and (max-width: 40em) {
  #page.news {
    padding-top: 20px;
  }
}
#page.news .search-more-btn {
  margin: 15px 0;
}
/**
 * Active Proposals
 */
body.page-template-business-cases {
  overflow-x: hidden;
}
#page.active-proposals {
  padding: 70px 0px 125px;
}
#page.active-proposals .page-content {
  font-size: 13.5pt;
}
#page.active-proposals .page-content ul {
  list-style: initial;
  padding-left: 30px;
}
#page.active-proposals .page-content ul li {
  list-style-type: square;
}
@media only screen and (max-width: 40em) {
  #page.active-proposals .page-content {
    font-size: 10.5pt;
    padding-bottom: 40px;
  }
}
#page.active-proposals .page-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10pt;
}
#page.active-proposals .page-content p.date {
  color: #de7c00;
}
#page.active-proposals .page-content h3 {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 18pt;
}
#page.active-proposals .page-content h3 a:hover {
  color: #de7c00;
}
#page.active-proposals .page-content #cba-text {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
#page.active-proposals .page-content h1.big {
  position: relative;
  text-align: center;
  margin: 20px 0;
  font-size: 34px !important;
}
#page.active-proposals .page-content #timeline {
  background-image: url(../img/timeline-bg.png);
  background-position: top center;
  background-repeat: repeat-y;
  margin-top: 50px;
  margin-bottom: 100px;
}
#page.active-proposals .page-content #timeline .completed-text {
  background-color: #fff;
  padding: 25px 15px 10px 15px;
}
#page.active-proposals .page-content #timeline #side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  padding: 15px;
  border-radius: 6px 0 0 6px;
  display: flex;
  flex-direction: column;
}
#page.active-proposals .page-content #timeline #side-menu > div {
  cursor: pointer;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
#page.active-proposals .page-content #timeline #side-menu > div:last-child {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
#page.active-proposals .page-content #timeline #side-menu > div.over {
  font-weight: bold;
}
#page.active-proposals .page-content #timeline .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 90px;
}
#page.active-proposals .page-content #timeline .section .section-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 45px;
}
#page.active-proposals .page-content #timeline .section .section-title .cube {
  position: relative;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  padding: 40px;
  color: #000;
  transform: rotate(45deg);
}
#page.active-proposals .page-content #timeline .section .section-title .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
#page.active-proposals .page-content .pin {
  position: relative;
  top: 10px;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  background-color: #a8a8a8;
  padding: 10px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 0;
  font-size: 0;
  transform: rotate(45deg);
  /*
            &:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -5px;
                margin-top: -5px;
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 10px;
                background-color: #000;
            }*/
}
@media only screen and (max-width: 1024px) {
  #page.active-proposals .page-content .pin {
    top: 0;
    margin-bottom: 15px;
  }
}
#page.active-proposals .page-content .active-proposal-article {
  margin-bottom: 40pt;
  display: block;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page.active-proposals .page-content .active-proposal-article {
    /* IE10+ CSS styles go here */
    height: 430px;
  }
}
#page.active-proposals .page-content .active-proposal-article img {
  margin-bottom: 10pt;
}
#page.active-proposals .page-content .active-proposal-article p.date {
  color: #3d3935;
}
#page.active-proposals .page-content .active-proposal-article p {
  font-size: 12pt;
}
#page.active-proposals .page-content .active-proposal-article > .column {
  display: flex;
  position: relative;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column {
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.12, 0.65, 0.5, 0.98);
  transition-delay: 0s;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column .column-content {
  padding-right: 35px;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column .active-title {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column .active-title .angle {
  position: relative;
  width: 36px;
  left: -1px;
  /*
                            background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,124,0,1) 51%,rgba(228,124,1,1) 100%); 
                            */
  background-image: url(../img/angle-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 105%;
  transform: scaleX(-1);
}
#page.active-proposals .page-content .active-proposal-article > .column > .column .active-title h3 {
  background-color: #DE7C15;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 17pt;
  margin: 0;
  flex: 1;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column .active-title h3 a {
  color: #fff;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column.loaded {
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column:first-child {
  transition-property: left;
  left: -100%;
  /*
                        &:before {
                            position: absolute;
                            top: 10px;
                            right: -15px;
                            content: "»";
                            font-size: 40px;
                            font-weight: bold;
                            line-height: 0;
                        }*/
}
#page.active-proposals .page-content .active-proposal-article > .column > .column:first-child.shown {
  left: -4%;
}
@media only screen and (max-width: 1024px) {
  #page.active-proposals .page-content .active-proposal-article > .column > .column:first-child.shown {
    left: 50% !important;
    transform: translateX(-50%);
  }
  #page.active-proposals .page-content .active-proposal-article > .column > .column:first-child:before {
    display: none;
  }
}
#page.active-proposals .page-content .active-proposal-article > .column > .column:last-child {
  transition-property: right;
  right: -100%;
}
#page.active-proposals .page-content .active-proposal-article > .column > .column:last-child.shown {
  right: -4%;
}
@media only screen and (max-width: 1024px) {
  #page.active-proposals .page-content .active-proposal-article > .column > .column:last-child.shown {
    right: 0 !important;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 650px) {
  #page.active-proposals .page-content .active-proposal-article > .column > .column:last-child.shown {
    transform: translateX(0%);
  }
}
#page.active-proposals .page-content .active-proposal-article > .column.right {
  flex-direction: row-reverse;
}
#page.active-proposals .page-content .active-proposal-article > .column.right .column-content {
  padding-right: 0;
  padding-left: 35px;
}
#page.active-proposals .page-content .active-proposal-article > .column.right .active-title {
  flex-direction: row;
}
#page.active-proposals .page-content .active-proposal-article > .column.right .active-title .angle {
  transform: scaleX(1);
  left: 1px;
}
#page.active-proposals .page-content .active-proposal-article > .column.right > .column:first-child {
  transition-property: right;
  right: -100%;
  left: auto;
  /*
                        &:before {
                            position: absolute;
                            top: 10px;
                            left: -15px;
                            content: "«";
                            font-size: 40px;
                            font-weight: bold;
                            line-height: 0;
                            @media only screen and (max-width: 1024px) {
                                display: none;
                            }
                        }*/
}
#page.active-proposals .page-content .active-proposal-article > .column.right > .column:first-child.shown {
  right: -4%;
}
#page.active-proposals .page-content .active-proposal-article > .column.right > .column:last-child {
  transition-property: left;
  left: -100%;
  right: auto;
}
#page.active-proposals .page-content .active-proposal-article > .column.right > .column:last-child.shown {
  left: -4%;
}
@media only screen and (max-width: 1024px) {
  #page.active-proposals .page-content .active-proposal-article > .column.right > .column:last-child.shown {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #page.active-proposals .page-content .active-proposal-article > .column {
    flex-direction: column !important;
  }
  #page.active-proposals .page-content .active-proposal-article > .column > div {
    background-color: #fff;
  }
  #page.active-proposals .page-content .active-proposal-article > .column > div .btn {
    display: block;
    width: 50%;
    margin: 15px auto;
  }
}
#page.active-proposals .page-content .content {
  margin-bottom: 30px;
}
#page.active-proposals .page-content .active-proposal-article-side {
  margin-bottom: 50pt;
  display: block;
}
#page.active-proposals .page-content .active-proposal-article-side img {
  margin-bottom: 10pt;
}
#page.active-proposals .page-content .active-proposal-article-side p.date {
  color: #3d3935;
}
#page.active-proposals .page-content .active-proposal-article-side p {
  font-size: 12pt;
}
#page.active-proposals .page-content .active-proposal-article-side h4 {
  font-weight: 800;
}
#page.active-proposals .page-content .active-proposal-article-side h4 a:hover {
  color: #de7c00;
}
@media only screen and (max-width: 40em) {
  #page.active-proposals {
    padding-top: 20px;
  }
}
#page.active-proposals .search-more-btn {
  margin: 15px 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: .8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.my-mfp-slide-bottom .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(20deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(20deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(20deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(20deg);
  transform: translateY(-20px) perspective(600px) rotateX(20deg);
}
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
