@charset "UTF-8";
/*!
Theme Name: DeisgnLab Experience
Theme URI: https://designlabexperience.com
Description: Custom Theme for DesignLab Experience
Author: 5D Spectrum (Programmer: Jeff van Loben Sels)
Author URI: https://5dspectrum.com
Version: 1.0

*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(_/images/colorbox/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(_/images/colorbox/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(_/images/colorbox/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(_/images/colorbox/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(_/images/colorbox/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(_/images/colorbox/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(_/images/colorbox/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(_/images/colorbox/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(_/images/colorbox/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: https://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
  background: url(_/images/colorbox/ie6/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
  background: url(_/images/colorbox/ie6/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
  background: url(_/images/colorbox/ie6/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
  background: url(_/images/colorbox/ie6/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
  background: url(_/images/colorbox/ie6/borderBottomCenter.png);
}

.cboxIE6 #cboxMiddleLeft {
  background: url(_/images/colorbox/ie6/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
  background: url(_/images/colorbox/ie6/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* CSS RESET  ------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
}

html {
  -webkit-font-smoothing: antialiased;
}

:focus, a:active, a:selected {
  outline: 0;
  border: 0;
  ie-dummy: expression(this.hideFocus=true);
}

a:active, a:selected, a:visited {
  border: none;
  outline: none;
  -moz-outline-style: none;
}

iframe, object, embed {
  max-width: 100%;
}

/* UTILITIES  ------------------------------------------------------------------*/
/* Clearfix ------- */
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Utility Classes ------- */
.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

/* COLORS  ------------------------------------------------------------------*/
/* TYPOGRAPHY  ------------------------------------------------------------------*/
html {
  font-family: "Lato", verdana, sans-serif;
  color: #58595B;
  -webkit-text-size-adjust: none;
}

/* All general content-based text styles  */
h1 {
  margin: 40px 0 15px;
  margin: 2.5rem 0 .9375rem;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #58595B;
}
h1.page-title {
  letter-spacing: .4em;
}

h2 {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
  padding: 0;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: .1em;
  color: #58595B;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  padding: 0;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.625rem;
  letter-spacing: .02em;
  color: #af891f;
}

h4 {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #58595B;
}

h5 {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 800;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 24px;
  line-height: 1.625rem;
  color: #414042;
}

p {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .02em;
  color: #58595B;
}

small {
  margin: 0 0 10px 0;
  margin: 0 0 .625rem 0;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  letter-spacing: .02em;
}

/* Unordered Lists */
ul {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  padding: 0 0 8px 0;
  padding: 0 0 .5rem 0;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #58595B;
  list-style-type: none;
}
ul li {
  margin: 0 0 8px 0;
  margin: 0 0 .5rem 0;
  padding: 0 0 0 12px;
  padding: 0 0 0 .75rem;
  background: url(_/images/shared/bullet-list.png) no-repeat 0 0.5em;
}
ul ul {
  margin-top: 6px;
  margin-top: .375rem;
}
ul ul li {
  margin-top: 6px;
  margin-top: .375rem;
}

/* Ordered Lists */
ol {
  margin: 0 0 20px 5px;
  margin: 0 0 1.25rem .3125rem;
  padding: 0 0 4px 0;
  padding: 0 0 .25rem 0;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #58595B;
  list-style-type: decimal;
}
ol li {
  margin: 8px 0 4px 21px;
  margin: .5rem 0 .25rem 1.3125rem;
  padding-left: 0;
}

/* Misc. Elements */
hr {
  display: block;
  height: 1px;
  margin: 28px 0;
  margin: 1.75em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #af891f;
}
hr.thick {
  border-top: 6px solid #af891f;
}

sup {
  font-size: xx-small;
  vertical-align: top;
}

.nobr {
  white-space: nowrap;
}

/* Vertical spacing adjustments between specific sets of elements */
h1 + h2 {
  margin-top: 0;
}

h4 + h5 {
  margin-top: 0;
}

p + ul {
  margin-top: -6px;
  margin-top: -.375rem;
}

p + h1, ul + h1, ol + h1 {
  margin-top: 50px;
  margin-top: 3.125rem;
}

p + h2, ul + h2, ol + h2 {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

p + h3, ul + h3, ol + h3 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

p + h4, ul + h4, ol + h4 {
  margin-top: 35px;
  margin-top: 1.875rem;
}

p + h5, ul + h5, ol + h5 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

h4 + ul, h4 + ol {
  margin-top: 10px;
  margin-top: .625rem;
}

/* Link Styles */
a {
  color: #af891f;
}
a:link {
  color: #af891f;
  text-decoration: none;
}
a:visited {
  color: #af891f;
  text-decoration: none;
}
a:hover {
  color: #af891f;
  text-decoration: underline;
}
a:active {
  color: #af891f;
  text-decoration: underline;
}

/* Selection Highlight Styles */
::-moz-selection {
  color: #fff;
  background: #af891f;
}

::selection {
  color: #fff;
  background: #af891f;
}

/* js-disabled messaging (inside <noscript> tags) */
.js-disabled {
  padding: 5px 5px 25px 5px;
  padding: .3125rem .3125rem 1.5625rem .3125rem;
  font-weight: 400;
  font-size: 15px;
  font-size: .375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: red;
}

/* STRUCTURE  ------------------------------------------------------------------*/
/* Base Block Elements  -------------------------------- */
html {
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  height: 100%;
  padding: 0;
  background: #414042;
}

#wrapper {
  background: #fff;
}
.ltie9 #wrapper {
  width: 1230px;
}
@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

#content {
  max-width: 1230px;
  margin: 73px auto 0;
  padding: 0;
  position: relative;
  background: #fff;
  	/*
    // Hide the content for js-enabled browsers. It will fade back on page load.
    .js & {
  	  display: none;
    }
    */
}
#content .inner-wrapper {
  position: relative;
  padding: 17px 15px 40px 15px;
  padding: 1.0625rem .9375rem 2.5rem;
}

#main {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Grids  -------------------------------------------------- */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='colwidth-'] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.colframe:after {
  content: "";
  display: table;
  clear: both;
}

.colframe {
  margin: 0 -15px;
}

/* Images in the Grid */
.colframe img {
  width: 100%;
  height: auto;
}

/* Alternate image sizes */
.colframe img.width-95 {
  width: 95%;
}

.colframe img.width-90 {
  width: 90%;
}

.colframe img.width-85 {
  width: 85%;
}

.colframe img.width-80 {
  width: 80%;
}

.colframe img.width-75 {
  width: 75%;
}

.colframe img.width-70 {
  width: 70%;
}

.colframe img.width-65 {
  width: 65%;
}

.colframe img.width-60 {
  width: 60%;
}

.colframe img.width-55 {
  width: 55%;
}

.colframe img.width-50 {
  width: 50%;
}

.colframe img.width-45 {
  width: 45%;
}

.colframe img.width-40 {
  width: 40%;
}

.colframe img.width-35 {
  width: 35%;
}

.colframe img.width-30 {
  width: 30%;
}

.colframe img.width-25 {
  width: 25%;
}

.colframe img.width-20 {
  width: 20%;
}

/* 12 column grid --------------- */
/* Main Widths */
.colwidth-1 {
  width: 8.333333%;
}

.colwidth-2 {
  width: 16.66666%;
}

.colwidth-3 {
  width: 25%;
}

.colwidth-4 {
  width: 33.33333%;
}

.colwidth-5 {
  width: 41.66666%;
}

.colwidth-6 {
  width: 50%;
}

.colwidth-7 {
  width: 58.33333%;
}

.colwidth-8 {
  width: 66.66666%;
}

.colwidth-9 {
  width: 75%;
}

.colwidth-10 {
  width: 83.33333%;
}

.colwidth-11 {
  width: 91.66666%;
}

.colwidth-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .colwidth-1,
  .colwidth-2,
  .colwidth-3,
  .colwidth-4,
  .colwidth-5,
  .colwidth-6,
  .colwidth-7,
  .colwidth-8,
  .colwidth-9,
  .colwidth-10,
  .colwidth-11,
  .colwidth-12 {
    width: 100%;
  }
}
/* Custom Content Blocks  ---------------------------------- */
.content-block {
  position: relative;
  border: 1px solid transparent;
}
.content-block .inner-wrapper {
  position: relative;
  margin: 0 auto;
}

.content-block-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-block-col.border-left {
  border-left: 1px solid #af891f;
}
@media only screen and (min-width: 768px) {
  .content-block-col.border-left {
    padding-left: 30px;
  }
}
.content-block-col.border-right {
  border-right: 1px solid #af891f;
}
@media only screen and (min-width: 768px) {
  .content-block-col.border-right {
    padding-right: 30px;
  }
}

.content-block-row-divider {
  clear: both;
  margin: 0px 0 -6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* BUTTONS  ------------------------------------------------------------------*/
/* Global button styles */
.button, input.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin: 0 6px 10px 0;
  margin: 0 .375rem .625rem 0;
  padding: 5px 10px;
  padding: .3125rem .625rem;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
  background-color: #9b8f86;
  background-image: -moz-linear-gradient(#af891f, #9b8f86);
  background-image: -o-linear-gradient(#af891f, #9b8f86);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #af891f), color-stop(1, #9b8f86));
  background-image: -webkit-linear-gradient(#af891f, #9b8f86);
  background-image: -ms-linear-gradient(#af891f, #9b8f86);
  background-image: linear-gradient(#af891f, #9b8f86);
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  /* Secondary buttons -------- */
}
.button:link,
input[type="submit"]:link,
input[type="reset"]:link,
input[type="button"]:link, .button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
  color: white;
  text-decoration: none;
}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, .button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #fff;
  text-decoration: none;
  background-color: #908278;
  background-image: -moz-linear-gradient(#a0948c, #908278);
  background-image: -o-linear-gradient(#a0948c, #908278);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a0948c), color-stop(1, #908278));
  background-image: -webkit-linear-gradient(#a0948c, #908278);
  background-image: -ms-linear-gradient(#a0948c, #908278);
  background-image: linear-gradient(#a0948c, #908278);
}
.button.small,
input.small[type="submit"],
input.small[type="reset"],
input.small[type="button"] {
  font-weight: 400;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem;
}
.button.large,
input.large[type="submit"],
input.large[type="reset"],
input.large[type="button"] {
  margin: 15px 5px 15px 0;
  margin: .9375rem .3125rem .9375rem 0;
  padding: 10px 20px;
  padding: .625rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.button.secondary:link,
input.secondary[type="submit"]:link,
input.secondary[type="reset"]:link,
input.secondary[type="button"]:link, .button.secondary:visited,
input.secondary[type="submit"]:visited,
input.secondary[type="reset"]:visited,
input.secondary[type="button"]:visited {
  color: #74676a;
  background-color: #e1e3e1;
  background-image: -moz-linear-gradient(#eeefee, #e1e3e1);
  background-image: -o-linear-gradient(#eeefee, #e1e3e1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeefee), color-stop(1, #e1e3e1));
  background-image: -webkit-linear-gradient(#eeefee, #e1e3e1);
  background-image: -ms-linear-gradient(#eeefee, #e1e3e1);
  background-image: linear-gradient(#eeefee, #e1e3e1);
}
.button.secondary:hover,
input.secondary[type="submit"]:hover,
input.secondary[type="reset"]:hover,
input.secondary[type="button"]:hover, .button.secondary:active,
input.secondary[type="submit"]:active,
input.secondary[type="reset"]:active,
input.secondary[type="button"]:active {
  color: #231F20;
  text-decoration: none;
  background-color: #d4d6d4;
  background-image: -moz-linear-gradient(#e6e8e6, #d4d6d4);
  background-image: -o-linear-gradient(#e6e8e6, #d4d6d4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e8e6), color-stop(1, #d4d6d4));
  background-image: -webkit-linear-gradient(#e6e8e6, #d4d6d4);
  background-image: -ms-linear-gradient(#e6e8e6, #d4d6d4);
  background-image: linear-gradient(#e6e8e6, #d4d6d4);
}

/* Outline version ------ */
.button-outline {
  display: inline-block;
  border: 2px solid #af891f;
  margin: 0 6px 10px 0;
  margin: 0 .375rem .625rem 0;
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  text-transform: uppercase;
  color: #af891f;
  letter-spacing: 0em;
  text-align: center;
  background: none;
  -webkit-transition: background 0.125s linear;
  -moz-transition: background 0.125s linear;
  -o-transition: background 0.125s linear;
  transition: background 0.125s linear;
}
.button-outline:link, .button-outline:visited {
  color: #af891f;
  text-decoration: none;
}
.button-outline:hover, .button-outline:active {
  color: #fff;
  text-decoration: none !important;
  background: #af891f;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.button-outline.small {
  padding: 3px 6px;
  padding: .1875rem .375rem;
  font-weight: 600;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem;
  border-width: 2px;
}
.button-outline.large {
  margin: 15px 5px 15px 0;
  margin: .9375rem .3125rem .9375rem 0;
  padding: 8px 16px;
  padding: .5rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* TABLES  ------------------------------------------------------------------*/
table {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #58595B;
  border: none;
}

td {
  padding: 9px;
  padding: .5625rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #af891f;
}

th {
  padding: 9px;
  padding: .5625rem;
  vertical-align: middle;
  border-top: 1px solid #af891f;
  border-bottom: 1px solid #af891f;
}

/* GENERAL FORM STYLES  ------------------------------------------------------------------*/
form {
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #58595B;
}

fieldset {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0 0 15px 0;
  padding: 0 0 .9375rem 0;
  border-bottom: 1px solid #af891f;
}

.form-row {
  margin: 0 0 10px 0;
  margin: 0 0 .625rem 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="file"],
textarea,
select {
  width: 100%;
  margin: 0 0 10px 0;
  margin: 0 0 .625rem 0;
  padding: 10px 8px;
  padding: .625rem .5em;
  background-color: #f9f9f9;
  border: 1px solid #af891f;
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .02em;
  color: #717275;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: inset 0 0 4px #dadcdd;
  -moz-box-shadow: inset 0 0 4px #dadcdd;
  box-shadow: inset 0 0 4px #dadcdd;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 1px 5px 0 5px;
  margin: .0625rem .3125rem 0 .3125rem;
}

input[type="search"] {
  -webkit-appearance: none;
  /* Remove default webkit styles */
}

input:focus, textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px #e4e4e4;
  -moz-box-shadow: inset 0 0 5px #e4e4e4;
  box-shadow: inset 0 0 5px #e4e4e4;
}

input.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-weight: 400;
  cursor: pointer;
}

textarea {
  min-height: 75px;
  line-height: 16px;
  line-height: 1rem;
}

label {
  display: block;
  margin: 0 0 5px 0;
  margin: 0 0 .3125rem 0;
  font-weight: 400;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem;
  color: #7e7f82;
}

/* Form Field Placeholder Text */
::-webkit-input-placeholder {
  padding-top: 3px;
  padding-top: .1875rem;
}

:-moz-placeholder {
  padding-top: 3px;
  padding-top: .1875rem;
}

::-moz-placeholder {
  padding-top: 3px;
  padding-top: .1875rem;
}

:-ms-input-placeholder {
  padding-top: 3px;
  padding-top: .1875rem;
}

/* Radio Button Group Layouts */
.radio-label {
  font-weight: 400;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem;
  color: #7e7f82;
}

.radio-group {
  padding: 5px;
  padding: .3125rem;
}
.radio-group.horizontal .radio-label {
  margin-right: 15px;
  margin-right: .9375rem;
}
.radio-group.vertical .radio-label {
  line-height: 22px;
  line-height: 1.375rem;
}
.radio-group.error {
  background: rgba(255, 0, 0, 0.15);
}

/* Checkbox Group Layouts */
.checkbox-label {
  font-weight: 400;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem;
  color: #7e7f82;
}

.checkbox-group {
  margin: 0 0 10px 0;
  margin: 0 0 .625rem 0;
  padding: 5px;
  padding: .3125rem;
}
.checkbox-group.horizontal .checkbox-label {
  margin-right: 15px;
  margin-right: .9375rem;
}
.checkbox-group.vertical .checkbox-label {
  line-height: 22px;
  line-height: 1.375rem;
}
.checkbox-group.error {
  background: rgba(255, 0, 0, 0.15);
}

/* Feedback */
.form-feedback {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 10px;
  padding: .625rem;
  font-weight: 600;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  background: white;
}
.form-feedback.error {
  color: red;
  background: rgba(255, 0, 0, 0.15);
}
.form-feedback.success {
  color: green;
  background: rgba(0, 255, 0, 0.15);
}

.feedback {
  margin: 0 0 12px;
  margin: 0 0 .75rem;
  padding: 0;
  font-weight: 600;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.feedback.error {
  color: red;
}
.feedback.success {
  color: green;
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="url"].error,
input[type="number"].error,
input[type="file"].error,
textarea.error,
select.error {
  background: rgba(255, 0, 0, 0.15);
}

/* "Required Fields" messaging */
.required-key {
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  font-weight: 800;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  text-align: right;
  color: #af891f;
}

.required::after {
  content: " *";
  color: #af891f;
}

.form-instructions {
  font: 600 12px/16px "Lato", verdana, sans-serif;
  color: #58595B;
  margin: 0 0 12px;
}

.field-instructions {
  font: 400 11px/15px "Lato", verdana, sans-serif;
  color: #58595B;
  margin: 0 0 3px;
}

/* PAGE BACKGROUND  ------------------------------------------------------------------*/
#page-background {
  position: fixed;
  width: 100%;
  height: 100%;
  /* Page background slide navigation */
  /* Text overlays */
}
#page-background .page-bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
#page-background .page-bg-slide:first-child {
  display: block;
}
#page-background .page-bg-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
#page-background .page-bg-nav ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
#page-background .page-bg-nav li {
  padding: 0 3px;
  background: none;
  float: left;
}
#page-background .page-bg-nav a {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: .5;
  cursor: pointer;
}
#page-background .page-bg-nav a.current-slide {
  background: #fff;
}
#page-background .text-overlay {
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.65);
}
#page-background .text-overlay .image-text {
  display: block;
  margin: 0 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  line-height: 2.375rem;
  letter-spacing: .5em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #page-background .text-overlay .image-text {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .1em;
  }
}

/* GRID LISTINGS  ------------------------------------------------------------------*/
/* Grid Listing views on "Work & Project DNA Listing" pages. */
.grid-listings {
  margin: 0 -13px;
  margin: 0 -.8125rem;
}
html.js .grid-listings {
  opacity: 0;
}
.grid-listings .grid-listings-item {
  width: 33.333%;
  float: left;
  padding: 0 13px 26px;
  padding: 0 .8125rem 1.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .grid-listings .grid-listings-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-listings .grid-listings-item {
    width: 100%;
  }
}
.grid-listings .summary-image-container {
  position: relative;
}
.grid-listings .summary-image {
  display: block;
  width: 100%;
  padding: 0;
}
.grid-listings .summary-image img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-listings .summary-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 33px 20px;
  padding: 2.0625rem 1.25rem;
  font-size: 12px;
  font-size: .75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: .02em;
  color: #000;
  background: rgba(255, 255, 255, 0.78);
  opacity: 0;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
.grid-listings .summary-year {
  display: block;
  margin: 0;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
@media only screen and (max-width: 767px) {
  .grid-listings .summary-year {
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.grid-listings .summary-info {
  position: absolute;
  bottom: 55px;
}
.grid-listings .video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.grid-listings .video-overlay:after {
  display: block;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  content: "\f16a";
  font-family: FontAwesome;
  font-size: 72px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  opacity: .7;
}
.grid-listings h3.listing-title {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 14px 20px;
  padding: .875rem 1.25rem;
  bottom: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2000;
}
.grid-listings .summary-image:hover {
  opacity: .85;
}
.grid-listings .summary-image:hover .summary-overlay {
  opacity: .85;
}
.grid-listings .summary-image:hover .video-overlay {
  opacity: .85;
  background: rgba(255, 255, 255, 0.78);
}
.grid-listings .summary-image:hover .video-overlay:after {
  opacity: .85;
  color: #000;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.grid-listings .summary-image:hover h3.listing-title {












  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  color: #fff;
  background: #414042;
}

/* INTRO OVERLAY  ------------------------------------------------------------------*/
#intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #af891f;
}
#intro-overlay .overlay-text {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  line-height: 2.375rem;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#intro-overlay .overlay-text .subhead {
  display: block;
  margin-top: 12px;
  margin-top: .75rem;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media only screen and (max-width: 767px) {
  #intro-overlay .overlay-text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.page-id-8 #intro-overlay {
  background: #808284;
}

/* ACCORDION  ------------------------------------------------------------------*/
.accordion {
  position: relative;
  margin: 0 0 25px 0;
  /* Hide the content to be collapsed /expanded */
}
.accordion .accordion-group {
  margin: 0 0 25px 0;
}
.accordion .accordion-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 25px 0 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .02em;
  color: #414042;
  text-transform: uppercase;
  cursor: pointer;
}
.accordion .accordion-header:after {
  position: absolute;
  display: block;
  top: 4px;
  right: 0;
  font-family: FontAwesome;
  content: "\f067";
  font-size: 15px;
  line-height: 17px;
  color: #414042;
}
.accordion .expanded .accordion-header:after {
  content: "\f068";
}
.accordion .accordion-content {
  padding: 15px 0 0;
  display: none;
}

.connect-contact-container {
  padding: 32px 23px;
  padding: 2rem 1.4375rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #fff;
  background: #af891f;
}
.connect-contact-container h5 {
  display: inline;
  float: left;
  margin: 0 7px 0 0;
  margin: 0 .4375rem 0 0;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .connect-contact-container h5 {
    display: block;
    float: none !important;
    margin-bottom: 10px;
  }
}

/* SOCIAL MEDIA CHANNEL LINKS  ------------------------------------------------------------------*/
.social-media-channels ul {
  position: relative;
  top: -3px;
  top: -.1875rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .social-media-channels ul {
    width: 100%;
  }
}
.social-media-channels ul li {
  float: left;
  margin: 0 24px 12px 5px;
  margin: 0 1.5rem .75rem .3125rem;
  padding: 0;
  background: none;
}
.social-media-channels ul a {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
.social-media-channels ul a:link, .social-media-channels ul a:visited {
  color: #fff;
  text-decoration: none;
}
.social-media-channels ul a:hover, .social-media-channels ul a:active {
  color: #fff;
  opacity: .6;
}
.social-media-channels ul a:before {
  position: relative;
  bottom: -4px;
  bottom: -.25rem;
  margin: 0 6px 0 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 29px;

  font-size: 1.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #fff;
}
.social-media-channels ul a.facebook-link:before {
  content: "\f082";
}
.social-media-channels ul a.twitter-link:before {
  content: "\f081";
}
.social-media-channels ul a.tumblr-link:before {
  content: "\f174";
}
.social-media-channels ul a.instagram-link:before {
  content: "\f16d";
}
.social-media-channels ul a.youtube-link:before {
  content: "\f166";
}
.social-media-channels ul a.vimeo-link:before {
  content: "\f194";
}
.social-media-channels ul a.share-link:before {
  content: "\f1e1";
}
.social-media-channels ul a.email-link:before {
  content: "\f0e0";
}
.social-media-channels ul a.call-link:before {
  content: "\f098";
}
@media only screen and (max-width: 1024px) {
  .social-media-channels {
    float: none;
  }
}

.connect-contact-container.inline .contact-channels {
  width: auto;
  float: right;
}
.connect-contact-container.inline .contact-channels h5 {
  float: left;
}
.connect-contact-container.inline .contact-channels ul {
  float: left;
}
.connect-contact-container.inline .contact-channels li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .connect-contact-container.inline .contact-channels {
    float: none;
    clear: left;
    padding-top: 10px;
  }
}

/* SOCIAL SHARING  ------------------------------------------------------------------*/
.social-sharing {
  padding: 15px 0 0;
  border-top: 1px solid #af891f;
}

.fb-like-btn,
.linkedin-share-btn,
.twitter-tweet-btn,
.pinit-btn,
.googleplus-btn,
.tumblr-btn,
.email-btn {
  float: left;
  padding: 0 10px 0 0;
}

a.email-btn {
  display: block;
  width: 27px;
  height: 20px;
  text-indent: -5000px;
  background: url(_/images/shared/btn-email.gif);
}
a.email-btn:hover {
  opacity: .8;
}

/* SHARING OVERLAY  ------------------------------------------------------------------*/
#sharing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  /* Fix an issue with CSS delivered from AddThis */
}
#sharing-overlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
  display: block;
}
#sharing-overlay #sharing {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 78px;
  line-height: 4.875rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#sharing-overlay h5 {
  color: #fff;
}
#sharing-overlay a.close-button {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
#sharing-overlay a.close-button:hover {
  opacity: .5;
  text-decoration: none;
}
#sharing-overlay a.close-button:before {
  position: relative;
  text-align: center;
  font-family: FontAwesome;
  content: "\f057";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #fff;
}
#sharing-overlay .at-share-tbx-element .at-share-btn .at300bs {
  display: block !important;
}
#sharing-overlay .at-share-btn {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
}
#sharing-overlay .at4-icon {
  position: relative;
}
#sharing-overlay .at4-icon.aticon-facebook {
  top: -38px;
  left: -4px;
}
#sharing-overlay .at4-icon.aticon-twitter {
  top: -34px;
  left: 1px;
}
#sharing-overlay .at4-icon.aticon-linkedin {
  top: -35px;
  left: -1px;
}
#sharing-overlay .at4-icon.aticon-google_plusone_share {
  top: -33px;
  left: 1px;
}
#sharing-overlay .at4-icon.aticon-pinterest_share {
  top: -37.5px;
  left: 0px;
}
#sharing-overlay .at4-icon.aticon-compact {
  top: -34px;
  left: 0px;
}

/*  WP-SPECIFIC STYLES (Pagination, Image alignment)  -------------------------------------------------*/
/* WP Pagination / Navigation */
.posts-nav {
  margin: 0 0 20px 0;
  padding: 40px 0 0 0;
  font: 600 12px/12px "Lato", verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #414042;
}
.posts-nav .prev-posts a {
  display: block;
  float: left;
}
.posts-nav .prev-posts a:before {
  content: "\f104";
  position: relative;
  margin: 0 18px 0 0;
  margin: 0 1.125rem 0 0;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: .875rem;
  color: #58595B;
}
.posts-nav .next-posts a {
  display: block;
  float: right;
}
.posts-nav .next-posts a:after {
  content: "\f105";
  position: relative;
  margin: 0 0 0 18px;
  margin: 0 0 0 1.125rem;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: .875rem;
  color: #58595B;
}
.posts-nav a:link {
  color: #8b8c8e;
  text-decoration: none;
}
.posts-nav a:visited {
  color: #8b8c8e;
  text-decoration: none;
}
.posts-nav a:hover {
  color: #af891f;
  text-decoration: none;
}
.posts-nav a:active {
  color: #af891f;
  text-decoration: none;
}

/* WP Image Classes */
.entry img {
  display: block;
  margin: 0 0 15px 0;
  border: 1px solid #ededed;
  /* WP-inserted image align classes (set by user via "Edit Media" page). */
}
.entry img + img {
  margin: 20px 0 0 0;
}
.entry img .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry img .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* HEADER  ------------------------------------------------------------------*/
#page-header {
  position: relative;
  position: fixed;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  padding: 0;
  z-index: 1000;
  background: #414042;
  z-index: 3000;
}
#page-header .inner-wrapper {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}
.ltie9 #page-header .inner-wrapper {
  width: 1230px;
}
.ltie8 #page-header .inner-wrapper {
  z-index: 10;
}

a#logo {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 214px;
  height: 95px;
  display: block;
  text-indent: -5000px;
  background: url(_/images/shared/logo.png) #414042;
  border-radius: 0 0 25px 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a#logo {
    background: url(_/images/shared/logo%402x.png) no-repeat #414042;
    background-size: 178px 85px;
  }
}

/* Main Nav  -------------------------------------------- */
#main-nav {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 0;
  background: none;
}
@media only screen and (max-width: 979px) {
  #main-nav {
    display: none;
  }
}
#main-nav ul {
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  list-style-type: none;
}
#main-nav ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
#main-nav ul a {
  display: block;
  margin: 0 5px;
  padding: 15px 10px 18px 10px;
  border: none;
  background: none;
}
#main-nav ul a:link, #main-nav ul a:visited {
  color: #af891f;
  text-decoration: none;
}
#main-nav ul a:hover, #main-nav ul a:active {
  color: #fff;
  text-decoration: none;
  background: url(_/images/shared/main-nav-highlight-beige.gif) no-repeat center top;
}
@media screen and (min-width: 1200px) {
  #main-nav ul a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  #main-nav ul a {

    margin: 0;
  }
}
#main-nav ul a.expanded,
#main-nav ul .current-menu-item a {
  color: #fff;
  background: url(_/images/shared/main-nav-highlight-beige.gif) no-repeat center top;
  text-decoration: none;
}

/* Extend the Main Nav for the 'Home' page (slightly different look and feel) */
body.home #main-nav a:link, body.home #main-nav a:visited {
  color: #414042;
}
body.home #main-nav a:hover, body.home #main-nav a:active {
  color: #414042;
  background: url(_/images/shared/main-nav-highlight-dark.gif) no-repeat center top;
}
body.home #main-nav a.expanded,
body.home #main-nav .current-menu-item a {
  color: #414042;
  background: url(_/images/shared/main-nav-highlight-dark.gif) no-repeat center top;
}

/* Mobile Nav  ----------------------------------------- */
#mobile-nav {
  position: absolute;
  top: 73px;
  width: 100%;
  z-index: 1000;
}
#mobile-nav #mobile-nav-menu {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  font: 600 13px/13px "Lato", verdana, sans-serif;
  color: #ccc;
  letter-spacing: .1em;
  text-transform: uppercase;
  list-style-type: none;
  background: #af891f;
  border-bottom: 1px solid #beb6b0;
  display: none;
}
#mobile-nav #mobile-nav-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
#mobile-nav #mobile-nav-menu a {
  display: block;
  margin: 0;
  padding: 18px 30px 15px 30px;
  border: none;
  background: #d8996c;
  border-top: 1px solid #b57e56;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
#mobile-nav #mobile-nav-menu a:link, #mobile-nav #mobile-nav-menu a:visited {
  color: #fff;
  text-decoration: none;
}
#mobile-nav #mobile-nav-menu a:hover, #mobile-nav #mobile-nav-menu a:active {
  color: #af891f;
  text-decoration: none;
  background: #fff;
}

#mobile-nav-trigger {
  position: absolute;
  top: 19px;
  right: 0;
  margin: 0;
  padding: 11px 20px 17px 30px;
  font: 600 13px/13px "Lato", verdana, sans-serif;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  display: none;
  /* Extend for the 'Home' page */
}
#mobile-nav-trigger:before {
  content: "\f0c9";
  position: relative;
  bottom: 0;
  margin: 0 8px 0 0;
  margin: 0 .5rem 0 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 22px;
  /* font-size: .875rem; */
}
#mobile-nav-trigger:hover {
  color: #fff;
  text-decoration: none;
}
body.home #mobile-nav-trigger {
  color: #414042;
}
@media only screen and (max-width: 979px) {
  #mobile-nav-trigger {
    display: block;
  }
}

/* Full Width Headers -------------------------------------------- */
@media screen and (min-width: 1200px) {
  #page-header.full-width .inner-wrapper {
    max-width: 100%;
    padding: 0 5%;
  }
  #page-header.full-width a#logo {
    left: 30px;
  }
  #page-header.full-width #main-nav {
    right: 30px;
  }

  body.home #page-header.full-width #logo-container {
    left: 30px;
  }
  body.home #page-header.full-width a#logo {
    left: 17px;
  }
}
/* FOOTER  ------------------------------------------------------------------*/
#page-footer {
  clear: both;
  width: 100%;
  background: #414042;
  z-index: 3000;
  /* Contact Info ------ */
  /* Social Media Channels ------ */
  /* Copyright/Legal ------ */
}
#page-footer.full-width {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #414042;
}
#page-footer .inner-wrapper {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 40px 20px 5px;
  background: #414042;
}
.ltie9 #page-footer .inner-wrapper {
  width: 964px;
}
#page-footer .contact-info {
  margin: 0 0 18px 0;
}
#page-footer .contact-info h3 {
  float: left;
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 15px;

  line-height: .9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #af891f;
}
@media only screen and (max-width: 767px) {
  #page-footer .contact-info h3 {
    display: none;
  }
}
#page-footer .contact-info p {
  margin: 0;
  color: #d8996c;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 15px;
  line-height: .9375rem;
}
#page-footer .contact-info .info-label {
  font-weight: 600;
  margin: 0 10px 0 0;
}
#page-footer .contact-info .info-label.email {
  margin-left: 20px;
}
#page-footer .contact-info .phone-type-label {
  font-weight: 800;
  font-size: 90%;
  margin-right: 2px;
}
#page-footer .contact-info .divider-dot {
  margin: 0 8px;
}
#page-footer .contact-info a:link,
#page-footer .contact-info a:visited {
  color: #d8996c;
  text-decoration: none;
}
#page-footer .contact-info a:hover,
#page-footer .contact-info a:active {
  color: #af891f;
  text-decoration: underline;
}
#page-footer .social-media-channels {
  float: right;
  margin: 0 0 0 0;
}
#page-footer .social-media-channels h3 {
  float: left;
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 15px;
  line-height: .9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #af891f;
}
@media only screen and (max-width: 767px) {
  #page-footer .social-media-channels h3 {
    display: none;
  }
}
#page-footer .social-media-channels ul {
  float: right;
  width: auto;
}
#page-footer .social-media-channels li {
  margin: 0;
}
#page-footer .social-media-channels a:before {
  position: relative;
  bottom: -2px;
  bottom: -.125rem;
  margin: 0 9px 0 4px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #d8996c;
}
@media only screen and (max-width: 1024px) {
  #page-footer .social-media-channels {
    float: none;
    margin-bottom: 10px;
  }
  #page-footer .social-media-channels ul {
    float: left;
  }
}
#page-footer p.copyright {
  clear: both;
  font-weight: 400;
  font-size: 10px;
  font-size: .625rem;
  line-height: 14px;
  line-height: .875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7f7f7f;
  text-align: center;
}
#page-footer p.copyright .divider {
  font: 400 12px/12px "Lato", verdana, sans-serif;
  margin: 0 15px;
}
#page-footer p.copyright a:link,
#page-footer p.copyright a:visited {
  color: #7f7f7f;
  text-decoration: none;
}
#page-footer p.copyright a:hover,
#page-footer p.copyright a:active {
  color: #af891f;
  text-decoration: underline;
}
#content.contact-page #page-footer p.copyright {
  border-top: 1px solid #fff;
  margin: 15px 0;
  margin: .9375rem 0;
  padding: 10px 0;
  padding: .625rem 0;
  color: #d5d0cc;
}
#content.contact-page #page-footer p.copyright a:link,
#content.contact-page #page-footer p.copyright a:visited {
  color: #fff;
  text-decoration: none;
}
#content.contact-page #page-footer p.copyright a:hover,
#content.contact-page #page-footer p.copyright a:active {
  color: #fff;
  text-decoration: underline;
}

/* HOME PAGE  ------------------------------------------------------------------*/
body.home {
  /* Page Header, Logo, and Main Nav take on a different look and feel on the home page */
  /* Tablets and desktop views get an enhanced logo treatment */
  /* Tablets and desktop views get an enhanced logo treatment */
}
body.home #content {
  background: none;
}
body.home #page-header {
  background: rgba(255, 255, 255, 0.8);
}
body.home #page-footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.home #logo-container {
    position: absolute;
    top: 0;
    left: 14px;
    width: 166px;
    height: 253px;
    background: #414042;
  }
  body.home a#logo {
    top: 89px;
    left: 48px !important;
     width: 264px;
    height: 172px;
    display: block;
    text-indent: -5000px;
    background: url(_/images/home/logo-home1.png) no-repeat;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body.home a#logo {
    background: url(_/images/home/logo-home%402x.png);
    background-size: 212px 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 479px) {
  body.home a#logo {
    background-size: 212px 69px;
  }
}

@media only screen and (max-width: 767px) {
  body.home a#logo {
    /* background: url(_/images/shared/logo-dark.png); */
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  body.home a#logo {
    background: url(_/images/home/logo-home1.png) no-repeat;
    background-size: 209px 110px;
    height: 135px;
    border-radius: 0;
    top: 43px;
  }
}

/* WORK - MAIN PAGE  ------------------------------------------------------------------*/
body.page-id-5 #content {
  max-width: none;
  background: none;
}
body.page-id-5 a.doorway-link {
  display: block;
  -webkit-transition: background 0.125s linear;
  -moz-transition: background 0.125s linear;
  -o-transition: background 0.125s linear;
  transition: background 0.125s linear;
}
body.page-id-5 a.doorway-link#doorway-link-1 {
  background: rgba(255, 255, 255, 0.25);
}
body.page-id-5 a.doorway-link#doorway-link-2 {
  background: rgba(169, 151, 155, 0.65);
}
body.page-id-5 a.doorway-link#doorway-link-3 {
  background: rgba(255, 255, 255, 0.25);
}
body.page-id-5 a.doorway-link:link, body.page-id-5 a.doorway-link:visited {
  text-decoration: none;
}
body.page-id-5 a.doorway-link:hover, body.page-id-5 a.doorway-link:active {
  background: rgba(169, 151, 155, 0.78) !important;
  text-decoration: none;
}
body.page-id-5 a.doorway-link .doorway-text {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-id-5 a.doorway-link .doorway-title {
  display: block;
  font-weight: 300;
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 78px;
  line-height: 4.875rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.page-id-5 a.doorway-link .doorway-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 479px) {
  body.page-id-5 a.doorway-link .doorway-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
body.page-id-5 a.doorway-link:hover .doorway-title {
  color: #414042;
  -webkit-transition: color 0.125s linear;
  -moz-transition: color 0.125s linear;
  -o-transition: color 0.125s linear;
  transition: color 0.125s linear;
}
body.page-id-5 a.doorway-link .doorway-subtitle {
  display: block;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.page-id-5 a.doorway-link .doorway-subtitle {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  body.page-id-5 a.doorway-link .doorway-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-5 #page-footer {

    display: none;
  }
}

/* EVENT DETAIL  ------------------------------------------------------------------*/
/* Single event displays on "Work-Design" page. */
.single-event {
  /* Event Images Slider  ---------------------------------- */
  /* Event Content Sidebar Panel  --------------------------- */
  /* Page Footer  ------------------------------------- */
}
.single-event #wrapper {
  overflow: hidden;
}
.single-event #event-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #312b2c;
}
.single-event #slider-area {
  position: absolute;
  width: 100%;
  background: #2a2526;
  overflow: hidden;
}
.single-event #event-images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 1.25s ease;
  -moz-transition: left 1.25s ease;
  -o-transition: left 1.25s ease;
  transition: left 1.25s ease;
}
.single-event .event-image {
  display: block;
  float: left;
  margin: 0 8px;
  border: 0;
  height: auto;
  width: auto;
  opacity: .35;
  -webkit-transition: opacity 0.625s ease;
  -moz-transition: opacity 0.625s ease;
  -o-transition: opacity 0.625s ease;
  transition: opacity 0.625s ease;
}
.single-event .event-image.current {
  opacity: .99;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.single-event #slider-nav {
  text-align: center;
}
.single-event #slider-nav .slider-nav-btn {
  display: inline-block;
  width: 20px;
  height: 40px;
  margin: 0 30px;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
.single-event #slider-nav .slider-nav-btn:hover {
  opacity: .6;
}
.single-event #slider-nav .slider-nav-btn.prev {
  background: url(_/images/projects/slider-nav-arrow-prev.svg) no-repeat center center;
}
.single-event #slider-nav .slider-nav-btn.next {
  background: url(_/images/projects/slider-nav-arrow-next.svg) no-repeat center center;
}
.single-event #content.event-detail {
  position: relative;
  max-width: 480px;
  min-width: 60px;
  /* Width of "#toggle-event-info-btn" button */
  padding: 0;
  float: right;
  color: #58595B;
  font-weight: 600;
  background: #231F20;
  overflow-y: scroll;
  z-index: 1;
  -webkit-transition: background 0.125s linear;
  -moz-transition: background 0.125s linear;
  -o-transition: background 0.125s linear;
  transition: background 0.125s linear;
}
.single-event #content.event-detail.expanded {
  background: rgba(255, 255, 255, 0.8);
}
.single-event #content.event-detail #event-panel {
  padding: 80px 70px 35px 60px;
}
.single-event #content.event-detail h1.event-title {
  margin: 0 0 13px 0;
  margin: 0 0 .8125rem 0;
  padding: 0;
  font-weight: 300;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #000;
}
.single-event #content.event-detail p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #58595B;
}
.single-event #content.event-detail a:link {
  color: #58595B;
  text-decoration: underline;
}
.single-event #content.event-detail a:visited {
  color: #58595B;
  text-decoration: underline;
}
.single-event #content.event-detail a:hover {
  color: #58595B;
  text-decoration: underline;
}
.single-event #content.event-detail a:active {
  color: #58595B;
  text-decoration: underline;
}
.single-event #content.event-detail .event-info {
  margin-bottom: 60px;
  margin-bottom: .375rem;
  font-weight: 600;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: .04em;
  color: #58595B;
}
.single-event #content.event-detail .event-info .event-year {
  display: block;
  margin: 0 0 19px 0;
  margin: 0 0 1.1875rem 0;
}
.single-event #content.event-detail .event-info .event-size {
  display: block;
}
.single-event #content.event-detail .event-info .event-location {
  display: block;
  margin: 0 0 8px 0;
  margin: 0 0 .5rem 0;
}
.single-event #content.event-detail .event-info .event-description {
  display: block;
  margin: 50px 0 100px 0;
  margin: 3.125rem 0 6.25rem 0;
}
.single-event #content.event-detail ul.event-actions {
  margin: 0 -60px 50px 0;
  margin: 0 -3.75rem 3.125rem 0;
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #231F20;
  list-style-type: none;
}
.single-event #content.event-detail ul.event-actions li {
  display: inline-block;
  margin: 0 32px 0 0;
  margin: 0 2rem 0 0;
  padding: 0;
  line-height: 27px;
  line-height: 1.6875rem;
  background: none;
}
.single-event #content.event-detail ul.event-actions li:before {
  position: relative;
  bottom: -1px;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #231F20;
}
.single-event #content.event-detail ul.event-actions li.replay-slideshow:before {
  content: "\f021";
}
.single-event #content.event-detail ul.event-actions li.share-event:before {
  content: "\f1e0";
}
.single-event #content.event-detail ul.event-actions li.next-event:before {
  content: "\f138";
}
.single-event #content.event-detail ul.event-actions li.event-menu:before {
  content: "\f030";
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  .single-event #content.event-detail ul.event-actions li.event-menu:before {
    left: 4px;
  }
}
.single-event #content.event-detail ul.event-actions a:link {
  color: #231F20;
  text-decoration: none;
}
.single-event #content.event-detail ul.event-actions a:visited {
  color: #231F20;
  text-decoration: none;
}
.single-event #content.event-detail ul.event-actions a:hover {
  color: #231F20;
  text-decoration: underline;
}
.single-event #content.event-detail ul.event-actions a:active {
  color: #231F20;
  text-decoration: underline;
}
.single-event #event-title-vertical {
  position: absolute;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .single-event #event-title-vertical {
    display: none;
  }
    body.home #page-header {
    background:#fff;
}
#page-footer .inner-wrapper {
    padding: 25px 20px 5px !important;
}
#content {
    margin: 65px auto 0;
}
}
@media only screen and (max-width: 479px) {
  .single-event #event-title-vertical {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
       line-height: 3.25rem;
  }
  .entry p img{
	  width:100%;}
}
.single-event a#toggle-event-info-btn {
  display: block;
  position: absolute;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  background: #231F20;
  opacity: .7;
  z-index: 2;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
.single-event a#toggle-event-info-btn:link {
  color: #414042;
  text-decoration: none;
}
.single-event a#toggle-event-info-btn:visited {
  color: #414042;
  text-decoration: none;
}
.single-event a#toggle-event-info-btn:hover {
  color: #414042;
  text-decoration: none;
  opacity: 1;
}
.single-event a#toggle-event-info-btn:active {
  color: #414042;
  text-decoration: none;
  opacity: 1;
}
.single-event a#toggle-event-info-btn:before {
  display: block;
  position: relative;
  margin: 0 auto 0;
  padding: 0 4px 0 0;
  padding: 0 .25rem 0 0;

  content: "\f053";
  font-family: FontAwesome;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 200;
  line-height: 65px;
  line-height: 4.0625rem;
  color: #fff;
}
.single-event a#toggle-event-info-btn.expanded {
  background: #af891f;
}
.single-event a#toggle-event-info-btn.expanded:before {
  padding: 0 0 0 5px;
  padding: 0 0 0 .3125rem;
  content: "\f054";
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-event #page-footer {
    display: none;
    height: 0;
  }

}

/* Hacks for IE Browser Display bugs */
/* IE9- overrides */
.ie .single-event a#toggle-event-info-btn:before {
  top: 30px;
}

/* IE10+ overrides */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-event a#toggle-event-info-btn:before {
    top: 30px;
  }
}
/* VIDEO ENTRY PAGE  ------------------------------------------------------------------*/
body.page-id-2307 {
  background: #231F20;
}
body.page-id-2307 #content {
  max-width: none;
}
body.page-id-2307 .video-entry-img {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  body.page-id-2307 .video-entry-img {
    width: 100%;
    height: 50%;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  body.page-id-2307 .video-entry-img {
    width: 100%;
    height: 50%;
    float: none;
  }
}
body.page-id-2307 .video-entry-img a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
}
body.page-id-2307 .video-entry-img a.reveal {
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  opacity: 0;
}
body.page-id-2307 .video-entry-img.events a {
  background: #231F20;
}
body.page-id-2307 .video-entry-img.install a {
  background: #393839;
}
body.page-id-2307 .video-entry-img h1 {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: .45em;
  text-transform: uppercase;
  text-align: center;
  color: #af891f;
  margin-top: 20px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-id-2307 .video-entry-img a:hover h1 {
  -webkit-transition: color 0.125s linear;
  -moz-transition: color 0.125s linear;
  -o-transition: color 0.125s linear;
  transition: color 0.125s linear;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.page-id-2307 .video-entry-img h1 {
    magin-top: 0;
  }
  body.page-id-2307 #page-footer {
    display: none;
    height: 0;
  }
}

/* VIDEO DETAIL  ------------------------------------------------------------------*/
/* Single video displays on "Work-Lab" and "Work-Experience" pages. */
#video-container {
  width: 100%;
  height: auto;
  padding-top: 73px;
  background: #000;
}
#video-container .video {
  max-width: 1230px;
  height: auto;
  margin: 0 auto;
}

#content.video-detail {
  max-width: none;
  margin-top: 0;
  padding: 43px 0 60px 0;
  padding: 2.6875rem 0 3.75rem 0;
  background: #af891f;
}
#content.video-detail .inner-wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  #content.video-detail {
    padding: 8px 0 0 0;
    padding: .5rem 0 0 0;
  }
}
#content.video-detail h1.video-title {
  margin: 0 0 6px 0;
  margin: 0 0 .375rem 0;
  padding: 0;
  font-weight: 300;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #fff;
}
#content.video-detail ul.video-actions {
  margin: 0 0 5px 0;
  margin: 0 0 .3125rem 0;
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;

  color: #58595B;
  list-style-type: none;
}
@media only screen and (max-width: 479px) {
  #content.video-detail ul.video-actions {
    margin: 8px 0 8px 0;
    margin: .5rem 0 .5rem 0;
  }
}
#content.video-detail ul.video-actions li {
  display: inline;
  margin: 0 38px 0 0;
  margin: 0 2.375rem 0 0;
  padding: 0;
  background: none;
}
#content.video-detail ul.video-actions li:before {
  position: relative;
  bottom: -1px;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: .875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #231F20;
}
#content.video-detail ul.video-actions li.replay-video:before {
  content: "\f021";
}
#content.video-detail ul.video-actions li.share-video:before {
  content: "\f1e0";
}
#content.video-detail ul.video-actions li.next-video:before {
  content: "\f138";
}
#content.video-detail ul.video-actions li.video-menu:before {
  content: "\f03d";
}
@media only screen and (max-width: 479px) {
  #content.video-detail ul.video-actions li {
    display: block;
  }
}
#content.video-detail ul.video-actions a:link {
  color: #231F20;
  text-decoration: none;
}
#content.video-detail ul.video-actions a:visited {
  color: #231F20;
  text-decoration: none;
}
#content.video-detail ul.video-actions a:hover {
  color: #231F20;
  text-decoration: underline;
}
#content.video-detail ul.video-actions a:active {
  color: #231F20;
  text-decoration: underline;
}
#content.video-detail .event-info {
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .04em;
  color: #fff;
}
#content.video-detail .event-info .event-year, #content.video-detail .event-info .event-size, #content.video-detail .event-info .event-location {
  margin: 0 24px 0 0;
  margin: 0 1.5rem 0 0;
}

/* DESIGNERS PAGE  ------------------------------------------------------------------*/
#content.designers {
  padding: 0;
  overflow-x: hidden;
  /* Overlay Captions ---------------- */
  /* Details --------------- */
}
#content.designers .inner-wrapper {
  margin: 25px 15px;
  padding: 0;
}
#content.designers #company-bios {
  position: relative;
  margin: 0 -13px;
}
#content.designers .bio {
  position: relative;
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 13px;
  /* Thumbnails --------------- */
}
@media only screen and (max-width: 767px) {
  #content.designers .bio {
    width: 50%;
  }
}
#content.designers .bio .bio-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#content.designers .bio .bio-photo img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  border: 0;
}
#content.designers .bio:hover .bio-photo img {
  opacity: .5;
}
#content.designers .bio .caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 18px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #231F20;
  background: rgba(255, 255, 255, 0.78);
}
#content.designers .bio:hover .caption {
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  color: #fff;
  background: #414042;
}
#content.designers .bio a:hover {
  color: #fff;
  text-decoration: none;
}
#content.designers .bio a:active {
  color: #fff;
  text-decoration: none;
}
#content.designers .bio-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 33px;
  padding: 2.0625rem;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#content.designers .overlay-caption {
  display: block;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 18px;
  font-size: 1.128rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: .02em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #content.designers .overlay-caption {
    display: none;
  }
}
#content.designers .bio.expanded .bio-overlay {
  opacity: 1;
}
#content.designers .bio-detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: both;
  width: 100%;
  padding: 20px 15px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.designers .bio-detail .detail-content {
  padding: 40px 45px 18px;
  background: #af891f;
}
#content.designers .bio-detail .bio-name {
  margin: 4px 0 22px 0;
  margin: .25rem 0 1.375rem 0;
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: .5em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #content.designers .bio-detail .bio-name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
#content.designers .bio-detail p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}
#content.designers .bio-detail p.quote {
  margin: 40px 0 28px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #414042;
}
#content.designers .bio-detail p.quote:before {
  content: "“";
  margin-left: -8px;
}
#content.designers .bio-detail p.quote:after {
  content: "”";
}
#content.designers .bio-detail ul.contact-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #content.designers .bio-detail ul.contact-info {
    position: relative;
    left: 0;
  }
}
#content.designers .bio-detail ul.contact-info li {
  float: left;
  margin: 0 24px 0 5px;
  margin: 0 1.5rem .5rem .3125rem;
  padding: 0;
  background: none;
}
#content.designers .bio-detail ul.contact-info a {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
#content.designers .bio-detail ul.contact-info a:link, #content.designers .bio-detail ul.contact-info a:visited {
  color: #414042;
  text-decoration: none;
}
#content.designers .bio-detail ul.contact-info a:hover, #content.designers .bio-detail ul.contact-info a:active {
  color: #414042;
  opacity: .6;
}
#content.designers .bio-detail ul.contact-info a:before {
  position: relative;
  bottom: -4px;
  bottom: -.25rem;
  margin: 0 14px 0 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 1.5rem;
  color: #414042;
}
#content.designers .bio-detail ul.contact-info a.email-link:before {
  content: "\f0e0";
}
#content.designers .bio-detail ul.contact-info a.call-link:before {
  content: "\f098";
}
#content.designers .bio-detail a.close-button {
  display: block;
  position: absolute;
  top: 38px;
  right: 30px;

  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
#content.designers .bio-detail a.close-button:hover {
  opacity: .6 !important;
  text-decoration: none;
}
#content.designers .bio-detail a.close-button:before {
  position: relative;
  text-align: center;
  font-family: FontAwesome;
  content: "\f057";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #414042;
}

/* CONTACT PAGE  ------------------------------------------------------------------*/
body.page-id-10 {
  background: #231F20;
}
body.page-id-10 #content.contact-page {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 460px;
  margin: 0;
  padding: 6px 5px 35px 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #58595B;
  font-weight: 600;
  overflow-y: scroll;
  z-index: 1;
  /* Download Map links */
}
body.page-id-10 #content.contact-page h1.page-title {
  margin: 27px 0;
  margin: 1.6875rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: .15em;
}
body.page-id-10 #content.contact-page h4 {
  margin: 0 -20px 12px -5px;
  padding: 0 0 4px 5px;
  color: #231F20;
  border-bottom: 1px solid #fff;
}
body.page-id-10 #content.contact-page h5.location-title {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.page-id-10 #content.contact-page p {
  font-weight: 600;
}
body.page-id-10 #content.contact-page .phone-info, body.page-id-10 #content.contact-page .email-info {
  position: relative;
  padding: 26px 0 0 0;
  line-height: 24px;
}
body.page-id-10 #content.contact-page .phone-info a:link, body.page-id-10 #content.contact-page .phone-info a:visited, body.page-id-10 #content.contact-page .email-info a:link, body.page-id-10 #content.contact-page .email-info a:visited {
  color: #58595B;
  text-decoration: none;
}
body.page-id-10 #content.contact-page .phone-info a:hover, body.page-id-10 #content.contact-page .phone-info a:active, body.page-id-10 #content.contact-page .email-info a:hover, body.page-id-10 #content.contact-page .email-info a:active {
  color: #58595B;
  text-decoration: underline;
}
body.page-id-10 #content.contact-page .phone-info:before, body.page-id-10 #content.contact-page .email-info:before {
  content: "\f098";
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #414042;
}
body.page-id-10 #content.contact-page .phone-info {
  margin: 0 0 18px 0;
}
body.page-id-10 #content.contact-page .phone-info:before {
  content: "\f098";
}
body.page-id-10 #content.contact-page .email-info {
  margin: 0 0 28px 0;
}
body.page-id-10 #content.contact-page .email-info:before {
  content: "\f0e0";
}
body.page-id-10 #content.contact-page a.map-link {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #414042;
}
body.page-id-10 #content.contact-page a.map-link:link, body.page-id-10 #content.contact-page a.map-link:visited {
  color: #231F20;
  text-decoration: none;
}
body.page-id-10 #content.contact-page a.map-link:hover, body.page-id-10 #content.contact-page a.map-link:active {
  color: #000;
  opacity: .6;
}
body.page-id-10 #content.contact-page a.map-link:after {
  margin-left: 8px;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 16px;
  color: #414042;
}
@media only screen and (max-width: 767px) {
  body.page-id-10 #page-footer {
    display: none;
    height: 0;
  }
}

/* NEWS & PRESS (BLOG)  ------------------------------------------------------------------------*/
#content.blog {
  padding: 50px 0 40px 0;
}
#content.blog .inner-wrapper {
  padding: 25px 15px 25px 15px;
  background: url(_/images/shared/2px-rule.gif) repeat-y 66.5% top;
}
@media only screen and (max-width: 979px) {
  #content.blog .inner-wrapper {
    background: none;
  }
}
#content.blog #main {
  width: 66%;
  float: left;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 979px) {
  #content.blog #main {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 979px) {
  #content.blog #main {
    width: 100%;
    float: none;
  }
}
#content.blog #sidebar {
  width: 32%;
  float: right;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 979px) {
  #content.blog #sidebar {
    width: 100%;
    float: none;
    margin-top: 55px;
    padding-top: 25px;
    border-top: 2px solid #8F8E8E;
    	/*
	    width: 110% !important;
    	margin: 0 -15px;
    	padding: 30px 15px;
    	float: none;
    	border-bottom:  0;
    	@include linear-gradient($border-color, #fff);
    	*/
  }
}
#content.blog h1 {
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
}
#content.blog h1 a:link {
  color: #414042;
  text-decoration: none;
}
#content.blog h1 a:visited {
  color: #414042;
  text-decoration: none;
}
#content.blog h1 a:hover {
  color: #af891f;
  text-decoration: none;
}
#content.blog h1 a:active {
  color: #af891f;
  text-decoration: none;
}

/* Post Listings ----------------  */
#post-listings img {
  display: block;
}
#post-listings p {
  /*
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .02em;
  color: $text-color;
  */
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

body.blog .post,
body.archive .post,
body.search .post {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #af891f;
}
body.blog .post:last-child,
body.archive .post:last-child,
body.search .post:last-child {
  border-bottom: 0;
}

/* Post Header ------------------  */
.post-header .post-date {
  margin: 0 0 0px;
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8F8E8E;
}
.post-header .post-title h2 {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-weight: 500;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: .1em;
}
.post-header .post-title h2 a:link {
  color: #414042;
  text-decoration: none;
}
.post-header .post-title h2 a:visited {
  color: #414042;
  text-decoration: none;
}
.post-header .post-title h2 a:hover {
  color: #af891f;
  text-decoration: none;
}
.post-header .post-title h2 a:active {
  color: #af891f;
  text-decoration: none;
}

/* Post Meta -------------------- */
.post-meta {
  margin: -5px 0 25px;
  padding: 10px 0;
  font: 400 12px/14px "Lato", verdana, sans-serif;
  color: #717275;
  border-top: 1px solid #af891f;
}
.post-meta .post-categories {
  width: auto;
  float: left;
  margin: 0 5px 0 0;
}
.post-meta .post-tags:before {
  line-height: 14px;
  color: #af891f;
  content: " | ";
  margin: 0 8px;
}

/* Post Content -----------------  */
a.featured-img {
  display: block;
  width: 100%;
  padding: 0 0 5px;
}

a.read-more-link {
  font: 600 12px/14px "Lato", verdana, sans-serif;
  letter-spacing: .1em;
  text-transform: lowercase;
}
a.read-more-link:link {
  color: #8b8c8e;
  text-decoration: none;
}
a.read-more-link:visited {
  color: #8b8c8e;
  text-decoration: none;
}
a.read-more-link:hover {
  color: #af891f;
  text-decoration: none;
}
a.read-more-link:active {
  color: #af891f;
  text-decoration: none;
}
a.read-more-link:after {
  content: "\f105";
  position: relative;
  margin: 0 0 0 18px;
  margin: 0 0 0 1.125rem;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: .875rem;
  color: #58595B;
}

/* Post Archive pages -----------

.blog,
.archive,
.search {

  .post-img {

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      width: 100%;
    }

  }

}  */
/* Post Detail pages ------------  */
.single .featured-img {
  margin: 0 0 20px 0;
}
.single .featured-img img {
  width: 100%;
  height: auto;
}

/* Comments  --------------------------------------------------------------------


#comments {
  margin: 0 0 0 0;
  padding: 0;
  background: url(_/images/shared/divider-main.png) no-repeat left top;
} */
/* Comments Header ------

.comments-header {
  margin: 0 0 12px;
}

#comments h2 {
  float: left;
  margin: 0 0 12px;
  padding: 0 15px 0 0;
}
#comments h3.response-count {
  float: left;
  margin: 2px 0 0;
  padding: 4px 0 2px 15px;
  font: 400 11px/14px $primary-font-family;
  color: #b57740;
  border-left: 1px solid #2a2a2a;
} */
/* Comments List ------

ol.commentlist {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #2a2a2a;

  li.comment {
    position: relative;
    clear: both;
    margin: 0 0 18px;
    padding: 17px 0 0px;
    border-top: 1px solid #2a2a2a;

    &:first-child { }

    p { margin: 0 0 10px; }

  }

  .comment-author {
    margin: 0 0 13px;
  }

  img.avatar {
    display: block;
    float: left;
    margin: 0 12px 0 0;
    border: 2px solid #fff;
    @include shadow(0, 0, 4px, rgba(0,0,0,.5));
  }

  cite.fn {
    display: inline-block;
    font: 600 12px/14px $primary-font-family;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: 0;
    margin: 10px 0 9px;
    color: $primary-accent;
  }

  .comment-meta {
    position: absolute;
    top: 24px;
    right: 0;

    a:link { color: lighten($text-color, 10%) }

  }

  .comment-reply-link:after { content: " »"; }

} */
/* Comments Form ------

#commentform {
  margin: 22px 0 0;
  padding: 0;

  h3 {
    margin: 0 0 18px;
  }

  input#author,
  input#email,
  input#url,
  textarea#comment {
    width: 360px;
    margin-bottom: 15px;
  }

} */
/* Sidebar  --------------------------------------------------------------------- */
#content.blog #sidebar {
  /* Extends styles set in 'connect-contact-channels.scss' */
}
@media screen and (min-width: 979px) {
  #content.blog #sidebar {
    padding-left: 30px;
  }
}
#content.blog #sidebar h4 {
  margin: 0 -5px 10px;
  margin: 0 -.3125rem .625rem;
  padding: 0 5px 5px;
  padding: 0 .3125rem .3125rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #414042;
  border-bottom: 1px solid #af891f;
}
#content.blog #sidebar h5.location-title {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .08em;
}
#content.blog #sidebar p {
  font-size: 14px;
  font-size: .875rem;
}
#content.blog #sidebar .sidebar-section {
  margin: 0 0 15px 0;
}
#content.blog #sidebar .sidebar-section ul.section-nav {
  font-weight: 600;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: .08em;
  color: #8F8E8E;
  list-style-type: none;
}
#content.blog #sidebar .sidebar-section ul.section-nav li {
  margin: 0 0 6px 0;
  margin: 0 0 .375rem 0;
  padding: 0;
  background: none;
}
#content.blog #sidebar .sidebar-section ul.section-nav a:link {
  color: #231F20;
  text-decoration: none;
}
#content.blog #sidebar .sidebar-section ul.section-nav a:visited {
  color: #231F20;
  text-decoration: none;
}
#content.blog #sidebar .sidebar-section ul.section-nav a:hover {
  color: #af891f;
  text-decoration: none;
}
#content.blog #sidebar .sidebar-section ul.section-nav a:active {
  color: #af891f;
  text-decoration: none;
}
#content.blog #sidebar .social-media-channels {
  margin: 0 -5px 10px;
  margin: 0 -.3125rem .625rem;
  padding: 10px 5px 5px;
  padding: .625rem .3125rem .3125rem;
}
#content.blog #sidebar .social-media-channels li {
  float: left;
  margin: 0 2% 3.5% 0;
  padding: 0;
  background: none;
  width: 30%;
}
#content.blog #sidebar .social-media-channels a:link, #content.blog #sidebar .social-media-channels a:visited {
  color: #231F20;
  text-decoration: none;
}
#content.blog #sidebar .social-media-channels a:hover, #content.blog #sidebar .social-media-channels a:active {
  color: #af891f;
  opacity: .6;
}
#content.blog #sidebar .social-media-channels a:before {
  color: #231F20;
}
#content.blog #sidebar #locations-content h4 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
#content.blog #sidebar #locations-content p.location-info {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  margin-bottom: 1.5625rem;
}
#content.blog #sidebar #locations-content a.map-link {
  font: 800 12px/14px "Lato", verdana, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#content.blog #sidebar #locations-content a.map-link:link {
  color: #231F20;
  text-decoration: none;
}
#content.blog #sidebar #locations-content a.map-link:visited {
  color: #231F20;
  text-decoration: none;
}
#content.blog #sidebar #locations-content a.map-link:hover {
  color: #af891f;
  text-decoration: none;
}
#content.blog #sidebar #locations-content a.map-link:active {
  color: #af891f;
  text-decoration: none;
}
#content.blog #sidebar #locations-content a.map-link:after {
  content: "\f105";
  position: relative;
  margin: 0 0 0 5px;
  margin: 0 0 0 .3125rem;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: .875rem;
  color: #58595B;
}

/*# sourceMappingURL=style.css.map */

.single-event .event-image { height:650px!important; }

@media only screen and (max-width: 767px) {
  #page-background .page-bg-nav {
	  visibility:hidden;
}
body.home #logo-container {
    position: absolute;
    top: 0;
    left: 14px;
    width: 125px;
    height: 167px;
    background: #414042;
}
}
