@charset "UTF-8";
/*
**
**  01. Defaults
**  02. Fonts
**  03. Typography
**  04. Grids
**  05. Navigation + Menus
**  06. Forms & Tables
**  07. Template Specific Styles
**  08. CSS Animations
**  09. Media Queries
*/
/*
**
****  01. Defaults
**
*/
/*#bca474*/
/*
**** normalize.css v1.0.1 | MIT License | git.io/normalize
*/
/* line 6, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 7, ../scss/_reset.scss */
audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

/* line 8, ../scss/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 9, ../scss/_reset.scss */
[hidden] {
  display: none;
}

/* line 10, ../scss/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 11, ../scss/_reset.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 12, ../scss/_reset.scss */
body {
  margin: 0;
}

/* line 13, ../scss/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 14, ../scss/_reset.scss */
a:active, a:hover {
  outline: 0;
}

/* line 15, ../scss/_reset.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 16, ../scss/_reset.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

/* line 17, ../scss/_reset.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 18, ../scss/_reset.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 19, ../scss/_reset.scss */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

/* line 20, ../scss/_reset.scss */
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

/* line 21, ../scss/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 22, ../scss/_reset.scss */
b {
  font-weight: bold;
}

/* line 24, ../scss/_reset.scss */
dfn {
  font-style: italic;
}

/* line 25, ../scss/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 26, ../scss/_reset.scss */
p, pre {
  margin: 1em 0;
}

/* line 27, ../scss/_reset.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 28, ../scss/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 29, ../scss/_reset.scss */
q {
  quotes: none;
}

/* line 30, ../scss/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 31, ../scss/_reset.scss */
small {
  font-size: 80%;
}

/* line 32, ../scss/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 33, ../scss/_reset.scss */
sup {
  top: -.5em;
}

/* line 34, ../scss/_reset.scss */
sub {
  bottom: -.25em;
}

/* line 35, ../scss/_reset.scss */
dl, ol, ul {
  margin: 0;
}

/* line 36, ../scss/_reset.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 37, ../scss/_reset.scss */
ol, ul {
  padding: 0 0 0 0;
}

/* line 38, ../scss/_reset.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 39, ../scss/_reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 40, ../scss/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 41, ../scss/_reset.scss */
figure {
  margin: 0;
}

/* line 42, ../scss/_reset.scss */
form {
  margin: 0;
}

/* line 43, ../scss/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 44, ../scss/_reset.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}

/* line 45, ../scss/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

/* line 46, ../scss/_reset.scss */
button, input {
  line-height: normal;
}

/* line 47, ../scss/_reset.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

/* line 48, ../scss/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 49, ../scss/_reset.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

/* line 50, ../scss/_reset.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 51, ../scss/_reset.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 52, ../scss/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 53, ../scss/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 54, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../scss/_reset.scss */
.ie9 * {
  filter: none !important;
  -ms-filter: none !important;
}

/* line 60, ../scss/_reset.scss */
a {
  text-decoration: none;
  outline: none;
}

/* line 66, ../scss/_reset.scss */
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

/*
**** Responsive Resets
*/
@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 78, ../scss/_reset.scss */
html {
  padding: 0;
}

/* line 79, ../scss/_reset.scss */
img, audio, video, canvas, object, embed {
  max-width: 100%;
  height: auto;
}

/* line 80, ../scss/_reset.scss */
object, embed {
  height: 100%;
}

/* line 81, ../scss/_reset.scss */
img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  border: 0;
  clear: left;
  margin: 0;
  padding: 0;
}

/* line 82, ../scss/_reset.scss */
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

/* line 69, ../scss/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 73, ../scss/style.scss */
.ie9 * {
  filter: none !important;
  -ms-filter: none !important;
}

/* line 76, ../scss/style.scss */
a {
  text-decoration: none;
  outline: none;
}

/* line 82, ../scss/style.scss */
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

/* line 86, ../scss/style.scss */
* {
  margin: 0;
}

/* line 90, ../scss/style.scss */
.red {
  background: red !important;
}

/* line 93, ../scss/style.scss */
html, body {
  height: 100%;
}

/* line 96, ../scss/style.scss */
body {
  padding: 0 !important;
  margin: 0;
  overflow-x: hidden;
  background: #f4f4f4;
}

/* line 102, ../scss/style.scss */
body.home {
  margin: 0;
  background: #f9f9f9;
}

/* line 106, ../scss/style.scss */
.last {
    padding-right: 0 !important;
}

.span-1-3.first {
  width:25%;
}

/* line 109, ../scss/style.scss */
.overlay {
  display: none;
}

/* line 112, ../scss/style.scss */
.outer-wrap {
  max-width: 1366px;
  height: auto !important;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 5em;
  margin: 0 auto;
  padding-bottom: 0;
  background: #f4f4f4;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 112, ../scss/style.scss */
  .outer-wrap {
    padding: 0 6.5%;
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 112, ../scss/style.scss */
  .outer-wrap {
    padding: 0 5%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  /* line 112, ../scss/style.scss */
  .outer-wrap {
    padding: 0 6.5%;
  }
}

/* line 140, ../scss/style.scss */
.subpage .outer-wrap {
  padding-bottom: 20em;
}

/* line 143, ../scss/style.scss */
.home .outer-wrap {
  background: #f9f9f9;
}

/* line 146, ../scss/style.scss */
.inner-wrap {
  width: 102.5%;
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  /* line 146, ../scss/style.scss */
  .inner-wrap {
    width: 100%;
  }
}

/* HTML5 Elements */
/* Colors */
/* line 162, ../scss/style.scss */
.l-grey {
  color: #8a8a8a;
}

/* line 165, ../scss/style.scss */
header {
  width: 100%;
  height: 4.5em;
  padding: 1em 0;
  background: #f9f9f9;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 165, ../scss/style.scss */
  header {
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 165, ../scss/style.scss */
  header {
    height: 3.5em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 165, ../scss/style.scss */
  header {
    height: 1.5em;
  }
}

/* line 188, ../scss/style.scss */
.expertise header {
  background: #f9f9f9;
}

/* line 191, ../scss/style.scss */
.home header {
  margin-top: -6.5em;
  background: #f9f9f9;
  opacity: 1;
}
/* line 195, ../scss/style.scss */
.home header h1 a, .home header p, .home header nav li a {
  color: #363636;
}
/* line 198, ../scss/style.scss */
.home header nav li a:hover {
  color: #bca474;
}
/* line 201, ../scss/style.scss */
.home header nav li a.icon-envelope:hover {
  color: #bca474;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 191, ../scss/style.scss */
  .home header {
    margin-top: -6em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 191, ../scss/style.scss */
  .home header {
    position: fixed;
    top: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 191, ../scss/style.scss */
  .home header {
    position: fixed;
    top: 0;
    display: none;
  }
}

/* line 233, ../scss/style.scss */
.logotype {
  display: block;
  max-width: 500px;
  margin-top: 0.15em;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 233, ../scss/style.scss */
  .logotype {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 233, ../scss/style.scss */
  .logotype {
    margin-top: -2px;
  }
}
/* line 247, ../scss/style.scss */
.logotype > svg {
  width: 500px;
  height: 25px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 247, ../scss/style.scss */
  .logotype > svg {
    width: 250px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 247, ../scss/style.scss */
  .logotype > svg {
    width: 250px;
  }
}
/* line 261, ../scss/style.scss */
.logotype path, .logotype rect {
 /* fill: #bca474; */
}

/* line 266, ../scss/style.scss */
.logotype:hover path, .logotype:hover rect {
  fill: #4d4d4d;
  fill: #bca474; 

}

/* line 271, ../scss/style.scss */
.no-svg .logotype {
  display: block;
  width: 250px;
  height: 25px;
  background-image: url(gfx/logo-gazzato.png) no-repeat top left;
}

/* line 279, ../scss/style.scss */
.header-fill {
  background: #f9f9f9 !important;
  -webkit-transition: background 0.75s ease-in-out;
  -moz-transition: background 0.75s ease-in-out;
  -ms-transition: background 0.75s ease-in-out;
  -o-transition: background 0.75s ease-in-out;
  transition: background 0.75s ease-in-out;
}

/* line 284, ../scss/style.scss */
.fixed-header .cloned-header,
header .cloned-header {
  background: #f9f9f9;
  height: 4em;
  opacity: 0.95;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 284, ../scss/style.scss */
  .fixed-header .cloned-header,
  header .cloned-header {
    height: 2em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 284, ../scss/style.scss */
  .fixed-header .cloned-header,
  header .cloned-header {
    height: 1.5em;
  }
}
/* line 298, ../scss/style.scss */
.fixed-header .cloned-header h1 a, .fixed-header .cloned-header p, .fixed-header .cloned-header nav li a,
header .cloned-header h1 a,
header .cloned-header p,
header .cloned-header nav li a {
  -webkit-transition: background 0.75s ease-in-out;
  -moz-transition: background 0.75s ease-in-out;
  -ms-transition: background 0.75s ease-in-out;
  -o-transition: background 0.75s ease-in-out;
  transition: background 0.75s ease-in-out;
}

/* line 304, ../scss/style.scss */
.home.fixed-header .cloned-header,
.home header .cloned-header {
  background: #f9f9f9;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 304, ../scss/style.scss */
  .home.fixed-header .cloned-header,
  .home header .cloned-header {
    background: transparent;
    height: 2em;
  }
}

/* line 314, ../scss/style.scss */
header.cloned-header {
  display: none;
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 3;
  height: 4.5em;
  opacity: 1;
  background: #f9f9f9;
  -webkit-transition: background 0.75s ease-in-out;
  -moz-transition: background 0.75s ease-in-out;
  -ms-transition: background 0.75s ease-in-out;
  -o-transition: background 0.75s ease-in-out;
  transition: background 0.75s ease-in-out;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 314, ../scss/style.scss */
  header.cloned-header {
    padding-top: 1.5em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 314, ../scss/style.scss */
  header.cloned-header {
    padding-top: 1em;
    height: 2.5em;
  }
}

/* line 337, ../scss/style.scss */
.fixed-header .cloned-header {
  display: block;
}

/* line 340, ../scss/style.scss */
.fixed-header header * {
  visibility: hidden;
}

/* line 343, ../scss/style.scss */
.fixed-header header.cloned-header * {
  visibility: visible;
}

/* line 346, ../scss/style.scss */
.header-outer {
  overflow: hidden;
  margin: 0 5%;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 346, ../scss/style.scss */
  .header-outer {
    margin: 0 6.5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 346, ../scss/style.scss */
  .header-outer {
    margin: 0 5%;
    height: 4em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 346, ../scss/style.scss */
  .header-outer {
    margin: 0 6.5%;
  }
}

/* line 366, ../scss/style.scss */
.header-inner {
  width: 100%;
  max-width: 1366px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 366, ../scss/style.scss */
  .header-inner {
    height: 2em;
  }
}
/* line 377, ../scss/style.scss */
.header-inner > p {
  width: 20%;
  margin: 0;
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 377, ../scss/style.scss */
  .header-inner > p {
    display: none;
  }
}

/* line 388, ../scss/style.scss */
footer {
  width: 100%;
  height: 13em;
  background: transparent;
  display: block;
  bottom: 0;
  overflow: hidden;
  background: #e6e6e6;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 388, ../scss/style.scss */
  footer {
    height: 10em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 388, ../scss/style.scss */
  footer {
    height: 15em;
    padding-bottom: 2em;
  }
}

/* line 409, ../scss/style.scss */
.push {
  height: 6.5em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 409, ../scss/style.scss */
  .push {
    height: 2.5em;
  }
}

/* line 418, ../scss/style.scss */
.offices.span3,
.span-4-4.links {
  padding-bottom: 0 !important;
}

/* line 421, ../scss/style.scss */
.footer-outer {
  overflow: hidden;
  margin: 0 5%;
  background: transparent;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 421, ../scss/style.scss */
  .footer-outer {
    margin: 0 6.5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 421, ../scss/style.scss */
  .footer-outer {
    margin: 0 5%;
    height: 180px;
  }
}
@media only screen and (max-width: 769px) and (min-width: 481px) {
  /* line 421, ../scss/style.scss */
  .footer-outer {
    margin: 0 6.5%;
  }
}

/* line 442, ../scss/style.scss */
.footer-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 2.5em;
  overflow: hidden;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 442, ../scss/style.scss */
  .footer-inner {
    padding-top: 0;
  }
}

/* line 455, ../scss/style.scss */
footer .span-3,
footer .span-4-4 {
  margin-bottom: 0;
}

/* line 458, ../scss/style.scss */
article {
  overflow: hidden;
}

/* line 461, ../scss/style.scss */
section {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
}

/* line 468, ../scss/style.scss */
hr {
  height: 4px;
  outline: 0;
  border: 0;
  margin: 5.5em 0;
  text-align: center;
}

/* line 477, ../scss/style.scss */
article.single,
section.single {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 1em;
}

/* line 484, ../scss/style.scss */
.single-link--highlighted {
  color: #bca474;
}

/* line 489, ../scss/style.scss */
.hidden,
.mobile-menu {
  display: none;
}

/* line 492, ../scss/style.scss */
.hide {
  opacity: 0;
}

/* line 493, ../scss/style.scss */
.fixed {
  position: fixed;
}

/* line 494, ../scss/style.scss */
#profilo {
  padding-top: 10.5em;
  padding-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 494, ../scss/style.scss */
	#profilo {
    padding-top: 8.5em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 494, ../scss/style.scss */
  #profilo {
    padding-top: 3.5em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 494, ../scss/style.scss */
  #profilo {
    padding-top: 1em;
  }
}

/* line 514, ../scss/style.scss */
.expertise {
  padding-top: 5.25em;
}

/* line 516, ../scss/style.scss */
.ruled {
  border-top: 1px solid #a3a5a6;
  padding-top: 0.5em;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 520, ../scss/style.scss */
  .footer-inner .phone .ruled {
    border: none;
    padding-top: 20px;
  }
}

/* line 529, ../scss/style.scss */
.low-opacity {
  opacity: 0.15;
}

/*
**
****  02.  Fonts
**
*/
@font-face {
  font-family: 'LyonText';
  src: url("fonts/LyonText-Regular-Web.eot");
  src: url("fonts/LyonText-Regular-Webd41d.eot?#iefix") format("embedded-opentype"), url("fonts/LyonText-Regular-Web.woff") format("woff"), url("fonts/LyonText-Regular-Web.ttf") format("truetype"), url("fonts/LyonText-Regular-Web.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'LyonText';
  src: url("fonts/LyonText-RegularItalic-Web.eot");
  src: url("fonts/LyonText-RegularItalic-Webd41d.eot?#iefix") format("embedded-opentype"), url("fonts/LyonText-RegularItalic-Web.woff") format("woff"), url("fonts/LyonText-RegularItalic-Web.ttf") format("truetype"), url("fonts/LyonText-RegularItalic-Webc.html") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'LyonText';
  src: url("fonts/LyonText-Bold-Web.eot");
  src: url("fonts/LyonText-Bold-Webd41d.eot?#iefix") format("embedded-opentype"), url("fonts/LyonText-Bold-Web.woff") format("woff"), url("fonts/LyonText-Bold-Web.ttf") format("truetype"), url("fonts/LyonText-Bold-Web.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'LyonTextBlack';
  src: url("fonts/LyonText-Black-Web.eot");
  src: url("fonts/LyonText-Black-Webd41d.eot?#iefix") format("embedded-opentype"), url("fonts/LyonText-Black-Web.woff") format("woff"), url("fonts/LyonText-Black-Web.ttf") format("truetype"), url("fonts/LyonText-Black-Web.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/FoundersGrotesk-Regular.eot");
  src: url("fonts/FoundersGrotesk-Regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/FoundersGrotesk-Regular.woff") format("woff"), url("fonts/FoundersGrotesk-Regular.ttf") format("truetype"), url("fonts/FoundersGrotesk-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'gab';
  src: url("fonts/gab344d.eot?-85gseh");
  src: url("fonts/gabd41d.eot?#iefix-85gseh") format("embedded-opentype"), url("fonts/gab344d.woff?-85gseh") format("woff"), url("fonts/gab344d.ttf?-85gseh") format("truetype"), url("fonts/gab344d.svg?-85gseh#gab") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
**
****  03. Typography
**
*/
/* line 82, ../scss/_type.scss */
body {
  font-family: "LyonText";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  padding: 0;
}

/* line 93, ../scss/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
  padding-bottom: 0;
}

/* line 98, ../scss/_type.scss */
h1, h2 {
  font-size: 25.6px;
  line-height: 30.4px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #363636;
  font-family: "FoundersGrotesk";
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 98, ../scss/_type.scss */
  h1, h2 {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1em;
  }
}

/* line 113, ../scss/_type.scss */
header h1 {
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 113, ../scss/_type.scss */
  header h1 {
    font-size: 24px;
    line-height: 29.6px;
    font-size: 1.5rem;
    line-height: 1.85rem;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 80%;
    display: inline-block;
  }
}

/* line 125, ../scss/_type.scss */
h1 a {
  font-family: "FoundersGrotesk";
  font-weight: bold;
}

/* line 129, ../scss/_type.scss */
.ampersand {
  font-family: "LyonText";
  font-size: 23.2px;
  line-height: 33.64px;
  font-size: 1.45rem;
  line-height: 2.1025rem;
  font-weight: normal;
  padding: 0 0.1em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 129, ../scss/_type.scss */
  .ampersand {
    font-size: 19.2px;
    line-height: 27.84px;
    font-size: 1.2rem;
    line-height: 1.74rem;
  }
}

/* line 140, ../scss/_type.scss */
.statement h2 {
  font-family: "LyonText";
  font-size: 26.4px;
  line-height: 32px;
  font-size: 1.65rem;
  line-height: 2rem;
  color: #333;
}
/* line 144, ../scss/_type.scss */
.statement h2:first-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 148, ../scss/_type.scss */
.statement h2 a {
  color: #333;
  border-bottom: 1px dotted #333;
	line-height: 1.4em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 148, ../scss/_type.scss */
  .statement h2 a {
    color: #363636;
  }
}
/* line 156, ../scss/_type.scss */
.statement h2 a:hover {
  color: #bca474;
  border-bottom: 1px solid #bca474;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 140, ../scss/_type.scss */
  .statement h2 {
    font-size: 24px;
    line-height: 34.8px;
    font-size: 1.5rem;
    line-height: 2.175rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 140, ../scss/_type.scss */
  .statement h2 {
    font-size: 20.8px;
    line-height: 30.16px;
    font-size: 1.3rem;
    line-height: 1.885rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 140, ../scss/_type.scss */
  .statement h2 {
    font-family: "LyonTextBlack";
    font-size: 20px;
    line-height: 29.6px;
    font-size: 1.25rem;
    line-height: 1.85rem;
  }
}

/* line 181, ../scss/_type.scss */
.copy h2:first-of-type,
p > small,
.header-inner p {
  text-indent: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
  /* line 185, ../scss/_type.scss */
  .header-inner p {
    display: none;
  }
}

/* line 192, ../scss/_type.scss */
p > small {
  color: #a3a5a6;
}

/* line 195, ../scss/_type.scss */
.copy h2 {
  font-size: 28.8px;
  line-height: 33.6px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 195, ../scss/_type.scss */
  .copy h2 {
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 195, ../scss/_type.scss */
  .copy h2 {
    font-size: 22.4px;
    line-height: 27.2px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

/* line 211, ../scss/_type.scss */
body.expertise section h1,
body.expert-sub section h1,
body.partner .title h1 {
  font-size: 33.6px;
  line-height: 36px;
  font-size: 2.1rem;
  line-height: 2.25rem;
  font-family: "LyonTextBlack";
  font-weight: normal;
  max-width: 90%;
  color: #210734;
  padding: 0.25em 0;
  margin: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 767px) {
  /* line 211, ../scss/_type.scss */
  body.expertise section h1,
  body.expert-sub section h1,
  body.partner .title h1 {
    font-size: 27.2px;
    line-height: 32px;
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 211, ../scss/_type.scss */
  body.expertise section h1,
  body.expert-sub section h1,
  body.partner .title h1 {
    font-size: 24px;
    line-height: 32px;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 232, ../scss/_type.scss */
body.expert-sub section h1 {
  padding-bottom: 1em;
}

/* line 237, ../scss/_type.scss */
body.expertise section h2,
body.expert-sub section h2 {
  font-size: 13.6px;
  line-height: 19.72px;
  font-size: 0.85rem;
  line-height: 1.2325rem;
  font-family: "LyonText";
  color: #bca474;
  font-weight: normal;
}

/* line 244, ../scss/_type.scss */
.home h3 {
  font-size: 19.2px;
  line-height: 24px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  text-indent: 2.5em;
  color: #8a8a8a;
}

/* line 250, ../scss/_type.scss */
.home h3:first-of-type {
  text-indent: 0;
  margin-top: 1.5em;
}

/* line 255, ../scss/_type.scss */
.expertise h1,
.contact-us h3 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 255, ../scss/_type.scss */
  .expertise h1,
  .contact-us h3 {
    margin-bottom: 1em;
  }
}

/* line 263, ../scss/_type.scss */
.expert-sub h1 {
  margin-bottom: 1.5em;
}

/* line 266, ../scss/_type.scss */
h4 {
  font-size: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "LyonText";
  font-weight: normal;
  margin-bottom: 0.25em;
  margin-top: 0.65em;
  padding-bottom: 0;
  color: #a3a5a6;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 266, ../scss/_type.scss */
  h4 {
    font-size: 17.6px;
    line-height: 16px;
    font-size: 1.1rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 266, ../scss/_type.scss */
  h4 {
    font-size: 16px;
    line-height: 21.6px;
    font-size: 1rem;
    line-height: 1.35rem;
  }
}

/* line 285, ../scss/_type.scss */
.contact h4 {
  display: block;
  font-size: 17.6px;
  line-height: 25.52px;
  font-size: 1.1rem;
  line-height: 1.595rem;
  border: none;
  margin-bottom: 0;
  color: #bca474;
}

/* line 292, ../scss/_type.scss */
p + h4 {
  padding-top: 0.25em;
}

/* line 295, ../scss/_type.scss */
h4 + p {
  text-indent: 0;
}

/* line 298, ../scss/_type.scss */
h5 {
  font-size: 16px;
  line-height: 23.2px;
  font-size: 1rem;
  line-height: 1.45rem;
  margin-top: 1.25em;
  margin-bottom: 0;
  color: dimgrey;
  font-style: italic;
}

/* line 306, ../scss/_type.scss */
p {
  font-size: 20px;
  line-height: 27.2px;
  font-size: 1.25rem;
  line-height: 1.7rem;
  font-weight: normal;
  padding-bottom: 0.85em;
  color: #363636;
  margin: 0;
  clear: left;
  text-align: left;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 306, ../scss/_type.scss */
  p {
    font-size: 17.6px;
    line-height: 25.52px;
    font-size: 1.1rem;
    line-height: 1.595rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 306, ../scss/_type.scss */
  p {
    font-size: 17.6px;
    line-height: 25.52px;
    font-size: 1.1rem;
    line-height: 1.595rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 306, ../scss/_type.scss */
  p {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
/* line 330, ../scss/_type.scss */
p:first-of-type {
  text-indent: 0;
}
/* line 333, ../scss/_type.scss */
p.header {
  color: #3a41bf;
  font-size: 13.6px;
  line-height: 19.72px;
  font-size: 0.85rem;
  line-height: 1.2325rem;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0 !important;
  margin: 0 0 0.5em -0.35em;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 333, ../scss/_type.scss */
  p.header {
    margin-left: 0;
  }
}
/* line 353, ../scss/_type.scss */
p.header + p.head {
  margin-bottom: 0;
}
/* line 356, ../scss/_type.scss */
p > a {
  color: #363636;
  border-bottom: 1px solid #3a41bf;
}
/* line 360, ../scss/_type.scss */
p > a:hover {
  color: #3a41bf;
  border-bottom: 1px solid #3a41bf;
}

/* line 366, ../scss/_type.scss */
.partner p.header {
  margin-left: 0;
}

/* line 370, ../scss/_type.scss */
p.head + h4 {
  margin-top: 0;
  padding-top: 0;
}

/* line 375, ../scss/_type.scss */
.expertise section h1 + p {
  font-family: "FoundersGrotesk";
  font-size: 26.4px;
  line-height: 30.4px;
  font-size: 1.65rem;
  line-height: 1.9rem;
  margin: 0.85em 0 0 0;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 375, ../scss/_type.scss */
  .expertise section h1 + p {
    font-size: 23.2px;
    line-height: 27.2px;
    font-size: 1.45rem;
    line-height: 1.7rem;
  }
}

/* line 386, ../scss/_type.scss */
.home footer p {
  font-size: 13.6px;
  line-height: 19.72px;
  font-size: 0.85rem;
  line-height: 1.2325rem;
}

/* line 390, ../scss/_type.scss */
.break + p {
  font-size: 14.4px;
  line-height: 16px;
  font-size: 0.9rem;
  line-height: 1rem;
  text-indent: 0;
  color: #363636;
  padding-bottom: 0;
}
/* line 395, ../scss/_type.scss */
.break + p + p {
  font-size: 14.4px;
  line-height: 19.2px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-indent: 0;
  color: #363636;
}

/* line 402, ../scss/_type.scss */
.our-history p.header {
  margin-top: 0.6em;
}

/* line 406, ../scss/_type.scss */
br + p {
  text-indent: 3em;
}

/* Link Styles */
/* line 412, ../scss/_type.scss */
nav li a, a {
  text-decoration: none;
  color: #363636;
}

/* line 416, ../scss/_type.scss */
a.expertise {
  color: #a3a5a6;
}

/* line 422, ../scss/_type.scss */
a:hover,
a.expertise:hover,
a.active,
.first:hover {
  color: #bca474;
  cursor: pointer;
}

/* line 426, ../scss/_type.scss */
.first {
  display: block;
}

/* line 429, ../scss/_type.scss */
.in-use {
  text-decoration: underline;
}

/* line 434, ../scss/_type.scss */
.blog-title h1 {
  padding-top: 0.25em;
}
/* line 436, ../scss/_type.scss */
.blog-title h1 a {
  font-size: 33.6px;
  line-height: 36px;
  font-size: 2.1rem;
  line-height: 2.25rem;
  font-family: "LyonTextBlack";
  font-weight: normal;
  max-width: 90%;
  color: #210734;
  margin: 0;
}
/* line 443, ../scss/_type.scss */
.blog-title h1 a:hover {
  color: #bca474;
}

/* line 451, ../scss/_type.scss */
.blog-entry h1 {
  font-size: 33.6px;
  line-height: 36px;
  font-size: 2.1rem;
  line-height: 2.25rem;
  font-family: "LyonTextBlack";
  font-weight: normal;
  max-width: 90%;
  color: #210734;
  padding: 0.25em 0;
  margin: 0;
}
/* line 460, ../scss/_type.scss */
.blog-entry h2 {
  font-size: 16px;
  line-height: 23.2px;
  font-size: 1rem;
  line-height: 1.45rem;
  padding-bottom: 2.5em;
  width: 25%;
  float: left;
}
@media only screen and (max-width: 480px) {
  /* line 460, ../scss/_type.scss */
  .blog-entry h2 {
    width: 48.5%;
  }
}
/* line 470, ../scss/_type.scss */
.blog-entry .entry-date {
  font-size: 16px;
  line-height: 23.2px;
  font-size: 1rem;
  line-height: 1.45rem;
  font-family: "FoundersGrotesk";
  color: #bca474;
}
@media only screen and (max-width: 480px) {
  /* line 475, ../scss/_type.scss */
  .blog-entry p {
    padding-bottom: 1.5em !important;
  }
}

/* line 487, ../scss/_type.scss */
.blog .sidebar h3,
.article .sidebar h3,
.category .sidebar h3 {
  font-family: "FoundersGrotesk";
  color: #bca474;
  text-transform: uppercase;
  margin: 0.35em 0;
}

/* DefaultType Styles */
/* line 500, ../scss/_type.scss */
em, i {
  font-style: italic;
  font-weight: normal;
}

/* line 504, ../scss/_type.scss */
strong, b {
  font-family: "LyonTextBlack";
  font-weight: normal;
}

/* line 508, ../scss/_type.scss */
small {
  text-indent: 0;
}

/* line 511, ../scss/_type.scss */
small.header {
  display: block;
  font-size: 12px;
  line-height: 17.4px;
  font-size: 0.75rem;
  line-height: 1.0875rem;
  color: dimgrey;
  margin: 0;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}

/* line 520, ../scss/_type.scss */
small,
small > p > a {
  font-size: 12px;
  line-height: 17.4px;
  font-size: 0.75rem;
  line-height: 1.0875rem;
}

/* line 524, ../scss/_type.scss */
.information small,
.blog-title small {
  font-family: "LyonText";
  font-size: 13.6px;
  line-height: 19.72px;
  font-size: 0.85rem;
  line-height: 1.2325rem;
  color: #bca474;
}

/* line 530, ../scss/_type.scss */
article > small {
  font-size: 15.2px;
  line-height: 22.04px;
  font-size: 0.95rem;
  line-height: 1.3775rem;
  color: #8a8a8a;
  display: inline-block;
  margin: 0 0 0.5em 3em;
}

/* line 536, ../scss/_type.scss */
figcaption {
  font-family: "LyonText";
  font-size: 12.56px;
  line-height: 16px;
  font-size: 0.785rem;
  line-height: 1rem;
  margin-top: 0.25em;
  color: #363636;
  text-align: left;
}
/* line 543, ../scss/_type.scss */
figcaption:before {
  content: '';
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 536, ../scss/_type.scss */
  figcaption {
    font-size: 11.2px;
    line-height: 16.24px;
    font-size: 0.7rem;
    line-height: 1.015rem;
  }
}

/* line 553, ../scss/_type.scss */
figure.hover > figcaption,
figure:hover > figcaption {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  color: #3a41bf;
}

/* line 558, ../scss/_type.scss */
figcaption i {
  color: #8a8a8a;
}

/* line 561, ../scss/_type.scss */
span {
  display: inline-block;
  position: relative;
}

/* line 565, ../scss/_type.scss */
blockquote {
  font-size: 24px;
  line-height: 28.8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "FoundersGrotesk";
  width: 85%;
  margin: 0;
  color: #bca474;
  padding: 0 0 1em 2.25em;
  margin-right: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 565, ../scss/_type.scss */
  blockquote {
    font-size: 23.2px;
    line-height: 25.6px;
    font-size: 1.45rem;
    line-height: 1.6rem;
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 565, ../scss/_type.scss */
  blockquote {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 565, ../scss/_type.scss */
  blockquote {
    font-size: 20px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 100%;
    padding-left: 0.25em;
  }
}
/* line 591, ../scss/_type.scss */
blockquote:before {
  content: '\201C';
  margin-left: -0.25em;
}
/* line 595, ../scss/_type.scss */
blockquote:after {
  content: '\201D';
}

/* line 599, ../scss/_type.scss */
.serif {
  font-family: "LyonText";
}

/* line 602, ../scss/_type.scss */
.sans {
  font-family: "FoundersGrotesk";
}

/* Icons */
/* line 609, ../scss/_type.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'gab';
  font-size: 17.6px;
  line-height: 25.52px;
  font-size: 1.1rem;
  line-height: 1.595rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 622, ../scss/_type.scss */
.icon-paperclip:before {
  content: "\e600";
  font-size: 12.8px;
  line-height: 18.56px;
  font-size: 0.8rem;
  line-height: 1.16rem;
  color: #bca474;
  padding-right: 4em;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 622, ../scss/_type.scss */
  .icon-paperclip:before {
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 622, ../scss/_type.scss */
  .icon-paperclip:before {
    padding-right: 1em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 622, ../scss/_type.scss */
  .icon-paperclip:before {
    display: none;
  }
}

/* line 644, ../scss/_type.scss */
.icon-phone:before {
  content: "\e601";
}

/* line 647, ../scss/_type.scss */
.icon-map:before {
  content: "\e602";
}

/* line 650, ../scss/_type.scss */
.icon-heart:before {
  content: "\e603";
}

/* line 653, ../scss/_type.scss */
.icon-search:before {
  content: "\e604";
}

/* line 656, ../scss/_type.scss */
.icon-menu:before {
  content: "\e605";
  float: right;
}

/* line 660, ../scss/_type.scss */
.icon-close:before {
  content: "\e606";
}

/*
**
**** 04.  Grids
**
*/
/* line 547, ../scss/style.scss */
.span-1, .span-1-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-2, .portrait:nth-child(0n+2),
.portrait:nth-child(0n+8),
.portrait:nth-child(0n+9) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20%;
  float: left;
}

/* line 547, ../scss/style.scss */
.logo.span-3 {
  width: 50%;
}

.span-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.logo.push-3 {
  width: 25%;
}

.push-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 25%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-4, .span-4-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 40%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-5, .partner .sidebar .span-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 50%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 60%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 70%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 80%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 90%;
  float: left;
}

/* line 547, ../scss/style.scss */
.span-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

/* line 554, ../scss/style.scss */
.push-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 100%;
  float: left;
}

/* line 561, ../scss/style.scss */
.half {
  width: 48.75%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 1.5em;
}


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

/* CSS Columns */
/* line 575, ../scss/style.scss */
.two-col {
  margin-top: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 1.5%;
  -webkit-column-count: 2;
  -webkit-column-gap: 1.5%;
}

/* line 583, ../scss/style.scss */
.span-4-4 {
  padding-right: 0;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 583, ../scss/style.scss */
  .span-4-4 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 583, ../scss/style.scss */
  .span-4-4 {
    width: 100%;
  }
}

/* line 598, ../scss/style.scss */
.span-1-3 {
  width: 33%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 598, ../scss/style.scss */
  .span-1-3 {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 598, ../scss/style.scss */
  .span-1-3 {
    width: 33%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 598, ../scss/style.scss */
  .span-1-3 {
    width: 33%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 618, ../scss/style.scss */
  .span-1-3:last-of-type {
    width: 33%;
    padding-right: 0;
  }
}

/*
**
**** 05.  Navgation & Lists
**
*/
/* line 633, ../scss/style.scss */
ul li {
  list-style: none;
}

/* line 636, ../scss/style.scss */
ul.areas-of-practice {
  position: static;
}
/* line 638, ../scss/style.scss */
ul.areas-of-practice li {
  font-family: "FoundersGrotesk";
  font-size: 19.2px;
  line-height: 24px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.5em 0;
  border-top: 1px solid #a3a5a6;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 638, ../scss/style.scss */
  ul.areas-of-practice li {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 320px) {
  /* line 638, ../scss/style.scss */
  ul.areas-of-practice li {
    display: none;
  }
}
/* line 654, ../scss/style.scss */
ul.areas-of-practice:last-of-type {
  border-bottom: 1px solid #a3a5a6;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 654, ../scss/style.scss */
  ul.areas-of-practice:last-of-type {
    border: 0;
  }
}

/* line 664, ../scss/style.scss */
nav li {
  font-family: "FoundersGrotesk";
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  float: left;
  display: inline;
  padding: 0.4em 1em 0 0;
}
/* line 670, ../scss/style.scss */
nav li li a {
  color: #363636;
}
/* line 673, ../scss/style.scss */
nav li a.active {
  color: #bca474 !important;
  border-bottom: 1px solid #bca474;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 664, ../scss/style.scss */
  nav li {
    font-size: 18.4px;
    line-height: 26.68px;
    font-size: 1.15rem;
    line-height: 1.6675rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  /* line 664, ../scss/style.scss */
  nav li {
    font-size: 17.6px;
    line-height: 25.52px;
    font-size: 1.1rem;
    line-height: 1.595rem;
    padding: 0 0.9em 0 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 664, ../scss/style.scss */
  nav li {
    font-size: 18.4px;
    line-height: 26.68px;
    font-size: 1.15rem;
    line-height: 1.6675rem;
    padding: 0 1.5em 0 0;
  }
}

/* line 697, ../scss/style.scss */
.division li {
  font-family: "LyonText";
  font-size: 13.6px;
  line-height: 13.6px;
  font-size: 0.85rem;
  line-height: 0.85rem;
  float: left;
  display: inline;
  padding-right: 0.5em;
}
/* line 703, ../scss/style.scss */
.division li:first-of-type:after {
  content: '/';
  color: #363636;
  padding-left: 0.5em;
}

/* line 709, ../scss/style.scss */
span.level {
  font-size: 20px;
  line-height: 13.6px;
  font-size: 1.25rem;
  line-height: 0.85rem;
}
@media screen and (max-device-width: 480px) and (min-device-width: 320px) {
  /* line 709, ../scss/style.scss */
  span.level {
    font-size: 12px;
    line-height: 12px;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

/* line 716, ../scss/style.scss */
article.archive {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
  padding-right: 0;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 716, ../scss/style.scss */
  article.archive {
    width: 72%;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 716, ../scss/style.scss */
  article.archive {
    width: 100%;
    padding-top: 1em;
  }
}

/* line 736, ../scss/style.scss */
article.archive dl {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
/* line 740, ../scss/style.scss */
article.archive dl dt {
  width: 100%;
  padding: 1.5em 0 0.25em 4em;
  border-bottom: 1px solid #a3a5a6;
  position: relative;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 740, ../scss/style.scss */
  article.archive dl dt {
    padding-left: 2.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 740, ../scss/style.scss */
  article.archive dl dt {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 740, ../scss/style.scss */
  article.archive dl dt {
    color: #bca474;
  }
}
/* line 761, ../scss/style.scss */
article.archive dl dt:first-of-type {
  padding-top: 0;
}
/* line 765, ../scss/style.scss */
article.archive dl dd {
  width: 100%;
  position: relative;
  padding: 0.35em 0;
  margin: 0;
  border-bottom: 1px solid #a3a5a6;
}
/* line 772, ../scss/style.scss */
article.archive dl a {
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
}

/* line 777, ../scss/style.scss */
section.experts dl {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  font-family: "FoundersGrotesk";
  color: #363636;
}
/* line 783, ../scss/style.scss */
section.experts dl dt {
  width: 100%;
  padding: 1em 0 0 0;
  position: relative;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
}
/* line 788, ../scss/style.scss */
section.experts dl dt:first-of-type {
  padding-top: 0;
}
/* line 792, ../scss/style.scss */
section.experts dl dd {
  width: 100%;
  position: relative;
  padding: 0 0 0.15em 0;
  margin: 0;
}
/* line 798, ../scss/style.scss */
section.experts dl a {
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  border-bottom: 1px solid #3a41bf;
}
/* line 801, ../scss/style.scss */
section.experts dl a:hover {
  color: #3a41bf;
}

/* line 807, ../scss/style.scss */
.contact-us dl {
  width: 100%;
  position: relative;
  padding: 0;
  margin-top: 1.5em;
  font-family: "LyonText";
  color: #363636;
}
/* line 814, ../scss/style.scss */
.contact-us dl dt {
  width: 30%;
  padding: 0;
  position: absolute;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
}
/* line 819, ../scss/style.scss */
.contact-us dl dt:first-of-type {
  padding-top: 0;
}
/* line 823, ../scss/style.scss */
.contact-us dl dd {
  width: 70%;
  padding: 0 0 0.15em 30%;
  margin: 0;
}
/* line 828, ../scss/style.scss */
.contact-us dl dt, .contact-us dl dd {
  padding-bottom: 0.5em;
}
/* line 831, ../scss/style.scss */
.contact-us dl a {
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  border-bottom: 1px solid #bca474;
}
/* line 834, ../scss/style.scss */
.contact-us dl a:hover {
  color: #bca474;
}

/* line 841, ../scss/style.scss */
p.table-header {
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  margin-top: 1em;
  margin-left: 10%;
  padding-bottom: 0.25em;
}
/* line 846, ../scss/style.scss */
p.table-header:first-of-type {
  margin-top: 0.25em;
}

/* line 850, ../scss/style.scss */
footer ul {
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 852, ../scss/style.scss */
  footer ul.last {
    margin-bottom: 0;
  }
  .span-1-3.first {
  width:25%;
}

}
/* line 859, ../scss/style.scss */
footer ul li {
  font-family: "LyonText";
  font-size: 12.8px;
  line-height: 19.2px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #8a8a8a;
  padding: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 859, ../scss/style.scss */
  footer ul li {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 859, ../scss/style.scss */
  footer ul li {
    font-size: 11.2px;
    line-height: 14.992px;
    font-size: 0.7rem;
    line-height: 0.937rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 859, ../scss/style.scss */
  footer ul li {
    font-size: 14.4px;
    line-height: 17.6px;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 859, ../scss/style.scss */
  footer ul li {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
/* line 885, ../scss/style.scss */
footer ul li a {
  border-bottom: 1px solid #bca474;
}

/* line 890, ../scss/style.scss */
.offices ul li a {
  border-bottom: 0;
}

/* line 896, ../scss/style.scss */
ul.address {
  display: block;
  border-top: 1px solid #bca474;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
/* line 901, ../scss/style.scss */
ul.address + ul.address + ul.address {
  margin-bottom: 2.5em;
}
/* line 904, ../scss/style.scss */
ul.address li {
  font-size: 15.2px;
  line-height: 22.04px;
  font-size: 0.95rem;
  line-height: 1.3775rem;
  color: #363636;
}
/* line 907, ../scss/style.scss */
ul.address li:first-of-type {
  font-size: 15.2px;
  line-height: 14.4px;
  font-size: 0.95rem;
  line-height: 0.9rem;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #363636;
  margin-bottom: 0.5em;
}

/* line 916, ../scss/style.scss */
.contact-us p {
  font-size: 17.6px;
  line-height: 25.52px;
  font-size: 1.1rem;
  line-height: 1.595rem;
}
/* line 918, ../scss/style.scss */
.contact-us p:first-of-type {
  font-size: 17.6px;
  line-height: 17.6px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: inline-block;
  border-bottom: 1px solid #bca474;
  color: #bca474;
  padding-bottom: 0;
  margin-bottom: 0.85em;
}
/* line 926, ../scss/style.scss */
.contact-us p:nth-child(odd) {
  text-indent: 0;
}

/* line 931, ../scss/style.scss */
ul.footer {
  margin-top: 0.5em;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 931, ../scss/style.scss */
  ul.footer {
    margin-top: 0.35em;
  }
}

/* line 940, ../scss/style.scss */
.expert-sub section.information ul li {
  font-family: "LyonText";
  font-size: 20px;
  line-height: 29px;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  color: #363636;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 940, ../scss/style.scss */
  .expert-sub section.information ul li {
    font-size: 17.6px;
    line-height: 25.52px;
    font-size: 1.1rem;
    line-height: 1.595rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 940, ../scss/style.scss */
  .expert-sub section.information ul li {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
/* line 956, ../scss/style.scss */
.expert-sub section.information ul li:before {
  content: '—';
  padding-right: 0.5em;
}

/*
**
**** 06.  Forms & Tables
**
*/
/* line 968, ../scss/style.scss */
.form {
  padding-right: 0;
}

/* line 972, ../scss/style.scss */
.full {
  clear: left;
  display: block;
  vertical-align: middle;
}
/* line 976, ../scss/style.scss */
.full.radio {
  padding: 0.25em 0 0.5em 0;
  margin: 0 0 0.25em 0.1em;
  border-bottom: 1px solid dimgrey;
}

/* line 983, ../scss/style.scss */
.half + .half {
  margin-right: 0;
}

/* line 989, ../scss/style.scss */
input[type=text],
input[type=tel],
input[type=email] {
  font-family: "LyonText";
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
  margin: 0.25em 0;
  background: transparent;
  clear: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid dimgrey;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 1008, ../scss/style.scss */
.placeholder,
.hasPlaceholder,
::-webkit-input-placeholder {
  color: dimgrey;
}

/* line 1011, ../scss/style.scss */
input, textarea {
  color: #000;
}

/* line 1012, ../scss/style.scss */
.placeholder {
  color: #aaa;
}

/* line 1014, ../scss/style.scss */
textarea {
  font-family: "LyonText";
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 96.5%;
  display: block;
  background: transparent;
  border: 1px solid dimgrey;
  outline: 0;
  margin: 0;
  padding: 0.5em;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1014, ../scss/style.scss */
  textarea {
    width: 95%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1014, ../scss/style.scss */
  textarea {
    width: 97%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1014, ../scss/style.scss */
  textarea {
    width: 93.5%;
  }
}

/* line 1042, ../scss/style.scss */
.radio {
  margin-bottom: 12px;
  padding-left: 0;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  line-height: 1.5;
}

/* line 1052, ../scss/style.scss */
label, .CheckBox {
  font-family: "LyonText";
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  color: dimgrey;
  margin-right: 0.5em;
  margin-left: 0.1em;
  margin-top: 0.5em;
  width: 100%;
  height: 1.5em;
  vertical-align: middle;
}

/* line 1064, ../scss/style.scss */
.main label, .main .CheckBox>input {
  font-size: 12px;
  line-height: 16px;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 1067, ../scss/style.scss */
label > input, .CheckBox>input {
  display: inline-block;
  height: 2em;
  padding: 0.25em 0;
  margin-left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
}

/* line 1076, ../scss/style.scss */
.main {
  margin-bottom: 0;
}

/* line 1079, ../scss/style.scss */
.message {
  min-height: 200px;
}

/* line 1082, ../scss/style.scss */
.message-label {
  margin-top: 1.5em;
}

/* line 1085, ../scss/style.scss */
.button {
  float: right;
  width: auto;
  padding: 0.15em;
  background: #f7f5f0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #363636;
  font-family: "LyonText";
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
}
/* line 1098, ../scss/style.scss */
.button:hover {
  color: #bca474;
  border-bottom: 1px solid #bca474;
}

/* line 1104, ../scss/style.scss */
form > span {
  width: 100%;
}
/* line 1106, ../scss/style.scss */
form > span .error-message {
  color: #3a41bf;
}

/* line 1111, ../scss/style.scss */
ul.errors {
  margin-bottom: 2.5em;
}
/* line 1113, ../scss/style.scss */
ul.errors li {
  color: #3a41bf;
}

/* line 1118, ../scss/style.scss */
.success-message {
  max-width: 320px;
  margin: 2em;
}

/* Tables etc */
/* line 1130, ../scss/style.scss */
table {
  clear: left;
  width: 100%;
}

/* line 1131, ../scss/style.scss */
td {
  font-family: "FoundersGrotesk";
  font-size: 12px;
  line-height: 17.4px;
  font-size: 0.75rem;
  line-height: 1.0875rem;
  color: white;
}

/* line 1132, ../scss/style.scss */
td:first-of-type {
  padding-right: 1em;
}

/* line 1133, ../scss/style.scss */
.block {
  display: inline-block;
  margin: 0;
}

/* line 1135, ../scss/style.scss */
dl {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 2.5em;
}

/* line 1141, ../scss/style.scss */
dt {
  position: absolute;
  width: 5%;
  padding: 0;
}

/* line 1146, ../scss/style.scss */
dd {
  width: 95%;
  padding-left: 5%;
  margin-bottom: 0.25em;
}

/* line 1152, ../scss/style.scss */
dt, dd, dd a, dh {
  font-size: 14.4px;
  line-height: 20.88px;
  font-size: 0.9rem;
  line-height: 1.305rem;
}

/* line 1156, ../scss/style.scss */
footer li a {
  color: #363636;
}

/* line 1159, ../scss/style.scss */
footer dl {
  width: 50%;
  position: relative;
  padding: 0;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 1159, ../scss/style.scss */
  footer dl {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1159, ../scss/style.scss */
  footer dl {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

/* line 1177, ../scss/style.scss */
footer dt {
  position: absolute;
  width: 25%;
  padding: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  /* line 1177, ../scss/style.scss */
  footer dt {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1177, ../scss/style.scss */
  footer dt {
    width: 10%;
  }
}

/* line 1193, ../scss/style.scss */
footer dd {
  width: 75%;
  padding-left: 25%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1193, ../scss/style.scss */
  footer dd {
    width: 80%;
    padding-left: 15%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1193, ../scss/style.scss */
  footer dd {
    width: 90%;
    padding-left: 15%;
  }
}

/* line 1210, ../scss/style.scss */
footer dt, dd {
  font-size: 12.8px;
  line-height: 19.2px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #363636;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1210, ../scss/style.scss */
  footer dt, dd {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1210, ../scss/style.scss */
  footer dt, dd {
    font-size: 11.2px;
    line-height: 16.24px;
    font-size: 0.7rem;
    line-height: 1.015rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1210, ../scss/style.scss */
  footer dt, dd {
    font-size: 14.4px;
    line-height: 17.6px;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1210, ../scss/style.scss */
  footer dt, dd {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}

/* line 1237, ../scss/style.scss */
footer dd a {
  font-size: 12.8px;
  line-height: 19.2px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #363636;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1237, ../scss/style.scss */
  footer dd a {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1237, ../scss/style.scss */
  footer dd a {
    font-size: 11.2px;
    line-height: 16.24px;
    font-size: 0.7rem;
    line-height: 1.015rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1237, ../scss/style.scss */
  footer dd a {
    font-size: 14.4px;
    line-height: 17.6px;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1237, ../scss/style.scss */
  footer dd a {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
/* line 1260, ../scss/style.scss */
footer dd a:hover {
  color: #bca474;
}

/* line 1265, ../scss/style.scss */
footer p {
  font-size: 15.2px;
  line-height: 22.04px;
  font-size: 0.95rem;
  line-height: 1.3775rem;
  padding-bottom: 0.5em;
  color: #210734;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1265, ../scss/style.scss */
  footer p {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1265, ../scss/style.scss */
  footer p {
    font-size: 14.4px;
    line-height: 17.6px;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1265, ../scss/style.scss */
  footer p {
    font-size: 12.8px;
    line-height: 17.6px;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding-bottom: 0.5em;
  }
}

/*
**
**** 07.  Template Specific Styles
**
*/
/* Homepage */
/* line 1297, ../scss/style.scss */
.masthead {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black url("../images/marco-gazzato_01.jpg") no-repeat top center fixed;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  /* line 1297, ../scss/style.scss */
  .masthead {
    position: static;
    margin-top: 0;
    background: white url("../images/marco-gazzato_01.jpg") no-repeat;
    -webkit-background-size: 1024px;
    -moz-background-size: 1024px;
    -o-background-size: 1024px;
    background-size: 1024px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  /* line 1297, ../scss/style.scss */
  .masthead {
    position: static;
    margin-top: 4.5em;
    width: 100%;
    height: 515px;
    background: white url("../images/marco-gazzato_01.jpg") no-repeat;
    -webkit-background-size: 768px;
    -moz-background-size: 768px;
    -o-background-size: 768px;
    background-size: 768px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1297, ../scss/style.scss */
  .masthead {
    position: static;
    margin-top: 3.5em;
    width: 100%;
    max-width: 480px;
    height: 280px;
    background: white url("../images/marco-gazzato_01.jpg") no-repeat;
    -webkit-background-size: 480px;
    -moz-background-size: 480px;
    -o-background-size: 480px;
    background-size: 480px;
  }
}
@media only screen and (max-device-width: 320px) {
  /* line 1297, ../scss/style.scss */
  .masthead {
    height: 270px;
    background-position: -80px 0;
  }
}
/* line 1353, ../scss/style.scss */
.masthead > img {
  margin-left: -20%;
}

/* line 1359, ../scss/style.scss */
.statement {
  max-width: 505px;
  position: fixed;
  top: 40%;
  margin-left: 57%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) and (orientation: landscape) {
  /* line 1359, ../scss/style.scss */
  .statement {
    position: static;
    width: 42.5%;
    margin-left: 50%;
    margin-top: -300px;
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  /* line 1359, ../scss/style.scss */
  .statement {
    position: static;
    width: 51.5%;
    margin-left: 6.5%;
    margin-top: 4.5em;
  }
  /* line 1384, ../scss/style.scss */
  .statement h2 {
    color: #363636;
  }
  /* line 1387, ../scss/style.scss */
  .statement h2 a {
    color: #363636;
    border-bottom: 1px solid #3a41bf;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1359, ../scss/style.scss */
  .statement {
    width: 92.5% !important;
    height: 2.5em;
    display: none;
    position: static;
    margin-left: 5%;
    margin-top: -40px;
  }
  /* line 1401, ../scss/style.scss */
  .statement h2 + h2 {
    display: none !important;
  }
}

/* line 1407, ../scss/style.scss */
.behind {
  z-index: -5;
}

/* line 1411, ../scss/style.scss */
.stick {
  position: fixed;
  width: 260px;
  top: 14em;
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1411, ../scss/style.scss */
  .stick {
    display: none;
  }
}

/* line 1421, ../scss/style.scss */
.fixto-fixed {
  top: 6.5em !important;
}

/* line 1425, ../scss/style.scss */
.abstract {
  padding-top: 5.5em;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1425, ../scss/style.scss */
  .abstract {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1425, ../scss/style.scss */
  .abstract {
    padding-top: 1.5em;
  }
}

/* line 1442, ../scss/style.scss */
.content {
  padding-top: 6.5em;
  overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1442, ../scss/style.scss */
  .content {
    padding-top: 4.5em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1442, ../scss/style.scss */
  .content {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1442, ../scss/style.scss */
  .content {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1442, ../scss/style.scss */
  .content {
    padding-top: 1.5em;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1467, ../scss/style.scss */
  .partner .content,
  .contact .content {
    padding-top: 2.5em;
  }
}

/* line 1475, ../scss/style.scss */
.our-history .content,
.archive .content {
  padding-top: 8.5em;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 1475, ../scss/style.scss */
  .our-history .content,
  .archive .content {
    padding-top: 2.5em;
  }
}

/* line 1483, ../scss/style.scss */
.introduction {
  width: 40%;
  float: left;
  padding: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1483, ../scss/style.scss */
  .introduction {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1483, ../scss/style.scss */
  .introduction {
    padding: 0.75em 0 0 0;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1498, ../scss/style.scss */
  .first-p {
    display: none;
  }
}

/* line 1506, ../scss/style.scss */
.second {
  margin-top: 1em;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1506, ../scss/style.scss */
  .second {
    margin-top: 10em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1506, ../scss/style.scss */
  .second {
    margin-top: 10em;
    margin-left: 40% !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 1506, ../scss/style.scss */
  .second {
    display: none;
  }
}

/* line 1531, ../scss/style.scss */
.third {
  margin-top: 6.5em;
  margin-left: 35%;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1531, ../scss/style.scss */
  .third {
    margin-top: 12.5em;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1531, ../scss/style.scss */
  .third {
    display: none;
  }
}

/* Partner pages */
/* line 1548, ../scss/style.scss */
.email {
  display: block;
  float: left;
  width: 80%;
  margin-right: 3%;
  margin-top: 0;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1548, ../scss/style.scss */
  .email {
    margin-top: 1em;
  }
}
/* line 1559, ../scss/style.scss */
.email p {
  font-size: 16.8px;
  line-height: 24.36px;
  font-size: 1.05rem;
  line-height: 1.5225rem;
  padding-top: 0.25em;
  padding-bottom: 0;
  text-indent: 3em;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1559, ../scss/style.scss */
  .email p {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1559, ../scss/style.scss */
  .email p {
    font-size: 16.8px;
    line-height: 24.36px;
    font-size: 1.05rem;
    line-height: 1.5225rem;
    text-indent: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1559, ../scss/style.scss */
  .email p {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
    text-indent: 0;
  }
}
/* line 1582, ../scss/style.scss */
.email p:first-of-type {
  text-indent: 3em;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1582, ../scss/style.scss */
  .email p:first-of-type {
    text-indent: 0;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1582, ../scss/style.scss */
  .email p:first-of-type {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
    text-indent: 0;
  }
}
/* line 1596, ../scss/style.scss */
.email p > a {
  border-bottom: 1px solid #bca474 !important;
}
/* line 1599, ../scss/style.scss */
.email p > a:hover {
  border-bottom: 1px solid #bca474;
}

/* line 1604, ../scss/style.scss */
.bio {
  display: block;
  float: left;
  width: 78%;
  margin-right: 0;
  margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1604, ../scss/style.scss */
  .bio {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1604, ../scss/style.scss */
  .bio {
    margin-top: 1.25em;
  }
}

/* line 1622, ../scss/style.scss */
.partner img {
  display: block;
}

/* Contact Us */
/* line 1629, ../scss/style.scss */
.map {
  position: relative;
}
/* line 1631, ../scss/style.scss */
.map .office-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 17%;
  left: 17%;
}
/* line 1636, ../scss/style.scss */
.map .office-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 49%;
  left: 43.5%;
}
/* line 1641, ../scss/style.scss */
.map .office-3 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 65%;
  left: 71.5%;
}

/* Portrait Rollovers */
/* line 1652, ../scss/style.scss */
.portrait-wrap {
  padding-top: 2.5em;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1652, ../scss/style.scss */
  .portrait-wrap {
    width: 101.75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1652, ../scss/style.scss */
  .portrait-wrap {
    padding-top: 1em;
  }
}

/* line 1666, ../scss/style.scss */
.portrait {
  position: relative;
  max-width: 272px;
  max-height: 272px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1666, ../scss/style.scss */
  .portrait {
    max-width: 250px;
    max-height: 245px;
  }
}

/* line 1694, ../scss/style.scss */
.right {
  float: right;
}

/* line 1698, ../scss/style.scss */
.partner {
  color: #bca474;
}

/* line 1701, ../scss/style.scss */
.associate {
  color: #363636;
}

/* line 1705, ../scss/style.scss */
img.bw {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .4s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  opacity: 0.875;
}

/* line 1715, ../scss/style.scss */
img.bw.hover,
img.bw:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 0.9;
}

/* line 1721, ../scss/style.scss */
figure.chi-siamo {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1721, ../scss/style.scss */
  figure.chi-siamo {
    width: 40%;
  }
}

/* line 1730, ../scss/style.scss */
.fade-in {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

@keyframes fadein {
  /* line 1739, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 1740, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* line 1744, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 1745, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* line 1749, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 1750, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  /* line 1754, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 1755, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* line 1759, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 1760, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

/* line 1763, ../scss/style.scss */
.changed {
  z-index: 100000000000000000;
}

/* line 1767, ../scss/style.scss */
.contact-us,
.single-bio {
  overflow: hidden;
}

/* Partner Pages */
/* line 1773, ../scss/style.scss */
.partner-details {
  width: 50%;
  padding-right: 0;
}

/* Sidebar */
/* line 1780, ../scss/style.scss */
.partner .sidebar {
  width: 100%;
  margin-top: 2.5em;
  margin-right: 0;
  float: left;
  clear: left;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1780, ../scss/style.scss */
  .partner .sidebar {
    width: 80%;
    padding-left: 20%;
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1780, ../scss/style.scss */
  .partner .sidebar {
    width: 95%;
    padding-left: 5%;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1780, ../scss/style.scss */
  .partner .sidebar {
    margin-top: 3.5em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1780, ../scss/style.scss */
  .partner .sidebar {
    margin-top: 1.5em;
  }
}

/* line 1813, ../scss/style.scss */
.partner .sidebar .span-5 {
  width: 48.5%;
  margin-right: 3%;
  padding-top: 1em;
}

/* line 1820, ../scss/style.scss */
.partner .sidebar .span-5 + .span-5 {
  margin-right: 0;
}

/* line 1824, ../scss/style.scss */
.expertise .sidebar {
  width: 32.5%;
  margin-left: 7.5%;
  margin-right: 0;
  padding-right: 0;
  float: left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1824, ../scss/style.scss */
  .expertise .sidebar {
    width: 28.5%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1824, ../scss/style.scss */
  .expertise .sidebar {
    width: 48.5%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 4320px) {
  /* line 1824, ../scss/style.scss */
  .expertise .sidebar {
    margin-left: 0;
  }
}

/* line 1852, ../scss/style.scss */
.expert-sub .sidebar {
  width: 32.5%;
  margin-left: 1.5%;
  padding-left: 2.75em;
  margin-right: 0;
  float: left;
  padding-top: 0.85em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1852, ../scss/style.scss */
  .expert-sub .sidebar {
    width: 28.5%;
    margin-left: 7.5%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 1852, ../scss/style.scss */
  .expert-sub .sidebar {
    width: 48.5%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1852, ../scss/style.scss */
  .expert-sub .sidebar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

/* line 1883, ../scss/style.scss */
.sidebar .two-col {
  margin-top: 0;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
}

/* line 1895, ../scss/style.scss */
p.header + p {
  padding-top: 0 !important;
}

/* line 1899, ../scss/style.scss */
aside > section {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 1899, ../scss/style.scss */
  aside > section {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  /* line 1908, ../scss/style.scss */
  .single-portrait {
    width: 90%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1908, ../scss/style.scss */
  .single-portrait {
    width: 95%;
    padding-left: 5%;
    padding-top: 1.1em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  /* line 1908, ../scss/style.scss */
  .single-portrait {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5em;
  }
}

/* line 1932, ../scss/style.scss */
.sidebar p {
  text-indent: 0;
  color: #bca474;
  font-family: "FoundersGrotesk";
  font-size: 15.2px;
  line-height: 20px;
  font-size: 0.95rem;
  line-height: 1.25rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  /* line 1932, ../scss/style.scss */
  .sidebar p {
    font-size: 13.6px;
    line-height: 19.72px;
    font-size: 0.85rem;
    line-height: 1.2325rem;
  }
}
/* line 1943, ../scss/style.scss */
.sidebar p > a {
  color: black;
  border: none;
}
/* line 1947, ../scss/style.scss */
.sidebar p a:hover {
  color: #bca474;
}
/* line 1950, ../scss/style.scss */
.sidebar p + p.head {
  padding-top: 0.25em;
}

/* line 1955, ../scss/style.scss */
.sidebar ul {
  clear: both;
  margin: 0;
  padding-bottom: 1em;
  list-style: disc outside;
}
/* line 1960, ../scss/style.scss */
.sidebar ul li {
  color: dimgrey;
  font-family: "FoundersGrotesk";
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0 0 1em;
  text-indent: -1.25em;
  display: block;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1960, ../scss/style.scss */
  .sidebar ul li {
    font-size: 16px;
    line-height: 21.6px;
    font-size: 1rem;
    line-height: 1.35rem;
  }
}
/* line 1972, ../scss/style.scss */
.sidebar ul li:before {
  content: '⊹';
  font-size: 12.8px;
  line-height: 18.56px;
  font-size: 0.8rem;
  line-height: 1.16rem;
  padding: 0 0.5em 0 0.25em;
  vertical-align: 1px;
  color: #4d4d4d;
}
/* line 1979, ../scss/style.scss */
.sidebar ul li a {
  color: #4d4d4d;
  border-bottom: 1px solid #bca474;
  padding: 0;
}
/* line 1983, ../scss/style.scss */
.sidebar ul li a:hover {
  color: #bca474;
  border-bottom: 1px solid #bca474;
}

/* line 1990, ../scss/style.scss */
.sidebar .experts ul {
  margin-left: -0.25em;
}

/* line 1996, ../scss/style.scss */
.sidebar .experts ul li:before,
.sidebar .experts ul li a:before {
  content: '';
  margin: 0 0 0 0;
  text-indent: 0;
}

/* line 2002, ../scss/style.scss */
.sidebar .experts p {
  padding-left: 0.35em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  /* line 2002, ../scss/style.scss */
  .sidebar .experts p {
    padding-left: 0;
  }
}

/* line 2011, ../scss/style.scss */
.copy {
  margin-top: 0;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 2011, ../scss/style.scss */
  .copy {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  /* line 2011, ../scss/style.scss */
  .copy {
    margin-left: 0 !important;
    margin-top: 2em;
    width: 100%;
  }
}

/* line 2029, ../scss/style.scss */
.last {
  padding-right: 0 !important;
}
.span-1-3.first {
  width:50%;
}

/* line 2033, ../scss/style.scss */
.blog-title {
  width: 22.5%;
  padding-right: 2.5%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 2033, ../scss/style.scss */
  .blog-title {
    width: 100%;
    padding-right: 0;
  }
}

/* line 2044, ../scss/style.scss */
.blog-entries {
  width: 50%;
  padding-right: 2.5%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 2044, ../scss/style.scss */
  .blog-entries {
    width: 72.5%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2044, ../scss/style.scss */
  .blog-entries {
    width: 100%;
    padding-right: 0;
  }
}

/* line 2062, ../scss/style.scss */
.blog .sidebar,
.article .sidebar,
.category .sidebar {
  width: 22.5%;
  float: left;
  border-top: 1px solid dimgrey;
}
@media only screen and (max-width: 1024px) {
  /* line 2062, ../scss/style.scss */
  .blog .sidebar,
  .article .sidebar,
  .category .sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2062, ../scss/style.scss */
  .blog .sidebar,
  .article .sidebar,
  .category .sidebar {
    display: none;
  }
}

/* line 2077, ../scss/style.scss */
.blog-entry {
  border-top: 1px solid dimgrey;
  padding: 0.25em 0 2.5em 0;
}
/* line 2080, ../scss/style.scss */
.blog-entry figure {
  padding-top: 0.5em;
}

/* line 2085, ../scss/style.scss */
body.home #content {
  padding-bottom: 0.5em;
}

/*
**
****  08. CSS Animations
**
*/
/* line 2095, ../scss/style.scss */
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 2107, ../scss/style.scss */
.fadeIn-600ms {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* line 2114, ../scss/style.scss */
.fadeIn-Delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 2121, ../scss/style.scss */
.fadeIn-Delay-400ms {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}

@-webkit-keyframes fadeIn {
  /* line 2128, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 2128, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 2129, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 2129, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 2130, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 2130, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 2131, ../scss/style.scss */
  from {
    opacity: 0;
  }

  /* line 2131, ../scss/style.scss */
  to {
    opacity: 1;
  }
}

/* line 2133, ../scss/style.scss */
#scrollUp, .card-details {
  display: none;
}

/* IE Only */
/* line 2139, ../scss/style.scss */
.ie-warning {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: white;
  padding: 10px;
}

/* line 2148, ../scss/style.scss */
.ie-warning p {
  color: #363636;
  text-align: center;
  padding-top: 4em;
}

/* line 2153, ../scss/style.scss */
.ie-warning p a {
  color: #bca474;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #bca474;
}

/* line 2160, ../scss/style.scss */
.print-logo {
  display: none;
}

/* Print Styles */
@media print {
  /* line 2168, ../scss/style.scss */
  .print-logo {
    font-size: 18.4px;
    line-height: 18.4px;
    font-size: 1.15rem;
    line-height: 1.15rem;
    display: none;
    margin-left: 0.5cm;
    height: 1cm;
    padding: 0;
  }

  /* line 2175, ../scss/style.scss */
  * {
    overflow: visible;
    text-indent: 0 !important;
  }

  /* line 2179, ../scss/style.scss */
  .logotype > svg {
    width: 5cm;
    margin-bottom: 2cm;
  }

  /* line 2191, ../scss/style.scss */
  nav#main,
  .exp-nav,
  .single-portrait,
  body.what-we-do > .sidebar,
  aside.sidebar.extra,
  div.links,
  .push,
  blockquote,
  .masthead {
    display: none !important;
  }

  /* line 2195, ../scss/style.scss */
  div.content.row,
  div.bio {
    width: 100%;
  }

  /* line 2198, ../scss/style.scss */
  figure.chi-siamo {
    width: 90%;
    margin-top: 0cm !important;
    padding-top: 0cm !important;
  }

  /* line 2205, ../scss/style.scss */
  body,
  .outer-wrap,
  .inner-wrap {
    background: white !important;
  }

  /* line 2208, ../scss/style.scss */
  .outer-wrap {
    padding: 0;
    margin: 0;
  }

  /* line 2212, ../scss/style.scss */
  body {
    margin-top: -1cm;
    margin-left: 5mm !important;
  }

  /* line 2216, ../scss/style.scss */
  .outer-wrap {
    margin-left: 0cm;
    margin-right: 0cm;
  }

  /* line 2220, ../scss/style.scss */
  svg {
    width: 180px;
  }

  /* line 2227, ../scss/style.scss */
  body.expertise section h1,
  body.expert-sub section h1,
  body.partner .title h1,
  .copy h2,
  h2 {
    font-size: 21.6px;
    line-height: 26.4px;
    font-size: 1.35rem;
    line-height: 1.65rem;
    color: #363636;
  }

  /* line 2233, ../scss/style.scss */
  .expertise section h1 + p,
  p, footer p, h4, li, ul li, aside.email > p,
  .expert-sub section.information ul li {
    font-size: 14.4px;
    line-height: 20.88px;
    font-size: 0.9rem;
    line-height: 1.305rem;
    font-family: "LyonText";
  }

  /* line 2240, ../scss/style.scss */
  dl, dt, dd, dd a,
  p.header,
  .sidebar p,
  body.partner .sidebar ul li {
    font-size: 11.2px;
    line-height: 16.24px;
    font-size: 0.7rem;
    line-height: 1.015rem;
  }

  /* line 2244, ../scss/style.scss */
  body.expertise section h2,
  body.expert-sub section h2 {
    font-size: 8px;
    line-height: 11.6px;
    font-size: 0.5rem;
    line-height: 0.725rem;
  }

  /* line 2249, ../scss/style.scss */
  body.blog.outer-wrap,
  body.article.outer-wrap {
    background: red !important;
  }

  /* line 2254, ../scss/style.scss */
  p.ruled,
  div.class.row {
    padding: 0;
  }

  /* line 2257, ../scss/style.scss */
  .ruled {
    border-top: none;
  }

  /* line 2260, ../scss/style.scss */
  .sidebar {
    margin-top: 0cm !important;
  }

  /* line 2263, ../scss/style.scss */
  .content {
    margin-top: 5mm;
    padding-top: 1cm;
  }

  /* line 2267, ../scss/style.scss */
  .experts.span-7.push-1 {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0;
  }

  /* line 2273, ../scss/style.scss */
  section.title.span-5, .partner .sidebar section.title.span-5 {
    width: 11cm;
  }

  /* line 2276, ../scss/style.scss */
  body.partner > .sidebar {
    display: block !important;
  }

  /* line 2279, ../scss/style.scss */
  .information.span-6 {
    margin-top: 0;
    padding-top: 0;
    width: 72.5%;
    margin-left: 0cm;
    overflow: visible;
  }

  /* line 2291, ../scss/style.scss */
  footer,
  .header-outer,
  .header-inner,
  .footer-outer,
  .email,
  .push-1 {
    margin-left: 0cm;
  }

  /* line 2295, ../scss/style.scss */
  .header-inner,
  .footer-outer {
    padding-left: 0cm;
  }

  /* line 2299, ../scss/style.scss */
  .phone, .offices,
  .partner-details {
    width: 7cm;
  }

  /* line 2302, ../scss/style.scss */
  .partner-details {
    width: 6cm;
  }

  /* line 2305, ../scss/style.scss */
  .abstract.span-4.push-6, .abstract.push-6.span-4-4 {
    width: 11cm;
    margin-left: 7.5cm;
  }

  /* line 2309, ../scss/style.scss */
  .sidebar > .span-5, .partner .sidebar > .span-5 {
    width: 100%;
    margin-bottom: 0cm !important;
    padding-bottom: 0cm !important;
  }

  /* line 2314, ../scss/style.scss */
  .copy.span-4, .copy.span-4-4 {
    width: 90%;
    margin-bottom: 0cm !important;
    padding-bottom: 0cm !important;
  }
}

.DecorationOne
{
 text-decoration:underline;
 }
 .DecorationTwo
{
 font-style:italic;
 }
 
 
.CheckBox {
    font-size: .8rem;
    margin-top: 21px;
}

.InformativaPrivacy ul {
	font-size:1.1rem;
}
.InformativaPrivacy p > a{
  border-bottom: none;
}

.InformativaPrivacy p > a:hover {
  color: #bca47a;
}


nav li {
    display: inline;
    float: left;
    font-family: "FoundersGrotesk";
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.4em 1em 0 0;
}
ul li {
    list-style: outside none none;
}
* {
    margin: 0;
}
nav ul, nav ol {
    list-style: outside none none;
}
body {
    font-family: "LyonText";
    font-feature-settings: "liga";
    font-weight: normal;
    text-rendering: optimizelegibility;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
html {
    font-size: 100%;
}
.Quotation p {
    color: #bca474;
}
.Author {
    font-size: 1em;
    font-style: italic;
    text-align: right;
}

#formmailcontainer {
    border: medium none;
    height: 580px;
    width: 600px;
}
/*
**
****  09. Media Queries
**
*/
@media only screen and (max-width: 1024px) and (min-width: 320px) {
  /* line 2337, ../scss/style.scss */
  .exp-nav {
    display: none;
  }

  /* line 2340, ../scss/style.scss */
  .logo {
    padding-bottom: 0;
  }

  /* Mobile Menu */
  /* line 2346, ../scss/style.scss */
  .mobile-menu {
    display: block;
    position: fixed;
    top: 1.5em;
    right: 2.75em;
    z-index: 9;
    color: #bca474 !important;
  }

  /* line 2354, ../scss/style.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white;
    display: none;
  }

  /* line 2364, ../scss/style.scss */
  .overlay nav {
    width: 90%;
    height: 100%;
    padding: 2.5em 0;
    margin-bottom: 2em;
    margin: 0 auto;
  }
  /* line 2376, ../scss/style.scss */
  .overlay nav ul {
    display: block;
    list-style: none;
    list-style-image: none;
    margin-top: 2.5em;
  }
  /* line 2382, ../scss/style.scss */
  .overlay nav li {
    font-size: 27.2px;
    line-height: 32px;
    font-size: 1.7rem;
    line-height: 2rem;
    font-family: "FoundersGrotesk";
    opacity: 1;
    color: #363636;
    text-align: left;
    padding: 0 0 0 0;
    float: none;
  }
  /* line 2390, ../scss/style.scss */
  .overlay nav li .first {
    display: block !important;
  }
  /* line 2393, ../scss/style.scss */
  .overlay nav li .single-link {
    display: block !important;
  }
  /* line 2396, ../scss/style.scss */
  .overlay nav li:last-of-type {
    margin-top: 0;
  }
  /* line 2399, ../scss/style.scss */
  .overlay nav li a {
    display: block;
    border-bottom: 1px solid #a3a5a6;
    padding-top: 0.35em;
  }
  /* line 2404, ../scss/style.scss */
  .overlay nav li li:first-of-type {
    border-top: 1px solid #a3a5a6;
  }
  /* line 2410, ../scss/style.scss */
  .overlay nav li a.close {
    font-family: "LyonText";
  }

  /* line 2417, ../scss/style.scss */
  li.first + li.first ul {
    display: none;
  }
  /* line 2421, ../scss/style.scss */
  li.first ul {
    padding-top: 0.5em;
    margin: 0.5em 0;
  }
  /* line 2429, ../scss/style.scss */
  li.first ul ul:nth-child(2) {
    display: none;
  }
  /* line 2433, ../scss/style.scss */
  li.first li {
    border: none;
    font-size: 20px;
    line-height: 20px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  /* line 2437, ../scss/style.scss */
  li.first li a {
    border: none;
  }

  /* line 2441, ../scss/style.scss */
  ul.child li a {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }

  /* line 2445, ../scss/style.scss */
  .overlay-close {
    position: absolute;
    top: 1.5em;
    right: 2.75em;
    z-index: 12;
  }

  /* line 2450, ../scss/style.scss */
  ul.mobile > dl {
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 0.5em;
  }
  /* line 2454, ../scss/style.scss */
  ul.mobile > dl dt {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
    width: 20%;
  }
  /* line 2458, ../scss/style.scss */
  ul.mobile > dl dd {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
    width: 80%;
    padding-left: 20%;
  }
  /* line 2463, ../scss/style.scss */
  ul.mobile > dl dd a {
    font-size: 16px;
    line-height: 23.2px;
    font-size: 1rem;
    line-height: 1.45rem;
    color: #bca474;
    border: none;
  }

  /* line 2469, ../scss/style.scss */
  ul.mobile dl + a {
    color: #bca474;
    border-bottom: 1px solid #bca474;
    display: inline-block;
    padding-top: 0.5em;
  }
  .button {
    float: left;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) {
  /* line 2421, ../scss/style.scss */
  li.first ul {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* Grid Elements */
  /* line 2485, ../scss/style.scss */
  .portrait:nth-child(0n+2),
  .portrait:nth-child(0n+8),
  .portrait:nth-child(0n+9) {
    margin-left: 25%;
  }

  /* line 2488, ../scss/style.scss */
  .title.span-2 {
    width: 25%;
  }

  /* line 2491, ../scss/style.scss */
  .push-3 {
    margin-left: 10%;
  }

  /* line 2494, ../scss/style.scss */
  .push-6 {
    margin-left: 40%;
  }

  /* line 2497, ../scss/style.scss */
  footer .span-3 {
    width: 25%;
  }

  /* line 2500, ../scss/style.scss */
  .contact-us .span-3 {
    width: 50%;
  }

  /* line 2503, ../scss/style.scss */
  figure.span-2 {
    width: 25%;
    padding-bottom: 0.75%;
  }

  /* line 2507, ../scss/style.scss */
  .span-3.careers {
    clear: left;
  }

  /* line 2510, ../scss/style.scss */
  .archive .title.span-3 {
    width: 25%;
  }

  /* line 2513, ../scss/style.scss */
  .span-4.form, .form.span-4-4 {
    margin-top: -9em;
    margin-left: 5%;
    width: 45%;
  }

  /* line 2518, ../scss/style.scss */
  .span-4.push-6, .push-6.span-4-4 {
    margin-left: 50%;
  }

  /* line 2521, ../scss/style.scss */
  .span-4, .span-4-4 {
    width: 50%;
    padding-right: 0;
  }

  /* line 2525, ../scss/style.scss */
  .history.span-5, .partner .sidebar .history.span-5 {
    width: 100%;
  }

  /* line 2528, ../scss/style.scss */
  .our-history .span-8 {
    width: 75%;
    padding-right: 0;
  }

  /* line 2532, ../scss/style.scss */
  .our-history section {
    padding-bottom: 0;
  }

  /* line 2535, ../scss/style.scss */
  .span-7.push-1 {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }

  /* line 2540, ../scss/style.scss */
  .span-8.push-2, .span-8.portrait:nth-child(0n+2),
  .span-8.portrait:nth-child(0n+8),
  .span-8.portrait:nth-child(0n+9) {
    width: 100%;
    margin-left: 0;
    padding-right: 2.5% !important;
  }

  /* line 2545, ../scss/style.scss */
  .span-10 {
    padding-right: 0;
  }

  /* line 2548, ../scss/style.scss */
  .mobile-hide {
    display: none;
  }

  /* line 2551, ../scss/style.scss */
  .information {
    width: 62% !important;
  }
 .span-4.form, .form.span-4-4 {
    margin-top: 0;
	} 

	#formmailcontainer {
		width: 450px;
	}
	.span-6 {
		width: 62%;
	}	

	footer dd {
		width: 100%;
	}	
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  /* line 2559, ../scss/style.scss */
  figure.span-2 {
    width: 25%;
  }

  /* line 2562, ../scss/style.scss */
  .portrait-wrap {
    width: 102.5%;
  }

  /* line 2565, ../scss/style.scss */
  .span-4.push-6, .push-6.span-4-4 {
    width: 75%;
    margin-left: 0;
  }

  /* line 2569, ../scss/style.scss */
  .push-2, .portrait:nth-child(0n+2),
  .portrait:nth-child(0n+8),
  .portrait:nth-child(0n+9), .portrait:nth-child(0n+2), .portrait:nth-child(0n+8), .portrait:nth-child(0n+9) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 25%;
    float: left;
  }

  /* line 2576, ../scss/style.scss */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: 10;
    background: white;
    display: none;
  }

  /* line 2587, ../scss/style.scss */
  .overlay nav {
    width: 87%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  /* line 2596, ../scss/style.scss */
  .mobile-hide {
    display: none;
  }

  /* line 2599, ../scss/style.scss */
  nav#main ul {
    width: 45%;
    height: 2em;
    overflow: hidden;
  }

  /* Grid Elements */
  /* line 2607, ../scss/style.scss */
  .push-1 {
    margin-left: 5%;
  }

  /* line 2610, ../scss/style.scss */
  .push-3 {
    margin-left: 20.5%;
  }

  /* line 2613, ../scss/style.scss */
  .span-2 {
    width: 50%;
  }

  /* line 2616, ../scss/style.scss */
  .span-3 {
    width: 40%;
  }

  /* line 2622, ../scss/style.scss */
  .span-7,
  .span-3.general,
  .span-3.careers,
  .span-4.form,
  .form.span-4-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 2627, ../scss/style.scss */
  .span-4.form, .form.span-4-4 {
    margin-top: 2.5em;
    padding-top: 1.5em;
    border-top: 1px dotted dimgrey;
  }

  /* line 2632, ../scss/style.scss */
  .logo.span-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* line 2638, ../scss/style.scss */
  figure.span-5, .partner .sidebar figure.span-5,
  .span-8 {
    width: 100%;
    padding-right: 0;
  }

  /* line 2642, ../scss/style.scss */
  .single-portrait {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  /* line 2652, ../scss/style.scss */
  .partner-details,
  .history.span-5,
  .partner .sidebar .history.span-5,
  .information,
  .span-4-4,
  .span-10,
  .bio {
    width: 100%;
  }

  /* line 2655, ../scss/style.scss */
  .information {
    padding-bottom: 2.5em;
  }

  /* line 2658, ../scss/style.scss */
  footer .span-3 {
    width: 48.5%;
    margin-right: 3%;
    padding-right: 0;
  }
  /* line 2662, ../scss/style.scss */
  footer .span-3 + .span-3 {
    margin-right: 0;
  }

  /* Our History */
  /* line 2670, ../scss/style.scss */
  .history.span-5, .partner .sidebar .history.span-5,
  .history p:last-of-type {
    padding-bottom: 0;
  }

  /* line 2673, ../scss/style.scss */
  .our-history .title p {
    font-family: "LyonTextBlack";
    font-size: 27.2px;
    line-height: 39.44px;
    font-size: 1.7rem;
    line-height: 2.465rem;
  }

  /* line 2677, ../scss/style.scss */
  .our-history .sidebar {
    margin-bottom: 2.5em;
  }

  /* line 2680, ../scss/style.scss */
  .our-history .sidebar > p.header {
    font-family: "FoundersGrotesk";
    font-size: 16px;
    line-height: 16px;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 1.5em;
  }

  /* line 2685, ../scss/style.scss */
  .span-8.push-2, .span-8.portrait:nth-child(0n+2),
  .span-8.portrait:nth-child(0n+8),
  .span-8.portrait:nth-child(0n+9) {
    width: 100%;
    margin-left: 0;
  }

  /* line 2689, ../scss/style.scss */
  .offices {
    width: 60%;
  }

  /* line 2693, ../scss/style.scss */
  .title,
  .introduction {
    width: 100%;
    margin-top: 2.5em;
  }

  /* line 2697, ../scss/style.scss */
  .exp-nav {
    width: 20%;
  }
}
/* Samsung Galaxy S4 Landscape Card */
@media only screen and (device-width: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 2707, ../scss/style.scss */
  .outer-wrap, footer, .masthead, .mobile-menu {
    display: none !important;
  }

  /* line 2710, ../scss/style.scss */
  .card-details {
    position: fixed;
    z-index: 1000;
    display: block;
    width: 45%;
    margin-left: 50%;
    top: 1.75em;
    float: left;
    height: auto;
  }
  /* line 2719, ../scss/style.scss */
  .card-details li {
    font-size: 14.4px;
    line-height: 20.88px;
    font-size: 0.9rem;
    line-height: 1.305rem;
  }
  /* line 2722, ../scss/style.scss */
  .card-details li a {
    color: #bca474;
  }

  /* line 2726, ../scss/style.scss */
  header {
    background: transparent;
  }

  /* line 2729, ../scss/style.scss */
  .fixed-header .cloned-header {
    background: #f4f4f4;
  }
}
/* iPhone Landscape Card */
@media only screen and (max-width: 568px) and (min-width: 480px) and (orientation: landscape) {
  /* line 2740, ../scss/style.scss */
  .outer-wrap, footer, .masthead, .mobile-menu {
    display: none !important;
  }

  /* line 2743, ../scss/style.scss */
  .card-details {
    position: fixed;
    z-index: 1000;
    display: block;
    width: 45%;
    margin-left: 55%;
    top: 1.75em;
    float: left;
    height: auto;
  }
  /* line 2752, ../scss/style.scss */
  .card-details li {
    font-size: 14.4px;
    line-height: 20.88px;
    font-size: 0.9rem;
    line-height: 1.305rem;
  }
  /* line 2755, ../scss/style.scss */
  .card-details li a {
    color: #bca474;
  }

  /* line 2759, ../scss/style.scss */
  header {
    background: transparent;
  }

  /* line 2762, ../scss/style.scss */
  .fixed-header .cloned-header {
    background: #f4f4f4;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) and (orientation: landscape) {
  /* line 2770, ../scss/style.scss */
  .card-details {
    top: 1.15em;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  /* line 2779, ../scss/style.scss */
  .hide-phone,
  ul.address {
    display: none !important;
  }

  /* line 2782, ../scss/style.scss */
  .overlay nav ul {
    margin-top: 0 !important;
  }

  /* line 2786, ../scss/style.scss */
  .expertise .sidebar,
  .our-history .sidebar {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  /* line 2791, ../scss/style.scss */
  .title.span-5, .partner .sidebar .title.span-5 {
    width: 100% !important;
  }

  /* line 2794, ../scss/style.scss */
  .break + p {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
    padding-top: 0.25em;
  }
  /* line 2797, ../scss/style.scss */
  .break + p + p {
    font-size: 12.8px;
    line-height: 18.56px;
    font-size: 0.8rem;
    line-height: 1.16rem;
  }

  /* line 2801, ../scss/style.scss */
  .our-history .title p {
    font-family: "LyonTextBlack";
    font-size: 23.2px;
    line-height: 33.64px;
    font-size: 1.45rem;
    line-height: 2.1025rem;
    padding-bottom: 0.25em;
  }

  /* line 2807, ../scss/style.scss */
  .history.span-5:last-of-type,
  .copy {
    padding-bottom: 4.5em;
  }

  /* line 2810, ../scss/style.scss */
  .title {
    width: 70% !important;
    margin-top: 0 !important;
  }

  /* line 2815, ../scss/style.scss */
  .contact-us,
  .single-bio {
    padding: 1.5em 0;
  }

  /* line 2818, ../scss/style.scss */
  .introduction {
    margin-top: 0;
  }

  /* line 2821, ../scss/style.scss */
  .single-portrait {
    display: block;
    padding-left: 0;
  }

  /* line 2825, ../scss/style.scss */
  .drop-s {
    margin-top: 0;
  }

  /* line 2828, ../scss/style.scss */
  .span-3 {
    width: 20%;
  }

  /* line 2832, ../scss/style.scss */
  footer {
    height: auto;
  }
  /* line 2834, ../scss/style.scss */
  footer ul {
    margin-bottom: 1.5em;
  }

  /* line 2838, ../scss/style.scss */
  footer .span-3 {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 2841, ../scss/style.scss */
  footer .span-3 + .span-3 {
    margin-right: 0;
  }

  /* line 2846, ../scss/style.scss */
  .mobile-menu {
    display: inline;
    float: left;
    position: fixed;
    z-index: 9;
    top: 1em;
    right: 1em;
    color: #bca474;
  }

  /* line 2856, ../scss/style.scss */
  .overlay-close {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 12;
  }

  /* line 2861, ../scss/style.scss */
  .push-1, .push-2, .portrait:nth-child(0n+2),
  .portrait:nth-child(0n+8),
  .portrait:nth-child(0n+9), .push-3, .push-4, .push-6 {
    margin-left: 0 !important;
  }

  /* line 2862, ../scss/style.scss */
  section, .contact-us .span-2, .span-3, .span-4, .span-4-4, .span-4-4, .span-5, .partner .sidebar .span-5, .span-6, .span-7, .span-8, .sidebar, .bio, .email {
    width: 100%;
  }

  /* line 2863, ../scss/style.scss */
  .flex {
    margin-left: 5px;
    width: 100%;
    height: 200px;
  }

  /* line 2864, ../scss/style.scss */
  .span-22, .span-2 {
    width: 47%;
    margin-right: 18px;
    padding-right: 0;
    padding-bottom: 0.75%;
  }

  /* line 2865, ../scss/style.scss */
  .span-2:nth-child(2n+2) {
    margin-right: 0;
    padding-right: 0;
  }

  /* line 2866, ../scss/style.scss */
  figcaption {
    opacity: 1;
  }

  /* line 2869, ../scss/style.scss */
  .exp-nav {
    display: none;
  }

  /* line 2870, ../scss/style.scss */
  .portrait {
    max-width: 320px;
    max-height: 320px;
  }

  /* line 2874, ../scss/style.scss */
  figure {
    max-width: 100%;
  }

  /* line 2875, ../scss/style.scss */
  section {
    clear: left;
  }

  /* line 2876, ../scss/style.scss */
  .email {
    padding-bottom: 2em;
  }

  /* line 2880, ../scss/style.scss */
  .map {
    margin: 0 0 2em 0;
    padding-top: 0;
  }

  /* line 2884, ../scss/style.scss */
  .bio.ruled {
    border: 0;
    margin-top: 1em;
  }

  /* line 2889, ../scss/style.scss */
  aside.sidebar {
    margin-bottom: 1.5em;
  }

  /* line 2893, ../scss/style.scss */
  hr {
    margin: 1.5em 0;
  }

  /* line 2897, ../scss/style.scss */
  #scrollUp {
    font-size: 24px;
    line-height: 34.8px;
    font-size: 1.5rem;
    line-height: 2.175rem;
    float: right;
    position: relative;
    top: -28px;
    left: 40px;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
  }
  #formmailcontainer {
    width: 450px;
  }
	.CheckBox {
    height: 4em;
    width: 70%;
	}

	textarea {
		width: 85%;
		height:120px;
	}

	.span-1-3.first {
    width: 35%;
	}
	footer ul.last {
    width: 55%;
	}
}
