@charset "UTF-8";
/* COLORS */
/* COLORS */
/*! color1: #29B1CC;
color2: #e60089;
color2B: #5c3d50;
color3: #FFD119;
*/
/*! LAYOUT */
/* ----------------------------------------- */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-track {
  background: #191919;
}

body, #thetext {
  scrollbar-face-color: #888;
  scrollbar-track-color: #191919;
}

html {
  background: #191919;
  width: 100%;
  height: 100%;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  /* WHITE THEME */
}
html.noscroll body {
  overflow: hidden !important;
}
html#white-theme {
  background: #FFF;
}
html#white-theme body {
  color: #444444;
}
html#white-theme #page-header h1 {
  border: 1px solid #191919;
  color: #191919;
}
html#white-theme:not(.noscroll) header#top {
  background: #FFF;
  -moz-transition: background-color 0.5s ease-in-out 0.15s, color 0.5s ease-in-out 0.15s;
  -o-transition: background-color 0.5s ease-in-out 0.15s, color 0.5s ease-in-out 0.15s;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: background-color 0.5s ease-in-out 0.15s, color 0.5s ease-in-out 0.15s;
}
html#white-theme:not(.noscroll) .social_connect a {
  color: #444444;
}
html#white-theme:not(.noscroll) .social_connect a:hover {
  color: #e60089;
}
html#white-theme:not(.noscroll) .social_connect a.social-top-left {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
html#white-theme:not(.noscroll) .social_connect a.social-top-right {
  border-bottom: 1px solid #666;
}
html#white-theme:not(.noscroll) .social_connect a.social-bottom-left {
  border-right: 1px solid #666;
}
html#white-theme:not(.noscroll) .tooltip-a2 {
  background: #FFF;
}

body {
  font: 15px/1.5 "Ubuntu Mono", "Courier New", Courier, monospace;
  color: #CCC;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
body.single-post, body body.single-a2_arch_sites {
  height: auto;
}

/* IMAGE POST ATTACHMENTS AND CAPTIONS - SEE SITE.JS */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  border: none;
  text-align: left;
  font-size: 10px !important;
  line-height: 1.2 !important;
  background: #191919;
  padding: 0 0 0px 0;
  margin: 0px 0 20px 0;
  color: #888;
}
.wp-caption .caption {
  padding: .7em 0 0 0 !important;
}
.wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.wp-caption.alignnone {
  width: 100%;
  height: auto;
}

.alignnone {
  clear: both;
}

img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.size-full {
  padding: 0 0 0 0;
}

img.size-large, img.size-medium {
  padding: 0 0 0 0;
  width: 100% !important;
  height: auto !important;
}

img.size-thumbnail {
  padding: 0 0 0 0;
  width: 40% !important;
  max-width: 240px;
  height: auto !important;
}

.lv_caption {
  color: #888;
}

.lv_thumbnail .lv_thumbnail_image {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lv_thumbnail .lv_thumbnail_image img {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* HEADER */
/* ----------------------------------------- */
p {
  padding: 0 0 .7em 0;
}

.first-letter {
  float: left;
  font-size: 300%;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 0px;
  font-weight: bold;
}

sup {
  font-size: 0.65em;
  vertical-align: super;
  line-height: 0;
}

a {
  text-decoration: none;
  color: #29B1CC;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
a.dark-link {
  color: #191919;
}
a.dark-link:hover {
  color: #e60089;
}
a:hover {
  color: #888;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.cyan {
  color: #29B1CC;
}

.magenta {
  color: #29B1CC;
}

.yellow {
  color: #FFD119;
}

a:hover .cyan {
  color: inherit;
}
a:hover .magenta {
  color: inherit;
}
a:hover .yellow {
  color: inherit;
}

.hidden-link {
  display: none !important;
}

a.post-edit-link {
  display: inline-block;
  padding-bottom: 10px;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #CCC;
  padding: 0 0 .7em 0;
  margin: 1.4em 0px 0 0px;
  height: 0;
}

h1, h2, h3, h4 {
  font-family: "Ubuntu", "Ubuntu Mono", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: .375em 0;
}

h1 {
  font-size: 30px;
  line-height: 1.3em;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

.gray {
  color: #888;
}

mark {
  background: #29B1CC;
  color: #191919;
}

a.blockquote {
  text-align: center !important;
  font-size: 18px !important;
  padding: .75em 0 !important;
  display: block !important;
}

a.blockquote.cyan.solid {
  -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  color: #191919;
}
a.blockquote.cyan.solid:hover {
  color: #191919;
  border: 1px solid #FFD119;
  background: #FFD119;
}

a.blockquote, blockquote {
  font-size: 24px;
  padding: 10px;
  margin: .9em 0px 1.4em 0;
  color: #e60089;
  text-align: left;
  display: block;
  border: 1px solid #e60089;
}
a.blockquote.small, blockquote.small {
  font-size: 15px;
  line-height: 1.4em;
}
a.blockquote.cyan, blockquote.cyan {
  border: 1px solid #29B1CC;
  color: #29B1CC;
}
a.blockquote.cyan.solid, blockquote.cyan.solid {
  color: #191919;
  background: #29B1CC;
}
a.blockquote.white, blockquote.white {
  border: 1px solid #CCC;
  color: #CCC;
}
a.blockquote.white.solid, blockquote.white.solid {
  color: #191919;
  background: #CCC;
}
a.blockquote.gray, blockquote.gray {
  border: 1px solid #888;
  color: #888;
}
a.blockquote.gray.solid, blockquote.gray.solid {
  color: #191919;
  background: #888;
}
a.blockquote.yellow, blockquote.yellow {
  border: 1px solid #FFD119;
  color: #FFD119;
}
a.blockquote.yellow.solid, blockquote.yellow.solid {
  color: #191919;
  background: #FFD119;
}
a.blockquote.solid, blockquote.solid {
  color: #191919;
  background: #e60089;
}
a.blockquote.equal-ht, blockquote.equal-ht {
  background: rgba(25, 25, 25, 0.5);
}
a.blockquote.project-quote, blockquote.project-quote {
  padding-top: 0;
}
a.blockquote footer, blockquote footer {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  display: block;
  text-align: right;
  color: #29B1CC;
}
a.blockquote footer cite, blockquote footer cite {
  display: inline;
  padding: 0;
  margin: 0;
}

.admin-bar header#top {
  top: 32px;
}

header#top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 105px;
  height: 100%;
  padding: 0;
  background: #191919;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
header#top h1 {
  font-weight: normal;
  font-size: 15px;
  display: inline;
  padding: 25px;
  margin: 0;
  width: 55px;
  height: 55px;
  float: left;
  position: relative;
}
header#top h1 .a2Logo {
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
}
header#top h1 a {
  color: #666;
}
header#top h1 a:hover {
  color: #29B1CC;
}
header#top h1 .site-title {
  padding: 0px;
  display: block;
  width: auto;
}

.mobile-title {
  display: none;
}

.social_connect {
  position: fixed;
  bottom: 50px;
  left: 22px;
  width: auto;
  height: auto;
  z-index: 105;
  font-size: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social_connect a.envelope {
  font-size: 30px;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 40px;
}
.social_connect a.envelope .envelope-msg {
  display: none;
}
.social_connect a {
  margin: 0;
  padding: 2px 3px;
  display: block;
  float: left;
  color: #888;
  -moz-transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.social_connect a:hover {
  color: #e60089;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.social_connect a.social-top-left {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.social_connect a.social-top-right {
  border-bottom: 1px solid #888;
}
.social_connect a.social-bottom-left {
  border-right: 1px solid #888;
}

/* FOOTER */
/* ----------------------------------------- */
footer#bottom {
  display: none;
}

/* 67a2 credit */
/* ----------------------------------------- */
#roll67a2 {
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
  float: right;
  padding: 0 0 0 10px;
  width: 50px;
  height: 25px;
  text-decoration: none;
  background: url("../img/67a2_media.png") bottom left no-repeat;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  margin: 0px -5px 0px 0;
}
#roll67a2:hover {
  display: inline-block;
  background-position: top left;
}
#roll67a2 .displace {
  position: absolute;
  left: -5000px;
}

/* HOME */
/*
.grid-header {
	width: 100%;
	padding: 0px 70px 0px 70px;
	color: $color1 !important;
	@include box-sizing(border-box);
	//max-width: 1340px;
	margin: 0 auto;
	
	h2 {
		padding-top : 30px;
		border-top: $border2;
		font-size: $size3;
	}
}
*/
#index .post-meta {
  font-size: 10px;
  border: 1px solid #FFD119;
  margin: 0 0 10px 0;
  color: #FFD119;
}
#index .post-meta time {
  font-size: 10px !important;
}

.post-meta {
  width: auto;
  float: left;
  padding: 5px 10px;
  border: 1px solid #e60089;
  margin: 0 0 7px 0;
  font-size: 10px;
  line-height: 1.4em;
  color: #e60089;
}

.post-header {
  width: 67%;
  max-width: 900px;
  padding: 0px 0px 25px 0px;
  margin: 0;
  display: block;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #29B1CC !important;
  font-size: 15px;
  line-height: 1.4em !important;
}
.post-header .post-meta {
  margin: 0 0 13px 0;
}
.post-header time, .post-header .gray {
  display: inline;
  color: #e60089;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.post-header a:hover {
  color: #e60089;
}
.post-header a:hover time, .post-header a:hover .title2 {
  color: #5c3d50;
}
.post-header a:hover h1, .post-header a:hover h2 {
  color: #e60089;
}
.post-header h1, .post-header h2 {
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 42px;
  line-height: 1.1em !important;
  font-weight: bold;
  width: 100%;
  color: #444444;
}
.post-header .title2 {
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #888;
}

#page-header {
  width: 100%;
  padding: 125px 20px 35px 125px;
  margin: 0 0 0 0px;
  display: block;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2em !important;
  position: relative;
  z-index: 2;
}
#page-header.project-header {
  padding: 125px 20px 35px 0;
}
#page-header.home-description {
  padding-top: 35px;
}
#page-header .inner {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0px;
  float: left;
}
#page-header .location {
  clear: both;
  font-weight: normal;
  color: #888;
  display: block;
  font-size: 10px;
  margin-top: -1px;
}
#page-header h1 {
  font-family: "Ubuntu Mono", "Courier New", Courier, monospace;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  padding: 4px 10px 3px 10px;
  border: 1px solid #CCC;
  margin: 0;
  font-weight: normal;
  width: auto;
  font-size: 18px;
  line-height: 1.2em !important;
  color: #CCC;
  float: left;
}
#page-header .title2 {
  color: #CCC;
  display: inline;
  font-size: 18px !important;
  line-height: 1.2em;
  padding: 0;
  font-weight: normal;
}

article footer, article header {
  padding: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.page-Scene {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 105px;
  right: 0;
  bottom: 50px;
  width: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.page-Scene .layer.fullwide.page-bkg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 2.5%;
  margin-left: -2.5%;
  margin-top: -2.5%;
}

.fullwide.inner {
  max-width: 100% !important;
  border: none !important;
  padding-top: 0px;
}
.fullwide.page-bkg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 105px;
  right: 0;
  bottom: 50px;
  width: auto;
  height: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  opacity: 0.33;
}

body.single-post #single-page, body.single-a2_arch_sites #single-page {
  padding: 133px 0 50px 125px;
}
body.single-post #single-page article .inner, body.single-a2_arch_sites #single-page article .inner {
  border-top: 1px solid #444444;
  padding-top: 30px;
}
body.single-post #single-page article .inner.inner-no-pad, body.single-a2_arch_sites #single-page article .inner.inner-no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

#single-page {
  padding: 0 0 50px 125px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#single-page article {
  position: relative;
  z-index: 2;
  padding: 0 20px 0 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#single-page article .img_wrap img {
  width: 100%;
  height: auto;
}

/* SECTION */
/* ----------------------------------------- */
section {
  margin: 0;
  padding: 0px;
}

.inner {
  max-width: 1200px;
  margin: 0;
}

blockquote ul, blockquote ol {
  padding-left: 25px;
}
blockquote ul ul, blockquote ul ol, blockquote ol ul, blockquote ol ol {
  padding-left: 20px;
}

.inner {
  padding: 0px 0 1.4em 0;
}
.inner ul:not(.bt-ul), .inner ol {
  font-size: 100%;
  padding: 0;
  margin: 0 0 .7em 0;
}
.inner ul:not(.bt-ul) ul, .inner ul:not(.bt-ul) ol, .inner ol ul, .inner ol ol {
  padding-left: 20px;
}
.inner ul:not(.bt-ul) li, .inner ol li {
  padding: .3em 0 .15em  0;
}
.inner ul:not(.bt-ul) li h1, .inner ul:not(.bt-ul) li h2, .inner ul:not(.bt-ul) li h3, .inner ul:not(.bt-ul) li h4, .inner ul:not(.bt-ul) li h5, .inner ul:not(.bt-ul) li h6, .inner ol li h1, .inner ol li h2, .inner ol li h3, .inner ol li h4, .inner ol li h5, .inner ol li h6 {
  display: inline-block !important;
  padding: 0 !important;
}
.inner ul.bt-ul li {
  padding: .15em 0 .15em  0;
}
.inner ul.bt-ul li i {
  padding-top: .15em;
}
.inner ul.bt-ul ul {
  margin: 0 0 .7em 0;
  padding-left: 20px;
}

/* ASIDE */
/* ----------------------------------------- */
aside {
  font-size: 90%;
  padding: 10px;
  background: #CCC;
}

/* GALLERY */
#split-gallery-scrolling {
  padding: 0 70px 0 160px;
  margin: 0;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#split-gallery-scrolling .gallery-slide-wrap {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px 50px 15px;
  position: relative;
}
#split-gallery-scrolling .gallery-slide-wrap.with-video {
  margin: 0 auto;
  z-index: 1;
}
#split-gallery-scrolling .gallery-slide-wrap.with-video .slideCaption-wrap {
  position: relative;
  padding-top: 0px !important;
}
#split-gallery-scrolling .gallery-slide-wrap .gallery-slide {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#split-gallery-scrolling .gallery-slide-wrap .gallery-slide img {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px !important;
  margin: 0 !important;
}
#split-gallery-scrolling .slideCaption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  z-index: 5;
}
#split-gallery-scrolling .slideCaption {
  padding: .75em 20px 0 0;
  line-height: 1.3em;
  font-size: 10px;
  margin: 0 auto;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
}
#split-gallery-scrolling .slideCaption i {
  vertical-align: baseline;
  display: block;
  float: left;
  margin-top: -4px;
}
#split-gallery-scrolling .slideCaption .slideDesc {
  color: #666;
  -moz-transition: background-color, color 0.5s ease-in-out;
  -o-transition: background-color, color 0.5s ease-in-out;
  -webkit-transition: background-color, color 0.5s ease-in-out;
  transition: background-color, color 0.5s ease-in-out;
}
#split-gallery-scrolling .slideCaption a:hover {
  color: #191919;
}
#split-gallery-scrolling .slideCaption a:hover .slideDesc {
  color: #191919;
}
#split-gallery-scrolling .slideCaption a i {
  margin-left: -1.35em;
}

#slidenav {
  right: 0px;
  list-style: none;
  margin: 0 0 0 0;
  position: fixed;
  top: 50%;
  bottom: 50%;
  z-index: 10;
}

#slidenav li {
  margin-bottom: 2px;
}

#slidenav a {
  background: none;
  color: #888;
  display: block;
  font-size: 10px;
  padding: 2px 0px 2px 0px;
  width: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

#slidenav a:hover {
  color: #29B1CC;
}

#slidenav .current a {
  color: #e60089 !important;
}

#slidenav .project-info.current a {
  color: #e60089 !important;
}

/* This is how you would create a theme called "my-custom-theme": */
.tooltip-a2 {
  border-radius: 0;
  border: none;
  background: #191919;
  color: #e60089;
  margin: 0 !important;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

/* Use this next selector to style things like font-size and line-heightß: */
.tooltip-a2 .tooltipster-content {
  font-family: "Ubuntu", "Ubuntu Mono", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  margin: 0 !important;
}

.archive-news {
  max-width: 1340px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#split-gallery-scrolling .grid-feed {
  padding-top: 8px;
  padding-left: 15px;
}

.grid-feed {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 50px 0px;
  margin: 0 auto !important;
  z-index: 4;
  position: relative;
}
.grid-feed.has-description {
  padding-top: 0;
}

.grid-sizer {
  width: 33.33%;
  height: 0;
  padding: 0;
  margin: 0;
}

.item-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 8px 0;
}
.item-box.staff-box {
  width: 33.33%;
  height: auto;
}
.item-box.grid-wide {
  width: 66.66%;
  height: auto;
}
.item-box.grid-tall {
  width: 33.33%;
  height: auto;
}
.item-box.grid-medium {
  width: 33.33%;
  height: auto;
}
.item-box.grid-full {
  width: 100%;
  height: auto;
}
.item-box img {
  float: left;
  width: 100% !important;
  height: auto !important;
}
.item-box a {
  float: left;
  padding: 0 0 0 0px;
  width: 100%;
  margin: 0;
  display: block;
  height: auto;
  background: none;
  color: #29B1CC !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.item-box a:hover {
  color: #e60089 !important;
}
.item-box a:hover header .title2, .item-box a:hover header .location, .item-box a:hover header time, .item-box a:hover header .posttype {
  color: #666;
}
.item-box a .item-caption {
  font-size: 10px;
}
.item-box a header, .item-box a .item-caption {
  padding: .7em 0 2.1em 0 !important;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px !important;
}
.item-box a header .title2, .item-box a header .slideDesc, .item-box a .item-caption .title2, .item-box a .item-caption .slideDesc {
  font-size: 18px !important;
  display: block;
  color: #666;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.item-box a header .location, .item-box a header time, .item-box a header .posttype, .item-box a .item-caption .location, .item-box a .item-caption time, .item-box a .item-caption .posttype {
  color: #666;
  display: block;
  padding: 0;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

ul.project-listing {
  width: 100%;
}
ul.project-listing li {
  width: 100%;
  padding: 0px 0 15px 0;
}
ul.project-listing li a {
  width: 100%;
  display: block;
}
ul.project-listing li a .grid_4 {
  max-width: 150px !important;
  padding: 0 !important;
}
ul.project-listing li a .grid_4 img {
  width: 100% !important;
  height: auto !important;
}
ul.project-listing li a h5 {
  border-top: 1px solid #CCC;
  color: #29B1CC;
  width: 100%;
  height: auto;
  display: block;
  float: none;
  clear: both;
  padding: .7em 0 !important;
  -moz-transition: color, border-color 0.5s ease-in-out;
  -o-transition: color, border-color 0.5s ease-in-out;
  -webkit-transition: color, border-color 0.5s ease-in-out;
  transition: color, border-color 0.5s ease-in-out;
}
ul.project-listing li a h5 .title2 {
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #666;
}
ul.project-listing li a h5 .location {
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #666;
}
ul.project-listing li a .grid_8 {
  color: #191919;
}
ul.project-listing li a:hover h5 {
  border-top: 1px dotted #29B1CC;
  color: #29B1CC;
}
ul.project-listing li a:hover h5 .title2 {
  color: #29B1CC;
}
ul.project-listing li a:hover h5 .location {
  color: #29B1CC;
}

img.lazy {
  background: center center no-repeat url("../img/preloader.gif");
}
img.lazy.lazy-loaded {
  background-image: none;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.istope {
  margin: 0 auto !important;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
.page-template-page-connect {
  height: auto;
}
.page-template-page-connect #single-gallery.full-wide-scroll {
  position: static !important;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 125px;
  margin-bottom: 70px;
}

/* MAP */
#map_wrap {
  width: 100%;
  position: fixed;
  height: 100%;
  padding: 0px 0px 0px 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  top: 0;
}
#map_wrap footer {
  height: 50px;
  width: 100%;
  position: absolute;
  background: #191919;
  bottom: 0;
  left: 0;
}

#map_canvas {
  width: 100%;
  height: 400px;
  background: none;
  background-color: #191919 !important;
}

.single-a2_projects #single-gallery {
  position: fixed;
  z-index: 2;
  height: 100%;
  left: 125px;
  right: 0;
  width: auto;
}
.single-a2_projects #single-gallery #thetext {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: auto;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-a2_projects #single-gallery #thegallery {
  position: absolute;
  padding-right: 70px;
  right: 0;
  left: auto;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-a2_projects #single-gallery #thegallery.no-scroll-column {
  overflow: visible;
  -webkit-overflow-scrolling: none;
  padding-right: 0px;
}

#page-info {
  width: auto;
  position: relative;
  z-index: 2;
}
#page-info.contact-info {
  padding-top: 90px !important;
  padding-bottom: 0px !important;
}
#page-info.project-info {
  margin: 0 auto;
  padding: 0 32px 50px 0;
  max-width: 1340px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-info.project-info article {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 20px 0px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-info .project-text {
  padding-bottom: 0px;
  padding-top: 0px;
}
#page-info .projectStat {
  padding: 0 30px .7em 0;
  color: #CCC;
  font-size: 12px;
}
#page-info .projectStat.firstStat {
  padding-top: 15px;
}
#page-info .projectStat h4 {
  display: block;
  padding: 0;
  margin: 0;
  color: #888;
  font-size: 12px;
}

.referrer-link {
  display: none;
  font-weight: normal;
  margin-top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 9px;
  left: 20px;
  text-align: center;
  color: #262626;
  font-size: 18px;
}
.referrer-link:hover {
  color: #29B1CC;
}

ul#office-list {
  list-style: none !important;
  width: 100%;
  padding: 15px 0 0 0;
  color: #CCC;
  margin-top: 20px;
}
ul#office-list h2 {
  font-family: "Ubuntu Mono", "Courier New", Courier, monospace;
}
ul#office-list li {
  list-style: none !important;
  padding-top: 0;
  padding-bottom: .7em;
  height: auto;
  min-height: none;
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 1.3em;
  color: #CCC;
  margin-bottom: 20px !important;
}
ul#office-list li h2.office-name {
  font-size: 24px;
  margin: 0;
  padding: 0px !important;
}
ul#office-list li .mailing-address {
  padding-bottom: .7em;
}
ul#office-list li a {
  -moz-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  font-size: 18px;
  display: inline;
  color: #CCC;
}
ul#office-list li a:hover {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
ul#office-list li a.tel-link {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  color: #e60089;
  border: 1px solid #e60089;
}
ul#office-list li a.tel-link:hover {
  color: #29B1CC;
  border: 1px solid #29B1CC;
}
ul#office-list li a.email-link {
  border: 1px solid #e60089;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #e60089;
  border: 1px solid #e60089;
}
ul#office-list li a.email-link:hover {
  color: #29B1CC;
  border: 1px solid #29B1CC;
}
ul#office-list li a i {
  display: inline-block;
  position: relative;
}
ul#office-list li a:hover {
  color: #e60089;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
  display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
  display: block;
}

/* INFINITE SCROLLING */
#infscr-finished {
  margin-left: -30px !important;
}

#infscr-loading {
  width: 100% !important;
  padding: 0px 70px 0px 70px !important;
  margin: 0 auto !important;
  font-size: 24px;
  position: fixed !important;
  bottom: 0px !important;
  left: 0 !important;
  right: 0 !important;
  background: #FFF !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  color: #29B1CC;
  z-index: 9999 !important;
  font-weight: normal;
}

#infscr-loading #finish-img {
  padding: 0px 15px 0 2px;
  height: 32px;
  width: 32px;
  margin-top: -2px;
}
#infscr-loading #finish-div {
  border-top: none;
  margin: 0px !important;
  padding: 0 !important;
}
#infscr-loading #finish-div div {
  border-top: none;
  margin: 0px !important;
  padding: 0 !important;
}

#infscr-loading div {
  border-top: 1px solid #CCC;
  margin: 0 auto  !important;
  padding: 15px 0 22px 0 !important;
  color: #29B1CC;
  font-size: 24px;
}

#infscr-loading img {
  float: left;
  padding: 0px 15px 0 2px;
  height: 32px;
  width: 32px;
  margin-top: 7px;
  margin-left: 0px;
}

.postPagination {
  display: none;
}

#index {
  width: 100%;
  float: none;
  overflow: auto;
  padding-top: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 36px;
  padding-left: 105px;
  padding-right: 0px;
  height: auto;
}
#index article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0 0;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
}
#index article .post-custom-link {
  float: right;
  width: auto;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  padding: 0;
  margin-top: -.75em;
  line-height: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #CCC;
}
#index article .post-custom-link:hover {
  color: #e60089;
}
#index article .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  float: none;
  overflow: hidden;
  background: #191919;
  z-index: 1;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#index article .img_wrap img {
  width: 100%;
  height: auto;
  float: left;
}
#index article .img_wrap img.detail-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#index article:hover .img_wrap {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#index article .projLink {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  background: #191919;
  float: left;
  padding: 30px 65px 35px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  cursor: pointer;
}
#index article .projLink.noLink {
  cursor: default;
}
#index article .projLink:hover {
  background: rgba(38, 38, 38, 0.67);
  color: #FFF;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#index article .projLink:hover .post-custom-link {
  color: #FFF;
}
#index article .projLink:hover header h2 {
  color: #FFF;
}
#index article .projLink .hidden-link {
  visibility: hidden;
}
#index article .projLink header {
  max-width: 800px;
  text-align: left;
  width: 100%;
  padding: 0px 5px 0px 5px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index article .projLink header .content-type {
  color: #888;
  font-size: 13px;
  display: inline-block;
  padding: 0 5px .7em 0;
}
#index article .projLink header time {
  font-size: 15px;
  display: inline;
  padding: 0 0 0 0;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#index article .projLink header h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1em;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-weight: bold;
}
#index article .projLink header h2 .sub-title {
  color: #CCC;
}
#index article .projLink .inner {
  max-width: 800px;
  font-size: 15px;
  padding: 15px 30px 0px 30px;
}
#index article .projLink .inner.with-title {
  padding: .7em 5px 0px 5px;
}
#index article .projLink .inner.with-date-only {
  padding: 0 30px;
}
#index article .projLink .inner.search-inner {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .grid-sizer {
    width: 50% !important;
  }

  .item-box.staff-box {
    width: 100%;
    height: auto;
  }
  .item-box.grid-wide {
    width: 100%;
    height: auto;
  }
  .item-box.grid-tall {
    width: 50%;
    height: auto;
  }
  .item-box.grid-medium {
    width: 100%;
    height: auto;
  }

  #split-gallery-scrolling {
    padding-left: 140px;
    padding-right: 0;
  }
  #split-gallery-scrolling .gallery-slide-wrap {
    padding-right: 8px;
  }

  .single-a2_projects #single-gallery {
    left: 105px;
    margin-right: -80px;
  }

  #slidenav {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .page-Scene {
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-Scene .layer.fullwide.page-bkg {
    top: 0;
    margin-left: -2.5%;
  }

  .fullwide, .fullwide.inner {
    padding-left: 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .fullwide.page-bkg, .fullwide.inner.page-bkg {
    top: 64px;
    left: 0px;
    bottom: 0;
    margin-left: 0px;
  }

  body.single-post #single-page, body.single-a2_arch_sites #single-page {
    padding-left: 0px;
  }

  #single-page {
    padding-left: 0;
  }
  #single-page article {
    padding-left: 20px;
  }

  body.admin-bar header#top {
    top: 46px;
  }

  #thegallery {
    display: block !important;
    padding-left: 20px !important;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header#top {
    width: 100%;
    height: 64px;
  }
  header#top h1 {
    padding: 10px;
    width: auto;
    height: 34px;
  }
  header#top h1 .a2Logo {
    top: 17px;
    left: 19px;
    height: 36px;
    width: 36px;
  }
  header#top h1 a {
    width: auto;
  }
  header#top h1 a .mobile-title {
    position: static;
    float: left;
    top: 0;
    left: 60px;
    width: auto;
    display: block;
    padding: 5px 10px;
    margin-left: 65px;
    margin-top: 10px;
    color: #888;
    -moz-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    border: 1px solid #888;
  }
  header#top h1 a:hover .mobile-title {
    color: #e60089;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border: 1px solid #e60089;
  }

  #page-header {
    width: 100%;
    padding-left: 20px;
  }
  #page-header .title2 {
    font-size: 15px !important;
    line-height: 1.2em;
  }
  #page-header.project-header {
    padding-left: 20px;
  }

  .post-header {
    width: 100%;
  }
  .post-header h1, .post-header h2 {
    font-size: 30px;
    line-height: 1.1em !important;
  }

  #index {
    padding-left: 0px;
  }
  #index article .post-custom-link {
    right: 20px;
  }
  #index article .projLink {
    padding-left: 20px;
  }
  #index article .projLink header {
    padding: 0px;
  }
  #index article .projLink .inner.with-title {
    padding-left: 0;
    padding-right: 0;
  }
  #index article .projLink .inner.with-date-only {
    padding-left: 0;
    padding-right: 0;
  }

  .single-a2_projects {
    width: 100%;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-a2_projects #single-gallery {
    position: static;
    height: auto;
    margin-right: 0px;
  }
  .single-a2_projects #single-gallery.full-wide-scroll {
    position: static !important;
    padding-left: 0;
    padding-right: 0;
  }
  .single-a2_projects #single-gallery.full-wide-scroll #thegallery {
    position: relative;
  }
  .single-a2_projects #single-gallery #thetext {
    position: static;
  }
  .single-a2_projects #single-gallery #thegallery {
    position: static;
    padding-right: 0px;
    height: auto;
    width: 100%;
  }
  .single-a2_projects #single-gallery #thegallery.no-scroll-column {
    width: 100% !important;
    height: auto !important;
    float: left;
  }

  .page-template-page-connect #single-gallery.full-wide-scroll {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  #page-info.contact-info {
    padding-bottom: 0px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #page-info.project-info {
    padding-right: 0;
    padding-bottom: 20px;
  }
  #page-info.project-info article {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #page-info .project-text {
    padding-right: 20px;
  }

  #map_wrap {
    padding-left: 0px;
    margin-bottom: 0px !important;
  }

  #split-gallery-scrolling {
    padding: 0px;
  }
  #split-gallery-scrolling .grid-feed {
    padding-top: 0px;
    padding-left: 0px;
  }
  #split-gallery-scrolling .gallery-slide-wrap {
    padding-left: 0;
    padding-right: 20px;
  }
  #split-gallery-scrolling .gallery-slide-wrap .slideCaption {
    padding-left: 20px;
  }

  .grid-feed {
    padding-right: 12px;
  }

  #bottom .social_connect {
    display: block;
  }

  .social_connect {
    display: none;
    top: 0px;
    left: -13px;
    margin-right: -10px;
    width: auto;
    padding-top: 2px;
    z-index: 1;
    position: relative;
  }
  .social_connect a.envelope {
    position: absolute;
    top: 8px;
    right: -20px;
    padding: 6px 12px;
    border: 1px solid #888;
  }
  .social_connect a.envelope:hover {
    border: 1px solid #e60089;
  }
  .social_connect a.envelope .envelope-msg {
    display: block;
    float: left;
    font-size: 15px;
    padding-top: .125em;
  }

  ul#office-list li {
    font-size: 18px;
    line-height: 1.3em;
  }
  ul#office-list li h2.office-name {
    font-size: 18px;
  }
  ul#office-list li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 440px) {
  .social_connect a.envelope .envelope-msg {
    font-size: 12px;
    padding-top: .125em;
  }

  ul#office-list li {
    font-size: 15px;
    line-height: 1.3em;
  }
  ul#office-list li h2.office-name {
    font-size: 13px;
  }
  ul#office-list li a {
    font-size: 12px;
  }
}
