@import url("//fonts.googleapis.com/css?family=Archivo+Narrow|PT+Sans:400,700");
/* BOOTSTRAP */
/* Colours - http://getbootstrap.com/customize/#forms */
/* Form states and alerts - http://getbootstrap.com/customize/#form-states-and-alerts */
/* Components - http://getbootstrap.com/customize/#components */
/* Buttons - http://getbootstrap.com/customize/#buttons */
/* Forms - http://getbootstrap.com/customize/#forms */
/* CUSTOM VARIABLES */
/* Member signup dropdown */
/* Member signup module */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #00957A;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00493b;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  /* padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2); MC commented this out to remove gutters from the side of pages. */ }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 980px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 980px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /* padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2); MC commented this out to remove gutters from the side of pages. */ }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #FFFFFF; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFFFFF; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #FFFFFF; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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

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

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #02AF52; }

.has-success .form-control {
  border-color: #02AF52;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #017d3a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1bfc83;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1bfc83; }

.has-success .input-group-addon {
  color: #02AF52;
  border-color: #02AF52;
  background-color: #FFFFFF; }

.has-success .form-control-feedback {
  color: #02AF52; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #CE6B00; }

.has-warning .form-control {
  border-color: #CE6B00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #9b5100;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9e35;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9e35; }

.has-warning .input-group-addon {
  color: #CE6B00;
  border-color: #CE6B00;
  background-color: #FFFFFF; }

.has-warning .form-control-feedback {
  color: #CE6B00; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #AF0001; }

.has-error .form-control {
  border-color: #AF0001;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #7c0001;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1617;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1617; }

.has-error .input-group-addon {
  color: #AF0001;
  border-color: #AF0001;
  background-color: #FFFFFF; }

.has-error .form-control-feedback {
  color: #AF0001; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #ffffff;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #c6c6c6; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-default .badge {
    color: #e5e5e5;
    background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #00957A;
  border-color: #00957A; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #006250;
    border-color: #005848; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #00957A;
    border-color: #00957A; }
  .btn-primary .badge {
    color: #00957A;
    background-color: #ffffff; }

.btn-success {
  color: #fff;
  background-color: #02AF52;
  border-color: #029646; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #017d3a;
    border-color: #01592a; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #02AF52;
    border-color: #029646; }
  .btn-success .badge {
    color: #02AF52;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #CE6B00;
  border-color: #b55e00; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #9b5100;
    border-color: #773e00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #CE6B00;
    border-color: #b55e00; }
  .btn-warning .badge {
    color: #CE6B00;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #AF0001;
  border-color: #960001; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7c0001;
    border-color: #580001; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #AF0001;
    border-color: #960001; }
  .btn-danger .badge {
    color: #AF0001;
    background-color: #fff; }

.btn-link {
  color: #00957A;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #00493b;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #FFFFFF;
  border-color: #02AF52;
  color: #02AF52; }
  .alert-success hr {
    border-top-color: #029646; }
  .alert-success .alert-link {
    color: #017d3a; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #FFFFFF;
  border-color: #CE6B00;
  color: #CE6B00; }
  .alert-warning hr {
    border-top-color: #b55e00; }
  .alert-warning .alert-link {
    color: #9b5100; }

.alert-danger {
  background-color: #FFFFFF;
  border-color: #AF0001;
  color: #AF0001; }
  .alert-danger hr {
    border-top-color: #960001; }
  .alert-danger .alert-link {
    color: #7c0001; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

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

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #9A9A9A; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/* OVERRIDE CSS */
.btn {
  border: 1px solid transparent; }
  .btn:hover, .btn:focus, .btn.focus, .btn:active {
    border: 1px solid transparent; }

.form-control {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }

.alert {
  margin-top: 20px;
  border-width: 2px;
  font-weight: bold;
  overflow: hidden; }
  .alert ul {
    margin: 0px;
    padding-left: 20px; }
  .alert .icon-outer {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0px 10px 0px 0px;
    background: #D1D2D4;
    border-radius: 100%;
    font-size: 20px; }
  .alert .content-icon-nudge {
    padding-top: 3px; }

@font-face {
  font-family: "TWAM-11";
  src: url("../../fonts/TWAM-11.eot");
  src: url("../../fonts/TWAM-11.eot#iefix") format("embedded-opentype"), url("../../fonts/TWAM-11.woff") format("woff"), url("../../fonts/TWAM-11.ttf") format("truetype"), url("../../fonts/TWAM-11.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "TWAM-11" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "TWAM-11" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-filled-left:before {
  content: "\63"; }

.icon-arrow-left:before {
  content: "\64"; }

.icon-arrow-filled-right:before {
  content: "\65"; }

.icon-arrow-up:before {
  content: "\66"; }

.icon-blog:before {
  content: "\67"; }

.icon-buttons:before {
  content: "\68"; }

.icon-camera:before {
  content: "\69"; }

.icon-cloud:before {
  content: "\6a"; }

.icon-cloud-fog:before {
  content: "\6b"; }

.icon-cloud-fog-moon:before {
  content: "\6c"; }

.icon-cloud-fog-sun:before {
  content: "\6d"; }

.icon-arrow-down:before {
  content: "\61"; }

.icon-arrow:before {
  content: "\62"; }

.icon-cloud-hail:before {
  content: "\6e"; }

.icon-cloud-heavyrain:before {
  content: "\6f"; }

.icon-cloud-heavyrain-moon:before {
  content: "\70"; }

.icon-cloud-heavyrain-sun:before {
  content: "\71"; }

.icon-cloud-ice:before {
  content: "\72"; }

.icon-cloud-lightning:before {
  content: "\73"; }

.icon-cloud-lightning-moon:before {
  content: "\74"; }

.icon-cloud-lightning-sun:before {
  content: "\75"; }

.icon-cloud-rain:before {
  content: "\76"; }

.icon-cloud-sleet:before {
  content: "\77"; }

.icon-cloud-snow:before {
  content: "\78"; }

.icon-cloud-wind:before {
  content: "\79"; }

.icon-cloud-wind-moon:before {
  content: "\7a"; }

.icon-menu:before {
  content: "\41"; }

.icon-machine:before {
  content: "\42"; }

.icon-lock:before {
  content: "\43"; }

.icon-info:before {
  content: "\44"; }

.icon-hammer:before {
  content: "\45"; }

.icon-fullarrow:before {
  content: "\46"; }

.icon-flickrfooter:before {
  content: "\47"; }

.icon-facebookfooter:before {
  content: "\48"; }

.icon-facebook:before {
  content: "\49"; }

.icon-doublearrow:before {
  content: "\4a"; }

.icon-date:before {
  content: "\4b"; }

.icon-coffee:before {
  content: "\4c"; }

.icon-cloud-wind-sun:before {
  content: "\4d"; }

.icon-moon-cloud:before {
  content: "\4e"; }

.icon-moon-cloud-hail:before {
  content: "\4f"; }

.icon-moon-cloud-ice:before {
  content: "\50"; }

.icon-moon-cloud-rain:before {
  content: "\51"; }

.icon-moon-cloud-sleet:before {
  content: "\52"; }

.icon-moon-cloud-snow:before {
  content: "\53"; }

.icon-paint:before {
  content: "\54"; }

.icon-pen:before {
  content: "\55"; }

.icon-phone:before {
  content: "\56"; }

.icon-play:before {
  content: "\57"; }

.icon-plus:before {
  content: "\58"; }

.icon-pound:before {
  content: "\59"; }

.icon-scissors:before {
  content: "\5a"; }

.icon-twitter:before {
  content: "\30"; }

.icon-trolly:before {
  content: "\31"; }

.icon-time:before {
  content: "\32"; }

.icon-sun-cloud-snow:before {
  content: "\33"; }

.icon-sun-cloud-sleet:before {
  content: "\34"; }

.icon-sun-cloud-rain:before {
  content: "\35"; }

.icon-sun-cloud-ice:before {
  content: "\36"; }

.icon-sun-cloud-hail:before {
  content: "\37"; }

.icon-sun-cloud:before {
  content: "\38"; }

.icon-sun:before {
  content: "\39"; }

.icon-sound:before {
  content: "\21"; }

.icon-signin:before {
  content: "\22"; }

.icon-search:before {
  content: "\23"; }

.icon-twitterfooter:before {
  content: "\24"; }

.icon-wheelchair:before {
  content: "\25"; }

.icon-wool:before {
  content: "\26"; }

.icon-youtubefooter:before {
  content: "\27"; }

.icon-1clock:before {
  content: "\28"; }

.icon-1crown:before {
  content: "\29"; }

.icon-1star:before {
  content: "\2a"; }

.icon-1warning:before {
  content: "\2b"; }

.icon-2address:before {
  content: "\2c"; }

.icon-2arrowincircle:before {
  content: "\2d"; }

.icon-2babychange:before {
  content: "\2e"; }

.icon-2cafe:before {
  content: "\2f"; }

.icon-2link:before {
  content: "\3a"; }

.icon-2location:before {
  content: "\3b"; }

.icon-2parking:before {
  content: "\3c"; }

.icon-2search:before {
  content: "\3d"; }

.icon-2shop:before {
  content: "\3e"; }

.icon-2access:before {
  content: "\3f"; }

.icon-2wheelchair:before {
  content: "\3f"; }

.icon-3warning:before {
  content: "\40"; }

.icon-3success:before {
  content: "\5b"; }

.icon-3error:before {
  content: "\5d"; }

.icon-demo ul, .icon-demo h2 {
  width: 100%;
  clear: both; }

.icon-demo li {
  float: left;
  list-style: none;
  margin-bottom: 30px; }

.icon-demo .icon {
  font-size: 100px; }

body {
  font-family: Arial; }

h1 {
  font-size: 40px; }

.js .js-hide {
  display: none; }

.js .js-show {
  display: block; }

.no-js .js-hide {
  display: block; }

.no-js .js-show {
  display: none; }

.inline-own-line {
  display: block;
  float: none;
  clear: both; }

.optional-text {
  display: none; }

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

input[type="text"].optional {
  padding-right: 60px; }

input[type="text"].optional + .optional-text {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  color: green;
  font-size: 11px;
  margin-left: -50px;
  width: 50px;
  height: 20px; }

.container {
  overflow: hidden;
  /* Prevent padding on the side of columns causing horizontal scrollbars */ }

div.datepicker {
  color: #333333 !important; }

span.datepicker {
  float: right;
  background: none !important;
  border: none !important; }

.dp-wrap {
  position: absolute;
  top: 0;
  right: 0; }
  .dp-wrap span.datepicker {
    padding: 9px 18px 0 6px;
    -webkit-transition: opacity 0.2s;
    /* Safari */
    transition: opacity 0.2s;
    cursor: pointer; }
    .dp-wrap span.datepicker:before {
      float: right;
      font-size: 24px; }
    .dp-wrap span.datepicker:hover {
      opacity: 0.75; }
  .dp-wrap .datepicker-dropdown {
    position: absolute;
    top: 30px !important;
    right: 14px !important;
    z-index: 1000 !important;
    left: auto !important;
    min-width: 200px; }

.recaptcha-error-message {
  color: #d53c3c;
  font-size: 0.8em;
  margin-bottom: 6px; }

#workshop-form-container .submit-button {
  background: #000; }

.checkbox-wrap {
  position: relative;
  padding-left: 14px; }
  .checkbox-wrap span {
    margin: 8px 0 0 24px;
    display: inline-block;
    font-size: 11px; }
  .checkbox-wrap .checkbox {
    position: absolute;
    left: 0; }

.well {
  margin: 30px 0;
  padding: 30px 26px;
  background: #ececec; }
  .well h3 {
    margin: 0 0 30px 0;
    font-size: 20px; }
  .well .form-group {
    margin-bottom: 24px; }
    .well .form-group.address-group {
      margin-bottom: 10px; }
    .well .form-group.number_of_places input {
      width: 40px; }
    .well .form-group select {
      width: 100%;
      margin-top: 5px; }
    .well .form-group textarea {
      resize: vertical; }
  .well .errorMessage {
    color: #d53c3c;
    font-size: 0.8em;
    padding-top: 6px; }
  .well label {
    font-size: 12px;
    color: #646464;
    font-weight: lighter;
    float: left;
    margin-top: 9px; }
  .well input {
    border: 0;
    border-radius: 0; }
  .well .checkbox label {
    padding-left: 10px; }
  .well .checkbox input {
    margin: 9px 0 0; }
  .well .radios input {
    margin-right: 10px;
    margin-top: 11px;
    float: left; }
  .well .radios div span:before, .well .radios div span:after {
    content: " ";
    display: table; }
  .well .radios div span:after {
    clear: both; }
  .well .radios div span label {
    margin-right: 32px; }
  .well .submit-button {
    color: white;
    background-color: #97004f;
    padding: 14px 25px;
    text-transform: uppercase;
    float: right;
    text-decoration: underline; }
    .well .submit-button:hover {
      text-decoration: none; }

.funders-container:before, .funders-container:after {
  content: " ";
  display: table; }

.funders-container:after {
  clear: both; }

.funders-container header {
  margin-bottom: 0 !important; }

.funders-container h2 {
  border-bottom: none !important; }

.funder-inner-wrap {
  background-color: white; }
  .funder-inner-wrap:before, .funder-inner-wrap:after {
    content: " ";
    display: table; }
  .funder-inner-wrap:after {
    clear: both; }

.funder-item {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 980px) {
    .funder-item {
      width: 50%; } }
  .funder-item span {
    vertical-align: middle;
    color: #414141;
    font-size: 20px;
    font-weight: bolder;
    display: none; }
  .funder-item a {
    vertical-align: middle;
    display: inline-block;
    max-width: 62%;
    margin: 0 auto;
    transition: opacity 0.15s ease-in-out;
    vertical-align: middle; }
    .no-touch .funder-item a:hover {
      opacity: 0.75; }
    @media (min-width: 980px) {
      .funder-item a {
        max-width: 100%; } }
  .funder-item img.img-responsive {
    border: none;
    outline: none;
    vertical-align: baseline; }

.nested-col {
  padding: 0; }
  @media (min-width: 980px) {
    .nested-col.address_line_3 input {
      width: 90%; } }

.delayed-image-load {
  display: block; }

.mobile-nav-mask {
  width: 100%;
  height: 500%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

/* CONTENT */
.main-content {
  padding-bottom: 60px; }
  .main-content h1 {
    padding: 0 15px; }
  .main-content table {
    width: 100%; }
    .main-content table td, .main-content table th {
      padding: 5px; }

.page-standard .main-content p.introduction {
  margin-bottom: 30px; }

.redactor-content ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

.redactor-content ::-webkit-scrollbar-thumb {
  background-color: #C3C3C3; }

.redactor-content ::-webkit-scrollbar-track {
  background: #eeeeee; }

.redactor-content p:first-child {
  margin-top: 0; }

.redactor-content p img {
  max-width: 100%; }

.redactor-content table {
  border-bottom: 1px solid #eee; }
  .redactor-content table tr {
    border-top: 1px solid #eee; }
  .redactor-content table thead tr {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; }
  .redactor-content table tbody {
    border-bottom: 1px solid #DDDDDD; }

.redactor-content .table-responsive {
  border: 0 none; }

.redactor-content .video-responsive {
  /* http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/ */
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .redactor-content .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.map-outer .leaflet-bottom, .map-outer .leaflet-top {
  z-index: 2; }

.map-outer .map-inner {
  height: 100%;
  width: 100%;
  min-height: 100px; }

.map-outer .map-description {
  position: relative;
  top: -38px;
  height: 31px;
  background-color: white;
  opacity: 0.6;
  margin: 0;
  padding: 9px 0;
  font-size: 12px; }
  .map-outer .map-description span {
    position: absolute;
    left: -9999px; }

.staging-warning {
  background: rgba(255, 168, 7, 0.85);
  padding: 10px 15px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  left: 5%;
  right: 5%;
  font-family: arial;
  font-size: 12px;
  z-index: 2; }

.page-search {
  min-height: 600px; }

.search-form {
  width: 80%;
  margin: 0 auto; }
  .search-form input[type=text] {
    border: 1px solid #000000;
    border-right: none;
    padding: 10px;
    height: 50px;
    width: 80%; }
  .search-form input[type=submit] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    outline: 0;
    height: 50px;
    padding: 0 30px;
    width: 20%; }

.search-results .search-result .result-title {
  margin-top: 0;
  margin-bottom: 10px; }

.search-results .search-result .password-field {
  position: relative; }
  .search-results .search-result .password-field a {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 11px;
    font-size: 11px; }

.search-results .search-result input.form-control {
  margin-right: 5px;
  border-radius: 0;
  width: 35%; }

.search-results .search-result input[type=submit] {
  background-color: #ffffff;
  color: #000000;
  border: 0 none; }

.search-results .search-result.shown {
  top: 0;
  transition: top 0.5s; }

.search-results .search-result .cancel {
  float: right;
  line-height: 36px; }

.responsive-video-holder {
  overflow: hidden;
  position: relative;
  min-height: 215px;
  height: 100%; }
  .responsive-video-holder .play-button {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-image: url("../../images/static/play-icon.png");
    cursor: pointer;
    z-index: 10;
    display: block; }
    .responsive-video-holder .play-button:hover {
      background-color: rgba(0, 0, 0, 0.65); }
    .responsive-video-holder .play-button span {
      position: absolute;
      left: -99999px; }
  .responsive-video-holder img {
    width: 100%; }
  .responsive-video-holder .responsive-video,
  .responsive-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .responsive-video-holder .responsive-video {
    display: none; }

.cta {
  text-decoration: none;
  margin-bottom: 20px; }
  .cta:hover {
    color: #ffffff;
    text-decoration: underline; }

.cta__inner {
  background-color: #e5e5e5;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  text-align: center; }
  .cta__inner p {
    width: 100%;
    margin: 0; }

.cta__heading {
  margin: 0; }

.cta--inverse .cta__inner {
  background-color: #00957A;
  color: #ffffff; }

.height-matcher {
  display: flex; }

.height-matcher__child {
  display: flex; }

.view-more-events {
  margin-bottom: 20px; }

.masthead {
  height: 68px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 17px solid #e5e5e5;
  z-index: 4;
  position: relative; }
  .masthead .container {
    padding: 0px; }
  .masthead .logo {
    width: 73px;
    float: left;
    background: #e5e5e5;
    height: 50px;
    margin: 0px;
    line-height: 50px;
    text-align: center; }
    .masthead .logo a {
      display: block;
      height: 50px; }
      .masthead .logo a span {
        position: absolute;
        left: -99999px; }
  .masthead .main {
    position: absolute;
    width: 90%;
    top: -17px;
    right: 0px;
    background: #000000;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    border-left: 1px solid #ccc;
    z-index: 999999;
    margin-bottom: 10px; }
    .masthead .main .features {
      z-index: 6; }
      .masthead .main .features .strap {
        display: none; }
      .masthead .main .features .nav {
        list-style-type: none;
        font-family: 'PT Sans', sans-serif;
        margin: 0px;
        padding: 0px; }
        .masthead .main .features .nav > li {
          border-bottom: 1px solid #eaeaea;
          background: #e4e4e4; }
        .masthead .main .features .nav a {
          color: #FFFFFF;
          font-size: 11px;
          padding: 15px;
          display: block;
          padding-left: 12px;
          text-decoration: none; }
        .masthead .main .features .nav .icon {
          color: #FFFFFF;
          font-size: 22px;
          line-height: 0.2;
          display: inline-block;
          vertical-align: middle; }
    .masthead .main .main-nav > ul {
      margin: 0px;
      padding: 0px;
      width: 100%;
      list-style-type: none; }
      .masthead .main .main-nav > ul > li {
        position: relative;
        z-index: 999999;
        border-bottom: 1px solid #f6f4f5;
        width: 100%;
        background: #fff;
        color: #000;
        /* SUBMENUS */ }
        .masthead .main .main-nav > ul > li.has-submenu .icon {
          display: block;
          width: 92px;
          height: 46px;
          padding: 15px;
          font-size: 18px;
          position: absolute;
          top: 0;
          right: 0;
          text-align: right; }
        .masthead .main .main-nav > ul > li.has-submenu .icon-arrow-up {
          display: none; }
        .masthead .main .main-nav > ul > li.has-submenu.subnav-open {
          background: #000000; }
          .masthead .main .main-nav > ul > li.has-submenu.subnav-open > a {
            color: #ffffff; }
          .masthead .main .main-nav > ul > li.has-submenu.subnav-open .icon-arrow-up {
            display: inline; }
          .masthead .main .main-nav > ul > li.has-submenu.subnav-open .icon-arrow-down {
            display: none; }
          .masthead .main .main-nav > ul > li.has-submenu.subnav-open > ul > li:first-child {
            border-top: 1px solid #222; }
        .masthead .main .main-nav > ul > li > ul {
          margin: 0;
          display: none;
          list-style: none;
          padding: 0;
          background: #000000; }
          .masthead .main .main-nav > ul > li > ul > li {
            border-bottom: 1px solid #222; }
            .masthead .main .main-nav > ul > li > ul > li > a {
              color: #ffffff;
              padding-left: 25px;
              font-size: 10px; }
        .masthead .main .main-nav > ul > li a {
          color: #000;
          text-decoration: none;
          font-size: 13px; }
    .masthead .main .main-nav > ul a {
      display: block;
      padding: 15px;
      /* do not remove */ }
    .masthead .main .main-nav > ul a:hover,
    .masthead .main .main-nav > ul a:active,
    .masthead .main .main-nav > ul a:focus {
      text-decoration: none; }
    .masthead .main .main-nav > ul .icon {
      display: none; }
    .masthead .main .top {
      display: block;
      height: 68px;
      line-height: 51px;
      border-bottom: 1px solid #FFFFFF; }
      .masthead .main .top .burger {
        float: right;
        width: 50px;
        border-right: 0px;
        font-size: 9px;
        line-height: 1;
        text-align: center;
        color: #FFFFFF; }
        .masthead .main .top .burger .burger-inner {
          display: block;
          cursor: pointer;
          padding-top: 25px; }
        .masthead .main .top .burger .icon {
          text-decoration: none;
          cursor: pointer;
          font-size: 20px; }
  .masthead .main-hidden {
    top: -99999px; }
  .masthead .mobile-nav {
    height: 50px;
    margin: 0px;
    margin-left: 73px;
    padding: 0px;
    list-style-type: none;
    line-height: 50px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .masthead .mobile-nav li {
      float: left;
      width: auto;
      height: 50px;
      color: #000000;
      border-right: 1px solid #e5e5e5; }
      .masthead .mobile-nav li a {
        color: #000000;
        padding: 0 5px;
        height: 50px;
        display: block;
        text-decoration: none;
        height: 50px; }
      .masthead .mobile-nav li a:hover,
      .masthead .mobile-nav li a:focus {
        border-bottom: 4px solid #000000; }
      .masthead .mobile-nav li a:active {
        background: #CCCCCC; }
    .masthead .mobile-nav .phone,
    .masthead .mobile-nav .burger {
      float: right;
      width: 50px;
      border-right: 0px;
      font-size: 9px;
      line-height: 1; }
      .masthead .mobile-nav .phone .burger-inner,
      .masthead .mobile-nav .burger .burger-inner {
        display: block;
        padding-top: 9px;
        cursor: pointer; }
      .masthead .mobile-nav .phone .icon,
      .masthead .mobile-nav .burger .icon {
        text-decoration: none;
        font-size: 20px; }
        .masthead .mobile-nav .phone .icon span,
        .masthead .mobile-nav .burger .icon span {
          position: absolute;
          left: -99999px; }
    .masthead .mobile-nav .phone .icon {
      font-size: 30px;
      line-height: 58px; }

.mobile-nav-mask {
  width: 100%;
  height: 500%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.main-nav {
  position: relative;
  overflow: hidden; }
  .main-nav .sign-in-bar {
    position: absolute;
    top: -65px;
    left: 0;
    overflow: hidden;
    height: 65px;
    width: 100%;
    z-index: 6;
    transition: top 0.5s;
    padding: 8px 0px 0px;
    border-left: 1px solid #e5e5e5;
    background-color: #00957A; }
    .main-nav .sign-in-bar i {
      display: block;
      margin: 4px 0px 0px 20px;
      vertical-align: middle;
      line-height: 1;
      font-size: 28px;
      text-align: center;
      color: #e5e5e5; }
    .main-nav .sign-in-bar .form-control {
      width: 100%; }
    .main-nav .sign-in-bar.shown {
      top: 0;
      transition: top 0.5s; }
    .main-nav .sign-in-bar .forgotten-password-link {
      display: block;
      color: #e5e5e5;
      text-align: right;
      font-size: 12px;
      margin-top: 2px;
      text-decoration: underline; }
      .main-nav .sign-in-bar .forgotten-password-link:hover {
        text-decoration: none; }
    .main-nav .sign-in-bar .btn {
      text-transform: uppercase; }
    .main-nav .sign-in-bar .sign-in {
      background: #e5e5e5;
      color: #00957A;
      padding-left: 20px;
      padding-right: 20px; }
    .main-nav .sign-in-bar .cancel {
      color: #ffffff;
      text-decoration: underline;
      background: none; }
      .main-nav .sign-in-bar .cancel:hover {
        text-decoration: none; }

.sign-in-bar form {
  width: 100%; }

.signed-in-bar {
  padding: 0px 10px; }
  .signed-in-bar i {
    vertical-align: middle;
    color: #00957A;
    font-size: 16px; }
  .signed-in-bar a:hover {
    text-decoration: none; }
  .signed-in-bar .update-link {
    text-decoration: underline; }
  .signed-in-bar .name {
    font-weight: bold; }
  .signed-in-bar ul {
    padding: 0;
    margin: 0; }
  .signed-in-bar li {
    margin-left: 20px;
    line-height: 40px;
    list-style: none;
    float: left;
    color: #7f7f7f; }
    .signed-in-bar li a {
      color: #7f7f7f; }
  .signed-in-bar .user-details {
    float: left; }
    .signed-in-bar .user-details li {
      margin: 0 20px 0 0; }
  .signed-in-bar .member-navigation {
    float: right; }
    .signed-in-bar .member-navigation li {
      float: right; }

.pre-member-call-to-action p {
  line-height: 24px;
  margin: 0 0 20px;
  background: #000000;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  text-align: left; }
  .pre-member-call-to-action p i {
    color: #00957A;
    display: inline-block;
    float: left;
    font-size: 32px;
    margin-right: 0;
    margin-top: 0; }

/* MODULAR BLOCKS GRID */
.mod-block {
  background: #FFFFFF;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  position: relative; }

.mod-row-1 .mod-block,
.mod-row-2 .mod-block,
.mod-row-3 .mod-block {
  min-height: 100px; }

/* MODULES */
.module .module-image-img-link {
  display: block; }

.module.module-dates .module-content {
  margin-bottom: 30px; }

.module.module-text header h2, .module.module-map header h2, .module.module-blog header h2 {
  text-align: center; }

.module.module-text header div.icon, .module.module-map header div.icon, .module.module-blog header div.icon {
  font-size: 30px;
  display: none; }

.module.module-map .accessible-map {
  display: none; }

.module.module-tabbed-carousel {
  position: relative; }
  .module.module-tabbed-carousel .tab-nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 42px; }
    .module.module-tabbed-carousel .tab-nav li {
      list-style: none;
      float: left; }
      .module.module-tabbed-carousel .tab-nav li a {
        font-weight: bold;
        display: block;
        color: #000;
        text-align: left;
        padding: 0 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 42px;
        height: 42px;
        border-bottom: 4px solid transparent;
        text-decoration: none; }
      .module.module-tabbed-carousel .tab-nav li.active a {
        border-bottom: 4px solid #000; }
  .module.module-tabbed-carousel .tab-contents {
    height: 100%;
    top: 0;
    /* Should be -42px, but the image ratio isn't quite right to fill */
    left: 0;
    z-index: 2; }
    .module.module-tabbed-carousel .tab-contents .tab-content {
      display: none; }
      .module.module-tabbed-carousel .tab-contents .tab-content.active {
        display: block; }
      .module.module-tabbed-carousel .tab-contents .tab-content img {
        max-width: 100%;
        width: 100%; }
      .module.module-tabbed-carousel .tab-contents .tab-content .text {
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #000;
        color: #fff;
        width: 75%;
        text-align: left; }
        .module.module-tabbed-carousel .tab-contents .tab-content .text h2 {
          margin: 0;
          color: #fff;
          font-size: 16px; }
          .module.module-tabbed-carousel .tab-contents .tab-content .text h2 a {
            color: #fff; }
        .module.module-tabbed-carousel .tab-contents .tab-content .text .subtitle {
          font-size: 12px;
          margin: 5px 0; }
        .module.module-tabbed-carousel .tab-contents .tab-content .text .link {
          margin: 5px 0;
          margin-bottom: 0; }

.module.module-text {
  text-align: left; }
  .module.module-text table {
    width: 100%; }
  .module.module-text td {
    padding: 5px; }

.module.module-member-signup {
  background: #00957A;
  color: #ffffff;
  text-align: left;
  padding-bottom: 15px; }
  .module.module-member-signup header {
    padding: 15px 15px 0px; }
    .module.module-member-signup header h2 {
      margin-top: 0px;
      font-size: 22px;
      font-weight: bold;
      border-bottom: 0px;
      padding-bottom: 0px;
      text-align: left;
      line-height: 1.2; }
  .module.module-member-signup .module-content {
    padding: 0px 15px; }
    .module.module-member-signup .module-content p {
      text-align: left; }
    .module.module-member-signup .module-content .btn {
      text-transform: uppercase;
      background: #e5e5e5;
      color: #000000; }
    .module.module-member-signup .module-content a {
      color: #ffffff; }
    .module.module-member-signup .module-content .cta-sign-in {
      line-height: 34px; }

.module .module-content {
  padding: 0 10px; }

.module.module-image, .module.module-carousel {
  position: relative;
  overflow: hidden; }
  .module.module-image .image, .module.module-carousel .image {
    margin: 0px; }
    .module.module-image .image img, .module.module-carousel .image img {
      width: 100%; }
  .module.module-image .text, .module.module-carousel .text {
    /* position: absolute;
			bottom: 0px;
			left: 0px; */
    width: 100%;
    background: #e5e5e5;
    text-align: left;
    padding: 15px;
    overflow: hidden;
    font-size: 13px; }
    .module.module-image .text .title, .module.module-carousel .text .title {
      font-size: 14px;
      margin: 0px;
      line-height: 1.2; }
      .module.module-image .text .title a, .module.module-carousel .text .title a {
        color: #000000;
        text-decoration: none; }
      .module.module-image .text .title a:hover, .module.module-carousel .text .title a:hover {
        text-decoration: none; }
    .module.module-image .text .subtitle, .module.module-carousel .text .subtitle {
      margin: 0px; }
    .module.module-image .text .link, .module.module-carousel .text .link {
      margin: 0px;
      font-size: 12px; }

.module.module-cta {
  text-align: left; }
  .module.module-cta .text {
    padding: 30px;
    height: 100%;
    background: #E5E5E5;
    position: relative; }
    .module.module-cta .text .title {
      font-size: 26px;
      margin: 0px;
      line-height: 1.2; }
      .module.module-cta .text .title a:hover {
        text-decoration: none; }
    .module.module-cta .text .link {
      margin: 0px; }

.module.module-cta .icon, .module.module-image .icon, .module.module-carousel .icon {
  height: 40px;
  background: #FFFFFF;
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 40px;
  display: none; }

.module.module-cta .icon, .module.module-image .icon, .module.module-carousel .icon {
  height: 40px;
  background: #FFFFFF;
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 40px;
  display: none; }

.module.module-carousel .slides {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

.module.module-carousel .slide {
  width: 100%; }

.module.module-carousel img {
  height: auto; }

.module.module-carousel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1; }
  .module.module-carousel .slide.current {
    display: block;
    z-index: 2; }

.module.module-carousel .controls {
  list-style-type: none;
  display: none; }
  .module.module-carousel .controls .next,
  .module.module-carousel .controls .previous {
    position: absolute;
    left: 10px;
    top: 45px;
    z-index: 2;
    display: none; }
  .module.module-carousel .controls .next {
    left: auto;
    right: 10px; }
  .module.module-carousel .controls button {
    display: block;
    border: 0px;
    height: 50px;
    width: 60px;
    background: none;
    padding: 0px; }
  .module.module-carousel .controls button:hover,
  .module.module-carousel .controls button:focus,
  .module.module-carousel .controls button:active {
    background-color: #d5d5d5; }

.module.module-carousel .nav {
  margin: 0px auto;
  position: absolute;
  left: 10px;
  top: 10px;
  list-style-type: none;
  padding: 0px;
  overflow: hidden;
  height: 25px;
  z-index: 3; }
  .module.module-carousel .nav li {
    float: left;
    margin-right: 5px; }
    .module.module-carousel .nav li button {
      background: #e5e5e5;
      width: 25px;
      text-align: center;
      line-height: 25px;
      border: 0px;
      padding: 0px; }
    .module.module-carousel .nav li button:hover,
    .module.module-carousel .nav li button:focus,
    .module.module-carousel .nav li button:active {
      background: #d5d5d5; }
    .module.module-carousel .nav li.current button {
      background: #999999;
      padding: 0px; }
  .module.module-carousel .nav li:last-child {
    margin-right: 0px; }

.module.module-carousel .visually-hidden {
  position: absolute;
  left: -9999px; }

.module.module-product > a {
  display: block;
  text-decoration: none;
  background: #F8F7F7;
  padding: 15px;
  overflow: hidden;
  width: 100%; }

.module.module-product .image {
  float: left;
  width: 150px; }

.module.module-product .text {
  font-size: 14px;
  position: relative;
  margin-left: 165px;
  text-align: left; }
  .module.module-product .text .title {
    margin: 0px 0px 5px;
    font-size: 16px; }
  .module.module-product .text .summary,
  .module.module-product .text .price {
    margin: 0px 0px 2px; }
  .module.module-product .text .link {
    position: absolute;
    left: -9999px;
    bottom: 5px;
    margin: 0px; }

.module.module-blog {
  text-align: left; }
  .module.module-blog .module-content {
    padding: 0px 10px; }
    .module.module-blog .module-content .post {
      padding-bottom: 15px;
      display: none; }
    .module.module-blog .module-content .post:first-child {
      display: block; }
    .module.module-blog .module-content .post:last-child {
      padding-bottom: 0px; }
    .module.module-blog .module-content .title {
      font-size: 1.2em;
      line-height: 1.2;
      margin: 0px 0px 5px; }
      .module.module-blog .module-content .title a,
      .module.module-blog .module-content .title a:hover {
        text-decoration: none; }
    .module.module-blog .module-content .body {
      margin-top: 0px;
      margin-bottom: 5px; }
    .module.module-blog .module-content .link {
      margin: 0px;
      font-size: 12px; }
      .module.module-blog .module-content .link a {
        text-decoration: underline; }
        .module.module-blog .module-content .link a:hover {
          text-decoration: none; }

/* EVENTS */
@media (min-width: 980px) {
  .event-grid-item-month:before {
    font-family: 'TWAM-11' !important;
    font-weight: normal; } }

#event-search-form span.datepicker {
  padding: 8px 6px 0; }

#event-search-form .datepicker-dropdown {
  right: 3px !important; }

.event .related {
  margin-top: 30px; }
  .event .related .related-item img {
    width: 100%;
    max-width: 100%; }

.events-from-other-venues > h2 {
  padding: 0 15px; }

.events-from-other-venues ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .events-from-other-venues ul .events-from-other-venue {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: #f8f7f7;
    padding: 15px; }
    .events-from-other-venues ul .events-from-other-venue a {
      display: block;
      text-decoration: none;
      color: #000;
      font-size: 13px;
      line-height: 18px; }
      .events-from-other-venues ul .events-from-other-venue a .placeholder {
        background: #464648;
        padding: 5px;
        text-align: center;
        width: auto;
        float: left;
        font-size: 0;
        line-height: 0;
        overflow: hidden; }
        .events-from-other-venues ul .events-from-other-venue a .placeholder img {
          width: 100%;
          max-width: 100%; }
      .events-from-other-venues ul .events-from-other-venue a .text {
        float: left; }
        .events-from-other-venues ul .events-from-other-venue a .text h2 {
          margin: 0;
          font-size: 13px;
          line-height: 18px; }
        .events-from-other-venues ul .events-from-other-venue a .text > p {
          font-size: 13px;
          line-height: 18px; }
      .events-from-other-venues ul .events-from-other-venue a .link {
        display: none; }

.event-search {
  padding: 0px 15px; }
  @media (min-width: 980px) {
    .event-search {
      padding: 0px; } }
  @media (min-width: 980px) {
    .event-search .search-category-title {
      top: -30px;
      position: absolute; } }
  .event-search .form-row {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%; }
    .event-search .form-row.search-date {
      overflow: visible;
      float: left;
      position: relative; }
      .event-search .form-row.search-date .dp-wrap, .event-search .form-row.search-date .text-input span {
        overflow: visible; }
    .event-search .form-row label,
    .event-search .form-row .text-input {
      display: inline-block; }
    .event-search .form-row label {
      margin-right: 10px;
      display: inline-block;
      height: 38px;
      line-height: 38px;
      float: left; }
    .event-search .form-row .text-input {
      border: 2px solid;
      border-color: transparent;
      -webkit-transition: border-color 0.3s;
      /* Safari */
      transition: border-color 0.3s; }
      .event-search .form-row .text-input span,
      .event-search .form-row .text-input .button,
      .event-search .form-row .text-input input {
        display: inline-block;
        height: 38px;
        border: 0px;
        outline: none; }
      .event-search .form-row .text-input .button {
        font-size: 12px; }
      .event-search .form-row .text-input span {
        background: #CCCCCC;
        overflow: hidden; }
        .event-search .form-row .text-input span input {
          padding: 8px 10px;
          background: transparent;
          position: relative; }
      .event-search .form-row .text-input.has-error {
        border-color: red; }
  .event-search .search-text .text-input {
    display: block;
    overflow: hidden; }
    .event-search .search-text .text-input span {
      width: 75%;
      float: left;
      display: block;
      width: 100%; }
      .event-search .search-text .text-input span input {
        display: block;
        width: 100%; }
    .event-search .search-text .text-input .button {
      width: 25%;
      float: left;
      display: block;
      border: 1px solid #CCCCCC;
      background: #FFFFFF;
      display: none; }
      .event-search .search-text .text-input .button:hover {
        background: #EEEEEE; }
  .event-search .search-date {
    padding-left: 52px; }
    .event-search .search-date label {
      width: 40px;
      position: absolute;
      left: 0;
      top: 2px; }
    .event-search .search-date input {
      width: 100%; }
    .event-search .search-date .errorMessage {
      background-color: #dbdbdb;
      padding: 8px 12px;
      color: red;
      line-height: 20px;
      position: absolute;
      top: -36px;
      left: 50px;
      font-size: 12px;
      font-weight: bold;
      z-index: 150; }
      .event-search .search-date .errorMessage:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 8px solid #dbdbdb;
        position: absolute;
        top: 100%;
        z-index: 100;
        left: 20px; }
    .event-search .search-date .text-input {
      width: 100%;
      float: left;
      position: relative; }
      @media (min-width: 980px) {
        .event-search .search-date .text-input {
          width: 100%; } }
      .event-search .search-date .text-input span {
        display: block; }
        .event-search .search-date .text-input span.padded-wrap {
          padding-right: 36px; }
  .event-search .search-button .button {
    float: right;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    padding: 18px 34px; }
    .event-search .search-button .button:hover {
      background: #EEEEEE; }
  .event-search .clear-button {
    overflow: hidden;
    width: 100%; }
    .event-search .clear-button .button {
      float: right;
      border: 0px;
      background: #DDDDDD;
      padding: 8px 15px;
      text-decoration: none; }
      .event-search .clear-button .button:hover {
        background: #EEEEEE; }
  @media (min-width: 980px) {
    .event-search .search-filters-outer {
      padding-left: 30px; } }
  .event-search .search-filters > span {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px; }
  .event-search .search-filters p {
    margin: 0px;
    line-height: 30px; }
  .event-search .search-filters .button {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #FFFFFF;
    padding: 0px;
    line-height: 38px;
    height: 38px;
    display: block;
    color: #363636;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    cursor: pointer;
    min-width: 50px;
    text-align: center; }
    .event-search .search-filters .button label {
      cursor: pointer;
      height: 38px;
      padding: 0px 12px;
      display: block;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .event-search .search-filters .button input {
      margin-left: 5px;
      display: none; }
    .event-search .search-filters .button:hover {
      text-decoration: none;
      background: #EEEEEE; }
    .event-search .search-filters .button.active {
      background: #CCCCCC; }
  .event-search .view-schools-categories {
    text-decoration: underline;
    cursor: pointer; }
    .event-search .view-schools-categories:hover {
      text-decoration: none; }

.view-more-events {
  text-align: center; }
  .view-more-events span {
    display: inline-block;
    cursor: pointer;
    background: #FFFFFF;
    line-height: 38px;
    height: 38px;
    color: #363636;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    text-align: center;
    padding: 0px 12px; }
    .view-more-events span:hover {
      background: #EEEEEE; }

.event-grid .month-group {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.event-grid .permanent-group .heading-row {
  background: #DDDDDD;
  margin-bottom: 25px; }
  .event-grid .permanent-group .heading-row h2,
  .event-grid .permanent-group .heading-row .show-hide-permanent {
    margin: 10px;
    text-transform: none; }
  .event-grid .permanent-group .heading-row h2 {
    margin: 0px;
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    font-size: 25px;
    color: #363636; }
  .event-grid .permanent-group .heading-row .show-hide-permanent {
    background-color: #FFFFFF;
    color: #363636;
    float: right;
    padding: 0px 12px;
    border: 0px;
    text-decoration: none;
    margin: 10px;
    line-height: 34px;
    height: 34px; }
    .event-grid .permanent-group .heading-row .show-hide-permanent:hover {
      background-color: #BBBBBB; }

.event-grid .show-hide-permanent {
  display: none; }

.event-grid .event-grid-item,
.event-grid .page-grid-item,
.event-grid .product-grid-item {
  background: none; }
  .event-grid .event-grid-item .page-image-placeholder,
  .event-grid .page-grid-item .page-image-placeholder,
  .event-grid .product-grid-item .page-image-placeholder {
    background: black;
    width: 100%;
    height: 100px;
    line-height: 110px; }
    .event-grid .event-grid-item .page-image-placeholder .icon,
    .event-grid .page-grid-item .page-image-placeholder .icon,
    .event-grid .product-grid-item .page-image-placeholder .icon {
      color: #fff;
      font-size: 50px;
      width: 50px;
      margin: 0 auto;
      display: block; }
  .event-grid .event-grid-item > div > a,
  .event-grid .page-grid-item > div > a,
  .event-grid .product-grid-item > div > a {
    display: block;
    overflow: hidden; }
  .event-grid .event-grid-item > div > a:active,
  .event-grid .page-grid-item > div > a:active,
  .event-grid .product-grid-item > div > a:active {
    background: #ddd; }
  .event-grid .event-grid-item .event-image,
  .event-grid .page-grid-item .event-image,
  .event-grid .product-grid-item .event-image {
    margin: 0;
    font-size: 40px; }
    .event-grid .event-grid-item .event-image span.mask span.icon,
    .event-grid .page-grid-item .event-image span.mask span.icon,
    .event-grid .product-grid-item .event-image span.mask span.icon {
      width: 40px;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px; }
  .event-grid .event-grid-item .event-image:hover span.mask,
  .event-grid .page-grid-item .event-image:hover span.mask,
  .event-grid .product-grid-item .event-image:hover span.mask {
    display: block; }
  .event-grid .event-grid-item .event-detail,
  .event-grid .page-grid-item .event-detail,
  .event-grid .product-grid-item .event-detail {
    padding: 10px 0;
    padding-right: 10px;
    position: relative; }
    .event-grid .event-grid-item .event-detail .venue-name,
    .event-grid .page-grid-item .event-detail .venue-name,
    .event-grid .product-grid-item .event-detail .venue-name {
      margin: 0px 0px 5px;
      font-size: 14px;
      line-height: 1.1;
      color: #888888; }
    .event-grid .event-grid-item .event-detail .event-grid-date,
    .event-grid .page-grid-item .event-detail .event-grid-date,
    .event-grid .product-grid-item .event-detail .event-grid-date {
      margin-bottom: 2px; }
    .event-grid .event-grid-item .event-detail .price,
    .event-grid .page-grid-item .event-detail .price,
    .event-grid .product-grid-item .event-detail .price {
      margin: 0px; }
    .event-grid .event-grid-item .event-detail .event-grid-summary,
    .event-grid .page-grid-item .event-detail .event-grid-summary,
    .event-grid .product-grid-item .event-detail .event-grid-summary {
      margin-top: 0;
      margin-bottom: 0; }
      .event-grid .event-grid-item .event-detail .event-grid-summary .ellipsis,
      .event-grid .page-grid-item .event-detail .event-grid-summary .ellipsis,
      .event-grid .product-grid-item .event-detail .event-grid-summary .ellipsis {
        display: none; }
  .event-grid .event-grid-item p.link,
  .event-grid .page-grid-item p.link,
  .event-grid .product-grid-item p.link {
    display: none;
    right: 15px;
    bottom: 15px; }

.event-info h1 {
  margin-bottom: 0;
  font-size: 24px; }

.event-info a.booking-link {
  line-height: 54px;
  text-align: center;
  width: 90%;
  height: 54px;
  float: none;
  text-decoration: none;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 15px;
  display: block; }

.event-info > p {
  margin-top: 30px;
  padding: 0 15px; }

.event-info .event-info-top {
  overflow: hidden; }

.event-info img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  display: block; }

.member {
  background: #EEEFF0; }

.home-member-content .large-event,
.home-member-content .small-page {
  margin-bottom: 15px;
  height: 300px;
  overflow-y: hidden;
  background-color: #00957A;
  position: relative; }
  @media (min-width: 980px) {
    .home-member-content .large-event,
    .home-member-content .small-page {
      height: 455px; } }
  .home-member-content .large-event .members-only,
  .home-member-content .small-page .members-only {
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: #e5e5e5;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    z-index: 1; }
  .home-member-content .large-event .text,
  .home-member-content .small-page .text {
    background-color: #00957A;
    color: #ffffff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .home-member-content .large-event .text .title,
    .home-member-content .large-event .text .dates,
    .home-member-content .large-event .text .link,
    .home-member-content .small-page .text .title,
    .home-member-content .small-page .text .dates,
    .home-member-content .small-page .text .link {
      margin: 0; }
  .home-member-content .large-event .link a,
  .home-member-content .small-page .link a {
    color: #fff;
    font-weight: bold; }
  .home-member-content .large-event.member .text,
  .home-member-content .small-page.member .text {
    background-color: #e5e5e5;
    color: #ffffff; }
  .home-member-content .large-event.member .link a,
  .home-member-content .small-page.member .link a {
    color: #00957A; }

.home-member-content .small-page {
  height: 220px; }
  @media (min-width: 980px) {
    .home-member-content .small-page {
      height: 220px; } }
  .home-member-content .small-page .image {
    height: 220px; }
  .home-member-content .small-page .text {
    padding: 5px 15px 10px; }
  .home-member-content .small-page.no-image .text {
    padding: 15px; }

.culture-segment {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  background-color: #00957A;
  z-index: 2; }
  .culture-segment i {
    color: #e5e5e5;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    width: 30px;
    text-align: center;
    line-height: 1.4; }

.event-grid-item .culture-segment {
  top: 20px;
  left: 30px; }

.no-image .culture-segment {
  background-color: #e5e5e5;
  z-index: 1; }
  .no-image .culture-segment i {
    color: #00957A; }

.no-image .text {
  top: 0; }
  .no-image .text .link {
    position: absolute;
    bottom: 15px;
    left: 15px; }

.no-image.member .culture-segment {
  background-color: #00957A; }
  .no-image.member .culture-segment i {
    color: #e5e5e5; }

.no-image.member .members-only {
  bottom: 40px;
  left: 15px;
  top: auto;
  background-color: #00957A; }

.membership-page {
  margin: 20px 0px 30px; }
  .membership-page .membership-container {
    margin-left: 10px;
    margin-right: 10px; }
  .membership-page .page-header h1,
  .membership-page .page-header h2 {
    font-size: 32px; }
  .membership-page .form-control {
    border: none;
    background-color: #EEEEEE;
    border-radius: 0;
    box-shadow: none; }
    .membership-page .form-control.error {
      border: 1px solid #97004f; }
    .membership-page .form-control.short {
      width: 120px; }
  .membership-page input[readonly].form-control {
    border: 1px solid #EEEEEE;
    color: #EEEEEE;
    background-color: #fff;
    cursor: not-allowed; }
  .membership-page .progress {
    position: relative;
    min-height: 130px; }
    .membership-page .progress:before, .membership-page .progress:after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      border-bottom: 2px solid #CCCCCC;
      padding-top: 25px; }
    .membership-page .progress:before {
      left: 16.667%;
      left: calc(100% / 6);
      width: 66.667%;
      width: calc(100% * (2 / 3)); }
    .membership-page .progress:after {
      left: 50%;
      width: 33.333%;
      width: calc((100% * (2 / 3)) / 2); }
    .membership-page .progress .part {
      width: 33.333%;
      width: calc(100% / 3);
      float: left; }
      .membership-page .progress .part .number {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        border: 2px solid #CCCCCC;
        border-radius: 50%;
        text-align: center;
        background-color: white;
        font-size: 24px;
        line-height: 50px; }
        .membership-page .progress .part .number:after {
          width: 46px;
          height: 46px;
          position: absolute;
          top: 0;
          left: 0;
          background: #00957A url("../../images/static/icon-tick.png") center center/50% no-repeat;
          border-radius: 50%; }
      .membership-page .progress .part.part1 .number {
        border-color: #00957A; }
      .membership-page .progress .part .text {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        font-weight: bold; }
      @media (min-width: 420px) {
        .membership-page .progress .part {
          width: 150px;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -75px;
          left: calc(50% - 75px);
          margin-left: calc(75px - 75px); }
          .membership-page .progress .part.part1 {
            left: 0;
            margin-left: 0;
            width: 90px; }
          .membership-page .progress .part.part3 {
            right: 0;
            left: auto;
            margin-left: 0;
            width: 120px; } }
    @media (min-width: 420px) {
      .membership-page .progress {
        min-height: 100px;
        width: 90%;
        margin: 0 auto; }
        .membership-page .progress:before {
          left: 45px;
          right: 60px;
          width: auto; }
        .membership-page .progress:after {
          right: 60px;
          width: auto; } }
  .membership-page.culture-segments .progress:before {
    border-color: #00957A; }
  .membership-page.culture-segments .progress .part1 .number {
    background-color: #00957A;
    color: #00957A;
    position: relative; }
    .membership-page.culture-segments .progress .part1 .number:after {
      content: ''; }
    .membership-page.culture-segments .progress .part1 .number span {
      display: none; }
  .membership-page.culture-segments .progress .part2 .number {
    border-color: #00957A; }
  .membership-page.preferences .progress:before, .membership-page.preferences .progress:after {
    border-color: #00957A; }
  .membership-page.preferences .progress .part1 .number,
  .membership-page.preferences .progress .part2 .number {
    background-color: #00957A;
    color: #00957A;
    position: relative; }
    .membership-page.preferences .progress .part1 .number:after,
    .membership-page.preferences .progress .part2 .number:after {
      content: ''; }
    .membership-page.preferences .progress .part1 .number span,
    .membership-page.preferences .progress .part2 .number span {
      display: none; }
  .membership-page.preferences .progress .part .number {
    border-color: #00957A; }

@media (max-width: 550px) {
  .membership-container__logo {
    width: 100%;
    height: auto; } }

.registration .registration-form {
  margin-top: 30px; }
  .registration .registration-form .clearfix {
    margin-bottom: 20px; }
  .registration .registration-form label {
    margin-top: 10px; }
  .registration .registration-form .tcAgree {
    float: right;
    padding-right: 30px;
    line-height: 34px; }
    .registration .registration-form .tcAgree label {
      margin: 0 10px 0 0; }
    .registration .registration-form .tcAgree input {
      width: 14px;
      height: 14px;
      margin: 0;
      display: inline-block; }
  .registration .registration-form .field-block {
    position: relative;
    margin-bottom: 10px; }
  .registration .registration-form .date label {
    display: block; }
  .registration .registration-form .date .form-control {
    width: auto;
    display: inline-block;
    margin: 0; }
  .registration .registration-form .form-control {
    position: relative; }
    .registration .registration-form .form-control.short {
      width: 120px; }
  .registration .registration-form div.required {
    display: none; }
  .registration .registration-form p {
    margin-bottom: 0;
    line-height: 34px;
    margin-top: 10px; }
  .registration .registration-form .field-block + p {
    line-height: normal; }
  .registration .registration-form .radio-list {
    height: 34px;
    margin-top: 35px; }
    .registration .registration-form .radio-list .options {
      overflow: hidden;
      width: 100%; }
    .registration .registration-form .radio-list .option-label,
    .registration .registration-form .radio-list .radio-option {
      width: calc((100% - 30px) / 4);
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .registration .registration-form .radio-list .option-label label,
      .registration .registration-form .radio-list .radio-option label {
        width: 50%;
        display: inline-block;
        font-weight: normal;
        color: #e5e5e5;
        line-height: 34px;
        text-align: right;
        vertical-align: top;
        margin: 0; }
      .registration .registration-form .radio-list .option-label input,
      .registration .registration-form .radio-list .radio-option input {
        width: 30px;
        display: inline-block;
        margin: 0 0 0 10px;
        line-height: 34px; }

.culture-segments .page-header {
  position: relative; }
  .culture-segments .page-header .btn {
    position: absolute;
    top: 0;
    right: 0; }

.culture-segments .form-culture-segments .pa-question-set,
.culture-segments .form-culture-segments .event-question-set {
  background-color: #EEEEEE;
  padding: 20px 10px;
  margin-bottom: 30px; }
  .culture-segments .form-culture-segments .pa-question-set input,
  .culture-segments .form-culture-segments .event-question-set input {
    width: auto;
    height: auto;
    margin: 16px auto 0;
    box-shadow: none; }

.culture-segments .form-culture-segments .question {
  display: block;
  margin: 0 10px 40px;
  padding: 10px;
  border: 2px solid transparent; }
  .culture-segments .form-culture-segments .question.has-error {
    border-color: #AF0001; }
  .culture-segments .form-culture-segments .question .number {
    border: 2px solid #00957A;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block; }
    .culture-segments .form-culture-segments .question .number span {
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 31px;
      text-align: center; }
  .culture-segments .form-culture-segments .question .number + label {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 10px;
    width: 100%;
    width: calc(100% - 50px); }
  .culture-segments .form-culture-segments .question .options {
    margin-top: 25px;
    margin-bottom: 10px; }

.culture-segments .form-culture-segments .pa-question-set .options {
  position: relative;
  width: 100%;
  height: 85px;
  margin-top: 35px;
  margin-bottom: 20px; }
  .culture-segments .form-culture-segments .pa-question-set .options:before {
    content: '';
    border-top: 2px solid #CCCCCC;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px; }
    @media (min-width: 630px) {
      .culture-segments .form-culture-segments .pa-question-set .options:before {
        width: calc(100% - 120px);
        left: 60px; } }

.culture-segments .form-culture-segments .pa-question-set .option {
  width: 140px;
  max-width: 20%;
  position: absolute;
  display: block;
  top: 0; }
  .culture-segments .form-culture-segments .pa-question-set .option label {
    display: block;
    min-height: 40px;
    text-align: center; }
  .culture-segments .form-culture-segments .pa-question-set .option.option1 {
    left: 0; }
    .culture-segments .form-culture-segments .pa-question-set .option.option1 label {
      text-align: left; }
  .culture-segments .form-culture-segments .pa-question-set .option.option2 {
    left: 25%;
    margin-left: -10px;
    left: calc(((50% - 60px) / 2) + 20px);
    margin-left: calc(10px - 10px);
    width: 40px; }
  .culture-segments .form-culture-segments .pa-question-set .option.option3 {
    left: 50%;
    margin-left: -25px;
    left: calc(50% - 25px);
    margin-left: calc(25px - 25px);
    width: 50px; }
  .culture-segments .form-culture-segments .pa-question-set .option.option4 {
    right: 25%;
    margin-left: -10px;
    right: calc(((50% - 60px) / 2) + 20px);
    margin-left: calc(10px - 10px);
    width: 40px; }
  .culture-segments .form-culture-segments .pa-question-set .option.option5 {
    right: 0; }
    .culture-segments .form-culture-segments .pa-question-set .option.option5 label {
      text-align: right; }
  @media (min-width: 630px) {
    .culture-segments .form-culture-segments .pa-question-set .option.option1 label, .culture-segments .form-culture-segments .pa-question-set .option.option5 label {
      text-align: center; }
    .culture-segments .form-culture-segments .pa-question-set .option.option2 {
      left: calc(((50% - 105px) / 2) + 60px); }
    .culture-segments .form-culture-segments .pa-question-set .option.option4 {
      right: calc(((50% - 105px) / 2) + 60px); } }

.culture-segments .form-culture-segments .event-question-set input {
  margin: 0 20px 0 0;
  float: left;
  height: 40px; }

.culture-segments .form-culture-segments .event-question-set .options label {
  vertical-align: top;
  line-height: 40px;
  margin-left: 10px; }

.culture-segments .form-culture-segments .event-question-set .options .option {
  margin-bottom: 10px; }

.culture-segments .form-culture-segments .btn-default {
  margin-right: 20px; }

.preferences-form ul {
  list-style-type: none;
  -webkit-columns: 3 250px;
  -moz-columns: 3 250px;
  columns: 3 250px;
  padding: 0; }
  .preferences-form ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0; }
    .preferences-form ul li input {
      margin: 0;
      height: 30px; }
    .preferences-form ul li label {
      margin-bottom: 15px;
      padding: 0; }
      .preferences-form ul li label span {
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px; }

.preferences-form .info {
  border: 1px solid #00957A;
  padding: 10px 20px;
  margin-bottom: 20px; }

/* REGISTRATION / CULTURE SEGMENTS / PREFERENCES */
.preferences .progress {
  position: relative;
  min-height: 100px; }
  .preferences .progress:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 25px;
    left: calc(100% / 6);
    width: calc(100% * (2 / 3)); }
  .preferences .progress:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 25px;
    left: 50%;
    width: calc((100% * (2 / 3)) / 2); }
  .preferences .progress .part {
    width: calc(100% / 3);
    float: left; }
    .preferences .progress .part .number {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      border: 2px solid #e5e5e5;
      border-radius: 50%;
      text-align: center;
      background-color: white;
      font-size: 24px;
      line-height: 50px; }
      .preferences .progress .part .number:after {
        width: 46px;
        height: 46px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../../images/static/icon-tick.png");
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center center; }
    .preferences .progress .part:first-child .number {
      border-color: #00957A; }
    .preferences .progress .part .text {
      width: 100%;
      text-align: center;
      margin-top: 15px;
      font-weight: bold; }
    @media (min-width: 420px) {
      .preferences .progress .part {
        width: 150px;
        position: absolute;
        left: calc(50% - 75px);
        top: 0; }
        .preferences .progress .part:first-child {
          left: 0;
          width: 90px; }
        .preferences .progress .part:last-child {
          right: 0;
          left: auto;
          width: 120px; } }
  @media (min-width: 420px) {
    .preferences .progress:before {
      left: 45px;
      width: calc(100% - 105px); }
    .preferences .progress:after {
      width: calc((100% - 105px) / 2); } }

.preferences.part2 .progress:before {
  border-color: #00957A; }

.preferences.part2 .progress .part:nth-child(1) .number {
  background-color: #00957A;
  color: #00957A;
  position: relative; }
  .preferences.part2 .progress .part:nth-child(1) .number:after {
    content: ''; }
  .preferences.part2 .progress .part:nth-child(1) .number span {
    display: none; }

.preferences.part2 .progress .part:nth-child(2) .number {
  border-color: #00957A; }

.preferences .progress:before, .preferences .progress:after {
  border-color: #00957A; }

.preferences .progress .part:nth-child(1) .number,
.preferences .progress .part:nth-child(2) .number {
  background-color: #00957A;
  color: #00957A;
  position: relative; }
  .preferences .progress .part:nth-child(1) .number:after,
  .preferences .progress .part:nth-child(2) .number:after {
    content: ''; }
  .preferences .progress .part:nth-child(1) .number span,
  .preferences .progress .part:nth-child(2) .number span {
    display: none; }

.preferences .progress .part .number {
  border-color: #00957A; }

.preferences .registration-form {
  margin-top: 30px; }
  .preferences .registration-form .clearfix {
    margin-bottom: 20px; }
  .preferences .registration-form .form-control {
    border: none;
    background-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none; }
    .preferences .registration-form .form-control.error {
      border: 1px solid #97004f; }
    .preferences .registration-form .form-control.short {
      width: 120px; }
  .preferences .registration-form label {
    margin-top: 10px; }
  .preferences .registration-form .remember {
    float: right;
    padding-right: 30px;
    line-height: 34px; }
    .preferences .registration-form .remember label {
      margin: 0 10px 0 0; }
    .preferences .registration-form .remember input {
      width: 14px;
      height: 14px;
      margin: 0;
      display: inline-block; }
  .preferences .registration-form .errorMessage {
    color: #97004f; }
  .preferences .registration-form .half {
    width: 50%;
    float: left;
    padding-right: 30px; }
    .preferences .registration-form .half .field-block {
      position: relative; }
    .preferences .registration-form .half .date label {
      display: block; }
    .preferences .registration-form .half .date .form-control {
      width: auto;
      display: inline-block;
      margin: 0; }
    .preferences .registration-form .half .radio-list {
      height: 34px;
      margin-top: 35px; }
      .preferences .registration-form .half .radio-list > label,
      .preferences .registration-form .half .radio-list > div {
        width: calc((100% - 30px) / 4);
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
        .preferences .registration-form .half .radio-list > label label,
        .preferences .registration-form .half .radio-list > div label {
          width: 50%;
          display: inline-block;
          font-weight: normal;
          color: #e5e5e5;
          line-height: 34px;
          text-align: right;
          vertical-align: top;
          margin: 0; }
        .preferences .registration-form .half .radio-list > label input,
        .preferences .registration-form .half .radio-list > div input {
          width: 30px;
          display: inline-block;
          margin: 0 0 0 10px;
          line-height: 34px; }
    .preferences .registration-form .half .form-control {
      position: relative; }
      .preferences .registration-form .half .form-control.short {
        width: 120px; }
    .preferences .registration-form .half div.required {
      display: none; }
    .preferences .registration-form .half p {
      margin-bottom: 0;
      line-height: 34px;
      margin-top: 10px; }
    .preferences .registration-form .half .field-block + p {
      line-height: normal; }

.preferences .preferences-form ul {
  list-style-type: none;
  -webkit-columns: 3 250px;
  -moz-columns: 3 250px;
  columns: 3 250px;
  padding: 0; }
  .preferences .preferences-form ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0; }
    .preferences .preferences-form ul li input {
      margin: 0;
      height: 30px; }
    .preferences .preferences-form ul li label {
      margin-bottom: 15px;
      padding: 0; }
      .preferences .preferences-form ul li label span {
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px; }

.preferences .preferences-form .info {
  border: 1px solid #00957A;
  padding: 10px 20px;
  margin-bottom: 20px; }

.placeholder .preferences .registration-form label.with-placeholder {
  display: none;
  margin-top: 0; }
  .placeholder .preferences .registration-form label.with-placeholder + input {
    margin-top: 10px; }

.placeholder .preferences .registration-form .field-block div.required {
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  color: #00957A; }

.placeholder .preferences .registration-form .field-block.radio-list {
  margin-top: 10px; }

.js .preferences .registration-form .form-control.hide-js {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute; }

.js .preferences .registration-form .radio-list .custom-radio {
  display: inline-block;
  background-color: #e5e5e5;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative; }
  .js .preferences .registration-form .radio-list .custom-radio:hover, .js .preferences .registration-form .radio-list .custom-radio:active, .js .preferences .registration-form .radio-list .custom-radio:focus {
    cursor: pointer; }

.js .preferences .registration-form .radio-list .custom-radio {
  border-radius: 50%; }
  .js .preferences .registration-form .radio-list .custom-radio.active:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    right: 9px;
    background-color: #00957A; }

.checked .preferences .preferences-form ul li input.hide-checkbox {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute; }

.checked .preferences .preferences-form label span {
  margin-left: 10px; }

.checked .preferences .preferences-form .custom-checkbox {
  display: inline-block;
  background-color: #e5e5e5;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0; }
  .checked .preferences .preferences-form .custom-checkbox:hover, .checked .preferences .preferences-form .custom-checkbox:active, .checked .preferences .preferences-form .custom-checkbox:focus {
    cursor: pointer; }

.checked .preferences .preferences-form input:checked + label .custom-checkbox {
  background-color: #00957A;
  background-image: url("../../images/static/icon-tick.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center; }

.preferences .btn {
  background-color: #e5e5e5;
  color: #00957A;
  border: none;
  padding: 7px 10px;
  text-decoration: none;
  margin-bottom: 30px;
  float: right; }
  .preferences .btn:hover, .preferences .btn:focus, .preferences .btn:active {
    background-color: #00957A;
    color: #e5e5e5;
    box-shadow: none;
    outline: none; }

.preferences .registration-form input[readonly].form-control {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  background-color: #fff;
  cursor: not-allowed; }

/* end REGISTRATION / CULTURE SEGMENTS / PREFERENCES */
.placeholder .membership-page .registration-form label.with-placeholder {
  margin-top: 0; }

.placeholder .membership-page .registration-form .field-block div.required {
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  color: #00957A; }

.placeholder .membership-page .registration-form .field-block.radio-list {
  margin-top: 10px; }

.js .membership-page .registration-form .form-control.hide-js,
.js .membership-page .form-culture-segments .form-control.hide-js {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute; }

.js .membership-page .registration-form .radio-list .custom-radio,
.js .membership-page .registration-form .question .custom-radio,
.js .membership-page .form-culture-segments .radio-list .custom-radio,
.js .membership-page .form-culture-segments .question .custom-radio {
  display: inline-block;
  position: relative; }
  .js .membership-page .registration-form .radio-list .custom-radio:hover, .js .membership-page .registration-form .radio-list .custom-radio:active, .js .membership-page .registration-form .radio-list .custom-radio:focus,
  .js .membership-page .registration-form .question .custom-radio:hover,
  .js .membership-page .registration-form .question .custom-radio:active,
  .js .membership-page .registration-form .question .custom-radio:focus,
  .js .membership-page .form-culture-segments .radio-list .custom-radio:hover,
  .js .membership-page .form-culture-segments .radio-list .custom-radio:active,
  .js .membership-page .form-culture-segments .radio-list .custom-radio:focus,
  .js .membership-page .form-culture-segments .question .custom-radio:hover,
  .js .membership-page .form-culture-segments .question .custom-radio:active,
  .js .membership-page .form-culture-segments .question .custom-radio:focus {
    cursor: pointer; }

.js .membership-page .registration-form .radio-list .custom-radio,
.js .membership-page .form-culture-segments .radio-list .custom-radio {
  border-radius: 50%;
  background-color: #EEEEEE;
  width: 30px;
  height: 30px;
  margin-left: 10px; }
  .js .membership-page .registration-form .radio-list .custom-radio.active:after,
  .js .membership-page .form-culture-segments .radio-list .custom-radio.active:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    right: 9px;
    background-color: #00957A; }

.js .membership-page .registration-form .event-question-set .custom-radio,
.js .membership-page .registration-form .pa-question-set .custom-radio,
.js .membership-page .form-culture-segments .event-question-set .custom-radio,
.js .membership-page .form-culture-segments .pa-question-set .custom-radio {
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #CCCCCC;
  background-image: url("../../images/static/icon-tick.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  display: block;
  margin: 0 auto; }
  .js .membership-page .registration-form .event-question-set .custom-radio.active,
  .js .membership-page .registration-form .pa-question-set .custom-radio.active,
  .js .membership-page .form-culture-segments .event-question-set .custom-radio.active,
  .js .membership-page .form-culture-segments .pa-question-set .custom-radio.active {
    background-color: #00957A;
    border-color: #00957A; }

.js .membership-page .registration-form .event-question-set .question.has-error .custom-radio,
.js .membership-page .registration-form .pa-question-set .question.has-error .custom-radio,
.js .membership-page .form-culture-segments .event-question-set .question.has-error .custom-radio,
.js .membership-page .form-culture-segments .pa-question-set .question.has-error .custom-radio {
  border-color: #AF0001; }

.js .membership-page .registration-form .pa-question-set .custom-radio,
.js .membership-page .form-culture-segments .pa-question-set .custom-radio {
  position: absolute;
  top: 45px;
  left: 50%;
  margin: 0 0 0 -20px; }

.js .membership-page .registration-form .pa-question-set .option:nth-of-type(1) .custom-radio,
.js .membership-page .form-culture-segments .pa-question-set .option:nth-of-type(1) .custom-radio {
  left: 0;
  margin: 0 0 0 0; }

.js .membership-page .registration-form .pa-question-set .option:nth-of-type(5) .custom-radio,
.js .membership-page .form-culture-segments .pa-question-set .option:nth-of-type(5) .custom-radio {
  left: auto;
  right: 0;
  margin: 0 0 0 0; }

@media (min-width: 630px) {
  .js .membership-page .registration-form .pa-question-set .option:nth-of-type(1) .custom-radio,
  .js .membership-page .form-culture-segments .pa-question-set .option:nth-of-type(1) .custom-radio {
    left: 50%;
    margin-left: -20px; }
  .js .membership-page .registration-form .pa-question-set .option:nth-of-type(5) .custom-radio,
  .js .membership-page .form-culture-segments .pa-question-set .option:nth-of-type(5) .custom-radio {
    right: 50%;
    margin-right: -20px; } }

.js .membership-page .registration-form .event-question-set .option label,
.js .membership-page .form-culture-segments .event-question-set .option label {
  position: relative;
  line-height: 1; }

.js .membership-page .registration-form .event-question-set .option input,
.js .membership-page .form-culture-segments .event-question-set .option input {
  position: absolute; }

.js .membership-page .registration-form .event-question-set .option span,
.js .membership-page .form-culture-segments .event-question-set .option span {
  display: inline-block;
  position: relative;
  top: -15px;
  left: 5px; }

.js .membership-page .registration-form .event-question-set .custom-radio,
.js .membership-page .form-culture-segments .event-question-set .custom-radio {
  margin: 0;
  display: inline-block; }

.checked .membership-page .preferences-form ul li input.hide-checkbox {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute; }

.checked .membership-page .preferences-form label span {
  margin-left: 10px; }

.checked .membership-page .preferences-form .custom-checkbox {
  display: inline-block;
  background-color: #CCCCCC;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0; }
  .checked .membership-page .preferences-form .custom-checkbox:hover, .checked .membership-page .preferences-form .custom-checkbox:active, .checked .membership-page .preferences-form .custom-checkbox:focus {
    cursor: pointer; }

.checked .membership-page .preferences-form input:checked + label .custom-checkbox {
  background-color: #00957A;
  background-image: url("../../images/static/icon-tick.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center; }

.membership-page .button {
  background-color: #e5e5e5;
  color: #00957A;
  border: none;
  padding: 7px 10px;
  text-decoration: none; }
  .membership-page .button:hover, .membership-page .button:focus, .membership-page .button:active {
    background-color: #00957A;
    color: #e5e5e5;
    box-shadow: none;
    outline: none; }

.membership-page .button-secondary {
  background-color: #00957A;
  color: #e5e5e5; }
  .membership-page .button-secondary:hover, .membership-page .button-secondary:focus, .membership-page .button-secondary:active {
    background-color: #e5e5e5;
    color: #00957A; }

.membership-page .button-right {
  float: right; }

.password-reset-box,
.login-box,
.member-benefits-box {
  background: #EEEEEE;
  padding: 20px;
  margin: 30px 0px; }
  .password-reset-box .heading,
  .login-box .heading,
  .member-benefits-box .heading {
    margin-top: 0px; }
  .password-reset-box .button,
  .login-box .button,
  .member-benefits-box .button {
    padding: 6px 12px; }

.member-benefits-box {
  background: none; }

.social-sharing {
  list-style-type: none;
  padding: 0;
  font-size: 45px;
  margin: 20px 0; }
  .social-sharing li {
    display: inline-block; }
    .social-sharing li a:hover, .social-sharing li a:focus, .social-sharing li a:active {
      text-decoration: none; }

.profile-section {
  margin-bottom: 30px; }
  .profile-section .profile-heading {
    border-bottom: 1px solid #000000;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px; }
    .profile-section .profile-heading .heading {
      margin: 0px;
      text-transform: capitalize; }
    .profile-section .profile-heading .btn {
      width: 70px; }
  .profile-section ul {
    list-style-type: none;
    padding: 0px; }

.alert-inset {
  margin-left: 10px;
  margin-right: 10px; }

@media (min-width: 980px) {
  .alert-inset {
    margin-left: 0px;
    margin-right: 0px; } }

/* SPONSORS */
.sponsor-footer {
  border-top: 10px solid #97004F;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px; }
  .sponsor-footer .inner {
    border-top: 10px solid #575759; }
  .sponsor-footer p {
    margin: 5px 0px;
    line-height: 21px;
    text-align: center;
    padding: 10px 20px 0; }
  .sponsor-footer a {
    color: #333333;
    text-decoration: underline;
    display: block; }
    @media (min-width: 980px) {
      .sponsor-footer a {
        display: inline-block; } }
    .sponsor-footer a.image-link {
      display: block;
      max-width: 300px;
      margin: 0 auto 16px; }
      .sponsor-footer a.image-link img {
        max-width: 100%; }
      @media (min-width: 980px) {
        .sponsor-footer a.image-link {
          display: inline-block;
          margin-left: 30px; } }
    .sponsor-footer a:hover {
      text-decoration: none; }
  .sponsor-footer img {
    margin-top: 10px; }
    @media (min-width: 980px) {
      .sponsor-footer img {
        margin-left: 30px;
        margin-top: 0; } }

/* FOOTER */
.footer {
  font-family: "PT Sans", sans-serif;
  background: #575759;
  padding-top: 10px;
  color: #FFFFFF; }
  .footer a {
    color: #ffffff; }
    .footer a:hover {
      color: #ffffff; }
  .footer .container {
    min-height: 100px; }
    .footer .container .inner {
      padding: 30px 20px; }
  .footer .links {
    background: #464648;
    font-size: 12px;
    line-height: 1.7em; }
    .footer .links .title {
      margin: 0px 0px 20px;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      font-family: 'Archivo Narrow', sans-serif; }
    .footer .links address {
      font-style: normal; }
    .footer .links ul,
    .footer .links address {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
    .footer .links .col-xs-12 {
      margin-bottom: 30px; }
    .footer .links a {
      color: #fff;
      font-size: 12px;
      text-decoration: underline; }
      .footer .links a:hover {
        text-decoration: none; }
  .footer .additional {
    background: #373739;
    padding: 30px 0; }
    .footer .additional .footer-twam {
      overflow: hidden; }
      .footer .additional .footer-twam p {
        width: 60%;
        float: right;
        font-size: 12px;
        margin: 5px 0; }
      .footer .additional .footer-twam .credit {
        margin-top: 15px;
        font-size: 12px; }
      .footer .additional .footer-twam .credit--link {
        color: #cba634;
        text-decoration: none; }
      .footer .additional .footer-twam .credit--link:hover {
        color: #cba634;
        text-decoration: underline; }
      .footer .additional .footer-twam .credit--secondary {
        display: none; }
        @media (min-width: 450px) {
          .footer .additional .footer-twam .credit--secondary {
            display: inline; } }
    .footer .additional .footer-twam--logo {
      float: left;
      margin-top: 12px; }
    .footer .additional .credit--logo {
      vertical-align: middle;
      margin-right: 5px; }
    .footer .additional .footer-logos {
      overflow: hidden;
      padding: 0;
      margin-bottom: 30px; }
      .footer .additional .footer-logos a {
        display: block;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px; }
        .footer .additional .footer-logos a.arts-council {
          width: 150px;
          margin-top: 10px; }
          .footer .additional .footer-logos a.arts-council img {
            width: 150px; }
        .footer .additional .footer-logos a.dept-culture {
          width: 80px; }
          .footer .additional .footer-logos a.dept-culture img {
            width: 80px; }
        .footer .additional .footer-logos a.iip {
          margin-top: 10px; }
      .footer .additional .footer-logos img.industy-green {
        float: left;
        display: block;
        margin-right: 15px; }

.footer .footer-social {
  margin-left: -5px; }
  .footer .footer-social li {
    float: left;
    width: 60px;
    margin-right: 0; }
    .footer .footer-social li a {
      display: block;
      font-size: 60px;
      text-decoration: none; }
    .footer .footer-social li a:hover, .footer .footer-social li a:active, .footer .footer-social li a:focus {
      text-decoration: none;
      color: #eee; }

.search-box-inner {
  background: inherit; }

.search-box {
  padding: 20px 10px 0px;
  margin: 0px 0px 2px 0px;
  text-align: left; }
  @media (min-width: 980px) {
    .search-box {
      margin-bottom: 20px; } }
  .search-box h3 {
    color: #cbcdcd;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 10px; }
    .search-box h3 .white-txt {
      color: #ffffff;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
  .search-box h4 {
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 10px 0px;
    position: relative; }
    .search-box h4 .count {
      position: absolute;
      color: white;
      width: 100px;
      height: 20px;
      font-size: 12px;
      display: inline-block;
      margin: 0px 10px;
      text-align: center;
      top: 1px;
      line-height: 2rem; }
      .search-box h4 .count i {
        font-size: 20px; }
  .search-box .count--current {
    display: none; }
  .search-box .purple-bg {
    height: 46px;
    margin-bottom: 20px; }
  .search-box .buttons {
    padding: 10px 12px 20px 12px; }
    .search-box .buttons a {
      color: #fff;
      font-weight: normal; }
  .search-box .form-horizontal input {
    background: none;
    border: none;
    height: 49px; }
  .search-box .form-horizontal select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    height: 49px; }
  .search-box .form-horizontal .input-group-addon {
    background: none;
    border-radius: none;
    border: none;
    padding: 0px 10px; }
    .search-box .form-horizontal .input-group-addon .circle {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: inline-block;
      color: white;
      font-style: bold;
      font-size: 25px;
      position: relative; }
      .search-box .form-horizontal .input-group-addon .circle i {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 5px; }
  .search-box .form-horizontal .btn-primary {
    width: 171px;
    height: 40px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border: none;
    float: right;
    outline: none; }
  .search-box .categories h4 {
    margin-bottom: 10px; }
  .search-box .categories .categories-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-box .categories .categories-list.expanded li {
      display: block; }
    .search-box .categories .categories-list li {
      list-style: none; }
      .search-box .categories .categories-list li label {
        transition: background 0.3s;
        cursor: pointer;
        display: inline-block;
        border-style: solid;
        border-width: 2px;
        border-color: #ffffff;
        box-sizing: border-box;
        color: white;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        padding: 2px 6px;
        float: left;
        margin: 0 5px 10px 0px;
        text-align: center; }
      .search-box .categories .categories-list li label:hover {
        transition: background 0.3s; }
      .search-box .categories .categories-list li input[type=checkbox] {
        position: absolute;
        left: -9999px; }
  .search-box .categories .view-more {
    clear: both;
    display: none;
    padding: 20px 0px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    cursor: pointer; }
    .search-box .categories .view-more .open {
      display: none; }
    .search-box .categories .view-more .closed {
      display: inline; }
    .search-box .categories .view-more.less .open {
      display: inline; }
    .search-box .categories .view-more.less .closed {
      display: none; }
    .search-box .categories .view-more span {
      text-decoration: underline; }
  .search-box .facilities {
    clear: both;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px; }
    .search-box .facilities h4 {
      margin-bottom: 10px; }
    .search-box .facilities .facilities-list {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: -7px; }
      .search-box .facilities .facilities-list li .facility input[type=checkbox] {
        display: none; }
      .search-box .facilities .facilities-list li .facility label {
        transition: background 0.3s;
        cursor: pointer;
        border-style: solid;
        border-width: 2px;
        border-color: white;
        box-sizing: border-box;
        background-color: transparent;
        width: 60px;
        height: 90px;
        float: left;
        margin: 10px 2px;
        text-align: center; }
        @media (min-width: 980px) {
          .search-box .facilities .facilities-list li .facility label {
            margin: 10px 8px; } }
        .search-box .facilities .facilities-list li .facility label .icon {
          transition: background 0.3s;
          cursor: pointer;
          height: 54px; }
          .search-box .facilities .facilities-list li .facility label .icon i {
            font-size: 44px;
            color: white;
            text-align: center;
            vertical-align: middle;
            line-height: 7rem; }
        .search-box .facilities .facilities-list li .facility label .title {
          transition: color 0.3s;
          border-top: 2px solid white;
          box-sizing: border-box;
          height: 36px;
          color: white;
          font-size: 12px;
          font-weight: 400;
          line-height: 3rem;
          text-align: center;
          overflow: hidden; }
      .search-box .facilities .facilities-list li .facility label.last-child {
        padding-right: 0; }
      .search-box .facilities .facilities-list li label:hover {
        transition: background 0.3s; }
        .search-box .facilities .facilities-list li label:hover .title {
          transition: color 0.3s; }
        .search-box .facilities .facilities-list li label:hover .icon {
          transition: background 0.3s; }

.directory .mod-row-1 .mod-block {
  height: auto;
  text-align: left; }

.directory .intro {
  padding: 30px 0px 40px;
  line-height: 1.6; }
  .directory .intro .heading {
    font-size: 22px;
    font-weight: normal;
    margin: 0px auto;
    margin-bottom: 5px; }
  .directory .intro p {
    margin: 0px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
    max-width: 650px; }

.directory .search-box {
  margin-bottom: 0px; }
  .directory .search-box h4 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-align: left; }
  .directory .search-box .purple-bg {
    background-color: #dedfdf;
    height: 35px; }
  .directory .search-box .form-horizontal input {
    height: 35px; }
  .directory .search-box .form-horizontal select {
    height: 35px; }
  .directory .search-box .form-horizontal .input-group-addon {
    line-height: 0rem; }
    .directory .search-box .form-horizontal .input-group-addon .circle {
      background: none;
      color: black; }
      .directory .search-box .form-horizontal .input-group-addon .circle i {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 5px; }

.directory .map {
  height: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  .directory .map .show-map .map__open-text {
    display: none; }
  .directory .map.open {
    background: transparent !important; }
    .directory .map.open .show-map .map__open-text {
      display: inline; }
    .directory .map.open .show-map .map__closed-text {
      display: none; }
  .directory .map .show-map {
    font-size: 14px;
    font-weight: normal;
    font-weight: 400;
    cursor: pointer;
    width: 200px;
    display: inline-block; }
    .directory .map .show-map span {
      display: inline-block;
      color: white;
      background-color: #00957A;
      position: absolute;
      top: 12px;
      left: 10px;
      padding: 4px 8px; }
    .directory .map .show-map i {
      font-size: 40px;
      text-align: left;
      line-height: 30px; }
  .directory .map .show-map:hover {
    text-decoration: none; }
    .directory .map .show-map:hover i {
      text-decoration: none;
      border: none; }
    .directory .map .show-map:hover span {
      text-decoration: underline; }

.directory .buttons {
  clear: both; }

.directory .listing .pager {
  text-align: center; }

.directory .pagination {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  .directory .pagination li {
    list-style: none;
    display: inline-block; }
    .directory .pagination li a {
      display: inline-block;
      border-style: solid;
      border-width: 2px;
      box-sizing: border-box;
      width: 23px;
      height: 24px;
      text-align: center; }
    .directory .pagination li.active a {
      color: white; }
  .directory .pagination li:hover a {
    color: white; }

.directory .listing {
  padding: 0 10px 30px; }
  .directory .listing .summary {
    margin: 0px 0px 20px;
    padding: 8px 10px;
    color: white;
    text-align: left;
    font-size: 14px;
    /* Approximation due to font substitution */
    font-weight: 400; }
    .directory .listing .summary .count {
      font-size: 14px;
      /* Approximation due to font substitution */
      font-weight: 400;
      text-align: left; }
  .directory .listing .image {
    padding: 0px 10px 0px 0px; }
    .directory .listing .image img {
      width: 100%; }
  .directory .listing .museum {
    background: white;
    margin-bottom: 20px;
    width: 100%;
    height: 100%; }
    @media (min-width: 980px) {
      .directory .listing .museum .additional {
        padding: 15px 0 15px 30px; } }
    .directory .listing .museum .content .name {
      font-weight: normal;
      padding: 0px 0px 5px;
      margin: 15px 0px 0px;
      width: 100%; }
      .directory .listing .museum .content .name a {
        color: #b90979;
        font-size: 16.01px;
        font-weight: 400;
        text-align: left; }
    .directory .listing .museum .content .main-content {
      padding-left: 0px;
      padding: 0px;
      margin: 0px;
      display: inline-block; }
      .directory .listing .museum .content .main-content .categories-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        .directory .listing .museum .content .main-content .categories-list li {
          list-style: none;
          border: none;
          box-sizing: border-box;
          color: white;
          font-size: 12px;
          font-weight: 400;
          text-align: left;
          padding: 2px 6px;
          float: left;
          margin: 0 5px 10px 0px;
          text-align: center;
          text-transform: capitalize; }
      .directory .listing .museum .content .main-content .facilities-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        clear: both; }
        .directory .listing .museum .content .main-content .facilities-list li {
          list-style: none;
          font-size: 40px;
          padding: 0px 20px 0px 0px;
          float: left;
          display: inline-block; }
    .directory .listing .museum .content .details {
      padding-right: 0px; }

.museum .additional, .museum-listing .additional {
  list-style: none;
  margin: 0;
  padding: 15px 0px; }
  @media (min-width: 980px) {
    .museum .additional, .museum-listing .additional {
      padding: 15px 0 15px 30px; } }
  .museum .additional li, .museum-listing .additional li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 25px; }
    .museum .additional li i, .museum-listing .additional li i {
      position: absolute;
      top: 2px;
      left: 0; }

.results {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  z-index: 1000;
  width: 100vw; }
  @media (max-width: 980px) {
    .results {
      display: block; } }
  .results a {
    color: white;
    float: right; }

.map-container {
  position: relative;
  width: 100%;
  height: 250px;
  display: none; }

@media (min-width: 980px) {
  .map-container {
    height: 600px; } }

.js .directory .search-box .categories .view-more.js-show {
  display: block; }

.js .museum_events .search-box .categories .view-more.js-show {
  display: block; }

.js .show-map {
  display: block; }

.no-js .map .show-map {
  display: none; }

@media (min-width: 980px) {
  .homepage-quicklinks .box-left .blue-box {
    height: 257px; } }

.museum-profile .additional, .museum .additional {
  list-style: none;
  margin: 0;
  padding: 15px 0px; }
  .museum-profile .additional li, .museum .additional li {
    list-style: none;
    margin-bottom: 10px; }
    .museum-profile .additional li i, .museum .additional li i {
      padding-right: 10px; }

.museum-profile .events {
  margin-bottom: 20px; }
  .museum-profile .events h2 {
    color: black; }

.museum-profile table td {
  font-size: 12px; }

.museum-profile h1.title {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin: 35px 0px;
  padding-bottom: 5px;
  text-transform: capitalize; }

.museum-profile h2 {
  font-size: 16.01px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin: 30px 0px 20px;
  padding-bottom: 5px;
  text-transform: capitalize; }

.museum-profile .related-museum--name {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px; }

.museum-profile .related-museum--description {
  font-size: 13px;
  margin: 0; }

.museum-profile .image {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px; }
  .museum-profile .image img {
    width: 100%; }

.museum-profile p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

.museum-profile .categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px; }
  .museum-profile .categories-list li {
    list-style: none;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 2px 6px;
    margin: 0 5px 10px 0px;
    text-align: center;
    display: inline-block; }

.museum-profile .facilities-list {
  list-style: none;
  margin: 0;
  padding: 15px 0 15px 0px;
  font-size: 12px; }
  .museum-profile .facilities-list li {
    list-style: none;
    margin-bottom: 10px; }
    .museum-profile .facilities-list li i {
      padding-right: 10px; }

.profile-map {
  text-align: center;
  padding-top: 20px; }

.print-header {
  display: none; }

@media print {
  body {
    font-family: Arial; }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .print-header {
    display: block; }
  .redactor-content img {
    width: 200px; }
  .event-grid a {
    text-decoration: none; }
    .event-grid a p.link {
      display: none !important; }
    .event-grid a img {
      width: 80px; }
    .event-grid a .col-md-6 {
      width: 100%; }
    .event-grid a .text-span, .event-grid a .mask {
      display: none; }
  .event-detail {
    width: 100%; }
    .event-detail h3, .event-detail .event-grid-summary {
      width: 100% !important; }
    .event-detail p.link span {
      display: none !important; }
  .event-grid-item {
    margin-bottom: 30px; }
  .additional, #sites, .yiiLog, .mobile-nav, .footer, .related-events, .event-search {
    display: none; } }

/* Override styles for desktop screens */
@media (min-width: 980px) {
  /* MASTHEAD */
  .masthead {
    height: 103px;
    border-top-width: 3px;
    border-bottom: 1px solid #E5E5E5; }
    .masthead .container {
      overflow: visible; }
    .masthead .logo {
      width: 146px;
      /* Bootstrap tries to split the pixel by using % widths, logo needs to match */
      height: 99px;
      line-height: 99px; }
      .masthead .logo a {
        height: 99px; }
    .masthead .main {
      margin: 0 0 20px 146px;
      position: static;
      background: none;
      text-transform: none;
      width: 834px;
      font-size: 14px;
      border-left: 0; }
      .masthead .main .top {
        display: none;
        visibility: hidden; }
      .masthead .main .features {
        height: 34px;
        line-height: 34px;
        display: block; }
        .masthead .main .features .strap {
          margin: 0px;
          float: left;
          padding: 0px 10px;
          display: block;
          font-size: 12px;
          font-family: 'PT Sans', sans-serif;
          width: 55%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: 0.0025em; }
        .masthead .main .features .nav-wrap {
          float: right;
          width: 45%; }
        .masthead .main .features .nav {
          list-style: none;
          float: right;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          font-weight: bold;
          border-bottom: 0px; }
          .masthead .main .features .nav li {
            float: left;
            line-height: 28px; }
          .masthead .main .features .nav a {
            display: block;
            padding: 3px 0px;
            color: #333333;
            background: #e5e5e5; }
            .masthead .main .features .nav a span {
              border-left: 1px solid #FFFFFF;
              display: block;
              padding: 0px 10px;
              color: #fff; }
              .masthead .main .features .nav a span i.icon {
                color: #fff; }
          .masthead .main .features .nav .donate a span,
          .masthead .main .features .nav .shop a span {
            border-left: 0px; }
          .masthead .main .features .nav .icon {
            display: inline-block; }
          .masthead .main .features .nav .search {
            display: block; }
      .masthead .main .main-nav {
        width: 100%;
        display: block;
        position: relative;
        z-index: 4; }
        .masthead .main .main-nav > ul {
          text-transform: uppercase;
          text-align: center;
          font-size: 11px;
          letter-spacing: 0.15em;
          line-height: 64px;
          overflow: hidden;
          width: 100%;
          border-top: 1px solid #e5e5e5; }
          .masthead .main .main-nav > ul.items-1 > li {
            width: 100%; }
          .masthead .main .main-nav > ul.items-2 > li {
            width: 50%; }
          .masthead .main .main-nav > ul.items-3 > li {
            width: 33.33%; }
          .masthead .main .main-nav > ul.items-4 > li {
            width: 25%; }
          .masthead .main .main-nav > ul.items-5 > li {
            width: 20%; }
          .masthead .main .main-nav > ul.items-6 > li {
            width: 16.66%; }
          .masthead .main .main-nav > ul.items-7 > li {
            width: 14.27%; }
          .masthead .main .main-nav > ul.items-8 > li {
            width: 12.5%; }
          .masthead .main .main-nav > ul > li {
            float: left;
            width: 104px;
            width: 15%;
            border-right: 1px solid #e5e5e5;
            border-bottom: none;
            position: static;
            /* Submenus hidden by default */ }
            .masthead .main .main-nav > ul > li.has-submenu .icon {
              display: none; }
            .masthead .main .main-nav > ul > li > a {
              height: 64px;
              font-size: 11px;
              display: block;
              padding: 0px;
              color: #000000; }
            .masthead .main .main-nav > ul > li.has-submenu:after {
              content: ''; }
            .masthead .main .main-nav > ul > li > ul {
              position: absolute;
              top: 65px;
              left: -99999px;
              background: #000000;
              border-bottom: none;
              padding-left: 0;
              list-style: none;
              display: block; }
              .masthead .main .main-nav > ul > li > ul > li {
                text-align: left;
                width: 100%;
                border-bottom: none; }
                .masthead .main .main-nav > ul > li > ul > li > a {
                  color: #000000;
                  display: block;
                  width: 100%;
                  line-height: 13px;
                  padding: 14px 30px;
                  border: none !important;
                  font-size: 11px; }
                .masthead .main .main-nav > ul > li > ul > li > a:hover {
                  border: none !important;
                  color: #ffffff;
                  background: #222; }
          .masthead .main .main-nav > ul a {
            border-bottom: 8px solid transparent;
            -webkit-transition: border-bottom-color 0.2s ease;
            -moz-transition: border-bottom-color 0.2s ease;
            -o-transition: border-bottom-color 0.2s ease;
            transition: border-bottom-color 0.2s ease; }
          .masthead .main .main-nav > ul a:hover,
          .masthead .main .main-nav > ul a:focus,
          .masthead .main .main-nav > ul a:active {
            border-bottom-color: #000000;
            -webkit-transition: border-bottom-color 0.4s ease;
            -moz-transition: border-bottom-color 0.4s ease;
            -o-transition: border-bottom-color 0.4s ease;
            transition: border-bottom-color 0.4s ease; }
        .masthead .main .main-nav > li:last-child {
          width: 106px;
          width: 25%; }
        .masthead .main .main-nav li:hover ul {
          left: auto;
          z-index: 10; }
        .masthead .main .main-nav li.last:hover ul {
          right: 0; }
        .masthead .main .main-nav a:active {
          background: #E5E5E5; }
      .masthead .main .features .nav li,
      .masthead .main .main-nav li {
        border-bottom: 0px; }
    .masthead .mobile-nav {
      display: none; }
  /* MODULAR BLOCKS */
  .mod-row-1 .mod-block,
  .mod-row-2 .mod-block,
  .mod-row-3 .mod-block {
    height: 215px; }
  .mod-row-2 > .mod-block {
    height: 450px; }
  .mod-row-3 > .mod-block {
    height: 685px; }
  /* WANT TO RE-ENABLE THIS? WE NEED TO AMEND OUR POSITION LOGIC */
  /* .mod-row-3 > .mod-block
	{
		height: 685px;
	} */
  .module.module-cta .text .link {
    position: absolute;
    left: 30px;
    bottom: 30px; }
  .module.module-image .image,
  .module.module-image img, .module.module-carousel .image,
  .module.module-carousel img, .module.module-video .image,
  .module.module-video img {
    height: 100%; }
  .module.module-image .text, .module.module-carousel .text, .module.module-video .text {
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .module.module-carousel .controls .next,
  .module.module-carousel .controls .previous {
    display: block; }
  .module.module-tabbed-carousel .tab-contents .tab-content .text {
    width: 40%; }
  .module.module-product > a {
    padding: 0px;
    background: none; }
  .module.module-product .text {
    height: 195px;
    font-size: 12px; }
    .module.module-product .text .title {
      font-size: 14px; }
    .module.module-product .text .link {
      left: 0px; }
  /* EVENTS */
  .event-grid .event-grid-item,
  .event-grid .page-grid-item,
  .event-grid .product-grid-item {
    background: none; }
    .event-grid .event-grid-item > div > a,
    .event-grid .page-grid-item > div > a,
    .event-grid .product-grid-item > div > a {
      display: block;
      overflow: hidden; }
    .event-grid .event-grid-item > div > a:active,
    .event-grid .page-grid-item > div > a:active,
    .event-grid .product-grid-item > div > a:active {
      background: none; }
    .event-grid .event-grid-item .event-image,
    .event-grid .page-grid-item .event-image,
    .event-grid .product-grid-item .event-image {
      margin: 0;
      font-size: 40px; }
      .event-grid .event-grid-item .event-image span.mask span.icon,
      .event-grid .page-grid-item .event-image span.mask span.icon,
      .event-grid .product-grid-item .event-image span.mask span.icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px; }
    .event-grid .event-grid-item .event-image:hover span.mask,
    .event-grid .page-grid-item .event-image:hover span.mask,
    .event-grid .product-grid-item .event-image:hover span.mask {
      display: block; }
    .event-grid .event-grid-item .event-detail,
    .event-grid .page-grid-item .event-detail,
    .event-grid .product-grid-item .event-detail {
      height: 195px;
      position: relative; }
      .event-grid .event-grid-item .event-detail .event-grid-summary .summary-extra,
      .event-grid .page-grid-item .event-detail .event-grid-summary .summary-extra,
      .event-grid .product-grid-item .event-detail .event-grid-summary .summary-extra {
        display: none; }
      .event-grid .event-grid-item .event-detail .event-grid-summary .ellipsis,
      .event-grid .page-grid-item .event-detail .event-grid-summary .ellipsis,
      .event-grid .product-grid-item .event-detail .event-grid-summary .ellipsis {
        display: inline; }
    .event-grid .event-grid-item p.link,
    .event-grid .page-grid-item p.link,
    .event-grid .product-grid-item p.link {
      display: block;
      right: auto;
      left: 10px;
      bottom: 0; }
  .event-grid .page-grid-item .event-detail {
    height: 100px; }
  .event-grid-item .culture-segment {
    left: auto;
    top: 5px;
    right: 15px; }
  body.event h1 {
    width: 60%;
    font-size: 32px;
    line-height: 1.25;
    float: left; }
  .event-info {
    margin-bottom: 20px; }
    .event-info a.booking-link {
      width: 225px;
      height: 54px;
      float: right;
      margin-top: 30px; }
    .event-info p {
      clear: both; }
  .event-modules {
    margin: 0 -15px;
    overflow: hidden; }
    .event-modules .event-modules-col {
      width: 50%;
      float: left;
      padding: 0 15px; }
  .page-standard .main-content p.introduction {
    width: 70%; }
  /* FOOTER */
  .footer .links ul.footer-social li {
    width: 30px; }
    .footer .links ul.footer-social li a {
      font-size: 30px; }
  .footer .additional .footer-twam-logo p {
    width: 60%;
    font-size: 12px; }
  .footer .additional .footer-logos {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px; }
    .footer .additional .footer-logos a.arts-council {
      width: 180px; }
      .footer .additional .footer-logos a.arts-council img {
        width: 180px; }
    .footer .additional .footer-logos a.dept-culture {
      width: 96px; }
      .footer .additional .footer-logos a.dept-culture img {
        width: 96px; }
  .events-from-other-venues ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .events-from-other-venues ul .events-from-other-venue {
      list-style: none;
      height: 124px;
      padding: 0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid #000;
      overflow: hidden;
      position: relative;
      background: none; }
      .events-from-other-venues ul .events-from-other-venue a .placeholder {
        padding: 10px;
        text-align: center;
        width: 100%;
        float: left;
        font-size: 0;
        line-height: 0;
        overflow: hidden; }
        .events-from-other-venues ul .events-from-other-venue a .placeholder img {
          width: 120px; }
      .events-from-other-venues ul .events-from-other-venue a .text {
        height: 102px;
        width: 100%;
        float: right;
        padding: 0; }
        .events-from-other-venues ul .events-from-other-venue a .text h2 {
          margin: 0;
          font-size: 13px;
          line-height: 16px; }
          .events-from-other-venues ul .events-from-other-venue a .text h2 a {
            display: block;
            text-decoration: none;
            color: #000;
            font-size: 13px;
            line-height: 16px; }
        .events-from-other-venues ul .events-from-other-venue a .text > p {
          font-size: 13px;
          line-height: 16px; }
      .events-from-other-venues ul .events-from-other-venue a .link {
        display: block;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 10px; } }

html.ie8 .nav i.icon {
  display: none !important; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px; }

a,
a:hover,
a:focus {
  color: #00957A; }

.button {
  color: #00957A;
  font-weight: bold;
  font-size: 14px; }

.button:focus,
.button:hover {
  text-decoration: none;
  color: #28939D; }

.button-on-white {
  background: #2d7165;
  color: #ffffff; }

.button-on-white:hover {
  background: #8FAD15;
  color: #ffffff; }

.search-form input[type=text] {
  border-color: #28939D; }

.search-form input[type=submit] {
  background: #28939D;
  color: #ffffff; }

.search-form input[type=submit]:hover {
  background: #7f7f7f;
  color: #ffffff; }

/* HEADER */
.masthead {
  border-top-color: #000000; }
  .masthead .strap span {
    color: #2d7165; }
  .masthead .strap {
    font-size: 16px; }
  .masthead .logo a {
    background: url(../../images/static/logo-culturebridge-1x.jpg) no-repeat center center;
    background: url(../../images/static/logo-culturebridge-2x.jpg) no-repeat center center/73px 50px; }
  .masthead .main .features .nav li a {
    color: #000000; }
    .masthead .main .features .nav li a span i.icon {
      color: #000000; }
  .masthead .main .features .nav li a:active {
    background-color: #000000;
    color: #ffffff; }
    .masthead .main .features .nav li a:active span i.icon {
      color: #ffffff; }
  .masthead .main .features .nav .shop a {
    color: #00957A;
    background-color: #e5e5e5; }
    .masthead .main .features .nav .shop a span i.icon {
      color: #00957A; }
  .masthead .main .features .nav .shop a:hover,
  .masthead .main .features .nav .shop a:focus {
    color: #000000; }
    .masthead .main .features .nav .shop a:hover span i.icon,
    .masthead .main .features .nav .shop a:focus span i.icon {
      color: #000000; }
  .masthead .main .features .nav .shop a:active {
    background-color: #000000;
    color: #ffffff; }
    .masthead .main .features .nav .shop a:active span i.icon {
      color: #ffffff; }
  .masthead .main .main-nav li a:hover,
  .masthead .main .main-nav li a:focus,
  .masthead .mobile-nav li a:hover,
  .masthead .mobile-nav li a:focus {
    border-bottom-color: #e5e5e5; }
  .masthead .main .main-nav li a:active,
  .masthead .mobile-nav li a:active {
    background: #000000;
    color: #FFFFFF; }

/* MODULAR BLOCKS */
.module.module-text, .module.module-map, .module.module-blog, .module.funders-container {
  background: #e5e5e5;
  color: #000000;
  font-size: 13px; }
  .module.module-text header, .module.module-map header, .module.module-blog header, .module.funders-container header {
    background: #8FAD15;
    overflow: hidden; }
    .module.module-text header div.icon, .module.module-map header div.icon, .module.module-blog header div.icon, .module.funders-container header div.icon {
      display: none; }
    .module.module-text header h2, .module.module-map header h2, .module.module-blog header h2, .module.funders-container header h2 {
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      margin: 0;
      padding: 10px 15px;
      color: #ffffff; }
    .module.module-text header a, .module.module-map header a, .module.module-blog header a, .module.funders-container header a {
      font-weight: bold; }
  .module.module-text .module-content h2.title, .module.module-map .module-content h2.title, .module.module-blog .module-content h2.title, .module.funders-container .module-content h2.title {
    font-size: 16px;
    color: #28939D; }

.module.module-map header {
  margin-bottom: 0px; }

.module.module-text {
  text-align: center; }
  .module.module-text header {
    margin-top: 10px;
    background-color: #e5e5e5 !important; }
  .module.module-text table {
    line-height: 0.8; }
    .module.module-text table tr td {
      text-align: left; }
    .module.module-text table tr td:first-child {
      width: 50%; }
  .module.module-text .module-content {
    padding: 5px 15px; }
    .module.module-text .module-content a {
      text-transform: uppercase;
      text-decoration: underline; }
    .module.module-text .module-content a:hover,
    .module.module-text .module-content a:active {
      text-decoration: none; }
  .module.module-text div.icon {
    display: block !important;
    color: #2d7165; }
  .module.module-text h2 {
    text-align: center !important;
    color: #464648 !important;
    font-size: 1.8em !important;
    font-weight: bold !important; }

.module.module-text.module-height-2 {
  background-color: #2d7165;
  height: 410px;
  margin-bottom: 61px;
  position: relative;
  overflow: visible; }
  .module.module-text.module-height-2:after {
    position: absolute;
    bottom: -50px;
    right: 40px;
    content: "";
    border: 25px solid blue;
    border-color: #2d7165 #2d7165 transparent transparent; }
  .module.module-text.module-height-2 a {
    color: #cff07d;
    font-weight: bold;
    font-size: 14px; }
  .module.module-text.module-height-2 header {
    margin-top: 0;
    background-color: #2d7165 !important; }
  .module.module-text.module-height-2 .icon {
    color: #cff07d !important;
    margin-top: 20px;
    font-size: 6rem !important;
    line-height: 1; }
  .module.module-text.module-height-2 h2 {
    color: #ffffff !important;
    font-size: 3em !important;
    padding: 0 10px !important;
    line-height: 1.2; }
  .module.module-text.module-height-2 .module-content {
    padding: 20px 15px 10px;
    color: #ffffff;
    font-size: 1.4em;
    overflow: hidden; }
    .module.module-text.module-height-2 .module-content p {
      margin-top: 0; }
  @media screen and (max-width: 979px) {
    .module.module-text.module-height-2 .module-content:before {
      display: none; } }

.module.module-image .text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: none;
  color: #000000;
  font-size: 14px;
  padding: 0px;
  margin-top: 0; }
  .module.module-image .text:hover .titles {
    transition: min-height 0.3s;
    min-height: 100%; }
  .module.module-image .text:hover .subtitle {
    display: block;
    animation: fadeIn1 8s ease;
    border: 1px solid;
    border-color: rgba(250, 250, 250, 0.3); }
  .module.module-image .text:hover .link {
    display: block;
    animation: fadeIn2 8s ease; }
  .module.module-image .text .titles {
    padding: 10px 15px 5px;
    background: rgba(45, 113, 101, 0.8);
    color: #ffffff;
    transition: min-height 0.3s;
    position: absolute;
    bottom: 0;
    min-height: 0;
    width: 100%; }
    .module.module-image .text .titles h2 {
      text-transform: uppercase;
      font-size: 14px; }
  .module.module-image .text .title {
    font-size: 16px;
    line-height: 1.3;
    bottom: 0; }
    .module.module-image .text .title a {
      color: #ffffff; }
  .module.module-image .text .subtitle {
    display: none;
    height: inherit;
    position: relative;
    text-align: center;
    padding: 3px 4px;
    font-size: 1.3em;
    line-height: 1.3;
    width: 90%; }
  @media screen and (min-width: 980px) {
    .module.module-image .text .subtitle {
      width: 80%;
      line-height: 1.4;
      padding: 8px; } }
  .module.module-image .text p.subtitle {
    margin: 0;
    position: absolute;
    top: 53%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .module.module-image .text .link {
    display: none;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    color: #ffffff;
    text-align: center; }
    .module.module-image .text .link a {
      display: block;
      color: #ffffff; }

@keyframes fadeIn1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    z-index: 999999; }
  100% {
    opacity: 1;
    z-index: 999999; } }

@keyframes fadeIn2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1;
    z-index: 999999; }
  100% {
    opacity: 1;
    z-index: 999999; } }

.module.module-cta {
  text-align: center; }
  .module.module-cta .text {
    background: #e5e5e5;
    color: #28939D;
    padding: 15px;
    text-align: center;
    align-items: center;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */ }
    @media (min-width: 980px) {
      .module.module-cta .text {
        display: -webkit-flex;
        /* Safari */
        display: flex; } }
    .module.module-cta .text h2.title {
      width: 100%;
      font-size: 35px;
      line-height: 1; }
      .module.module-cta .text h2.title a {
        color: #000000; }
    .module.module-cta .text .subtitle {
      color: #000000;
      width: 60%;
      margin: 0 auto;
      font-size: 12px;
      margin-top: 5px; }
    .module.module-cta .text .link {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: 20px;
      text-align: center;
      margin-top: 4px; }
      @media (min-width: 980px) {
        .module.module-cta .text .link {
          margin-top: 0; } }
      .module.module-cta .text .link .button {
        color: #28939D; }
      .module.module-cta .text .link .button:hover {
        color: #2d7165; }
  .module.module-cta .icon {
    display: none;
    background: none;
    color: #28939D;
    font-size: 36px;
    float: none;
    right: auto;
    left: 50%;
    margin-left: -16px;
    top: 20px; }
    @media (min-width: 980px) {
      .module.module-cta .icon {
        display: block; } }

.module.module-carousel .text {
  background: #FFFFFF;
  color: #000000;
  font-size: 14px; }
  .module.module-carousel .text .title {
    font-size: 16px;
    line-height: 1.3; }
    .module.module-carousel .text .title a {
      color: #000000; }
  .module.module-carousel .text .link {
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold; }

.module.module-carousel .controls .next,
.module.module-carousel .controls .previous {
  right: 0px;
  background: url(../../images/static/shipley-square-1x.jpg) no-repeat left center; }
  .module.module-carousel .controls .next button,
  .module.module-carousel .controls .next button:hover,
  .module.module-carousel .controls .next button:focus,
  .module.module-carousel .controls .next button:active,
  .module.module-carousel .controls .previous button,
  .module.module-carousel .controls .previous button:hover,
  .module.module-carousel .controls .previous button:focus,
  .module.module-carousel .controls .previous button:active {
    width: 30px;
    height: 60px;
    line-height: 65px;
    background-color: transparent;
    color: #28939D;
    font-size: 20px;
    padding: 0px;
    text-align: right; }
    .module.module-carousel .controls .next button span,
    .module.module-carousel .controls .next button:hover span,
    .module.module-carousel .controls .next button:focus span,
    .module.module-carousel .controls .next button:active span,
    .module.module-carousel .controls .previous button span,
    .module.module-carousel .controls .previous button:hover span,
    .module.module-carousel .controls .previous button:focus span,
    .module.module-carousel .controls .previous button:active span {
      position: absolute;
      left: -9999px; }

.module.module-carousel .controls .previous {
  left: 0px;
  background-position: -30px center; }
  .module.module-carousel .controls .previous button {
    text-align: left; }

.module.module-carousel .nav {
  top: 5px;
  left: 5px !important; }
  .module.module-carousel .nav li button {
    background-color: #ffffff;
    color: #28939D; }
  .module.module-carousel .nav li button:hover,
  .module.module-carousel .nav li button:focus,
  .module.module-carousel .nav li button:active {
    background-color: #28939D;
    color: #ffffff; }
  .module.module-carousel .nav li.current button {
    background-color: #28939D;
    color: #ffffff; }

.module.module-blog header {
  margin-bottom: 10px; }

.module.module-blog .module-content {
  padding: 0px 15px; }
  .module.module-blog .module-content .title {
    font-weight: bold; }
    .module.module-blog .module-content .title a {
      color: #28939D; }
  .module.module-blog .module-content .link {
    text-transform: uppercase; }
    .module.module-blog .module-content .link a {
      font-weight: bold;
      color: #28939D; }

.module.module-venues {
  text-align: left;
  background: #e5e5e5; }
  .module.module-venues header {
    background: #000000;
    color: #ffffff; }
    .module.module-venues header h2 {
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      margin: 0;
      padding: 10px 15px;
      color: #ffffff; }
  .module.module-venues .module-content {
    padding: 10px 0; }
    .module.module-venues .module-content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .module.module-venues .module-content ul a {
        font-weight: bold;
        color: #28939D;
        padding: 8px 15px;
        display: block; }

.module.module-tabbed-carousel .tab-nav {
  opacity: 0.8;
  position: absolute;
  width: 100%; }
  .module.module-tabbed-carousel .tab-nav li {
    background-color: #e5e5e5 !important; }
  .module.module-tabbed-carousel .tab-nav li.active a {
    border-color: #464648; }

.module.module-tabbed-carousel .tab-content p.link a {
  color: #fff; }

.module.module-tabbed-carousel .tab-content img {
  max-width: 100%;
  width: 100%; }

.module.module-tabbed-carousel .tab-content .text {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) !important;
  color: #fff;
  width: 100% !important;
  text-align: left; }
  .module.module-tabbed-carousel .tab-content .text .titles {
    display: inline-block; }
    .module.module-tabbed-carousel .tab-content .text .titles h2 {
      font-size: 2rem;
      text-transform: uppercase; }

.module.module-tabbed-carousel .tab-content .subtitle {
  position: absolute;
  top: -100px;
  font-size: 12px;
  margin: 5px 0;
  float: left !important;
  padding: 10px;
  background: rgba(1, 1, 1, 0.5);
  max-width: 75%;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden; }

@media screen and (max-width: 979px) {
  .module.module-tabbed-carousel .tab-content .subtitle {
    max-width: 100%;
    margin-right: 10px !important; } }

.module.module-tabbed-carousel .tab-content .link {
  margin: 5px 0;
  margin-bottom: 0;
  float: right !important; }

.page-standard h1 {
  font-size: 40px; }

.page-standard .main-content .related-events {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.page-standard .main-content .section h2 {
  font-size: 25px;
  background: #28939D;
  text-align: left;
  padding: 10px 25px;
  color: #fff;
  font-weight: normal; }

.page-standard .main-content .section a {
  text-decoration: underline; }

.page-standard .main-content .section h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px; }

.page-standard .main-content .section p {
  padding: 0 15px; }

.page-standard .main-content .section ul, .page-standard .main-content .section ol {
  margin-left: 15px;
  padding-left: 20px; }
  .page-standard .main-content .section ul li, .page-standard .main-content .section ol li {
    padding-left: 5px;
    margin-bottom: 5px; }

.page-standard .main-content .standard-top p {
  padding: 0 15px; }

.page-standard .main-content .standard-top .introduction {
  margin-bottom: 50px; }

.page-standard .main-content .section {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px; }
  .page-standard .main-content .section h2.section-header {
    background: #e5e5e5;
    color: #333333;
    padding: 10px 20px 50px 20px;
    margin: 0;
    height: auto;
    text-align: left;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px; }

/* EVENTS */
.event-search {
  border-bottom: 5px solid #f4f4f4; }
  .event-search .form-row .text-input span {
    background: #e5e5e5;
    color: #000000; }
  .event-search .search-text .text-input .button {
    border: 0px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase; }
    .event-search .search-text .text-input .button:hover {
      background: #2d7165;
      color: #ffffff; }
  .event-search .search-button .button {
    border: 0px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase; }
    .event-search .search-button .button:hover, .event-search .search-button .button.active {
      background: #2d7165;
      color: #ffffff; }

.view-more-events span,
.event-search .search-filters .button {
  border: 0px;
  background: #e5e5e5;
  color: #28939D;
  font-weight: bold; }
  .view-more-events span:hover, .view-more-events span.active,
  .event-search .search-filters .button:hover,
  .event-search .search-filters .button.active {
    background: #28939D;
    color: #ffffff; }

.event-grid {
  margin: 20px 0; }
  .event-grid .month-group {
    border-bottom: 5px solid #f4f4f4; }
  .event-grid .event-grid-item {
    background: #f8f7f7;
    margin-bottom: 20px;
    position: relative; }
    .event-grid .event-grid-item .event-image {
      display: block;
      outline: 0;
      position: relative;
      margin: 15px;
      margin-right: 0;
      color: #fff;
      text-align: center;
      font-size: 30px;
      font-weight: normal; }
      .event-grid .event-grid-item .event-image span.mask {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(74, 38, 68, 0.6);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0; }
        .event-grid .event-grid-item .event-image span.mask span.icon {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 30px;
          height: 30px;
          margin-top: -15px;
          margin-left: -15px; }
      .event-grid .event-grid-item .event-image span.utility-span {
        display: none; }
      .event-grid .event-grid-item .event-image span.text-span {
        display: none; }
    .event-grid .event-grid-item .event-detail {
      position: static; }
      .event-grid .event-grid-item .event-detail h3 {
        margin-top: 0;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
        color: #000000; }
      .event-grid .event-grid-item .event-detail p {
        font-size: 14px;
        color: #000000; }
      .event-grid .event-grid-item .event-detail .event-grid-date {
        margin-top: 0;
        color: #28939D; }
        .event-grid .event-grid-item .event-detail .event-grid-date span {
          display: none; }
    .event-grid .event-grid-item.event-grid-item-month {
      margin: 0;
      margin-bottom: 20px;
      height: 60px; }
      .event-grid .event-grid-item.event-grid-item-month h2 {
        background: #000000;
        font-size: 25px;
        height: 68px;
        line-height: 68px;
        margin: 0;
        padding: 0 0 0 20px;
        text-align: left;
        color: #fff;
        font-weight: 400; }
      .event-grid .event-grid-item.event-grid-item-month .year {
        display: none; }
    .event-grid .event-grid-item p.link {
      position: absolute;
      right: 20px;
      bottom: 10px;
      margin: 0;
      font-size: 12px; }
      .event-grid .event-grid-item p.link a {
        text-transform: uppercase;
        font-size: 12px; }

span.permanent-indicator,
span.shop-indicator {
  background: #28939D;
  color: #ffffff;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none; }

.schools-banner {
  margin-top: 20px;
  height: 104px;
  width: 100%;
  line-height: 30px;
  padding: 20px;
  background: #28939D;
  margin-bottom: 20px;
  color: #ffffff;
  background-image: url("../../images/static/schools-banner-2x.jpg");
  background-repeat: no-repeat;
  background-size: 980px; }
  .schools-banner h2 {
    margin: 0;
    font-size: 20px; }
  .schools-banner h3 {
    margin: 0;
    font-weight: normal;
    font-size: 13px; }

.event-modules .module-cta .text h2.title {
  margin-bottom: 20px; }

.event-modules .module-cta .icon {
  display: none; }

@media (min-width: 980px) {
  .schools-banner {
    line-height: 64px;
    height: 104px; }
    .schools-banner h2 {
      width: 50%;
      float: left;
      font-size: 41px; }
    .schools-banner h3 {
      width: 50%;
      float: right;
      text-align: right;
      font-size: 18px; }
  .masthead .logo a {
    background: url(../../images/static/logo-culturebridge-1x.jpg) no-repeat center center;
    background: url(../../images/static/logo-culturebridge-2x.jpg) no-repeat center center/146px 100px; }
  .masthead .main .features .nav li a {
    color: #ffffff;
    border-color: #000000;
    background: #00957A; }
    .masthead .main .features .nav li a span {
      color: #ffffff; }
      .masthead .main .features .nav li a span i.icon {
        color: #ffffff; }
  .masthead .main .features .nav li a:hover,
  .masthead .main .features .nav li a:focus {
    color: #e5e5e5; }
    .masthead .main .features .nav li a:hover span,
    .masthead .main .features .nav li a:focus span {
      color: #e5e5e5; }
      .masthead .main .features .nav li a:hover span i.icon,
      .masthead .main .features .nav li a:focus span i.icon {
        color: #e5e5e5; }
  .masthead .main .features .nav li a:active {
    background-color: #000000;
    color: #ffffff; }
    .masthead .main .features .nav li a:active span {
      color: #ffffff; }
      .masthead .main .features .nav li a:active span i.icon {
        color: #ffffff; }
  .masthead .main .features .nav .shop a {
    color: #00957A;
    background-color: #e5e5e5; }
    .masthead .main .features .nav .shop a span {
      color: #00957A; }
      .masthead .main .features .nav .shop a span i.icon {
        color: #00957A; }
  .masthead .main .features .nav .shop a:hover,
  .masthead .main .features .nav .shop a:focus {
    color: #000000; }
    .masthead .main .features .nav .shop a:hover span,
    .masthead .main .features .nav .shop a:focus span {
      color: #000000; }
      .masthead .main .features .nav .shop a:hover span i.icon,
      .masthead .main .features .nav .shop a:focus span i.icon {
        color: #000000; }
  .masthead .main .features .nav .shop a:active {
    background-color: #e5e5e5;
    color: #ffffff; }
    .masthead .main .features .nav .shop a:active span {
      color: #ffffff; }
      .masthead .main .features .nav .shop a:active span i.icon {
        color: #ffffff; }
  .masthead .main .features .nav .signin a span {
    border-left: 0 none; }
  .masthead .main .main-nav li.active a,
  .masthead .mobile-nav li.active a {
    border-bottom: 8px solid #000000; }
  .masthead .main .main-nav > ul > li:hover > a {
    border-bottom: 8px solid #e5e5e5; }
  .masthead .main .main-nav > ul > li {
    /* SUBMENU */ }
    .masthead .main .main-nav > ul > li > ul > li > a {
      color: #fff; }
    .masthead .main .main-nav > ul > li > ul > li > a:hover {
      background: #28939D; }
  /* EVENTS */
  .event-grid .event-grid-item {
    background: none; }
    .event-grid .event-grid-item .event-image {
      margin: 0;
      font-size: 40px; }
      .event-grid .event-grid-item .event-image span.mask span.icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px; }
    .event-grid .event-grid-item .event-image:hover span.mask {
      display: block; }
    .event-grid .event-grid-item .event-detail {
      padding-top: 0;
      position: relative;
      height: 210px; }
      .event-grid .event-grid-item .event-detail h3 {
        font-size: 14px; }
      .event-grid .event-grid-item .event-detail p {
        font-size: 12px; }
      .event-grid .event-grid-item .event-detail .event-grid-venue {
        color: #797979;
        margin: 0px 0 6px;
        line-height: 14px; }
      .event-grid .event-grid-item .event-detail .event-grid-summary {
        display: block; }
    .event-grid .event-grid-item.event-grid-item-month:before {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 30px;
      color: #28939D; }
    .event-grid .event-grid-item.event-grid-item-month {
      height: 135px; }
      .event-grid .event-grid-item.event-grid-item-month h2 {
        margin-top: 60px; }
    .event-grid .event-grid-item p.link {
      right: auto;
      left: 0;
      bottom: 10px; }
  span.permanent-indicator,
  span.shop-indicator {
    display: block; }
  .page-standard .main-content h2 {
    padding: 0; }
  .page-standard .main-content h3 {
    padding: 0; }
  .page-standard .main-content ul, .page-standard .main-content ol {
    margin-left: 0; }
  .page-standard .main-content p {
    padding: 0; }
  .page-standard .main-content .section h2.section-header {
    margin: 0; } }

.sponsor-footer {
  border-color: #00957A; }

.footer a {
  color: #ffffff; }

.search-box-outer {
  background: #2d7165; }

.search-box {
  background: #00957A; }
  .search-box h4 .count {
    background: #00957A; }
  .search-box .purple-bg {
    background: #2d7165; }
  .search-box .form-horizontal input {
    color: #e5e5e5; }
  .search-box .form-horizontal select {
    color: #e5e5e5; }
  .search-box .form-horizontal .input-group-addon .circle {
    background: #00957A; }
  .search-box .form-horizontal .btn {
    background-color: #2d7165;
    color: white; }
  .search-box .form-horizontal .btn:hover {
    background: #28939D; }
  .search-box .form-horizontal .form-control::-webkit-input-placeholder {
    color: #e5e5e5; }
  .search-box .form-horizontal .form-control:-moz-placeholder {
    color: #e5e5e5; }
  .search-box .form-horizontal .form-control::-moz-placeholder {
    color: #e5e5e5; }
  .search-box .form-horizontal .form-control:-ms-input-placeholder {
    color: #e5e5e5; }
  .search-box .categories .categories-list li label:hover {
    transition: background 0.3s;
    background: #464648; }
  .search-box .categories .categories-list li input[type=checkbox]:checked ~ label {
    background: #464648; }
  .search-box .facilities .facilities-list li label:hover {
    background: #464648; }
    .search-box .facilities .facilities-list li label:hover .title {
      color: white; }
    .search-box .facilities .facilities-list li label:hover .icon {
      background: #464648; }
  .search-box .facilities .facilities-list input[type=checkbox]:checked ~ label {
    background: #464648; }
    .search-box .facilities .facilities-list input[type=checkbox]:checked ~ label .title {
      color: white; }
    .search-box .facilities .facilities-list input[type=checkbox]:checked ~ label .icon {
      background: #464648; }

.directory .intro {
  background: #226559; }
  .directory .intro .heading {
    color: white; }

.directory .search-box {
  background-color: #2d7165; }
  .directory .search-box .form-horizontal input {
    color: #28939D; }
  .directory .search-box .form-horizontal select {
    color: #28939D; }
  .directory .search-box .form-horizontal .form-control::-webkit-input-placeholder {
    color: #28939D; }
  .directory .search-box .form-horizontal .form-control:-moz-placeholder {
    color: #28939D; }
  .directory .search-box .form-horizontal .form-control::-moz-placeholder {
    color: #28939D; }
  .directory .search-box .form-horizontal .form-control:-ms-input-placeholder {
    color: #28939D; }

.directory .pager .pagination li a {
  border-color: #28939D; }

.directory .pager .pagination li.active {
  background: #28939D; }
  .directory .pager .pagination li.active a {
    color: white; }

.directory .pager .pagination li:hover {
  background: #00957A; }
  .directory .pager .pagination li:hover a {
    color: white; }

.directory .listing {
  background: #e5e5e5;
  padding-top: 0; }
  .directory .listing .image {
    padding-top: 50px; }
  .directory .listing .summary {
    padding: 20px 10px;
    background-color: #cff07d;
    color: #464648;
    font-weight: bold; }
    .directory .listing .summary .count {
      color: #464648;
      font-weight: bold; }
  .directory .listing .museum .content .name {
    border-bottom: 3px solid #00957A;
    color: #00957A; }
  .directory .listing .museum .content .main-content .categories-list li {
    border: 1px solid #464648;
    background: transparent;
    color: #464648; }
  .directory .listing .museum .content .main-content .facilities-list li {
    color: #2d7165; }
  .directory .listing .museum .content .details {
    font-weight: bold; }
  .directory .listing .museum .content .additional .open {
    color: #00957A; }
  .directory .listing .museum .content .additional .website a {
    color: #28939D; }
  .directory .listing .museum .content .name, .directory .listing .museum .content .name a {
    font-weight: bold;
    color: #2d7165; }

.results {
  border-top: 3px solid #28939D;
  background: #28939D;
  color: white; }

.museum-profile .events h2 {
  border-color: #00957A; }

.museum-profile h1.title {
  color: #00957A;
  border-bottom: 3px solid #00957A; }

.museum-profile h2 {
  color: #28939D;
  border-bottom: 3px solid #28939D; }

.museum-profile h3 {
  color: #28939D; }

.museum-profile .categories-list li {
  background: #00957A; }