html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  @page {
    size: auto;
    margin: 0px 10px; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

  a[href]:after {
    display: none; }

  a[href^="https://photolondon.org/register/"] {
    display: none; }

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

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    display: none; }

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

  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }

  .main-nav {
    display: none; }

  .menu {
    display: none; }

  .heading--large {
    margin-top: 0; }

  .off-screen {
    opacity: 1 !important; }

  .site-header {
    margin-top: 20px !important; }

  .site-footer {
    display: none; }

  .button {
    display: none !important; }

  .heading.heading--accent {
    display: none; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em; }

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ""; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* tables */
table.tablesorter {
  width: 100%;
  text-align: left; }
  table.tablesorter td {
    border: none; }
  table.tablesorter tr:nth-child(even) td {
    background-color: #e8e8e8; }
  table.tablesorter tr:nth-child(odd) td {
    background-color: #f7f7f7; }

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border-right: 1px solid #cff1e8; }

table.tablesorter thead tr .header {
  background-image: url(../img/table-sorter-bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer; }

table.tablesorter tbody td {
  color: #3D3D3D;
  background-color: #FFF;
  vertical-align: top; }

table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6; }

table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/table-sorter-asc.gif); }

table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/table-sorter-desc.gif); }

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8; }

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
  display: none; }

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: londonregular;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/london_2014_export.eot");
  src: url("../fonts/london_2014_export.eot?#iefix") format("embedded-opentype"), url("../fonts/london_2014_export.woff") format("woff"), url("../fonts/london_2014_export.ttf") format("truetype"), url("../fonts/london_2014_export.svg#londonregular") format("svg"); }
@font-face {
  font-family: brandon_grotesquemedium;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brandon_med-webfont.eot");
  src: url("../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med-webfont.woff") format("woff"), url("../fonts/brandon_med-webfont.ttf") format("truetype"), url("../fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg"); }
@font-face {
  font-family: brandon_grotesquelight;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brandon_light-webfont.eot");
  src: url("../fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg"); }
@font-face {
  font-family: brandon_grotesquebold;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg"); }
@font-face {
  font-family: GrotesqueMTStd;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/2D2DDA_0_0.eot");
  src: url("../fonts/2D2DDA_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D2DDA_0_0.woff") format("woff"), url("../fonts/2D2DDA_0_0.ttf") format("truetype"), url("../fonts/2D2DDA_0_0.svg#GrotesqueMTStd") format("svg"); }
@font-face {
  font-family: GrotesqueMTStd-Bold;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/2D2DDA_1_0.eot");
  src: url("../fonts/2D2DDA_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D2DDA_1_0.woff") format("woff"), url("../fonts/2D2DDA_1_0.ttf") format("truetype"), url("../fonts/2D2DDA_1_0.svg#GrotesqueMTStd-Bold") format("svg"); }
@font-face {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#fontello") format("svg"); }
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: none;
  border-left: solid 4px black;
  border-bottom: solid 4px black;
  color: transparent;
  top: 50%;
  z-index: 9;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    border-left: solid 4px #1D71B8;
    border-bottom: solid 4px #1D71B8; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg); }

.slick-next {
  right: -10px;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  -ms-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: black;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      border-radius: 50%;
      opacity: 0.2; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button {
      opacity: 0.8; }

@media screen and (min-width: 1450px) {
  .container {
    width: 1280px; } }
@media screen and (min-width: 1800px) {
  .container {
    width: 1600px; } }
.heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .heading--accent {
    color: #1D71B8; }
  .heading--underline {
    padding-bottom: 16px;
    border-bottom: solid 1px #d3d2d2;
    margin-bottom: 25px; }
  .heading--small {
    font-size: 0.6875rem; }
  .heading--large {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: 1px; }
  .heading--medium {
    font-size: 1.75rem;
    letter-spacing: 1px;
    line-height: 1.2; }

ul.col-3 {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.col-3 li {
    display: inline-block;
    width: 32%; }

ul.first-level {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: solid 1px #d3d2d2; }
  ul.first-level li {
    display: inline-block;
    padding: 15px 25px; }
  ul.first-level a {
    color: #231f20; }

.main-nav a, .outside-sub-menu a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative; }
  @media screen and (min-width: 1100px) {
    .main-nav a:before, .main-nav a:after, .outside-sub-menu a:before, .outside-sub-menu a:after {
      height: 2px;
      width: 0;
      background-color: #1D71B8;
      position: absolute;
      content: '';
      bottom: -1px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .main-nav a:before, .outside-sub-menu a:before {
      left: 0; }
    .main-nav a:after, .outside-sub-menu a:after {
      right: 0; }
    .main-nav a:hover, .outside-sub-menu a:hover {
      color: #1D71B8;
      text-decoration: none; }
      .main-nav a:hover:before, .main-nav a:hover:after, .outside-sub-menu a:hover:before, .outside-sub-menu a:hover:after {
        width: 51%; } }

.button, .acf-form .acf-button, .acf-form .acf-button.blue, input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  border: solid 1px #1D71B8;
  background-color: white;
  color: #1D71B8 !important;
  padding: 20px 40px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  transition: all 0.3s linear;
  height: auto; }
  .button:hover, .acf-form .acf-button:hover, .acf-form .acf-button.blue:hover, input[type="submit"]:hover {
    background-color: white;
    text-decoration: none;
    color: inherit; }
  @media screen and (min-width: 1100px) {
    .button:before, .button:after, .acf-form .acf-button:before, .acf-form .acf-button:after, .acf-form .acf-button.blue:before, .acf-form .acf-button.blue:after, input[type="submit"]:before, input[type="submit"]:after {
      content: '';
      position: absolute;
      cursor: pointer;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; } }
  .button:before, .acf-form .acf-button:before, .acf-form .acf-button.blue:before, input[type="submit"]:before {
    background-image: linear-gradient(to right, #fff, #fff 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, #fff 95%, #fff 100%);
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    /* Safari */
    left: -1px;
    width: calc(100% + 3px);
    height: 0; }
  .button:after, .acf-form .acf-button:after, .acf-form .acf-button.blue:after, input[type="submit"]:after {
    background-image: linear-gradient(to bottom, #fff, #fff 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, #fff 95%, #fff 100%);
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Safari */
    transform: translateX(-50%);
    /* Safari */
    top: -1px;
    height: calc(100% + 3px);
    width: 0; }
  .button:hover, .acf-form .acf-button:hover, .acf-form .acf-button.blue:hover, input[type="submit"]:hover {
    color: #1a63a2 !important; }
    .button:hover:before, .acf-form .acf-button:hover:before, .acf-form .acf-button.blue:hover:before, input[type="submit"]:hover:before {
      height: calc(100% - 20px); }
    .button:hover:after, .acf-form .acf-button:hover:after, .acf-form .acf-button.blue:hover:after, input[type="submit"]:hover:after {
      width: calc(100% - 20px); }

.button--full {
  width: 100%;
  text-align: center;
  padding: 20px 30px; }
.button--fill {
  background-color: #1D71B8;
  color: white !important; }
  .button--fill:after, .button--fill:before {
    content: none; }
.button--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none; }

.accent-box .button--ghost {
  background: transparent;
  border: solid 1px white;
  color: white !important; }
  .accent-box .button--ghost:before, .accent-box .button--ghost:after {
    display: none; }

.acf-form .rcwdplupload-pickfiles {
  width: auto;
  text-decoration: none; }

.acf-form-submit {
  display: inline-block; }

.grid-icon {
  background-color: #cccccc;
  height: 18px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin: 5px; }
  .grid-icon.active, .grid-icon:hover {
    background-color: #1D71B8; }
  .grid-icon:before, .grid-icon:after {
    background-color: white;
    content: '';
    position: absolute; }
  .grid-icon:before {
    height: 100%;
    width: 4px;
    top: 0;
    left: 11px; }
  .grid-icon:after {
    width: 100%;
    height: 4px;
    top: 7px;
    left: 0; }

.list-icon {
  background-color: #cccccc;
  height: 18px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin: 5px; }
  .list-icon.active, .list-icon:hover {
    background-color: #1D71B8; }
  .list-icon:before, .list-icon:after {
    background-color: white;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px; }
  .list-icon:before {
    bottom: 4px; }
  .list-icon:after {
    top: 4px; }

.menu-icon {
  background-color: black;
  height: 18px;
  width: 26px;
  position: relative;
  display: inline-block;
  margin: 5px; }
  .menu-icon.active, .menu-icon:hover {
    background-color: #1D71B8; }
  .menu-icon:before, .menu-icon:after {
    background-color: white;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px; }
  .menu-icon:before {
    bottom: 4px; }
  .menu-icon:after {
    top: 4px; }

.mobile-menu-icon {
  height: 2px;
  width: 30px;
  background-color: black;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mobile-menu-icon:before, .mobile-menu-icon:after {
    background-color: black;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .mobile-menu-icon:before {
    bottom: 10px; }
  .mobile-menu-icon:after {
    top: 10px; }
  .mobile-menu-icon.active {
    background-color: transparent; }
    .mobile-menu-icon.active:before {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari */
      transform: rotate(45deg);
      /* Safari */
      -ms-transform-origin: top left;
      /* IE 9 */
      -webkit-transform-origin: top left;
      /* Safari */
      transform-origin: top left;
      /* Safari */ }
    .mobile-menu-icon.active:after {
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Safari */
      transform: rotate(-45deg);
      /* Safari */
      -ms-transform-origin: bottom left;
      /* IE 9 */
      -webkit-transform-origin: bottom left;
      /* Safari */
      transform-origin: bottom left;
      /* Safari */ }

.left-intro p {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0.5px; }

.drop-down {
  height: 20px;
  overflow: visible;
  position: relative;
  cursor: pointer;
  background-color: white; }
  .drop-down--header {
    margin-top: 40px; }
  .drop-down ul {
    list-style: none;
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8125rem;
    overflow: hidden;
    height: 0; }
    .drop-down ul li {
      width: 100%;
      padding: 2px 10px 2px 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
    .drop-down ul.active {
      height: auto; }
      .drop-down ul.active li {
        opacity: 1; }
  .drop-down li.active {
    opacity: 1;
    color: #1D71B8;
    position: absolute;
    top: 0;
    left: 0; }
  .drop-down:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    border-bottom: solid 1px #1D71B8;
    border-left: solid 1px #1D71B8;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }
  .drop-down--right .drop-down__title {
    padding-right: 25px; }
  .drop-down--right ul li {
    text-align: right;
    padding-right: 25px; }

.entry {
  margin-bottom: 80px; }
  .entry img {
    max-width: 100%;
    height: auto;
    margin: 30px 0; }
  .entry .gallery .gallery-item img {
    border: none !important;
    width: 80%; }

article iframe {
  display: block;
  margin: 30px auto; }

ul.page-numbers {
  list-style: none;
  text-align: center;
  padding: 30px;
  border-bottom: solid 1px #d3d2d2; }
  ul.page-numbers li {
    display: inline-block;
    padding: 0 15px; }

img.alignleft {
  float: left;
  margin-right: 30px; }

img.alignright {
  float: right;
  margin-left: 30px; }

img.logo-divider {
  max-width: 90%; }

img.aligncenter {
  display: block;
  margin: 30px auto; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.sub-quote {
  font-style: italic;
  color: #1D71B8;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  margin: 10px 0 20px; }

.left-intro {
  font-size: 1.125rem;
  margin: 30px 0 60px; }

.right-intro {
  margin: 30px 0 60px; }

.wp-caption {
  margin-bottom: 20px;
  max-width: 100%; }
  .wp-caption img {
    margin-bottom: 0; }
  .wp-caption-text {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-bottom: 20px; }

.ezcol img {
  height: auto; }

@media screen and (max-width: 600px) {
  .left-intro, .right-intro {
    margin: 20px 0; } }
.full-width-banner {
  padding-left: 0;
  padding-right: 0; }

.banner {
  margin-top: 30px; }
  .banner--exhibitor {
    margin: 0 0 70px;
    text-align: center; }
    .banner--exhibitor a {
      color: #1D71B8;
      font-size: 1.0625rem;
      letter-spacing: 2px;
      word-wrap: break-word; }
  .banner--image-and-text {
    height: 0;
    padding-bottom: 42%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px; }
    .banner--image-and-text .overlay-text {
      font-size: 2rem;
      line-height: 1.0625;
      letter-spacing: 1px;
      position: absolute;
      bottom: -60px;
      left: 30px;
      background-color: white;
      padding: 25px;
      max-width: 430px;
      text-transform: uppercase; }

a .banner {
  color: #000; }

.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .banner-slider.slick-dotted.slick-slider .slick-dots {
    bottom: 20px;
    text-align: right; }

.home .banner--image-and-text {
  margin-bottom: 20px; }
.home .notice-box {
  margin-top: 0;
  background: transparent; }

table, table.tablepress {
  width: 100%;
  margin: 30px 0; }
  table a, table.tablepress a {
    text-decoration: none;
    color: #1D71B8; }
  table tr:last-child td, table.tablepress tr:last-child td {
    border-bottom: none; }
  table td, table.tablepress td {
    padding: 15px;
    border-bottom: solid 1px #d3d2d2;
    border-right: solid 1px #d3d2d2; }
    table td:last-child, table.tablepress td:last-child {
      border-right: none; }

table.sortable thead {
  cursor: pointer; }

.old-exhibitor {
  color: transparent; }
  .old-exhibitor:before {
    content: '2017 Exhibitor';
    color: black; }

.no-data {
  color: transparent; }
  .no-data:before {
    content: '-';
    color: black; }

.box {
  padding: 35px;
  border: solid 1px #d3d2d2; }

.news-box {
  margin-bottom: 30px; }

.news-box__content {
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  position: relative;
  background-size: cover;
  background-position: center; }

.notice-box {
  background: #F1F1F1;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
  color: #2E2E2E; }
  .notice-box p {
    font-size: 1.125rem; }
  .notice-box .intro {
    font-size: 1.375rem;
    color: #1D71B8; }

.card-teaser {
  padding-bottom: 60%;
  background-color: #1D71B8;
  background-size: cover;
  position: relative;
  margin-bottom: 40px; }
  .card-teaser__title {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #231F20;
    transform: translateY(50%);
    font-size: 2rem;
    background: white;
    padding: 13px 25px;
    text-transform: uppercase;
    max-width: calc(100% - 60px); }

.card-teasers {
  margin: 40px 0; }

.talk-teaser {
  padding-bottom: 60%;
  background-color: #1D71B8;
  background-size: cover;
  background-position: center;
  position: relative; }
  .talk-teaser__content {
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    padding: 60px 50px 30px; }

.bordered-box {
  padding: 30px 40px;
  border: solid 1px #D3D2D2; }

.accent-box {
  padding: 30px 40px;
  background: #1D71B8;
  color: white; }

.row--flex {
  display: flex; }
  .row--flex > div {
    float: none; }

.h-100 {
  height: 100%; }

.home-grid__box {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
  -ms-transform: none;
  /* IE 9 */
  -webkit-transform: none;
  /* Safari */
  transform: none;
  /* Safari */
  width: 33.333333%;
  float: left; }
  .home-grid__box.off-screen {
    -ms-transform: translateY(60px);
    /* IE 9 */
    -webkit-transform: translateY(60px);
    /* Safari */
    transform: translateY(60px);
    /* Safari */
    opacity: 0; }
  .home-grid__box--right {
    float: right; }
  .home-grid__box--big-cta {
    width: 66.666666%; }
    .home-grid__box--big-cta .cta-text {
      bottom: 40px;
      left: 40px; }
      .home-grid__box--big-cta .cta-text__title {
        font-size: 2rem;
        line-height: 1.1875; }
.home-grid .box__inner {
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  position: relative; }
.home-grid .home-grid__box--tall .tweet .time {
  display: none; }
.home-grid .home-grid__box--tall .box__inner {
  padding-bottom: 152%; }
.home-grid .box__content {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-size: cover;
  background-position: center; }
  .home-grid .box__content--twitter {
    padding: 35px;
    border: solid 1px #d3d2d2; }
    .home-grid .box__content--twitter .button {
      position: absolute;
      bottom: 40px; }
  .home-grid .box__content--cta:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
.home-grid__strip--links-and-twitter .home-grid__box--tall {
  float: right; }
.home-grid.text-center .home-grid__box {
  float: none;
  display: inline-block; }

.cta-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: white;
  z-index: 9;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.5px; }
  .cta-text.black {
    color: black; }
  .cta-text.bg-white {
    bottom: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    background: white; }
  .cta-text__title {
    text-transform: uppercase;
    font-size: 1.625rem;
    letter-spacing: 1px; }

.link-text {
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  z-index: 2;
  color: black; }

.text-center h2 {
  text-align: center; }

.text-left h2 {
  text-align: left; }

.view-more {
  display: inline-block;
  margin-top: 36px;
  text-transform: uppercase;
  color: #231f20; }
  .view-more:hover {
    color: #1D71B8; }

@media screen and (max-width: 767px) {
  .text-left h2 {
    text-align: center; }

  .view-more-wrapper.text-right {
    text-align: center; }

  .view-more {
    margin-top: 6px;
    margin-bottom: 15px; } }
@media screen and (max-width: 1100px) {
  .home-grid .box__content--twitter {
    padding: 15px; }

  .home-grid__box--tall .tweet:nth-child(3) {
    display: none; }

  .home-grid .box__content {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px; }

  .home-grid .slick-dots {
    bottom: 5px; } }
@media screen and (max-width: 880px) {
  .home-grid__box--tall .tweet:nth-child(2) {
    display: none; }

  .twitter-carousel .tweet {
    margin-top: 0; } }
@media screen and (max-width: 600px) {
  .home-grid__box {
    width: 100%;
    padding-bottom: 15px; }

  .home-grid__strip {
    margin: 0; }

  .home-grid {
    padding: 15px; }

  .home-grid .box__inner {
    padding-bottom: 0;
    height: auto; }

  .home-grid .box__content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px; }

  .home-grid .box__content--twitter {
    position: relative;
    height: auto; }

  .home-grid .home-grid__box--tall .box__inner {
    padding-bottom: 0; }

  .home-grid .box__content--twitter .button {
    position: relative;
    bottom: auto;
    margin-top: 15px; }

  .banner--image-and-text {
    padding-top: 160px;
    margin-bottom: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    padding-bottom: 0; }
    .banner--image-and-text .overlay-text {
      left: auto;
      right: auto;
      bottom: auto;
      max-width: none;
      padding-bottom: 10px;
      position: relative; } }
.home-grid__strip--cta-img-text {
  display: flex;
  align-items: center; }

.home-grid__strip--cta-img-text,
.home-grid__strip--cta-img-text-below {
  padding: 40px 0; }
  .home-grid__strip--cta-img-text h3 a,
  .home-grid__strip--cta-img-text-below h3 a {
    color: black; }
    .home-grid__strip--cta-img-text h3 a:hover,
    .home-grid__strip--cta-img-text-below h3 a:hover {
      color: #1D71B8; }
  .home-grid__strip--cta-img-text .date,
  .home-grid__strip--cta-img-text-below .date {
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase; }
  .home-grid__strip--cta-img-text .cta-image,
  .home-grid__strip--cta-img-text-below .cta-image {
    width: 100%;
    padding-bottom: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.news-box .link-text {
  position: static; }

textarea, input {
  border: solid 1px #d3d2d2; }
  textarea:focus, input:focus {
    outline: none;
    border: solid 1px #1D71B8; }

.check-box {
  height: 30px;
  width: 30px;
  border: solid 1px black;
  cursor: pointer; }

.check-box--is-active .checkmark {
  opacity: 1; }

.checkmark {
  pointer-events: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-left: 5px;
  opacity: 0;
  transition: all 0.2s linear; }

.checkmark_stem {
  position: absolute;
  width: 4px;
  height: 14px;
  background-color: #525252;
  left: 11px;
  top: 6px; }

.checkmark_kick {
  position: absolute;
  width: 9px;
  height: 4px;
  background-color: #525252;
  left: 5px;
  top: 17px; }

.loading {
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  background: white;
  padding: 40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

.form-actions input[disabled], .btn[disabled] {
  border-color: #aaa;
  color: #aaa; }

.form-actions input[disabled]:hover, .btn[disabled]:hover {
  background-color: white; }

.terms-conditions {
  margin-bottom: 10px;
  margin-top: -8px; }

@media screen and (max-width: 1100px) {
  .acf-repeater .acf-row-handle .acf-icon {
    display: block !important; } }
.promo-form {
  width: 300px;
  margin: auto; }
  .promo-form input[type="text"] {
    width: 100%;
    margin-bottom: 15px; }

.ig_popup.ig_inspire input[type=submit] {
  font-weight: normal !important;
  font-size: 0.8125rem !important;
  background: none !important;
  width: 170px !important;
  margin: 0 !important;
  border-top: solid 1px #1D71B8 !important;
  line-height: 19px !important;
  padding: 16px !important;
  display: inline-block; }

.acf-form .acf-field-wysiwyg .mce-top-part {
  display: none; }

.acf-form .acf-field-wysiwyg iframe body {
  font-family: 'futura-pt', sans-serif; }

.acf-field-575e7605ff53c, .acf-field-5b35fc071750f {
  display: none; }

.newsletter-signup form {
  display: flex; }
  .newsletter-signup form input {
    padding: 15px;
    margin-right: 3px; }

@media screen and (max-width: 630px) {
  .newsletter-signup form {
    display: block; }

  .newsletter-signup form input {
    width: 100% !important;
    margin-bottom: 10px; } }
.tabs__control {
  margin-bottom: 50px; }
  .tabs__control ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .tabs__control li {
    display: inline-block; }
    .tabs__control li a {
      text-transform: uppercase;
      font-size: 1.125rem;
      color: #333333;
      padding: 20px 30px;
      border: 1px solid #979797;
      display: inline-block;
      margin: 5px;
      position: relative; }
      .tabs__control li a:after {
        position: absolute;
        border-width: 12px 14px 0 14px;
        bottom: -13px;
        left: calc(50% - 14px);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #1D71B8 transparent transparent transparent;
        opacity: 0;
        transition: all 0.2s linear; }
      .tabs__control li a:hover {
        background: #1D71B8;
        border: 1px solid #1D71B8;
        color: white; }
    .tabs__control li.current a {
      background: #1D71B8;
      border: 1px solid #1D71B8;
      color: white; }
      .tabs__control li.current a:after {
        opacity: 1; }
.tabs__content {
  background: #F8F8F8;
  padding: 40px; }
.tabs__title {
  color: #333333;
  font-size: 2.1875rem;
  margin-bottom: 18px; }
.tabs__label {
  color: #333333;
  font-size: 1.3125rem;
  margin-top: 16px; }
.tabs p {
  color: #7A7A7A;
  font-size: 15px;
  font-style: italic; }
.tabs .button--fill {
  margin-bottom: 30px; }

.acf-table {
  border: none !important; }

.acf-form-wrapper #message {
  border: solid 2px black;
  border-radius: 4px;
  padding: 10px;
  text-align: center; }
  .acf-form-wrapper #message p {
    margin: 0; }
  .acf-form-wrapper #message.updated {
    color: black;
    background-color: #e7f7d3;
    border: solid 1px #66cc33; }
.acf-form-wrapper .acf-field .acf-label label {
  font-size: 16px; }
.acf-form-wrapper .acf-field .acf-label p {
  font-size: 14px; }
.acf-form-wrapper .acf-fields > .acf-field {
  border: none; }
.acf-form-wrapper .acf-field-message .acf-label {
  border-bottom: #EEEEEE solid 1px;
  margin: 0; }
  .acf-form-wrapper .acf-field-message .acf-label label {
    font-size: 20px;
    font-family: londonregular; }

.acf-image-uploader .acf-soh-target li:first-child {
  display: none; }

.media-sidebar, .media-frame-content .media-toolbar, .acf-expand-details, .screen-reader-text {
  display: none; }

.acf-actions.acf-hl {
  margin-top: 30px; }

#message.updated {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.8125rem;
  border: solid 1px #0d860d;
  background-color: white;
  color: #0d860d;
  padding: 20px 40px;
  margin: 30px 10px; }
  #message.updated p {
    margin: 0; }

.sidebar--user-area {
  border-right: solid 1px #d3d2d2; }
.sidebar a {
  color: #1D71B8; }

.site-header {
  min-height: 158px;
  padding: 25px 0;
  margin: 0; }
  .site-header > .container {
    border: none; }
  .site-header .heading {
    margin: 0; }
  .site-header a {
    color: #231f20; }
  .site-header .header-logo a:hover,
  .site-header .header-logo a:focus {
    border-bottom: solid 1px transparent; }
  .site-header .header-logo img {
    width: 210px; }
  @media screen and (max-width: 769px) {
    .site-header .text-right {
      text-align: center; } }

.mobile-menu {
  display: none; }

.outside-sub-menu {
  margin-top: -53px;
  margin-bottom: 0; }

.main-nav,
.outside-sub-menu {
  margin-bottom: 53px; }
  .main-nav ul,
  .outside-sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
  .main-nav a,
  .outside-sub-menu a {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block; }
  .main-nav li,
  .outside-sub-menu li {
    display: inline-block; }
  .main-nav .menu,
  .outside-sub-menu .menu {
    position: relative;
    border-bottom: solid 1px #d3d2d2; }
    .main-nav .menu a,
    .outside-sub-menu .menu a {
      font-size: 1.125rem;
      line-height: 1.6666666667;
      padding: 12px 23px; }
  .main-nav .sub-menu,
  .outside-sub-menu .sub-menu {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #d3d2d2;
    display: none; }
    .main-nav .sub-menu a,
    .outside-sub-menu .sub-menu a {
      font-size: 0.875rem;
      line-height: 2.1428571429;
      padding: 12px 20px; }
  .main-nav .current_page_item .sub-menu,
  .main-nav .current_page_ancestor .sub-menu,
  .outside-sub-menu .current_page_item .sub-menu,
  .outside-sub-menu .current_page_ancestor .sub-menu {
    display: block; }
  .main-nav .menu-item-3595 > a,
  .outside-sub-menu .menu-item-3595 > a {
    display: none; }
  @media screen and (max-width: 1050px) {
    .main-nav .menu a,
    .outside-sub-menu .menu a {
      padding: 12px 10px; } }
  @media screen and (max-width: 767px) {
    .main-nav,
    .outside-sub-menu {
      margin: 0; }
      .main-nav nav,
      .outside-sub-menu nav {
        position: fixed;
        top: 0;
        padding: 45px 25px 25px;
        left: 100%;
        height: 100%;
        width: 100%;
        background-color: #ececec;
        z-index: 99;
        overflow: scroll;
        -webkit-transition: transform 0.4s linear;
        -moz-transition: transform 0.4s linear;
        -ms-transition: transform 0.4s linear;
        -o-transition: transform 0.4s linear;
        transition: transform 0.4s linear; }
        .main-nav nav::-webkit-scrollbar,
        .outside-sub-menu nav::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 7px; }
        .main-nav nav::-webkit-scrollbar-thumb,
        .outside-sub-menu nav::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
        .main-nav nav li,
        .outside-sub-menu nav li {
          display: block;
          text-align: left; }
        .main-nav nav.active,
        .outside-sub-menu nav.active {
          -ms-transform: translateX(-100%);
          /* IE 9 */
          -webkit-transform: translateX(-100%);
          /* Safari */
          transform: translateX(-100%);
          /* Safari */ }
      .main-nav .menu,
      .outside-sub-menu .menu {
        border-bottom: none; }
      .main-nav .sub-menu,
      .outside-sub-menu .sub-menu {
        position: inherit;
        display: block;
        border-bottom: none; }
      .main-nav .menu-item-3595 > a,
      .outside-sub-menu .menu-item-3595 > a {
        display: block; }
      .main-nav .mobile-menu,
      .outside-sub-menu .mobile-menu {
        display: block; }
      .main-nav .hamburger,
      .outside-sub-menu .hamburger {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 25px;
        right: 15px;
        z-index: 999;
        width: 40px;
        padding: 20px 0; }
      .main-nav .menu a,
      .outside-sub-menu .menu a {
        padding: 5px 0; }
      .main-nav .sub-menu a,
      .outside-sub-menu .sub-menu a {
        padding-left: 20px; }
      .main-nav .outside-sub-menu,
      .outside-sub-menu .outside-sub-menu {
        margin-top: 0; } }

@media screen and (min-width: 768px) {
  .main-nav {
    position: relative;
    z-index: 999; }
    .main-nav .sub-menu {
      display: block;
      visibility: hidden;
      bottom: -57px;
      opacity: 0;
      pointer-events: none;
      background-color: white;
      -ms-transform: translateY(-10px);
      /* IE 9 */
      -webkit-transform: translateY(-10px);
      /* Safari */
      transform: translateY(-10px);
      /* Safari */
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 999; }
    .main-nav .menu .menu-item-has-children:hover > .sub-menu,
    .main-nav .menu .menu-item-3595 > .sub-menu {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      -ms-transform: translateY(0);
      /* IE 9 */
      -webkit-transform: translateY(0);
      /* Safari */
      transform: translateY(0);
      /* Safari */ }

  .outside-sub-menu {
    z-index: 99; }
    .outside-sub-menu .sub-menu {
      z-index: 99; } }
li.current_page_item > a,
li.current-page-ancestor > a,
li.active > a,
.single-exhibitors .menu-item-3585 > a,
.post-type-archive-exhibitors .menu-item-3585 > a,
.single-programme:not(.vip-event) .menu-item-3586 > a {
  color: #1D71B8;
  text-decoration: none; }
  li.current_page_item > a:before, li.current_page_item > a:after,
  li.current-page-ancestor > a:before,
  li.current-page-ancestor > a:after,
  li.active > a:before,
  li.active > a:after,
  .single-exhibitors .menu-item-3585 > a:before,
  .single-exhibitors .menu-item-3585 > a:after,
  .post-type-archive-exhibitors .menu-item-3585 > a:before,
  .post-type-archive-exhibitors .menu-item-3585 > a:after,
  .single-programme:not(.vip-event) .menu-item-3586 > a:before,
  .single-programme:not(.vip-event) .menu-item-3586 > a:after {
    width: 50%; }

.outside-sub-menu .sub-menu {
  display: block;
  display: block;
  position: relative;
  bottom: auto; }

.site-header .heading {
  margin-top: 70px; }

.search-form {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 100%;
  text-align: right; }
  .search-form label {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 10px;
    color: white; }
  .search-form input[type="search"] {
    max-width: 120px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #a5a5a5;
    color: black;
    padding: 5px 18px 5px 7px; }
  .search-form input[type="submit"] {
    background-color: transparent;
    background-image: url("../img/svg/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    text-indent: -999999px;
    margin-left: -22px;
    padding: 0; }

@media screen and (max-width: 791px) {
  .site-header .button {
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .col-sm-4 {
    text-align: center !important; }

  .search-form {
    position: static;
    text-align: center;
    margin-top: 85px; }

  .site-header .heading {
    margin-top: 20px; }

  .site-header {
    padding-bottom: 0; }

  .col-sm-pull-8 .vert-table {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0; } }
@media screen and (max-width: 600px) {
  .site-header .header-logo img {
    width: 120px; }

  .site-header {
    min-height: auto; } }
@media screen and (max-width: 490px) {
  .outside-sub-menu .sub-menu li {
    width: 49%; }
    .outside-sub-menu .sub-menu li a {
      padding-left: 0;
      padding: 6px 10px; } }
.site-footer a {
  color: #231f20; }
.site-footer .box a {
  color: #1D71B8; }
.site-footer form {
  margin-bottom: 30px; }
  .site-footer form button, .site-footer form input[type="submit"] {
    width: 170px;
    letter-spacing: 2px;
    font-size: 0.8125rem;
    border: solid 1px #1D71B8;
    background-color: white;
    color: #1D71B8 !important;
    padding: 16px;
    border-radius: 0;
    transition: all 0.3s linear; }
  .site-footer form input {
    width: calc(50% - 89px);
    padding: 15px;
    font-size: 14px;
    vertical-align: top; }
.site-footer .heading--underline {
  margin-bottom: 30px; }

.footer-logos {
  margin-bottom: 30px; }
  .footer-logos a:hover, .footer-logos a:focus {
    border-bottom: solid 1px transparent; }

.svg-candlestar {
  height: 80px;
  width: 160px;
  vertical-align: middle; }

.svg-pictet {
  height: 80px;
  width: 130px;
  margin-right: 30px;
  margin-top: 15px;
  vertical-align: middle; }

.svg-luma {
  height: 50px;
  width: 160px;
  margin-right: 30px;
  margin-top: 20px;
  vertical-align: middle; }

.svg-ft-weekend {
  max-width: 100%;
  height: 75px;
  padding-top: 20px; }

.social-links a {
  display: inline-block;
  margin: 0 3px; }
.social-links svg {
  height: 19px;
  width: 35px; }
.social-links a:hover svg {
  fill: #1D71B8; }

@media screen and (max-width: 991px) {
  .site-footer .heading--underline {
    margin-top: 15px; } }
@media screen and (max-width: 600px) {
  .site-footer form input {
    width: 100%;
    margin-bottom: 15px; }

  .site-footer form button {
    width: 100%; }

  .site-footer ul.col-3 li {
    width: 100%;
    width: 100%;
    text-align: center; }

  .site-footer .heading--underline {
    text-align: center;
    margin-top: 15px; }

  .site-footer .social-links {
    text-align: center;
    margin-top: 15px; }
    .site-footer .social-links svg {
      height: 50px;
      width: 50px; }

  .site-footer .text-right {
    text-align: left; } }
.exhibitor-gallery__item {
  margin: 80px 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
  -ms-transform: none;
  /* IE 9 */
  -webkit-transform: none;
  /* Safari */
  transform: none;
  /* Safari */ }
  .exhibitor-gallery__item:nth-child(even) {
    text-align: right; }
  .exhibitor-gallery__item.portrait {
    padding: 0 100px; }
  .exhibitor-gallery__item.off-screen {
    -ms-transform: translateY(60px);
    /* IE 9 */
    -webkit-transform: translateY(60px);
    /* Safari */
    transform: translateY(60px);
    /* Safari */
    opacity: 0; }
.exhibitor-gallery__details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #d3d2d2;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  font-size: 0.8125rem; }
  .exhibitor-gallery__details:nth-child(even) {
    padding-left: 40px;
    margin-left: -3px; }
  .exhibitor-gallery__details:nth-child(odd) {
    padding-right: 30px;
    margin-right: -5px; }
.exhibitor-gallery img {
  max-width: calc(90% - 230px); }

@media screen and (max-width: 800px) {
  .exhibitor-gallery__item {
    margin: 40px 0;
    padding: 0 20px; } }
@media screen and (max-width: 585px) {
  .exhibitor-gallery__item {
    margin: 40px 0;
    padding: 0;
    display: table;
    width: 100%; }
    .exhibitor-gallery__item img {
      max-width: 100%;
      display: table-header-group;
      padding-bottom: 20px; }
    .exhibitor-gallery__item .exhibitor-gallery__details {
      padding-right: 0;
      padding-left: 0;
      margin-top: 15px;
      margin-bottom: 15px;
      display: table-footer-group; }

  .exhibitor-gallery__item.portrait {
    padding: 0 20px; } }
.exhibitor-grid .row {
  margin: 0;
  background-image: linear-gradient(to right, #fff, #fff 5px, #d3d2d2 5px); }
.exhibitor-grid__item {
  margin-left: 1px;
  margin-right: 0;
  margin-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: calc(25% - 1px); }
  .exhibitor-grid__item img {
    max-width: 100%; }
  .exhibitor-grid__item__contain {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 100%;
    background-color: white;
    padding: 30px;
    color: black; }
.exhibitor-grid .heading {
  min-height: 42px;
  margin-top: 12px;
  color: black;
  text-align: center; }
.exhibitor-grid .row > *:last-child .exhibitor-grid__item__contain:before {
  width: 1000px;
  height: calc(100% + 1px);
  position: absolute;
  content: '';
  right: -1001px;
  top: 0;
  background-color: white; }
.exhibitor-grid .row > *:last-child .exhibitor-grid__item {
  margin-bottom: 0; }
.exhibitor-grid--programme .heading {
  text-align: left;
  min-height: auto; }
.exhibitor-grid .day-heading {
  background-color: white; }
.exhibitor-grid--no-lines .row {
  background: white; }

a .exhibitor-grid__item:hover .heading {
  color: #1D71B8; }
a .exhibitor-grid__item:hover .exhibitor-grid__item__contain {
  background-color: #F7F7FA; }

@media screen and (max-width: 768px) {
  .exhibitor-grid__item {
    width: calc(33.3333333% - 1px); }

  .exhibitor-grid .heading {
    min-height: auto; } }
@media screen and (max-width: 560px) {
  .exhibitor-grid__item {
    width: calc(50% - 1px); }

  .exhibitor-grid__item__contain {
    padding: 22px; } }
@media screen and (max-width: 480px) {
  .exhibitor-grid__item {
    width: calc(100% - 1px); }

  .exhibitor-grid__item__contain {
    padding: 15px; } }
.view-icons {
  margin-top: 35px; }

.exhibitor-list {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.letter-section {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid; }
  .letter-section__heading {
    text-transform: uppercase;
    font-size: 2.125rem;
    margin-bottom: 30px; }

@media screen and (max-width: 600px) {
  .exhibitor-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }
@media screen and (max-width: 410px) {
  .exhibitor-list {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; } }
.exhibitor-slider {
  margin: 50px 0 0;
  background-color: #f1f1f1; }
  .exhibitor-slider__title {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    -ms-transform: translateY(-20px);
    /* IE 9 */
    -webkit-transform: translateY(-20px);
    /* Safari */
    transform: translateY(-20px);
    /* Safari */ }
  .exhibitor-slider__slider {
    margin: 25px 0; }
  .exhibitor-slider__item {
    padding: 20px; }
    .exhibitor-slider__item .heading {
      margin-top: 20px; }
    .exhibitor-slider__item .location {
      color: black; }
  .exhibitor-slider .slick-list {
    overflow: visible; }
  .exhibitor-slider a {
    color: inherit; }
  .exhibitor-slider .slick-prev,
  .exhibitor-slider .slick-next {
    top: -38px; }
  .exhibitor-slider .slick-next {
    right: 10px; }
  .exhibitor-slider .slick-prev {
    left: auto;
    right: 40px; }

.slider__letter {
  padding: 3px;
  color: #a7a7a7;
  font-size: 1.125rem; }
  .slider__letter--active {
    cursor: pointer;
    color: black; }

.no-overflow {
  overflow: hidden; }

@media screen and (max-width: 600px) {
  .exhibitor-slider .slick-prev {
    left: 30px;
    right: auto;
    top: -46px; }

  .exhibitor-slider .slick-next {
    right: 30px;
    left: auto;
    top: -46px; }

  .exhibitor-slider__item .heading {
    text-align: center; }

  .exhibitor-slider__title {
    text-align: center;
    margin-top: 20px;
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Safari */
    transform: none;
    /* Safari */ }

  .exhibitor-slider__item .location {
    text-align: center; }

  .slider__letter {
    display: none; } }
.instagram-carousel {
  margin: 60px 0 30px; }
  .instagram-carousel .exhibitor-slider__title {
    transform: none; }

.insta-image {
  width: 320px;
  height: 320px;
  margin: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.exhibited-artists {
  margin-bottom: 20px; }
  .exhibited-artists.no-more .detail-item.more-5 {
    height: 0; }

.booth-text {
  margin-top: 50px; }

.sections {
  margin-bottom: 20px; }

.exhibitor-directors {
  margin-top: 20px;
  margin-bottom: 20px; }

.location-one {
  margin-bottom: 20px; }

.detail-item {
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .detail-item.more-5 {
    height: 16px;
    overflow: hidden; }

.exhibited-artists__more {
  cursor: pointer;
  color: #1D71B8; }

@media screen and (max-width: 769px) {
  .exhibitor-about-text {
    margin-top: 30px; } }
.products, .wc_payment_methods {
  list-style: none;
  padding: 0; }

.entry .wc_payment_method img {
  width: auto; }

.tabs.wc-tabs {
  display: none; }

.single_add_to_cart_button {
  margin-top: 15px;
  margin-bottom: 40px; }

.woocommerce-loop-product__title {
  font-size: 22px;
  color: black;
  text-align: left; }

.woocommerce-Price-amount.amount {
  color: black;
  margin-bottom: 10px;
  display: block; }

.add_to_cart_button {
  width: 100%;
  text-align: center; }

.posted_in {
  display: none; }

.related.products h2:first-child {
  margin: 40px 0 50px; }

.woocommerce-Tabs-panel h2 {
  padding-top: 50px;
  margin-bottom: 25px; }

.location-pin svg {
  height: 20px;
  width: 20px;
  padding-right: 5px;
  vertical-align: bottom; }

.timings {
  border-bottom: solid 1px #d3d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.event-details {
  margin-bottom: 20px; }

.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.day-heading {
  margin: 30px 20px 20px;
  font-size: 1.375rem; }

html {
  font-size: 16px;
  letter-spacing: 0.4px; }
  @media screen and (max-width: 900px) {
    html {
      font-size: 14px; } }

body {
  background-color: white;
  font-family: "futura-pt",sans-serif; }

p, ul, ol {
  font-size: 1rem;
  line-height: 1.625; }

a {
  color: #1D71B8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: solid 1px transparent; }
  a:focus, a:hover {
    text-decoration: none;
    border-bottom: solid 1px #1D71B8;
    outline: none;
    color: #1a63a2; }

a.no-hover {
  border-bottom: none !important; }
  a.no-hover:focus, a.no-hover:hover {
    border-bottom: none !important; }

.btn--is-active {
  background-color: #1D71B8;
  color: white;
  outline: none;
  text-decoration: none; }

footer {
  padding: 40px 0; }

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 30px; }

h2 {
  text-align: center; }

.vert-table {
  display: table;
  height: 100%;
  width: 100%; }

.vert-cell {
  display: table-cell;
  vertical-align: middle; }

ul.no-style {
  padding-left: 0;
  list-style: none; }

.full-width {
  width: 100%; }

th {
  background-color: #e8e8e8;
  font-weight: 600;
  padding: 15px 5px;
  border-bottom: solid 1px #808080; }

tr.paid_and_submitted {
  background-color: rgba(10, 140, 155, 0.15); }
tr.unanimous-yes {
  background-color: #baffc9; }
tr.unanimous-maybe {
  background-color: #ffffba; }
tr.unanimous-no {
  background-color: #ffb3ba; }

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

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

.text-center {
  text-align: center; }

.back-to-site a {
  color: #1D71B8;
  font-size: 26px;
  font-family: londonregular;
  line-height: 26px;
  padding-top: 15px;
  display: block; }

#page-wrap {
  overflow: hidden; }

.header-logo img {
  padding: 10px 0;
  width: 80px; }

header {
  margin-bottom: 40px; }
  header > .container {
    border-bottom: solid 1px #DDDDDD; }

.white-popup {
  padding: 40px;
  background-color: white;
  max-width: 600px;
  margin: 40px auto; }
  .white-popup form {
    display: inline-block; }
  .white-popup .cancel {
    display: inline-block; }

div[data-name="street_address_line_1"] label:after,
div[data-name="city"] label:after,
div[data-name="pc_email"] label:after,
div[data-name="pc_phone"] label:after,
div[data-name="postcode"] label:after,
div[data-name="country"] label:after,
div[data-name="telephone"] label:after,
div[data-name="website"] label:after,
div[data-name="year_gallery_founded"] label:after,
div[data-name="pc_name"] label:after,
div[data-name="pc_email"] label:after,
div[data-name="pc_phone"] label:after,
div[data-name="proposed_artists"] label:after,
div[data-name="finance_contact_name"] label:after,
div[data-name="finance_contact_email"] label:after,
div[data-name="proposed_booth_content"] label:after,
div[data-name="booth_proposal_images"] label:after {
  content: ' *';
  color: red; }

div[data-name="artist_name"] label:after,
div[data-name="title"] label:after,
div[data-name="year"] label:after,
div[data-name="series"] label:after,
div[data-name="dimensions"] label:after,
div[data-name="print_type"] label:after,
div[data-name="share_on_social_media"] label:after,
div[data-name="credit"] label:after {
  content: ''; }

.login-submit {
  text-align: right; }

.wppb-register-user .form-submit {
  text-align: right; }

.wppb-send-credentials-checkbox {
  display: none; }

.table-no-style {
  margin-bottom: 20px; }
  .table-no-style td {
    padding: 10px 15px; }
  .table-no-style td:first-child {
    padding: 10px 15px 10px 0; }
  .table-no-style td:last-child {
    padding: 10px 0 10px 15px; }

span.entry-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px; }

span.entry-details {
  display: block;
  font-size: 16px;
  margin-bottom: 15px; }
  span.entry-details .booth-img {
    margin: 10px -15px; }

*:focus {
  outline: none; }

.image-no-crop {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .image-no-crop--square {
    height: 0;
    padding-bottom: 100%; }

.image-crop {
  background-size: cover;
  background-position: center; }
  .image-crop--square {
    height: 0;
    padding-bottom: 100%; }
  .image-crop--60 {
    height: 0;
    padding-bottom: 60%; }

.back-button {
  margin-top: 30px; }

.twitter-carousel .slick-dots {
  text-align: right; }

.twitter-link {
  font-size: 0.9375rem; }
  .twitter-link a:hover, .twitter-link a:focus {
    border-bottom: solid 1px transparent; }
  .twitter-link svg {
    height: 35px;
    width: 45px;
    fill: #1D71B8; }
  .twitter-link span, .twitter-link svg {
    vertical-align: middle; }
  .twitter-link span {
    color: black; }

.tweet {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: black;
  margin-top: 20px; }
  .tweet .time {
    font-size: 0.8125rem;
    color: #1D71B8;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 20px; }

#map-canvas {
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px; }

.page-template-tpl-contact #map-canvas {
  margin-top: -40px;
  margin-bottom: 20px; }

.user-area-content {
  padding-bottom: 60px; }

@media screen and (max-width: 900px) {
  h1 {
    margin-top: 15px;
    margin-bottom: 30px; }

  .page-template-tpl-contact #map-canvas {
    margin-top: 0; } }

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