@charset "UTF-8";
/** Exports to ../css/style.css **/
/*** Base ***/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*** Foundation ***/
meta.foundation-version {
  font-family: "/5.5.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/*
.left {
  float: left !important; }

.right {
  float: right !important; }
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 76.5em;
  /*
	& > .column,
	& > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	*/
}

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

.row:after {
  clear: both;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

/*
[class*="column"] + [class*="column"]:last-child {
	float: right;
}

[class*="column"] + [class*="column"].end {
	float: left;
}
*/
@media only screen {
  .verysmall-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .verysmall-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .verysmall-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .verysmall-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .verysmall-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .verysmall-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .verysmall-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .verysmall-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .verysmall-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .verysmall-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .verysmall-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .verysmall-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .verysmall-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .verysmall-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .verysmall-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .verysmall-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .verysmall-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .verysmall-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .verysmall-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .verysmall-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .verysmall-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .verysmall-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .verysmall-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .verysmall-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .verysmall-1 {
    width: 8.33333%;
  }
  .verysmall-2 {
    width: 16.66667%;
  }
  .verysmall-3 {
    width: 25%;
  }
  .verysmall-4 {
    width: 33.33333%;
  }
  .verysmall-5 {
    width: 41.66667%;
  }
  .verysmall-6 {
    width: 50%;
  }
  .verysmall-7 {
    width: 58.33333%;
  }
  .verysmall-8 {
    width: 66.66667%;
  }
  .verysmall-9 {
    width: 75%;
  }
  .verysmall-10 {
    width: 83.33333%;
  }
  .verysmall-11 {
    width: 91.66667%;
  }
  .verysmall-12 {
    width: 100%;
  }
  .verysmall-offset-0 {
    margin-left: 0% !important;
  }
  .verysmall-offset-1 {
    margin-left: 8.33333% !important;
  }
  .verysmall-offset-2 {
    margin-left: 16.66667% !important;
  }
  .verysmall-offset-3 {
    margin-left: 25% !important;
  }
  .verysmall-offset-4 {
    margin-left: 33.33333% !important;
  }
  .verysmall-offset-5 {
    margin-left: 41.66667% !important;
  }
  .verysmall-offset-6 {
    margin-left: 50% !important;
  }
  .verysmall-offset-7 {
    margin-left: 58.33333% !important;
  }
  .verysmall-offset-8 {
    margin-left: 66.66667% !important;
  }
  .verysmall-offset-9 {
    margin-left: 75% !important;
  }
  .verysmall-offset-10 {
    margin-left: 83.33333% !important;
  }
  .verysmall-offset-11 {
    margin-left: 91.66667% !important;
  }
  .verysmall-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.verysmall-centered,
  .columns.verysmall-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.verysmall-uncentered,
  .columns.verysmall-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.verysmall-centered:last-child,
  .columns.verysmall-centered:last-child {
    float: none;
  }
  .column.verysmall-uncentered:last-child,
  .columns.verysmall-uncentered:last-child {
    float: left;
  }
  .column.verysmall-uncentered.opposite,
  .columns.verysmall-uncentered.opposite {
    float: right;
  }
  .row.verysmall-collapse > .column,
  .row.verysmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.verysmall-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.verysmall-uncollapse > .column,
  .row.verysmall-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}

@media only screen and (min-width: 26em) {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-2half {
    position: relative;
    left: 20%;
    right: auto;
  }
  .large-pull-2half {
    position: relative;
    right: 20%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-7half {
    position: relative;
    left: 60%;
    right: auto;
  }
  .large-pull-7half {
    position: relative;
    right: 60%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-9half {
    position: relative;
    left: 80%;
    right: auto;
  }
  .large-pull-9half {
    position: relative;
    right: 80%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-2half {
    width: 20%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-7half {
    width: 60%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-9half {
    width: 80%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #2ba6cb;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #2ba6cb;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
.something input[type="text"],
.something input[type="password"],
.something input[type="date"],
.something input[type="datetime"],
.something input[type="datetime-local"],
.something input[type="month"],
.something input[type="week"],
.something input[type="email"],
.something input[type="number"],
.something input[type="search"],
.something input[type="tel"],
.something input[type="time"],
.something input[type="url"],
.something input[type="color"],
.something textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.something input[type="text"]:focus,
.something input[type="password"]:focus,
.something input[type="date"]:focus,
.something input[type="datetime"]:focus,
.something input[type="datetime-local"]:focus,
.something input[type="month"]:focus,
.something input[type="week"]:focus,
.something input[type="email"]:focus,
.something input[type="number"]:focus,
.something input[type="search"]:focus,
.something input[type="tel"]:focus,
.something input[type="time"]:focus,
.something input[type="url"]:focus,
.something input[type="color"]:focus,
.something textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

.something input[type="text"]:focus, .something input[type="password"]:focus, .something input[type="date"]:focus, .something input[type="datetime"]:focus, .something input[type="datetime-local"]:focus, .something input[type="month"]:focus, .something input[type="week"]:focus, .something input[type="email"]:focus, .something input[type="number"]:focus, .something input[type="search"]:focus, .something input[type="tel"]:focus, .something input[type="time"]:focus, .something input[type="url"]:focus, .something input[type="color"]:focus, .something textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

.something input[type="text"]:disabled, .something input[type="password"]:disabled, .something input[type="date"]:disabled, .something input[type="datetime"]:disabled, .something input[type="datetime-local"]:disabled, .something input[type="month"]:disabled, .something input[type="week"]:disabled, .something input[type="email"]:disabled, .something input[type="number"]:disabled, .something input[type="search"]:disabled, .something input[type="tel"]:disabled, .something input[type="time"]:disabled, .something input[type="url"]:disabled, .something input[type="color"]:disabled, .something textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

.something input[type="text"][disabled], .something input[type="text"][readonly], .something fieldset[disabled] input[type="text"], .something input[type="password"][disabled], .something input[type="password"][readonly], .something fieldset[disabled] input[type="password"], .something input[type="date"][disabled], .something input[type="date"][readonly], .something fieldset[disabled] input[type="date"], .something input[type="datetime"][disabled], .something input[type="datetime"][readonly], .something fieldset[disabled] input[type="datetime"], .something input[type="datetime-local"][disabled], .something input[type="datetime-local"][readonly], .something fieldset[disabled] input[type="datetime-local"], .something input[type="month"][disabled], .something input[type="month"][readonly], .something fieldset[disabled] input[type="month"], .something input[type="week"][disabled], .something input[type="week"][readonly], .something fieldset[disabled] input[type="week"], .something input[type="email"][disabled], .something input[type="email"][readonly], .something fieldset[disabled] input[type="email"], .something input[type="number"][disabled], .something input[type="number"][readonly], .something fieldset[disabled] input[type="number"], .something input[type="search"][disabled], .something input[type="search"][readonly], .something fieldset[disabled] input[type="search"], .something input[type="tel"][disabled], .something input[type="tel"][readonly], .something fieldset[disabled] input[type="tel"], .something input[type="time"][disabled], .something input[type="time"][readonly], .something fieldset[disabled] input[type="time"], .something input[type="url"][disabled], .something input[type="url"][readonly], .something fieldset[disabled] input[type="url"], .something input[type="color"][disabled], .something input[type="color"][readonly], .something fieldset[disabled] input[type="color"], .something textarea[disabled], .something textarea[readonly], .something fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

.something input[type="text"].radius, .something input[type="password"].radius, .something input[type="date"].radius, .something input[type="datetime"].radius, .something input[type="datetime-local"].radius, .something input[type="month"].radius, .something input[type="week"].radius, .something input[type="email"].radius, .something input[type="number"].radius, .something input[type="search"].radius, .something input[type="tel"].radius, .something input[type="time"].radius, .something input[type="url"].radius, .something input[type="color"].radius, .something textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/*** Mixins ***/
/* Main Blue */
/* 54789E */
/* Main Green */
/* Yellow */
/* Transition */
/* Main Sprite */
/*** Primary ***/
/* Body */
body {
  font-family: 'Roboto', sans-serif;
  background: #2C3134;
  line-height: 100%;
}

@media all and (min-width: 1800px) {
  #inner-wrap {
    background-color: #E3E3E4;
  }
  #main {
    overflow: hidden;
  }
}

#main {
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  max-width: 1800px;
  max-width: 112.5em;
  margin-left: auto;
  margin-right: auto;
}

input {
  font-family: 'Roboto', sans-serif;
}

/* Box Sizing */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.page {
  background: #FFFFFF;
}

/* Text Highlight */
::-moz-selection {
  background: #C5D4E4;
  color: #214C7B;
}
::selection {
  background: #C5D4E4;
  color: #214C7B;
}

/* Global Styles */
.space {
  height: 1px;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

img.floatleft,
.img.floatright {
  position: relative;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.main {
  padding-left: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
}

/* Header */
header {
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px 0px 5px rgba(43, 48, 50, 0.5);
  z-index: 3;
  /* Header Logo */
  /* Header Social */
}

header.dark {
  background: #4E78A5;
  border-bottom: 1px solid #214C7B;
}

header.dark .logo {
  background-position: -286px 0px;
}

header.dark .header-navigation nav li a {
  color: #FFFFFF;
}

header.dark .search input[type="text"] {
  border: 1px solid #214C7B;
}

header .header-top {
  /* Flags */
}

header .header-top a.head-button {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  display: block;
  position: relative;
  background-color: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  padding: 0px 12px 0px 44px;
  margin: 0px 10px 0px 0px;
  border-radius: 3px;
  float: right;
}

header .header-top a.head-button.shopping .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -108px -90px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  border-right: 1px solid #214C7B;
}

header .header-top .search {
  float: right;
}

header .header-top .login {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  padding: 0px 0px 0px 32px;
  margin: 0px 10px 0px 0px;
  border-radius: 3px;
  float: right;
  background-color: #58656C;
  border: 1px solid #2C3134;
  color: #2C3134;
}

header .header-top .login a {
  display: block;
  float: left;
  line-height: 32px;
  font-size: 14px;
  border-left: 1px solid #2C3134;
  padding: 0px 12px;
  color: #FFFFFF;
}

header .header-top .login a:hover {
  background-color: #4E78A5;
}

header .header-top .login .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -124px -228px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
}

header .header-top ul.flags {
  float: right;
  margin-left: 10px;
  margin-top: -1px;
}

header .header-top ul.flags li + li {
  margin-top: 1px;
}

header .header-top ul.flags li a {
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  display: block;
  color: #FFFFFF;
  height: 17px;
  width: 23px;
  margin: 0px;
  text-indent: -9999px;
  text-transform: capitalize;
}

header .header-top ul.flags li.zh_CN a {
  background-position: 0px -17px;
}

header .header-top ul.flags li:hover {
  opacity: 0.75;
}

header .header-topright {
  height: 34px;
  margin: 24px 0px 0px 0px;
}

header .logo {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: 0px 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: -10px 0px 12px 0px;
  display: block;
  width: 286px;
  height: 90px;
  position: relative;
  z-index: 2;
  /*
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
		*/
  opacity: 1;
  margin: 20px 0px;
}

header .logo:hover {
  opacity: 0.75;
}

header ul.social {
  float: right;
}

header ul.social li {
  float: left;
  margin: 0px 0px 0px 12px;
  overflow: hidden;
}

header ul.social li a {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  border: 1px solid #4E78A5;
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
}

header ul.social li a:hover {
  border: 1px solid #4E78A5;
  background-color: #FFFFFF;
}

header ul.social li a.twitter {
  background-position: -29px -261px;
  /* background-color: #242526; */
}

header ul.social li a.twitter:hover {
  background-position: -29px -261px;
  /* background-color: #00abee; */
}

header ul.social li a.youtube {
  background-position: -57px -261px;
  /* background-color: #242526; */
}

header ul.social li a.youtube:hover {
  background-position: -57px -261px;
  /* background-color: #ec282a; */
}

header ul.social li a.facebook {
  background-position: -1px -261px;
  /* background-color: #242526; */
}

header ul.social li a.facebook:hover {
  background-position: -1px -261px;
  /* background-color: #3c599b; */
}

header ul.social li a.linkedin {
  background-position: -85px -261px;
  /* background-color: #242526; */
}

header ul.social li a.linkedin:hover {
  background-position: -85px -261px;
  /* background-color: #0073b2; */
}

header ul.social li a.gplus {
  background-position: -113px -261px;
  /* background-color: #242526; */
}

header ul.social li a.gplus:hover {
  background-position: -113px -261px;
  /* background-color: #d44837; */
}

/* Tablet and Mobile Search */
header a.mn-search {
  display: none;
}

@media only screen and (max-width: 26em) {
  header .logo {
    margin: 20px auto;
    width: 100%;
    padding-top: 31.468531468%;
    height: 0px;
    background-size: 200% auto;
  }
}

/* Pagination */
.pagination-centered {
  padding: 20px 0px 40px 0px;
}

.pagination-centered p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 18px 0px 0px 0px;
  margin: 1.125rem 0rem 0rem 0rem;
}

ul.pagination li {
  margin: 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  height: auto;
}

ul.pagination li.current {
  padding: 9px 14px 8px 14px;
  background: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  border-radius: 3px;
}

ul.pagination li a {
  display: block;
  padding: 9px 14px 8px 14px;
  color: #214C7B;
  font-weight: bold;
  border: 1px solid #B5BFC5;
  border-radius: 3px;
}

ul.pagination li a:hover {
  border: 1px solid #214C7B;
  background: #FFFFFF;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  border: 1px solid #EFEFEF;
  font-weight: normal;
}

/* Contact Info */
.contact-info {
  color: #FFFFFF;
  list-style: none;
  margin: 20px 0px;
  position: relative;
  /* Staff Details */
}

.contact-info .brown {
  background: #808079;
  padding: 18px 30px;
}

.contact-info .bitlet {
  padding: 12px 0px 12px 40px;
  margin: 0px;
  position: relative;
  min-height: 26px;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-weight: bold;
}

.contact-info .bitlet .icon {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 26px;
  height: 26px;
  background-image: url(../images/sprite.png);
  background-position: -72px -288px;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-info .bitlet.call .icon {
  background-position: -98px -288px;
}

.contact-info .bitlet.mail .icon {
  background-position: -124px -288px;
}

.contact-info .bitlet a {
  color: #FFFFFF;
}

.contact-info .staff-details {
  display: block;
  margin: 0px;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 100%;
  margin-left: 1.875em;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info .staff-details .green {
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 30px 66px 30px 30px;
  background-color: #368e76;
  background-color: rgba(33, 76, 123, 0.9);
}

.contact-info .staff-details .green .title {
  font-size: 1.125em;
  font-weight: bold;
}

.contact-info .staff-details .green .info {
  font-style: italic;
}

.contact-info .staff-details .green .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -36px -288px;
  position: absolute;
  background-color: #222f36;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 30px;
  margin-top: -18px;
}

.contact-info .staff-details:hover .green {
  padding: 40px 66px 40px 30px;
}

/* Listing */
.listing {
  margin: 18px 0px;
  padding: 0px;
  border-bottom: 1px solid #c2c7cd;
}

.listing .listing-item {
  border-top: 1px solid #c2c7cd;
  position: relative;
  padding: 40px 0px;
}

.listing .listing-item.withimage {
  padding: 40px 0px 40px 230px;
  min-height: 233px;
}

.listing .listing-item .image {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 200px;
}

.listing .listing-item .image a {
  display: block;
}

.listing .listing-item .image a:hover, .listing .listing-item .image a:focus {
  opacity: 0.5;
}

.listing .listing-item .image img {
  display: block;
  width: 100%;
}

.listing .listing-item h3 {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0px 0px 6px 0px;
}

.listing .listing-item h3 a {
  color: #292a2c;
}

.listing .listing-item h3 a:hover, .listing .listing-item h3 a:focus {
  color: #4E78A5;
}

.listing .listing-item p {
  color: #5d6d74;
  font-size: 1em;
  line-height: 1.5em;
  padding: 8px 0px 16px 0px;
}

.listing .listing-item a.more {
  color: #214C7B;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5em;
}

.listing .listing-item a.more:hover {
  text-decoration: underline;
}

/* Share */
.content .share,
.share {
  float: right;
  margin: 7px 0px 0px 0px;
}

.content .share a,
.share a {
  float: left;
  display: block;
  padding: 0px 10px 0px 40px;
  margin: 0px 0px 0px 8px;
  position: relative;
  height: 30px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #214C7B;
}

.content .share a .icon,
.share a .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content .share a:after,
.share a:after {
  content: '';
  position: absolute;
  left: 28px;
  width: 1px;
  top: 0px;
  bottom: 0px;
  background-color: #FFFFFF;
}

.content .share a.print,
.share a.print {
  background-color: #65A174;
  border: 1px solid #589066;
}

.content .share a.print .icon,
.share a.print .icon {
  background-position: -84px -360px;
}

.content .share a.print:after,
.share a.print:after {
  background-color: #589066;
}

.content .share a.facebook,
.share a.facebook {
  background-color: #36609f;
  border: 1px solid #2e5288;
}

.content .share a.facebook .icon,
.share a.facebook .icon {
  background-position: 0px -360px;
}

.content .share a.facebook:after,
.share a.facebook:after {
  background-color: #2e5288;
}

.content .share a.logout,
.share a.logout {
  background-color: #58656C;
  border: 1px solid #2C3134;
}

.content .share a.logout .icon,
.share a.logout .icon {
  background-position: -126px -230px;
}

.content .share a.logout:after,
.share a.logout:after {
  background-color: #2C3134;
}

.content .share a.twitter,
.share a.twitter {
  background-color: #2aa9e0;
  border: 1px solid #1e98cd;
}

.content .share a.twitter .icon,
.share a.twitter .icon {
  background-position: -28px -360px;
}

.content .share a.twitter:after,
.share a.twitter:after {
  background-color: #1e98cd;
}

.content .share a.gplus,
.share a.gplus {
  background-color: #d34836;
  border: 1px solid #c03b2a;
}

.content .share a.gplus .icon,
.share a.gplus .icon {
  background-position: -56px -360px;
}

.content .share a.gplus:after,
.share a.gplus:after {
  background-color: #c03b2a;
}

/* Header Search */
.header-navigation nav li.mobile-search {
  display: none;
}

.search {
  position: relative;
  margin: 0px;
}

.search input[type="text"] {
  display: block;
  width: 120px;
  height: 34px;
  padding: 6px 28px 6px 8px;
  background-color: #FFFFFF;
  border: 1px solid #B2C1D0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 3px;
  box-sizing: border-box;
  transition: width .4s ease-in-out;
  /*
		-webkit-box-shadow: 0px 1px 0px rgba(199, 201, 218, 0.5);
		-moz-box-shadow: 0px 1px 0px rgba(199, 201, 218, 0.5);
		box-shadow: 0px 1px 0px rgba(199, 201, 218, 0.5);
		*/
}

.search input[type="text"]:focus {
  outline: 0;
  width: 140px;
  background-color: #FFF;
  border-color: #214C7B;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.search input[type="submit"] {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: 0px -180px;
  z-index: 2;
  position: absolute;
  top: 4px;
  right: 4px;
  outline: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 18px;
  height: 26px;
  width: 26px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: -9999px;
  margin: 0;
  border: none;
  cursor: pointer;
}

.search input[type="submit"]:hover {
  background-position: -26px -180px;
}

/* Home Banner */
.home-banner {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

/* Slider */
.flexslider {
  overflow: hidden;
}

.flexslider.loading {
  background: url(../images/loading_transparent.gif) center center no-repeat #465663;
}

.flexslider.loading {
  min-height: 413px;
}

/* Call to Action Banner */
.ctoa-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  /* background-blend-mode: multiply; */
  text-align: left;
  background: #F2F2F2 url("http://www.kia.com.au/images/bg-promos.jpg") no-repeat 50% 0;
}

.ctoa-banner .overlay {
  padding: 50px 0px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.ctoa-banner .overlay .c2a {
  text-align: center;
}

.ctoa-banner .overlay .c2a h3 {
  color: #4E78A5;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.125em;
}

.ctoa-banner .overlay .c2a p {
  color: #2C3134;
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 20px 0px;
}

.ctoa-banner .overlay .c2a a.go {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0px 10px;
  margin: 0px auto;
  display: block;
  background-color: #4E78A5;
  color: #FFFFFF;
  border-radius: 5px;
  max-width: 260px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.25s ease-in-out;
}

.ctoa-banner .overlay .c2a a.go span {
  vertical-align: middle;
  display: inline-block;
  padding: 20px 0px;
  line-height: 1;
  opacity: 0;
  color: #4E78A5;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ctoa-banner .overlay .c2a a.go:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ctoa-banner .overlay .c2a a.go:hover {
  background-color: #c3d2e3;
}

.ctoa-banner .overlay .c2a a.go:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.ctoa-banner .overlay .c2a a.go:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(1) {
  transition-delay: 0.045s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(2) {
  transition-delay: 0.09s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(3) {
  transition-delay: 0.135s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(4) {
  transition-delay: 0.18s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(5) {
  transition-delay: 0.225s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(6) {
  transition-delay: 0.27s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(7) {
  transition-delay: 0.315s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(8) {
  transition-delay: 0.36s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(9) {
  transition-delay: 0.405s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(10) {
  transition-delay: 0.45s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(11) {
  transition-delay: 0.495s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(12) {
  transition-delay: 0.54s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(13) {
  transition-delay: 0.585s;
}

.ctoa-banner .overlay .c2a a.go:hover > span:nth-child(14) {
  transition-delay: 0.63s;
}

.ctoa-banner .colour-bars {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
}

.ctoa-banner h1 {
  font-size: 2.25em;
  font-weight: bold;
  color: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ctoa-banner h1 span {
  position: relative;
}

.ctoa-banner h1 span:after {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
  content: " ";
  position: absolute;
  pointer-events: none;
  transition: background-color 0.25s ease;
}

/* Map Banner */
.map-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #214C7B;
  /* background-blend-mode: multiply; */
  text-align: left;
  position: relative;
}

.map-banner .overlay {
  top: 40px;
  left: 0px;
  width: 100%;
  position: absolute;
}

.map-banner .overlay .title {
  background: #3DA9A4;
  background: rgba(61, 169, 164, 0.9);
  background-color: rgba(33, 76, 123, 0.9);
  padding: 28px 30px 30px 30px;
}

.map-banner .colour-bars {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
}

.map-banner h1 {
  font-size: 2.25em;
  font-weight: bold;
  color: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.map-banner h1 span {
  position: relative;
}

.map-banner h1 span:after {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
  content: " ";
  position: absolute;
  pointer-events: none;
  transition: background-color 0.25s ease;
}

/* News Article Listing */
.news-article {
  margin: 20px 0px;
  background-color: #f3f4f7;
}

.news-article .info {
  padding: 40px;
}

.news-article .info h2 {
  color: #273239;
  font-size: 2em;
  line-height: 1.125em;
  font-weight: bold;
}

.news-article .info p {
  color: #5d6d74;
}

.news-article .info a.read {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #214C7B;
  display: inline-block;
  padding: 10px 12px 9px 12px;
  margin: 10px 0px 0px 0px;
}

/* News Info */
ul.news-info li {
  margin: 10px 0px 0px 0px;
  padding-left: 34px;
  position: relative;
  line-height: 26px;
  color: #5d6d74;
}

ul.news-info li .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -220px -90px;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.news-info li .icon.date {
  background-position: -220px -90px;
}

ul.news-info li .icon.author {
  background-position: -220px -116px;
}

ul.news-info li .icon.tags {
  background-position: -220px -142px;
}

ul.news-info li .icon.comments {
  background-position: -220px -168px;
}

/* News Image */
.news-image {
  position: relative;
}

.news-image ul.social {
  position: absolute;
  top: 0px;
  right: -40px;
}

.news-image ul.social li {
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.news-image ul.social li a {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
}

.news-image ul.social li a.facebook {
  background-position: 0px -260px;
  background-color: #3c599b;
}

.news-image ul.social li a.twitter {
  background-position: -28px -260px;
  background-color: #00abee;
}

.news-image ul.social li a.youtube {
  background-position: -56px -260px;
  background-color: #ec282a;
}

.news-image ul.social li a.linkedin {
  background-position: -84px -260px;
  background-color: #0073b2;
}

.news-image ul.social li a.gplus {
  background-position: -110px -260px;
  background-color: #d44837;
}

/* Resources */
.resources {
  padding: 20px 0px 0px 0px;
}

.resources li {
  margin: 0px;
}

.resources li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DFE3E5;
  color: #5d6d74;
  line-height: 1.6;
  padding: 20px 20px 20px 112px;
  position: relative;
  min-height: 120px;
}

.resources li a .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  color: #214C7B;
  line-height: 1.25em;
  margin: 0px 0px 4px 0px;
  word-wrap: break-word;
}

.resources li a:hover {
  text-decoration: none;
  background-color: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
}

.resources li a:hover .title {
  color: #FFFFFF;
}

.resources li a .icon {
  height: 80px;
  width: 72px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-image: url(../images/files.png);
  background-position: 0px 0px;
}

.resources li.pdf a .icon {
  background-position: -72px;
}

.resources li.doc a .icon {
  background-position: -144px;
}

.resources li.xls a .icon {
  background-position: -216px;
}

.resources li.ppt a .icon {
  background-position: -288px;
}

.resources li.jpg a .icon {
  background-position: -360px;
}

.resources li.png a .icon {
  background-position: -432px;
}

.resources li.zip a .icon {
  background-position: -504px;
}

/* Article */
.article {
  margin: 20px 0px;
}

.article ul.news-info li {
  float: left;
  margin: 0px 20px 20px 0px;
}

.article .article-title h2 {
  font-size: 2em;
  font-weight: bold;
}

/* Subhome Banner */
.subhome-banner {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../images/photo5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.subhome-banner .overlay {
  position: relative;
}

.subhome-banner .left-cover {
  position: absolute;
  top: 0px;
  left: -200px;
  bottom: 0px;
  right: 50%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #214c7b 0%, rgba(33, 76, 123, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214c7b', endColorstr='#d9214c7b',GradientType=1 );
  /* IE6-9 */
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
}

.subhome-banner .subhome-title {
  position: relative;
  z-index: 2;
  padding: 92px 0px;
}

.subhome-banner .subhome-title h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.1;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
}

.subhome-banner .subhome-title p {
  color: #C9DAF0;
  line-height: 1.5;
  font-size: 1.125em;
  margin-top: 10px;
}

/* Subhome Page Listing */
.sub-listing .sub-page {
  height: 420px;
  margin: 20px 0px;
  position: relative;
}

.sub-listing .sub-page .info {
  background: url(../images/pattern.png);
  height: 10px;
  margin: 0px 0px 20px 0px;
}

.sub-listing .sub-page .image {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-listing .sub-page .image:hover {
  opacity: 0.75;
}

.sub-listing .sub-page h2 {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2;
  color: #222222;
}

.sub-listing .sub-page h2 a {
  color: #222222;
}

.sub-listing .sub-page h2 a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

.sub-listing .sub-page p {
  color: #5d6d74;
  line-height: 1.6;
}

@media only screen and (max-width: 40em) {
  .sub-listing .sub-page {
    height: auto;
  }
  .sub-listing .sub-page .image {
    position: static;
    margin: 20px 0px 0px 0px;
  }
}

/* Page Banner */
.page-banner {
  background-color: #FFFFFF;
  background-image: url(../images/photos/dark.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner .overlay {
  background-color: rgba(17, 36, 55, 0);
  height: 240px;
  position: relative;
  /*
		background-image: url(../images/gradient-white.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		*/
}

.page-banner .banner-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.page-banner .banner-title .page-title h1 {
  color: #FFFFFF;
}

/* Editable Banners */
.right-banners {
  list-style: none;
}

.right-banners li.banner {
  margin: 20px 0px;
}

.right-banners li.banner a.block {
  display: block;
}

.right-banners li.banner a.block.featured {
  overflow: hidden;
}

.right-banners li.banner a.block.featured .inside {
  position: relative;
  height: 300px;
  border-radius: 3px;
}

.right-banners li.banner a.block.featured .inside:hover .white .go {
  opacity: 1;
  margin-top: 10px;
}

.right-banners li.banner a.block.featured .inside .white {
  position: absolute;
  left: 0px;
  bottom: -30px;
  right: 0px;
  background-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 45px 15px;
  -webkit-transform: skewY(6deg);
      -ms-transform: skewY(6deg);
          transform: skewY(6deg);
}

.right-banners li.banner a.block.featured .inside .white .unskew {
  -webkit-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
          transform: skewY(-6deg);
}

.right-banners li.banner a.block.featured .inside .white .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #214C7B;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.35em;
  max-width: 85%;
}

.right-banners li.banner a.block.featured .inside .white p {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #222222;
}

.right-banners li.banner a.block.featured .inside .white .go {
  height: 16px;
  opacity: 0;
  margin-top: -20px;
  color: #54789E;
  font-size: 0.875em;
  line-height: 16px;
  display: block;
  float: left;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.right-banners li.banner .twitter-feed {
  height: 220px;
  background-color: #2aa9e0;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 3px;
  position: relative;
}

.right-banners li.banner .twitter-feed .tweet {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  line-height: 1.25;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
}

.right-banners li.banner .twitter-feed .tweet a {
  color: #FFFFFF;
}

.right-banners li.banner .twitter-feed .tweet a:hover {
  color: #036793;
}

.right-banners li.banner .twitter-feed .time {
  margin: 0px;
  font-size: 0.875em;
  color: #A3DDF7;
}

.right-banners li.banner .twitter-feed .icon {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 14px;
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -124px -180px;
  width: 48px;
  height: 48px;
}

.right-banners li.banner .twitter-feed .icon:hover {
  opacity: 0.75;
}

/* Breadcrumbs */
.breadcrumbs-bit {
  padding: 10px 0px;
  background: #FFFFFF;
  border-bottom: 1px solid #DFE3E5;
}

.breadcrumbs-bit .breadcrumbs {
  font-size: 0.8em;
  background: none;
  border: none;
  padding: 0px;
  color: #505567;
}

.breadcrumbs-bit .breadcrumbs span {
  opacity: 0.75;
  margin: 0px 8px;
  font-weight: normal;
}

.breadcrumbs-bit .breadcrumbs a {
  color: #505567;
  text-decoration: none;
}

.breadcrumbs-bit .breadcrumbs a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

.breadcrumbs-bar {
  padding: 6px 0px;
  margin: 20px 0px;
  border-top: 1px solid #DFE3E5;
  border-bottom: 1px solid #DFE3E5;
  /*
	background: #EAEDF0;
	padding: 6px 10px;
	margin-top: 14px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid #B9BFC7;
	*/
}

.breadcrumbs-bar .breadcrumbs {
  font-size: 0.875em;
  background: none;
  border: none;
  padding: 0px;
  color: #505567;
}

.breadcrumbs-bar .breadcrumbs span {
  opacity: 0.75;
  margin: 0px 8px;
  font-weight: normal;
}

.breadcrumbs-bar .breadcrumbs a {
  color: #505567;
  text-decoration: none;
}

.breadcrumbs-bar .breadcrumbs a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

/* Comments */
.comments-area {
  margin: 20px 0px;
}

.comments-area fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.comments-area input[type="text"],
.comments-area input[type="password"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area textarea,
.comments-area input[type="text"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="tel"]:focus,
.comments-area textarea:focus {
  background: #EFEFEF;
  padding: 12px;
  font-size: 1em;
  outline: none;
  border-radius: 5px;
  width: 100%;
  color: #475372;
  border: none;
  margin: 0px 0px 16px 0px;
}

.comments-area h3 {
  -webkit-font-smoothing: antialiased;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.comments-area .comment {
  margin: 32px 0px 0px 0px;
}

.comments-area .comment .comment-name {
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 8px 0px;
}

.comments-area .comment .comment-name span {
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}

.comments-area .comment p {
  background: #e7e7e5;
  padding: 18px 20px;
  line-height: 1.6em;
  overflow: hidden;
  border-radius: 5px;
  font-size: 1.125em;
}

.comments-area label {
  font-size: 1em;
  margin: 0px 0px 8px 0px;
}

.comments-area input[type="submit"] {
  font-size: 1em;
  background: #214C7B;
  color: #FFFFFF;
  padding: 15px;
  border: none;
  margin: 18px 0px;
  cursor: pointer;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  padding: 12px;
  font-size: 1em;
  outline: none;
  text-align: center;
  margin: 0px;
  float: right;
}

.comments-area .action-links {
  padding-top: 12px;
}

.comments-area .action-links li {
  float: left;
  margin: 0px 3px 3px 3px;
}

.comments-area .action-links li a {
  display: block;
  padding: 6px 8px;
  background: #00C1F3;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: capitalize;
  border-radius: 3px;
}

.comments-area .action-links li a:hover {
  color: #FFFFFF;
}

/*  Sidebar Navigation */
.sidebar-nav {
  margin: 20px 0px;
  padding: 0px;
  position: relative;
}

.sidebar-nav .shadow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 12px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 48, 50, 0.1)), to(rgba(43, 48, 50, 0)));
  -webkit-mask-box-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgba(43, 48, 50, 0)), color-stop(0.5, rgba(43, 48, 50, 0.7)), color-stop(1, rgba(43, 48, 50, 0)));
  background-image: -moz-radial-gradient(right, ellipse farthest-side, rgba(43, 48, 50, 0.2), rgba(43, 48, 50, 0));
}

.sidebar-nav .shadow-line {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  background: #959A9E;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(149, 154, 158, 0) 0%, #959a9e 50%, rgba(149, 154, 158, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00959a9e', endColorstr='#00959a9e',GradientType=0 );
  /* IE6-9 */
}

.sidebar-nav .title {
  font-size: 1em;
  font-weight: bold;
  color: #4E78A5;
  margin: 10px 0px;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
}

.sidebar-nav nav ul li {
  border-bottom: 1px solid #ededed;
}

.sidebar-nav nav ul li.current > a {
  font-weight: bold;
}

.sidebar-nav nav ul li.section > a {
  font-weight: bold;
  border-bottom: none;
}

.sidebar-nav nav ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 6px 12px 6px;
  color: #222222;
  font-size: 1em;
  line-height: 1.25em;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: relative;
  left: -6px;
}

.sidebar-nav nav ul li a:hover {
  color: #4E78A5;
  left: 0px;
}

.sidebar-nav nav ul li ul {
  border-top: 1px solid #ededed;
  background: rgba(0, 0, 0, 0.015);
}

.sidebar-nav nav ul li ul li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px;
}

.sidebar-nav nav ul li ul li > a:hover {
  left: 0px;
}

.sidebar-nav nav ul li ul li ul {
  border: none;
  margin: 0;
  font-size: 0.875em;
}

.sidebar-nav nav ul li ul li ul li a {
  padding: 16px;
  background: #303030;
  border-bottom: 1px solid #202020;
  color: #B3B3B3;
}

.sidebar-nav nav ul li ul li ul li.haschildren > a {
  padding: 16px 40px 16px 16px;
}

.sidebar-nav nav ul li.haschildren {
  position: relative;
}

.sidebar-nav nav ul li.haschildren > a {
  padding: 16px 40px 16px 16px;
}

.sidebar-nav nav ul li.haschildren:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #9B9B9B;
  border-width: 6px;
  margin-bottom: -4px;
}

.sidebar-nav nav ul li.haschildren.open:after {
  border-left-color: transparent;
  border-top-color: #3b87e6;
  border-width: 6px;
  margin-bottom: 0px;
  margin-left: -6px;
}

/* Latest News */
.latest-news {
  margin: 20px 0px;
}

.latest-news .title {
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  color: #222222;
  border-bottom: 1px solid #214C7B;
}

.latest-news .ln-bit {
  transition: all 0.3s ease;
  display: block;
  position: relative;
  padding: 0px 0px 0px 116px;
  margin: 20px 0px;
  color: #292a2c;
  min-height: 75px;
}

.latest-news .ln-bit .image {
  transition: all 0.3s ease;
  position: absolute;
  left: 0px;
  max-width: 100px;
}

.latest-news .ln-bit .ln-name {
  font-weight: bold;
  line-height: 1.25em;
}

.latest-news .ln-bit .ln-info {
  color: #5f7379;
  font-size: 0.875em;
  line-height: 1.25em;
}

/* Events - Filter */
.filter-events {
  margin: 30px 0px 0px 0px;
  padding: 25px 25px 15px 25px;
  background: #FFF;
  border: 1px solid #B9C3CA;
  border-radius: 3px;
}

.filter-events .title {
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  color: #222222;
  border-bottom: 1px solid #004f7c;
}

.filter-events .onefifth {
  width: 20%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
}

.filter-events .field {
  position: relative;
}

.filter-events .field label {
  position: absolute;
  top: -7px;
  line-height: 14px;
  font-size: 12px;
  left: 5px;
  padding: 0px 5px;
  background: #FFFFFF;
  color: #838383;
}

.filter-events input[type="text"],
.filter-events select,
.filter-events input[type="submit"] {
  font-size: 0.875em;
  height: 36px;
  line-height: 34px;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 0px 10px;
  margin: 0px 0px 10px 0px;
}

.filter-events input[type="text"]:focus,
.filter-events select:focus {
  outline: none;
  border: 1px solid #3b87e6;
  -o-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
  -ms-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
}

.filter-events input[type="submit"] {
  cursor: pointer;
  background: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
}

/* Page Title */
.page-title {
  margin: 20px 0px 20px 0px;
}

.page-title h1 {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.2;
}

/* Events Listing */
.event-listing li {
  margin: 20px 0px;
  position: relative;
  width: 25%;
  float: left;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  /* Featured */
}

.event-listing li .inside {
  height: 260px;
  position: relative;
}

.event-listing li .image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #222222;
  display: block;
  height: 130px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.event-listing li .image:hover {
  opacity: 0.75;
}

.event-listing li .info {
  background: url(../images/pattern.png);
  height: 10px;
  margin: 0px 0px 10px 0px;
}

.event-listing li .price {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  background-color: #4E78A5;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.event-listing li .date {
  font-size: 0.75em;
  color: #767A80;
  margin: 0px 0px 10px 0px;
}

.event-listing li h2 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}

.event-listing li h2 a {
  color: #222222;
}

.event-listing li h2 a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

.event-listing li p {
  color: #5d6d74;
  line-height: 1.6;
  margin-top: 5px;
}

.event-listing li a.full {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 0.875em;
  background-color: #4E78A5;
  color: #FFFFFF;
  padding: 0px 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.event-listing li.featured {
  width: 50%;
}

.event-listing li.featured .inside {
  height: 560px;
}

.event-listing li.featured .image {
  height: 280px;
}

.event-listing li.featured .date {
  font-size: 0.875em;
}

.event-listing li.featured h2 {
  font-size: 2em;
}

/* Photo Gallery */
.photo-gallery {
  margin: 20px 0px 0px 0px;
  margin: 1.25rem 0rem 0rem 0rem;
}

.photo-gallery a {
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #FFFFFF;
  display: block;
  height: 160px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.photo-gallery a.third {
  margin-right: 0;
}

.photo-gallery a img {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  display: block;
  width: 100%;
}

.photo-gallery a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.photo-gallery a .overlay {
  transition: all 0.2s ease 0s;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.photo-gallery a:hover .overlay {
  opacity: 1;
}

.photo-gallery a .overlay span {
  padding: 16px;
  line-height: 16px;
  font-size: 0.875em;
  display: block;
  color: #214C7B;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  margin-top: -24px;
  border-radius: 3px;
}

/* Event Head */
.event-head {
  margin: 20px 0px;
  position: relative;
}

.event-head .topleft {
  position: relative;
  z-index: 2;
}

.event-head .topleft .date {
  line-height: 1.2;
  font-size: 1.25em;
  display: block;
  float: left;
  color: #5F6876;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 4px 12px 8px 0px;
  background: #F9F9F9;
}

.event-head .topleft .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: bold;
  padding: 8px 12px 0px 0px;
}

.event-head .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 380px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -20px;
}

.event-head .image .price {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #4E78A5;
  color: #214C7B;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.event-head .image .price span {
  color: #FFFFFF;
}

/* Members Area */
.members-area {
  position: relative;
}

.members-area .title {
  position: relative;
}

.members-area a.log-out {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #58656C;
  border: 1px solid #2C3134;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  float: left;
  width: 220px;
  text-align: center;
}

.members-area h2 {
  font-size: 1.675em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}

.members-area p {
  color: #25252b;
  font-size: 1.125em;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
}

.members-area .ma-box {
  margin: 1em 0em;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #475372;
  border-radius: 5px;
  min-height: 320px;
  position: relative;
  /* Table */
}

.members-area .ma-box h3 {
  color: #4E78A5;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.625rem 0rem;
}

.members-area .ma-box p {
  color: #25252b;
  font-size: 1.125em;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
}

.members-area .ma-box p a {
  color: #4E78A5;
  text-decoration: none;
  position: relative;
}

.members-area .ma-box p a:hover {
  text-decoration: underline;
}

.members-area .ma-box a.more {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.members-area .ma-box table {
  margin: 10px 0px 0px 0px;
  width: 100%;
  background-color: #EAEDEF;
  border-collapse: collapse;
}

.members-area .ma-box table .field {
  margin: 0px;
  padding: 0px;
}

.members-area .ma-box table tr.even, .members-area .ma-box table tr.alt, .members-area .ma-box table tr:nth-of-type(even) {
  background-color: #EAEDEF;
}

.members-area .ma-box table th {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  background-color: #2C3134;
  color: #FFFFFF;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border: 1px solid #FFFFFF;
  line-height: 1.4;
}

.members-area .ma-box table td {
  color: #2C3134;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border: 1px solid #FFFFFF;
  line-height: 1.4;
}

.members-area .ma-box table a {
  color: #214C7B;
}

.members-area .ma-box table a:hover {
  text-decoration: underline;
}

.members-area .ma-box table a.view {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  display: block;
  display: inline-block;
  background-color: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 6px 2px 6px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
}

.members-area .ma-box table a.view:hover {
  opacity: 0.75;
  text-underline: none;
}

.members-area .ma-box table .total td {
  font-weight: bold;
  background-color: #4E78A5;
  color: #FFFFFF;
}

/* Show More */
.show-more {
  margin: 20px 0px;
}

.show-more a {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

/* White Box */
.white-box {
  margin: 20px 0px;
  padding: 18px 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E5;
  border-radius: 5px;
}

/* Product Categories */
.product-category {
  margin: 20px 0px;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.product-category .inside {
  height: 560px;
  position: relative;
}

.product-category .image-holder {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 540px;
}

.product-category .image-holder .image {
  width: 100%;
  background: #222222;
  display: block;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.product-category .image-holder .image:hover {
  opacity: 0.75;
}

.product-category .info {
  background: url(../images/pattern.png);
  height: 10px;
  margin: 0px 0px 20px 0px;
}

.product-category .read {
  font-weight: bold;
  color: #4E78A5;
  margin: 10px 0px 0px 0px;
}

.product-category .read:hover {
  text-decoration: underline;
}

.product-category .date {
  font-size: 0.875em;
  color: #767A80;
  margin: 0px 0px 10px 0px;
}

.product-category h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
}

.product-category h2 a {
  color: #222222;
}

.product-category h2 a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

.product-category p {
  color: #25252b;
  font-size: 1em;
  line-height: 1.6;
  margin: 5px 0px 10px 0px;
}

.product-category a.full {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 0.875em;
  background-color: #4E78A5;
  color: #FFFFFF;
  padding: 0px 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 40.063em) {
  .product-category .inside {
    height: auto;
  }
  .product-category .image-holder {
    position: static;
    margin: 20px 0px 0px 0px;
  }
}

/* Products */
.product {
  margin: 18px 0px !important;
  float: none !important;
  /* These overrides are here because I can't get rid of Shop.css */
}

.product .product-image {
  float: none !important;
  padding: 0px !important;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 9px 0px;
  border-radius: 3px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 1px solid #222222;
}

.product .product-image .image {
  background-color: #FFFFFF;
  background-size: 100% auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 66.666%;
}

.product .product-image .image,
.product .product-image img {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  display: block;
  width: 100%;
}

.product .product-image:hover .image,
.product .product-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product .product-image .overlay {
  transition: background-color 0.65s ease 0s;
  background-color: rgba(255, 255, 255, 0);
  padding: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.product .product-image .overlay .go {
  opacity: 0;
  padding: 16px;
  line-height: 16px;
  font-size: 0.875em;
  display: block;
  color: #214C7B;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  margin-top: -24px;
  border-radius: 3px;
  transition: all 0.1s ease-in-out 0s;
}

.product .product-image:hover .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.product .product-image:hover .overlay .go {
  opacity: 1;
}

.product .description {
  padding-bottom: 20px;
  position: relative;
  min-height: 220px;
}

.product .description h4 {
  color: #222222;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.2;
  margin: 20px 0px 0px 0px;
}

.product .description h4 a {
  color: #222222;
}

.product .description h4 a:hover {
  color: #4E78A5;
  text-decoration: underline;
}

.product .description p {
  color: #25252b;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product .description .price {
  float: right;
  line-height: 20px;
  color: #4E78A5;
  font-weight: bold;
  line-height: 1.25em;
  font-size: 1.375em;
  margin: 0px 0px 8px 10px;
}

.product .description .price span.old {
  text-decoration: line-through;
  color: #7d8388;
  font-weight: normal;
}

.product .description a.read {
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 20px;
  color: #4E78A5;
  font-weight: bold;
  line-height: 1.25em;
  font-size: 1em;
}

.product .product-image:hover .overlay h5,
.product .product-image:hover .overlay .break,
.product .product-image:hover .overlay h6,
.product .product-image:hover .overlay .button {
  left: 0px;
  opacity: 1;
}

@media only screen and (max-width: 26em) {
  .product .description {
    min-height: 0px;
  }
}

/* Products Head */
.products-head {
  margin: 30px 0px 10px 0px;
}

.products-head a.back {
  padding-left: 30px;
  color: #54789E;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.4;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  position: relative;
}

.products-head a.back .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -192px -90px;
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.products-head a.back:hover {
  text-decoration: underline;
}

.products-head .viewing {
  float: right;
  color: #262728;
  font-size: 1.25em;
  line-height: 1.125;
}

.products-head .viewing span {
  font-weight: bold;
}

/* Product Page */
.product-images {
  margin: 20px 0px;
}

.product-images .flex-control-nav {
  padding: 0px;
}

.product-information {
  padding: 18px 0px;
}

.product-information a.back {
  padding-left: 30px;
  color: #54789E;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  position: relative;
}

.product-information a.back .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -192px -90px;
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.product-information a.back:hover {
  text-decoration: underline;
}

.product-information h1 {
  font-size: 2.5em;
  line-height: 1;
  font-weight: 800;
  padding: 20px 0px 10px 0px;
  color: #393C3F;
}

.product-information h3 {
  line-height: 1;
  color: #4E78A5;
  font-weight: bold;
  font-size: 2em;
  padding: 0px 0px 9px 0px;
}

.product-information h3 .text {
  color: #393C3F;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.product-information h3 .old {
  color: #798187;
  text-decoration: line-through;
  font-weight: normal;
}

.product-information p.stock {
  padding: 9px 0px;
  color: #4E78A5;
}

.product-information .article {
  margin: 0px;
}

/* Product Form */
.product-actions {
  padding: 16px 0px 0px 0px;
}

.productform label {
  color: #343b41;
  font-size: 0.875em;
  line-height: 20px;
  padding: 15px 0px;
  display: block;
}

.productform a.add-button,
.productform input[type="submit"] {
  cursor: pointer;
  font-size: 1em;
  position: relative;
  float: left;
  width: 48%;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background: #4E78A5;
  border-radius: 3px;
}

.productform a.add-button:hover, .productform input[type="submit"]:hover {
  background: #214C7B;
}

.productform input[type="number"],
.productform input[type="text"],
.productform input[type="password"],
.productform input[type="email"],
.productform input[type="tel"],
.productform textarea {
  border: 2px solid #d8dce0;
  background: #FFFFFF;
}

.productform input[type="number"]:focus,
.productform input[type="text"]:focus,
.productform input[type="password"]:focus,
.productform input[type="email"]:focus,
.productform input[type="tel"]:focus,
.productform textarea:focus {
  outline: none;
  border: 2px solid #4E78A5;
}

.productform input[type="number"],
.productform input[type="text"],
.productform input[type="password"],
.productform input[type="email"],
.productform input[type="tel"],
.productform textarea {
  font-size: 1em;
  width: 48%;
  float: left;
  padding: 12px;
  line-height: 18px;
  margin: 0 4% 0 0;
  color: #475372;
  border-radius: 3px;
}

.product-actions a.cart-button {
  position: relative;
  float: left;
  display: block;
  font-weight: bold;
  padding: 16px 44px 16px 16px;
  margin: 16px 0px;
  text-decoration: none;
  line-height: 18px;
  height: 50px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background: #2b93e9;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #2b93e9 0%, #1867ca 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b93e9', endColorstr='#1867ca',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #0D4892;
  box-shadow: inset 0px 1px 0px rgba(133, 183, 247, 0.25);
  border-radius: 3px;
}

.product-actions a.cart-button span {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -9px;
  background-image: url(images/icons-sprite.png);
  background-image: url(images/icons-sprite.svg), none;
  background-repeat: no-repeat;
  background-size: 120px 20px;
  background-position: -40px 0px;
}

.product-information .article {
  position: relative;
}

.product-information .readmore-js-toggle {
  margin: 18px 0px 0px 0px;
}

.product-information .article.readmore-js-section.readmore-js-collapsed:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

/* Product Table of Info */
.product-information .table-info {
  margin: 10px 0px 0px 0px;
}

.product-information .table-info table {
  width: 100%;
  font-size: 1em;
  line-height: 1.35em;
}

.product-information .table-info table td {
  padding: 10px;
}

.product-information .table-info table b {
  font-weight: bold;
}

.product-information .table-info table a {
  color: #008ae0;
}

.product-information .table-info table a:hover {
  text-decoration: underline;
}

/* View Cart */
a.view-cart {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  display: inline-block;
  position: relative;
  background-color: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  padding: 0px 12px 0px 44px;
  margin: 0px 10px 0px 0px;
  border-radius: 3px;
}

a.view-cart .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -108px -90px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  border-right: 1px solid #214C7B;
}

/* Events - Filter */
.filter-events {
  margin: 30px 0px 0px 0px;
}

.filter-events .title {
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  color: #222222;
  border-bottom: 1px solid #004f7c;
}

.filter-events .onefifth {
  width: 20%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
}

.filter-events input[type="text"],
.filter-events select,
.filter-events input[type="submit"] {
  font-size: 1em;
  height: 42px;
  line-height: 40px;
  border: 1px solid #C8CED0;
  width: 100%;
  padding: 0px 10px;
  margin: 0px 0px 10px 0px;
  border-radius: 3px;
}

.filter-events input[type="submit"] {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  cursor: pointer;
  background: #4E78A5;
  border: 1px solid #4E78A5;
  color: #FFFFFF;
  border-radius: 3px;
}

.filter-events input[type="submit"]:hover {
  border: 1px solid #214C7B;
}

/* Options */
.options {
  padding: 20px 0px;
}

.options a.back {
  display: block;
  float: left;
  padding-left: 30px;
  color: #4E78A5;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  position: relative;
}

.options a.back .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -192px -90px;
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.options a.back:hover {
  text-decoration: underline;
}

/* Event Options */
.event-options {
  list-style: none;
  margin: -10px 0px 10px 0px;
  color: #767A80;
}

.event-options li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  color: #25252b;
  font-size: 1.125em;
  line-height: 1.4;
}

.event-options li .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -214px -90px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.event-options li.dates .icon {
  background-position: -214px -90px;
}

.event-options li.location .icon {
  background-position: -236px -90px;
}

.event-options li.time .icon {
  background-position: -258px -90px;
}

.event-options li.costs .icon {
  background-position: -280px -90px;
}

.event-options a.register {
  margin: 20px 0px;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #4E78A5;
  border: 1px solid #214C7B;
  color: #FFFFFF;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

/* White Area */
.white-area {
  background: #FFFFFF;
  position: relative;
}

.white-area.darker {
  background: #F9F9F9;
}

.white-area.padding {
  padding: 20px 0px;
}

.white-area.paddingbottom {
  padding: 0px 0px 20px 0px;
}

.white-area .colour-bars {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
}

/* Home Grid */
.hg-container {
  padding: 0.9375em 0.46875em;
  background: #FFFFFF;
  margin-top: -20px;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.shadow-left {
  position: absolute;
  opacity: 1;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 10px;
  bottom: 10px;
  left: 15px;
  width: 20px;
  border-radius: 100px / 10px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.shadow-right {
  position: absolute;
  opacity: 1;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 10px;
  bottom: 10px;
  right: 15px;
  width: 20px;
  border-radius: 100px / 10px;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.shadow-bottom {
  position: absolute;
  opacity: 1;
  background: #000000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  bottom: 5px;
  right: 10px;
  left: 10px;
  height: 30px;
  border-radius: 35%;
}

.home-embed-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 54.126%;
  border-radius: 3px;
}

.home-embed-container iframe, .home-embed-container object, .home-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-grid {
  height: 754px;
  position: relative;
}

.home-grid .block {
  position: absolute;
  width: 33.33333%;
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  overflow: hidden;
  z-index: 5;
  /* About */
  /* Twitter */
  /* Quicklinks */
  /* Events */
  /* Sign Up */
  /* Featured */
}

.home-grid .block.left {
  left: 0px;
}

.home-grid .block.center {
  left: 33.33333%;
}

.home-grid .block.right {
  left: 66.66666%;
}

.home-grid .block.top {
  top: 0px;
}

.home-grid .block.middle {
  top: 257px;
}

.home-grid .block.bottom {
  top: 514px;
}

.home-grid .block.double .inside {
  height: 497px;
}

.home-grid .block .inside {
  background: #EFEFEF;
  height: 240px;
  padding: 30px;
  position: relative;
  border-radius: 3px;
}

.home-grid .block.about .inside {
  background: #446991;
  color: #FFFFFF;
}

.home-grid .block.about .inside h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35em;
}

.home-grid .block.about .inside a.go {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.25em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  /*
					&:after {
						content: '';
						position: absolute;
						left: 100%;
						margin-left: 10px;
						top: 50%;
						margin-top: -9px;
						height: 18px;
						width: 18px;
						background: #2D5279;
						border-radius: 50%;
					}
					*/
}

.home-grid .block.about .inside a.go:hover {
  color: #192D44;
}

.home-grid .block.twitter .inside {
  background: #3abde1;
  color: #FFFFFF;
}

.home-grid .block.twitter .inside:hover .icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.home-grid .block.twitter .inside h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35em;
}

.home-grid .block.twitter .inside h3 a {
  color: #FFFFFF;
}

.home-grid .block.twitter .inside a.go {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.25em;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.home-grid .block.twitter .inside .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -124px -180px;
  content: '';
  position: absolute;
  right: 26px;
  bottom: 17px;
  height: 48px;
  width: 48px;
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.home-grid .block.quicklinks .inside {
  background: #2C3134;
}

.home-grid .block.quicklinks .inside .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.35em;
  text-transform: uppercase;
}

.home-grid .block.quicklinks .inside ul {
  margin: 10px 0px 0px 0px;
}

.home-grid .block.quicklinks .inside ul li {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  margin: 8px 0px 0px 0px;
  padding: 0px 0px 8px 0px;
  border-bottom: 1px dotted #7A8189;
  position: relative;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #FFFFFF;
}

.home-grid .block.quicklinks .inside ul li a {
  color: #FFFFFF;
  transition: all 300ms ease 0s;
}

.home-grid .block.quicklinks .inside ul li a:hover {
  padding-left: 10px;
  color: #4E78A5;
}

.home-grid .block.events .inside {
  background: #2C3134;
}

.home-grid .block.events .inside .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.35em;
  text-transform: uppercase;
}

.home-grid .block.events .inside .title a {
  color: #FFFFFF;
  text-decoration: underline;
}

.home-grid .block.events .inside ul {
  margin: 10px 0px 0px 0px;
}

.home-grid .block.events .inside ul li {
  margin: 0px 0px 20px 0px;
  position: relative;
  padding-left: 48px;
}

.home-grid .block.events .inside ul li .date {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  border-top: 2px solid #54789E;
  border-bottom: 2px solid #54789E;
  color: #FFFFFF;
  padding: 10px 0px 8px 0px;
  width: 34px;
  position: absolute;
  top: 6px;
  left: 0px;
  text-align: center;
}

.home-grid .block.events .inside ul li .date .month {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7em;
  line-height: 1em;
}

.home-grid .block.events .inside ul li .date .number {
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1em;
}

.home-grid .block.events .inside ul li .date .year {
  letter-spacing: 0.1em;
  font-size: 0.75em;
  line-height: 1em;
}

.home-grid .block.events .inside ul li h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35em;
}

.home-grid .block.events .inside ul li h3 a {
  color: #FFFFFF;
}

.home-grid .block.events .inside ul li h3 a:hover {
  border-bottom: 1px solid #4E78A5;
}

.home-grid .block.events .inside ul li p {
  color: #DEE1E4;
  font-size: 1em;
  line-height: 1.5em;
}

.home-grid .block.events .inside ul li a.go {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: 0px -246px;
  margin: 6px 0px 0px 0px;
  display: block;
  height: 16px;
  width: 30px;
  text-indent: -9999px;
  text-transform: capitalize;
}

.home-grid .block.events .inside a.more {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  display: block;
  background: #4E78A5;
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-radius: 5px;
}

.home-grid .block.events .inside a.more:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  height: 30px;
  pointer-events: none;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(44, 49, 52, 0) 0%, #2c3134 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c3134', endColorstr='#2c3134',GradientType=0 );
  /* IE6-9 */
}

.home-grid .block.signup .inside {
  background: #446991;
  color: #FFFFFF;
}

.home-grid .block.signup .inside h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35em;
}

.home-grid .block.signup .inside a.go {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.25em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  /*
					&:after {
						content: '';
						position: absolute;
						left: 100%;
						margin-left: 10px;
						top: 50%;
						margin-top: -9px;
						height: 18px;
						width: 18px;
						background: #2D5279;
						border-radius: 50%;
					}
					*/
}

.home-grid .block.signup .inside a.go:hover {
  color: #192D44;
}

.home-grid .block.featured .inside:hover .white a.go {
  opacity: 1;
  margin-top: 10px;
}

.home-grid .block.featured .inside .white {
  position: absolute;
  left: 0px;
  bottom: -50px;
  right: 0px;
  background-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px 80px 30px;
  -webkit-transform: skewY(6deg);
      -ms-transform: skewY(6deg);
          transform: skewY(6deg);
}

.home-grid .block.featured .inside .white .unskew {
  -webkit-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
          transform: skewY(-6deg);
}

.home-grid .block.featured .inside .white .featured {
  font-size: 0.75em;
  font-weight: bold;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  text-transform: uppercase;
  color: #8B99A8;
}

.home-grid .block.featured .inside .white .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #214C7B;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35em;
  margin: 12px 0px 8px 0px;
}

.home-grid .block.featured .inside .white .title a {
  color: #214C7B;
}

.home-grid .block.featured .inside .white p {
  font-size: 1em;
  line-height: 1.5em;
}

.home-grid .block.featured .inside .white a.go {
  height: 20px;
  opacity: 0;
  margin-top: -20px;
  color: #4E78A5;
  line-height: 1.25em;
  display: block;
  float: left;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* Previous Next */
.move {
  margin: 10px 0px;
}

.move a {
  font-weight: bold;
  display: block;
  background-color: #214C7B;
  color: #FFFFFF;
  padding: 10px 18px;
  text-align: center;
}

.move a.prev {
  float: left;
}

.move a.next {
  float: right;
}

/* Sponsors */
.sponsors-title {
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}

/* Home News - Carousel */
.slick {
  margin: 0px -10px;
}

.news-carousel-block {
  margin: 0px 10px;
  border: 1px solid #a9c9c0;
}

.news-carousel-block img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.news-carousel-block .white-bottom {
  background: #FFFFFF;
  padding: 12px;
}

.news-carousel-block .white-bottom .date {
  color: #82816f;
  font-size: 1em;
  margin: 0px 0px 4px 0px;
}

.news-carousel-block .white-bottom .article-title {
  color: #4E78A5;
  font-size: 1.3em;
}

/* Responsive Google Maps and Youtube Videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin: 16px 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer */
footer {
  padding: 40px 0px;
  color: #FFFFFF;
  background-color: #2C3134;
  background-image: url(../images/footerbg.jpg);
  background-size: cover;
  background-position: center center;
  /* Footer Social */
  /* Newsletter Signup */
}

footer .footer-bitlet {
  margin: 10px 0px;
}

footer .logo {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
  margin: 0px;
  width: 108px;
  height: 90px;
  background-position: 0px -90px;
}

footer p {
  margin: 10px 0px 0px 0px;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #FFFFFF;
}

footer p a {
  color: #FFFFFF;
  text-decoration: underline;
}

footer h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.25em;
  margin: 0px 0px 20px 0px;
}

footer ul {
  margin-bottom: 10px;
}

footer ul li {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1em;
}

footer ul li a {
  color: #FFFFFF;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer ul.social li {
  margin: 15px 0px 0px 0px;
  font-size: 1em;
  line-height: 1em;
}

footer ul.social li a {
  display: block;
  padding-left: 40px;
  color: #FFFFFF;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  position: relative;
  /*
				a.twitter:hover {
					background-position: -50px -260px;
					background-color: #00abee;
				}
				*/
  /*
				a.youtube:hover {
					background-position: -100px -260px;
					background-color: #ec282a;
				}
				*/
  /*
				a.facebook:hover {
					background-position: 0px -260px;
					background-color: #3c599b;
				}
				*/
  /*
				a.linkedin:hover {
					background-position: -150px -260px;
					background-color: #0073b2;
				}
				*/
  /*
				a.gplus:hover {
					background-position: -200px -260px;
					background-color: #d44837;
				}
				*/
}

footer ul.social li a:hover {
  text-decoration: underline;
}

footer ul.social li a .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -22px;
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
}

footer ul.social li a.twitter .icon {
  background-position: -44px -260px;
}

footer ul.social li a.youtube .icon {
  background-position: -88px -260px;
}

footer ul.social li a.facebook .icon {
  background-position: 0px -260px;
}

footer ul.social li a.linkedin .icon {
  background-position: -132px -260px;
}

footer ul.social li a.gplus .icon {
  background-position: -176px -260px;
}

footer ul.social li a:hover {
  border-color: #FFFFFF;
}

footer .newsletter-signup {
  margin: 4px 0px;
}

footer .newsletter-signup input::-webkit-input-placeholder {
  color: #FFFFFF;
}

footer .newsletter-signup input::-moz-placeholder {
  color: #FFFFFF;
}

footer .newsletter-signup input:-moz-placeholder {
  color: #FFFFFF;
}

footer .newsletter-signup input:-ms-input-placeholder {
  color: #FFFFFF;
}

footer .newsletter-signup input[type="text"] {
  padding: 0px 10px;
  background: #222222;
  font-size: 0.875em;
  height: 34px;
  width: 180px;
  border: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

footer .newsletter-signup input[type="submit"] {
  cursor: pointer;
  background: #222222;
  color: #FFFFFF;
  height: 34px;
  line-height: 34px;
  border: none;
  padding: 0px 10px;
}

/* Media Queries */
@media all and (min-width: 64.063em) {
  .desktop-clear {
    clear: both;
  }
}

@media all and (max-width: 78.5em) {
  /* News Image */
  .news-image ul.social {
    position: static;
  }
  .news-image ul.social li {
    float: left;
    margin: 10px 10px 0px 0px;
    overflow: hidden;
  }
}

@media all and (max-width: 64.063em) {
  /* Flags */
  header {
    position: static;
    border-bottom: 1px solid #B9C3CA;
  }
  header .header-topright {
    display: none;
    height: auto;
    margin: 22px 0px 0px 0px;
  }
  header .header-top ul.flags li {
    float: left;
  }
  /* Home Grid */
  .home-grid {
    height: 1010px;
  }
  .home-grid .block {
    position: absolute;
    width: 50%;
  }
  .home-grid .block.left {
    left: 0px;
  }
  .home-grid .block.center {
    left: 50%;
  }
  .home-grid .block.right {
    left: 0%;
  }
  .home-grid .block.right.top, .home-grid .block.right.middle, .home-grid .block.right.bottom {
    top: auto;
    bottom: 0px;
  }
  .home-grid .block.right.bottom {
    left: 50%;
  }
  .home-grid .block.right.slider-box {
    z-index: 1;
    top: 0px;
    bottom: auto;
  }
  .home-grid .block.about .inside {
    background-color: rgba(78, 120, 165, 0.9);
  }
  /* Events - Filter */
  .filter-events .onefifth {
    width: 100%;
  }
  .filter-events .onefifth.split {
    width: 50%;
  }
  /* Tablet Clear */
  .tablet-clear {
    clear: both;
  }
  /* Social Share */
  a.back {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .social-share {
    float: none;
  }
  .social-share li {
    width: 33.333%;
  }
  .social-share a {
    width: auto;
  }
  /* Header */
  .header-navigation nav li.mobile-search {
    display: block;
    position: relative;
  }
  .header-navigation nav li.mobile-search input[type="text"] {
    margin: 0px;
    border: none;
    padding: 12px 102px 12px 12px;
    width: 100%;
    height: 44px;
  }
  .header-navigation nav li.mobile-search input[type="submit"] {
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    margin: 0px;
    padding: 12px;
    height: 44px;
    border: none;
    text-align: center;
    background: #4E78A5;
    color: #FFFFFF;
    width: 80px;
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
    outline: none;
  }
  .header-navigation nav li.mobile-search input[type="submit"]:hover {
    background: #214C7B;
  }
  .search {
    display: none;
  }
  /* Content */
  .main {
    padding-left: 15px;
  }
}

@media all and (max-width: 62em) {
  .hg-container {
    margin-top: 0px;
    border-radius: 0px;
  }
  .shadow-left,
  .shadow-right,
  .shadow-bottom {
    display: none;
  }
  /* Submhome Banners */
  .subhome-banner .subhome-title {
    padding: 50px 20px;
  }
  .subhome-banner .left-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(to right, #214c7b 0%, rgba(33, 76, 123, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214c7b', endColorstr='#d9214c7b',GradientType=1 );
    -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@media all and (max-width: 40.063em) {
  /* Page Title */
  .page-title h1 {
    text-align: center;
  }
  .content .share,
  .share {
    text-align: center;
    margin: 0px 0px 10px 0px;
    float: none;
  }
  .content .share a,
  .share a {
    float: none;
    display: inline-block;
    margin: 0px 5px 10px 5px;
  }
  .home-embed-container {
    border-radius: 0;
  }
  /* Home Grid */
  .home-grid {
    height: auto;
  }
  .home-grid .block {
    position: static;
    width: 100%;
  }
  .home-grid .block .inside {
    border-radius: 0px;
  }
  .home-grid .block.left {
    left: 0px;
  }
  .home-grid .block.center {
    left: 50%;
  }
  .home-grid .block.right {
    left: 0%;
  }
  .home-grid .block.right.top, .home-grid .block.right.middle, .home-grid .block.right.bottom {
    top: auto;
    bottom: 0px;
  }
  .home-grid .block.right.bottom {
    left: 50%;
  }
  .home-grid .block.right.slider-box {
    z-index: 1;
    top: 0px;
    bottom: auto;
  }
  .home-grid .block.about .inside {
    background-color: rgba(78, 120, 165, 0.9);
  }
  /* Contact Info */
  .contact-info .staff-details {
    margin: 20px 0px;
    position: static;
    width: 100%;
  }
  .contact-info .staff-details .green {
    transition: all 0.3s ease;
    position: relative;
    bottom: 0px;
    left: 0px;
  }
  .contact-info .staff-details .green .title {
    font-size: 1.125em;
    font-weight: bold;
  }
  .contact-info .staff-details .green .info {
    font-style: italic;
  }
  .contact-info .staff-details .green .icon {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    /*
	background-size: 400px 100px;
	*/
    background-position: -36px -288px;
    position: absolute;
    background-color: #222f36;
    width: 36px;
    height: 36px;
    top: 50%;
    right: 30px;
    margin-top: -18px;
  }
  .contact-info .staff-details:hover .green {
    padding: 40px 66px 40px 30px;
  }
  /* Previous Next */
  .move {
    margin: 0px;
  }
  .move a {
    margin: 10px 0px;
  }
  .move a.prev {
    float: none;
  }
  .move a.next {
    float: none;
  }
  /* Events - Filter */
  .filter-events .onefifth.split {
    width: 100%;
  }
  /* Page Banner */
  .page-banner h1,
  .subhome-banner .subhome-title,
  .map-banner h1,
  .breadcrumbs {
    text-align: center;
  }
  /* Content */
  .main {
    padding-left: 0px;
  }
  /* Search */
  .header-navigation nav li.mobile-search input[type="text"] {
    padding: 12px 12px 12px 12px;
  }
  .header-navigation nav li.mobile-search input[type="submit"] {
    position: static;
    width: 100%;
  }
}

@media all and (max-width: 32em) {
  /* Listing */
  .listing .listing-item,
  .listing .listing-item.withimage {
    padding: 40px 0px;
    min-height: auto;
  }
  .listing .listing-item .image,
  .listing .listing-item.withimage .image {
    position: static;
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}

/*** Sections ***/
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.close-btn {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -172px -180px;
  background-color: #111111;
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  border-radius: 6px;
}

.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  z-index: 10;
  width: 124px;
  height: 134px;
  text-indent: -9999px;
  text-transform: capitalize;
  background: url(../images/menu-trigger.png) 0 0 no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
}

.nav-btn .icon {
  position: absolute;
  top: 44px;
  right: 30px;
}

.nav-btn .icon span {
  display: block;
  height: 8px;
  width: 45px;
  margin-bottom: 8px;
  background: #FFFFFF;
  border-radius: 5px;
}

.nav-btn:hover {
  opacity: 0.75;
}

.no-svg .nav-btn {
  background-image: url("../images/nav-icon.png");
}

.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

/* Navigation */
.header-navigation nav .close-btn {
  display: none;
}

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

.header-navigation nav .block {
  z-index: 2;
  position: relative;
  padding: 0;
}

.header-navigation nav li.is-active a {
  color: #ed1c24;
}

.header-navigation nav li.is-active a:after {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -6px;
  bottom: 0px;
  border: 6px solid transparent;
  border-bottom-color: #bcc1c5;
  z-index: 105;
}

/* Main Navigation Styles */
.header-navigation nav {
  z-index: 99;
  position: relative;
  float: right;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  margin-top: 14px;
  left: 10px;
}

.header-navigation nav li {
  float: left;
  padding: 0px 10px;
  position: relative;
  border-radius: 5px;
  /* Dropdown */
}

.header-navigation nav li.withdrop {
  border-radius: 5px 5px 0px 0px;
}

.header-navigation nav li:last-child {
  padding-right: 1px;
}

.header-navigation nav li a {
  position: relative;
  display: block;
  color: #2C3134;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0px;
  line-height: 48px;
  height: 48px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  z-index: 9;
  font-weight: bold;
  /*
			background: -webkit-linear-gradient(#24272C, #656C76);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			*/
}

.header-navigation nav li:hover {
  background: #4E78A5;
}

.header-navigation nav li:hover a {
  color: #FFFFFF;
}

.header-navigation nav li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.152);
  border-radius: 5px 0px 5px 5px;
}

.header-navigation nav li .dropdown .drop-bg {
  position: absolute;
  z-index: 2;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-color: #4E78A5;
  /*
				-webkit-filter: blur(15px);
				filter: blur(15px);
				*/
}

.header-navigation nav li:hover .dropdown {
  display: block;
  width: 220px;
}

.header-navigation nav li .dropdown .category-links {
  padding: 10px 0px;
  position: relative;
  z-index: 3;
  color: #214C7B;
}

.header-navigation nav li .dropdown .category-links ul {
  margin: 0;
}

.header-navigation nav li .dropdown .category-links li {
  float: none;
  padding: 0;
  margin: 0;
}

.header-navigation nav li .dropdown .category-links li a {
  font-family: 'Roboto', sans-serif;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: normal;
  text-align: left;
  padding: 8px 16px;
  position: relative;
  height: auto;
  background: none;
}

.header-navigation nav li .dropdown .category-links li a:hover {
  background: rgba(33, 76, 123, 0.8);
  color: #FFFFFF;
}

.header-navigation nav li.withdrop > a {
  padding-right: 14px;
  *padding-right: 0px;
}

.header-navigation nav li.withdrop > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #96B1CF;
}

.header-navigation nav li.withdrop:hover > a:before {
  border-top-color: #214C7B;
}

.header-navigation nav li.withdrop:hover > a:after {
  border-top-color: #f2f2f2;
}

@media screen and (min-width: 64.063em) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-navigation nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-navigation nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 64.063em) {
  /* No Dropdowns! */
  .header-navigation nav {
    overflow: hidden;
    float: none;
    margin: 0;
  }
  .header-navigation nav li .dropdown {
    display: none !important;
  }
  .header-navigation nav li.withdrop > a:before {
    background: none;
    border: none;
  }
  /* Mobile */
  .header-navigation nav li {
    float: none;
    margin: 0;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav li {
    -webkit-transform: translate3d(-100px, 0px, 0);
    transform: translate3d(-100px, 0px, 0);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(2) {
    transition-delay: 0.045s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(3) {
    transition-delay: 0.09s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(4) {
    transition-delay: 0.135s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(5) {
    transition-delay: 0.18s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(6) {
    transition-delay: 0.225s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(7) {
    transition-delay: 0.27s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(8) {
    transition-delay: 0.315s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(9) {
    transition-delay: 0.36s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(10) {
    transition-delay: 0.405s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(11) {
    transition-delay: 0.45s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(12) {
    transition-delay: 0.495s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(13) {
    transition-delay: 0.54s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(14) {
    transition-delay: 0.585s;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav ul > li:nth-child(15) {
    transition-delay: 0.63s;
  }
  .csstransforms3d.csstransitions.js-ready.js-nav .header-navigation nav li {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
    opacity: 1;
  }
  .header-navigation nav li.mobile-search {
    padding: 12px 18px;
  }
  .header-navigation nav li a {
    font-size: 1.35em;
    border-radius: 0px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  .header-navigation nav li a.withdp:after {
    border: none;
  }
  /* Get Rid Of Grid Stuff */
  .header-navigation .row, .header-navigation .columns {
    margin: 0;
    padding: 0;
    max-width: none;
    float: none;
  }
  .header-navigation {
    border: none;
  }
  .js-ready .header-navigation nav {
    position: absolute;
    padding-top: 5.25em;
  }
  .header-navigation nav {
    top: 0;
  }
  .header-navigation nav:not(:target) {
    z-index: 0;
    height: 0;
  }
  .header-navigation nav:target {
    padding-top: 5.25em;
  }
  .header-navigation nav:target .close-btn {
    display: block;
  }
  .header-navigation nav .close-btn {
    position: absolute;
    top: 30px;
    left: 18px;
  }
  .header-navigation nav .block {
    position: relative;
    padding: 0;
  }
  .header-navigation ul {
    display: block;
  }
  /* Mobile Nav Styles */
  .header-navigation nav li {
    display: block;
    position: relative;
    background: none;
    padding: 0;
  }
  .header-navigation nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  .header-navigation nav li a {
    padding: 12px 18px;
    height: auto;
    line-height: 1.25em;
    color: #FFFFFF;
    background: none;
  }
  .header-navigation nav li a:hover {
    color: #4E78A5;
    background-color: #EFEFEF;
  }
  .header-navigation nav li a:before,
  .header-navigation nav li a.withdp:before,
  .header-navigation nav li a:after,
  .header-navigation nav li a.withdp:after {
    border: none;
  }
  .header-navigation nav li.is-active a:after {
    background: none;
    border: none;
  }
  .js-ready .header-navigation nav {
    height: 100%;
    width: 60%;
    background: #222;
  }
  .js-ready .header-navigation nav .block {
    background: transparent;
  }
  .js-ready .header-navigation nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready .header-navigation nav .close-btn:focus, .js-ready .header-navigation nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .js-ready .header-navigation nav {
    left: -60%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 60%;
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(60%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(60%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(60%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready .header-navigation nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    transition: opacity 300ms 100ms ease, -webkit-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translate3d(60%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(60%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(60%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav .header-navigation nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 26em) {
  .nav-btn {
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 0px;
    color: #FFFFFF;
    padding: 18px 60px 18px 18px;
    background: #222222;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    width: auto;
    height: auto;
    position: relative;
  }
  .nav-btn .icon {
    top: 15px;
    right: 18px;
  }
  .nav-btn .icon span {
    height: 3px;
    width: 21px;
    margin-bottom: 6px;
  }
}

/* Shopping Cart */
.cart {
  margin: 20px 0px 0px 0px;
  /* Table */
}

.cart a.back {
  padding-left: 30px;
  color: #4E78A5;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  position: relative;
}

.cart a.back .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -192px -90px;
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.cart a.back:hover {
  text-decoration: underline;
}

.cart h1 {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.2;
  margin: 20px 0px 20px 0px;
}

.cart input[type="submit"],
.cart a.proceed {
  display: block;
  float: right;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  background: #4E78A5;
  border: 2px solid #4E78A5;
  color: #FFFFFF;
  display: block;
  padding: 14px 16px;
  text-align: center;
  border-radius: 5px;
  margin: 8px 0px 0px 8px;
  margin: 0.5rem 0rem 0rem 0.5rem;
  cursor: pointer;
}

.cart input[type="submit"]#CartForm_CartForm_action_updateCart {
  background: none;
  color: #4E78A5;
}

.cart input[type="submit"]#CartForm_CartForm_action_updateCart:hover {
  background: #4E78A5;
  color: #FFFFFF;
}

.cart table {
  width: 100%;
  border: none;
}

.cart table tr {
  border-bottom: 1px solid #AEB7BE;
  background: none;
}

.cart table thead tr {
  border-bottom: 1px solid #111111;
}

.cart table td, .cart table th {
  vertical-align: middle;
}

.cart table th {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1;
  background: #2C3134;
  padding: 10px;
  color: #FFFFFF;
}

.cart table td {
  font-size: 1.125em;
  line-height: 1;
  padding: 20px 10px;
}

.cart table .close {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -108px -122px;
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
  width: 18px;
  height: 18px;
}

.we-accept {
  margin: 20px 0px;
  padding: 20px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  position: relative;
}

.we-accept .title {
  color: #767A80;
  font-size: 1.25em;
  line-height: 1.2;
  padding-bottom: 10px;
}

.we-accept .payment-icons {
  margin: 0px;
}

.we-accept .payment-icons li {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
}

.we-accept .payment-icons li.eway {
  display: block;
  margin: 0px;
  position: absolute;
  bottom: 18px;
  right: 20px;
}

.cart-price {
  margin: 20px 0px;
  padding: 20px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
}

.cart-price .total {
  color: #767A80;
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
}

.cart-price .total span {
  float: right;
  color: #222222;
  display: block;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
}

.cart-price input[type="submit"],
.cart-price a.proceed {
  display: block;
  float: right;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.2;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  border-radius: 5px;
  font-weight: bold;
  background: #4E78A5;
  border: 2px solid #4E78A5;
  color: #FFFFFF;
  display: block;
  padding: 14px 16px;
  text-align: center;
  border-radius: 5px;
  margin: 8px 0px 0px 8px;
  margin: 0.5rem 0rem 0rem 0.5rem;
}

.cart-price input[type="submit"]#CartForm_CartForm_action_updateCart {
  background: none;
  color: #4E78A5;
  border: 2px solid #EFEFEF;
  float: left;
  margin: 8px 0px 0px 0px;
  margin: 0.5rem 0rem 0rem 0rem;
}

.cart-price input[type="submit"]#CartForm_CartForm_action_updateCart:hover {
  background: #4E78A5;
  border: 2px solid #4E78A5;
  color: #FFFFFF;
}

/* Enquiry Form */
h5.enquire-title {
  background-color: #155cb1;
  background: #155cb1;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #155cb1 0%, #4081d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155cb1', endColorstr='#4081d1',GradientType=0 );
  /* IE6-9 */
  color: #FFFFFF;
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  margin-top: 16px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.message {
  display: block;
  width: 100%;
  margin: 10px 0px;
  padding: 10px 12px;
  background: #EFEFEF;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #DDDDDD;
}

.message a {
  color: #4E78A5;
  font-weight: bold;
}

.message.bad, .message.required {
  background: #FFEAEA;
  color: #e00648;
  border: 1px solid #f4a5bd;
}

.message.bad a, .message.required a {
  color: #b30036;
}

.message.good {
  border: 1px solid #6DDA5C;
  background: #D9FFD0;
  color: #159d00;
}

.message.good a {
  color: #0F7100;
}

.parts {
  padding: 18px 32px;
}

.parts .enquiryform {
  padding: 0px;
}

.parts p {
  color: #4A4B4D;
  font-size: 1em;
  line-height: 1.65em;
  margin: 10px 0px;
}

.parts h1, .parts h2, .parts h3, .parts h4, .parts h5, .parts h6 {
  color: #4E78A5;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0px;
}

.parts a {
  color: #128eb7;
  text-decoration: none;
  position: relative;
}

.parts a:hover {
  text-decoration: underline;
}

.parts .success {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -150px -140px;
  background-color: #65A174;
  border: 1px solid #589066;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 16px;
}

.enquiryform {
  margin: 20px 0px;
  padding: 18px 32px;
  background: #FFFFFF;
  border: 1px solid #475372;
  border-radius: 5px;
  /* Table */
}

.enquiryform:after {
  content: "";
  display: table;
  clear: both;
}

.enquiryform label {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #222222;
  font-weight: bold;
  display: block;
  padding: 0px 0px 12px 0px;
  font-size: 1.125em;
  line-height: 1.2;
}

.enquiryform label.error {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: red;
  padding: 12px 0px 0px 0px;
}

.enquiryform label span {
  color: #3e91b5;
}

.enquiryform .middleColumn {
  position: relative;
}

.enquiryform .middleColumn label.error {
  position: absolute;
  top: 100%;
  right: 0px;
  background: #f7e3e3;
  padding: 8px;
  border-radius: 3px;
}

.enquiryform .middleColumn label.error:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 85, 70, 0);
  border-bottom-color: #f7e3e3;
  border-width: 10px;
  margin-left: -10px;
}

.enquiryform fieldset {
  border: none;
  padding: 0px;
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  /*
		& > * {
			padding-left: 0.9375em;
			padding-right: 0.9375em;
			float: left;
			width: 100%;
		}
		*/
}

.enquiryform fieldset > h1,
.enquiryform fieldset > h2,
.enquiryform fieldset > h3,
.enquiryform fieldset > h4,
.enquiryform fieldset > h5,
.enquiryform fieldset > h6 {
  padding: 10px 0px;
  margin: 0em 0.9375em 10px 0.9375em;
  margin: 0rem 0.9375rem 0.625rem 0.9375rem;
  width: auto;
  float: none;
  clear: both;
}

.enquiryform ul.optionset li {
  padding: 8px 0px 0px 0px;
}

.enquiryform ul label, .enquiryform .contact-options label,
.enquiryform .field.checkbox label {
  font-family: "Roboto", sans-serif;
  float: none;
  width: 100%;
  display: block;
  padding: 2px 0px 4px 26px;
  margin: 0;
  text-align: left;
  font-weight: normal;
}

.enquiryform .field.checkbox label {
  font-weight: bold;
}

.enquiryform .field {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.enquiryform .field.half {
  width: 50%;
}

.enquiryform .field.third {
  width: 33.333333%;
}

.enquiryform .field .field {
  margin: 0px;
  padding: 0px;
}

.enquiryform .field .field.text {
  margin: 10px 0px;
}

.enquiryform input[type="text"],
.enquiryform input[type="password"],
.enquiryform input[type="email"],
.enquiryform input[type="tel"],
.enquiryform input[type="file"],
.enquiryform input[type="date"],
.enquiryform input[type="datetime"],
.enquiryform input[type="datetime-local"],
.enquiryform input[type="number"],
.enquiryform input[type="range"],
.enquiryform input[type="search"],
.enquiryform input[type="tel"],
.enquiryform input[type="time"],
.enquiryform input[type="url"],
.enquiryform input[type="week"],
.enquiryform input[type="color"],
.enquiryform input[type="password"],
.enquiryform textarea {
  font-family: "Roboto", sans-serif;
  padding: 8px;
  font-size: 1.125em;
  line-height: 1.4;
  border: 1px solid #AEBBC7;
  box-shadow: inset 0 1px 2px rgba(88, 87, 87, 0.25);
  -webkit-box-shadow: inset 0 1px 2px rgba(88, 87, 87, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(88, 87, 87, 0.25);
  -o-box-shadow: inset 0 1px 2px rgba(88, 87, 87, 0.25);
  background: #FFFFFF;
  border-radius: 3px;
}

.enquiryform input[type="text"].error,
.enquiryform input[type="password"].error,
.enquiryform input[type="email"].error,
.enquiryform input[type="tel"].error,
.enquiryform input[type="file"].error,
.enquiryform input[type="date"].error,
.enquiryform input[type="datetime"].error,
.enquiryform input[type="datetime-local"].error,
.enquiryform input[type="number"].error,
.enquiryform input[type="range"].error,
.enquiryform input[type="search"].error,
.enquiryform input[type="tel"].error,
.enquiryform input[type="time"].error,
.enquiryform input[type="url"].error,
.enquiryform input[type="week"].error,
.enquiryform input[type="color"].error,
.enquiryform input[type="password"].error,
.enquiryform textarea.error {
  border: 1px solid red;
}

.enquiryform input[type="text"]:focus, .enquiryform input[type="text"].error:focus,
.enquiryform input[type="password"]:focus,
.enquiryform input[type="password"].error:focus,
.enquiryform input[type="email"]:focus,
.enquiryform input[type="email"].error:focus,
.enquiryform input[type="tel"]:focus,
.enquiryform input[type="tel"].error:focus,
.enquiryform input[type="file"]:focus,
.enquiryform input[type="file"].error:focus,
.enquiryform input[type="date"]:focus,
.enquiryform input[type="date"].error:focus,
.enquiryform input[type="datetime"]:focus,
.enquiryform input[type="datetime"].error:focus,
.enquiryform input[type="datetime-local"]:focus,
.enquiryform input[type="datetime-local"].error:focus,
.enquiryform input[type="number"]:focus,
.enquiryform input[type="number"].error:focus,
.enquiryform input[type="range"]:focus,
.enquiryform input[type="range"].error:focus,
.enquiryform input[type="search"]:focus,
.enquiryform input[type="search"].error:focus,
.enquiryform input[type="tel"]:focus,
.enquiryform input[type="tel"].error:focus,
.enquiryform input[type="time"]:focus,
.enquiryform input[type="time"].error:focus,
.enquiryform input[type="url"]:focus,
.enquiryform input[type="url"].error:focus,
.enquiryform input[type="week"]:focus,
.enquiryform input[type="week"].error:focus,
.enquiryform input[type="color"]:focus,
.enquiryform input[type="color"].error:focus,
.enquiryform input[type="password"]:focus,
.enquiryform input[type="password"].error:focus,
.enquiryform textarea:focus,
.enquiryform textarea.error:focus {
  outline: none;
  border: 1px solid #3b87e6;
  -o-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
  -ms-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5), inset 0px 3px 3px rgba(199, 201, 218, 0.25);
}

.enquiryform input[type="text"],
.enquiryform input[type="password"],
.enquiryform input[type="email"],
.enquiryform input[type="tel"],
.enquiryform textarea {
  width: 100%;
  padding: 8px;
  margin: 0;
  color: #475372;
}

.enquiryform .Actions {
  margin: 10px 0px;
}

.enquiryform fieldset .Actions {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
  width: 100%;
}

.enquiryform input[type="submit"],
.enquiryform button {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 20px 24px;
  line-height: 18px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background-color: #4E78A5;
  border: 1px solid #214C7B;
  border-radius: 3px;
}

.enquiryform input[type="submit"]:hover,
.enquiryform button:hover {
  opacity: 0.75;
}

.enquiryform button {
  font-size: 1.125em;
  display: block;
  width: 100%;
  padding: 16px 20px;
}

.enquiryform input[type="button"] {
  margin: 9px 0;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 20px 24px;
  line-height: 18px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background-color: #3288F5;
  border-radius: 3px;
}

.enquiryform input[type="button"]:hover {
  background-color: #59A3FF;
}

.enquiryform textarea {
  overflow: auto;
  resize: vertical;
}

.enquiryform select {
  font-family: "Roboto", sans-serif;
  color: #222222;
  height: auto;
  border-radius: 3px;
  font-size: 1.125em;
  line-height: 1.4;
  outline: none;
  width: 100%;
  padding: 8px;
  margin: 0px;
  position: relative;
  border: 1px solid #9EA2A8;
  box-shadow: 0px 1px 3px rgba(199, 201, 218, 0.15);
  background: #f0f2f4;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f2f4 0%, #e7ebee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#e7ebee',GradientType=0 );
  /* IE6-9 */
}

.enquiryform select.error {
  border: 1px solid red;
}

.enquiryform select:hover {
  background: #f1f3f5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f3f5 0%, #e9ecef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#e9ecef',GradientType=0 );
  /* IE6-9 */
}

.enquiryform select:focus, .enquiryform select.error:focus {
  border: 1px solid #3b87e6;
  -o-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5);
  -ms-box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(30, 194, 243, 0.5);
}

.enquiryform .radio-field label,
.enquiryform .checkbox-field label {
  margin: 0;
  padding: 9px 0 9px 25px;
  color: #6d717b;
  font-weight: normal;
  position: relative;
}

.enquiryform .radio-field label:hover,
.enquiryform .checkbox-field label:hover {
  color: #343b41;
}

.enquiryform input[type="radio"],
.enquiryform input[type="checkbox"] {
  float: left;
  margin: 4px 0px;
  padding: 0;
  height: 18px;
}

.enquiryform p {
  color: #4A4B4D;
  font-size: 1em;
  line-height: 1.65em;
  margin: 10px 0px;
}

.enquiryform h1, .enquiryform h2, .enquiryform h3, .enquiryform h4, .enquiryform h5, .enquiryform h6 {
  color: #4E78A5;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0px;
}

.enquiryform p#ForgotPassword {
  padding: 16px 0px 0px 0px;
}

.enquiryform a {
  color: #128eb7;
  text-decoration: none;
  position: relative;
}

.enquiryform a:hover {
  text-decoration: underline;
}

.enquiryform table {
  margin: 0px;
  width: 100%;
  background-color: #EAEDEF;
  border-collapse: collapse;
}

.enquiryform table .field {
  margin: 0px;
  padding: 0px;
}

.enquiryform table tr.even, .enquiryform table tr.alt, .enquiryform table tr:nth-of-type(even) {
  background-color: #EAEDEF;
}

.enquiryform table th {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  background-color: #2C3134;
  color: #FFFFFF;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  border: 1px solid #FFFFFF;
}

.enquiryform table td {
  color: #2C3134;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px;
  padding: 1rem;
  border: 1px solid #FFFFFF;
}

.enquiryform table a {
  color: #4E78A5;
  font-weight: bold;
}

.enquiryform table .total td {
  font-weight: bold;
  background-color: #4E78A5;
  color: #FFFFFF;
}

/* Attendee */
.attendee {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.attendee .attendee-info {
  padding: 12px 10px 12px 10px;
  margin: 20px 0px;
  border: 1px solid #dee0e3;
  border-radius: 3px;
  position: relative;
}

.attendee .attendee-info .attendee-label {
  position: absolute;
  top: -7px;
  left: 0.9375em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  padding: 0px 10px;
  background: #FFFFFF;
  color: #4E78A5;
  font-weight: bold;
}

/* Boxed */
.boxed {
  float: left;
  width: 100%;
  padding: 0px 20px;
  margin: 10px 0px 20px 0px;
  background-color: #f7f9fa;
  border: 1px solid #dee0e3;
  border-radius: 3px;
}

.boxed .enquiryform {
  background: none;
}

/* Credit Card */
.credit-card .secure {
  float: left;
  width: 100%;
  padding: 20px 12px;
  margin: 10px 0px;
  background-color: #f7f9fa;
  border: 1px solid #dee0e3;
  border-radius: 3px;
}

/* Payment Icons */
.payment-icons {
  min-height: 29px;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.payment-icons li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 38px;
  height: 29px;
  background-image: url(../images/paymenticons.png);
  background-repeat: no-repeat;
  background-size: 228px 71px;
}

.payment-icons li.first {
  background-position: 0px 0px;
}

.payment-icons li.mastercard {
  background-position: -38px 0px;
}

.payment-icons li.visa {
  background-position: -76px 0px;
}

.payment-icons li.amex {
  background-position: -114px 0px;
}

.payment-icons li.discover {
  background-position: -152px 0px;
}

.payment-icons li.paypal {
  background-position: -190px 0px;
}

.payment-icons li.eway {
  float: right;
  width: 90px;
  height: 42px;
  background-position: 0px -29px;
  margin-bottom: 10px;
}

label.right {
  text-align: left;
}

@media all and (max-width: 40.063em) {
  .enquiryform .field.half,
  .enquiryform .field.third {
    width: 100%;
  }
}

/* Title */
.top-title {
  margin: 20px 0px 0px 0px;
}

.top-title a.back {
  padding-left: 30px;
  color: #4E78A5;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  position: relative;
}

.top-title a.back .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -192px -90px;
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.top-title a.back:hover {
  text-decoration: underline;
}

.top-title h1 {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.2;
  margin: 20px 0px 20px 0px;
}

/* Checkout */
.checkout {
  margin: 20px 0px;
  border-bottom: 1px solid #A7AFB6;
}

.checkout .step {
  border: 1px solid #A7AFB6;
  border-bottom: none;
}

.checkout .step.active {
  border: 1px solid #2C3134;
  border-bottom: none;
  position: relative;
}

.checkout .step.active:after {
  background: #2C3134;
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 1px;
  z-index: 2;
}

.checkout .step.active .title {
  background-color: #2C3134;
  color: #FFFFFF;
}

.checkout .step.active .title .icon {
  background-color: #5B6164;
}

.checkout .step .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  background-color: #FFFFFF;
  padding: 20px 20px 20px 58px;
  position: relative;
  font-size: 1.125em;
  line-height: 20px;
  font-weight: bold;
}

.checkout .step .title .icon {
  background-color: #ECECEC;
  position: absolute;
  top: 17px;
  left: 20px;
  height: 26px;
  width: 26px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
}

.checkout .step .title .icon.done {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -152px -142px;
  text-indent: -9999px;
  text-transform: capitalize;
  background-color: #65A174;
}

.checkout .step .parts {
  background: #FFFFFF;
}

.checkout .step .parts .enquiryform {
  margin: 0px;
  border: none;
}

.checkout .step .parts .enquiryform input[type="submit"] {
  font-size: 1.125em;
  padding: 16px 22px;
  float: right;
  margin: 4px 0px 4px 8px;
}

.checkout .step .parts .enquiryform input[type="submit"]#MemberRegoForm_MemberRegoForm_action_prev, .checkout .step .parts .enquiryform input[type="submit"]#PaymentForm_PaymentForm_action_prev, .checkout .step .parts .enquiryform input[type="submit"]#RSVPForm_RSVPForm_action_prev {
  float: left;
  color: #4E78A5;
  background-color: transparent;
  margin: 4px 8px 4px 0px;
}

.checkout .step .parts .enquiryform .Actions:after {
  clear: both;
}

.checkout .step .parts .enquiryform .Actions:before,
.checkout .step .parts .enquiryform .Actions:after {
  content: " ";
  display: table;
}

/* Checkout Sidebar */
.checkout-sidebar {
  margin: 20px 0px;
  background: #FFFFFF;
  padding: 10px 0px;
  border: 1px solid #A7AFB6;
}

.checkout-sidebar .title {
  padding: 10px 20px 20px 20px;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
}

.checkout-sidebar ul {
  border-top: 1px solid #DEDEDE;
}

.checkout-sidebar ul li {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 20px 20px 70px;
  position: relative;
}

.checkout-sidebar ul li .image {
  position: absolute;
  top: 21px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #2C3134;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-sidebar ul li .product-title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

.checkout-sidebar ul li .info {
  font-size: 0.875em;
  line-height: 1.2;
}

.checkout-sidebar ul li .qty {
  font-size: 0.875em;
  background: #ECEDED;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  height: 22px;
  margin: 10px 0px 0px 0px;
  float: left;
  min-width: 40px;
}

.checkout-sidebar ul li .price {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  line-height: 18px;
  padding: 2px 0px;
  margin: 10px 0px 0px 0px;
  height: 22px;
  text-align: right;
}

.checkout-sidebar .totals {
  line-height: 1.2;
  padding: 20px 20px 10px 20px;
}

.checkout-sidebar .totals span {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  float: right;
  text-align: right;
  font-weight: bold;
}

/* Columns */
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  float: left;
}

.col1 {
  width: 8.33333%;
}

.col2 {
  width: 20%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.333333%;
}

.col5 {
  width: 41.66667%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.33333%;
}

.col8 {
  width: 80%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.33333%;
}

.col11 {
  width: 91.66667%;
}

.col12 {
  width: 100%;
}

@media all and (max-width: 40.063em) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    width: 100%;
  }
}

/* Content */
.content {
  margin: 0px 0px;
}

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

.content:after {
  clear: both;
}

.content h1, .content h2, .content h3 {
  line-height: 1.2;
  font-weight: bold;
}

.content h4, .content h5, .content h6 {
  font-weight: bold;
}

.content h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0.55em;
  margin-bottom: 0.55em;
}

.content h2 {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.content h3 {
  font-size: 1.675em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}

.content h4 {
  font-size: 1.45em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.content h5 {
  font-size: 1.25em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.content h6 {
  font-size: 1.125em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.content p {
  color: #25252b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.content img {
  margin: 1.125em 0em;
  max-width: 100%;
}

.content img.left,
.content .captionImage.left,
.content img.floatleft {
  float: left;
  max-width: 96%;
  margin: 1.125em 4% 1.125em 0;
}

.content img.right,
.content .captionImage.right,
.content img.floatright {
  float: right;
  max-width: 96%;
  margin: 1.125em 0 1.125em 4%;
}

.content div.media.center iframe {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.content div.media.left iframe {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}

.content div.media.right iframe {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px;
}

.content div.media.leftAlone iframe {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.content .captionImage,
.content .captionImage.left,
.content .captionImage.right {
  position: relative;
}

.content .captionImage img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0;
  background: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.content .captionImage p.caption {
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 18px;
  color: #FFFFFF;
}

.content b,
.content strong {
  font-weight: bold;
}

.content i,
.content em {
  font-style: italic;
}

.content q,
.content blockquote {
  font-style: italic;
  position: relative;
  background: #f9f9f9;
  border-left: 6px solid #ccc;
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding: 16px;
  padding: 1rem;
  quotes: "“" "”" "‘" "’";
}

.content q:before,
.content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
}

.content a,
.content a:link,
.content a:visited {
  color: #008ae0;
  text-decoration: none;
  position: relative;
}

.content a:hover,
.content a:focus {
  text-decoration: underline;
}

.content a:active,
.content a:focus {
  color: #008ae0;
  text-decoration: none;
  outline: none;
}

.content ul {
  margin: 0.5em 0em;
}

.content ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #25252b;
  margin: 0.5em 0px 0.5em 36px;
  list-style: disc;
}

.content ol {
  list-style: decimal;
  padding-left: 50px;
}

.content ol li {
  color: #25252b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 4px 0px;
}

.content ul li p,
.content ol li p {
  font-size: 1em;
}

.content table {
  max-width: 100%;
  margin: 8px 0;
  color: #25252b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  border-width: 1px;
  border-color: #DFE3E5;
  border-collapse: collapse;
}

.content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #DFE3E5;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #DFE3E5;
  vertical-align: top;
}

.content .left {
  float: left;
  max-width: 99%;
}

.content .right {
  float: right;
  max-width: 99%;
}

.content .left img,
.content .right img {
  float: none;
  margin: 0;
}

/* Search */
.searchResults .whatResults {
  padding: 20px 26px;
  margin: 18px 0px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #BEC5CA;
}

.searchResults .whatResults h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0px;
  margin: 0rem;
}

.searchResults .whatResults p {
  margin: 0px;
  margin: 0rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.searchResults ul {
  padding: 0px;
}

.searchResults ul li {
  list-style: none;
  margin: 0px;
  padding: 16px 0px;
  padding: 1rem 0rem;
  border-bottom: 1px dotted #d4dde4;
}

.searchResults ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.searchResults ul li h4 {
  padding: 0px;
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  color: #4E78A5;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: bold;
}

.searchResults ul li h4 a {
  color: #4E78A5;
}

.searchResults ul li p {
  padding: 0px;
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.searchResults ul li a.readMoreLink {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 6px 12px 8px 12px;
  background-color: #4E78A5;
  color: #FFFFFF;
}

.searchResults ul li a.readMoreLink:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #214C7B;
}

/*** Plugins ***/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 460px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

/* Other */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  /*
	cursor:url(grab.png) 8 8, move;
	*/
}

.grabbing-cursor {
  /*
	cursor:url(grabbing.png) 8 8, move;
	*/
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.royalSlider img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 5s ease-in-out;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.royalSlider img {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/***** Brett *****/
.royalSlider.homeSlider {
  width: 100%;
  height: 620px;
}

.royalSlider.basicSlider {
  width: 100%;
  height: 240px;
}

.royalSlider.basicSlider .rsNav {
  float: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 15;
}

.royalSlider.basicSlider .rsNav .rsNavItem {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0px 0px 0px 5px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 5px;
}

.royalSlider.basicSlider .rsNav .rsNavItem:hover {
  background: rgba(255, 255, 255, 0.75);
}

.royalSlider.basicSlider .rsNav .rsNavItem.rsNavSelected {
  background: #FFFFFF;
  cursor: default;
}

.royalSlider.tweetSlider {
  height: 190px;
}

.royalSlider.tweetSlider .rsNav {
  float: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 15;
}

.royalSlider.tweetSlider .rsNav .rsNavItem {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0px 0px 0px 5px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 5px;
}

.royalSlider.tweetSlider .rsNav .rsNavItem:hover {
  background: rgba(255, 255, 255, 0.75);
}

.royalSlider.tweetSlider .rsNav .rsNavItem.rsNavSelected {
  background: #FFFFFF;
  cursor: default;
}

.royalSlider.productSlider {
  /*
	.rsOverflow {
		background: #FFFFFF;
	}
	*/
}

.royalSlider.productSlider .rsNavSelected {
  position: relative;
}

.royalSlider.productSlider .rsNavSelected .thumbIco {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(249, 249, 249, 0);
}

.royalSlider.productSlider .thumbIco {
  background: rgba(249, 249, 249, 0.4);
}

.royalSlider.productSlider .rsFullscreenBtn {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-color: rgba(0, 0, 0, 0.75);
  background-position: -192px -112px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 3px;
}

.royalSlider.productSlider .rsFullscreenBtn:hover {
  background-color: black;
}

.royalSlider.productSlider.rsFullscreen {
  background: rgba(5, 38, 73, 0.75);
}

/* Controls */
.rsArrow {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -36px;
  display: block;
  text-indent: -99999px;
  text-transform: capitalize;
  width: 36px;
  height: 64px;
  z-index: 9;
  transition: background-color 0.65s ease 0s;
}

.rsArrow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transition: background-color 0.35s ease 0s, .35s ease background-position;
  -webkit-transition: background-color 0.35s ease 0s, .35s ease background-position;
  -moz-transition: background-color 0.35s ease 0s, .35s ease background-position;
  -o-transition: background-color 0.35s ease 0s, .35s ease background-position;
  -ms-transition: background-color 0.35s ease 0s, .35s ease background-position;
}

.rsArrow.rsArrowLeft {
  left: 0px;
  background-position: -52px -180px;
}

.rsArrow.rsArrowRight {
  right: 0px;
  background-position: -88px -180px;
}

/* CTPM Slider Styles */
.slide {
  height: 620px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Caption */
.flex-caption {
  position: relative;
  z-index: -1;
}

.gradient {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 560px;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00231F20', endColorstr='#FF000000', GradientType=0);
  opacity: 0.85;
}

/* Caption */
.flex-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  padding: 0px 0px 56px 0px;
}

.caption {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

.rsActiveSlide .caption h2,
.rsActiveSlide .caption p,
.rsActiveSlide .caption a.down {
  left: 0px;
  opacity: 1;
}

.rsActiveSlide .caption h2 {
  transition: all 0.65s ease 0.35s;
}

.rsActiveSlide .caption p {
  transition: all 0.65s ease 0.7s;
}

.rsActiveSlide .caption a.down {
  transition: all 0.65s ease 1.1s;
}

.caption h1,
.caption h2,
.caption h3,
.caption h4,
.caption h5,
.caption h6 {
  color: #ffffff;
  font-size: 2.75em;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  left: -60px;
  opacity: 0;
}

.caption h1 a,
.caption h2 a,
.caption h3 a,
.caption h4 a,
.caption h5 a,
.caption h6 a {
  color: #FFFFFF;
  text-decoration: none;
}

.caption h1 a:hover,
.caption h2 a:hover,
.caption h3 a:hover,
.caption h4 a:hover,
.caption h5 a:hover,
.caption h6 a:hover {
  text-decoration: underline;
}

.caption p {
  color: #DEE4EA;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  position: relative;
  left: -60px;
  opacity: 0;
}

.caption p strong {
  font-weight: 600;
}

.caption p em {
  font-style: italic;
}

.caption p a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.caption p a:hover {
  text-decoration: underline;
}

.caption a.down {
  margin: 20px auto 0px auto;
  margin: 1.25rem auto 0rem auto;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  left: -60px;
  opacity: 0;
}

.caption a.down .circle {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -140px -90px;
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  box-shadow: 0 0 0 2px white;
  border-radius: 26px;
  margin: 0px auto;
}

.caption a.down .circle:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 0;
  z-index: 10;
  border: 2px dashed #fff;
  opacity: 0;
}

.caption a.down:hover .circle {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.2s;
}

.caption a.down:hover .circle:after {
  opacity: 1;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media all and (max-width: 62em) {
  /* Home Slider */
  .royalSlider.homeSlider {
    width: 100%;
    height: 460px;
  }
  .royalSlider.homeSlider .slide {
    height: 460px;
  }
  .royalSlider.homeSlider .slide .flex-caption {
    padding: 0px 22px 30px 22px;
  }
  .royalSlider.homeSlider .slide .flex-caption h1,
  .royalSlider.homeSlider .slide .flex-caption h2,
  .royalSlider.homeSlider .slide .flex-caption h3,
  .royalSlider.homeSlider .slide .flex-caption h4,
  .royalSlider.homeSlider .slide .flex-caption h5,
  .royalSlider.homeSlider .slide .flex-caption h6 {
    font-size: 2rem;
  }
  .royalSlider.homeSlider .slide .flex-caption p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media all and (max-width: 45em) {
  /* Home Slider */
  .royalSlider.homeSlider {
    width: 100%;
    height: 320px;
  }
  .royalSlider.homeSlider .slide {
    height: 320px;
  }
  .royalSlider.homeSlider .slide .flex-caption {
    padding: 0px 22px 20px 22px;
  }
  .royalSlider.homeSlider .slide .flex-caption h1,
  .royalSlider.homeSlider .slide .flex-caption h2,
  .royalSlider.homeSlider .slide .flex-caption h3,
  .royalSlider.homeSlider .slide .flex-caption h4,
  .royalSlider.homeSlider .slide .flex-caption h5,
  .royalSlider.homeSlider .slide .flex-caption h6 {
    font-size: 1.5rem;
  }
  .royalSlider.homeSlider .slide .flex-caption p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .home-banner {
    background-color: #FFFFFF;
  }
  .slides .row {
    padding: 0px;
  }
  .slides .row .columns {
    padding: 0;
  }
  .fleximages img {
    border-radius: 0px;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Theming */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Services Arrows */
.services-slick .slick-prev,
.services-slick .slick-next {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -112px -180px;
  background-color: transparent;
  position: absolute;
  display: block;
  height: 52px;
  width: 30px;
  line-height: 0px;
  text-indent: -9999px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -26px;
  padding: 0;
  border: none;
  outline: none;
}

.services-slick .slick-prev:hover, .services-slick .slick-prev:focus,
.services-slick .slick-next:hover,
.services-slick .slick-next:focus {
  outline: none;
  color: transparent;
}

.services-slick .slick-prev.slick-disabled:before,
.services-slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.services-slick .slick-prev {
  left: -25px;
}

[dir="rtl"] .services-slick .slick-prev {
  left: auto;
  right: -25px;
}

.services-slick .slick-next {
  right: -25px;
  background-position: -142px -180px;
}

[dir="rtl"] .services-slick .slick-next {
  left: -25px;
  right: auto;
}

/* Services Arrows */
.sponsors-slick .slick-prev,
.sponsors-slick .slick-next {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  /*
	background-size: 400px 100px;
	*/
  background-position: -212px -194px;
  background-color: transparent;
  position: absolute;
  display: block;
  height: 38px;
  width: 22px;
  line-height: 0px;
  text-indent: -9999px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -19px;
  padding: 0;
  border: none;
  outline: none;
}

.sponsors-slick .slick-prev:hover, .sponsors-slick .slick-prev:focus,
.sponsors-slick .slick-next:hover,
.sponsors-slick .slick-next:focus {
  outline: none;
  color: transparent;
}

.sponsors-slick .slick-prev.slick-disabled:before,
.sponsors-slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.sponsors-slick .slick-prev {
  left: -30px;
}

[dir="rtl"] .sponsors-slick .slick-prev {
  left: auto;
  right: -30px;
}

.sponsors-slick .slick-next {
  right: -30px;
  background-position: -234px -194px;
}

[dir="rtl"] .sponsors-slick .slick-next {
  left: -30px;
  right: auto;
}

/* Services */
.slick.sponsors-slick {
  margin: 0px 30px 60px 30px;
}

.slick.sponsors-slick .sponsors-carousel-block {
  padding: 0px 10px;
}

.slick.sponsors-slick .sponsors-carousel-block img {
  margin: 0 auto;
}

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

.resp-vtabs {
  padding: 20px 0px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 8px 12px;
  display: none;
}

.resp-tab-content {
  background: #FFFFFF;
  display: none;
  padding: 0px;
  border-radius: 5px;
}

.resp-tab-content .content,
.resp-tab-content .content p {
  padding: 0px;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/* Tabs */
.resp-vtabs ul.resp-tabs-list {
  margin: 20px 0px 0px 0px;
  border-bottom: 1px solid #CCCCCC;
}

.resp-vtabs .resp-tabs-list li {
  position: relative;
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px 10px -1px 0px;
  display: block;
  padding: 10px 16px;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  clear: none;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active {
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
  background-color: #fff;
  color: #36383a;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active:hover {
  background: #FFFFFF;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-top: 6px solid transparent;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #FFFFFF;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion.resp-tab-active {
  background: #4E78A5;
  color: #FFFFFF;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-vtabs {
    padding: 9px 0px 10px 0px;
  }
  .resp-tab-content {
    padding: 0px;
  }
  h2.resp-accordion {
    margin: 1px 0px 0px;
    display: block;
    background: #CCCCCC;
    color: #FFFFFF;
    position: relative;
  }
  .resp-vtabs .resp-tabs-container {
    background: none;
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
    margin: 20px 0px;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}

.enquiryform .terms input[type="checkbox"] {
  float: left;
  margin: 18px 0px;
  padding: 0px;
  height: 18px;
}
/*# sourceMappingURL=style.css.map */