@import "calibre/calibre-regular.css";
@import "calibre/calibre-medium.css";
@import "calibre/calibre-semibold.css";
@import "icons.css";
@import "slick.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  opacity: 0;
}
@media (max-width: 992px) {
  body {
    padding-top: 50px;
  }
}
body.fixed-nav {
  padding-top: 50px;
}
body.load {
  opacity: 1;
}
a {
  text-decoration: none;
  border-bottom: 1px solid #949494;
}
@media (min-width: 560px) {
  a {
    padding-bottom: 2px;
  }
}
a:hover {
  border-bottom-color: transparent;
}
#featured-events,
#whats-on,
#social-feed {
  background: #f6f6f6;
}
#featured-events h2,
#whats-on h2,
#social-feed h2 {
  margin-top: 0;
}
.container-fluid {
  max-width: 1224px;
}
:focus {
  outline: none;
}
ul,
ol {
  padding-left: 40px;
}
.block-text-style {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
}
.inline-center {
  display: inline-block;
  vertical-align: middle;
}
.inline-cols {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 -0.125em;
}
.section-padding {
  padding: 25px 0;
}
@media (min-width: 560px) {
  .section-padding {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  .section-padding {
    padding: 40px 0;
  }
}
.section-padding > *:first-child {
  margin-top: 0;
}
.section-padding > *:last-child {
  margin-bottom: 0;
}
.dates,
.location,
.time {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  margin-bottom: 5px;
  font-size: 0.68181818em;
}
.dates span,
.location span,
.time span,
.dates i,
.location i,
.time i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  font-size: .85em;
}
.logo {
  margin: 14px auto;
}
.homepage .logo {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.logo a {
  text-indent: -999em;
  display: block;
  background-image: url(/static/stm/img/logo-stmartins.png);
  background-image: url(/static/stm/img/logo-stmartins.svg), none;
  background-repeat: no-repeat;
  width: 150px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .logo.logo-big {
    margin-top: 30px;
  }
}
.logo.logo-big a {
  height: 155px;
}
.arrow-link {
  border-bottom: none;
}
.arrow-link span,
.arrow-link i {
  display: inline-block;
  vertical-align: baseline;
}
.arrow-link:hover {
  color: #0f34bc;
}
.content {
  padding: 25px 0;
}
@media (min-width: 560px) {
  .content {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  .content {
    padding: 40px 0;
  }
}
.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.heading {
  padding: 25px 0;
}
@media (min-width: 560px) {
  .heading {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  .heading {
    padding: 40px 0;
  }
}
.heading > *:first-child {
  margin-top: 0;
}
.heading > *:last-child {
  margin-bottom: 0;
}
.heading .container-fluid {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .heading .container-fluid {
    font-size: 23px;
  }
}
.heading.blue {
  background: #0f34bc;
}
.heading.pink {
  background: #ff4266;
}
.video-container {
  position: relative;
  padding-bottom: 51%;
  padding-top: 25px;
  height: 0;
}
@media (max-width: 992px) {
  .video-container {
    padding-bottom: 45.7%;
  }
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.free-text h1 {
  font-size: 1.27272727em;
  font-family: "Calibre-Semibold";
}
.free-text h2 {
  font-size: 1.13636364em;
  font-family: "Calibre-Semibold";
}
.free-text h3 {
  font-size: 1.04545455em;
  font-family: "Calibre-Medium";
}
.free-text h4,
.free-text h5 {
  font-size: 1em;
}
.free-text h5 {
  font-family: "Calibre-regularitalic";
}
.free-text h6 {
  font-size: 0.90909091em;
}
.free-text img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .free-text {
    font-size: 0.72727273em;
  }
}
@media (max-width: 480px) {
  .free-text img {
    width: 100%;
  }
}
.btn {
  color: #ffffff;
  background-color: #0f34bc;
  border-color: #0f34bc;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  text-decoration: none;
  padding: 9px 15px 8px !important;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #0f34bc;
  background-color: white;
  border-color: #0f34bc;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #0f34bc;
  border-color: #0f34bc;
}
.btn .badge {
  color: #0f34bc;
  background-color: #ffffff;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  line-height: 1.25em;
}
@media (min-width: 1224px) {
  .inpage-menu {
    padding-left: 40px !important;
  }
}
.inpage-menu h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  font-size: 0.81818182em;
  padding-bottom: 15px;
  margin: 5px 0 0 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .inpage-menu h3 {
    color: #808080;
    font-size: 0.63636364em;
  }
  .inpage-menu h3 .icon-arrow-down-small {
    float: right;
    margin-top: 5px;
  }
  .inpage-menu h3 i {
    cursor: pointer;
    display: block;
    font-style: normal;
  }
  .inpage-menu h3 + .inpage-menu-wrap {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
  .inpage-menu h3.open + .inpage-menu-wrap {
    max-height: 800px;
  }
  .inpage-menu h3.open .icon-arrow-down-small {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.inpage-menu ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.90909091em;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media (min-width: 992px) {
  .inpage-menu ul {
    height: auto !important;
  }
}
.inpage-menu a {
  border-bottom: none;
  color: #808080;
}
.inpage-menu .active > a {
  color: #0f34bc;
}
.inpage-menu .menu-item {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.inpage-menu .menu-item > a {
  padding: 10px 0;
  display: block;
}
.inpage-menu .menu-item.open .submenu {
  max-height: 800px;
  margin-bottom: 10px;
}
.inpage-menu .menu-item.open .icon-arrow-down-small {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inpage-menu .menu-item i {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px;
  cursor: pointer;
}
.inpage-menu .menu-item i:hover {
  background: rgba(128, 128, 128, 0.1);
}
@media (max-width: 992px) {
  .inpage-menu .menu-item {
    border-bottom: 0;
  }
  .inpage-menu .menu-item .submenu li:before {
    display: none;
  }
  .inpage-menu .menu-item .submenu {
    padding-left: 0;
    list-style: none;
  }
  .inpage-menu .menu-item .submenu a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #e2e2e2;
  }
  .inpage-menu .menu-item.active .submenu {
    max-height: 800px;
  }
}
.inpage-menu .icon-arrow-down-small {
  font-size: .4em;
  display: block;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.inpage-menu .submenu {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.inpage-menu .submenu li:before {
  content: "- ";
  color: #808080;
}
.general-page .event-slideshow .caption {
  display: block;
  color: #808080;
  font-size: 0.72727273em;
  margin-top: 10px;
}
.general-page .event-slideshow .slick-dots {
  bottom: auto;
  top: 72%;
}
@media (min-width: 560px) {
  .general-page .event-slideshow .slick-dots {
    top: 85%;
  }
}
.general-page ol {
  list-style: decimal-leading-zero;
}
.general-page ul {
  list-style: circle;
}
@media (max-width: 560px) {
  .general-page .btn {
    display: block;
    width: 100%;
  }
}
.iframe-wrapper {
  height: 100%;
  width: 100%;
}
.iframe-wrapper iframe {
  border: 0;
}
.ios .iframe-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ios iframe {
  overflow: hidden;
}
.ios .icon-arrow-right,
.ios .icon-arrow-left {
  position: relative;
  top: -8px;
}
/*! 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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Calibre-Regular", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
}
a:hover,
a:focus {
  color: #808080;
  text-decoration: none;
}
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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 57px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .lead {
    font-size: 33px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #808080;
}
.text-primary {
  color: #000000;
}
a.text-primary:hover {
  color: #000000;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #000000;
}
a.bg-primary:hover {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 13.5px;
}
dt,
dd {
  line-height: 1.25;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  width: 75%;
  clear: left;
  text-align: left;
  line-height: 1em;
  margin-bottom: .5em;
}
.dl-horizontal dd {
  margin-left: 85%;
  line-height: 1em;
  text-align: right;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #808080;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 27.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #808080;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.25;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 21px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 560px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 968px;
  }
}
@media (min-width: 1224px) {
  .container {
    width: 1168px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.row {
  margin-left: -14px;
  margin-right: -14px;
}
.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: 14px;
  padding-right: 14px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 560px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1224px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 559px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 27px;
  font-size: 33px;
  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: 9px;
  font-size: 22px;
  line-height: 1.25;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40.2px;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1.25;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #808080;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
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: 40.2px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  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 {
  position: relative;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 49px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 40px;
  line-height: 40px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  min-height: 46px;
}
.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 60px;
  line-height: 60px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 60px;
  line-height: 60px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  min-height: 55px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40.2px;
  height: 40.2px;
  line-height: 40.2px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.input-sm + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 560px) {
  .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: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -14px;
  margin-right: -14px;
}
@media (min-width: 560px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 14px;
}
@media (min-width: 560px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 560px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 17.6px;
  line-height: 1.25;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #0f34bc;
  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: #0f34bc;
  border-color: #0f34bc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #0f34bc;
  background-color: white;
  border-color: #0f34bc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #0f34bc;
  border-color: #0f34bc;
}
.btn-default .badge {
  color: #0f34bc;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #0f34bc;
  border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #0f34bc;
  background-color: white;
  border-color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0f34bc;
  border-color: #ffffff;
}
.btn-primary .badge {
  color: #0f34bc;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #ff4266;
  border-color: #ff4266;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ff4266;
  background-color: white;
  border-color: #ff4266;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ff4266;
  border-color: #ff4266;
}
.btn-success .badge {
  color: #ff4266;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #5bc0de;
  background-color: white;
  border-color: #46b8da;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: white;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #d9534f;
  background-color: white;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  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: #000000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #808080;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.main-slideshow .detail:before,
.main-slideshow .detail:after,
.event-slideshow .detail:before,
.event-slideshow .detail:after,
.event-box:before,
.event-box:after,
.workshop-list:before,
.workshop-list:after,
[data-workshops-list] .workshops-list:before,
[data-workshops-list] .workshops-list:after,
.all-enquiries dl dd:before,
.all-enquiries dl dd:after,
.map-wrap dl dd:before,
.map-wrap dl dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.main-slideshow .detail:after,
.event-slideshow .detail:after,
.event-box:after,
.workshop-list:after,
[data-workshops-list] .workshops-list:after,
.all-enquiries dl dd:after,
.map-wrap dl dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 559px) {
  .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: 559px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 559px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 559px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .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: 560px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1223px) {
  .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: 992px) and (max-width: 1223px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1223px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1223px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1224px) {
  .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: 1224px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1224px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1224px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 559px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1223px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1224px) {
  .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;
  }
}
.logo-small a {
  background-position: bottom left;
  height: 25px;
}
@media (min-width: 992px) {
  .fixed-nav .logo-small {
    width: 165px;
  }
}
.homepage:not(.fixed-nav):not(.menu-open) .logo-small {
  width: 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  .homepage:not(.fixed-nav):not(.menu-open) #main-menu {
    background: transparent;
    border-bottom: 0;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}
#main-menu {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  position: relative;
  background: white;
  width: 100%;
  border-bottom: 1px solid #f6f6f6;
}
.fixed-nav #main-menu {
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (max-width: 992px) {
  #main-menu {
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
#main-menu ul {
  margin-bottom: 0;
}
#main-menu ul a {
  padding: 12px 0px;
  display: block;
  border-bottom: 0;
  -webkit-transition: 0.25s background-color ease-out;
  -o-transition: 0.25s background-color ease-out;
  transition: 0.25s background-color ease-out;
}
@media (min-width: 992px) {
  #main-menu ul a {
    padding: 15px 15px 12px 15px;
  }
}
@media (min-width: 1224px) {
  #main-menu ul a {
    padding: 15px 25px 12px 25px;
    display: inline-block;
  }
}
#main-menu .menu-wrap {
  position: relative;
}
@media (min-width: 992px) {
  #main-menu .menu-wrap {
    height: auto !important;
  }
}
#main-menu nav {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  margin: 0;
}
@media (max-width: 992px) {
  #main-menu nav {
    background: #2b2b2b;
  }
  #main-menu nav a {
    color: white;
    border-bottom-color: transparent;
  }
  #main-menu nav .menu-item {
    border-bottom: 1px solid #808080;
    position: relative;
    color: white;
  }
  #main-menu nav .menu-item.open > a {
    background: #2b2b2b;
  }
  #main-menu nav .menu-item.open .submenu {
    max-height: 500px;
    margin-bottom: 10px;
  }
  #main-menu nav .menu-item.open .icon-arrow-down-small {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #main-menu nav .menu-item .submenu {
    max-height: 0;
  }
  #main-menu nav .menu-item .submenu li {
    padding: 6px 0;
  }
  #main-menu nav .icon-arrow-down-small {
    float: right;
    font-size: .4em;
    position: absolute;
    right: -20px;
    top: 0;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
}
#main-menu nav > ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  #main-menu nav > ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: -15px;
  }
  #main-menu nav > ul .icon-arrow-down-small {
    display: none !important;
  }
  #main-menu nav > ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .fixed-nav #main-menu nav > ul {
    margin-left: -5px;
  }
  #main-menu nav > ul .menu-item {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 53px;
  }
  #main-menu nav > ul .menu-item:hover > a,
  #main-menu nav > ul .menu-item > a:focus,
  #main-menu nav > ul .menu-item.open > a {
    padding-bottom: 11px;
    background: #2b2b2b;
    border-bottom: 1px solid #808080;
    color: white !important;
  }
  #main-menu nav > ul .menu-item:hover .submenu,
  #main-menu nav > ul .menu-item > a:focus ~ .submenu,
  #main-menu nav > ul .menu-item.open .submenu {
    opacity: 1;
    visibility: visible;
  }
  #main-menu nav > ul .menu-item:hover .submenu.columns,
  #main-menu nav > ul .menu-item > a:focus ~ .submenu.columns,
  #main-menu nav > ul .menu-item.open .submenu.columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    padding-bottom: 7px;
  }
  #main-menu nav > ul .menu-item.active > a {
    color: #0f34bc;
  }
  #main-menu nav > ul .menu-item.active > a[href^="/workshops"] {
    color: #fc4569;
  }
}
@media (min-width: 1224px) {
  #main-menu nav > ul {
    margin-left: -25px;
  }
  .fixed-nav #main-menu nav > ul {
    margin-left: -5px;
  }
}
#main-menu nav > ul .submenu {
  margin-top: -1px;
  z-index: 100;
  overflow: hidden;
  color: white;
  background: #2b2b2b;
  padding-left: 0;
  list-style: none;
  -webkit-transition: 0.25s opacity ease-out;
  -o-transition: 0.25s opacity ease-out;
  transition: 0.25s opacity ease-out;
}
@media (min-width: 992px) {
  #main-menu nav > ul .submenu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 460px;
    padding: 7px 15px;
  }
  #main-menu nav > ul .submenu li {
    padding: 6px 0;
  }
}
@media (min-width: 1224px) {
  #main-menu nav > ul .submenu {
    padding: 15px 25px;
  }
}
#main-menu nav > ul .submenu a {
  color: white;
  border-bottom: 0;
  padding: 0 0 2px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
#main-menu nav > ul .submenu a:hover {
  border-bottom: 1px solid #808080;
}
#main-menu .top-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-size: 0.86363636em;
}
#main-menu .top-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#main-menu .top-links a {
  color: #808080;
}
#main-menu .top-links a span {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#main-menu .top-links a:hover {
  color: #0f34bc;
}
@media (max-width: 992px) {
  #main-menu .top-links {
    background: #f6f6f6;
    padding-right: 0;
  }
  #main-menu .top-links li {
    width: 32%;
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
  #main-menu .top-links a {
    padding: 12px 3px;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  #main-menu .top-links {
    text-align: right;
    position: absolute;
    right: 0;
    top: 3px;
  }
  #main-menu .top-links a {
    padding: 14px 7px 12px 7px;
  }
  #main-menu .top-links li:last-child {
    padding-right: 0;
  }
  #main-menu .top-links li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1223px) {
  #menuToggle {
    display: none !important;
  }
}
@media (min-width: 1224px) {
  #menuToggle {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #menuToggle {
    color: #ffffff;
    background-color: #0f34bc;
    border-color: #0f34bc;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Calibre-Medium";
    text-decoration: none;
    padding: 9px 15px 8px !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 17.6px;
    line-height: 1.25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-weight: normal;
    border-radius: 0;
    text-transform: none;
    font-family: "Calibre-regular";
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0.90909091em;
  }
  #menuToggle:hover,
  #menuToggle:focus,
  #menuToggle.focus,
  #menuToggle:active,
  #menuToggle.active,
  .open > .dropdown-toggle#menuToggle {
    color: #0f34bc;
    background-color: white;
    border-color: #0f34bc;
  }
  #menuToggle:active,
  #menuToggle.active,
  .open > .dropdown-toggle#menuToggle {
    background-image: none;
  }
  #menuToggle.disabled,
  #menuToggle[disabled],
  fieldset[disabled] #menuToggle,
  #menuToggle.disabled:hover,
  #menuToggle[disabled]:hover,
  fieldset[disabled] #menuToggle:hover,
  #menuToggle.disabled:focus,
  #menuToggle[disabled]:focus,
  fieldset[disabled] #menuToggle:focus,
  #menuToggle.disabled.focus,
  #menuToggle[disabled].focus,
  fieldset[disabled] #menuToggle.focus,
  #menuToggle.disabled:active,
  #menuToggle[disabled]:active,
  fieldset[disabled] #menuToggle:active,
  #menuToggle.disabled.active,
  #menuToggle[disabled].active,
  fieldset[disabled] #menuToggle.active {
    background-color: #0f34bc;
    border-color: #0f34bc;
  }
  #menuToggle .badge {
    color: #0f34bc;
    background-color: #ffffff;
  }
  #menuToggle [class^="icon-"],
  #menuToggle [class*=" icon-"] {
    line-height: 1.25em;
  }
  #menuToggle:focus,
  #menuToggle:active:focus,
  #menuToggle.active:focus,
  #menuToggle.focus,
  #menuToggle:active.focus,
  #menuToggle.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #menuToggle:hover,
  #menuToggle:focus,
  #menuToggle.focus {
    color: #0f34bc;
    text-decoration: none;
  }
  #menuToggle:active,
  #menuToggle.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);
  }
  #menuToggle.disabled,
  #menuToggle[disabled],
  fieldset[disabled] #menuToggle {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menuToggle,
  #menuToggle:active,
  #menuToggle.active,
  #menuToggle[disabled],
  fieldset[disabled] #menuToggle {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menuToggle,
  #menuToggle:hover,
  #menuToggle:focus,
  #menuToggle:active {
    border-color: transparent;
  }
  #menuToggle:hover,
  #menuToggle:focus {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
  }
  #menuToggle[disabled]:hover,
  fieldset[disabled] #menuToggle:hover,
  #menuToggle[disabled]:focus,
  fieldset[disabled] #menuToggle:focus {
    color: #808080;
    text-decoration: none;
  }
  .menu-wrap {
    background: #2b2b2b;
    max-height: 0;
    overflow: auto;
    width: 100%;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
  .menu-open .menu-wrap {
    max-height: 1000px;
  }
  body.menu-open {
    overflow: hidden;
  }
}
#footer {
  background: #2b2b2b;
  font-size: 0.81818182em;
}
#footer a {
  border-bottom: none;
  color: white;
}
#footer .sign-up-newsletter {
  background: #0f34bc;
  color: white;
  padding: 25px 0;
}
@media (min-width: 560px) {
  #footer .sign-up-newsletter {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  #footer .sign-up-newsletter {
    padding: 40px 0;
  }
}
#footer .sign-up-newsletter > *:first-child {
  margin-top: 0;
}
#footer .sign-up-newsletter > *:last-child {
  margin-bottom: 0;
}
#footer .sign-up-newsletter h4 {
  font-size: 30px;
}
@media (max-width: 560px) {
  #footer .sign-up-newsletter h4 {
    margin-top: 0;
    font-size: 1.13636364em;
  }
}
#footer .sign-up-newsletter .icon-mail {
  font-size: 19px;
  margin-right: 10px;
}
@media (max-width: 559px) {
  #footer .sign-up-newsletter .icon-mail {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #footer .sign-up-newsletter .icon-mail {
    display: none !important;
  }
}
#footer .sign-up-newsletter ::-webkit-input-placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .sign-up-newsletter :-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .sign-up-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .sign-up-newsletter :-ms-input-placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .sign-up-newsletter .form-control {
  font-size: 0.72727273em;
  border-color: white;
}
@media (min-width: 560px) {
  #footer .sign-up-newsletter .form-control {
    letter-spacing: 2px;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: white;
    font-size: 0.81818182em;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid white;
  }
  #footer .sign-up-newsletter .form-control:active {
    outline: none;
  }
  #footer .sign-up-newsletter .form-control::-webkit-input-placeholder {
    color: white;
  }
  #footer .sign-up-newsletter .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: white;
  }
  #footer .sign-up-newsletter .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
  }
  #footer .sign-up-newsletter .form-control:-ms-input-placeholder {
    color: white;
  }
}
#footer .sign-up-newsletter .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 560px) {
  #footer .sign-up-newsletter .submit-btn {
    padding-left: 0;
  }
}
#footer .sign-up-newsletter .submit-btn .btn {
  color: #ffffff;
  background-color: #0f34bc;
  border-color: #ffffff;
  display: block;
  width: 100%;
}
#footer .sign-up-newsletter .submit-btn .btn:hover,
#footer .sign-up-newsletter .submit-btn .btn:focus,
#footer .sign-up-newsletter .submit-btn .btn.focus,
#footer .sign-up-newsletter .submit-btn .btn:active,
#footer .sign-up-newsletter .submit-btn .btn.active,
.open > .dropdown-toggle#footer .sign-up-newsletter .submit-btn .btn {
  color: #0f34bc;
  background-color: white;
  border-color: #ffffff;
}
#footer .sign-up-newsletter .submit-btn .btn:active,
#footer .sign-up-newsletter .submit-btn .btn.active,
.open > .dropdown-toggle#footer .sign-up-newsletter .submit-btn .btn {
  background-image: none;
}
#footer .sign-up-newsletter .submit-btn .btn.disabled,
#footer .sign-up-newsletter .submit-btn .btn[disabled],
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn,
#footer .sign-up-newsletter .submit-btn .btn.disabled:hover,
#footer .sign-up-newsletter .submit-btn .btn[disabled]:hover,
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn:hover,
#footer .sign-up-newsletter .submit-btn .btn.disabled:focus,
#footer .sign-up-newsletter .submit-btn .btn[disabled]:focus,
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn:focus,
#footer .sign-up-newsletter .submit-btn .btn.disabled.focus,
#footer .sign-up-newsletter .submit-btn .btn[disabled].focus,
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn.focus,
#footer .sign-up-newsletter .submit-btn .btn.disabled:active,
#footer .sign-up-newsletter .submit-btn .btn[disabled]:active,
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn:active,
#footer .sign-up-newsletter .submit-btn .btn.disabled.active,
#footer .sign-up-newsletter .submit-btn .btn[disabled].active,
fieldset[disabled] #footer .sign-up-newsletter .submit-btn .btn.active {
  background-color: #0f34bc;
  border-color: #ffffff;
}
#footer .sign-up-newsletter .submit-btn .btn .badge {
  color: #0f34bc;
  background-color: #ffffff;
}
#footer .footer-top,
#footer .footer-mid {
  color: white;
  padding: 15px 0;
}
#footer .footer-top {
  border-bottom: 1px solid #4a4a4a;
}
@media (max-width: 560px) {
  #footer .footer-top {
    font-size: 0.77272727em;
  }
  #footer .footer-top .loc [class^='icon'],
  #footer .footer-top .loc [class*=' icon'] {
    display: none;
  }
}
#footer .footer-top .connect {
  margin-bottom: 0;
  font-size: 14px;
}
#footer .footer-bottom {
  padding: 15px 0;
  background: white;
  font-size: 0.68181818em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
}
@media (min-width: 560px) {
  #footer .footer-bottom .row div:last-child {
    text-align: right;
  }
}
#footer .footer-bottom a {
  color: #000000;
  border-bottom: 1px solid #2b2b2b;
}
#footer .sponsors img {
  max-height: 60px;
  width: auto;
  margin: .5em 1em .5em 0;
}
@media (max-width: 992px) {
  #footer .sponsors img {
    width: auto;
    height: 31px;
    margin-right: .5em;
  }
  #footer .sponsors img:last-child {
    margin-right: 0;
  }
}
#footer .links {
  padding-left: 0;
  list-style: none;
  padding-left: 20px;
}
#footer .ack {
  font-size: 86%;
}
@media (max-width: 559px) {
  #footer .ack {
    display: none !important;
  }
}
#footer .loc p {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  #footer .loc p {
    margin-left: 28px;
  }
}
#footer .loc p a {
  display: inline-block;
  vertical-align: top;
}
#footer .loc p span {
  width: 22px;
  display: inline-block;
  margin-left: -28px;
  color: #b3b3b3;
}
#footer .loc p .icon-map-pin,
#footer .loc p .icon-phone {
  font-size: 13px;
}
#footer .loc p .icon-mail {
  font-size: 10px;
}
.connect a,
.share-this a {
  display: inline-block;
  width: 35px;
  margin: 0 5px;
  height: 35px;
  overflow: hidden;
}
.connect a span,
.share-this a span {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  border: 1px solid white;
  border-radius: 35px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
}
.connect a span.dark,
.share-this a span.dark {
  background: white;
  color: #2b2b2b;
}
.connect a:hover .light,
.share-this a:hover .light {
  margin-top: -100%;
}
@media (max-width: 992px) {
  .top-header {
    margin-top: -50px;
  }
  .top-header .intro {
    font-size: 1.04545455em;
  }
}
@media (min-width: 992px) {
  .top-header .intro {
    line-height: 1.2em;
  }
}
.top-header .faces {
  float: right;
}
.top-header .carousel {
  list-style: none;
  opacity: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: 2s opacity;
  -o-transition: 2s opacity;
  transition: 2s opacity;
}
.load .top-header .carousel {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.top-header .carousel img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .top-header .carousel {
    display: none;
  }
}
.top-header .arrow-link {
  font-size: 0.81818182em;
}
.main-slideshow .event-carousel,
.event-slideshow .event-carousel {
  position: relative;
}
@media (max-width: 992px) {
  .main-slideshow .event-carousel .subtitle,
  .event-slideshow .event-carousel .subtitle {
    display: none;
  }
  .main-slideshow .event-carousel .detail,
  .event-slideshow .event-carousel .detail {
    padding: 10px 0;
  }
}
@media (max-width: 560px) {
  .main-slideshow .event-carousel .action,
  .event-slideshow .event-carousel .action {
    padding: 15px 0 0 0;
  }
  .main-slideshow .event-carousel .detail,
  .event-slideshow .event-carousel .detail {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  .main-slideshow .event-carousel .detail,
  .event-slideshow .event-carousel .detail {
    bottom: -100%;
    position: absolute;
    padding: 15px 18px;
  }
  .main-slideshow .event-carousel .detail > div,
  .event-slideshow .event-carousel .detail > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -0.125em;
  }
  .main-slideshow .event-carousel.slick-active .detail,
  .event-slideshow .event-carousel.slick-active .detail {
    bottom: 0;
  }
  .main-slideshow .event-carousel .title,
  .event-slideshow .event-carousel .title,
  .main-slideshow .event-carousel .subtitle,
  .event-slideshow .event-carousel .subtitle {
    margin-bottom: 0;
  }
  .main-slideshow .event-carousel .action,
  .event-slideshow .event-carousel .action {
    text-align: right;
    padding-left: 45px;
  }
}
@media (max-width: 560px) {
  .main-slideshow .event-carousel .img-container,
  .event-slideshow .event-carousel .img-container {
    height: 290px;
  }
  .main-slideshow .event-carousel .img-container img,
  .event-slideshow .event-carousel .img-container img {
    width: 650px;
    height: 290px;
    max-width: none;
  }
}
.main-slideshow .event-carousel img,
.event-slideshow .event-carousel img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-slideshow .detail,
.event-slideshow .detail {
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: 0.75s all ease-in-out;
  -o-transition: 0.75s all ease-in-out;
  transition: 0.75s all ease-in-out;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  border-bottom: 0;
  width: 100%;
  display: block;
  background: white;
  text-decoration: none;
}
.main-slideshow .detail:hover,
.event-slideshow .detail:hover {
  color: #000000;
}
.main-slideshow .detail b,
.event-slideshow .detail b {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.main-slideshow .detail .icon-clock,
.event-slideshow .detail .icon-clock {
  font-size: 12px;
}
.main-slideshow .detail .icon-map-pin,
.event-slideshow .detail .icon-map-pin {
  font-size: 13px;
}
.main-slideshow .slick-dots,
.event-slideshow .slick-dots {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  position: absolute;
  bottom: auto;
  right: 10px;
}
.main-slideshow .slick-dots > li,
.event-slideshow .slick-dots > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 560px) {
  .homepage .main-slideshow .slick-dots,
  .homepage .event-slideshow .slick-dots {
    top: 260px;
  }
}
@media (min-width: 560px) {
  .main-slideshow .slick-dots,
  .event-slideshow .slick-dots {
    right: 20px;
    top: auto;
    bottom: 25%;
  }
}
@media (min-width: 992px) {
  .main-slideshow .slick-dots,
  .event-slideshow .slick-dots {
    bottom: 15%;
  }
}
.main-slideshow .slick-dots button,
.event-slideshow .slick-dots button {
  text-indent: -999em;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: white;
  border: 1px solid #0f34bc;
}
@media (min-width: 992px) {
  .main-slideshow .slick-dots button,
  .event-slideshow .slick-dots button {
    width: 13px;
    height: 13px;
    border-radius: 10px;
  }
}
.main-slideshow .slick-dots .slick-active button,
.event-slideshow .slick-dots .slick-active button {
  background: #0f34bc;
}
.event-box {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -14px;
  margin-right: -14px;
}
.event-box .title {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-box .subtitle {
  display: none;
}
@media (min-width: 992px) {
  .event-box .subtitle {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
  }
}
.event-box .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-box li {
  list-style: none;
  position: relative;
  margin-bottom: 1em;
}
.event-box li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .event-box li:hover .more {
    display: block;
  }
  .event-box li:hover .dates,
  .event-box li:hover .location {
    opacity: 0;
  }
}
.event-box li > a {
  background: white;
  display: block;
  border-bottom: none;
}
.event-box li > a:hover {
  color: #000000;
}
.event-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.event-box .detail {
  padding: .75em 1em;
}
@media (min-width: 992px) {
  .event-box .detail {
    height: 190px;
  }
}
#past-works .event-box .detail {
  background: #f6f6f6;
}
.event-box .detail .icon-clock {
  font-size: 12px;
}
.event-box .detail .icon-map-pin {
  font-size: 13px;
}
@media (max-width: 992px) {
  .event-box .more .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event-box .more {
    position: absolute;
    bottom: 1em;
    left: 1.5em;
    display: none;
    width: 100%;
  }
  .event-box .more .btn {
    width: 65%;
  }
}
.events-list-page {
  margin-bottom: 40px;
}
.event-table {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .event-table {
    margin: 15px 0;
  }
}
.event-table .event-row {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}
.event-table .event-row:before,
.event-table .event-row:after {
  content: " ";
  display: table;
}
.event-table .event-row:after {
  clear: both;
}
.event-table .event-row:before,
.event-table .event-row:after {
  content: " ";
  display: table;
}
.event-table .event-row:after {
  clear: both;
}
@media (min-width: 992px) {
  .event-table .event-row {
    padding: 20px 0;
  }
}
@media (max-width: 559px) {
  .event-table .event-row .section {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  .event-table .event-row .section {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .event-table .event-row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .event-table .event-row > div.title {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .event-table .event-row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -0.125em;
  }
  .event-table .event-row > div.title {
    padding-left: 0;
  }
}
.event-table .event-row .dates,
.event-table .event-row .location {
  line-height: 1em;
}
.event-table .event-row .dates .icon-map-pin,
.event-table .event-row .location .icon-map-pin {
  font-size: 13px;
}
.event-table .event-row .dates .icon-clock,
.event-table .event-row .location .icon-clock {
  font-size: 12px;
}
.event-table .event-row .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-table .event-row .arrow-link {
  text-align: right;
  color: #808080;
}
@media (max-width: 992px) {
  .event-table .event-row .arrow-link {
    margin-top: -10px;
  }
}
.event-table a {
  border-bottom: none;
}
.event-table a:hover {
  color: #0f34bc;
}
.event-table a:hover .arrow-link {
  color: #0f34bc;
}
@media (max-width: 992px) {
  .event-slideshow {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.event-slideshow:not(:first-child) {
  margin: 4% 0;
}
.event-slideshow .caption {
  display: none;
}
.event-slideshow .slick-dots {
  margin-bottom: 0;
  bottom: 15px;
}
#event-detail .title {
  font-size: 1.27272727em;
  margin: 0;
}
@media (min-width: 992px) {
  #event-detail .title {
    font-size: 1.90909091em;
  }
}
#event-detail .subtitle {
  margin-top: 0;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  #event-detail .subtitle {
    font-size: 0.95454545em;
  }
}
#event-detail .sponsors {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 20px 0;
}
#event-detail .sponsors > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#event-detail .sponsors li {
  margin-bottom: 5px;
}
#event-detail .details {
  background: #f6f6f6;
  padding: 1em;
}
@media (max-width: 992px) {
  #event-detail .details {
    font-size: 0.72727273em;
    margin-left: -14px;
    margin-right: -14px;
  }
}
#event-detail .details *:first-child {
  margin-top: 0;
}
#event-detail .details .dates,
#event-detail .details .location {
  font-family: "Calibre-Regular";
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.90909091em;
  padding-left: 2em;
  text-indent: -0.9em;
}
#event-detail .details .dates span,
#event-detail .details .location span {
  width: 15px;
}
#event-detail .details .dates span.icon-clock,
#event-detail .details .location span.icon-clock {
  font-size: 12px;
}
#event-detail .details .dates span.icon-map-pin,
#event-detail .details .location span.icon-map-pin {
  font-size: 13px;
}
#event-detail .details .preview {
  font-size: 0.9em;
  margin: 25px 0;
  line-height: 1em;
}
#event-detail .details .preview a {
  color: #0f34bc;
  border-bottom: none;
}
#event-detail .details .costs {
  font-size: 0.9em;
  margin-top: 25px;
}
#event-detail .details .costs h4 {
  font-size: 20px;
}
.share-this {
  margin: 30px 0 20px 0;
  font-size: 0.90909091em;
}
.share-this .text {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .share-this {
    text-align: right;
    font-size: 0.72727273em;
  }
  .share-this .text {
    float: left;
    margin-top: 10px;
  }
}
.share-this a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.63636364em;
  border-bottom: none;
}
.share-this a .light {
  color: white;
}
.share-this a .light.icon-twitter {
  background: #65cdf0;
}
.share-this a .light.icon-facebook {
  background: #517cbe;
}
.share-this a .light.icon-googleplus {
  background: #434648;
}
.share-this a .light.icon-mail {
  background: #808080;
}
.share-this a .icon-mail {
  font-size: 10px;
}
.share-this a span.dark {
  background: #0f34bc;
  color: white;
}
.downloads {
  margin: 30px 0;
}
@media (max-width: 992px) {
  .downloads {
    font-size: 0.72727273em;
  }
}
.downloads h4 {
  font-size: 0.90909091em;
}
.downloads .icon-arrow-down-circle {
  float: right;
  margin: 3px 0 0 5px;
  color: #808080;
}
.downloads ul {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #808080;
}
.downloads ul li {
  border-bottom: 1px solid #808080;
}
.downloads ul li a {
  display: block;
  font-size: 0.90909091em;
  padding: 10px 0;
  border-bottom: 0;
  text-decoration: none;
}
.downloads ul li a:hover {
  color: #0f34bc;
}
.downloads ul li a:hover .icon-arrow-down-circle {
  color: #0f34bc;
}
.workshops-list-arrow {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e60c';
  font-size: 0.31818182em;
  margin-left: 10px;
}
.workshop-list {
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 0;
  list-style: none;
}
.workshop-list li > div {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
  height: 265px;
  display: table;
  padding: .75em;
  background: #ff4266;
  border: 2px solid #ff4266;
}
.workshop-list li > div:hover {
  background: white;
}
.workshop-list li > div:hover a {
  color: #ff4266;
}
.workshop-list li > div a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: white;
  border-bottom: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.workshop-list li > div .title {
  font-size: 2.72727273em;
  line-height: 0.85em;
  margin-top: 0;
}
.workshop-list li > div .subtitle {
  font-size: 1.36363636em;
}
.homepage .workshop-list li {
  margin-bottom: 15px;
}
[data-workshops-list] .workshop-nav {
  color: white;
}
[data-workshops-list] .workshop-nav.desktop {
  padding: 25px 0;
  background: #ff4266;
}
@media (min-width: 560px) {
  [data-workshops-list] .workshop-nav.desktop {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  [data-workshops-list] .workshop-nav.desktop {
    padding: 40px 0;
  }
}
[data-workshops-list] .workshop-nav.desktop > *:first-child {
  margin-top: 0;
}
[data-workshops-list] .workshop-nav.desktop > *:last-child {
  margin-bottom: 0;
}
[data-workshops-list] .workshop-nav.desktop .container-fluid {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  [data-workshops-list] .workshop-nav.desktop .container-fluid {
    font-size: 23px;
  }
}
[data-workshops-list] .workshop-nav.desktop.blue {
  background: #0f34bc;
}
[data-workshops-list] .workshop-nav.desktop.pink {
  background: #ff4266;
}
[data-workshops-list] .workshop-nav > .container-fluid h2 {
  margin: 0;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns {
  font-size: 1.09090909em;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns select {
  width: 30%;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .location-wrap,
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .day-wrap,
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .ages-wrap {
  display: inline;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  display: inline;
  vertical-align: top;
  padding-left: 0px;
  padding-right: 4px;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: inherit;
  position: static;
  display: inline;
  vertical-align: top;
  margin-top: 1px;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e60c';
  font-size: 0.31818182em;
  margin-left: 10px;
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .location-wrap .select2-selection__rendered[title="All"]:after {
  content: ' Locations';
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .ages-wrap .select2-selection__rendered[title="All"]:after {
  content: ' Ages';
}
[data-workshops-list] .workshop-nav > .container-fluid .dropdowns .day-wrap .select2-selection__rendered[title="All"]:after {
  content: ' Days';
}
[data-workshops-list] .workshop-nav.mobile {
  background: #ff4266;
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1223px) {
  [data-workshops-list] .workshop-nav.mobile {
    display: none !important;
  }
}
@media (min-width: 1224px) {
  [data-workshops-list] .workshop-nav.mobile {
    display: none !important;
  }
}
[data-workshops-list] .workshop-nav.mobile .container-fluid {
  height: auto;
}
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns .location-wrap,
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns .ages-wrap,
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns .day-wrap {
  display: block;
  border-bottom: 1px solid white;
  padding: 18px 0;
}
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns select {
  width: 100%;
}
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns .select2-container {
  display: block;
  width: 100% !important;
}
[data-workshops-list] .workshop-nav.mobile .container-fluid .dropdowns .select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob.open {
  max-height: 1000px;
  padding-top: 10px;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob.open .select2-container {
  position: static !important;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob.open .select2-container .select2-dropdown {
  position: static !important;
  background: transparent;
  border: 0;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob.open .select2-container .select2-dropdown .select2-results .select2-results__option {
  padding: 5px 0 3px;
  border-bottom: 1px solid transparent;
  margin-bottom: 2px;
  float: left;
  clear: both;
}
[data-workshops-list] .workshop-nav.mobile .workshop-subnav-mob.open .select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
  background: transparent;
  border-bottom: 1px solid white;
}
[data-workshops-list] .workshop-subnav {
  background: #333333;
  color: white;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media (max-width: 559px) {
  [data-workshops-list] .workshop-subnav {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  [data-workshops-list] .workshop-subnav {
    display: none !important;
  }
}
[data-workshops-list] .workshop-subnav.open {
  max-height: 1000px;
  padding: 25px 0;
}
@media (min-width: 560px) {
  [data-workshops-list] .workshop-subnav.open {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  [data-workshops-list] .workshop-subnav.open {
    padding: 40px 0;
  }
}
[data-workshops-list] .workshop-subnav.open > *:first-child {
  margin-top: 0;
}
[data-workshops-list] .workshop-subnav.open > *:last-child {
  margin-bottom: 0;
}
[data-workshops-list] .workshop-subnav.open .label {
  display: block;
}
[data-workshops-list] .workshop-subnav .label {
  display: none;
}
[data-workshops-list] .workshop-subnav .container-fluid {
  font-size: 1.09090909em;
}
[data-workshops-list] .workshop-subnav .container-fluid .select2-container--open {
  display: block !important;
  position: static !important;
}
[data-workshops-list] .workshop-subnav .container-fluid .select2-container--open .select2-dropdown {
  background: transparent;
  border: 0;
  display: block !important;
  position: static !important;
  width: 100% !important;
}
[data-workshops-list] .workshop-subnav .container-fluid .select2-container--open .select2-dropdown .select2-results__option {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
}
[data-workshops-list] .workshop-subnav .container-fluid .select2-container--open .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  border-bottom: 1px solid white;
}
[data-workshops-list] .workshop-subnav .container-fluid .select2-container--open .select2-dropdown .select2-results__option[aria-selected=true] {
  background: transparent;
}
[data-workshops-list] .blurb {
  padding-top: 20px;
  padding-bottom: 20px;
}
[data-workshops-list] .blurb .more {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  overflow: hidden;
}
[data-workshops-list] .blurb.read-more [data-read-less] {
  display: block;
}
[data-workshops-list] .blurb.read-more [data-read-more] {
  display: none;
}
[data-workshops-list] .blurb.read-more .more {
  max-height: 1000px;
  visibility: visible;
}
[data-workshops-list] .blurb.read-less [data-read-less] {
  display: none;
}
[data-workshops-list] .blurb.read-less [data-read-more] {
  display: block;
}
[data-workshops-list] .blurb.read-less .more {
  max-height: 0;
  visibility: hidden;
}
[data-workshops-list] .workshops-list {
  padding-left: 0;
  list-style: none;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: 20px;
}
[data-workshops-list] .workshops-list .workshop-row {
  margin-left: 0;
  background: #f6f6f6;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
[data-workshops-list] .workshops-list .workshop-row .box-wrap {
  padding: 0;
  color: white;
  background: #fc4569;
  height: 223px;
  display: table;
}
@media (min-width: 992px) {
  [data-workshops-list] .workshops-list .workshop-row .box-wrap {
    width: 223px;
  }
}
[data-workshops-list] .workshops-list .workshop-row .box-wrap > .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
[data-workshops-list] .workshops-list .workshop-row .box-wrap > .box .short-title {
  font-size: 2.77272727em;
}
[data-workshops-list] .workshops-list .workshop-row .box-wrap > .box .location {
  font-size: 1.09090909em;
  text-transform: none;
  font-family: "Calibre-Regular";
}
[data-workshops-list] .workshops-list .workshop-row[data-ages="cross_age"] .box-wrap .box .short-title {
  font-size: 2em;
}
[data-workshops-list] .workshops-list .workshop-row > .detail {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  [data-workshops-list] .workshops-list .workshop-row > .detail {
    padding-top: 35px;
    padding-left: 25px;
  }
}
[data-workshops-list] .workshops-list .workshop-row > .detail .title {
  font-size: 1.36363636em;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .sub-detail .description {
  font-size: 1em;
}
@media (max-width: 559px) {
  [data-workshops-list] .workshops-list .workshop-row > .detail .sub-detail .description {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  [data-workshops-list] .workshops-list .workshop-row > .detail .sub-detail .description {
    display: none !important;
  }
}
[data-workshops-list] .workshops-list .workshop-row > .detail .sub-detail .read-more {
  font-size: 18px;
  color: #808080;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .location-times {
  font-size: 0.90909091em;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .location-times [class^="icon-"] {
  display: inline-block;
  width: 20px;
  color: #808080;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .location-times [class^="icon-"].icon-map-pin {
  font-size: 13px;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .location-times [class^="icon-"].icon-clock {
  font-size: 12px;
}
[data-workshops-list] .workshops-list .workshop-row > .detail .location-times p {
  margin: 0;
  line-height: 28px;
}
[data-workshops-list] .workshops-list .workshop-row:hover {
  color: #000000;
}
[data-workshops-list] .workshops-list .workshop-row:hover .box {
  background: white;
  color: #fc4569;
  border: 2px solid #fc4569;
}
[data-workshops-list] .workshops-list .workshop-row:hover > .detail .read-more {
  color: #fc4569;
}
[data-workshops-list] .workshops-list a {
  border-bottom: 0;
}
[data-workshops-list] .blurb .main {
  font-size: 1.04545455em;
}
@media (min-width: 992px) {
  [data-workshops-list] .blurb .main {
    font-size: 1.36363636em;
  }
}
[data-workshops-list] .blurb .more {
  font-size: 0.72727273em;
}
@media (min-width: 992px) {
  [data-workshops-list] .blurb .more {
    font-size: 1em;
  }
}
[data-workshops-list] [data-read-more],
[data-workshops-list] [data-read-less] {
  font-size: 0.81818182em;
  color: #808080;
  cursor: pointer;
}
@media (min-width: 992px) {
  #workshop-detail {
    padding: 25px 0;
  }
  #workshop-detail > *:first-child {
    margin-top: 0;
  }
  #workshop-detail > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 560px) {
  #workshop-detail {
    padding: 3.5% 0;
  }
}
@media (min-width: 992px) and (min-width: 1224px) {
  #workshop-detail {
    padding: 40px 0;
  }
}
#workshop-detail .slick-dots .slick-active button {
  background: #ff4266;
}
#workshop-detail .slick-dots button {
  border-color: #ff4266;
}
#workshop-detail .details {
  background: #ff4266;
  color: white;
  padding: 1em;
  font-size: 0.72727273em;
}
@media (min-width: 992px) {
  #workshop-detail .details {
    font-size: 0.90909091em;
  }
}
#workshop-detail .details *:first-child {
  margin-top: 0;
}
#workshop-detail .details .location,
#workshop-detail .details .time {
  font-family: Calibre-Regular;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.90909091em;
  padding-left: 2em;
  text-indent: -0.9em;
}
#workshop-detail .details .location span,
#workshop-detail .details .time span {
  width: 11px;
}
#workshop-detail .details .location span.icon-map-pin,
#workshop-detail .details .time span.icon-map-pin {
  font-size: 13px;
}
#workshop-detail .details .location span.icon-clock,
#workshop-detail .details .time span.icon-clock {
  font-size: 12px;
}
@media (min-width: 1224px) {
  #workshop-detail .details {
    height: 415px;
  }
}
@media (max-width: 992px) {
  #workshop-detail .details {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#workshop-detail .terms {
  margin-top: 1.5em;
}
#workshop-detail .terms h4,
#workshop-detail .terms p {
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  #workshop-detail .terms h4,
  #workshop-detail .terms p {
    font-size: 16px;
  }
}
#workshop-detail .terms span {
  width: 70px;
  display: inline-block;
}
#workshop-detail .enrolment {
  background: #f6f6f6;
  padding: 1em;
  font-size: 0.72727273em;
}
#workshop-detail .enrolment p {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  #workshop-detail .enrolment {
    font-size: 0.90909091em;
  }
}
#workshop-detail .enrolment *:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  #workshop-detail .enrolment {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#workshop-detail .testimonials [class^="col-"],
#workshop-detail .testimonials [class*=" col-"] {
  margin-bottom: 1em;
}
#workshop-detail .testimonials [class^="col-"]:before,
#workshop-detail .testimonials [class*=" col-"]:before,
#workshop-detail .testimonials [class^="col-"]:after,
#workshop-detail .testimonials [class*=" col-"]:after {
  content: " ";
  display: table;
}
#workshop-detail .testimonials [class^="col-"]:after,
#workshop-detail .testimonials [class*=" col-"]:after {
  clear: both;
}
#workshop-detail .testimonials [class^="col-"]:before,
#workshop-detail .testimonials [class*=" col-"]:before,
#workshop-detail .testimonials [class^="col-"]:after,
#workshop-detail .testimonials [class*=" col-"]:after {
  content: " ";
  display: table;
}
#workshop-detail .testimonials [class^="col-"]:after,
#workshop-detail .testimonials [class*=" col-"]:after {
  clear: both;
}
#workshop-detail .testimonials img {
  float: left;
  border-radius: 112px;
}
@media (max-width: 992px) {
  #workshop-detail .testimonials img {
    width: 86px;
    height: 86px;
    border-radius: 86px;
  }
}
#workshop-detail .testimonials .detail {
  margin-left: 110px;
  font-size: 0.72727273em;
}
@media (min-width: 992px) {
  #workshop-detail .testimonials .detail {
    margin-left: 130px;
    font-size: 0.81818182em;
  }
}
#workshop-detail .testimonials .quote {
  margin-bottom: .5em;
}
#workshop-detail .testimonials .author {
  color: #808080;
}
.people-list {
  padding-top: 17px;
}
@media (min-width: 992px) {
  .people-list {
    padding: 25px 0;
  }
  .people-list > *:first-child {
    margin-top: 0;
  }
  .people-list > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 560px) {
  .people-list {
    padding: 3.5% 0;
  }
}
@media (min-width: 992px) and (min-width: 1224px) {
  .people-list {
    padding: 40px 0;
  }
}
.person-list ul {
  padding-left: 0;
  list-style: none;
}
.person-list li {
  margin-bottom: 30px;
}
.person-list img {
  display: block;
  max-width: 100%;
  height: auto;
}
.person-list .name {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.person-list .position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.68181818em;
}
.person-list a {
  border-bottom: 0;
}
.person-list a:hover {
  color: #000000;
}
.person-detail .name {
  margin-bottom: 5px;
}
.person-detail .position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  font-size: 0.68181818em;
}
#social-feed {
  padding: 25px 0;
}
@media (min-width: 560px) {
  #social-feed {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  #social-feed {
    padding: 40px 0;
  }
}
#social-feed > *:first-child {
  margin-top: 0;
}
#social-feed > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  #social-feed {
    padding-bottom: 15px !important;
  }
}
#social-feed a {
  border-bottom: 0;
}
@media (max-width: 992px) {
  #social-feed h2 {
    font-size: 1.04545455em;
    margin-bottom: 0;
  }
}
@media (max-width: 559px) {
  #social-feed .social-controls {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) {
  #social-feed .social-controls {
    display: none !important;
  }
}
@media (min-width: 560px) {
  #social-feed .social-controls {
    text-align: right;
  }
  #social-feed .social-controls .inner a {
    margin-left: 15px;
    margin-right: 0 !important;
  }
}
#social-feed .social-controls .inner {
  display: inline-block;
  font-size: 1em;
  line-height: 36px;
  margin: 0;
}
#social-feed .social-controls .inner a {
  margin-right: 15px;
  padding-bottom: 5px;
}
#social-feed .social-controls .inner a.active {
  border-bottom: 1px solid black;
}
#social-feed .social-controls .inner:hover a.active {
  border: 0;
}
#social-feed .social-controls .inner:hover a:hover {
  border-bottom: 1px solid black;
}
#social-feed .post {
  display: block;
}
#social-feed .post .inner {
  position: relative;
  padding: 25px;
  background: #d9d9d9;
  margin: 15px 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  /*
            @media(min-width: 0) {
                height: 100vw;
            }
            @media(min-width: @screen-sm) {
                height: 47vw;
            }
            @media(min-width: @screen-md) {
                height: 30vw;
            }
            @media(min-width: @screen-lg) {
                height: 21vw;
            }
            */
}
#social-feed .post .inner .img-wrap:after {
  content: '';
  background: #0f34bc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
#social-feed .post .inner:hover {
  background: #0f34bc;
  color: white;
}
#social-feed .post .inner:hover .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#social-feed .post .inner:hover .img-wrap:after {
  opacity: 0.5;
}
#social-feed .post .inner .date {
  font-family: 'Calibre-Medium';
  text-transform: uppercase;
  font-size: 0.68181818em;
  margin-bottom: 70px;
}
#social-feed .post .inner .text {
  overflow: hidden;
  font-size: 0.72727273em;
}
@media (min-width: 992px) {
  #social-feed .post .inner .text {
    font-size: 1em;
  }
}
#social-feed .post .inner .icon {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 10px 9px;
  z-index: 1;
}
#social-feed .post .inner .icon.icon-instagram {
  padding: 10px 11px;
}
#social-feed .post .inner .icon.icon-facebook {
  padding: 10px 13px;
}
#social-feed .post .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#social-feed .post[data-type="facebook"] img {
  width: auto;
  height: 100%;
  margin-left: -20%;
}
.all-enquiries {
  background: #f6f6f6;
}
[data-contact-page] .map {
  height: 200px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  [data-contact-page] .map {
    margin: 45px 0 55px;
    height: 300px;
  }
}
.all-enquiries,
.map-wrap {
  padding: 25px 0;
}
@media (max-width: 992px) {
  .all-enquiries,
  .map-wrap {
    font-size: 0.72727273em;
    padding: 10px 0;
  }
}
@media (min-width: 560px) {
  .all-enquiries,
  .map-wrap {
    padding: 3.5% 0;
  }
}
@media (min-width: 1224px) {
  .all-enquiries,
  .map-wrap {
    padding: 40px 0;
  }
}
.all-enquiries > *:first-child,
.map-wrap > *:first-child {
  margin-top: 0;
}
.all-enquiries > *:last-child,
.map-wrap > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .all-enquiries h3,
  .map-wrap h3 {
    font-size: 23px;
  }
}
.all-enquiries h3,
.map-wrap h3,
.all-enquiries h4,
.map-wrap h4 {
  border-bottom: 1px solid #c3c3c3;
  margin-top: 0;
  line-height: 45px;
}
.all-enquiries h4,
.map-wrap h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Calibre-Medium";
  font-size: 0.81818182em;
}
@media (max-width: 992px) {
  .all-enquiries h4,
  .map-wrap h4 {
    font-size: 15px;
  }
}
.all-enquiries dl,
.map-wrap dl {
  margin-bottom: 0;
}
.all-enquiries dl dt,
.map-wrap dl dt {
  float: left;
  width: 75%;
  clear: left;
  text-align: left;
  line-height: 1em;
  margin-bottom: .5em;
}
.all-enquiries dl dd,
.map-wrap dl dd {
  margin-left: 85%;
  line-height: 1em;
  text-align: right;
}
.all-enquiries dl dt,
.map-wrap dl dt,
.all-enquiries dl dd,
.map-wrap dl dd {
  line-height: 1.25em;
}
.all-enquiries dl dt,
.map-wrap dl dt {
  width: 90px;
}
.all-enquiries dl dd,
.map-wrap dl dd {
  margin-left: 100px;
  text-align: left;
}
@media (min-width: 480px) {
  .debug:after {
    content: "screen-xs";
  }
}
@media (min-width: 560px) {
  .debug:after {
    content: "screen-sm";
  }
}
@media (min-width: 992px) {
  .debug:after {
    content: "screen-md";
  }
}
@media (min-width: 1224px) {
  .debug:after {
    content: "screen-lg";
  }
}
.debug {
  position: fixed;
  bottom: 0;
  width: 100;
  background: rgba(255, 255, 0, 0.5);
  text-align: center;
  z-index: 1000;
}
[data-general-page] .left {
  width: 64.64646465%;
}
[data-general-page] .right {
  width: 35.35353535%;
}
.icon-arrow-left:before,
.icon-arrow-right:before {
  font-size: 8px;
  margin-right: 11px;
  display: inline-block;
  margin-top: 3px;
  vertical-align: middle;
}
