:root {
  --highlight-color: #00adef;
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* 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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sup {
  font-size: 60%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
body {
  min-height: -webkit-fill-available;

  line-height: 1;
  display: grid;
  grid-template-columns: minmax(30px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(30px, 1fr);
}
body.front {
  max-width: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:visited {
  text-decoration: none !important;
}
a:hover {
  background-color: #fff !important;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

a {
  outline: none !important;
}
a:hover,
a:active,
a:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
  outline: none !important; /* FF */
  background-color: transparent !important; /* IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Webkit */
}

/* Soften link color changes */
a,
a:hover,
.navbar-header .nav-btn .nav-btn-bar,
.navbar-header .nav-btn:hover .nav-btn-bar,
.views-field-field-text-single,
.views-field-type {
  -webkit-transition:
    0.2s color linear,
    0.2s background-color linear;
  -moz-transition:
    0.2s color linear,
    0.2s background-color linear;
  -o-transition:
    0.2s color linear,
    0.2s background-color linear;
  transition:
    0.2s color linear,
    0.2s background-color linear;
}
a:focus {
  text-decoration: none;
}

/* Elipses */
.node-type-clients .elipses p:after {
  content: "...";
}

/* Fonts ***********************************************/
body {
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 400;
}

/* Bootstrap *******************************************/
/*JSK*/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.field-collection-view {
  border: none;
}
.field-collection-container .field-items .field-item {
  margin: 0;
}
.nav-container,
.main-container {
    grid-column: content;    
/*
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  max-width: 1500px;
*/
}
/*JSK*/
body.front .nav-container,
body.front .main-container {
  max-width: none;
}
.nav-full nav {
  font-size: 0;
}
.navbar {
  margin-top: 15px;
}
.container > .navbar-header {
  margin-left: -15px;
  margin-right: 0;
}
.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  font-size: 0;
  height: 34px;
  margin: 4px 0 15px;
  display: inline-block;
  overflow: hidden;
}
.navbar-nav.secondary {
  font-size: 0;
  height: 34px;
  display: inline-block;
  padding-top: 34px;
  float: none;
  overflow: hidden;
}
.navbar-nav .nav2 {
  float: left;
  position: relative;
}
.navbar-default {
  background-color: transparent;
  border: none;
  grid-column: content;
}
.navbar-brand {
  margin-left: 0 !important;
}
body.front .navbar-default {
  max-width: none;
}
.nav .caret {
  display: none;
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav .nav2 > li {
  font-weight: 500;
  border-left: 1px solid #999;
  position: relative;
  z-index: 2;
}
.navbar-default .navbar-nav > li.first {
  z-index: 1;
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .nav2 > li a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav .nav2 > li a:hover {
  color: #999;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a.active:hover,
.navbar-default .navbar-nav .nav2 > li > a.active,
.navbar-default .navbar-nav .nav2 > li > a.active:hover {
  color: var(--highlight-color);
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > ul > a {
  font-size: 22px;
  letter-spacing: 0.03em;
  padding: 7px 0 8px 15px;
}
.navbar-default .navbar-nav > li > ul li ul,
.navbar-default .navbar-nav .nav2 > li > ul li ul {
  height: auto !important;
}
.navbar-default .navbar-nav > li > ul li ul li.first {
  margin-top: 0;
}
.navbar-default .navbar-nav > li > ul li ul a,
.navbar-default .navbar-nav .nav2 > li > ul li ul a {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding: 3px 15px;
  display: inline-block;
}
.navbar-default .navbar-nav > li > ul li ul a[data-highlight="true"],
.navbar-default .navbar-nav .nav2 > li > ul li ul a[data-highlight="true"] {
    color: var(--highlight-color);
}
.navbar-default .navbar-nav.secondary > li > ul li.last ul li.last a {
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav .nav2 > .active > a,
.navbar-default .navbar-nav .nav2 > .active > a:hover,
.navbar-default .navbar-nav .nav2 > .active > a:focus {
  color: #333;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .nav2 > .open > a,
.navbar-default .navbar-nav .nav2 > .open > a:hover,
.navbar-default .navbar-nav .nav2 > .open > a:focus {
  background-color: #fff;
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav .nav2 > li > .dropdown-menu {
  min-height: 200px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.navbar-header > a {
  width: 75px;
  height: 26px;
  margin: 8px 30px 0 0;
  position: relative;
  display: block;
  background: url(../img/sprite-icons.png) no-repeat 0 -45px;
}
.navbar-header > a:hover {
  background-position: 0 0;
}
.navbar-header .nav-btn {
  height: 18px;
  width: 26px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  cursor: pointer;
}
.navbar-header .nav-btn .nav-btn-bar {
  width: 26px;
  height: 4px;
  background-color: #333;
  display: block;
  position: absolute;
}
.navbar-header .nav-btn:hover .nav-btn-bar {
  background-color: #999;
}
.navbar-header .nav-btn .nav-btn-bar.top {
  top: 0;
}
.navbar-header .nav-btn .nav-btn-bar.mid {
  top: 7px;
}
.navbar-header .nav-btn .nav-btn-bar.btm {
  bottom: 0;
}

.dropdown-menu {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  list-style: outside none none;
  top: auto;
  left: auto;
  z-index: 500;
}

.navbar-nav .dropdown-menu {
  display: block;
  float: left;
  font-size: 14px;
  min-width: auto;
  position: relative;
  overflow: hidden;
}
.navbar-nav .dropdown-menu > li.first {
  margin-top: 10px;
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .nav2 .dropdown-menu > li > a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 5px 15px;
}
.navbar-nav .dropdown-menu > li.active > a {
  color: #333;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li.active > a:hover {
  color: #999;
}
.navbar-nav .dropdown-menu > .active > a {
  background-color: #fff;
}
.navbar-nav .dropdown-menu > .dropdown .dropdown-menu a {
  background-color: #fff;
}
.navbar-nav .dropdown-menu > .dropdown .dropdown-menu a:hover {
  color: #999;
}

/* Breadcrumbs */
#block-lmsa-lmsa-breadcrumb {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 15px;
}
.page-projects #block-lmsa-lmsa-breadcrumb,
.node-type-project #block-lmsa-lmsa-breadcrumb,
#block-lmsa-lmsa-breadcrumb .Project {
  color: #67b547;
  color: var(--highlight-color);
}
#block-lmsa-lmsa-breadcrumb .News {
  color: #ec008b;
  color: var(--highlight-color);
}
#block-lmsa-lmsa-breadcrumb .Stories {
  color: #f58220;
  color: var(--highlight-color);
}
#block-lmsa-lmsa-breadcrumb .Contact {
  color: #005aaa;
  color: var(--highlight-color);
}

/* Secondary Nav */
.region-navigation {
  border-top: 1px solid #999;
  margin: 0 0 25px;
  padding: 7px 0;
}
.page-studio .region-navigation,
.node-type-careers .region-navigation,
.node-type-clients .region.region-navigation {
  border-bottom: 1px solid #999;
}
.page-studio-stories .region-navigation {
    margin-bottom: 15px;
}
.region-navigation .block-menu-block {
  display: inline-block;
}
.region-navigation #block-menu-block-1 {
  margin-right: 30px;
}
.region-navigation .block-menu-block .menu.nav {
  margin: 0 -15px;
}
.region-navigation .nav > li {
  display: inline-block;
  position: relative;
}
.region-navigation .nav > li > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  display: block;
  padding: 10px 15px 12px;
  text-decoration: none !important;
}
.region-navigation .nav > li.expanded {
  margin-right: 8px;
}
.region-navigation .nav > li a:hover {
  color: #999;
}
.region-navigation .nav > li.active-trail a {
  color: var(--highlight-color);
}
.region-navigation .nav > li.expanded > a:after {
  content: url(../img/arrow.svg);
  width: 14px;
  height: 9px;
  position: absolute;
  top: 12px;
  right: -4px;
}
.region-navigation .nav > li.expanded.active-trail > a:after {
  content: url(../img/arrow-active.svg);
}
.region-navigation .nav > li.expanded > a.active:after {
  content: url(../img/arrow-active.svg);
}
.region-navigation .nav > li.active a {
  color: var(--highlight-color);
}

.region-navigation .nav > li.expanded:hover .dropdown-menu {
  display: block;
}
.region-navigation .nav > li.expanded .dropdown-menu {
  padding: 6px 0;
  position: absolute;
  background: #fff;
  min-width: 100%;
}
.region-navigation .nav > li.dropdown .dropdown-menu > li > a {
  color: #000;
  padding: 6px 15px;
}
.region-navigation .nav > li.expanded .dropdown-menu > li.active > a {
  background: none;
}
.region-navigation .nav > li.expanded .dropdown-menu > li > a:hover {
  color: #999;
}
.region-navigation
  .nav
  > li.dropdown
  .dropdown-menu
  > li
  > a[data-highlight="true"],
.region-navigation
  .nav
  > li.dropdown
  .dropdown-menu
  > li.active
  > a[data-highlight="true"],
.region-navigation
  .nav
  > li.dropdown
  .dropdown-menu
  > li
  > a[data-highlight="true"]:hover {
  color: var(--highlight-color);
}

/* Project Filter Menus ******************************/
.region.region-navigation {
  position: relative;
  clear: both;
}
.primary-project-filter {
  height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #999;
}
.primary-project-filter ul {
  margin-left: -14px;
}
.primary-project-filter ul li,
.secondary-project-filter ul li {
  display: inline-block;
}
.primary-project-filter ul li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  color: #000;
  padding: 9px 14px;
  display: block;
}
.primary-project-filter ul li a:hover {
  color: #999;
}
.primary-project-filter ul li.active a {
  color: var(--highlight-color);
}
.primary-project-filter ul li.last.active a {
  color: #999;
}
.primary-project-filter ul li.last.active a:hover {
  color: #333;
}
.primary-project-filter ul li.last a {
  font-family: "Tahoma", "Verdana", sans-serif;
  font-size: 20px;
  font-variant: normal;
  width: 15px;
}

.secondary-project-filter {
  display: none;
}
.secondary-project-filter ul {
  margin: 10px -10px 0;
}
.secondary-project-filter ul li {
  margin-top: 15px;
}
.secondary-project-filter ul li a {
  font-size: 14px;
  text-decoration: none !important;
  color: #838383;
  padding: 8px 14px 10px;
  margin: 0 10px;
  background-color: #e6e6e6 !important;
  display: inline-block;
}

.secondary-project-filter ul li a:hover,
.secondary-project-filter ul li.active a {
  color: #fff;
  background-color: #555 !important;
}

#block-menu-menu-project-view-toggle {
  text-align: right;
  width: auto;
  position: absolute;
  right: 0;
  top: 18px;
}
#block-menu-menu-project-view-toggle li {
  display: inline-block;
}
#block-menu-menu-project-view-toggle li.last {
  margin-left: 20px;
}
#block-menu-menu-project-view-toggle li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 3px 0 2px;
}
#block-menu-menu-project-view-toggle li a:hover {
  color: #999;
}
#block-menu-menu-project-view-toggle li a.active {
  color: var(--highlight-color);
}

/* Bottom Nav */
#to-top-nav {
  text-align: center;
  border-top: 1px solid #999;
  position: relative;
  padding-top: 15px;
  margin-bottom: 15px;
}
#to-top-nav a {
  font-size: 14px;
}
.front #to-top-nav {
    margin-bottom: 0;
}
@media (min-width: 900px) {
    .front #to-top-nav {
        border-top: none;
    }
}
.node-type-project #to-top-nav,
.node-type-story #to-top-nav,
.node-type-profile #to-top-nav {
  width: 100px;
  position: relative;
  left: 50%;
  top: -20px;
  padding-top: 0;
  margin-left: -50px;
  margin-bottom: 0;
  border: none;
  display: block;
  z-index: 2;
}
.page-studio-stories #to-top-nav {
  border: none;
  top: -8px;
}
.page-node.node-type-project #to-top-nav {
  top: -15px;
}
#to-top-nav .project-nav {
  color: #999;
  display: inline-block;
  vertical-align: top;
}
#to-top-nav .project-nav:after {
  content: "";
  width: 14px;
  height: 9px;
  margin: 3px 0 0 12px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -45px -127px;
}
#to-top-nav .project-nav:hover {
  color: #333;
}
#to-top-nav .project-nav:hover:after {
  background-position: -45px -97px;
}
#to-top-nav a:hover,
#to-top-nav a:focus {
  text-decoration: none;
}

.page-projects #to-top-nav {
  display: none;
}

.content #project-nav,
.content.row #project-nav {
  margin: 15px 15px 20px;
  border-top: 1px solid #999;
  text-align: center;
  padding-top: 15px;
  position: relative;
}
.node-type-profile .content #project-nav {
  margin: 15px 0 20px;
}
.content #project-nav a {
  font-size: 14px;
  color: #999;
}
.content #project-nav #project-nav-prev {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.content #project-nav #project-nav-prev:before {
  content: "";
  width: 9px;
  height: 14px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -189px -9px;
}
.content #project-nav #page-nav-top {
  display: inline-block;
  vertical-align: top;
}
.content #project-nav #page-nav-top:after {
  content: "";
  width: 14px;
  height: 9px;
  margin: 4px 0 0 12px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -45px -127px;
}
.content #project-nav #project-nav-next {
  float: right;
  display: inline-block;
  vertical-align: top;
}
.content #project-nav #project-nav-next:after {
  content: "";
  width: 9px;
  height: 14px;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -189px -54px;
}

.content #project-nav #project-nav-prev:hover {
  color: #333;
}
.content #project-nav #project-nav-prev:hover:before {
  background-position: -213px -9px;
}
.content #project-nav #page-nav-top:hover {
  color: #333;
}
.content #project-nav #page-nav-top:hover:after {
  background-position: -45px -97px;
}
.content #project-nav #project-nav-next:hover {
  color: #333;
}
.content #project-nav #project-nav-next:hover:after {
  background-position: -213px -54px;
}

/* Forms and Alerts */
.form-control {
  height: 50px;
  background: none;
  border-color: #b9ceda;
  border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
.ui-autocomplete-input,
textarea {
  padding-left: 12px;
  border-radius: 0;
}
label.control-label {
  color: #b9ceda;
  width: 100%;
}
form .alert {
  border-radius: 0;
}
form .alert-danger {
  font-size: 15px;
  color: #bbcbd7;
  margin-bottom: 15px;
  border: none;
  background-color: rgba(82, 97, 113, 1) !important;
}
.text-muted {
  font-weight: 300 !important;
  color: #6b7b8c;
  display: inline-block;
  float: right;
}

/* Home Page *****************************************/
.front {
  max-width: none;
  position: relative;
  overflow: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.front::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.front .navbar-default .navbar-nav > li > a,
.front .navbar-default .navbar-nav .nav2 > li > a {
  color: #333;
}
.front .navbar-default .navbar-nav > li > a:hover {
  color: #999;
}

/* News flash */
.field-name-field-news-flash {
  width: 100%;
  height: auto;
  padding: 24px 15px;
  background-color: var(--highlight-color);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.field-name-field-news-flash a {
  color: #fff;
}

/* Royal Slider */
.front .royalSlider {
  background-color: #333;
}
.front .royalSlider .rsContent-content {
  display: none;
}

.front .rsVideoContainer.rsIOSVideo iframe,
.front .rsVideoContainer.rsIOSVideo video,
.front .rsVideoContainer.rsIOSVideo embed {
  padding-right: 0;
}
.front .rsDefault,
.front .rsDefault .rsOverflow,
.front .rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.front .rsDefault .rsThumbs {
  background-color: #333;
}
.front .rsOverflow #headlines {
  background-color: #fff;
}
.front .royalslider-item.item-last {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.front .royalslider-item.item-last::-webkit-scrollbar {
    display: none;
}
.front .field-type-royalsliderfields,
.front .royalSlider {
  position: relative;
  width: 100%;
}
.front .rsSlide:last-child .rsContent p + p {
  margin-top: 20px;
}
.front .rsDefault .rsBullets {
  background: none;
  width: 10px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.front .rsDefault .rsBullet {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 14px auto 0;
}
.front .rsDefault .rsBullet span {
  width: 10px;
  height: 10px;
  background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -55px -217px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.front .rsDefault .rsBullet.rsNavSelected span {
  cursor: default;
}
.front .rsDefault .rsBullet:hover span {
  background-position: -55px -187px;
}
.front .rsDefault .rsBullet.rsNavSelected span {
  background-position: -10px -187px;
}
.front .rsDefault .rsBullet:last-child span {
  background-position: -100px -216px !important;
  width: 10px;
  height: 10px;
}
.front .rsDefault .rsBullet:last-child:hover span,
.front .rsDefault .rsBullet:last-child.rsNavSelected span {
  background-position: -100px -186px !important;
}

/* CAPTION CODE */
.front .rsGCaption {
  display: none;
}
.front .rsSlide .rsContent {
  position: relative;
}
.front .rsSlide .rsContent .view-content .views-row {
  min-width: 100%;
}
.front .rsSlide .rsContent .rsContent-content {
  text-align: right;
  height: 80%;
  background: none;
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 500;
}
.front .rsSlide .rsContent .rsContent-content p {
  font-size: 63px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: relative;
}
.front .rsSlide .rsContent .rsContent-content a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: -40px;
  padding: 6px 12px;
  background: #fff;
  display: inline-block;
  position: relative;
}
.front .rsSlide .rsContent .rsContent-content a:hover {
  color: #fff !important;
  background: #333 !important;
}
.rsCloseVideoBtn {
  display: none;
  height: 0;
  width: 0;
  z-index: -1;
}

.front .content #down-caret {
  width: 22px;
  height: 12px;
  margin-left: -11px;
  background: transparent url(/sites/all/themes/LMSa/img/sprite-icons.png)
    no-repeat -4px -94px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 100;
  -webkit-animation: blink 0.75s steps(5, start) 0s alternate infinite none
    running;
  animation: blink 0.75s steps(5, start) 0s alternate infinite none running;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  to {
    opacity: 0;
  }
}

/* Headlines Page **************************************/
.front .node-teaser {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  padding: 20px;
  margin: 0 15px 25px;
  background-color: #838383;
}
.front .node-teaser .links {
  display: none;
}
.front .node-teaser .links a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.front .view-headlines .view-content .views-row img {
  width: 100%;
  height: auto;
}
.front .view-headlines .view-content .views-field-field-image-single {
  margin-bottom: -2px;
}
.front .view-headlines .view-content .views-field-field-text-single {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #333;
  padding: 15px 20px 0;
  height: 82px;
  background-color: #e6e6e6;
  overflow: hidden;
}
.front
  .view-headlines
  .view-content
  .views-field-field-text-single
  .field-content {
  height: 50px;
  overflow: hidden;
}
.front .view-headlines .view-content .views-field-type {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  height: 30px;
  padding: 25px 20px 25px;
  background-color: #e6e6e6;
  margin-bottom: 25px;
}
.front .view-headlines .view-footer {
  position: relative;
  clear: left;
}
.front .view-headlines a:hover .views-field-field-text-single,
.front .view-headlines a:hover .views-field-type {
  background-color: #ccc;
}
.front .view-headlines a:hover .views-field-type .Project {
  color: #44933a;
  color: var(--highlight-color);
}
.front .view-headlines a:hover .views-field-type .Client-Stories,
.front .view-headlines a:hover .views-field-type .Research,
.front .view-headlines a:hover .views-field-type .Archive,
.front .view-headlines a:hover .views-field-type .Story {
  color: #da521e;
  color: var(--highlight-color);
}
.front .view-headlines a:hover .views-field-type .Award,
.front .view-headlines a:hover .views-field-type .Press {
  color: #c30074;
  color: var(--highlight-color);
}
.front .view-headlines a:hover .views-field-type .Profile {
  color: #278fbd;
  color: var(--highlight-color);
}

/* Random Project Blocks */
.front .view-content {
  font-size: 0;
  vertical-align: middle;
}
.front .view-content .views-row {
  float: none;
  display: inline-block;
}

.front .views-row .views-field-field-image-single {
  display: block;
}
.front .views-row:nth-child(2n) .views-field-field-image-single {
  display: none;
}
.front .views-row:nth-child(3n) .views-field-field-image-single {
  display: block;
}
.front .views-row:nth-child(5n) .views-field-field-image-single {
  display: none;
}

/* Headline Links */
.front .view-headlines .view-content .views-field-type .Story {
  color: #f58220;
  color: var(--highlight-color);
}
.front .view-headlines .view-content .views-field-type .Press {
  color: #ec008b;
  color: var(--highlight-color);
}
.front .view-headlines .view-content .views-field-type .Research {
  color: #f58220;
  color: var(--highlight-color);
}
.front .view-headlines .view-content .views-field-type .Project {
  color: #67b547;
  color: var(--highlight-color);
}
.front .view-headlines .view-content .views-field-type .Award {
  color: #ec008b;
  color: var(--highlight-color);
}
.front
  .view-headlines
  .wrapper:nth-child(2)
  .views-row:nth-child(1)
  .views-field-field-image-single {
  display: none;
}
.front
  .view-headlines
  .wrapper:nth-child(2)
  .views-row:nth-child(3)
  .views-field-field-image-single {
  display: block;
}

/* Project Grid ****************************************/
.mix {
  display: none;
  float: none;
  font-size: 0;
  vertical-align: top;
}
.row.project-list {
  margin-left: 0;
}

.page-projects .view-display-id-grid .mix .field-content {
  position: relative;
  width: 100% !important;
  overflow: hidden;
}
.page-projects .view-display-id-grid .mix img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
}
.page-projects .view-display-id-grid .views-field-field-thumbnail {
  overflow: hidden;
  background-color: #000;
}
.page-projects .view-display-id-grid .views-field-field-thumbnail:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}
.page-projects .view-display-id-grid .views-field-field-thumbnail img,
.page-projects .view-display-id-grid .views-field-field-thumbnail:hover img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.page-projects .view-display-id-grid > .view-content {
  font-size: 0;
}
.page-projects .view-display-id-grid.project-list {
  margin-bottom: 30px;
}
.page-projects .view-display-id-grid .mix .views-field-title {
  height: 50px;
}
.page-projects .view-display-id-grid .mix .views-field-title {
  height: 60px;
}
.page-projects .view-display-id-grid .mix .views-field-field-listpage-title-1 a,
.page-projects .view-display-id-grid .mix .views-field-title a {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-top: 12px;
  display: inline-block;
}
.page-projects .view-display-id-grid .mix:hover .views-field-title a {
  color: #333;
}
.page-projects
  .view-display-id-grid
  .mix.project-list-item
  .views-field-field-listpage-title-1 {
  height: auto;
}

/* List View */
.page-projects .project-list {
  margin-top: -15px;
}
.page-projects
  .view-display-id-grid
  .mix.project-list-item
  .views-field-field-listpage-title-1
  a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.page-projects .view-display-id-grid.project-list .view-content {
  margin-top: 8px;
}
.page-projects .view-display-id-grid.project-list .mix {
  width: 100%;
}
.page-projects .view-display-id-grid.project-list .mix a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 30px;
  color: #333;
  display: block;
}
.page-projects .view-display-id-grid.project-list .mix a:hover {
  color: #67b547;
  color: var(--highlight-color);
}
.page-projects
  .view-display-id-grid
  .mix.project-list-item
  .views-field-field-listpage-title-1
  a:hover {
  color: #67b547;
  color: var(--highlight-color);
}
.project-list-item > .views-field-field-thumbnail {
  display: none;
}
.page-projects .views-field-field-listpage-title-1,
.page-projects .project-list-item .views-field-title,
.page-projects .project-grid-item .views-field-field-listpage-title-1 {
  display: none;
}
.page-projects .project-list-item .views-field-field-listpage-title-1 {
  display: block;
}

/* Project Detail **************************************/
.field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}
.node-type-project .field .field-label {
  font-weight: 500;
}
.node-type-project .region-navigation,
.node-type-project .primary-project-filter,
.page-projects .primary-project-filter {
  margin: 0;
  grid-column: 1 / span 24;
}
.node-type-project .field-name-field-image-1,
.node-type-project .group-attributes,
.node-type-project .field-name-field-image-2,
.node-type-project .field-name-field-rows .field-item {
  margin-bottom: 25px;
}
.node-type-project .navbar-nav > li.first > a {
  color: #333;
}
.node-type-project .field-type-image img {
  width: 100%;
  height: auto;
}
.node-type-project .content h1 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
  margin: 15px 0;
}
.node-type-project .field-name-field-description {
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: 500;
}

.node-type-project .content > .field-collection-container {
  margin-bottom: 0;
}
.node-type-project .field-type-field-collection {
  margin-bottom: 0;
}
.node-type-project .row > div[class^="col-"] > .field-collection-container {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.node-type-project .field-name-field-press-ref:first-child:last-child,
.node-type-project .field-name-field-awards-ref:first-child:last-child {
  border-bottom: 1px solid #999;
}

/* Details */

.node-type-who-we-are .embedded-video .player,
.node-type-story .embedded-video .player,
.node-type-project .embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.node-type-who-we-are .embedded-video iframe,
.node-type-story .embedded-video .player iframe,
.node-type-project .embedded-video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-type-project .field-name-field-team-ref .field-label {
  border-top: 1px solid #999;
  display: block;
  padding: 15px 0;
  width: 100%;
}
.node-type-project .field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.node-type-project #share {
  padding-top: 15px;
  border-bottom: 1px solid #999;
}
.node-type-project
  .field-collection-item-field-specs
  .field-name-field-attribute,
.node-type-project #share .field-name-field-attribute {
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  padding-top: 0;
  width: 50%;
  float: left;
}
.node-type-project .field-collection-item-field-specs .field-name-field-value {
  float: left;
  width: 50%;
}
.node-type-project .content .field-name-field-value {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.node-type-project #share {
  clear: left;
}
.node-type-project #share .field-name-field-value a {
  width: 22px;
  height: 20px;
  margin-right: 16px;
  background-image: url(/sites/all/themes/LMSa/img/sprite-icons.png);
  overflow: hidden;
  display: inline-block;
}
.node-type-project #share .field-name-field-value a:last-child {
  margin-right: 0;
}
.node-type-project #share .field-name-field-value a {
  background-position: -184px -201px;
}
.node-type-project #share .field-name-field-value a:first-child {
  background-position: -139px -201px;
}
.node-type-project #share .field-name-field-value a:last-child {
  background-position: -229px -201px;
}
.node-type-project #share .field-name-field-value a:hover {
  background-position: -184px -171px;
}
.node-type-project #share .field-name-field-value a:first-child:hover {
  background-position: -139px -171px;
}
.node-type-project #share .field-name-field-value a:last-child:hover {
  background-position: -229px -171px;
}

.node-type-project #share a img {
  display: none;
}

/* Awards and Team Press Blocks */
.node-type-project .content .two-column .field-type-text-long {
  font-size: 18px;
  line-height: 25px;
}
.node-type-project .content .two-column .field-type-text-long p + p {
  margin-top: 15px;
}
.node-type-project .field-name-field-awards-ref .field-label,
.node-type-project .field-name-field-press-ref .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #e40078;
  color: var(--highlight-color);
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #999;
  display: block;
}
.node-type-project .field-name-field-team-ref .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #179bee;
  color: var(--highlight-color);
  padding-bottom: 15px;
}
.node-type-project .field-name-field-with-unlinked,
.node-type-project .field-name-field-with-unlinked .field-label,
.node-type-project .field.secondary-team,
.node-type-project .field.secondary-team .field-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #838383;
  margin-top: 15px;
}
.node-type-project .field-name-field-with-unlinked,
.node-type-project .field.secondary-team {
  margin-top: 0;
}
.node-type-project .field-name-field-awards-ref .field-items,
.node-type-project .field-name-field-press-ref > .field-items {
  font-size: 14px;
  line-height: 16px;
  color: #838383;
  padding-bottom: 5px;
  display: inline-block;
}
.node-type-project .field-name-field-press-ref > .field-items a {
  font-size: 14px;
  line-height: 16px;
  color: #838383;
}
.node-type-project .field-name-field-publication:hover a,
.node-type-project .field-name-field-awards-ref > .field-items a:hover,
.node-type-project .field-name-field-press-ref > .field-items a:hover {
  color: #333;
}
.node-type-project .field-name-field-team-ref .content {
  font-size: 13px;
  color: #999;
}
.node-type-project .field-name-field-press-ref > .field-items {
  margin-bottom: 5px;
}
.node-type-project
  .field-name-field-press-ref
  > .field-items
  .content
  .field-item {
  margin-bottom: 10px;
}
.node-type-project
  .field-name-field-press-ref
  > .field-items
  .content
  .field-item:last-c {
  margin-bottom: 0;
}
.node-type-project .field-name-field-awards-ref .field-items .field-item {
  margin-bottom: 5px;
}
.node-type-project .field-name-field-team-ref > .field-items > .field-item {
  width: 47%;
  float: left;
}
.node-type-project .field-name-field-team-ref:after {
  content: "";
  display: block;
  clear: both;
}
.node-type-project
  .field-name-field-team-ref
  > .field-items
  > .field-item.even {
  margin-right: 6%;
}
.node-type-project .field-name-field-team-ref > .field-items > .field-item {
  margin-bottom: 15px;
}
.node-type-project
  .field-name-field-team-ref
  > .field-items
  .field-name-field-thumbnail
  a {
  display: block;
}
.node-type-project .field-name-field-with-unlinked a,
.node-type-project .field-name-field-team-ref a,
.node-type-project .secondary-team a {
  font-size: 14px;
  line-height: 18px;
  color: #838383;
}
.node-type-project .field-name-field-with-unlinked .field-label {
  font-weight: 300;
  font-style: italic;
}

.node-type-project .field-name-field-project-ref {
  margin-bottom: 25px;
  clear: left;
}
.node-type-project .field-name-field-project-ref > .field-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #67b547;
  color: var(--highlight-color);
  margin-bottom: 15px;
}
.node-type-project .field-name-field-project-ref a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #999;
  text-decoration: none !important;
}
.node-type-project .field-name-field-project-ref .node-project:hover a {
  color: #333;
}
.node-type-project .field-name-field-project-ref a img {
  margin-bottom: 10px;
}

/* Quote */
.node-type-project .field-name-field-quote .field-items {
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 10px;
}
.node-type-project .field-name-field-quote .field-items .field-item {
  text-indent: -0.4em;
  padding-left: 0.4em;
}
.node-type-project .field-name-field-quote + .field {
  font-size: 18px;
  line-height: 30px;
  color: #f07062;
  color: var(--highlight-color);
}
/* indent the signature line too */
.node-type-project .quotation-credit .field-item {
  margin-left: 16px;
}

/* Team */
.node-type-project .entity-field-collection-item.two-column > .content {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.node-type-project .entity-field-collection-item.two-column .content:after {
  content: "";
  display: block;
  clear: both;
}
.node-type-project .field-name-field-with-unlinked .field-item,
.node-type-project .secondary-team .field-item {
  display: inline;
}
.node-type-project .field-name-field-with-unlinked a:after,
.node-type-project .secondary-team a:after {
  content: ", ";
}
.node-type-project
  .field-name-field-with-unlinked
  .field-item:last-child
  a:after,
.node-type-project .secondary-team .field-item:last-child a:after {
  content: "";
}

/* Hover states for project page team members */
.node-type-project
  .field-name-field-team-ref
  .node-profile:hover
  .field-name-title-field
  a,
.node-type-project .field-name-field-with-unlinked a:hover,
.node-type-project .secondary-team a:hover {
  color: #333;
}

/* Single Press Block */
.node-type-project .field-name-field-image-single {
  margin-bottom: -2px;
}
.node-type-project .node-press .field-name-field-image-single img {
  margin-bottom: 0;
}
.node-type-project .field-name-field-stories-ref,
.node-type-project .field-name-field-press-ref-single {
  background-color: #e0e0e0;
  font-size: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
.node-type-project .field-name-field-stories-ref:hover,
.node-type-project .field-name-field-press-ref-single:hover {
  background-color: #ccc;
}
.node-type-project .field-name-field-press-ref-single:hover .field-label {
  color: #c30074;
  color: var(--highlight-color);
}
.node-type-project .node-story .field-name-field-text-single a,
.node-type-project .node-press .field-name-field-text-single a {
  color: #333;
  display: inline-block;
  padding: 20px;
}
.node-type-project .node-press .field-name-field-text-single a:hover {
  color: #333;
}
.node-type-project .field-name-field-stories-ref .field-items > .field-label,
.node-type-project
  .field-name-field-press-ref-single
  .field-items
  > .field-label {
  font-size: 14px;
  font-weight: 500;
  color: #e40078;
  color: var(--highlight-color);
  margin: 0 0 15px 20px;
  display: inline-block;
}
.node-type-project .field-name-field-stories-ref .field-items > .field-label {
  color: #f58220;
  color: var(--highlight-color);
}
.node-type-project
  .field-name-field-stories-ref:hover
  .field-items
  > .field-label {
  color: #da521e;
  color: var(--highlight-color);
}

/* Related Projects */
.node-type-project .group-related {
  margin-bottom: 25px;
}
.node-type-project .group-related:before {
  content: "";
  display: block;
  border-top: 1px solid #999;
  margin: 0 15px 15px;
}
.node-type-project .group-related .node-project .field {
  margin-bottom: 12px 0 25px;
}
.node-type-project .group-related .node-project img {
  margin-bottom: 0;
}
.node-type-project .group-related .field-name-field-thumbnail {
  margin-bottom: 0;
}
.node-type-project .content #project-nav {
  margin: 25px 0 15px 0;
}
.page-node.node-type-project .content #project-nav {
  margin-top: 0;
}

/* Profile Pages ***************************************/
/* Landing Page */
.node-type-who-we-are .royalSlider {
  width: 100%;
}
.node-type-who-we-are .royalSlider img {
  width: 100%;
  height: auto;
}
.node-type-who-we-are .view-who-we-are img {
  width: 100%;
}

.node-type-who-we-are .region-navigation,
.node-type-profile .region-navigation {
  margin: 0;
  padding-top: 4px;
  border-bottom: none;
}

.node-type-who-we-are .region-navigation > section,
.node-type-profile .region-navigation > section {
  margin-top: 3px;
}

.node-type-who-we-are .field-type-video-embed-field {
  margin-bottom: 20px;
}
.node-type-who-we-are .field-type-video-embed-field .video-embed-description {
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
}

.node-type-who-we-are .node-who-we-are {
  border-bottom: 1px solid #999;
}
.node-type-who-we-are .field-name-field-description {
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  margin: 25px 0;
}

.node-type-who-we-are .view-who-we-are {
  margin-top: 15px;
}
.node-type-who-we-are .view-who-we-are:before {
  content: "People";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 20px 15px;
  color: #00adef;
  color: var(--highlight-color);
  display: block;
}
.node-type-who-we-are .view-who-we-are .views-row {
  margin-bottom: 30px;
}
.node-type-who-we-are .view-who-we-are .views-field-field-thumbnail {
  margin-bottom: 15px;
}
.node-type-who-we-are .view-who-we-are .views-field-field-thumbnail a {
  display: block;
}
.node-type-who-we-are .view-who-we-are .views-field-title a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: inline-block;
}
.node-type-who-we-are .view-who-we-are .views-row:hover a,
.node-type-who-we-are .view-who-we-are .views-field-title a:hover {
  color: #999;
}
.node-type-who-we-are .view-who-we-are .views-field-field-attribute {
  font-size: 14px;
  color: #00adef;
  color: var(--highlight-color);
  height: 14px;
}

/* Individual Pages */
.node-type-profile .field-collection-view {
  border: none;
}
.node-type-profile .node-profile .field-name-field-banner-images {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
.node-type-profile .node-profile .field-name-field-banner-images .field-items {
  font-size: 0;
  overflow: hidden;
}
.node-type-profile .node-profile .field-name-field-banner-images .field-item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.node-type-profile
  .node-profile
  .field-name-field-banner-images
  .field-item
  img {
  width: 100%;
  height: auto;
}

.node-type-profile .node-profile .field-collection-view {
  margin: 0;
  padding: 0;
}

/* Left Column */
.node-type-profile
  .profile-left
  .field-name-field-selected-news
  .field-name-field-publication:hover
  a,
.node-type-profile
  .profile-left
  .field-name-field-selected-projects
  .field-item
  a:hover,
.node-type-profile
  .profile-left
  .field-name-field-selected-news
  .field-item
  a:hover {
  color: #333;
}
.node-type-profile .profile-left .field-name-field-selected-projects,
.node-type-profile .node-profile .field-name-field-selected-news {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.node-type-profile
  .profile-left
  .field-name-field-selected-projects
  .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #67b547;
  color: var(--highlight-color);
  margin-bottom: 10px;
}
.node-type-profile
  .profile-left
  .field-name-field-selected-projects
  .field-item
  a,
.node-type-profile .profile-left .field-name-field-selected-news .field-item a {
  font-size: 14px;
  line-height: 16px;
  color: #838383;
  margin-bottom: 10px;
  display: inline-block;
}
.node-type-profile
  .profile-left
  .field-name-field-selected-projects
  .field-item
  a:hover,
.node-type-profile
  .profile-left
  .field-name-field-selected-news
  .field-item
  a:hover {
  color: #333;
}
.node-type-profile .profile-left .field-name-field-selected-news .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ec008b;
  color: var(--highlight-color);
  margin-bottom: 10px;
}
.node-type-profile .profile-left .field-name-field-full-cv a {
  font-size: 14px;
  text-decoration: underline;
  color: #333;
}

/* Right Column */
.node-type-profile
  .node-profile
  .field-collection-container
  .field-items
  .field-item {
  margin-bottom: 0;
}
.node-type-profile .profile-right {
  margin-bottom: 15px;
}
.node-type-profile .profile-right .field-name-title-field {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}
.node-type-profile .profile-right .field-name-field-job-title .field-item,
.node-type-profile .profile-right .field-name-field-attribute .field-item {
  font-size: 14px;
  color: #00adef;
  color: var(--highlight-color);
  display: inline-block;
}
.node-type-profile .profile-right .field-name-field-job-title,
.node-type-profile .profile-right .field-name-field-attribute {
  display: inline-block;
}
.node-type-profile .profile-right .field-name-field-job-title {
  font-style: italic;
}
.node-type-profile
  .profile-right
  .field-name-field-job-title
  .field-item:after {
  display: inline-block;
}
.node-type-profile .profile-right .field-collection-container {
  border-top: 1px solid #999;
  margin: 15px 0;
  padding: 15px 0 5px;
}
.node-type-profile
  .profile-right
  .field-type-field-collection
  > .field-items
  > .field-item
  + .field-item {
  margin-top: 30px;
}
.node-type-profile .profile-right .field-name-field-question {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #999;
  margin-bottom: 4px;
}
.node-type-profile .profile-right .field-name-field-answer {
  font-size: 16px;
  line-height: 26px;
}
.node-type-profile .profile-right .field-name-field-project-images {
  margin-top: 10px;
}
.node-type-profile .profile-right .field-name-field-project-images img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.node-type-profile
  .profile-right
  .field-name-field-project-images
  .field-name-field-caption {
  font-size: 14px;
}
.node-type-profile
  .profile-right
  .field-name-field-project-images
  .field-name-field-caption
  a {
  color: #000;
  text-decoration: underline;
}
.node-type-profile
  .profile-right
  .field-name-field-project-images
  .field-name-field-caption
  a:hover {
  color: #333;
}
.node-type-profile
  .field-name-field-body-text
  > .field-items
  > .field-item:only-child
  .field-name-field-question {
  margin-bottom: 30px;
}
.node-type-profile
  .field-name-field-body-text
  > .field-items
  > .field-item:only-child
  .field-name-field-answer
  p
  + p {
  margin-top: 25px;
}
.node-type-profile .field-name-field-answer p + p {
  margin-top: 15px;
}

/* News and Press **************************************/
/* Recent News */
.page-studio-news .views-row.row {
  margin-left: 0;
  margin-right: 0;
}
.page-studio-news-recent .views-row .views-field {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
  font-size: 0;
}
.page-studio-news-recent .views-row-last .views-field {
  padding-bottom: 0;
  border-bottom: none;
}
.page-studio-news-recent .views-row .views-field .field-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-studio-news-recent .view-content .views-row-last {
  border: none;
  margin-bottom: 0;
}
.page-studio-news-recent .view-content .news-item .text-group {
  display: inline-block;
  vertical-align: top;
}
.page-studio-news-recent .view-content .news-item .image-group {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.page-studio-news-recent
  .view-content
  .news-item
  .image-group
  .field-thumbnail {
}
.page-studio-news-recent
  .view-content
  .news-item
  .image-group
  .field-thumbnail
  img {
  height: auto;
  width: 100%;
  min-width: 100%;
}

.page-studio-news-recent .view-content .news-item .field-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
  display: block;
}
.page-studio-news-recent .view-content .news-item .field-blurb {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.page-studio-news-recent .view-content .news-item .field-links ul,
.page-studio-news-awards .view-content .news-item .field-links ul,
.page-studio-news-press .view-content .news-item .field-links ul {
  list-style: none;
}
.page-studio-news-recent .view-content .news-item .field-links ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #ec008b;
  color: var(--highlight-color);
  display: inline-block;
  padding-bottom: 6px;
}
.page-studio-news-recent .view-content .news-item .field-links ul li a:hover {
  color: #c30074;
  color: var(--highlight-color);
}

/* Awards and Press Pages */
.page-studio-news-awards .image-group {
  display: none;
}
.page-studio-news-awards .views-row .news-item {
  padding-bottom: 25px;
}
.page-studio-news-press .views-row .views-field {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
}
.page-studio-news-press .views-row .views-field {
}
.page-studio-news-press .views-row-last .views-field {
  padding-bottom: 0;
  border-bottom: none;
}
.page-studio-news-awards .view-press h3,
.page-studio-news-press .view-press h3 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.page-studio-news-awards .view-press h3:first-child,
.page-studio-news-press .view-press h3:first-child {
  margin-top: -15px;
  padding-top: 0;
  border-top: none;
}
.page-studio-news-awards .views-row-last .text-group,
.page-studio-news-press .views-row-last .text-group {
  margin-bottom: 0;
}
.page-studio-news-awards .text-group .field-title,
.page-studio-news-press .text-group .field-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #333;
  margin-bottom: 6px;
}
.page-studio-news-awards .text-group .field-title a:hover,
.page-studio-news-press .text-group .field-title a:hover {
  color: #999;
}
.page-studio-news-press .text-group .field-publication {
  font-size: 18px;
  margin: 6px 0 10px;
}
.page-studio-news-awards .text-group .field-project-ref a,
.page-studio-news-awards .text-group .field-project-ref,
.page-studio-news-press .text-group .field-project-ref a,
.page-studio-news-press .text-group .field-project-ref {
  font-size: 18px;
  color: #999;
}
.page-studio-news-awards .text-group .field-project-ref a:hover,
.page-studio-news-press .text-group .field-project-ref a:hover {
  color: #333;
}
.page-studio-news-press .text-group .field-links {
  margin-top: 14px;
}
.page-studio-news-press .text-group .field-links a {
  font-size: 14px;
  font-weight: 500;
  color: #ec008b;
  color: var(--highlight-color);
  display: inline-block;
}
.page-studio-news-press .text-group .field-links a:hover {
  color: #c30074;
  color: var(--highlight-color);
}
.page-studio-news-awards .image-group img,
.page-studio-news-press .image-group img {
  width: 100%;
}

/* Clients *********************************************/
/* Left Column */
.node-type-clients .group-client-list {
  margin: -4px 0 25px;
}
.node-type-clients .group-client-list .field-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

/* Right Column */
.node-type-clients .group-stories > .field > .field-items > .field-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
}
.node-type-clients
  .group-stories
  > .field
  > .field-items
  > .field-item:last-child {
  border: none;
  margin-bottom: 0;
}
.node-type-clients .group-stories .field-label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f58220;
  color: var(--highlight-color);
  margin: 0 0 25px;
}
.node-type-clients .group-stories .group-text-wrapper {
  float: left;
  width: 65%;
  padding-right: 25px;
}
.node-type-clients .group-stories .group-text-wrapper .field-type-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}
.node-type-clients .field-name-field-stories-ref a .field-name-title-field,
.node-type-clients
  .field-name-field-stories-ref
  a
  .field-name-field-text-multiple {
  color: #333;
}
.node-type-clients
  .group-stories
  .group-text-wrapper
  .field-name-field-text-multiple {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.node-type-clients
  .group-stories
  .group-text-wrapper
  .field-name-field-link-single
  a {
  font-size: 14px;
  font-weight: 500;
  color: #f58220;
  color: var(--highlight-color);
}
.node-type-clients
  .field-name-field-stories-ref
  > .field-items
  > .field-item:hover
  .field-name-field-link-single
  a {
  color: #e07724;
  color: var(--highlight-color);
}

.node-type-clients .group-stories .group-image-wrapper {
  float: right;
  width: 35%;
}
.node-type-clients .group-stories .group-image-wrapper img {
  width: 100%;
  height: auto;
}

/* Stories *********************************************/
/* Landing Page */
.page-studio-stories .story-summary-text img {
  display: none;
}
.page-studio-stories .view-stories .views-row {
  margin-bottom: 15px;
}
.page-studio-stories .view-stories .views-row .field-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .page-studio-stories .view-stories .views-row .field-content {
      display: block;
  }
}
.page-studio-stories .view-stories .views-row .field-content .story-summary-image,
.page-studio-stories .view-stories .views-row .field-content .story-summary-text {
  grid-row: 1;
}
.page-studio-stories .view-stories .views-row .field-content  .story-summary-text {
  justify-self: center;
  background-color: #efefef;
  padding: 25px 25px 30px;
  align-self: center;
}
@media (max-width: 600px) {
  .page-studio-stories .view-stories .views-row .field-content  .story-summary-text {  
      margin-top: 15px;
  }
}
@media (min-width: 1020px) {
  .page-studio-stories .view-stories .views-row .field-content  .story-summary-text {
    width: 70%;
  }
}
.page-studio-stories .view-stories .views-row-even .story-summary-text {
  order: 1;
}
.page-studio-stories .view-stories .views-row-even .story-summary-image {
  order: 2;
}
.page-studio-stories .view-stories .views-row .field-content:after {
  content: "";
  display: block;
  clear: both;
}

.page-studio-stories .view-stories .story-summary-image img {
  width: 100%;
  height: auto;
}
.page-studio-stories .view-stories .story-summary-text .text-wrapper {
  position: relative;
}
.page-studio-stories
  .view-stories
  .views-row-first
  .story-summary-text
  .text-wrapper {
  border-top: none;
}
.page-studio-stories .view-stories .story-summary-text .field-title a {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #333;
  margin: 0 0 15px;
  display: inline-block;
}
.page-studio-stories .view-stories .story-summary-text .field-title a:hover {
  color: #999;
}
.page-studio-stories .view-stories .story-summary-text .field-story-content {
  font-size: 18px;
  line-height: 26px;
}
.page-studio-stories .view-stories .story-summary-text .field-category {
    display: none;
}
.page-studio-stories .view-stories .story-summary-text .field-category a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #f58220;
  color: var(--highlight-color);
  position: absolute;
  bottom: 15px;
  display: inline-block;
}
.page-studio-stories .view-stories .story-summary-text .field-link-single a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  color: #f58220;
  color: var(--highlight-color);
  display: inline-block;
  margin-top: 18px;
}
.page-studio-stories .view-stories .story-summary-text .field-category a:hover,
.page-studio-stories
  .view-stories
  .story-summary-text
  .field-link-single
  a:hover {
  color: #da521e;
  color: var(--highlight-color);
}

/* Story Detail */
.node-type-story .region.region-navigation {
  border-bottom: 1px solid #999;
}
.node-type-story .node-story .submitted {
  display: none;
}
.node-type-story .node-story .field-name-title-field {
  font-size: 38px;
  font-weight: 500;
  margin: -10px 15px 20px;
}
.node-type-story .node-story .field-collection-view {
  padding: 0;
  margin: 0;
}
.node-type-story .node-story .field-name-field-video .embedded-video {
  margin-bottom: 25px;
}
.node-type-story .node-story .field-name-field-image-single img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0 15px;
}
.node-type-story
  .node-story
  .field-name-field-story-content
  > .field-items
  > .field-item
  .field-type-text-long
  p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
.node-type-story
  .node-story
  .field-name-field-story-content
  > .field-items
  > .field-item:first-child
  .field-type-text-long
  p {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
.node-type-story
  .node-story
  .field-name-field-story-content
  .field-item
  .field-type-text-long
  p
  + p {
  margin-top: 20px;
}
.node-type-story
  .node-story
  .field-name-field-story-content
  .field-item:first-child
  .field-type-text-long {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.node-type-story
  .node-story
  .group-specs-and-share
  .field-collection-container {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #999;
}
.node-type-story .node-story .field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.node-type-story .node-story #share {
  padding: 15px 0 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
}
.node-type-story
  .node-story
  .field-collection-item-field-specs
  .field-name-field-attribute,
.node-type-story .node-story #share .field-name-field-attribute {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  padding-top: 3px;
  width: 50%;
  float: left;
}
.node-type-story
  .node-story
  .field-collection-item-field-specs
  .field-name-field-value {
  font-size: 14px;
  line-height: 16px;
  float: left;
  width: 50%;
}
.node-type-story .node-story .field-name-field-value {
  font-size: 13px;
  line-height: 16px;
  color: #333;
  margin-bottom: 8px;
  vertical-align: bottom;
}

/* AIA Firm Award page */
.node-type-story.page-node-436
  .node-story
  .field-collection-item-field-specs
  .field-name-field-attribute {
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
  color: #000;
  width: 100%;
  float: none;
  margin-bottom: 8px;
}
.node-type-story.page-node-436
  .node-story
  .group-specs-and-share
  .field-collection-container {
  border: none;
  margin-top: 0;
  padding-top: 0;
  margin-left: 10px;
}
.node-type-story.page-node-436
  .node-story
  .field-collection-item-field-specs
  .field-name-field-value {
  float: none;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
}

.node-type-project #share {
  clear: left;
}
.node-type-story .node-story #share .field-name-field-value a {
  width: 22px;
  height: 20px;
  margin-right: 16px;
  background-image: url(/sites/all/themes/LMSa/img/sprite-icons.png);
  overflow: hidden;
  display: inline-block;
}
.node-type-story .node-story #share .field-name-field-value a:last-child {
  margin-right: 0;
}
.node-type-story .node-story #share .field-name-field-value a {
  background-position: -184px -201px;
}
.node-type-story .node-story #share .field-name-field-value a:first-child {
  background-position: -139px -201px;
}
.node-type-story .node-story #share .field-name-field-value a:last-child {
  background-position: -229px -201px;
}
.node-type-story .node-story #share .field-name-field-value a:hover {
  background-position: -184px -171px;
}
.node-type-story
  .node-story
  #share
  .field-name-field-value
  a:first-child:hover {
  background-position: -139px -171px;
}
.node-type-story .node-story #share .field-name-field-value a:last-child:hover {
  background-position: -229px -171px;
}

.node-type-story .node-story #share a img {
  display: none;
}

.node-type-story .node-story .field-name-field-project-ref .col-wrapper {
  padding: 15px 0 12px;
  margin-bottom: 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.node-type-story .node-story .field-name-field-project-ref .field-items:after {
  content: "";
  display: block;
  clear: both;
}
.node-type-story .node-story .field-name-field-project-ref .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #67b547;
  color: var(--highlight-color);
  width: 100%;
  margin: 0 -15px 10px;
}
.node-type-story .node-story .field-name-field-project-ref .field-item {
  width: 100%;
  margin: 0 -15px 7px;
}
.node-type-story .node-story .field-name-field-project-ref .field-item a {
  color: #999;
}
.node-type-story .node-story .field-name-field-project-ref .field-item a:hover {
  color: #333;
  text-decoration: none;
}
.node-type-story #to-top-nav {
  width: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
}
.node-type-story #to-top-nav .project-nav {
  border-top: 1px solid #999;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Contact *********************************************/
/* Google map */
.node-type-contact .region.region-navigation {
  margin-bottom: 0px;
}
.node-type-contact #map-wrapper {
  position: relative;
  padding-bottom: 37%;
  padding-top: 25px;
  margin: 0 0 25px;
  height: 0;
}
.node-type-contact #map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.node-type-contact .field-name-title-field {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
}
.node-type-contact .field-name-field-text-multiple,
.node-type-contact .field-name-field-phone-email {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.node-type-contact .field-name-field-phone-email .field-name-field-attribute {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  display: inline-block;
}
.node-type-contact .field-name-field-phone-email .field-name-field-value {
  display: inline-block;
}
.node-type-contact .field-name-field-caption {
  font-size: 18px;
  font-style: italic;
  color: #999;
  margin-bottom: 25px;
}
.node-type-contact .field-name-field-phone-email .field-name-field-value a,
.node-type-contact .field-name-field-caption a {
  color: #005aaa;
  color: var(--highlight-color);
}
.node-type-contact
  .field-name-field-phone-email
  .field-name-field-value
  a:hover,
.node-type-contact .field-name-field-caption a:hover {
  color: #003c7e;
  color: var(--highlight-color);
}
.node-type-contact .col-right .field {
  padding: 20px 0 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.node-type-contact .col-right .field-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #003c7e;
  color: var(--highlight-color);
  margin-bottom: 10px;
}
.node-type-contact .col-right .field-item a {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  display: inline-block;
}
.node-type-contact .col-right .field-item a:hover {
  color: #333;
}

/* Locations */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter 0.5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

.node-type-careers .region-navigation {
  margin-bottom: 0;
}
.node-type-careers .field-name-field-image-single {
  margin-bottom: 25px;
  margin-top: 20px;
}
.node-type-careers .field-name-field-image-single img {
  width: 100%;
  height: auto;
}
.node-type-careers .node-position .content,
.node-type-careers .node-careers .content {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}
.node-type-careers .node-position .content .group-row h3 {
    display: none;
}
.node-type-careers .node-position .content .group-responsibilities {
    margin-bottom: 25px;
}
.node-type-careers #block-system-main .node-careers .content {
  border-bottom: none;
  padding: 0;
  margin-bottom: 35px;
}
.node-type-careers #block-views-careers-block-1 h2 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.node-type-careers .view-careers .field-name-title-field {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #005aaa;
  color: var(--highlight-color);
  margin-top: 5px;
  margin-bottom: 20px;
}
.node-type-careers .view-careers .field-name-field-description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.node-type-careers .view-careers .field-name-field-position-features p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body.node-type-careers section #block-views-careers-block-1,
  body.node-type-careers section #block-system-main {
    width: 100%;
  }
  .node-type-careers .view-careers .field-name-field-position-features p {
      font-size: 14px;
  }
}
.node-type-careers .view-careers .group-responsibilities .field-label,
.node-type-careers .view-careers .group-qualifications .field-label,
.node-type-careers .node-careers .field-name-title-field {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.node-type-careers .view-careers .group-responsibilities .field-items,
.node-type-careers .view-careers .group-qualifications .field-items,
.node-type-careers .field-name-field-description .field-items,
.node-type-careers .field-name-field-text-list,
.node-type-careers .node-careers .field-name-field-text-multiple {
  font-size: 18px;
  line-height: 25px;
}
.node-type-careers .view-careers .group-responsibilities .field-item,
.node-type-careers .view-careers .group-qualifications .field-item,
.node-type-careers .field-name-field-text-list .field-item {
  display: list-item;
  list-style-position: outside;
  margin-bottom: 4px;
  list-style-image: url(/sites/all/themes/LMSa/img/bullet.png);
  margin-left: 16px;
}
.node-type-careers .node-careers > .content .field-collection-view {
  margin: 0;
  padding: 0;
}
.node-type-careers .node-careers .field-name-field-text-list {
  margin-bottom: 30px;
}
.node-type-careers
  .node-careers
  .field-item:first-child
  .content
  .field-name-field-small-print {
  font-size: 14px;
  line-height: 18px;
}
.node-type-careers .node-careers .field-name-field-text-multiple {
  margin-bottom: 30px;
}
.node-type-careers .node-careers .field-name-field-small-print {
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  color: #999;
}
body.node-type-careers section #block-views-careers-block-1,
body.node-type-careers section #block-system-main {
  width: 65%;
}
@media (max-width: 1200px) {
  body.node-type-careers section #block-views-careers-block-1,
  body.node-type-careers section #block-system-main {
    width: 80%;
  }
}
@media (max-width: 767px) {
  body.node-type-careers section #block-views-careers-block-1,
  body.node-type-careers section #block-system-main {
    width: 100%;
  }
}

/* Responsive ******************************************/
/* Xtra Large */
@media (min-width: 1600px) {
  .col-lg-4 {
    width: 25%;
  }
}

@media (max-width: 1200px) {
  /* Home */
  .front .rsSlide .rsContent .rsContent-content {
    padding-left: 30%;
  }
}

/* Large */
@media (max-width: 990px) {
  /* Home */
  .front .rsSlide .rsContent .rsContent-content {
    padding-left: 20%;
  }
}

/* Large Tablet */
@media (max-width: 850px) {
  /* Stories */
  .page-studio-stories .view-stories .story-summary-image a {
    width: 100%;
/*    height: 340px;*/
    display: block;
/*    overflow: hidden;*/
    position: relative;
  }
  .page-studio-stories .view-id-stories .story-summary-image a img {
/*    height: 340px;*/
    width: auto;
/*    position: absolute;*/
/*    left: -20%;*/
  }
/*
  .page-studio-stories .story-summary-text .text-wrapper {
    height: 340px !important;
  }
*/
  .page-studio-stories
    .view-stories
    .views-row-first
    .story-summary-text
    .text-wrapper {
    margin-top: 0 !important;
  }
  .page-studio-stories
    .view-stories
    .story-summary-text
    .field-type-text-long
    .field-item {
    height: 160px;
    overflow: hidden;
    text-overflow: elipsis;
  }
  .page-studio-stories .view-stories .story-summary-text .field-link-single a {
    margin-top: 10px;
  }
}

/* Tablet Vertical */
@media (max-width: 768px) {
  /* Projects */
  .primary-project-filter ul {
    margin: 0 -15px;
  }
  .primary-project-filter ul li a {
    font-size: 18px;
    letter-spacing: 0.02em;
    padding: 8px 15px;
  }
  .secondary-project-filter {
    margin: 0;
  }
  .secondary-project-filter ul {
    margin: 5px -5px 0;
  }
  .secondary-project-filter ul li a {
    margin: 0 6px;
  }

  /* Headlines */
  .front .node-teaser {
    font-size: 22px;
    line-height: 28px;
  }
  .front .view-headlines .view-content .views-field-field-text-single {
    font-size: 20px;
    line-height: 26px;
    padding: 12px 12px 0;
    height: 80px;
  }
  .front .view-headlines .view-content .views-field-type {
    padding: 0 12px 12px;
    height: 25px;
  }

  /* Home */
  .front .rsSlide .rsContent .rsContent-content {
    padding-left: 15%;
  }

  /* Profile */
  .node-type-profile .node-profile .field-name-field-banner-images {
    padding-bottom: 20px;
  }
  .node-type-profile .profile-right .field-name-title-field {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: -5px;
  }
  .node-type-profile .profile-right .field-name-field-question {
    font-size: 24px;
    line-height: 29px;
  }
  .node-type-profile .profile-right .field-name-field-answer {
    line-height: 25px;
  }
  .node-type-profile
    .profile-right
    .field-type-field-collection
    > .field-items
    > .field-item
    + .field-item {
    margin-top: 25px;
  }
  .node-type-profile .profile-right .field-collection-container {
    margin-bottom: 10px;
  }
  .node-type-profile .profile-right {
    margin-bottom: 0;
  }

  /* Project */
  .page-projects .view-display-id-grid .mix .views-field-title a {
    margin-top: 10px;
  }

  .node-type-project .field-name-field-image-1,
  .node-type-project .group-attributes,
  .node-type-project .field-name-field-image-2,
  .node-type-project .field-name-field-rows .field-item {
    margin-bottom: 20px;
  }
  .node-type-project .field-name-field-quote .field-items .field-item {
  }
  .node-type-project .content h1 {
    font-size: 36px;
  }
  .node-type-project .field-name-field-description {
    line-height: 29px !important;
  }
  .node-type-project .field-name-field-quote .field-items {
    font-size: 36px;
    line-height: 40px;
  }
  .node-type-project .field-name-field-with-unlinked .field-label,
  .node-type-project .field.secondary-team .field-label {
    margin-top: 10px;
  }
  /* Project List View */
  .page-projects .view-display-id-grid.project-list .view-content {
    margin-top: 5px;
  }

  /* News, Press and Awards */
  .region-navigation {
    margin: 0 0 20px;
  }
  .page-studio-news-recent .views-row .views-field {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-studio-news-recent .views-row-last .views-field {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .page-studio-news-recent .view-content .news-item .field-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-studio-news-recent .view-content .news-item .field-blurb {
    line-height: 25px;
  }
  .page-studio-news-recent .view-content .news-item .field-title a {
    font-size: 24px;
    line-height: 28px;
  }

  /* Clients */
  .node-type-clients .group-stories .group-text-wrapper .field-type-text {
    font-size: 24px;
    line-height: 29px;
  }
  .node-type-clients .group-stories > .field > .field-items > .field-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .node-type-clients .group-stories .field-label {
    margin: 0 0 20px;
  }
  .node-type-clients .group-stories .group-image-wrapper {
    width: 40%;
    margin-bottom: 15px;
    float: none;
  }
  .node-type-clients .group-stories .group-text-wrapper {
    width: 80%;
    float: none;
  }
  .node-type-clients .group-stories .group-text-wrapper .field-type-text {
    font-size: 24px;
    line-height: 29px;
  }

  /* Stories */
  .page-studio-stories .view-stories .views-row {
    margin-bottom: 20px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-title a {
    font-size: 24px;
    line-height: 29px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-story-content {
    line-height: 25px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-link-single a {
    margin-top: 20px;
  }
  .node-type-clients .group-stories .group-text-wrapper .field-type-text {
    font-size: 24px;
    line-height: 29px;
  }

  /* AIA Firm Award page */
  .node-type-story.page-node-436
    .node-story
    .field-collection-item-field-specs
    .field-name-field-attribute {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .node-type-story.page-node-436
    .node-story
    .group-specs-and-share
    .field-collection-container {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .node-type-story.page-node-436
    .node-story
    .field-collection-item-field-specs
    .field-name-field-value {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}

/* Phablets */
@media (max-width: 767px) {
  .front .rsDefault .rsBullets {
    bottom: 13px;
  }
  .navbar {
    min-height: auto;
  }
  .navbar-header {
    width: 90px;
    height: 34px;
    float: left;
  }
  .navbar-header a.navbar-brand {
    transform: scale(0.9);
  }
  .navbar-header .nav-btn {
    top: 13px;
    z-index: 10;
  }
  .navbar-header > a {
    width: 80px;
    height: 22px;
    margin-top: 10px;
    margin-right: 20px;
    padding-left: 0;
    position: relative;
    left: -3px;
  }
  .navbar-nav {
    padding-top: 2px;
  }
  .navbar-nav > li > .dropdown-menu,
  .navbar-nav .nav2 > li > .dropdown-menu {
    min-height: 0;
    height: auto;
  }
  .nav-full > nav > ul > li {
    width: 120px;
  }
  .region-navigation .nav > li.expanded > a::after {
    transform: scale(0.8);
    top: 14px;
    right: -15px;
  }
  .region-navigation .nav > li.expanded .dropdown-menu {
    padding: 0 0 8px;
    font-size: 12px;
  }
  .navbar-nav:first-child .dropdown-menu {
    height: 300px;
    margin-top: 4px;
  }
  .navbar-default .nav2 {
    width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  .navbar-default .nav2 .dropdown-menu {
    height: auto;
  }
  .navbar-default .nav2 > li.first > .dropdown-menu {
    margin-top: 7px;
  }
  .navbar-nav .dropdown-menu > li.first {
    margin-top: 2px;
  }
  .navbar-default .nav2 li:first-child .dropdown-menu > li.first {
    margin-top: 0;
  }
  .navbar-default
    .navbar-nav
    .nav2
    > li.first
    > ul.dropdown-menu
    > li.first
    ul.dropdown-menu {
    display: none;
  }
  .navbar-default .navbar-nav > li .dropdown-menu a,
  .navbar-default .navbar-nav .nav2 > li .dropdown-menu a {
    padding-left: 6px;
  }
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu > li.active > a,
  .navbar-nav .nav2 .dropdown-menu > li > a {
    font-size: 15px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .nav2 > li > a {
    font-size: 18px;
    padding: 6px 0 0 6px;
  }

  /* News flash */
  .field-name-field-news-flash {
    height: 50px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* Filter Menu */
  .region.region-navigation {
    padding: 0;
    margin-bottom: 0;
  }
  .page-studio-news-recent .region.region-navigation {
    border-bottom: none;
  }
  .region-navigation {
    padding: 6px 0 0;
  }
  .region-navigation #block-menu-block-1 {
    margin-right: 20px;
  }
  .region-navigation .block-menu-block .menu.nav {
    margin: 0 -10px;
  }
  .region-navigation .nav > li > a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 13px 0px;
  }
  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav .nav2 > li {
    width: 53%;
    float: left;
  }
  .navbar-default .navbar-nav .nav2 > li:first-child {
    padding-top: 7px;
  }

  .primary-project-filter ul {
    height: auto;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .primary-project-filter ul li a {
    font-size: 14px;
    letter-spacing: 0;
    /*		padding: 7px 7px 14px;*/
    padding: 7px 0 14px;
  }
  .secondary-project-filter {
    border-bottom: 1px solid #999;
    margin: 0;
    padding-bottom: 10px;
    grid-column: 1 / span 24;
  }
  .secondary-project-filter ul {
    margin: 0 -5px;
  }
  .secondary-project-filter ul li {
    margin-top: 10px;
  }
  .secondary-project-filter ul li a {
    font-size: 12px;
    margin: 0 5px;
  }
  #block-menu-menu-project-view-toggle {
    margin: 10px 0 0;
    padding-bottom: 13px;
    top: 0px;
    position: relative;
    width: auto;
    right: 0;
    border-bottom: 1px solid #999;
  }
  #block-menu-menu-project-view-toggle ul li {
    display: inline-block;
  }

  /* Bottom Menu */
  .content #project-nav {
    margin: 15px 0 0;
  }
  .node-type-project #to-top-nav {
    top: -15px;
  }

  /* Home */
  .front .rsSlide .rsContent .rsContent-content {
    /* 		padding-left: 10%; */
    top: 25px;
    /* 		right: 25px; */
  }
  .front .rsSlide .rsContent .rsContent-content p {
    font-size: 42px;
    line-height: 46px;
  }

  /* Headline Page */
  .front .node-teaser {
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .front .view-headlines .view-content .views-field-field-text-single {
    font-size: 16px;
    line-height: 21px;
    height: 56px;
  }
  .front .view-headlines .view-content .views-field-type {
    font-size: 11px;
    letter-spacing: 0.02em;
    height: 20px;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .front .content #down-caret {
    background: transparent url(/sites/all/themes/LMSa/img/sprite-icons.png)
      no-repeat -4px -154px;
    bottom: 10px;
  }

  /* Who We Are */

  .node-type-profile #to-top-nav {
    top: -15px;
  }
  .node-type-who-we-are .field-type-video-embed-field {
    margin-bottom: 15px;
  }
  .node-type-who-we-are .field-type-video-embed-field .video-embed-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }
  .node-type-who-we-are .view-who-we-are .views-row {
    margin-bottom: 20px;
  }
  .node-type-who-we-are .field-name-field-description {
    font-size: 16px;
    line-height: 21px;
    margin: 12px 0;
  }
  .node-type-who-we-are .view-who-we-are {
    margin-top: 12px;
  }
  .node-type-who-we-are .view-who-we-are:before {
    margin: 0 0 12px 15px;
  }
  .node-type-who-we-are .view-who-we-are .views-field-field-thumbnail {
    margin-bottom: 8px;
  }
  .node-type-who-we-are .view-who-we-are .views-field-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .node-type-who-we-are .view-who-we-are .views-field-field-attribute {
    font-size: 10px;
    height: 10px;
  }
  .node-type-profile
    .profile-left
    .field-name-field-selected-projects
    .field-label,
  .node-type-profile
    .profile-left
    .field-name-field-selected-news
    .field-label {
    letter-spacing: 0.02em;
  }

  /* Project Pages */
  .page-projects .row.project-list {
    margin: 0 0 12px 0;
    border-top: 1px solid #999;
  }
  .page-projects #block-menu-menu-project-view-toggle {
    padding-bottom: 0;
    margin-bottom: -6px;
    border-bottom: none;
  }
  .page-projects #block-menu-menu-project-view-toggle > ul {
    display: flex;
    justify-content: space-between;
  }
  .page-projects #block-menu-menu-project-view-toggle > ul:before,
  .page-projects #block-menu-menu-project-view-toggle > ul:after {
    display: none;
  }
  .page-projects .main-container {
    margin-top: 20px;
  }
  .page-projects .view-display-id-grid .mix .views-field-title {
    height: 50px;
  }
  .page-projects
    .view-display-id-grid
    .mix.project-list-item
    .views-field-title
    a {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
  }
  .page-projects .view-display-id-grid .mix {
    width: 50%;
  }
  .page-projects .views-responsive-grid .views-column .views-field-title {
    height: 50px;
  }
  .page-projects .views-responsive-grid .views-column .views-field-title a {
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
  }

  .project-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .node-project > .content > .field-type-image {
    margin-bottom: 10px !important;
  }
  .node-type-project .field-name-field-press-ref-single,
  .node-type-project .content .content img {
  }
  .node-type-project .content h1 {
    font-size: 18px;
    margin: 10px 0 12px;
  }
  .node-type-project .field-name-field-description {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 21px !important;
    margin-bottom: 15px;
  }
  .node-type-project
    .field-collection-item-field-specs
    .field-name-field-attribute,
  .node-type-project #share .field-name-field-attribute {
    font-size: 10px;
    padding-top: 0;
  }
  .node-type-project .field-name-field-image-1,
  .node-type-project .group-attributes,
  .node-type-project .field-name-field-image-2,
  .node-type-project .field-name-field-rows .field-item {
    margin-bottom: 15px !important;
  }
  .node-type-project .content .field-name-field-value {
    font-size: 12px;
  }

  .node-project .node-profile .field-name-field-thumbnail .field-item {
    margin-bottom: 0 !important;
  }
  .node-type-project .field-name-field-with-unliked .field-label,
  .node-type-project .field.secondary-team .field-label {
    color: #838383;
  }
  .node-type-project
    .field-name-field-rows
    .field-name-field-team-ref
    .field-name-title-field
    .field-item,
  .node-type-project .field-name-field-rows .secondary-team .field-item,
  .node-type-project
    .field-name-field-team-ref
    > .field-items
    .field-item:first-child {
    margin-bottom: 0 !important;
  }
  .node-type-project .field-label-above.field-name-field-with-unlinked,
  .node-type-project .field-label-above.secondary-team {
    padding-bottom: 0px;
  }

  .node-type-project #share {
    margin-bottom: 12px;
    display: none;
  }
  .node-type-project
    .field-collection-item-field-specs
    .field-name-field-attribute,
  .node-type-project #share .field-name-field-attribute {
    width: 30%;
  }
  .node-type-project .content .two-column .field-type-text-long {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .node-type-project .field-name-field-quote .field-items {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .node-type-project .quotation-credit .field-item {
    margin-left: 6px;
  }
  .node-type-project .group-related .content > .field {
    margin-bottom: 0;
    min-height: 50px;
  }
  .node-type-project .field-name-field-awards-ref .field-label,
  .node-type-project .field-name-field-press-ref .field-label {
    padding: 12px 0;
  }

  .node-type-project .field-name-field-awards-ref .field-items .field-item {
    margin-bottom: 8px !important;
  }
  .node-type-project .field-name-field-with-unlinked,
  .node-type-project .secondary-team {
    padding-bottom: 12px;
  }
  .node-type-project .field-name-field-project-ref {
    clear: left;
    margin-bottom: 10px;
  }
  .node-type-project .field-name-field-team-ref {
    width: 70%;
  }
  .node-type-project .group-related .node-project img {
    margin-bottom: 4px;
  }
  .node-type-project .node-press .field-name-field-text-single a {
    padding: 10px;
  }
  .node-type-project
    .field-name-field-press-ref-single
    .field-items
    > .field-label {
    margin: 0 0 10px 10px;
  }
  .node-type-project .quotation-credit .field-item {
    margin-left: 10px !important;
    margin-bottom: 0 !important;
  }
  .node-type-project .field-name-field-quote + .field {
    font-size: 14px;
    line-height: 18px;
  }
  .node-type-project .content #project-nav {
    margin-top: 10px;
  }

  /* News Pages */
  .page-studio-news-recent .views-row {
    border: none;
  }
  .page-studio-news-recent .views-row .views-field {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .page-studio-news-awards .view-press h3:first-child,
  .page-studio-news-press .view-press h3:first-child {
    margin-top: 10px;
  }
  .page-studio-news-press .views-row .views-field {
    margin-bottom: 12px;
  }
  .page-studio-news-press .view-press h3:first-child + .views-row .views-field {
    margin-bottom: 0;
  }

  .page-studio-news-recent .view-content .news-item .field-title {
    font-size: 16px;
    line-height: 21px;
  }
  .page-studio-news-recent .view-content .news-item .field-title a {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .page-studio-news-recent .view-content .news-item .field-blurb {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .page-studio-news-recent .view-content .news-item .field-links ul li a {
    font-size: 12px;
  }
  .page-studio-news-recent .view-content .news-item .image-group {
    margin: 0 0 20px;
  }
  .page-studio-news-recent
    .view-content
    .news-item
    .image-group
    .field-thumbnail
    img {
    width: 100%;
    height: auto;
  }

  /* Awards and Press Pages */
  .page-studio-news-press .views-row .views-field {
    padding-bottom: 12px;
  }
  .page-studio-news-awards .view-press h3,
  .page-studio-news-press .view-press h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .page-studio-news-press .text-group .field-publication {
    font-size: 14px;
    font-style: italic;
    margin: 4px 0 6px;
  }
  .page-studio-news-awards .text-group .field-title,
  .page-studio-news-press .text-group .field-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .page-studio-news-press .text-group .field-links a {
    font-size: 12px;
  }
  .page-studio-news-awards .text-group .field-title a,
  .page-studio-news-press .text-group .field-title a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .page-studio-news-awards .text-group .field-project-ref a,
  .page-studio-news-awards .text-group .field-project-ref,
  .page-studio-news-press .text-group .field-project-ref a,
  .page-studio-news-press .text-group .field-project-ref {
    font-size: 14px;
    line-height: 18px;
  }

  /* Clients */
  .node-type-clients .group-client-list {
    margin: 0 0 15px;
  }
  .node-type-clients .group-client-list .field-name-field-client {
    padding: 8px 0 12px;
/*    border-top: 1px solid #999;*/
    border-bottom: 1px solid #999;
  }
  .node-type-clients .group-client-list .field-item {
    font-size: 14px;
    line-height: 22px;
  }
  .node-type-clients .group-stories > .field > .field-items > .field-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .node-type-clients
    .group-stories
    > .field
    > .field-items
    > .field-item:last-child {
    margin-bottom: 5px;
  }
  .node-type-clients .group-stories .group-image-wrapper {
    width: 50%;
    margin-bottom: 10px;
  }
  .node-type-clients .group-stories .field-label {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .node-type-clients .group-stories .group-text-wrapper {
    width: 100%;
  }

  /* Stories Pages */
  .page-studio-stories .region.region-navigation {
    margin-bottom: 20px;
  }
  .page-studio-stories
    .view-stories
    .views-row-last
    .story-summary-text
    .text-wrapper {
    border-bottom: none;
  }
  .page-studio-stories .story-summary-image,
  .page-studio-stories .story-summary-text {
    float: left;
  }
  .page-studio-stories .view-stories .views-row .field-content .story-summary-text {
    width: auto;      
  }
  .page-studio-stories .story-summary-image a {
    display: block;
  }
  .page-studio-stories .view-stories .story-summary-text .field-title a {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
  }

  .node-type-story .node-story .field-name-title-field {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .node-type-story .node-story .field-name-field-image-single img {
    margin-bottom: 15px;
  }
  .node-type-story
    .node-story
    .field-name-field-story-content
    > .field-items
    > .field-item:first-child
    .field-type-text-long
    p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .node-type-story
    .node-story
    .field-name-field-story-content
    > .field-items
    > .field-item
    .field-type-text-long
    p {
    font-size: 14px;
    line-height: 18px;
  }
  .node-type-story
    .node-story
    .field-collection-item-field-specs
    .field-name-field-attribute,
  .node-type-story .node-story #share .field-name-field-attribute {
    width: 40%;
  }
  .node-type-story .node-story #share {
    margin-bottom: 10px;
  }
  .node-type-story .node-story .field-name-field-project-ref .col-wrapper,
  .node-type-story
    .node-story
    .field-name-field-story-content
    > .field-items
    > .field-item
    .field-type-text-long
    p {
    margin-bottom: 12px;
  }

  /* Profile */
  .node-type-profile .profile-right {
    margin-bottom: 0;
  }
  .node-type-profile .node-profile .field-name-field-banner-images {
    padding-bottom: 12px;
    margin-bottom: 4px;
  }
  .node-type-profile .node-profile .field-name-field-banner-images .field-item {
    width: 50%;
  }
  .node-type-profile
    .node-profile
    .field-name-field-banner-images
    .field-item:last-child {
    display: none;
  }
  .node-type-profile .profile-right .field-name-title-field {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
  }
  .node-type-profile
    .profile-right
    .field-type-field-collection
    > .field-items
    > .field-item
    + .field-item {
    margin-top: 20px;
  }
  .node-type-profile .profile-right .field-name-field-project-images img {
    margin-bottom: 5px;
  }
  .node-type-profile .profile-right .field-name-field-job-title {
    font-size: 12px;
  }
  .node-type-profile .profile-right .field-collection-container {
    padding: 10px 0 8px;
  }
  .node-type-profile .profile-right .field-name-field-question {
    font-size: 16px;
    line-height: 21px;
  }
  .node-type-profile .profile-right .field-name-field-answer {
    font-size: 14px;
    line-height: 18px;
  }

  .node-type-profile .profile-left {
    margin-bottom: 18px;
  }
  .node-type-profile .profile-left .field-name-field-selected-projects {
    padding-top: 15px;
    border-top: 1px solid #999;
  }

  /* Contact */
  .node-type-contact #map-wrapper {
    margin-bottom: 4px;
  }
  .node-type-contact .field-name-title-field {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .node-type-contact .field-name-field-text-multiple,
  .node-type-contact .field-name-field-phone-email {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .node-type-contact .field-name-field-caption {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .node-type-contact .col-right .field {
    padding: 15px 0 5px;
    border-bottom: none;
  }

  /* Careers */
  .node-type-careers .field-name-field-image-single {
    margin-bottom: 15px;
  }
  .node-type-careers #block-views-careers-block-1 h2 {
    font-size: 16px;
  }
  .node-type-careers .view-careers .field-name-title-field {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .node-type-careers .view-careers .field-name-field-description .field-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .node-type-careers .node-position .content,
  .node-type-careers .node-careers .content {
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .node-type-careers .view-careers .group-responsibilities {
    margin: 0 0 15px;
  }
  .node-type-careers .view-careers .group-responsibilities .field-label,
  .node-type-careers .view-careers .group-qualifications .field-label,
  .node-type-careers .node-careers .field-name-title-field {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .node-type-careers .view-careers .group-responsibilities .field-items,
  .node-type-careers .view-careers .group-qualifications .field-items,
  .node-type-careers .field-name-field-description .field-items,
  .node-type-careers .field-name-field-text-list,
  .node-type-careers .node-careers .field-name-field-text-multiple {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .node-type-careers .view-careers .group-responsibilities .field-item,
  .node-type-careers .view-careers .group-qualifications .field-item,
  .node-type-careers .field-name-field-text-list .field-item {
    font-size: 14px;
    line-height: 18px;
    margin-left: 12px;
    list-style-image: url(/sites/all/themes/LMSa/img/bullet-sm.png);
  }
  .node-type-careers .node-careers .field-name-field-text-list.field,
  .node-type-careers #block-system-main .node-careers .content {
    margin-bottom: 10px;
  }
  .node-type-careers
    .node-careers
    .field-item:first-child
    .content
    .field-name-field-small-print {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 15px;
  }
  .node-type-careers
    .field-collection-item-field-careers-section
    > .content
    > .field-name-title-field {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .node-type-careers .node-careers .field-name-field-small-print {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Oversized Phones */
@media (max-width: 620px) {
  /* Stories */
  .node-type-story .region.region-navigation,
  .page-studio-stories .region.region-navigation /*,
  .node-type-clients .region.region-navigation */{
    border-bottom: none;
    margin-bottom: 0;
  }
  .page-studio-stories .story-summary-image,
  .page-studio-stories .story-summary-text {
    width: 100%;
    float: none;
  }
  .page-studio-stories .view-stories .story-summary-text .text-wrapper {
    border-top: none;
    height: auto !important;
  }
  .page-studio-stories .view-stories .views-row {
    margin-bottom: 12px;
  }
  .page-studio-stories .view-stories .views-row-last {
    margin-bottom: 0px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 10px 0 10px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-story-content {
    font-size: 14px;
    line-height: 18px;
  }
  .page-studio-stories .view-stories .story-summary-text .field-link-single a {
    font-size: 12px;
    margin: 12px 0;
  }
  .page-studio-stories .view-stories .story-summary-text .field-category a {
    font-size: 12px;
    padding-bottom: 20px;
    position: relative;
    bottom: auto;
    display: none;
  }
  .page-studio-stories
    .view-stories
    .story-summary-text
    .field-type-text-long
    .field-item {
    height: auto;
  }
  .page-studio-stories .view-id-stories .story-summary-image a {
    height: auto;
  }
  .page-studio-stories .view-id-stories .story-summary-image a img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .region-navigation .nav > li.expanded > a::after {
    top: 14px;
  }

  /* Allow new pages in subnav */
  .region-navigation .block-menu-block .menu.nav > li > a {
    padding: 8px 8px 8px 10px;
  }
}

/* Mobile Phones */
@media (max-width: 500px) {
  body {
    grid-template-columns: minmax(15px, 1fr) [content-start] minmax(0, 470px) [content-end] minmax(15px, 1fr);
  }
  #block-lmsa-lmsa-breadcrumb {
    display: none;
  }
  .navbar {
    margin-top: 10px;
  }
  .navbar-nav {
    height: 32px;
  }
  .navbar-header {
    width: 80px;
  }
  .navbar.container {
    margin-top: 10px;
  }
  .navbar-header > a {
    margin-top: 2px;
    background-size: 340px 246px;
    background-position: 0 -40px;
  }
  .navbar-header > a:hover {
    background-position: 0 3px;
  }

  .nav-full {
    left: 94px;
  }
  .navbar-default .navbar-nav > li {
    padding-top: 5px;
  }
  .navbar-default .navbar-nav .nav2 > li {
    padding-top: 0px;
  }
  .navbar-default .nav2 > li.first > .dropdown-menu {
    margin-top: 8px;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .nav2 > li > a {
    padding: 1px 0 0 6px;
  }
  .nav2 > .dropdown.last > ul.dropdown-menu > .dropdown > ul.dropdown-menu {
    margin-top: 0;
  }

  .node-type-project .content .two-column .field-type-text-long p:last-child {
    margin-bottom: 15px;
  }
  .node-type-project .field-name-field-quote .field-items {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  /* Subnav Strip */
  .block-menu-block .menu.nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 10px;
  }
  #block-menu-block-1 .menu > li > a {
    padding-bottom: 6px;
  }
  #block-menu-block-2 .menu > li > a {
    padding-top: 6px;
  }
  #block-menu-block-2 .nav > li.expanded > a:after {
    top: 8px;
  }
  .region-breadcrumbs {
    display: none;
  }

  /* Home Page */
  .front .rsPlayBtn {
    display: none;
  }
  .front .rsDefault .rsBullets {
    left: 15px;
    bottom: 23px;
    width: 20px;
  }
  .front .rsDefault .rsBullet {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .front .rsDefault .rsBullet span {
    width: 24px !important;
    height: 24px !important;
  }
  .front .rsDefault .rsBullet span,
  .front .rsDefault .rsBullet span:hover {
    background: url(/sites/all/themes/LMSa/img/sprite-icons.png) no-repeat -48px -240px;
  }
  .front .rsDefault .rsBullet.rsNavSelected span {
    background: rgba(0, 0, 0, 0)
      url("/sites/all/themes/LMSa/img/sprite-icons.png") no-repeat scroll -3px -240px;
  }
  .front .rsDefault .rsBullet:last-child span,
  .front .rsDefault .rsBullet:last-child span:hover {
    background-position: -93px -209px !important;
  }
  .front .rsDefault .rsBullet.rsNavSelected:last-child span,
  .front .rsDefault .rsBullet.rsNavSelected:last-child span:hover {
    background-position: -93px -209px !important;
  }

  .front .rsSlide .rsContent .rsContent-content {
    height: auto;
    top: 15px;
    right: 15px;
  }
  .front .rsSlide .rsContent .rsContent-content p {
    font-size: 36px;
    line-height: 38px;
  }
  .front .rsSlide .rsContent .rsContent-content p br {
    display: none;
  }
  .front .rsSlide .rsContent .rsContent-content p br:last-of-type {
    display: block;
  }
  .front .rsSlide .rsContent .rsContent-content a {
    font-size: 11px;
    margin-top: 30px;
  }
  .front .royalslider-item.item-last {
    overflow: auto;
  }

  /* Projects */
  .node-type-project
    .field-collection-item-field-specs
    .field-name-field-attribute,
  .node-type-project #share .field-name-field-attribute {
    width: 40%;
  }
  .page-projects .view-display-id-grid .mix {
    width: 100%;
  }
  .node-type-project .group-related .col-xs-4.col-sm-3.col-lg-2 {
    width: 50%;
  }
  .node-type-project .group-related img {
    margin-bottom: 5px !important;
  }
  .node-type-project .field-name-field-project-ref a {
    font-size: 12px;
  }
  .page-projects .view-display-id-grid.project-list .mix a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 16px;
    margin-bottom: 4px;
  }

  /* Stories */
  .page-studio-stories
    .view-stories
    .views-row-first
    .story-summary-text
    .text-wrapper {
    margin-top: 0px;
  }
  .node-type-story .node-story .field-name-title-field {
    margin-top: 5px;
  }

  /* Contact */
  #map-wrapper {
    padding-bottom: 56.25%;
  }
}

/* Small Screen Phones */
@media (max-width: 320px) {
  .navbar {
    margin-top: 15px;
  }
  .navbar-header {
    width: 70px;
  }
  .navbar-nav {
    height: 30px;
    margin: 0 0 10px;
    /*JSK*/
    margin-left: 25px;
  }
  .navbar-default .navbar-nav > li {
    padding-top: 2px;
  }
  .navbar-default .navbar-nav .nav2 > li:first-child {
    padding-top: 4px;
  }
  .navbar-header > a {
    width: 65px;
    height: 20px;
    margin-top: 4px;
    background-size: 270px 200px;
    background-position: 0 -35px;
  }
  .navbar-header .nav-btn {
    top: 5px;
  }

  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav .nav2 > li {
    width: 80px;
  }
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu > li.active > a,
  .navbar-nav .nav2 .dropdown-menu > li > a {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .navbar-default .navbar-nav > li > ul .dropdown-menu a,
  .navbar-default .navbar-nav .nav2 > li > ul .dropdown-menu a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-default .navbar-nav .nav2 li.last > ul li.first {
    margin-top: 0;
  }
  .navbar-default .navbar-nav .nav2 li.last > ul li.first a {
    padding-top: 0;
  }

  /* Home Page */
  .front .rsSlide .rsContent .rsContent-content p {
    font-size: 32px;
    line-height: 34px;
  }

  /* Projects */
  .node-type-project .field-name-field-team-ref {
    width: 100%;
  }
}

/* Retina Screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .navbar-header > a,
  .content #project-nav #project-nav-prev::before,
  .content #project-nav #project-nav-next::after,
  #to-top-nav .project-nav::after,
  .front .rsDefault .rsBullet span,
  .front .content #down-caret {
    background-image: url(../img/sprite-icons@2x.png);
    background-size: 353px 256px;
  }
}

/* iPhone Small Screens */
@media (max-width: 320px) {
  .navbar-header > a {
    width: 65px;
    height: 20px;
    margin-top: 4px;
    background-image: url(../img/sprite-icons.png) !important;
    background-size: 270px 200px;
    background-position: 0 -35px;
  }
}

@media (max-width: 340px) {
  #block-menu-block-2 .menu > li.first > a {
    padding-right: 0;
  }
}

/* Main navigation grid */

#navbar .container-fluid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
#navbar .container-fluid .navbar-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1 / span 12;
  justify-content: space-between;
  grid-row: 1;
  align-self: start;
}
#navbar .container-fluid .navbar-header .navbar-brand {
  grid-column: 1 / span 2;
}
#navbar .container-fluid > .nav-full {
  grid-column: 1 / span 12;
  grid-row: 1;
}
#navbar .container-fluid > .nav-full > nav {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0 30px;
}
#navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child {
  display: grid;
  grid-row: 1;
  grid-template-columns: repeat(24, 1fr);
  gap: 0 30px;
  grid-column: 1 / span 24;
}
#navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child li.first {
  grid-column: 4 / span 4;
  grid-row: 1;
}
#navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child li.last {
  grid-column: 8 / span 4;
  grid-row: 1;
}
#navbar .container-fluid > .nav-full > nav > .navbar-nav.secondary {
  grid-column: 12 / span 4;
  grid-row: 1;
}
#navbar .container-fluid > .nav-full > nav > .region-navigation {
  grid-column: 1 / span 24;
  grid-row: 2;
}

@media (max-width: 767px) {
  #navbar .container-fluid > .nav-full {
    grid-column: 1 / span 24;
  }
  #navbar .container-fluid > .nav-full > nav {
    gap: 0 8px;
  }
  #navbar .container-fluid > .nav-full > nav > .navbar-nav {
    grid-column: 8 / span 16;
  }
  #navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child {
    grid-column: 1 / span 24;
    gap: 0 8px;
  }
  #navbar
    .container-fluid
    > .nav-full
    > nav
    > .navbar-nav:first-child
    li.first {
    grid-column: 8 / span 8;
  }
  #navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child .nav2 {
    grid-column: 16 / span 8;
    grid-row: 1;
  }
  .primary-project-filter {
    height: 40px;
  }
  .primary-project-filter ul li.last {
    position: relative;
    top: 1px;
  }
  .region-navigation > ul.nav {
    display: flex;
    justify-content: space-between;
  }
  .region-navigation ul:after,
  .region-navigation ul:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #navbar
    .container-fluid
    > .nav-full
    > nav
    > .navbar-nav:first-child
    li.first {
    grid-column: 6 / span 4;
  }
  #navbar .container-fluid > .nav-full > nav > .navbar-nav:first-child li.last {
    grid-column: 11 / span 4;
  }
  #navbar .container-fluid > .nav-full > nav > .navbar-nav.secondary {
    grid-column: 16 / span 4;
  }
}

/* Footer, default is mobile */
footer {
    width: 100%;
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: minmax(15px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(15px, 1fr);
    background-color: #333;
    color: #fff;
    padding: 25px 0 30px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.front footer {
    margin-top: 0;
    position: absolute;
    top: 100vh;
}
.footer-wrapper {
    grid-column: content;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px 15px;
    width: 100%;
}
.footer-id {
    grid-column: 1 / span 5;
    font-size: 22px;
    color: #fff;
}
.footer-id:hover {
    color: #fff;
}
.footer-id .footer-lms {
    font-weight: 500;
}
.footer-id .footer-architects {
    font-weight: 300;
}
.footer-nav {
    grid-column: 1 / span 7;
    grid-row: 2;
    font-size: 22px;
    font-weight: 400;
    margin-top: 7px;
}
.footer-nav a {
    color: #fff;
    display: inline-block;
    width: 47%;
    border-left: 1px solid #fff;
    line-height: 26px;
    padding-left: 8px;
}
footer .footer-logos {
    grid-column: 4 / span 4;
    grid-row: 5;
    justify-self: right;
}
footer .footer-logo {
    margin-left: 15px;
    display: inline-block;
}
footer .footer-logos img {
    height: 48px;
}
footer .newsletter {
    grid-column: 1 / span 7;
    grid-row: 3 / span 1;
    width: 100%;
}
footer #mailing-list-form {
    display: flex;
    width: 100%;
    height: 35px;
}
footer .mailing-list-email,
footer .mailing-list-email:focus {
    flex-grow: 1;
    background-color: #000;
    border: none;
    font-weight: 300;
    color: #9A9A9A;
}
footer input.mailing-list-email:-webkit-autofill,
footer input.mailing-list-email:-webkit-autofill:hover, 
footer input.mailing-list-email:-webkit-autofill:focus, 
footer input.mailing-list-email:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
}
footer input.mailing-list-email:-webkit-autofill{
    -webkit-text-fill-color: #9A9A9A !important;
}
footer .mailing-list-button {
    width: 35px;
    height: 35px;
    margin-left: 6px;
    background-color: #000;
    color: var(--highlight-color);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
footer .mailing-list-response {
    color: #9A9A9A;
}
footer .address {
    grid-column: 1 / span 4;
    grid-row: 4 / span 1;
    margin-top: 5px;
}
footer .phone-email {
    grid-column: 1 / span 5;
    grid-row: 5 / span 1;
}
footer .phone-email .phone a {
    color: #fff;
}
footer .phone-email .email a {
    text-decoration: underline;
}
footer .social {
    grid-column: 6 / span 2;
    grid-row: 4;
    text-align: right;
    margin-top: 5px;
}
footer .social > div {
    display: inline-block;
    margin-left: 15px;
}
footer .copyright {
    display: none;
}

@media (min-width: 768px) {
    footer {
        grid-template-columns: minmax(30px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(30px, 1fr);
        padding: 32px 0 30px 0;
    }
    .footer-wrapper {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto 35px;
        grid-auto-rows: auto;
        align-items: center;
    }
    .footer-id {
        grid-column: 1 / span 6;
        font-size: 22px;
    }
    .footer-nav {
        grid-column: 1 / span 4;
        grid-row: 2;
    }
    .footer-nav a {
        line-height: 34px;
        padding-left: 14px;
    }
    footer .footer-logos {
        grid-column: 7 / span 6;
        grid-row: 1;
        justify-self: right;
        margin-left: 15px;
    }
    footer .footer-logo {
        margin-left: 0;
        margin-right: 15px;
    }
    footer .newsletter {
        max-width: 350px;
        grid-column: 1 / span 5;
        grid-row: 3;
    }
    footer #mailing-list-form {
    }
    footer .mailing-list-email {
    }
    footer .mailing-list-button {
    }
    footer .address {
        border-left: 1px solid #fff;
        padding-left: 14px;
        grid-row: 2;
        grid-column: 7 / span 3;
    }
    footer .phone-email {
        border-left: 1px solid #fff;
        padding-left: 14px;
        grid-row: 2;
        grid-column: 10 / span 3;
    }
    footer .phone-email .phone a {
    }
    footer .social {
        text-align: left;
        display: block;
        margin-left: 12px;
        grid-row: 3;
        grid-column: 7 / span 3;
    }
    footer .social > div {
        display: inline-block;
        margin-left: 0;
    }
    footer .instagram {
        margin-right: 15px;
    }
    footer .copyright {
        display: block;
        grid-row: 3;
        font-size: 14px;
        color: #9A9A9A;
        margin-left: 12px;
        grid-column: 10 / span 3;
    }
}

@media (min-width: 1120px) {
    footer .footer-logos {
        grid-column: 1 / span 4;
        grid-row: 3;
        justify-self: left;
    }
    footer .newsletter {
        border-left: 1px solid #fff;
        padding-left: 14px;
        grid-column: 5 / span 4;
        grid-row: 2;
    }
    footer .address {
        grid-column: 9 / span 2;
    }
    footer .phone-email {
        grid-column: 11 / span 2;
    }
    footer .social {
        grid-column: 5 / span 2;
    }
    footer .copyright {
        grid-column: 9 / span 4;
    }
}
