.hidden {
  display: none!important;
  visibility: hidden
}

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

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

.clear {
  clear: both
}

.clearfix,
.dl-inline,
.hero {
  zoom: 1
}

.clearfix:after,
.clearfix:before,
.dl-inline:after,
.dl-inline:before,
.hero:after,
.hero:before {
  content: "";
  display: table
}

.clearfix:after,
.dl-inline:after,
.hero:after {
  clear: both
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.push-left {
  margin-left: 1.5em
}

.push-right {
  margin-right: 1.5em
}

.push-bottom {
  margin-bottom: 1.5em
}

.push-top {
  margin-top: 1.5em
}

.zero {
  margin: 0
}

.zero-top {
  margin-top: 0
}

.zero-bottom {
  margin-bottom: 0
}

.zero-left {
  margin-left: 0
}

.zero-right {
  margin-right: 0
}

.zero-pad {
  padding: 0
}

.zero-pad-top {
  padding-top: 0
}

.zero-pad-bottom {
  padding-bottom: 0
}

.zero-pad-left {
  padding-left: 0
}

.zero-pad-right {
  padding-right: 0
}

.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,
time {
  text-transform: capitalize
}

.text-emphasise {
  font-style: italic
}

.no-respond {
  width: auto
}

.is-active {
  display: block
}

.is-open {
  max-height: 40em;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s
}

.is-collapsed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.is-hidden {
  display: none
}

.is-disabled {
  opacity: .8;
  text-decoration: line-through;
  cursor: not-allowed
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

html {
  overflow-x: hidden
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

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

img {
  width: auto;
  max-width: 100%;
  height: auto
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

input {
  border-radius: 0
}

audio {
  width: 100%
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  position: relative
}

.sidebar {
  position: absolute;
  margin-top: 3em;
  left: 0;
  width: 19.8653%
}

@media only screen and (max-width:767px) {
  .sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0
  }
}

.block {
  margin-bottom: 1em
}

.block--col-1 {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 31.30645%
}

@media only screen and (max-width:989px) {
  .block--col-1 {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media only screen and (max-width:767px) {
  .block--col-1 {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.block--col-2 {
  display: block;
  float: left;
  margin-left: 34.33675%;
  margin-right: -100%;
  width: 31.28827%
}

@media only screen and (max-width:989px) {
  .block--col-2 {
    display: block;
    float: left;
    margin-left: 34.20139%;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media only screen and (max-width:767px) {
  .block--col-2 {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.block--col-3 {
  display: block;
  float: left;
  margin-left: 68.65532%;
  margin-right: -100%;
  width: 31.27734%
}

@media only screen and (max-width:989px) {
  .block--col-3 {
    display: block;
    float: left;
    margin-left: 68.40278%;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media only screen and (max-width:767px) {
  .block--col-3 {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.layout-horizontal .sidebar,
.layout-horizontal .sidebar .nav--left {
  display: none
}

@media only screen and (max-width:767px) {
  .layout-horizontal .sidebar {
    display: block
  }
}

.layout-horizontal .nav--top {
  display: block
}

@media only screen and (max-width:767px) {
  .layout-horizontal .nav--top {
    display: none
  }
}

.layout-horizontal .site-content__body {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.layout-horizontal--nav-2col .site-content__main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 71.37803%
}

.layout-horizontal--nav-2col .site-content__sidebar {
  display: block;
  float: left;
  margin-left: 74.41038%;
  margin-right: -100%;
  width: 25.58962%
}

@media only screen and (max-width:989px) {
  .layout-horizontal--nav-2col .site-content__main,
  .layout-horizontal--nav-2col .site-content__sidebar {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.layout-horizontal--nav-1col .site-content__main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 100%
}

.layout-horizontal--nav-1col .site-content__sidebar {
  display: none
}

@media only screen and (max-width:767px) {
  .layout-vertical .nav--left {
    display: none
  }
}

.layout-vertical--nav-1col .site-content__main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 100%
}

.layout-vertical--nav-2col .site-content__main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 71.37803%
}

.layout-vertical--nav-2col .site-content__sidebar {
  display: block;
  float: left;
  margin-left: 74.41038%;
  margin-right: -100%;
  width: 25.58962%
}

@media only screen and (max-width:989px) {
  .layout-vertical--nav-2col .site-content__main,
  .layout-vertical--nav-2col .site-content__sidebar {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.layout-vertical--nav-show-top-nav .nav--top {
  display: block
}

@media only screen and (max-width:767px) {
  .layout-vertical--nav-show-top-nav .nav--top {
    display: none
  }
}

.layout-vertical--nav-show-top-nav .sidebar {
  margin-top: 5em
}

@media only screen and (max-width:767px) {
  .layout-vertical--nav-show-top-nav .sidebar {
    margin-top: 0
  }
}

html {
  font-size: 62.5%
}

body {
  color: #333;
  background-color: #d9d9d1;
  line-height: 1.7;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -ms-hyphens: none;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1.6rem
}

.accordion,
.advert,
.box,
.input-group,
.island,
.islet,
.media,
.menu-block,
.page-head,
.pill,
.responsive-container,
.video-wrap,
address,
blockquote,
dl,
fieldset,
figure,
hgroup,
img,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em
}

h1,
h2,
h3 {
  font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 80%;
  color: #6f6f6f;
  line-height: 0
}

.as-h1,
.hero__title--large,
h1 {
  font-size: 36px;
  font-size: 3.6rem
}

@media (max-width:779px) {
  .as-h1,
  .hero__title--large,
  h1 {
    font-size: 30px;
    font-size: 3rem
  }
}

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

@media (max-width:779px) {
  .as-h2,
  h2 {
    font-size: 24px;
    font-size: 2.4rem
  }
}

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

@media (max-width:779px) {
  .as-h3,
  h3 {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.as-h4,
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  letter-spacing: 0
}

@media (max-width:779px) {
  .as-h4,
  h4 {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.as-h5,
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700
}

.as-h6,
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin: 1em 0 0
}

a {
  color: #034da1;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: #034da1;
  text-decoration: underline
}

blockquote {
  font-style: italic;
  overflow: hidden
}

.small,
small {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem
}

.strong,
strong {
  font-weight: 600
}

.cite,
cite,
dfn,
em {
  font-style: italic
}

.text-muted {
  color: #999
}

.text-success {
  color: #468847
}

.text-error {
  color: #b94a48
}

.mod {
  color: #ccc;
  clear: both;
  font-size: 12px;
  font-size: 1.2rem
}

ins {
  background-color: #F0F0F0;
  color: #000;
  text-decoration: none;
  padding: 0 .125em
}

mark {
  padding: 0 .125em
}

del {
  color: #666
}

.standfirst {
  font-size: 20px
}

@media only screen and (max-width:767px) {
  .standfirst {
    font-size: 18px
  }
}

ol,
ul {
  margin-top: 0;
  margin-left: 1.5em
}

ol ul,
ul ul {
  margin-top: 1em;
  margin-left: 1em
}

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

.list-inline li,
.list-unstyled li {
  margin-left: 0;
  list-style-type: none
}

.list-inline li:before,
.list-unstyled li:before {
  background-color: transparent!important
}

.list-inline {
  display: inline;
  margin-left: 0
}

.list-inline>li {
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.list-inline--divided li:after {
  content: "|";
  margin-left: 10px
}

.list-inline--divided li:last-child:after {
  content: "";
  display: none
}

.list-divided li {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #ccc
}

.list-divided li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.box ul li,
.tabbed>div ul li {
  margin-left: 1em
}

ol li {
  list-style-type: decimal;
  margin-bottom: 1em
}

ol li ol {
  margin-top: 1em
}

ol li li {
  margin-left: 1.5em
}

dt {
  font-weight: 700
}

dd+dt {
  margin-top: 10px
}

.dl-inline dt {
  min-width: 100px
}

.dl-inline dd,
.dl-inline dt {
  float: left;
  margin-top: 0;
  margin-right: .8rem;
  margin-bottom: .4rem
}

.dl-inline dd+dd,
.dl-inline dd+dt {
  clear: left
}

.dl-inline dd+dd {
  float: none
}

.dl-inline dt {
  font-weight: 700
}

pre {
  margin: 1.5em 0;
  white-space: pre
}

code,
pre,
tt {
  font: 1em consolas, "andale mono", "lucida console", monospace
}

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  font-size: 1.25em;
  margin-bottom: .5em
}

label {
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: .5em;
  zoom: 1
}

.lt-ie8 label {
  vertical-align: auto
}

input {
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem
}

input[type=submit] {
  cursor: pointer
}

input,
input:focus,
select,
select:focus {
  outline: 0
}

input:disabled {
  cursor: not-allowed
}

input[type=search],
textarea {
  -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

input[type=checkbox]+label,
input[type=radio]+label {
  display: inline;
  margin-left: 5px
}

input[type=file] {
  display: block;
  padding: 0
}

input[type=range] {
  display: block;
  width: 100%
}

label {
  display: block;
  font-size: .9em;
  color: #494949;
  font-weight: 500
}

fieldset abbr[title=Required] {
  border-bottom: 0 none;
  color: #AF1616;
  font-size: 1.25em;
  font-weight: 400;
  line-height: .1
}

textarea {
  padding-left: 2%;
  padding-right: 2%;
  resize: vertical
}

select {
  width: 100%;
  margin-bottom: .5em
}

form em {
  font-size: .8em;
  color: #848484
}

.form__control {
  padding: .5em 2%;
  vertical-align: middle;
  margin: 0 0 .5em;
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border, .25s;
  transition: border, .25s
}

.form__control:focus {
  -webkit-transition: border, .25s;
  transition: border, .25s;
  border: 1px solid #666
}

.form__group {
  margin-bottom: 1.5em;
  position: relative
}

.form__group>:last-child,
.form__group>:last-child>:last-child,
.form__group>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.form__group--inline input,
.form__group--prepend input {
  display: block;
  float: left;
  margin-left: 36.0303%;
  margin-right: -100%;
  width: 63.85859%;
  box-sizing: border-box;
  padding-left: 1.51515%;
  padding-right: 1.51515%
}

.form__group--inline label {
  text-align: right;
  line-height: 38px;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 33%;
  font-size: 14px;
  font-size: 1.4rem
}

.form__group--inline em {
  clear: left;
  display: block;
  float: left;
  margin-left: 36.0303%;
  margin-right: -100%;
  width: 63.85859%
}

.form__group--prepend em {
  clear: both;
  display: block;
  float: left;
  margin-left: 0;
  width: 100%
}

.form__group--prepend span {
  color: #848484;
  text-align: right;
  line-height: 26px;
  margin-top: 5px;
  background-color: #eee;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 33%;
  left: -1.51515%;
  position: relative;
  padding-left: 1.51515%;
  padding-right: 1.51515%;
  font-size: 14px;
  font-size: 1.4rem
}

.form__group--options legend {
  display: block;
  font-size: .9em;
  color: #494949;
  font-weight: 500
}

.form__group--options ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none
}

.form__group--options ul li {
  margin-left: 0;
  list-style-type: none
}

.form__group--options ul li:before {
  background-color: transparent!important
}

input.error {
  background-color: #fff;
  border: 1px solid #DD6868
}

.error {
  color: #c60f13
}

input:focus::-webkit-input-placeholder {
  color: transparent
}

input:focus:-moz-placeholder {
  color: transparent
}

input:focus::-moz-placeholder {
  color: transparent
}

input:focus:-ms-input-placeholder {
  color: transparent
}

.btn {
  background-color: #666;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: .75em 1.5em;
  text-align: left;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .21);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  line-height: 1;
  -webkit-appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  font-size: 1.4rem
}

.btn:active,
.btn:focus,
.btn:hover {
  background-color: #034da1;
  color: #fff;
  text-decoration: none
}

.lt-ie9 .btn {
  border: 0
}

.btn--small {
  padding: 8px 20px;
  font-size: 12px;
  font-size: 1.2rem
}

.btn--gradient.disabled {
  border-bottom: 1px solid rgba(0, 0, 0, .21);
  color: #999;
  text-shadow: none;
  background: #e0e0e0;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#e0e0e0));
  background: -webkit-linear-gradient(#eee 0, #e0e0e0 100%);
  background: linear-gradient(#eee 0, #e0e0e0 100%)
}

.btn--gradient.disabled:focus,
.btn--gradient.disabled:hover {
  background: #eee;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#eee));
  background: -webkit-linear-gradient(#ededed 0, #eee 100%);
  background: linear-gradient(#ededed 0, #eee 100%)
}

.btn--gradient.disabled:active {
  background: #ccc;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e4), to(#ccc));
  background: -webkit-linear-gradient(#e8e8e4 0, #ccc 100%);
  background: linear-gradient(#e8e8e4 0, #ccc 100%)
}

button {
  background: #40403e;
  cursor: pointer;
  padding: .7rem;
  color: #fff;
  border: 0;
  border-radius: .4em
}

button:focus,
button:hover {
  background-color: #615957;
  border: 0
}

button:active {
  background-color: #505050;
  border: 0
}

.btn--gradient.darkgreen {
  background: #555025;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4820), to(#555025));
  background: -webkit-linear-gradient(#4d4820 0, #555025 100%);
  background: linear-gradient(#4d4820 0, #555025 100%)
}

.btn--gradient.midgreen {
  background: #8f993e;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#9ca35f), to(#8f993e));
  background: -webkit-linear-gradient(#9ca35f 0, #8f993e 100%);
  background: linear-gradient(#9ca35f 0, #8f993e 100%)
}

.btn--gradient.brightgreen {
  background: #b5bd00;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c9d10f), to(#b5bd00));
  background: -webkit-linear-gradient(#c9d10f 0, #b5bd00 100%);
  background: linear-gradient(#c9d10f 0, #b5bd00 100%)
}

.btn--gradient.lightgreen {
  background: #bbc592;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c9d3a1), to(#bbc592));
  background: -webkit-linear-gradient(#c9d3a1 0, #bbc592 100%);
  background: linear-gradient(#c9d3a1 0, #bbc592 100%)
}

.btn--gradient.yellow {
  background: #f6be00;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd030), to(#f6be00));
  background: -webkit-linear-gradient(#ffd030 0, #f6be00 100%);
  background: linear-gradient(#ffd030 0, #f6be00 100%)
}

.btn--gradient.darkred {
  background: #651d32;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#792f44), to(#651d32));
  background: -webkit-linear-gradient(#792f44 0, #651d32 100%);
  background: linear-gradient(#792f44 0, #651d32 100%)
}

.btn--gradient.midred {
  background: #93272c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a3383d), to(#93272c));
  background: -webkit-linear-gradient(#a3383d 0, #93272c 100%);
  background: linear-gradient(#a3383d 0, #93272c 100%)
}

.btn--gradient.brightred {
  background: #d50000;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e21111), to(#d50000));
  background: -webkit-linear-gradient(#e21111 0, #d50000 100%);
  background: linear-gradient(#e21111 0, #d50000 100%)
}

.btn--gradient.lightred {
  background: #e03c31;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ec6258), to(#e03c31));
  background: -webkit-linear-gradient(#ec6258 0, #e03c31 100%);
  background: linear-gradient(#ec6258 0, #e03c31 100%)
}

.btn--gradient.orange {
  background: #ea7600;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9120), to(#ea7600));
  background: -webkit-linear-gradient(#ff9120 0, #ea7600 100%);
  background: linear-gradient(#ff9120 0, #ea7600 100%)
}

.btn--gradient.darkpurple {
  background: #4b384c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#543e55), to(#4b384c));
  background: -webkit-linear-gradient(#543e55 0, #4b384c 100%);
  background: linear-gradient(#543e55 0, #4b384c 100%)
}

.btn--gradient.midpurple {
  background: #500778;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#641391), to(#500778));
  background: -webkit-linear-gradient(#641391 0, #500778 100%);
  background: linear-gradient(#641391 0, #500778 100%)
}

.btn--gradient.brightpink {
  background: #ac145a;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c01d68), to(#ac145a));
  background: -webkit-linear-gradient(#c01d68 0, #ac145a 100%);
  background: linear-gradient(#c01d68 0, #ac145a 100%)
}

.btn--gradient.lightpurple {
  background: #c6b0bc;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dbc0cf), to(#c6b0bc));
  background: -webkit-linear-gradient(#dbc0cf 0, #c6b0bc 100%);
  background: linear-gradient(#dbc0cf 0, #c6b0bc 100%)
}

.btn--gradient.warmgrey {
  background: #8c8279;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#9c9188), to(#8c8279));
  background: -webkit-linear-gradient(#9c9188 0, #8c8279 100%);
  background: linear-gradient(#9c9188 0, #8c8279 100%)
}

.btn--gradient.darkblue {
  background: #003d4c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#074453), to(#003d4c));
  background: -webkit-linear-gradient(#074453 0, #003d4c 100%);
  background: linear-gradient(#074453 0, #003d4c 100%)
}

.btn--gradient.midblue {
  background: #002855;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0f427a), to(#002855));
  background: -webkit-linear-gradient(#0f427a 0, #002855 100%);
  background: linear-gradient(#0f427a 0, #002855 100%)
}

.btn--gradient.brightblue {
  background: #0097a9;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0cadc0), to(#0097a9));
  background: -webkit-linear-gradient(#0cadc0 0, #0097a9 100%);
  background: linear-gradient(#0cadc0 0, #0097a9 100%)
}

.btn--gradient.lightblue {
  background: #8db9ca;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a5cddd), to(#8db9ca));
  background: -webkit-linear-gradient(#a5cddd 0, #8db9ca 100%);
  background: linear-gradient(#a5cddd 0, #8db9ca 100%)
}

.btn--gradient.stone {
  background: #d6d2c4;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0ddd1), to(#d6d2c4));
  background: -webkit-linear-gradient(#e0ddd1 0, #d6d2c4 100%);
  background: linear-gradient(#e0ddd1 0, #d6d2c4 100%)
}

.btn--gradient.darkbrown {
  background: #4e3629;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5f4436), to(#4e3629));
  background: -webkit-linear-gradient(#5f4436 0, #4e3629 100%);
  background: linear-gradient(#5f4436 0, #4e3629 100%)
}

.btn--gradient.darkgreen:active {
  background: #555025
}

.btn--gradient.midgreen:active {
  background: #8f993e
}

.btn--gradient.brightgreen:active {
  background: #b5bd00
}

.btn--gradient.lightgreen:active {
  background: #bbc592
}

.btn--gradient.yellow:active {
  background: #f6be00
}

.btn--gradient.darkred:active {
  background: #651d32
}

.btn--gradient.midred:active {
  background: #93272c
}

.btn--gradient.brightred:active {
  background: #d50000
}

.btn--gradient.lightred:active {
  background: #e03c31
}

.btn--gradient.orange:active {
  background: #ea7600
}

.btn--gradient.darkpurple:active {
  background: #4b384c
}

.btn--gradient.midpurple:active {
  background: #500778
}

.btn--gradient.brightpink:active {
  background: #ac145a
}

.btn--gradient.lightpurple:active {
  background: #c6b0bc
}

.btn--gradient.warmgrey:active {
  background: #8c8279
}

.btn--gradient.darkblue:active {
  background: #003d4c
}

.btn--gradient.midblue:active {
  background: #002855
}

.btn--gradient.brightblue:active {
  background: #0097a9
}

.btn--gradient.lightblue:active {
  background: #8db9ca
}

.btn--gradient.stone:active {
  background: #d6d2c4
}

.btn--gradient.darkbrown:active {
  background: #4e3629
}

table {
  display: table;
  table-layout: auto;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  clear: left;
  float: left;
  border-spacing: 0;
  font-size: .8em
}

thead {
  display: table-header-group
}

tbody {
  display: table-row-group
}

tfoot {
  display: table-footer-group
}

tr {
  display: table-row
}

td,
th {
  display: table-cell;
  text-align: left;
  width: auto;
  border-top: none;
  vertical-align: middle;
  border-bottom: 1px solid #EEE;
  padding: .25em 1em .25em 0
}

th {
  border-right: 1px solid #ddd;
  border-bottom-color: #ccc;
  color: #333;
  font-weight: 700;
  background-color: #eee
}

caption,
td,
th {
  padding: 4px 10px 4px 5px
}

tr.even td {
  background: #e5ecf9
}

tfoot {
  font-style: italic
}

caption {
  caption-side: bottom;
  color: #666;
  font-size: .875em;
  line-height: 1.4286;
  padding: .8571em 0 .2857em;
  text-align: left
}

td,
td img {
  vertical-align: top
}

.table-responsive {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

.table-responsive td,
.table-responsive th {
  margin: 0;
  vertical-align: top;
  border: 1px solid #e6e6e6
}

.table-responsive th {
  text-align: left
}

@media (max-width:989px) {
  .table-responsive {
    display: block;
    position: relative;
    width: 100%;
    border-top: 0
  }
  .table-responsive thead {
    display: block;
    float: left
  }
  .table-responsive thead tr {
    display: block
  }
  .table-responsive tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
  }
  .table-responsive tbody tr {
    vertical-align: top;
    border-right: 1px solid #eee;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
  }
  .table-responsive th {
    display: block;
    border-bottom: 0
  }
  .table-responsive td {
    display: block;
    min-height: 1.25em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
  }
}

figcaption {
  color: #666;
  font-size: .9em
}

figcaption h4 {
  margin-top: .2em
}

figure img {
  width: 100%;
  margin-bottom: .5em
}

figure+figure,
figure+p {
  margin-top: 1em
}

.img-pull-left {
  margin: 1em 3.0303% 1em 0;
  display: block;
  width: 48.42929%;
  clear: none;
  float: left
}

.img-pull-right {
  margin: 1em 0 1em 3.0303%;
  display: block;
  width: 48.42929%;
  clear: none;
  float: right
}

.img-rounded {
  border-radius: 50em
}

.img-sm {
  max-width: 200px
}

.img-md {
  max-width: 400px
}

.img-lg {
  max-width: 767px
}

.img-xl {
  max-width: 989px
}

.img-xxl {
  max-width: 1400px
}

@media only screen and (max-width:767px) {
  .img-lg,
  .img-xl,
  .img-xxl {
    width: 100%
  }
  .decorative {
    display: none!important
  }
  .img-pull-left.large-image,
  .img-pull-left.xl-image,
  .img-pull-left.xxl-image,
  .img-pull-right.large-image,
  .img-pull-right.xl-image,
  .img-pull-right.xxl-image {
    width: 100%
  }
}

@media (max-width:619px) {
  .col {
    clear: both
  }
}

@media (max-width:619px) {
  .col--1-2-sm {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media (max-width:619px) {
  .col--1-sm {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 46.79688%
  }
}

@media (max-width:619px) {
  .col--2-sm {
    display: block;
    float: left;
    margin-left: 53.04688%;
    margin-right: -100%;
    width: 46.79688%
  }
}

@media (min-width:780px) {
  .col--1-md {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media (min-width:780px) {
  .col--2-md {
    display: block;
    float: left;
    margin-left: 34.20139%;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media (min-width:780px) {
  .col--3-md {
    display: block;
    float: left;
    margin-left: 68.40278%;
    margin-right: -100%;
    width: 31.59722%
  }
}

@media (min-width:780px) {
  .col--1-2-md {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 65.79861%
  }
}

@media (min-width:780px) {
  .col--2-3-md {
    display: block;
    float: left;
    margin-left: 34.20139%;
    margin-right: -100%;
    width: 65.79861%
  }
}

@media (min-width:780px) {
  .col--1-3-md {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media (min-width:990px) {
  .col--1-lg-layout {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 19.86532%
  }
}

@media (min-width:990px) {
  .col--1-2-lg-layout {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 31.30645%
  }
}

@media (min-width:990px) {
  .col--1-3-lg-layout {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 65.62502%
  }
}

@media (min-width:990px) {
  .col--1-4-lg-layout {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 71.32997%
  }
}

@media (min-width:990px) {
  .col--1-5-lg-layout {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media (min-width:990px) {
  .col--2-lg-layout {
    display: block;
    float: left;
    margin-left: 22.89562%;
    margin-right: -100%;
    width: 8.41083%
  }
}

@media (min-width:990px) {
  .col--2-3-lg-layout {
    display: block;
    float: left;
    margin-left: 22.89562%;
    margin-right: -100%;
    width: 42.7294%
  }
}

@media (min-width:990px) {
  .col--2-4-lg-layout {
    display: block;
    float: left;
    margin-left: 22.89562%;
    margin-right: -100%;
    width: 48.43434%
  }
}

@media (min-width:990px) {
  .col--2-5-lg-layout {
    display: block;
    float: left;
    margin-left: 22.89562%;
    margin-right: -100%;
    width: 77.03704%
  }
}

@media (min-width:990px) {
  .col--3-lg-layout {
    display: block;
    float: left;
    margin-left: 34.33675%;
    margin-right: -100%;
    width: 31.28827%
  }
}

@media (min-width:990px) {
  .col--3-4-lg-layout {
    display: block;
    float: left;
    margin-left: 34.33675%;
    margin-right: -100%;
    width: 36.99322%
  }
}

@media (min-width:990px) {
  .col--3-5-lg-layout {
    display: block;
    float: left;
    margin-left: 34.33675%;
    margin-right: -100%;
    width: 65.59591%
  }
}

@media (min-width:990px) {
  .col--4-5-lg-layout {
    display: block;
    float: left;
    margin-left: 68.65532%;
    margin-right: -100%;
    width: 31.27734%
  }
}

@media (min-width:990px) {
  .col--5-lg-layout {
    display: block;
    float: left;
    margin-left: 74.36027%;
    margin-right: -100%;
    width: 25.57239%
  }
}

@media (min-width:990px) {
  .col--1-lg-content {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 33%
  }
}

@media (min-width:990px) {
  .col--2-lg-content {
    display: block;
    float: left;
    margin-left: 36.0303%;
    margin-right: -100%;
    width: 12.39899%
  }
}

@media (min-width:990px) {
  .col--3-lg-content {
    display: block;
    float: left;
    margin-left: 51.4596%;
    margin-right: -100%;
    width: 12.39899%
  }
}

@media (min-width:990px) {
  .col--4-lg-content {
    display: block;
    float: left;
    margin-left: 66.88889%;
    margin-right: -100%;
    width: 33%
  }
}

@media (min-width:990px) {
  .col--1-2-lg-content {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 48.42929%
  }
}

@media (min-width:990px) {
  .col--2-3-lg-content {
    display: block;
    float: left;
    margin-left: 36.0303%;
    margin-right: -100%;
    width: 27.82828%
  }
}

@media (min-width:990px) {
  .col--2-4-lg-content {
    display: block;
    float: left;
    margin-left: 36.0303%;
    margin-right: -100%;
    width: 63.85859%
  }
}

@media (min-width:990px) {
  .col--3-4-lg-content {
    display: block;
    float: left;
    margin-left: 51.4596%;
    margin-right: -100%;
    width: 48.42929%
  }
}

@media (min-width:990px) {
  .col--1-4-lg-content {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media (max-width:779px) {
  .col--float {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 6.25%
  }
}

@media (min-width:780px) and (max-width:989px) {
  .col--float {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 2.60417%
  }
}

@media (min-width:990px) {
  .col--float {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 3.0303%
  }
}

@media (min-width:990px) {
  .col--float-content {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 3.0303%
  }
}

@media (max-width:619px) {
  .col--sm-last {
    margin-right: 0
  }
}

@media (min-width:780px) and (max-width:989px) {
  .col--md-last {
    margin-right: 0
  }
}

@media (min-width:990px) {
  .col--lg-last {
    margin-right: 0
  }
}

.accordion__description,
.accordion__title {
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 0
}

.accordion__description:last-of-type,
.accordion__title:last-of-type {
  border-bottom: 1px solid #ccc
}

.accordion__description a,
.accordion__title a {
  font-weight: 700
}

.accordion__title a {
  color: #000;
  display: block
}

.accordion__description {
  border-top: 0;
  overflow: hidden
}

.accordion__description>:last-child,
.accordion__description>:last-child>:last-child,
.accordion__description>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.accordion__description:last-of-type {
  position: relative;
  top: -1px
}

.currentAccordionAnchor dd {
  color: red!important
}

.box {
  border-top: 5px solid #000;
  background: #fafafa;
  overflow: hidden;
  padding: 1em 3.0303%;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  position: relative;
  box-sizing: border-box
}

.box>:last-child,
.box>:last-child>:last-child,
.box>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.box--tagged {
  padding-top: 2em
}

.box--small {
  margin-bottom: 32/14em;
  padding: 20/14em;
  font-size: 14px;
  font-size: 1.4rem
}

.box--rounded {
  border-radius: 4px
}

.box--blank {
  border-top: none
}

.blocked-link {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #B5BD00;
  font-size: 14px;
  font-size: 1.4rem
}

.blocked-link:active,
.blocked-link:focus,
.blocked-link:hover {
  color: #fff;
  background: #8f993e;
  text-decoration: none
}

.blurb {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden
}

.blurb__title {
  font-size: 16px;
  margin-top: 0;
  font-weight: 700
}

.blurb__img {
  margin-bottom: .5em;
  width: 100%
}

.blurb--wide .blurb__img {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 33%
}

@media only screen and (max-width:767px) {
  .blurb--wide .blurb__img {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.blurb__video {
  margin-bottom: 1em
}

.blurb__body>:last-child,
.blurb__body>:last-child>:last-child,
.blurb__body>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.blurb--wide .blurb__body {
  top: -4px;
  position: relative;
  display: block;
  float: left;
  margin-left: 36.0303%;
  margin-right: -100%;
  width: 63.85859%
}

@media only screen and (max-width:767px) {
  .blurb--wide .blurb__body {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.brand {
  position: absolute;
  z-index: 1;
  overflow: visible;
  width: 100%;
  left: 0
}

@media only screen and (max-width:767px) {
  .brand {
    position: static;
    padding-left: 0
  }
  .brand p {
    left: 0;
    top: 50%
  }
}

.brand__link {
  position: absolute;
  height: 50%;
  width: 18%;
  right: 0;
  display: block;
  bottom: 0
}

.lt-ie9 .brand__link {
  display: none
}

.brand__heading {
  position: absolute;
  left: 35px;
  top: 25%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width:767px) {
  .brand__heading {
    position: relative;
    left: 0;
    width: 100%;
    box-sizing: border-box
  }
}

.brand__logo {
  display: block;
  margin-bottom: 0;
  width: 100%
}

@media only screen and (max-width:767px) {
  .brand__logo {
    display: none
  }
}

.breadcrumb {
  display: block;
  overflow: hidden;
  list-style: none;
  border: 0;
  padding-bottom: 0;
  background: #fff;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ccc;
  margin-bottom: 1.5em
}

.breadcrumb--nav {
  margin-bottom: 0;
  border-bottom: 0;
  position: relative;
  left: -35px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%
}

.breadcrumb--nav .breadcrumb__list {
  line-height: 4
}

.breadcrumb__list {
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.breadcrumb__list li {
  margin-left: 0;
  list-style-type: none
}

.breadcrumb__list li:before {
  background-color: transparent!important
}

.breadcrumb__item {
  margin: 0;
  float: left;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem
}

.breadcrumb__item:after {
  content: "/";
  color: #aaa;
  margin: 0 .75em;
  position: relative;
  top: 1px
}

.breadcrumb__item:last-child:after {
  content: " ";
  margin: 0
}

.breadcrumb__item--current>a {
  text-decoration: none;
  cursor: default;
  color: #333
}

.collapse__header {
  clear: both
}

@media (max-width:778px) {
  .collapse__header {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
  }
}

@media (max-width:778px) {
  .collapse__content {
    display: none;
    border-top: 0
  }
}

@media (max-width:779px) {
  .collapse__header--active {
    background: url(/images/close.png) right 50% no-repeat;
    padding-right: 20px;
    border-bottom: none
  }
  .collapse__header--active:active,
  .collapse__header--active:focus,
  .collapse__header--active:hover {
    background: url(/images/close.png) right 50% no-repeat
  }
}

@media (max-width:779px) {
  .collapse__header--inactive {
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 20px
  }
  .collapse__header--inactive:active,
  .collapse__header--inactive:focus,
  .collapse__header--inactive:hover {
    background-repeat: no-repeat;
    background-position: right 50%
  }
}

.divider {
  border-color: #ddd
}

.divider--top {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top-width: 1px;
  border-top-style: solid
}

.divider--bottom {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.footer__inner {
  background-color: #40403e;
  padding: 40px 35px;
  margin-left: -35px;
  margin-right: -35px;
  color: #fff;
  clear: left
}

.footer__inner h2 {
  font-size: 1.6rem;
  text-transform: none
}

.footer__inner a {
  color: #eee
}

.footer__inner a:active,
.footer__inner a:focus,
.footer__inner a:hover {
  color: #fff
}

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

.footer__list li {
  margin-left: 0;
  list-style-type: none
}

.footer__list li:before {
  background-color: transparent!important
}

.footer__item {
  padding-bottom: 4px;
  padding-top: 4px;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem
}

.footer__links {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem
}

@media (max-width:989px) {
  .footer__links {
    font-size: 12px;
    font-size: 1.2rem
  }
}

#social {
  margin-bottom: 1em;
  margin-left: 0;
  clear: left
}

#social li {
  display: inline;
  margin-right: 3px;
  font-weight: 700;
  font-size: 18px;
  vertical-align: top
}

#social li img {
  width: 35px;
  height: 35px
}

.flag {
  display: table;
  width: auto
}

.flag__aside,
.flag__body {
  display: table-cell;
  vertical-align: middle
}

.flag--top .flag__aside,
.flag--top .flag__body {
  vertical-align: top
}

.flag--bottom .flag__aside,
.flag--bottom .flag__body {
  vertical-align: bottom
}

.flag__aside {
  padding-right: 1.5em
}

.flag__aside>img {
  display: block;
  margin: 0
}

.lt-ie9 .flag__aside>img {
  width: 100%
}

.flag--rev .flag__aside {
  padding-right: 0;
  padding-left: 1.5em
}

.flag__body {
  width: auto
}

.flag__body>:last-child,
.flag__body>:last-child>:last-child,
.flag__body>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.header {
  position: relative;
  z-index: 10
}

@media only screen and (max-width:767px) {
  .header--desktop {
    background-color: #5f5f5f;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: all, .5s;
    transition: all, .5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  .no-csstransforms .header--desktop {
    left: -100%
  }
  .mobile-open .header--desktop {
    -webkit-transition: all, .5s;
    transition: all, .5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  .no-csstransforms .mobile-open .header--desktop {
    left: 0
  }
  .header--desktop a {
    color: #fff;
    padding: .5em 0;
    display: block;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem
  }
}

.header--mobile {
  display: none;
  width: 100%;
  padding: 20% 35px 0;
  background-size: auto 100%;
  background-position: 106% bottom;
  background-repeat: repeat-x;
  left: -35px;
  border-bottom: .5em solid #ff5a5f
}

@media only screen and (max-width:767px) {
  .header--mobile {
    display: block
  }
}

.header--mobile.no-svg {
  background-image: url(/images/ucl-logo-cropped-white.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #000;
  background-size: 90%
}

@media only screen and (max-width:767px) {
  .header__open {
    width: 25px;
    top: 35%;
    left: 35px;
    position: absolute;
    z-index: 100
  }
}

.header__open>img {
  margin-bottom: 0
}

.header__link {
  position: absolute;
  height: 100%;
  right: 10%;
  width: 30%;
  top: 0
}

.header__close {
  display: none
}

@media only screen and (max-width:767px) {
  .header__close {
    display: block;
    position: absolute;
    left: 5%;
    top: 5px;
    padding: 0;
    z-index: 100;
    width: 50%
  }
  .header__close img {
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 30px;
    position: relative;
    margin: -5px -3px 0 -8px
  }
}

.hero {
  padding: 2em 35px;
  background-color: #fff;
  background-size: cover;
  background-position: right center;
  position: relative;
  left: -35px;
  width: 100%
}

@media (max-width:989px) {
  .hero {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-position: -9999px;
    background-repeat: no-repeat
  }
}

@media (max-width:479px) {
  .hero {
    padding-top: 1em;
    padding-bottom: 1em
  }
}

@media (max-width:989px) {
  .hero .hero__body--background {
    padding: 0
  }
}

.hero--home {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: -35px;
  margin-right: -35px;
  padding-bottom: 10em;
  border: 0;
  background-image: url(/assets/images/hero-image-taught-desktop.jpg);
  background-position: 90% center;
  background-size: cover;
  background-repeat: no-repeat
}

@media (max-width:1179px) {
  .hero--home {
    background-position: 80% center
  }
}

@media (max-width:779px) {
  .hero--home {
    background-image: none
  }
}

@media (min-width:780px) and (max-width:1179px) {
  .hero--home {
    padding-bottom: 14em
  }
}

@media (max-width:779px) {
  .hero--home {
    padding-bottom: 1.5em
  }
}

@media (min-width:780px) and (max-width:989px) {
  .hero--home .hero__body--background {
    padding: 1.5em
  }
}

.hero__body {
  box-sizing: border-box
}

.hero__body>:last-child {
  margin-bottom: 0
}

@media (min-width:780px) {
  .hero__body--background {
    padding: 2em;
    background-color: rgba(255, 255, 255, .6)
  }
}

@media (max-width:779px) {
  .hero__body--background {
    padding: 0
  }
}

.lt-ie9 .hero__body--background {
  background-image: url(/images/hero-bg-ie.png)
}

.hero__title {
  margin-bottom: 0;
  padding-bottom: 0
}

@media (max-width:779px) {
  .hero__title {
    font-size: 1.5em
  }
}

@media (max-width:1179px) {
  .hero__title--large {
    font-size: 2.25em
  }
}

@media (max-width:989px) {
  .hero__title--large {
    font-size: 2em
  }
}

@media (max-width:779px) {
  .hero__title--large {
    font-size: 1.5em
  }
}

.hero__blurb {
  margin-top: 1em
}

@media (max-width:989px) {
  .hero__blurb {
    display: none
  }
}

.hero__detail {
  margin-top: .5em
}

@media (max-width:779px) {
  .hero__detail {
    font-size: 1.25em
  }
}

@media (max-width:779px) {
  .hero__sub {
    display: none
  }
}

.hero__tags {
  margin-top: 1em
}

.hero__dropdown {
  margin-bottom: 2em
}

.hero__dropdown h2 {
  margin-bottom: 16px
}

.hero__dropdown__detail {
  display: inline;
  float: left;
  padding: 6px 10px 6px 0;
  font-size: 14px;
  font-size: 1.4rem
}

.hero__sidebar {
  margin-bottom: 2em;
  display: block;
  float: left;
  margin-left: 74.36027%;
  margin-right: -100%;
  width: 25.57239%
}

@media (min-width:1050px) {
  .hero__sidebar--small {
    width: 20%;
    float: right;
    margin-left: 0;
    margin-right: 0
  }
}

.input-group {
  display: table;
  width: 100%
}

.input-group__item {
  display: table-cell;
  width: 100%;
  vertical-align: top
}

.input-group__input {
  height: 38px;
  height: 3.8rem;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.input-group__input--btn {
  white-space: nowrap;
  box-sizing: border-box;
  line-height: normal;
  vertical-align: top
}

.menu-block {
  padding: 0;
  border: 1px solid #dfdfdf;
  margin-left: 0;
  list-style: none
}

.menu-block li {
  margin-left: 0;
  list-style-type: none
}

.menu-block li:before {
  background-color: transparent!important
}

.menu-block--no-keyline {
  border: 0
}

.menu-block__list {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none
}

.menu-block__list li {
  margin-left: 0;
  list-style-type: none
}

.menu-block__list li:before {
  background-color: transparent!important
}

.menu-block__item {
  position: relative;
  padding: 0;
  background-color: #EEE;
  margin-bottom: 0;
  line-height: 3;
  border-bottom: 1px solid #dfdfdf
}

.menu-block__item:last-child {
  border-bottom: 0
}

.menu-block__item--heading:active,
.menu-block__item--heading:focus,
.menu-block__item--heading:hover {
  text-decoration: none
}

.menu-block__link {
  padding-left: 1em;
  display: block;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-right: 2.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.menu-block__link:active,
.menu-block__link:focus,
.menu-block__link:hover {
  background-color: #dfdfdf;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #333
}

.menu-block__link.is-current {
  margin-bottom: -1px;
  background-color: #000;
  color: #fff
}

.is-active .menu-block__link {
  border-left: .4em solid #333
}

.message {
  text-decoration: none;
  border: 1px solid #DDD;
  clear: left;
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 10px 3.0303%;
  margin-bottom: 1em;
  box-sizing: border-box
}

.message>:last-child,
.message>:last-child>:last-child,
.message>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.message--success {
  background-color: #F7FFF2;
  color: #7FB861;
  border: 1px solid #7FB861
}

.message--warning {
  color: #DD6868;
  border: 1px solid #DD6868;
  font-weight: 700
}

html.backgroundsize .message {
  background: 10px center/auto 80% no-repeat #FFF
}

html.backgroundsize .message--success {
  background-image: url(/images/success.png)
}

html.backgroundsize .message--warning {
  background-image: url(/images/alert.png)
}

@media only screen and (max-width:767px) {
  .masthead {
    height: auto;
    border-bottom: 1px solid #ccc
  }
  .masthead .wrapper {
    background-color: #444
  }
}

@media only screen and (max-width:767px) {
  .masthead__search {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 3.5em;
    height: 4em;
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width:767px) {
  .masthead__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 1em
  }
}

@media (max-width:989px) {
  .masthead__list {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:767px) {
  .masthead__item {
    display: block;
    text-align: left
  }
}

@media (max-width:989px) {
  .masthead__item {
    padding-right: .75em
  }
}

.nav ul {
  margin-left: 0
}

.nav--left li {
  margin-bottom: .5em
}

.nav--left li ul {
  margin: 10px 5%;
  font-size: 14px;
  font-size: 1.4rem
}

.nav--top {
  display: none;
  background-color: #fff;
  padding: 1em 35px;
  overflow: hidden;
  position: relative;
  left: -35px;
  width: 100%
}

.nav--top ul li {
  display: block;
  float: left;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #ccc
}

.nav--top ul li a {
  text-decoration: none;
  cursor: pointer
}

.nav--top ul li:last-child {
  border-right: 0
}

.nav--top.nav--sticky-active {
  position: fixed;
  top: 0;
  width: 100%;
  background: 0 0;
  padding: 0;
  left: 0
}

.nav--top.nav--sticky-active ul {
  display: block;
  background-color: #ff5a5f;
  padding: .5em 35px;
  max-width: 1400px;
  margin: auto;
  overflow: hidden
}

.nav--top.nav--sticky-active a {
  color: #fff
}

.nav--mobile {
  display: none
}

@media only screen and (max-width:767px) {
  .nav--mobile {
    display: block
  }
  .nav--mobile ul:nth-child(n+2) {
    padding-left: 1em
  }
}

.nav--subnav {
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden
}

.nav--subnav a {
  text-decoration: none;
  vertical-align: middle
}

.subnav__list {
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: 0 0;
  z-index: 1;
  -webkit-transition: all .35s cubic-bezier(0.645, .045, .355, 1);
  transition: all .35s cubic-bezier(0.645, .045, .355, 1)
}

.subnav__list ul {
  right: 200%;
  left: 100%;
  box-sizing: border-box
}

.subnav__list ul li {
  box-sizing: border-box
}

.subnav__list .nav--active {
  left: 0;
  right: 0
}

.subnav__list .nav--active>li>a {
  visibility: visible
}

.subnav__list.nav--hidden>li>a {
  visibility: hidden
}

.subnav__item.parent>a:after {
  content: " >";
  position: absolute;
  right: 0
}

.subnav__item.back a {
  border-bottom: 1px transparent solid
}

.subnav__item.back a:before {
  content: "< ";
  position: relative;
  top: -2px
}

.subnav__item.top-level a {
  border-bottom: 1px transparent solid
}

.subnav__item.top-level a:before {
  content: "< ";
  position: relative;
  top: -2px
}

.subnav__item a {
  display: block;
  position: relative
}

.nav--left.nav--subnav {
  position: relative
}

.nav--left.nav--subnav ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem
}

.nav--left.nav--subnav li ul {
  margin: 0
}

.nav--mobile {
  margin-top: 1em
}

.nav--mobile .subnav__list {
  padding: 0
}

@media only screen and (max-width:767px) {
  .nav--mobile .subnav__list ul:nth-child(n+2) {
    padding-left: 0
  }
}

.nav--mobile.nav--subnav ul li a {
  color: #fff
}

.nav--mobile .subnav__item a:hover,
.nav--mobile .subnav__item.back a,
.nav--mobile .subnav__item.top-level a {
  color: #ccc
}

.photograph {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  left: -35px;
  padding: 0 35px 10.5%
}

@media only screen and (max-width:767px) {
  .photograph {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0 0;
    left: 0;
    background-color: transparent
  }
}

.photograph__description {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 5%;
  right: 35px;
  padding: 10px;
  font-style: italic;
  color: #fff;
  display: none;
  font-size: 12px;
  font-size: 1.2rem
}

.photograph--show {
  padding-bottom: 30%
}

.photograph--show .photograph__description {
  display: block
}

@media only screen and (max-width:767px) {
  .photograph--show,
  .photograph--show .photograph__description {
    display: none
  }
}

.site-content {
  position: relative;
  z-index: 1
}

.site-content--split {
  overflow: hidden
}

@media only screen and (min-width:768px) {
  .site-content--split .site-content__section {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 47%
  }
  .site-content--split .site-content__section:nth-child(odd) {
    margin-right: 1%
  }
  .site-content--split .site-content__section:nth-child(even) {
    margin-left: 1%
  }
}

.site-content__inner {
  background-color: #fff;
  padding: 2em 35px;
  left: -35px;
  position: relative;
  clear: both;
  display: block;
  float: left;
  margin-left: 0;
  width: 100%
}

.site-content__inner>:last-child,
.site-content__inner>:last-child>:last-child,
.site-content__inner>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:989px) {
  .site-content__inner {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .site-content__inner {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    padding-top: 1.5em
  }
}

.site-content__body {
  display: block;
  float: left;
  margin-left: 22.89562%;
  margin-right: -100%;
  width: 77.03704%
}

@media only screen and (max-width:989px) {
  .site-content__body {
    display: block;
    float: left;
    margin-left: 34.20139%;
    margin-right: -100%;
    width: 65.79861%
  }
}

@media only screen and (max-width:767px) {
  .site-content__body {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.site-content__main>:last-child,
.site-content__main>:last-child>:last-child,
.site-content__main>:last-child>:last-child>:last-child,
.site-content__sidebar>:last-child,
.site-content__sidebar>:last-child>:last-child,
.site-content__sidebar>:last-child>:last-child>:last-child {
  margin-bottom: 0
}

.site-content__main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 55.46605%
}

@media only screen and (max-width:989px) {
  .site-content__main {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .site-content__main {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.site-content__sidebar {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  float: left;
  margin-left: 66.80507%;
  margin-right: -100%;
  width: 33.19493%
}

@media only screen and (max-width:989px) {
  .site-content__sidebar {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .site-content__sidebar {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%
  }
}

.search-form {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAANlBMVEUAAAD///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkiXNL4AAAAEXRSTlMAABAgMEBQYHCAj5+vv8/f7/4ucL8AAABtSURBVAjXTc9JFsQgCARQHEhi2xDq/pcNQxZh5Qd9lNQaEXXmSVXuvuF1z9ddsZmXgcsLZxym3WXTennlhdawyoyrvMvHO//bSAtGmqE+8KU2a/9pUIkI0Yh8Y4nsQ7ORebM8F+TjaPy+9m/RA8R7BAiqV590AAAAAElFTkSuQmCC) 95% center no-repeat #fff;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  position: absolute;
  top: 0;
  left: 15%;
  width: 75%;
  box-sizing: border-box
}

@media only screen and (max-width:767px) {
  .search-form {
    left: 0;
    width: 80%
  }
}

.search-form__input {
  margin-right: 0;
  padding-left: 10px;
  width: 85%;
  box-sizing: border-box;
  height: 30px
}

@media only screen and (max-width:767px) {
  .search-form__input {
    width: 80%
  }
}

.lt-ie9 .search-form__input {
  height: 27px;
  line-height: 27px
}

.search-form__input--search {
  background: none;
  border: none;
  color: #666
}

.search-form__input--submit {
  text-align: center;
  position: absolute;
  top: 0;
  left: 92%;
  width: 3.5em;
  margin: 7px 0 3px;
  padding: 0;
  box-sizing: border-box;
  background-color: #4693ea
}

.search-form__input--submit:active,
.search-form__input--submit:focus,
.search-form__input--submit:hover {
  background: #2f86e7
}

@media only screen and (max-width:767px) {
  .search-form__input--submit {
    left: 80%;
    width: 20%
  }
}

.no-js .tabs__navigation ul {
  border-bottom: 4px solid #8c8279;
  list-style: none;
  padding: 0;
  margin: 0
}

.no-js .tabs__navigation li {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 5px;
  vertical-align: bottom
}

.no-js .tabs__navigation a {
  color: #333;
  display: block;
  text-decoration: none
}

.no-js .tabs__navigation a.active {
  position: relative;
  text-decoration: underline;
  z-index: 5150
}

.no-js .tabs__navigation a:hover {
  background-color: #f0f0f0
}

.no-js .tabs__group {
  margin-top: 1em
}

.no-js .tabs__item {
  margin-bottom: 8px;
  padding: 1rem;
  border: 1px solid #8c8279;
  border-top: 2px solid #8c8279
}

.js .tabs__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.js .tabs__navigation li {
  background-color: #fff;
  display: inline-block;
  padding: 0;
  vertical-align: bottom
}

.js .tabs__navigation a {
  border: 2px solid #8c8279;
  border-bottom: 0;
  color: #333;
  display: block;
  padding: 4px 6px;
  text-decoration: none
}

.js .tabs__navigation a.active {
  font-weight: 700;
  font-style: 15px;
  position: relative;
  z-index: 5150
}

.js .tabs__navigation a:hover {
  background-color: #f0f0f0
}

@media only screen and (max-width:767px) {
  .js .tabs__navigation ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative
  }
  .js .tabs__navigation ul:before {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsAgMAAABj6rKSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAAAD///8AAAD////IZVEZAAAAAnRSTlMAAHaTzTgAAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAG0lEQVQoz2NYhQAMtGAjg1AEoAkbGYz6iyw2AB4v6cHm3Lv8AAAAAElFTkSuQmCC);
    content: '';
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    top: 8px;
    border: 3px solid #fff;
    box-sizing: border-box;
    right: 16px;
    z-index: 2;
    pointer-events: none
  }
  .js .tabs__navigation ul.open a {
    position: relative;
    display: block
  }
  .js .tabs__navigation li {
    display: block
  }
  .js .tabs__navigation a {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
  }
  .js .tabs__navigation a.active {
    z-index: 1
  }
}

@media only screen and (min-width:768px) {
  .js .tabs__navigation a.active {
    background-color: #fff;
    top: 1px;
    padding-top: 5px;
    z-index: 5150
  }
}

.js .tabs__group>.tabs__item {
  display: none;
  padding: 0 1rem;
  border: 2px solid #8c8279;
  border-top: 1px solid #8c8279
}

.js .tabs__group>.active {
  display: block
}

.tab__content {
  padding-top: 10px
}

.tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  background-color: #B5BD00;
  z-index: 1;
  font-size: 12px;
  font-size: 1.2rem
}

.tag--right {
  left: auto;
  right: 0
}

.tag__heading,
.tag__heading a,
.tag__heading a:hover {
  color: #fff
}


/*! jQuery UI - v1.11.2 - 2015-01-05
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default!important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x #eee;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
  color: #fff;
  font-weight: 700
}

.ui-widget-header a {
  color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
  font-weight: 700;
  color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #fbcb09;
  background: url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
  font-weight: 700;
  color: #c77405
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 700;
  color: #eb8f00
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
  color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
  color: #fff
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-carat-1-n {
  background-position: 0 0
}

.ui-icon-carat-1-ne {
  background-position: -16px 0
}

.ui-icon-carat-1-e {
  background-position: -32px 0
}

.ui-icon-carat-1-se {
  background-position: -48px 0
}

.ui-icon-carat-1-s {
  background-position: -64px 0
}

.ui-icon-carat-1-sw {
  background-position: -80px 0
}

.ui-icon-carat-1-w {
  background-position: -96px 0
}

.ui-icon-carat-1-nw {
  background-position: -112px 0
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px
}

.ui-widget-overlay {
  background: url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
  opacity: .5;
  filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x #000;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px
}

body {
  overflow-x: auto
}

body.is-printing {
  width: 794px
}

@media print {
  body {
    overflow-x: hidden
  }
}

.layout-horizontal .site-content__inner {
  padding-top: 0;
  padding-bottom: 0
}

.photograph {
  background-color: #007e9e
}

@media print {
  .footer.wrapper,
  .footer__links,
  .masthead,
  .nav--top {
    display: none
  }
}

.is-printing .footer.wrapper,
.is-printing .footer__links,
.is-printing .masthead,
.is-printing .nav--top {
  display: none
}

.box_map_info {
  max-height: 630px;
  max-height: 63rem;
  overflow-y: auto
}

.box_map_info--scroll {
  overflow-y: scroll
}

@media only screen and (max-width:767px) {
  .box_map_info {
    margin: .5rem 0 0 2.5rem;
    border-top: none;
    background-color: #fff;
    padding: 0;
    box-shadow: none
  }
  .mapsite_key {
    margin-bottom: 2%
  }
  .mapsite_key h3 {
    font-size: 2.4rem
  }
  .mapsite_key .box.box_map_info img.color-square {
    width: 2.5rem;
    margin: 0 1% 3px 0;
    float: left;
    display: inline
  }
  .mapsite_key .box.box_map_info .label {
    margin: 0 2% 3px 0
  }
}

@media only screen and (min-width:768px) {
  .box_map_info {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding-top: .5rem;
    background-color: #f5f4f1;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 6px 0
  }
}

@media print {
  .box_map_info {
    margin: .5rem 0 1rem;
    border-top: none;
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    overflow-y: hidden
  }
  .box_map_info__heading-search {
    display: none
  }
}

.is-printing .box_map_info {
  margin: .5rem 0 1rem;
  border-top: none;
  background-color: #fff;
  padding: 0;
  box-shadow: none;
  overflow-y: hidden
}

.is-printing .box_map_info__heading-search {
  display: none
}

.box_map_info h2 {
  margin-top: 0
}

.is-highlighted {
  background-color: #D6D2C4;
  color: #0f0f0f
}

.header--mobile {
  background-image: url(/maps/images/ucl-logo.svg);
  position: fixed;
  top: 0;
  padding-left: 25px;
  background-color: #007e9e;
  border-bottom-color: #007e9e
}

.map_details,
.site-content__main {
  max-width: 900px;
  max-width: 90rem
}

.brand,
.layout-horizontal--full-width .site-content__main,
.wrapper {
  max-width: none
}

.blurb-wide {
  overflow: hidden
}

.blurb-wide--paired {
  width: 47%;
  float: left
}

.blurb-wide--paired:nth-of-type(odd) {
  margin-left: 0;
  clear: left
}

.blurb-wide--paired:nth-of-type(even) {
  margin-left: 4%
}

.map_container {
  margin-bottom: 1rem;
  position: relative
}

.map_container h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: .3em;
  line-height: 1.4em
}

.map_container h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: .6em 0 0
}

.map_container label {
  font-weight: 400;
  margin-top: .6em;
  font-size: 13px;
  font-size: 1.3rem
}

.map_container ol,
.map_container p,
.map_container ul {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: .3em
}

.map_container ol {
  padding-left: 20px
}

.map_container li {
  margin-bottom: 5px
}

.map_container li:before {
  display: none
}

.map_container #keyFlag {
  position: fixed;
  bottom: 0;
  left: 3%;
  padding: .2% 1%;
  background: #555;
  color: #darkgrey;
  z-index: 10000
}

.map_container #keyFlag a {
  color: #fff
}

.map_container .btn-gradient {
  font-size: 12px;
  font-size: 1.2rem;
  padding: .4rem 1.2rem .6rem
}

.map_container .feedback {
  border-top: 1px solid #D6D2C4;
  padding-top: 10px;
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem
}

@media print {
  .map_container {
    margin-top: 0
  }
}

.is-printing .map_container {
  margin-top: 0
}

.gmap {
  width: 100%
}

@media only screen and (max-width:767px) {
  .gmap {
    height: 70vh;
    left: -25px;
    left: -2.5rem;
    padding: 0 1.5rem
  }
}

@media only screen and (min-width:768px) {
  .gmap {
    height: 95vh;
    min-height: 700px;
    min-height: 70rem;
    left: -35px;
    left: -3.5rem;
    padding: 0 7rem 0 0
  }
}

@media print and (orientation:landscape) {
  .gmap {
    height: 500px
  }
}

@media print and (orientation:portrait) {
  .gmap {
    height: 550px
  }
}

.is-printing .gmap {
  height: 550px
}

@media only screen and (max-width:767px) {
  .map_interface {
    position: relative
  }
  .no-touch .map-interface {
    margin-top: 15px
  }
  .map-info-toplinks {
    padding-bottom: .5rem
  }
}

@media only screen and (min-width:768px) {
  .map_interface {
    position: absolute;
    top: 1%;
    margin-top: 4rem;
    width: 335px;
    width: 33.5rem
  }
  .mapsite_key .box.box_map_info {
    box-shadow: 0 0 0
  }
  .map_interface#mapInfoKey {
    top: 60%
  }
  .mapsite_key {
    margin-bottom: 2%
  }
  .mapsite_key .box.box_map_info img.color-square {
    width: 2.5rem;
    margin: 0 1% 3px 0;
    float: left;
    display: inline
  }
  .mapsite_key .box.box_map_info .label {
    margin: 0 2% 0 0;
    float: none;
    display: inline-block
  }
}

@media print {
  .map_interface {
    position: relative;
    width: auto
  }
  .map-info-toplinks {
    padding-bottom: .5rem
  }
  .box_map_info__heading {
    display: none
  }
}

.is-printing .map_interface {
  position: relative;
  width: auto
}

.is-printing .map-info-toplinks {
  padding-bottom: .5rem
}

.is-printing .box_map_info__heading {
  display: none
}

.box_map_info__header {
  overflow: hidden;
  margin-bottom: 1rem;
  font-size: 13px;
  font-size: 1.3rem
}

.box_map_info_main_search {
  overflow: visible
}

.ui_search {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
  -webkit-appearance: textfield!important;
  border: 1px solid #ccc;
  padding-left: .4rem;
  padding-right: 3rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAANlBMVEUAAAD///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkiXNL4AAAAEXRSTlMAABAgMEBQYHCAj5+vv8/f7/4ucL8AAABtSURBVAjXTc9JFsQgCARQHEhi2xDq/pcNQxZh5Qd9lNQaEXXmSVXuvuF1z9ddsZmXgcsLZxym3WXTennlhdawyoyrvMvHO//bSAtGmqE+8KU2a/9pUIkI0Yh8Y4nsQ7ORebM8F+TjaPy+9m/RA8R7BAiqV590AAAAAElFTkSuQmCC) 95% center no-repeat #fff
}

.ui_search:focus {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fbe599
}

@-moz-document url-prefix() {
  .ui_search {
    width: 76%!important
  }
}

@media only screen and (max-width:767px) {
  .ui_search {
    width: 75%
  }
  .directions_search .ui_search {
    width: 74%
  }
}

@media only screen and (min-width:768px) {
  .ui_search {
    width: 77%
  }
  .directions_search .ui_search {
    width: 76%
  }
}

.ui_search_container {
  position: relative
}

@media print {
  .ui_search_container {
    display: none
  }
}

.is-printing .ui_search_container {
  display: none
}

.ui_search__message {
  width: 76.5%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 10;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #D6D2C4;
  background-color: #f5f4f1;
  top: 57px
}

.ui_search__message ul {
  margin-bottom: 0
}

.ui_search__message-p {
  padding: .5rem;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  color: #0f0f0f!important
}

.box_map_info_main_search .ui_search__message {
  top: 65px;
  top: 6.5rem;
  width: 76.5%
}

.ui_legend_item {
  box-sizing: border-box;
  margin-bottom: 1.5rem
}

.ui_legend__label {
  margin-top: 0!important;
  vertical-align: middle;
  margin-bottom: 0!important;
  width: 45%;
  display: inline-block
}

.ui_legend__checkbox {
  vertical-align: middle;
  margin: 0;
  display: inline-block
}

.ui_legend__icon {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: .5rem
}

.ui_image {
  width: auto;
  height: 100px;
  float: left;
  margin: 0 1rem 0 0
}

.is-displaying-location .ui_tools {
  float: left
}

.ui_tools a {
  position: relative;
  top: -4px
}

.ui_tools a img#new-window {
  margin: 0 0 0 4px
}

.ui_tools img {
  width: 20px;
  display: inline;
  margin: 0 4px 0 0
}

.ui_tools .ui_tools__locations-nearby a {
  cursor: pointer
}

.ui_tools__list {
  position: relative;
  margin-left: 1rem
}

.ui_tools__list li a {
  top: 0
}

.ui_tools__list .fa-crosshairs:before,
.ui_tools__list .fa-street-view:before {
  font-size: 18px;
  position: relative;
  right: 21px;
  margin-right: -21px
}

.ui_tools__list .fa-street-view:before {
  content: '\f21d'
}

.ui_tools__list .fa-crosshairs:before {
  content: '\f05b'
}

.ui_tools__list.relatedLocations {
  margin-left: 30px
}

.ui_tools__list.relatedLocations li {
  margin-bottom: 3px
}

.ui_links {
  border-bottom: 1px solid #D6D2C4;
  padding-bottom: 1rem;
  padding-top: .5rem;
  margin: 0;
  list-style: none
}

.ui_links .ui_links__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #D6D2C4
}

.ui_links .ui_links__item:last-child {
  border-right-width: 0;
  margin: 0;
  padding: 0
}

.row-block {
  display: block;
  margin: 5px 0
}

@media print {
  .directions_search,
  .link_share,
  .ui_links {
    display: none
  }
}

.is-printing .directions_search,
.is-printing .link_share,
.is-printing .ui_links {
  display: none
}

.map_container label.link_share__label {
  margin-top: 0!important;
  margin-bottom: 4%;
  display: inline-block;
  vertical-align: top;
  width: 32%!important
}

.map_container input.link_share__input {
  font-size: 1rem;
  width: 52%;
  display: inline-block;
  vertical-align: top
}

.link_share #copy-button {
  margin-bottom: 0;
  width: 13%;
  display: inline;
  float: right;
  padding: 1.5% 1%;
  font-size: 1.1rem;
  text-align: center
}

.event-wrapper img {
  float: right;
  margin: 0 0 5px 5px
}

.directions_search {
  overflow: hidden;
  background-color: #353535;
  padding: .5rem;
  margin: 1.5rem 0
}

.directions_search h2,
.directions_search label,
.directions_search p {
  color: #fff
}

.directions_search .submit {
  display: inline-block;
  vertical-align: middle
}

.directions_search_accessible {
  float: right
}

.directions_search_accessible__checkbox,
.directions_search_accessible__label {
  display: inline-block;
  vertical-align: middle;
  margin-top: .5rem
}

.directions_search_accessible__label {
  margin-right: 2rem
}

.no-touch .zoom_17 .map_marker,
.no-touch .zoom_18 .map_marker {
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  opacity: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-image: url(../images/markers/location-circle-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative
}

.no-touch .zoom_17 .map_marker a,
.no-touch .zoom_18 .map_marker a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.no-touch .zoom_17 .map_marker:hover,
.no-touch .zoom_18 .map_marker:hover {
  opacity: 1
}

.no-touch .zoom_17 .is-plotted.map_marker:hover,
.no-touch .zoom_18 .is-plotted.map_marker:hover {
  cursor: auto;
  background-color: transparent
}

.zoom_17 .radius_0 {
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  top: 0;
  top: 0
}

.zoom_18 .radius_0 {
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  top: 0;
  top: 0;
  z-index: 10
}

.zoom_17 .radius_1 {
  width: 2.2px;
  width: .22rem;
  height: 2.2px;
  height: .22rem;
  top: 1.1px;
  top: .11rem
}

.zoom_18 .radius_1 {
  width: 4.5px;
  width: .45rem;
  height: 4.5px;
  height: .45rem;
  top: 2.25px;
  top: .225rem;
  z-index: 10
}

.zoom_17 .radius_2 {
  width: 4.4px;
  width: .44rem;
  height: 4.4px;
  height: .44rem;
  top: 2.2px;
  top: .22rem
}

.zoom_18 .radius_2 {
  width: 9px;
  width: .9rem;
  height: 9px;
  height: .9rem;
  top: 4.5px;
  top: .45rem;
  z-index: 10
}

.zoom_17 .radius_3 {
  width: 6.6px;
  width: .66rem;
  height: 6.6px;
  height: .66rem;
  top: 3.3px;
  top: .33rem
}

.zoom_18 .radius_3 {
  width: 13.5px;
  width: 1.35rem;
  height: 13.5px;
  height: 1.35rem;
  top: 6.75px;
  top: .675rem;
  z-index: 10
}

.zoom_17 .radius_4 {
  width: 8.8px;
  width: .88rem;
  height: 8.8px;
  height: .88rem;
  top: 4.4px;
  top: .44rem
}

.zoom_18 .radius_4 {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  top: 9px;
  top: .9rem;
  z-index: 10
}

.zoom_17 .radius_5 {
  width: 11px;
  width: 1.1rem;
  height: 11px;
  height: 1.1rem;
  top: 5.5px;
  top: .55rem
}

.zoom_18 .radius_5 {
  width: 22.5px;
  width: 2.25rem;
  height: 22.5px;
  height: 2.25rem;
  top: 11.25px;
  top: 1.125rem;
  z-index: 10
}

.zoom_17 .radius_6 {
  width: 13.2px;
  width: 1.32rem;
  height: 13.2px;
  height: 1.32rem;
  top: 6.6px;
  top: .66rem
}

.zoom_18 .radius_6 {
  width: 27px;
  width: 2.7rem;
  height: 27px;
  height: 2.7rem;
  top: 13.5px;
  top: 1.35rem;
  z-index: 10
}

.zoom_17 .radius_7 {
  width: 15.4px;
  width: 1.54rem;
  height: 15.4px;
  height: 1.54rem;
  top: 7.7px;
  top: .77rem
}

.zoom_18 .radius_7 {
  width: 31.5px;
  width: 3.15rem;
  height: 31.5px;
  height: 3.15rem;
  top: 15.75px;
  top: 1.575rem;
  z-index: 10
}

.zoom_17 .radius_8 {
  width: 17.6px;
  width: 1.76rem;
  height: 17.6px;
  height: 1.76rem;
  top: 8.8px;
  top: .88rem
}

.zoom_18 .radius_8 {
  width: 36px;
  width: 3.6rem;
  height: 36px;
  height: 3.6rem;
  top: 18px;
  top: 1.8rem;
  z-index: 10
}

.zoom_17 .radius_9 {
  width: 19.8px;
  width: 1.98rem;
  height: 19.8px;
  height: 1.98rem;
  top: 9.9px;
  top: .99rem
}

.zoom_18 .radius_9 {
  width: 40.5px;
  width: 4.05rem;
  height: 40.5px;
  height: 4.05rem;
  top: 20.25px;
  top: 2.025rem;
  z-index: 10
}

.zoom_17 .radius_10 {
  width: 22px;
  width: 2.2rem;
  height: 22px;
  height: 2.2rem;
  top: 11px;
  top: 1.1rem
}

.zoom_18 .radius_10 {
  width: 45px;
  width: 4.5rem;
  height: 45px;
  height: 4.5rem;
  top: 22.5px;
  top: 2.25rem;
  z-index: 10
}

.zoom_17 .radius_11 {
  width: 24.2px;
  width: 2.42rem;
  height: 24.2px;
  height: 2.42rem;
  top: 12.1px;
  top: 1.21rem
}

.zoom_18 .radius_11 {
  width: 49.5px;
  width: 4.95rem;
  height: 49.5px;
  height: 4.95rem;
  top: 24.75px;
  top: 2.475rem;
  z-index: 10
}

.zoom_17 .radius_12 {
  width: 26.4px;
  width: 2.64rem;
  height: 26.4px;
  height: 2.64rem;
  top: 13.2px;
  top: 1.32rem
}

.zoom_18 .radius_12 {
  width: 54px;
  width: 5.4rem;
  height: 54px;
  height: 5.4rem;
  top: 27px;
  top: 2.7rem;
  z-index: 10
}

.zoom_17 .radius_13 {
  width: 28.6px;
  width: 2.86rem;
  height: 28.6px;
  height: 2.86rem;
  top: 14.3px;
  top: 1.43rem
}

.zoom_18 .radius_13 {
  width: 58.5px;
  width: 5.85rem;
  height: 58.5px;
  height: 5.85rem;
  top: 29.25px;
  top: 2.925rem;
  z-index: 10
}

.zoom_17 .radius_14 {
  width: 30.8px;
  width: 3.08rem;
  height: 30.8px;
  height: 3.08rem;
  top: 15.4px;
  top: 1.54rem
}

.zoom_18 .radius_14 {
  width: 63px;
  width: 6.3rem;
  height: 63px;
  height: 6.3rem;
  top: 31.5px;
  top: 3.15rem;
  z-index: 10
}

.zoom_17 .radius_15 {
  width: 33px;
  width: 3.3rem;
  height: 33px;
  height: 3.3rem;
  top: 16.5px;
  top: 1.65rem
}

.zoom_18 .radius_15 {
  width: 67.5px;
  width: 6.75rem;
  height: 67.5px;
  height: 6.75rem;
  top: 33.75px;
  top: 3.375rem;
  z-index: 10
}

.zoom_17 .radius_16 {
  width: 35.2px;
  width: 3.52rem;
  height: 35.2px;
  height: 3.52rem;
  top: 17.6px;
  top: 1.76rem
}

.zoom_18 .radius_16 {
  width: 72px;
  width: 7.2rem;
  height: 72px;
  height: 7.2rem;
  top: 36px;
  top: 3.6rem;
  z-index: 10
}

.zoom_17 .radius_17 {
  width: 37.4px;
  width: 3.74rem;
  height: 37.4px;
  height: 3.74rem;
  top: 18.7px;
  top: 1.87rem
}

.zoom_18 .radius_17 {
  width: 76.5px;
  width: 7.65rem;
  height: 76.5px;
  height: 7.65rem;
  top: 38.25px;
  top: 3.825rem;
  z-index: 10
}

.zoom_17 .radius_18 {
  width: 39.6px;
  width: 3.96rem;
  height: 39.6px;
  height: 3.96rem;
  top: 19.8px;
  top: 1.98rem
}

.zoom_18 .radius_18 {
  width: 81px;
  width: 8.1rem;
  height: 81px;
  height: 8.1rem;
  top: 40.5px;
  top: 4.05rem;
  z-index: 10
}

.zoom_17 .radius_19 {
  width: 41.8px;
  width: 4.18rem;
  height: 41.8px;
  height: 4.18rem;
  top: 20.9px;
  top: 2.09rem
}

.zoom_18 .radius_19 {
  width: 85.5px;
  width: 8.55rem;
  height: 85.5px;
  height: 8.55rem;
  top: 42.75px;
  top: 4.275rem;
  z-index: 10
}

.zoom_17 .radius_20 {
  width: 44px;
  width: 4.4rem;
  height: 44px;
  height: 4.4rem;
  top: 22px;
  top: 2.2rem
}

.zoom_18 .radius_20 {
  width: 90px;
  width: 9rem;
  height: 90px;
  height: 9rem;
  top: 45px;
  top: 4.5rem;
  z-index: 10
}

.zoom_17 .radius_21 {
  width: 46.2px;
  width: 4.62rem;
  height: 46.2px;
  height: 4.62rem;
  top: 23.1px;
  top: 2.31rem
}

.zoom_18 .radius_21 {
  width: 94.5px;
  width: 9.45rem;
  height: 94.5px;
  height: 9.45rem;
  top: 47.25px;
  top: 4.725rem;
  z-index: 10
}

.zoom_17 .radius_22 {
  width: 48.4px;
  width: 4.84rem;
  height: 48.4px;
  height: 4.84rem;
  top: 24.2px;
  top: 2.42rem
}

.zoom_18 .radius_22 {
  width: 99px;
  width: 9.9rem;
  height: 99px;
  height: 9.9rem;
  top: 49.5px;
  top: 4.95rem;
  z-index: 10
}

.zoom_17 .radius_23 {
  width: 50.6px;
  width: 5.06rem;
  height: 50.6px;
  height: 5.06rem;
  top: 25.3px;
  top: 2.53rem
}

.zoom_18 .radius_23 {
  width: 103.5px;
  width: 10.35rem;
  height: 103.5px;
  height: 10.35rem;
  top: 51.75px;
  top: 5.175rem;
  z-index: 10
}

.zoom_17 .radius_24 {
  width: 52.8px;
  width: 5.28rem;
  height: 52.8px;
  height: 5.28rem;
  top: 26.4px;
  top: 2.64rem
}

.zoom_18 .radius_24 {
  width: 108px;
  width: 10.8rem;
  height: 108px;
  height: 10.8rem;
  top: 54px;
  top: 5.4rem;
  z-index: 10
}

.zoom_17 .radius_25 {
  width: 55px;
  width: 5.5rem;
  height: 55px;
  height: 5.5rem;
  top: 27.5px;
  top: 2.75rem
}

.zoom_18 .radius_25 {
  width: 112.5px;
  width: 11.25rem;
  height: 112.5px;
  height: 11.25rem;
  top: 56.25px;
  top: 5.625rem;
  z-index: 10
}

.zoom_17 .radius_26 {
  width: 57.2px;
  width: 5.72rem;
  height: 57.2px;
  height: 5.72rem;
  top: 28.6px;
  top: 2.86rem
}

.zoom_18 .radius_26 {
  width: 117px;
  width: 11.7rem;
  height: 117px;
  height: 11.7rem;
  top: 58.5px;
  top: 5.85rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_27 {
  width: 59.4px;
  width: 5.94rem;
  height: 59.4px;
  height: 5.94rem;
  top: 29.7px;
  top: 2.97rem
}

.zoom_18 .radius_27 {
  width: 121.5px;
  width: 12.15rem;
  height: 121.5px;
  height: 12.15rem;
  top: 60.75px;
  top: 6.075rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_28 {
  width: 61.6px;
  width: 6.16rem;
  height: 61.6px;
  height: 6.16rem;
  top: 30.8px;
  top: 3.08rem
}

.zoom_18 .radius_28 {
  width: 126px;
  width: 12.6rem;
  height: 126px;
  height: 12.6rem;
  top: 63px;
  top: 6.3rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_29 {
  width: 63.8px;
  width: 6.38rem;
  height: 63.8px;
  height: 6.38rem;
  top: 31.9px;
  top: 3.19rem
}

.zoom_18 .radius_29 {
  width: 130.5px;
  width: 13.05rem;
  height: 130.5px;
  height: 13.05rem;
  top: 65.25px;
  top: 6.525rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_30 {
  width: 66px;
  width: 6.6rem;
  height: 66px;
  height: 6.6rem;
  top: 33px;
  top: 3.3rem
}

.zoom_18 .radius_30 {
  width: 135px;
  width: 13.5rem;
  height: 135px;
  height: 13.5rem;
  top: 67.5px;
  top: 6.75rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_31 {
  width: 68.2px;
  width: 6.82rem;
  height: 68.2px;
  height: 6.82rem;
  top: 34.1px;
  top: 3.41rem
}

.zoom_18 .radius_31 {
  width: 139.5px;
  width: 13.95rem;
  height: 139.5px;
  height: 13.95rem;
  top: 69.75px;
  top: 6.975rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_32 {
  width: 70.4px;
  width: 7.04rem;
  height: 70.4px;
  height: 7.04rem;
  top: 35.2px;
  top: 3.52rem
}

.zoom_18 .radius_32 {
  width: 144px;
  width: 14.4rem;
  height: 144px;
  height: 14.4rem;
  top: 72px;
  top: 7.2rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_33 {
  width: 72.6px;
  width: 7.26rem;
  height: 72.6px;
  height: 7.26rem;
  top: 36.3px;
  top: 3.63rem
}

.zoom_18 .radius_33 {
  width: 148.5px;
  width: 14.85rem;
  height: 148.5px;
  height: 14.85rem;
  top: 74.25px;
  top: 7.425rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_34 {
  width: 74.8px;
  width: 7.48rem;
  height: 74.8px;
  height: 7.48rem;
  top: 37.4px;
  top: 3.74rem
}

.zoom_18 .radius_34 {
  width: 153px;
  width: 15.3rem;
  height: 153px;
  height: 15.3rem;
  top: 76.5px;
  top: 7.65rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_35 {
  width: 77px;
  width: 7.7rem;
  height: 77px;
  height: 7.7rem;
  top: 38.5px;
  top: 3.85rem
}

.zoom_18 .radius_35 {
  width: 157.5px;
  width: 15.75rem;
  height: 157.5px;
  height: 15.75rem;
  top: 78.75px;
  top: 7.875rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_36 {
  width: 79.2px;
  width: 7.92rem;
  height: 79.2px;
  height: 7.92rem;
  top: 39.6px;
  top: 3.96rem
}

.zoom_18 .radius_36 {
  width: 162px;
  width: 16.2rem;
  height: 162px;
  height: 16.2rem;
  top: 81px;
  top: 8.1rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_37 {
  width: 81.4px;
  width: 8.14rem;
  height: 81.4px;
  height: 8.14rem;
  top: 40.7px;
  top: 4.07rem
}

.zoom_18 .radius_37 {
  width: 166.5px;
  width: 16.65rem;
  height: 166.5px;
  height: 16.65rem;
  top: 83.25px;
  top: 8.325rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_38 {
  width: 83.6px;
  width: 8.36rem;
  height: 83.6px;
  height: 8.36rem;
  top: 41.8px;
  top: 4.18rem
}

.zoom_18 .radius_38 {
  width: 171px;
  width: 17.1rem;
  height: 171px;
  height: 17.1rem;
  top: 85.5px;
  top: 8.55rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_39 {
  width: 85.8px;
  width: 8.58rem;
  height: 85.8px;
  height: 8.58rem;
  top: 42.9px;
  top: 4.29rem
}

.zoom_18 .radius_39 {
  width: 175.5px;
  width: 17.55rem;
  height: 175.5px;
  height: 17.55rem;
  top: 87.75px;
  top: 8.775rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_40 {
  width: 88px;
  width: 8.8rem;
  height: 88px;
  height: 8.8rem;
  top: 44px;
  top: 4.4rem
}

.zoom_18 .radius_40 {
  width: 180px;
  width: 18rem;
  height: 180px;
  height: 18rem;
  top: 90px;
  top: 9rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_41 {
  width: 90.2px;
  width: 9.02rem;
  height: 90.2px;
  height: 9.02rem;
  top: 45.1px;
  top: 4.51rem
}

.zoom_18 .radius_41 {
  width: 184.5px;
  width: 18.45rem;
  height: 184.5px;
  height: 18.45rem;
  top: 92.25px;
  top: 9.225rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_42 {
  width: 92.4px;
  width: 9.24rem;
  height: 92.4px;
  height: 9.24rem;
  top: 46.2px;
  top: 4.62rem
}

.zoom_18 .radius_42 {
  width: 189px;
  width: 18.9rem;
  height: 189px;
  height: 18.9rem;
  top: 94.5px;
  top: 9.45rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_43 {
  width: 94.6px;
  width: 9.46rem;
  height: 94.6px;
  height: 9.46rem;
  top: 47.3px;
  top: 4.73rem
}

.zoom_18 .radius_43 {
  width: 193.5px;
  width: 19.35rem;
  height: 193.5px;
  height: 19.35rem;
  top: 96.75px;
  top: 9.675rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_44 {
  width: 96.8px;
  width: 9.68rem;
  height: 96.8px;
  height: 9.68rem;
  top: 48.4px;
  top: 4.84rem
}

.zoom_18 .radius_44 {
  width: 198px;
  width: 19.8rem;
  height: 198px;
  height: 19.8rem;
  top: 99px;
  top: 9.9rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_45 {
  width: 99px;
  width: 9.9rem;
  height: 99px;
  height: 9.9rem;
  top: 49.5px;
  top: 4.95rem
}

.zoom_18 .radius_45 {
  width: 202.5px;
  width: 20.25rem;
  height: 202.5px;
  height: 20.25rem;
  top: 101.25px;
  top: 10.125rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_46 {
  width: 101.2px;
  width: 10.12rem;
  height: 101.2px;
  height: 10.12rem;
  top: 50.6px;
  top: 5.06rem
}

.zoom_18 .radius_46 {
  width: 207px;
  width: 20.7rem;
  height: 207px;
  height: 20.7rem;
  top: 103.5px;
  top: 10.35rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_47 {
  width: 103.4px;
  width: 10.34rem;
  height: 103.4px;
  height: 10.34rem;
  top: 51.7px;
  top: 5.17rem
}

.zoom_18 .radius_47 {
  width: 211.5px;
  width: 21.15rem;
  height: 211.5px;
  height: 21.15rem;
  top: 105.75px;
  top: 10.575rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_48 {
  width: 105.6px;
  width: 10.56rem;
  height: 105.6px;
  height: 10.56rem;
  top: 52.8px;
  top: 5.28rem
}

.zoom_18 .radius_48 {
  width: 216px;
  width: 21.6rem;
  height: 216px;
  height: 21.6rem;
  top: 108px;
  top: 10.8rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_49 {
  width: 107.8px;
  width: 10.78rem;
  height: 107.8px;
  height: 10.78rem;
  top: 53.9px;
  top: 5.39rem
}

.zoom_18 .radius_49 {
  width: 220.5px;
  width: 22.05rem;
  height: 220.5px;
  height: 22.05rem;
  top: 110.25px;
  top: 11.025rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.zoom_17 .radius_50 {
  width: 110px;
  width: 11rem;
  height: 110px;
  height: 11rem;
  top: 55px;
  top: 5.5rem
}

.zoom_18 .radius_50 {
  width: 225px;
  width: 22.5rem;
  height: 225px;
  height: 22.5rem;
  top: 112.5px;
  top: 11.25rem;
  background-image: url(../images/markers/location-circle-large.png)!important;
  z-index: 100
}

.mapsite_links_credits {
  margin-bottom: 10px!important;
  clear: both
}

.mapsite_links_credits h1 {
  margin-bottom: 0
}

@media print {
  .mapsite_links_credits {
    display: none
  }
}

.is-printing .mapsite_links_credits {
  display: none
}

.ui-menu-item {
  list-style-image: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fff!important;
  padding: .5rem .5rem .5rem 1rem;
  border-width: 1px 0 0!important;
  border-style: solid!important;
  border-color: #D6D2C4!important;
  background-image: none!important;
  font-weight: 400!important;
  color: #0f0f0f!important;
  margin: 0!important
}

.ui-menu-item:last-child {
  border-bottom-width: 0!important
}

.ui-state-focus {
  font-weight: 400!important;
  background-color: #D6D2C4!important
}

.accordion__description {
  max-height: 385px;
  max-height: 38.5rem;
  overflow-y: auto;
  padding: 0
}

.accordion__list {
  padding-bottom: 1rem;
  margin: 0
}

.accordion__listitem {
  margin: 0;
  list-style-type: none
}

.arrow_right {
  background: url(../images/icons/Arrow-right-white.png) no-repeat 15px #007E9E
}

.arrow_left {
  background: url(../images/icons/Arrow-left-white.png) no-repeat 15px #007E9E
}

.info_icon {
  background: url(../images/icons/Info-16x16.png) no-repeat 15px #007E9E
}

.mobile_header,
.mobile_reset,
.mobile_title {
  display: none
}

.mobile_title {
  background-color: #007E9E;
  position: fixed;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 1rem;
  z-index: 100;
  left: 0;
  right: 0
}

.mobile_title h1 {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 7px
}

.mobile_title__link {
  position: absolute;
  right: 15px;
  top: 5px
}

@media only screen and (max-width:767px) {
  .box_map_info {
    margin-left: 0
  }
  .directions_search {
    padding: 5px 10px
  }
  .touch .mobile_header__link:active,
  .touch .mobile_header__link:hover,
  .touch .mobile_header__link:link,
  .touch .mobile_header__link:visited,
  .touch .mobile_reset__link:active,
  .touch .mobile_reset__link:hover,
  .touch .mobile_reset__link:link,
  .touch .mobile_reset__link:visited,
  .touch .mobile_title__link:active,
  .touch .mobile_title__link:hover,
  .touch .mobile_title__link:link,
  .touch .mobile_title__link:visited {
    color: #fff;
    text-decoration: none;
    font-weight: 400
  }
  .touch .photograph {
    background-color: transparent
  }
  .touch .header__open {
    left: 50px
  }
  .touch .mobile_header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #006a85;
    z-index: 100
  }
  .touch .mobile_header__link {
    font-size: 16px;
    font-size: 1.6rem;
    padding: .5rem 3.5rem;
    width: 82%;
    display: block;
    position: relative;
    z-index: 1000
  }
  .touch .mobile_reset {
    display: none;
    background-color: #007E9E;
    position: absolute;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 1rem;
    z-index: 100
  }
  .touch .mobile_reset__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 8px;
    top: .8rem;
    margin-right: .5rem
  }
  .touch .gmap {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
  }
  .touch .ui_search:focus {
    font-size: 16px
  }
  .touch #home {
    background-color: transparent
  }
  .touch .footer.wrapper {
    display: none
  }
  .touch .mobile_header {
    display: block
  }
  .touch .site-content__body {
    height: 100vh
  }
  .touch .ui_links {
    display: none
  }
  .touch .is-displaying-map .mobile_title {
    display: block
  }
  .touch .is-displaying-location .mobile_reset,
  .touch .is-displaying-route-on-map .mobile_reset {
    display: block
  }
  .touch .is-displaying-info .gmap,
  .touch .is-displaying-info .header--mobile {
    left: -10000px
  }
  .touch .is-displaying-info .mobile_header {
    top: 0;
    bottom: auto
  }
  .touch .is-displaying-info .mobile_reset {
    display: none
  }
  .touch .is-displaying-info .box_map_info,
  .touch .is-displaying-info .map_details {
    display: block
  }
  .touch .is-displaying-info .site-content__inner {
    top: 43px;
    top: 4.3rem;
    left: 0;
    padding: 0
  }
  .touch .is-displaying-info .box_map_info_main_search {
    margin-left: 0
  }
  .touch .is-displaying-location-info,
  .touch .is-displaying-route-directions {
    overflow-x: visible
  }
  .touch .is-displaying-location-info .gmap,
  .touch .is-displaying-location-info .header--mobile,
  .touch .is-displaying-route-directions .gmap,
  .touch .is-displaying-route-directions .header--mobile {
    left: -10000px!important
  }
  .touch .is-displaying-location-info .mobile_header,
  .touch .is-displaying-route-directions .mobile_header {
    top: 0;
    bottom: auto
  }
  .touch .is-displaying-location-info .box_map_info,
  .touch .is-displaying-route-directions .box_map_info {
    display: block;
    margin-left: 0;
    position: relative
  }
  .touch .is-displaying-location-info .mobile_reset,
  .touch .is-displaying-route-directions .mobile_reset {
    display: none
  }
  .touch .is-displaying-location-info .site-content__inner,
  .touch .is-displaying-route-directions .site-content__inner {
    top: 43px;
    top: 4.3rem;
    left: 0;
    padding: 0
  }
  .touch .is-displaying-location-info .mapsite_links_credits,
  .touch .is-displaying-route-directions .mapsite_links_credits {
    position: relative
  }
  .touch .is-displaying-location .gmap,
  .touch .is-displaying-map .gmap,
  .touch .is-displaying-route-on-map .gmap {
    left: -25px;
    left: -2.5rem;
    height: auto;
    width: auto
  }
  .touch .is-displaying-location .box_map_info,
  .touch .is-displaying-location .map_details,
  .touch .is-displaying-map .box_map_info,
  .touch .is-displaying-map .map_details,
  .touch .is-displaying-route-on-map .box_map_info,
  .touch .is-displaying-route-on-map .map_details {
    display: none
  }
  .touch .is-displaying-location,
  .touch .is-displaying-route-on-map {
    overflow-y: hidden;
    height: 80vh
  }
  .touch .is-displaying-route-directions .map_details {
    display: none
  }
  .touch .map_container .box_map_info__header,
  .touch .map_container ol,
  .touch .map_container p,
  .touch .map_container span,
  .touch .map_container ul {
    font-size: 16px;
    font-size: 1.6rem
  }
  .touch .map_container h2 {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media screen and (min-width:375px) and (max-width:414px) {
  .mobile_reset {
    top: 83px;
    right: -21px;
    right: -2.1rem
  }
  .mobile_title {
    top: 83px
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  .mobile_reset {
    top: 72px;
    right: -21px;
    right: -2.1rem
  }
  .mobile_title {
    top: 72px
  }
}

.loader {
  display: none;
  background-color: #fff;
  opacity: .8;
  position: fixed;
  top: 0;
  margin-top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 40%
}

.loader__text {
  font-size: 30px;
  font-size: 3rem;
  text-align: center
}

.touch .is-displaying-loader .loader {
  display: block
}

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 100%;
  text-align: center
}

.sk-spinner-three-bounce div {
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes sk-threeBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sk-threeBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.download-thumbs {
  margin-left: 0
}

.download-thumbs--img {
  margin-bottom: 0
}

.download-thumbs--li {
  margin-bottom: 1.5em
}

.hidden,
.screenreader {
  position: absolute;
  top: 0;
  left: -9999px
}

.bold {
  font-weight: 700
}

.on_load_announcement {
  background: #ffd030;
  position: absolute;
  z-index: 1001;
  height: auto;
  /*margin-top: 20px*/
}

.on_load_announcement p {
  display: inline-block;
  opacity: 1;
  width: 95%;
  margin-bottom: 0
}

.on_load_announcement img.close_icon {
  align: right;
  margin: 0;
  background: #555;
  position: absolute;
  right: 0;
  top: 0
}

.on_load_announcement img.close_icon:hover {
  cursor: pointer;
  background: #0f0f0f
}

@media only screen and (max-width:767px) {
  .on_load_announcement {
    width: 99%;
    left: -1.9%;
    padding: 4px 2% 5px;
    top: 25vw;
    /*display: none*/
  }
}

@media only screen and (min-width:768px) and (max-width:989px) {
  .on_load_announcement {
    padding: 4px 3.75% 5px;
    left: -3.75%;
    top: 7vw
  }
}

@media only screen and (min-width:990px) {
  .on_load_announcement {
    padding: 4px 1% 5px;
    width: 90%;
    top: 2.5vw
    /*left: -2.05%*/
  }
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -125px;
  width: 250px;
  background: #d6d2c4;
  text-align: center;
  border: 1px solid #777;
  padding: 1%
}

#loader img {
  margin: 0 43%
}

.map_container label#currentLocation.ui_legend__label {
  margin-left: 2px
}

.masthead__search ul {
  margin-left: 0;
  margin-top: 10px
}

.masthead__search ul.profile-details li {
  display: block
}

.masthead__search li.tt-suggestion {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: .5em 2%
}

.masthead__search li a {
  color: #fff!important
}

.masthead__search form {
  height: 30px;
  width: 85%;
  left: 0;
  top: 0
}

.masthead__search form .fa {
  float: left;
  margin-right: 10px;
  top: 3px;
  position: relative
}

.masthead__search form ul.profile-details {
  margin: 0;
  width: 100%
}

.masthead__search form h2 {
  margin-top: 0;
  font-size: 18px!important
}

@media screen and (max-width:1200px) {
  .masthead__search form h2 {
    height: 32px
  }
}

.masthead__search .AC-result .email:before,
.masthead__search .AC-result .tel:before,
.masthead__search .sprite {
  background-image: url(/indigo/images/search-sprite.png);
  margin-left: 10px
}

.masthead__search .search {
  left: 88%;
  width: 12%;
  border-radius: 4px
}

.masthead__search .tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(51, 51, 51, .3);
  left: 5%;
  position: absolute;
  top: 38px;
  width: 90%;
  z-index: 5050
}

.masthead__search .tt-dropdown-menu ul {
  margin-bottom: 10px
}

.masthead__search .tt-dropdown-menu li {
  color: #333;
  font-size: 12px;
  list-style: none;
  border-bottom: 1px solid #eee;
  height: 64px;
  max-height: 64px;
  width: 96%;
  text-align: left
}

.masthead__search .tt-dropdown-menu li h3 {
  margin-top: 0
}

.masthead__search .tt-dropdown-menu li p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0
}

.masthead__search .tt-dropdown-menu li p a {
  text-decoration: none;
  font-size: 12px
}

.masthead__search .tt-dropdown-menu li a {
  color: #4693ea!important;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px
}

.masthead__search .tt-dropdown-menu .no-results {
  color: #4693ea!important;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center
}

@media (max-width:1023px) {
  .masthead__search .tt-dropdown-menu {
    display: none!important
  }
}

@media (max-width:1220px) {
  .masthead__search .tt-dropdown-menu .AC-result--directory img {
    display: none!important
  }
}

.masthead__search .AC-result {
  display: table-cell;
  height: 100%;
  margin-left: 5px;
  padding: 0;
  border-left: 1px solid #AAA;
  width: 25%
}

.masthead__search .AC-result:first-child {
  margin-left: 0;
  border-left: 1px solid transparent
}

.masthead__search .AC-result h2 {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 4px;
  padding: .5em
}

.masthead__search .AC-result a {
  color: #4693ea!important;
  display: block;
  font-size: .8em;
  font-size: 12px;
  font-weight: 700
}

.masthead__search .AC-result a.show-all {
  text-align: center;
  margin-bottom: .5em
}

.masthead__search .AC-result ul li:hover {
  background-color: #e6f1fc;
  font-size: auto
}

.masthead__search .AC-result ul li:hover li:hover {
  background-color: transparent
}

.masthead__search .AC-result ul li li {
  height: auto
}

.masthead__search .AC-result img {
  max-height: 60px;
  max-width: 60px
}

.masthead__search .AC-result .email {
  clear: left;
  float: left;
  padding-left: 30px;
  line-height: 24px
}

.masthead__search .AC-result .email:before {
  content: '';
  position: absolute;
  left: -35px;
  width: 18px;
  height: 12px;
  top: 6px
}

.masthead__search .AC-result .email a {
  color: #4c98e5;
  font-size: .8em;
  font-size: 12px
}

.masthead__search .AC-result .tel {
  font-size: 12px;
  line-height: 20px;
  padding-left: 30px;
  position: relative
}

.masthead__search .AC-result .tel:before {
  content: '';
  position: absolute;
  left: -35px;
  width: 20px;
  height: 18px;
  top: 3px;
  background-position: 0 -31px
}

.masthead__search .AC-result .tel span {
  font-weight: 700;
  display: inline
}

.masthead__search .AC-result .tel a {
  display: inline
}

.masthead__search .AC-result .email,
.masthead__search .AC-result .tel--external {
  position: relative;
  left: 2em
}

.masthead__search .AC-results {
  box-sizing: border-box;
  display: table;
  height: 100%;
  padding: 16px 0;
  table-layout: fixed;
  width: 100%
}

.masthead__search .AC-result--directory .AC-details__image {
  display: table-cell;
  padding-top: 5px
}

.masthead__search .AC-result--directory .AC-details__image img {
  margin-right: 20px;
  display: block;
  padding-left: 16px
}

.masthead__search .AC-result--directory img {
  float: left;
  position: relative;
  top: .5em
}

.masthead__search .AC-result--directory .AC-details {
  display: block;
  float: left;
  width: 77%
}

.masthead__search .AC-result--directory .AC-details .profile-details li {
  border-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px
}

.masthead__search .AC-result--directory .AC-details .profile-details li a {
  font-size: 12px
}

.masthead__search .twitter-typeahead {
  width: 100%
}

.masthead__search #query {
  outline: 0;
  border: none
}

.masthead {
  background-color: #444;
  color: #fff;
  height: 45px;
  font-size: 12px;
  font-size: 1.2rem
}

@media only screen and (max-width:767px) {
  .masthead {
    height: auto;
    border-bottom: 1px solid #ccc
  }
  .masthead .wrapper {
    background-color: #444
  }
}

.masthead img {
  width: auto
}

.masthead__search {
  position: relative;
  padding: 6px 0 3px;
  box-sizing: border-box;
  float: right;
  width: 42%
}

@media only screen and (max-width:767px) {
  .masthead__search {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 3.5em;
    height: 4em;
    margin-left: auto;
    margin-right: auto
  }
}

.masthead__search label {
  margin-top: 9px
}

.masthead__list {
  float: left;
  width: 55%;
  font-size: 16px;
  display: block;
  margin-left: 0
}

@media only screen and (max-width:767px) {
  .masthead__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 1em
  }
}

@media (max-width:989px) {
  .masthead__list {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.masthead__item {
  padding-right: 1em;
  height: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .masthead__item {
    display: block;
    text-align: left
  }
}

@media (max-width:989px) {
  .masthead__item {
    padding-right: .75em
  }
}

.lt-ie9 .masthead__item {
  margin-top: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1
}

.masthead__link {
  font-weight: 400;
  color: #fff;
  text-decoration: none
}

.masthead__link:active,
.masthead__link:focus,
.masthead__link:hover {
  color: #fff
}