/**
 * CSS Reset
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */

}
body {
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.45em;
  color: #777777;
  background-color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #8866dd;
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 25px;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 135%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 105%;
}
h5 {
  font-size: 100%;
}
hr {
  clear: both;
  margin: 25px 0;
  line-height: 1px;
  height: 1px;
  border-top: 1px dotted #777777;
}
p {
  margin: 0 0 1em 0;
}
p.center {
  text-align: center;
}
ol,
ul {
  margin: 1em 0;
}
ol {
  list-style-type: decimal;
}
ol li {
  line-height: 115%;
  margin-left: 1em;
  padding-left: 0.33em;
  margin-bottom: 0.5em;
}
ul {
  list-style: none;
  margin: 1em 0;
}
ol.inline,
ul.inline {
  margin-bottom: 1em;
}
p {
  margin-top: 1em;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
table.media_publications td,
table.cv td {
  min-height: 1em;
}
table.media_publications td.year,
table.cv td.year {
  width: 5%;
}
table.media_publications td.title,
table.cv td.title {
  width: 45%;
}
table.media_publications td.caption,
table.cv td.caption {
  width: 45%;
  font-style: italic;
}
th,
td {
  vertical-align: top !important;
  padding-bottom: 0.25em;
}
th.right,
td.right {
  padding-right: 0;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
}
strong,
.strong {
  font-weight: 700;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.7em;
}
sub {
  top: 0.3em;
}
div.clear {
  height: 0;
  clear: both;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.bigger {
  font-size: 120%;
}
.error {
  color: #cc3355;
}
/* Banner */
#banner {
  width: 100%;
  height: 90px;
  background-color: black;
  /* Fallback for IE */

  background-color: #363636;
  color: white;
}
#banner h1,
#banner h2 {
  padding: 0 1.2em;
  font-family: 'Average', serif;
  font-weight: 400;
  color: #fff;
}
#banner h1 {
  font-size: 42px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  padding-top: 22px;
  cursor: pointer;
}
#banner h2 {
  font-size: 16px;
  padding-top: 10px;
}
/* Body Text Container */
#container_wrapper {
  max-width: 920px;
  margin: 1.5em auto;
  background-color: white;
  border: 1px solid #dddddd;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
#container {
  width: 93%;
  margin: 0 auto;
}
#app-bar {
  height: 2.4em;
  color: #222222;
}
#app-bar-menu,
#drop-menu {
  clear: both;
  display: none;
}
#app-bar-menu:before,
#drop-menu:before,
#app-bar-menu:after,
#drop-menu:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#app-bar-menu:after,
#drop-menu:after {
  clear: both;
}
#app-bar-menu li,
#drop-menu li {
  margin: 0;
  padding: 0 1em 0 0;
  list-style: none;
  height: 36px;
}
#app-bar-menu a,
#drop-menu a {
  font-size: 100%;
  text-decoration: none;
  color: #555555;
}
#app-bar-menu a.current,
#drop-menu a.current {
  color: #777777;
}
#app-bar-menu {
  display: auto;
}
#app-bar-menu li {
  float: left;
  margin-right: 3.33%;
}
#app-bar-menu li a {
  color: #222222;
}
#app-bar-menu li a:hover {
  color: #aaaaaa;
}
#app-bar-menu-call {
  text-align: right;
  font-size: 120%;
}
#drop-menu {
  border-top: 1px solid #777777;
}
#drop-menu li {
  width: 100% !important;
  text-align: center;
}
#drop-menu li .drop-menu-close {
  color: #777777;
  cursor: pointer;
}
#app-bar-home {
  font-size: 100%;
  float: left;
  font-size: 80%;
}
#app-bar-home a {
  display: block;
  margin-top: 0.96em;
  padding: 0.3em 0.6em;
  color: white;
  background-color: #222222;
  text-decoration: none;
}
#app-bar-home a:hover {
  background-color: #777777;
}
#app-bar-menu-button {
  display: block;
  font-size: 140%;
  float: right;
  margin: 0.6em 0;
  cursor: pointer;
}
#app-bar-menu-button a {
  color: #222222;
}
#content {
  padding: 1em 0 3em 0;
}
#content p.tight {
  margin-top: 0;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  margin: 1.3em 0 0 0;
  color: #555555;
  font-weight: 300;
}
#content h1 {
  line-height: 1.1em;
  font-weight: 300;
}
#content h4 {
  margin-bottom: 0.333em;
  color: #222222;
}
#content img {
  /*
		border: 10px solid #fff;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		margin-bottom: 25px;
		*/

  max-width: 100%;
}
#content img.left {
  display: block;
  float: left;
  margin-right: 1em;
}
#content img.left.textflow {
  margin-right: 1.5em;
}
#content img.right {
  display: block;
  float: right;
  margin-left: 1em;
}
#content img.right.textflow {
  margin-left: 1.5em;
}
#content img.noborder {
  border: none;
  box-shadow: none;
}
#content img.responsive {
  max-width: 100%;
  height: auto;
}
#content img.fullwidth {
  margin: 0.5em 0 0 0;
  width: 100%;
}
#content img.enlargeable:hover {
  opacity: 0.7;
  transition: opacity 0.333s;
}
#content ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
#content .error {
  color: #cc3355;
  font-weight: bold;
}
#home-intro {
  border-bottom: 1px dotted #777777;
  margin: 1.3em 0;
  overflow: hidden;
}
#home-carousel .slick-slide {
  margin: 0 7px;
}
#home-carousel .slick-slide img {
  height: 200px;
}
#home-carousel .slick_arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 80px;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 110%;
  font-weight: 400;
  text-align: center;
  background-color: #363636;
  color: white;
  opacity: 80%;
  cursor: pointer;
  z-index: 1;
}
#home-carousel .slick-prev {
  left: -1.8%;
  letter-spacing: 4px;
}
#home-carousel .slick-next {
  right: -1.8%;
  letter-spacing: -4px;
}
#home-carousel .slide-caption {
  font-size: 90%;
  line-height: 110%;
  margin: 0.2em 0 0 0;
  text-align: center;
  overflow: hidden;
}
div.row {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
div.row:before,
div.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
div.row:after {
  clear: both;
}
div.col2 {
  float: left;
  width: 50%;
}
div.col2.right {
  float: right;
  width: 45%;
  padding-left: 5%;
}
/*
div.col {float: left;}
div.col-12 {width: 100%;}
div.col-11 {width: 91.666666%; min-width: @content_row_max_width / 1.090909;}
div.col-9 {width: 75%; min-width: @content_row_max_width / 1.333333;}
div.col-8 {width: 66.666666%; min-width: @content_row_max_width / 1.5;}
div.col-7 {width: 58.333333%; min-width: @content_row_max_width / 1.714285;}
div.col-6, div.col2 {border: 1px solid red; width: 50%; min-width: @content_row_max_width / 2;}
div.col-5 {width: 41.666666%; min-width: @content_row_max_width / 2.4;}
div.col-4 {width: 33.333333%; min-width: @content_row_max_width / 3;}
div.col-3 {width: 25%; min-width: @content_row_max_width / 4;}
div.col-2 {width: 16.666666%; min-width: @content_row_max_width / 6;}
div.col-1 {width: 8.333333%; min-width: @content_row_max_width / 12;}
*/
#footer {
  font-size: 90%;
  background-color: #363636;
  color: #999999;
  text-align: center;
  padding: 1em 1em 2em 1em;
}
#footer p {
  margin: 0.25em 0 0 0;
}
#footer p a {
  color: #999999;
  text-decoration: none;
}
#footer p a:hover {
  color: #dddddd;
}
#footer p.scrolltop {
  margin-bottom: 1em;
}
#footer p.scrolltop a {
  color: white;
  font-size: 150%;
}
#footer p.social {
  margin-top: 1em;
  font-size: 200%;
  color: #dddddd;
}
#footer p.social a {
  color: #dddddd;
}
#footer p.social span {
  padding: 0 0.25em;
}
#eglink {
  font-family: "Trebuchet MS", sans-serif;
}
#eglink sup {
  line-height: 0;
  font-size: 60%;
}
input,
select,
textarea {
  width: 98%;
  line-height: 180%;
  margin: 6px 0 12px 0;
  padding-left: 8px;
  border: 1px solid #ddd;
}
label {
  font-weight: bold;
}
select {
  width: auto;
}
input.submit {
  border: none;
  width: auto;
}
#enquiry_form_container {
  margin: 1em 0 2em 0;
}
.button {
  font-size: 90%;
  line-height: 150%;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #222222;
  color: white;
}
.button:hover {
  background-color: #777777;
}
.button a {
  color: white;
}
.button.inline {
  display: block;
  width: 33%;
  margin: 40px 0;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  background-color: #777777;
}
.button.inline:hover {
  background-color: #777777;
}
.button.center {
  margin-left: auto;
  margin-right: auto;
}
.button.return {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
div.media-container {
  margin-bottom: 0;
  /*
	a.large-image-link {
		display: block;
		position: relative;
		left: -3px;
		top:  -18px;
		cursor: pointer;

		&:hover {
			color: #c35 !important;
		}
	}
	*/

}
div.media-container.left {
  float: left;
  margin-right: 16px;
}
div.media-container.left.fig {
  margin-right: 8px;
  margin-bottom: 8px;
}
div.media-container.left.tight {
  margin-right: 12px;
}
div.media-container.right {
  float: right;
  margin-left: 16px;
}
div.media-container.right.fig {
  margin-left: 8px;
  margin-bottom: 8px;
}
div.media-container.right.tight {
  margin-left: 12px;
}
div.media-container a {
  text-decoration: none !important;
  color: #666 !important;
}
div.media-container a :hover {
  color: #c35 !important;
}
div.media-container p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}
div.media-container audio.embed {
  margin: -10px 0 0 0;
  width: 100%;
}
div.media-container img {
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
}
a.figlink {
  color: #c35 !important;
  text-decoration: none !important;
  font-size: 13px;
}
/* Shadowbox Overrides */
#sb-wrapper-inner {
  border-width: 3px !important;
}
/* Footnotes */
a.footnote {
  color: #c35 !important;
  text-decoration: none !important;
  cursor: pointer;
}
a.footnotelink {
  color: #c35 !important;
  text-decoration: none !important;
  line-height: 0;
  font-size: 13px;
  position: relative;
  top: -0.6em;
  cursor: pointer;
}
/*
div.gridzy {
	clear: both;
	img {
		border: none !important;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
		//box-shadow: none !important;
	}
} 
*/
div.picture_menu {
  clear: both;
  margin-top: 20px;
  width: 106%;
}
div.picture_menu a {
  display: block;
  float: left;
  width: 28%;
  margin-right: 5%;
  margin-bottom: 26px;
  text-align: center;
  text-decoration: none !important;
}
div.picture_menu p {
  margin: 0.5em auto;
  padding: 0;
  font-size: 90%;
  line-height: 1em;
  color: #555555;
  max-height: 2em;
  max-width: 25ch;
  text-overflow: ellipsis;
}
div.picture_menu img {
  display: inline-block;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  width: 100%;
  margin: 0 !important;
}
div.picture_menu img:hover {
  opacity: 0.7;
  transition: opacity 0.333s;
}
@media only screen and (max-width: 767px) {
  #container_wrapper {
    max-width: 703px;
    margin-top: 0;
  }
  /* less 2*32px */
  #app-bar-menu {
    display: none;
  }
  #app-bar-menu-button {
    display: block;
  }
  img.responsive {
    max-width: 190px !important;
  }
  #banner h1 {
    font-size: 36px;
  }
  .slick-slide img {
    height: 140px !important;
  }
  .slick_arrow {
    top: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #container_wrapper {
    max-width: 704px;
  }
  /* less 2*32px */
  #app-bar-menu {
    display: none;
  }
  #app-bar-menu-button {
    display: block;
  }
  img.responsive {
    max-width: 280px !important;
  }
  .slick-slide img {
    height: 180px !important;
  }
  .slick_arrow {
    top: 70px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #container_wrapper {
    max-width: 928px;
  }
  #app-bar-home {
    display: none;
  }
  #app-bar-menu {
    display: block;
  }
  #app-bar-menu-button {
    display: none;
  }
  #drop-menu {
    display: none !important;
  }
  .action-bar a {
    font-size: 70%;
    padding-top: 0.5em;
  }
  img.responsive {
    max-width: 400px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #container_wrapper {
    max-width: 1136px;
  }
  #app-bar-home {
    display: none;
  }
  #app-bar-menu {
    display: block;
  }
  #app-bar-menu-button {
    display: none;
  }
  #drop-menu {
    display: none !important;
  }
  .action-bar a {
    font-size: 80%;
    padding-top: 0.8em;
  }
}
@media only screen and (min-width: 1500px) {
  #container_wrapper {
    max-width: 1300px;
  }
  #app-bar-home {
    display: none;
  }
  #app-bar-menu {
    display: block;
  }
  #app-bar-menu-button {
    display: none;
  }
  #drop-menu {
    display: none !important;
  }
  .action-bar a {
    font-size: 80%;
    padding-top: 0.8em;
  }
}
/* that's all folks */