/*------------------------------------------------
/   Important for displaying streamfield Bustouts              
--------------------------------------------------*/
img {
  width: 100%;
  height: auto; }

.img-wrapper {
  width: 100%;
  margin: -8em 0 0 0;
  text-align: center; }

.img-wrapper img {
  width: auto;
  position: relative;
  max-width: 100%; }

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

@charset "UTF-8";
@import url(/static/hadrian_ave/css/normalize.css?7b88e530bd88);
@import url(/static/hadrian_ave/css/normalize.css?7b88e530bd88);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

header.navigation {
  /*transparentize(white, 0.5); */
  /*
  background: #fff url('/static/hadrian_ave/images/header-background-1.jpg?b5c829a1fbfa') right 0 bottom 0;
  */
  min-height: 70px;
  width: 100%;
  min-width: 350px;
  z-index: 999; }
  header.navigation img {
    height: auto;
    width: auto; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation .logo {
    position: absolute;
    top: 0px;
    right: 18px;
    display: block;
    height: 70px;
    border: 0px solid green;
    padding-top: 0.6em; }
    header.navigation .logo .logo-tile img {
      width: 250px; }
      @media screen and (min-width: 700px) {
        header.navigation .logo .logo-tile img {
          width: 279px; } }
    header.navigation .logo .signature {
      position: relative;
      bottom: 22px; }
      header.navigation .logo .signature img {
        width: 190px; }
        @media screen and (min-width: 700px) {
          header.navigation .logo .signature img {
            width: 232px; } }
    @media screen and (min-width: 700px) {
      header.navigation .logo {
        position: static;
        display: block;
        float: right;
        margin-right: 60px;
        background: transparent;
        clear: none; } }
  header.navigation .navigation-menu-button {
    position: absolute;
    top: 0px;
    left: 10px;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    float: left;
    line-height: 70px;
    margin: 0 15px 0 10px;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #333; }
  header.navigation nav {
    float: left;
    min-height: 70px;
    width: 100%;
    z-index: 9999999;
    padding-top: 5em;
    border: 0px solid green;
    margin-bottom: 1em; }
    @media screen and (min-width: 700px) {
      header.navigation nav {
        width: auto;
        padding-top: 0px;
        padding-left: 60px;
        margin-bottom: 0;
        float: left; } }
  header.navigation ul.navigation-menu {
    font-family: "Bree Serif", serif;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 700px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #7891BE;
    font-size: 1.3em;
    display: block;
    line-height: 70px;
    overflow: hidden;
    padding-right: 0.8em;
    padding-left: 1.2em;
    text-align: left;
    width: 100%;
    z-index: 9999;
    border: 0px solid white;
    margin-top: 3px; }
    @media screen and (min-width: 700px) {
      header.navigation ul li.nav-link {
        background: transparent;
        border: 0px solid white;
        display: inline;
        padding-right: 0.3em;
        padding-left: 0.3em;
        line-height: 70px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: rgba(51, 51, 51, 0.7);
      display: inline-block;
      text-decoration: none; }
      @media screen and (min-width: 700px) {
        header.navigation ul li.nav-link a {
          padding-right: 0.7em; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: #333; }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid #333;
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 700px) {
      header.navigation li.more.nav-link {
        padding-right: 0em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(51, 51, 51, 0.7);
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 700px) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 700px) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0;
    font-size: 0.9em; }
    @media screen and (min-width: 700px) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 700px) {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 7.8em;
        top: 0; } }
    @media screen and (min-width: 700px) {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -7.8em;
        top: 0; } }
    @media screen and (min-width: 700px) {
      header.navigation ul.submenu .submenu {
        left: 7.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 700px) {
        header.navigation ul.submenu li {
          line-height: 53.8461538462px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #6e89b9;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 700px) {
          header.navigation ul.submenu li a {
            background-color: #7891BE;
            padding-left: 1em;
            text-align: left;
            width: 8em; } }
  header.navigation .navigation-tools {
    background: #505050;
    margin-right: 60px;
    clear: both;
    display: block;
    height: 70px; }
    @media screen and (min-width: 700px) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: #899fc6;
        border: 1px solid #6783b6;
        border-radius: 6px;
        box-sizing: border-box;
        color: rgba(51, 51, 51, 0.7);
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 700px) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: #899fc6;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 700px) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

footer {
  width: 100%;
  display: block;
  margin-top: 3em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  /* background: #fff url('/static/hadrian_ave/images/background-texture2.jpg?b5c829a1fbfa') right 0 bottom 0 no-repeat  */
  background-color: #7891BE;
  padding: 2em 2em 2em 2.3em; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer .contact {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    border-right: 0;
    padding-left: 0.6em; }
    footer .contact:last-child {
      margin-right: 0; }
    footer .contact h2 {
      font-size: 2em;
      margin: 0.5em 0; }
    footer .contact a {
      color: #fff;
      padding: 0;
      hover-color: red;
      hover-style: underline; }
    footer .contact ul {
      border-top: 1px dotted white;
      max-width: 18em; }
    footer .contact li {
      display: inline-block;
      width: 100%;
      border-bottom: 1px dotted white;
      padding: 6px 0; }
      footer .contact li i {
        display: none;
        float: left;
        margin: 0;
        margin-right: 0;
        font-size: 1em; }
  footer button,
  footer .button {
    background-color: #FF653F; }
  footer .offices {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    margin-top: 2em; }
    footer .offices:last-child {
      margin-right: 0; }
    footer .offices a img {
      width: 60%; }
    footer .offices h3 {
      font-size: 1.5em; }
    footer .offices ul {
      margin: 0 auto; }
    footer .offices li {
      background-size: 3em;
      padding: 0;
      font-size: 1.1em; }
    footer .offices li:first-child {
      margin-right: -1px; }
  footer .tel {
    display: block; }
  footer .vcard {
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    font-size: 0.9em;
    padding-left: 0.5em;
    display: block; }
    footer .vcard a {
      color: #fff; }
    footer .vcard a:hover {
      text-decoration: underline; }

@media only screen and (min-width: 45em) {
  footer .contact {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 64.1748217918%;
    border-right: 2px dotted white;
    padding-left: 0.6em; }
    footer .contact:last-child {
      margin-right: 0; }
    footer .contact a {
      padding: 0.5em; }
    footer .contact li i {
      display: block;
      margin-right: 0.5em; }
  footer .offices {
    border: 0px solid red;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: 0; }
    footer .offices a img {
      width: 60%; }
    footer .offices:last-child {
      margin-right: 0; }
    footer .offices a img {
      width: 60%; }
  footer .vcard {
    padding-left: 1em; } }
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*************************************
*
* LISTING STYLES e.g Project thumbnails
*
**************************************/
.listing li {
  margin-bottom: 1em;
  margin-right: .5em;
  position: relative;
  border: 0px solid green;
  width: 290px;
  vertical-align: top; }

.listing,
.listing a {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  left: auto; }

.listing h2 {
  font-size: 20px; }

.listing {
  width: 100%; }

.listing a {
  display: block;
  width: 100%;
  position: relative; }

.listing a:hover h2,
.listing a:hover h3 {
  cursor: pointer;
  transition: color 0.2s ease; }

.listing h2,
.listing h3 {
  font-size: 1.5em;
  letter-spacing: -0.03em;
  font-weight: bold;
  margin-bottom: 0.2em; }

.listing div {
  padding: 1em; }

.listing img {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 15px #999999;
  -moz-box-shadow: 0 0 15px #999999;
  box-shadow: 0 0 15px #999999; }

.listing img:hover {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 15px #666;
  -moz-box-shadow: 0 0 15px #666;
  box-shadow: 0 0 15px #666; }

.listing a h2 {
  color: #222;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  transition: opacity 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em; }

/*---------------------------
/   Photos index - gallery             
---------------------------*/
.gallery .listing li {
  width: 210px; }
  .gallery .listing li h2, .gallery .listing li h3 {
    font-weight: normal;
    font-size: 1em; }

/*---------------------------
/   Client listing             
---------------------------*/
.page-clientlistingpage .listing li,
.page-linklistingpage .listing li {
  width: 270px;
  border: 0px solid grey; }
  .page-clientlistingpage .listing li h2, .page-clientlistingpage .listing li h3,
  .page-linklistingpage .listing li h2,
  .page-linklistingpage .listing li h3 {
    font-weight: normal;
    font-size: 1em; }
  .page-clientlistingpage .listing li img,
  .page-linklistingpage .listing li img {
    width: auto;
    height: auto;
    padding: 6px; }

.section-navigation {
  padding-bottom: 15px;
  border: 0px solid #999;
  margin-bottom: 30px;
  width: 90%; }
  .section-navigation h2 {
    font-size: 1.2em;
    margin-bottom: 12px; }
  .section-navigation ul {
    margin: 0;
    padding: 0; }
    .section-navigation ul .children {
      margin-left: 1em; }
  .section-navigation li {
    list-style-type: none;
    margin-top: 0px; }
  .section-navigation a {
    display: block; }
    .section-navigation a:link, .section-navigation a:visited {
      font-size: 1.2em;
      font-family: "Bree Serif", serif;
      text-decoration: none;
      color: #666;
      padding: 0.6em 20px;
      width: 100%;
      border-top: 1px dotted #334998;
      background: url("/static/hadrian_ave/images/buttons/nav_bullet_blue.png?7b88e530bd88") 8px 1.3em no-repeat; }
    .section-navigation a:hover {
      color: #334998;
      background: #D3D8E7 url("/static/hadrian_ave/images/buttons/nav_bullet_blue.png?7b88e530bd88") 11px 1.3em no-repeat; }

@media only screen and (min-width: 45em) {
  .section-navigation {
    width: 70%; } }
body {
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  background: #fff url("/static/hadrian_ave/images/background-texture2.jpg?b5c829a1fbfa") left 0 bottom 0;
  background-attachment: fixed;
  background-size: auto;
  background-repeat: repeat-x;
  margin: 0px;
  min-height: 300px; }

#main-container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  background: #fff url("/static/hadrian_ave/images/home-panel5_02.jpg?fbe4fd4df036") top no-repeat;
  /*
  background: #fff url('/static/hadrian_ave/images/home-panel-background.jpg?7b88e530bd88') top no-repeat;
  background: #fff url('/static/hadrian_ave/images/home-panel-gradient-strip.jpg?7b88e530bd88') right -90px top repeat-x;
  */
  border: 0px solid red;
  min-height: 600px; }
  #main-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    #main-container {
      background: #fff url("/static/hadrian_ave/images/home-panel5_02.jpg?fbe4fd4df036") top no-repeat; } }

#content-container {
  display: block;
  padding: 8px 40px 20px 1.5em;
  border-top: 2px dotted white; }
  #content-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 900px) {
    #content-container {
      padding: 2em 40px 20px 40px;
      margin: 0 2.5em; } }

/*---------------------------
/   Default columns layout
---------------------------*/
.left-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 108.5298043353%;
  border: 0px dotted #274D99;
  padding-right: 1em; }
  .left-column:last-child {
    margin-right: 0; }

.right-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-top: 2em; }
  .right-column:last-child {
    margin-right: 0; }
  .right-column .content {
    margin-top: 4em; }
  .right-column img {
    width: auto;
    border: 0px solid grey;
    padding: 4px;
    margin-top: 3em; }

h1 {
  font-size: 1.6em;
  color: #384665; }

h2 {
  font-size: 1.4em;
  color: #384665; }

.clear-section {
  clear: both;
  border: 0px solid green;
  height: 10px; }

/*************************************
*
* SELECTED STYLES MOVED ACROSS FROM main.less
*
**************************************/
.body-copy p,
.body-copy ul {
  font-size: 1.1em;
  color: #666; }

.body-copy h1 {
  font-size: 3em; }

.body-copy h1.long-title {
  font-size: 3em; }

.body-copy h2 {
  font-size: 1.4em;
  color: #384665;
  border: 0px solid green; }

.body-content {
  padding-right: 20px;
  border: 0px solid green; }

.intro {
  font-size: 1.1em;
  color: #666; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.container {
  padding: 0;
  max-width: 96em;
  margin: 0 auto; }

.bxslider {
  width: 90%; }

.screenshots-main {
  text-align: center;
  width: 100%;
  max-width: initial;
  margin-bottom: 2em; }
  .screenshots-main img {
    border: 1px solid #999;
    padding: 5px;
    width: 100%; }

/*---------------------------
/   Contact page
---------------------------*/
.page-contactpage .contacts {
  padding: 10px 8px 0px 8px;
  margin: 30px 0;
  width: 100%; }
.page-contactpage .contact-box {
  margin: 5px;
  padding: 10px;
  width: 100%;
  float: left;
  border: 1px dotted #7E8CB8; }

/*---------------------------
/   Work index
---------------------------*/
.page-workindexpage ul a:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

.page-workindexpage .listing a:hover div {
  background: rgba(0, 0, 0, 0.15); }

/*---------------------------
/   Work page
---------------------------*/
.page-workpage .screenshots-main img {
  width: 100%; }

.page-workpage .img-wrapper {
  width: 100%;
  margin: 4.5em 0 0 0;
  text-align: center; }

.body-copy > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.body-copy img,
.body-copy .responsive-object {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: initial; }

.body-copy ul {
  list-style-type: disc;
  padding-left: 1.5em;
  line-height: 2em; }

/* Generic style for tags */
.show a {
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom: 1px dotted #424A4F;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto; }

.show a:hover {
  color: #EA853A;
  border-bottom: 1px dotted #EA853A;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.show a:before {
  content: none; }

/*tags*/
.tags {
  margin-top: 2em;
  background-color: white;
  background-image: none;
  text-align: right; }

.tags a {
  padding: 0.3em 0.6em 0.4em 0.6em;
  color: #424A4F;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 1em;
  margin-right: 1.3em;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block; }

.tags a:before {
  background-image: url("/static/hadrian_ave/images/tag.png?7b88e530bd88");
  background-size: 15px;
  background-repeat: no-repeat;
  content: "";
  padding: 0 20px 0 0;
  margin: 0px 5px 0 0; }

.tags a:hover {
  color: #424A4F;
  background-color: #e1e1e1; }

.page-workpage .tags {
  padding: 1.5em 0 0;
  margin: 0;
  clear: left; }

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px; }

/*CSS3 extras*/
a.tooltip span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC; }

/*---------------------------
/   Home page
---------------------------*/
.page-homepage .listing a h2:hover,
.page-homepage .listing a h3:hover {
  color: #FF653F; }

.page-homepage h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }

.page-homepage .work li a div {
  padding: 1em 0;
  width: 100%;
  min-height: 250px;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box; }

.page-homepage .work li a:hover h3 {
  color: #FF653F; }

.page-homepage .listing p {
  color: #222; }

.page-homepage .hero h2 {
  font-size: 2.5em;
  max-width: 9em;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #fff; }

.page-homepage h2 a {
  color: #222;
  position: relative;
  transition: color 0.1s ease; }

.page-homepage h2 a span {
  color: #FF653F; }

.page-homepage h2 a:hover {
  color: #FF653F; }

.page-homepage h2 a:hover span {
  position: absolute;
  right: -0.8em;
  -webkit-animation: spin 0.5s ease 0.1s;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
body .svg {
  display: none; }

/*---------------------------
/   Person index page
---------------------------*/
.page-personindexpage .listing {
  border: 0px solid green;
  padding-left: 3em; }
  .page-personindexpage .listing li {
    border: 0px solid red;
    width: 220px; }

/*---------------------------
/   Person page
---------------------------*/
.page-personpage .blog-post-title .role {
  padding-left: .8em;
  font-size: .9em;
  font-weight: normal;
  font-style: italic; }

/* Firefox 3.5+ */
/*
.people-list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    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");
}

.page-personpage img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    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");
}
*/
#map {
  width: 750px;
  height: 500px; }

.map iframe {
  border: 0; }

#wagtail-userbar {
  bottom: 0;
  top: inherit; }

.responsive-object {
  padding-bottom: 0 !important; }

/*---------------------------
/   Tags results listing page
---------------------------*/
.search-results {
  min-height: 40px; }

h4.tagged-results-title {
  font-weight: normal;
  padding: 20px 0 10px 0;
  border-bottom: 2px #62678C dotted; }

/* ==========================================================================
    STREAM FIELD STYLES
   ========================================================================== */
.stream-field .bustout,
.stream-field .pull-quote,
.stream-field .full-width {
  max-width: none; }

.drop-cap .rich-text:first-child:first-letter {
  float: left;
  margin: 0.35em 0em;
  font-size: 3.4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  padding-top: 0.13em;
  font-family: "Brie serif",serif;
  font-style: normal;
  font-weight: 800; }

.bustout {
  background: #E4D7CB;
  color: white;
  margin: 0;
  padding: 0; }

.bustout-text {
  width: 100%;
  padding: 1em;
  color: #666B7B; }

.bustout h2 {
  font-size: 1.2em;
  font-family: "Brie serif",serif; }

.bustout p {
  font-family: "Brie serif",serif;
  font-style: italic;
  font-size: 0.9em; }

.pull-quote {
  float: left;
  padding: 2em 1em;
  font-size: 1.3em;
  text-align: center;
  background: #E4D7CB;
  width: 40%;
  margin: 1em 3em; }

.pull-quote p {
  max-width: 750px;
  margin: 0 auto 1em auto;
  color: #666B7B;
  font-family: "Brie serif",serif; }

.pull-quote cite {
  color: #666B7B;
  font-size: 0.8em; }

.img-holder {
  position: relative;
  padding: .6em;
  margin-bottom: 1.5em;
  background-color: white;
  border: 0px solid grey; }

.img-holder img {
  display: block; }

.img-holder p {
  padding: 0.4em;
  padding-right: 3em;
  margin: 0;
  font-size: 0.9em;
  max-width: 100%; }

.img-credit {
  position: relative; }

.align-right .img-holder img,
.align-left .img-holder img {
  border-radius: 3px; }

.align-right .img-holder .credit,
.align-left .img-holder .credit {
  border-radius: 0 0 3px 3px;
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  left: 0;
  font-style: italic;
  display: block;
  font-family: 'proxima-nova', helvetica, sans-serif; }

.full-width p,
.half-width p {
  text-align: right; }

.full-width .credit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8em 1em 0.6em;
  max-width: 750px;
  font-family: "Brie serif",serif;
  text-align: center; }

.screen-grab {
  background: #434a4f;
  text-align: center;
  padding: 2em 0 1em; }

.screen-grab img {
  width: 100%;
  margin-bottom: 0;
  display: block; }

.screen-grab p {
  text-align: left;
  color: #fff;
  padding: 1em 0 1em 1em;
  margin: 0;
  font-family: "Brie serif",serif; }

.img-grid a {
  display: block; }

.img-grid a {
  float: left;
  overflow: hidden;
  border-radius: 3px;
  display: block; }

.img-grid a:nth-child(1n) {
  width: 38%;
  margin: 2%;
  margin-left: 0%;
  margin-top: 0; }

.img-grid a:nth-child(2n) {
  width: 60%;
  margin-right: 0; }

.img-grid a:nth-child(3n) {
  width: 65%;
  margin: 0 2% 0 0; }

.img-grid a:nth-child(4n) {
  width: 33%;
  margin: 0; }

.body-copy h2 {
  font-size: 1.3em;
  color: #666; }

.body-copy h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #666; }

.body-copy h4 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #666; }

.body-copy h5 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: -0.75em; }

.stat-block {
  background: #434a4f;
  padding: 2.5em 0 0; }

.stat-holder {
  margin: 0 auto; }

.stat-holder h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em; }

.stat {
  text-align: center;
  color: #fff;
  margin-bottom: 3.5em; }

h4 ~ .stat {
  margin-top: 3em; }

.stat h2 {
  display: block;
  font-weight: bold;
  font-size: 5em;
  font-family: "Brie serif",serif;
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
  -ms-font-feature-settings: 'tnum'; }

.stat p {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: -0.9em 0; }

.html {
  max-width: 900px;
  margin: 0 auto 2em auto;
  text-align: center; }

.sml-quote {
  position: relative;
  font-style: italic;
  font-weight: bold;
  padding: 0;
  max-width: 600px;
  font-family: "Brie serif",serif;
  line-height: 2em; }

.sml-quote p {
  position: relative;
  max-width: 600px;
  font-size: 1.25em;
  margin: 0;
  padding: 1em; }

/*

.screengrab {
    padding: 3em 0 1em;
}

.screengrab .laptop-container {
    overflow: visible;
    position: relative;
}

.laptop {
    position: absolute;
    top: -15px;
    left: 0;
}

.screengrab .laptop-container .laptop img {
    width: 100%;
}

*/
/* ==========================================================================
   Screenshot lightbox styles
========================================================================== */
.thumbnailBlock {
  margin-top: 90px;
  margin-bottom: 20px;
  text-align: right;
  padding: 2px;
  border: 0px solid grey; }
  .thumbnailBlock img {
    border: 1px solid #BFC7DE;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 3px;
    width: auto;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
    .thumbnailBlock img:hover {
      box-shadow: 0px 0px 6px 0px #333; }

/* ==========================================================================
   Helper classes
========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #434a4f !important;
    /* #434a4f prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.logos {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: white;
  min-width: 310px; }

.logos li {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 20%;
  min-width: 150px;
  height: 20%;
  /* padding: 1em 1%; */
  border: 0px solid green; }

.logos li img {
  border: 1px solid white; }

.logos li > * {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1l;
  padding: 0.25em; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@media only screen and (min-width: 45em) {
  html {
    margin: 0;
    padding: 0; } }
/*---------------------------
/   Default columns layout
---------------------------*/
@media only screen and (min-width: 45em) {
  .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    border: 0px dotted #62678C;
    padding-right: 10px; }
    .left-column:last-child {
      margin-right: 0; }

  .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    border: 0px solid green; }
    .right-column:last-child {
      margin-right: 0; }
    .right-column .content {
      margin-top: 50px; }
    .right-column img {
      width: auto;
      border: 0px solid grey;
      padding: 4px;
      margin-top: 3em; }

  .body-content {
    padding-right: 20px;
    border-right: 2px dotted #8c90af; }

  .page-workpage .screenshots-main img {
    width: 80%;
    box-shadow: 0px 0px 6px 0px #666; }

  .page-workindexpage .left-column {
    border: 2px solid green; }

  .page-clientlistingpage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    padding-right: 2px; }
    .page-clientlistingpage .left-column:last-child {
      margin-right: 0; }
  .page-clientlistingpage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    padding-left: 5px;
    border-left: 2px dotted #274D99;
    margin-top: 1em;
    padding: 0 1em 1em 1em; }
    .page-clientlistingpage .right-column:last-child {
      margin-right: 0; }

  .page-contactpage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    padding-right: 2px; }
    .page-contactpage .left-column:last-child {
      margin-right: 0; }
  .page-contactpage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 27.4966631501%;
    border: 0px solid green;
    margin-top: 10px;
    padding: 0; }
    .page-contactpage .right-column:last-child {
      margin-right: 0; }
  .page-contactpage .contact-box {
    width: 44%;
    margin: 15px;
    padding: 20px; } }
/* ==========================================================================
    STREAM FIELD STYLES
   ========================================================================== */
@media only screen and (min-width: 45em) {
  .container.stream-field {
    padding: 0;
    max-width: none; }

  .pull-quote {
    padding: 3em; }

  .pull-quote p {
    font-size: 1.25em; }

  .screen-grab {
    position: relative;
    padding: 2em; }

  .img-grid .holder {
    text-align: center;
    width: 70%;
    margin: 2em auto; }

  .screen-grab img {
    width: 60%;
    margin-right: 40%;
    border-radius: 3px; }

  .screen-grab p {
    position: absolute;
    right: 10%;
    font-size: 1.25em;
    max-width: 30%;
    padding: 0.5em 1em;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .stat-block {
    padding: 3em 0 6em;
    width: 70%;
    margin: 0 auto;
    background: transparent;
    border-top: 2px solid #434a4f;
    border-bottom: 2px solid #434a4f; }

  .stat-holder h4, .stat-holder p {
    color: #434a4f;
    font-weight: bold; }

  .stat-holder h2 {
    color: #ea853a; }

  .stat {
    width: 33.3%;
    float: left;
    margin: 0; }

  .sml-quote {
    margin: 2em auto 4em;
    padding: 1.5em 0; }

  .sml-quote p {
    position: absolute;
    left: -3em;
    max-width: 600px;
    font-size: 1.25em;
    margin: 0;
    top: 0;
    border-left: 2px solid;
    padding-left: 1.5em; }

  .bustout {
    position: relative;
    overflow: hidden; }

  .bustout-text {
    padding: 2em;
    width: 60%;
    float: right;
    font-size: 1.25em;
    background: #F0E4D5;
    z-index: 1;
    position: relative; }

  .bustout img {
    float: left;
    width: 100%;
    position: absolute; }

  .img-holder p {
    font-size: 1em;
    line-height: 1em; }

  .align-right .img-holder,
  .align-left .img-holder {
    max-width: 40%; }

  .align-right .img-holder {
    float: right;
    margin-left: 2em; }

  .align-left .img-holder {
    float: left;
    margin-right: 2em; }

  .align-left p {
    text-align: right; }

  .align-left .img-holder .credit,
  .align-right .img-holder .credit {
    max-width: 100%; }

  .full-width {
    width: 90%;
    margin: 0 auto; }

    /*
    .screengrab {
        padding: 5em 0;
    }

    .screengrab .laptop-container img {
        width: 54%;
        margin-bottom: 3em;
    }

    .laptop {
        position: absolute;
        top: -7%;
        left: -39%;
        right: 0;
    }

    .screengrab .laptop-container .laptop img {
        width: 51%;
        margin: 0;
    }
    */ }
@media only screen and (min-width: 1350px) {
  .bustout img {
    float: left;
    width: 40%;
    position: relative; }

  .bustout-text {
    padding: 2em;
    width: 60%;
    float: left;
    font-size: 1.25em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40%; } }
@media only screen and (min-width: 1250px) {
  .screen-grab img {
    width: 51%;
    margin-left: 10em; }

  .screen-grab p {
    max-width: 27%;
    font-size: 1.35em; }

  .align-right .img-holder,
  .align-left .img-holder {
    max-width: 40%; }

  .align-right .img-holder {
    margin-right: -12em; }

  .align-left .img-holder {
    margin-left: -12em; }

  .align-right p,
  .align-left p {
    max-width: 80%; }

  .align-left p {
    margin-left: 20%; } }
/*========================================================================== */
/* Desktop */
@media only screen and (min-width: 1250px) {
  .italic {
    font-size: 1.4em;
    margin: 1.5em auto 1.5em auto; }

  .page-homepage .work-intro {
    padding: 4em 0 0 3em; } }

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

/**
*   VARS
**/
/* IE8 Stuff */
.jslghtbx-ie8.jslghtbx {
  background-image: url("/static/hadrian_ave/img/trans-bck.png");
  display: none; }
  .jslghtbx-ie8.jslghtbx.jslghtbx-active {
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Main wrapper */
.jslghtbx {
  font-family: sans-serif;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }
  .jslghtbx.jslghtbx-active {
    visibility: visible;
    background-color: rgba(18, 39, 54, 0.8); }

/* loading-animation */
.jslghtbx-loading-animation {
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  z-index: -1; }
  .jslghtbx-loading-animation > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
    .jslghtbx-loading-animation > span.jslghtbx-active {
      margin-bottom: 60px; }

.jslghtbx.jslghtbx-loading .jslghtbx-loading-animation {
  display: block; }

.jslghtbx-nooverflow {
  overflow: hidden !important; }

.jslghtbx-contentwrapper {
  margin: auto;
  visibility: hidden; }
  .jslghtbx-contentwrapper > img {
    background: #fff;
    padding: .5em;
    display: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    width: auto;
    height: auto; }

.jslghtbx-contentwrapper.jslghtbx-wrapper-active {
  visibility: visible; }
  .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    display: block;
    opacity: 1; }

/* Caption */
.jslghtbx-caption {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 450px;
  color: #fff;
  text-align: center;
  font-size: .9em; }

.jslghtbx-active .jslghtbx-caption {
  display: block; }

/* Animation Stuff */
.jslghtbx-contentwrapper.jslghtbx-animate > img {
  opacity: 0; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-prev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-init {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  cursor: pointer; }

/* Controls */
.jslghtbx-close {
  position: fixed;
  right: 23px;
  top: 23px;
  margin-top: -4px;
  font-size: 2em;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  .jslghtbx-close:hover {
    text-shadow: 0 0 10px #fff; }
  @media screen and (max-width: 1060px) {
    .jslghtbx-close {
      font-size: 1.5em; } }

.jslghtbx-next,
.jslghtbx-prev {
  display: none;
  position: fixed;
  top: 50%;
  max-width: 6%;
  max-height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .jslghtbx-next.jslghtbx-active,
  .jslghtbx-prev.jslghtbx-active {
    display: block; }
  .jslghtbx-next > img,
  .jslghtbx-prev > img {
    width: 100%; }

.jslghtbx-next {
  right: .6em; }
  .jslghtbx-next.jslghtbx-no-img:hover {
    border-left-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-next {
      right: .6em; }
      .jslghtbx-next.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-next.jslghtbx-no-img {
      right: 5px;
      padding-left: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-left: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-next {
      right: .2em;
      padding-left: 20px; } }

.jslghtbx-prev {
  left: .6em; }
  .jslghtbx-prev.jslghtbx-no-img:hover {
    border-right-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-prev {
      left: .6em; }
      .jslghtbx-prev.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-right: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-prev.jslghtbx-no-img {
      left: 5px;
      padding-right: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-right: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-prev {
      left: .2em;
      padding-right: 20px; } }

.jslghtbx-thmb {
  padding: 2px;
  max-width: 100%;
  max-height: 140px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 451px) {
    .jslghtbx-thmb {
      margin: 1em; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-thmb {
      margin: 1em 0; } }
  .jslghtbx-thmb:hover {
    box-shadow: 0px 0px 14px 0px #000; }

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