@charset "CP850";
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*=HASHGRID
------------------------------------------------*/
/**
 * Grid
 */
#grid {
  /* Dimensions - same width as your grid with gutters */
  width: 980px;
  z-index: 9999;
  /* Grid (left-aligned)
  position: absolute;
  top: 0;
  left: 0;
  */
  /* Grid (centered) */
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
}

/**
 * Vertical grid lines
 *
 * Set the column width taking the borders into consideration,
 * and use margins to set column gutters.
 */
#grid div.vert {
  width: 60px;
  border: solid darkturquoise;
  border-width: 0 1px;
  margin-right: 20px;
}

#grid div.vert.first-line {
  margin-left: 19px;
}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid div.horiz {
  /* 24px line height */
  height: 7px;
  border-bottom: 1px dotted #FF9999;
  margin: 0;
  padding: 0;
}

#grid div.horiz:nth-child(3n+3) {
  border-bottom: 1px solid #FF9999;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/*=VARIABLES - GRID
------------------------------------------------*/
/*=VARIABLES - COLORS
------------------------------------------------*/
/*=VARIABLES - FONTS
------------------------------------------------*/
/*FUNCTIONS
------------------------------------------------*/
/*=MIXINS 
------------------------------------------------*/
/* 

RESET STYLES

Based on Meyer Reset, HTML5 Boilerplate, Normalize.css and more

Updated: 1/3/12

*/
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, font, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-backface-visibility: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

select,
input,
button,
textarea {
  font-size: 99%;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Addresses outline displayed oddly in Chrome */
a:focus {
  outline: thin dotted;
}

/* Improves readability when focused and also mouse hovered in all browsers */
a:hover,
a:active {
  outline: 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Addresses styling not present in S5, Chrome */
dfn {
  font-style: italic;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  _font-family: 'courier new', monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 */
[hidden] {
  display: none;
}

/* RESET STYLES FOR INPUTS WITH TYPE=SEARCH */
input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* CLEAR EXTRA PADDING IN FIREFOX */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Improve image quality when scaled in IE7 / Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/* Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* Consistent box sizing and appearance */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Remove most spacing between table cells */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* CLEAR */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

.ie6 .clearfix,
.ie7 .clearfix {
  height: 1%;
}

/* REMOVES DEFAULT APPEARANCE FROM INPUTS */
input {
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(Content/js/boxsizing.htc);
}

body {
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Default border radius */
.btn,
.nav-secondary,
.nav-secondary a,
.nav-tertiary {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* Clearfixes */
.clear, .cf {
  *zoom: 1;
}
.clear:before, .clear:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clear:after, .cf:after {
  clear: both;
}

.wrapper,
.content,
.lister li,
.lister-definitions,
.nav-primary,
.nav-primary ul,
.nav-tertiary,
.nav-tertiary ul,
.panel,
.row {
  *zoom: 1;
}
.wrapper:before, .wrapper:after,
.content:before,
.content:after,
.lister li:before,
.lister li:after,
.lister-definitions:before,
.lister-definitions:after,
.nav-primary:before,
.nav-primary:after,
.nav-primary ul:before,
.nav-primary ul:after,
.nav-tertiary:before,
.nav-tertiary:after,
.nav-tertiary ul:before,
.nav-tertiary ul:after,
.panel:before,
.panel:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.wrapper:after,
.content:after,
.lister li:after,
.lister-definitions:after,
.nav-primary:after,
.nav-primary ul:after,
.nav-tertiary:after,
.nav-tertiary ul:after,
.panel:after,
.row:after {
  clear: both;
}

@media screen and (min-width: 48em) {
  .panel-hero,
  .wrap {
    *zoom: 1;
  }
  .panel-hero:before, .panel-hero:after,
  .wrap:before,
  .wrap:after {
    content: "";
    display: table;
  }
  .panel-hero:after,
  .wrap:after {
    clear: both;
  }
}
@media screen and (min-width: 60em) {
  .article,
  .content,
  .nav-primary > ul,
  .panel-search {
    *zoom: 1;
  }
  .article:before, .article:after,
  .content:before,
  .content:after,
  .nav-primary > ul:before,
  .nav-primary > ul:after,
  .panel-search:before,
  .panel-search:after {
    content: "";
    display: table;
  }
  .article:after,
  .content:after,
  .nav-primary > ul:after,
  .panel-search:after {
    clear: both;
  }
}
.toggle-tray {
  display: none;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (min-width: 48em) {
  .wrapper {
    width: 94%;
  }
}

.wrapper-wide {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .wrapper-wide {
    width: 98%;
  }
}

.row {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .row {
    width: 102.77778%;
    margin: 0 -1.38889%;
  }
}

@media screen and (max-width: 47.938em) {
  .row-small {
    display: block;
    width: 102.77778%;
    margin: 0 -1.38889%;
  }
}

.roundel {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 48em) {
  .roundel-top {
    margin-top: -5px;
  }
}

@media screen and (min-width: 60em) {
  .nugget-gutter {
    border-right: 1px solid #dddddd;
    padding-right: 0.3em;
  }
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

body .no-margins {
  margin: 0;
}

body .absolute {
  position: absolute;
}

body .relative {
  position: relative;
}

body > .wrap {
  margin-bottom: 1.5em;
}

.content {
  margin-top: 1.5em;
}

@media screen and (min-width: 48em) {
  .gutter-right--tablet {
    padding-right: 1.8em;
  }
}
@media screen and (min-width: 60em) {
  .gutter-right--tablet {
    padding-right: 3em;
  }
}

@media screen and (min-width: 48em) {
  .align-right-tablet {
    text-align: right;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 3em;
  margin-top: 0;
}

.video-container iframe, .video-container object, .video-container embed {
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .margins-only {
    margin-left: 1.042%;
    margin-right: 1.042%;
    width: 97.917%;
  }
}

.two-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .two-up {
    display: block;
    width: 102.77778%;
    margin-left: -1.38889%;
    margin-right: -1.38889%;
    *zoom: 1;
  }
  .two-up:before, .two-up:after {
    content: "";
    display: table;
  }
  .two-up:after {
    clear: both;
  }
  .two-up > .col {
    display: inline;
    float: left;
    width: 47.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

.three-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .three-up {
    display: block;
    width: 102.77778%;
    margin-left: -1.38889%;
    margin-right: -1.38889%;
    *zoom: 1;
  }
  .three-up:before, .three-up:after {
    content: "";
    display: table;
  }
  .three-up:after {
    clear: both;
  }
  .three-up > .col {
    display: inline;
    float: left;
    width: 30.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

.four-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .four-up {
    display: block;
    width: 102.77778%;
    margin-left: -1.38889%;
    margin-right: -1.38889%;
    *zoom: 1;
  }
  .four-up:before, .four-up:after {
    content: "";
    display: table;
  }
  .four-up:after {
    clear: both;
  }
  .four-up > .col {
    display: inline;
    float: left;
    width: 22.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

.five-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .five-up {
    display: block;
    width: 103.33333%;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    *zoom: 1;
  }
  .five-up:before, .five-up:after {
    content: "";
    display: table;
  }
  .five-up:after {
    clear: both;
  }
  .five-up > .col {
    display: inline;
    float: left;
    width: 16.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
}

.six-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .six-up {
    display: block;
    width: 103.33333%;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    *zoom: 1;
  }
  .six-up:before, .six-up:after {
    content: "";
    display: table;
  }
  .six-up:after {
    clear: both;
  }
  .six-up > .col {
    display: inline;
    float: left;
    width: 13.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

.eight-up {
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em) {
  .eight-up {
    display: block;
    width: 104.16667%;
    margin-left: -2.08333%;
    margin-right: -2.08333%;
    *zoom: 1;
  }
  .eight-up:before, .eight-up:after {
    content: "";
    display: table;
  }
  .eight-up:after {
    clear: both;
  }
  .eight-up > .col {
    display: inline;
    float: left;
    width: 8.33333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}

.blockgrid-two-up {
  display: block;
  width: 102.77778%;
  margin-left: -1.38889%;
  margin-right: -1.38889%;
  *zoom: 1;
}
.blockgrid-two-up:before, .blockgrid-two-up:after {
  content: "";
  display: table;
}
.blockgrid-two-up:after {
  clear: both;
}
.blockgrid-two-up .col {
  display: inline;
  float: left;
  width: 47.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.blockgrid-three-up {
  display: block;
  width: 102.77778%;
  margin-left: -1.38889%;
  margin-right: -1.38889%;
  *zoom: 1;
}
.blockgrid-three-up:before, .blockgrid-three-up:after {
  content: "";
  display: table;
}
.blockgrid-three-up:after {
  clear: both;
}
.blockgrid-three-up .col {
  display: inline;
  float: left;
  width: 30.55556%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.blockgrid-four-up {
  display: block;
  width: 102.77778%;
  margin-left: -1.38889%;
  margin-right: -1.38889%;
  *zoom: 1;
}
.blockgrid-four-up:before, .blockgrid-four-up:after {
  content: "";
  display: table;
}
.blockgrid-four-up:after {
  clear: both;
}
.blockgrid-four-up .col {
  display: inline;
  float: left;
  width: 22.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.blockgrid-seven-up {
  display: block;
  width: 102%;
  margin: 0 -1%;
}
.blockgrid-seven-up .col {
  display: inline;
  float: left;
  width: 12%;
  margin: 0 1.14%;
}

.blockgrid-eight-up {
  display: block;
  width: 104.16667%;
  margin-left: -2.08333%;
  margin-right: -2.08333%;
  *zoom: 1;
}
.blockgrid-eight-up:before, .blockgrid-eight-up:after {
  content: "";
  display: table;
}
.blockgrid-eight-up:after {
  clear: both;
}
.blockgrid-eight-up .col {
  display: inline;
  float: left;
  width: 8.33333%;
  margin-left: 2.08333%;
  margin-right: 2.08333%;
}

.col {
  display: inline;
  float: left;
}

.small-1 {
  display: inline;
  float: left;
  width: 5.55556%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-2 {
  display: inline;
  float: left;
  width: 13.88889%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-3 {
  display: inline;
  float: left;
  width: 22.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-4 {
  display: inline;
  float: left;
  width: 30.55556%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-5 {
  display: inline;
  float: left;
  width: 38.88889%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-6 {
  display: inline;
  float: left;
  width: 47.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-7 {
  display: inline;
  float: left;
  width: 55.55556%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-8 {
  display: inline;
  float: left;
  width: 63.88889%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-9 {
  display: inline;
  float: left;
  width: 72.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-10 {
  display: inline;
  float: left;
  width: 80.55556%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-11 {
  display: inline;
  float: left;
  width: 88.88889%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

.small-12 {
  display: inline;
  float: left;
  width: 97.22222%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}

@media screen and (min-width: 30em) {
  .small-medium-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 30em) {
  .small-medium-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 48em) {
  .medium-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}

@media screen and (min-width: 60em) {
  .large-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    display: block;
    float: none;
  }
}

.pull-right {
  float: right;
}

@media screen and (min-width: 48em) {
  .pull-right-tablet {
    float: right;
  }
}

@media screen and (min-width: 60em) {
  .pull-right-desktop {
    float: right;
  }
}

.pull-left {
  float: left;
}

@media screen and (min-width: 48em) {
  .pull-left-tablet {
    float: left;
  }
}

@media screen and (min-width: 60em) {
  .pull-left-desktop {
    float: left;
  }
}

/* Buttons ---------------------- */
.btn {
  background-color: #999;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
  margin: 0;
  outline: none;
  padding: 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.btn:hover {
  background-color: #666666;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn:focus {
  -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
}

.btn-text {
  background-color: transparent;
  padding: 0.99em 0;
}

.btn-large {
  font-size: 1.4em;
  line-height: 0.75em;
}

.btn-primary {
  background-color: #68ACD4;
}

.btn-primary:hover {
  background-color: #5983B5;
}

.btn-full-width {
  display: block;
  width: 100%;
}

.link-white {
  color: #ffffff;
}

.link-white:hover {
  color: #eaeaea;
}

.btn-white {
  background-color: #e6e6e6;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #e6e6e6);
  color: #111;
}
.btn-white i {
  color: #666;
}

.masthead {
  background-color: #95AFBA;
  padding: 0 0 1.5em 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .masthead {
    padding: 0.6em 0;
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 48em) {
  .masthead .wrapper {
    position: relative;
  }
}

.masthead-panel-colour {
  background: #5A6971;
  display: block;
  height: 52px;
  margin-bottom: 1em;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 48em) {
  .masthead-panel-colour {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.site-logo {
  display: block;
  margin: 0 auto 1.5em auto;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  width: 80%;
}
@media screen and (min-width: 48em) {
  .site-logo {
    text-align: left;
    margin-top: 1em;
    width: auto;
  }
}

.tagline {
  margin-top: 1.4em;
  color: #666666;
  font-size: 0.9em;
  line-height: 1em;
}
@media screen and (min-width: 60em) {
  .tagline {
    font-size: 1em;
  }
}
.tagline span {
  color: #999999;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin: 0.3em 0 0 0;
}

/* Themes ---------------------- */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.grey {
  color: #666666;
}

.red {
  color: #8a1f03;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #dddddd;
}

.bg-blue {
  background-color: #2877BC;
}

.bg-light-grey {
  background-color: #eaeaea;
}

.bg-dark-grey {
  background-color: #333333;
}

.bg-aqua {
  background-color: #95AFBA;
}

.border-bottom {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.border-dotted {
  border-style: dotted;
}

.nav {
  list-style-type: none;
  margin: 0;
}
.nav ul, .nav ol {
  list-style-type: none;
}
.nav a {
  text-decoration: none;
}

.nav-primary {
  background: #eaeaea;
}
@media screen and (max-width: 47.938em) {
  .nav-primary {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .nav-primary {
    background: #5A6971;
    overflow: visible;
    margin: 0 auto 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 47.938em) {
  .nav-primary .wrapper {
    width: auto;
    margin: 0;
  }
}

@media screen and (min-width: 48em) {
  .nav-primary__list {
    margin: 0 auto;
    padding: 0;
    position: relative;
    float: left;
  }
}

.nav-primary__item {
  border-bottom: 1px solid #DADADA;
  padding: 0.8em 0 0.8em 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .nav-primary__item {
    border-right: 1px solid #677983;
    border-bottom: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
  }
}
.nav-primary__item.active:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.nav-primary__link {
  display: block;
}
@media screen and (min-width: 48em) {
  .nav-primary__link {
    border-bottom: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9em;
    padding: 0.6em 0.5em 0.8em 0.5em;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-primary__link:hover {
    color: #eaeaea;
  }
}
@media screen and (min-width: 60em) {
  .nav-primary__link {
    font-size: 1em;
    padding: 0.6em 1.2em 0.8em 1.2em;
  }
}

@media screen and (min-width: 48em) {
  .nav-submenu:hover {
    background: #ffffff;
    color: #333333;
  }
}

.nav-submenu:hover a.nav-primary__link {
  color: #555555;
}

@media screen and (min-width: 48em) {
  .nav-submenu:hover .nav-submenu__list {
    display: block !important;
  }
}

.nav-submenu__list {
  display: none;
}
@media screen and (min-width: 48em) {
  .nav-submenu__list {
    background-color: #ffffff;
    border-top: none;
    height: auto;
    left: 0px;
    padding: 0.9em;
    position: absolute;
    top: 44px;
    margin: 0;
    z-index: 99999;
    -webkit-box-shadow: 0px 4px 4px -2px #666;
    box-shadow: 0px 4px 4px -2px #666;
  }
}

@media screen and (min-width: 48em) {
  .nav-submenu__item {
    background: none;
    border: none;
    display: block;
    float: none;
    padding: 0 0 0.5em 0;
    width: 300px;
    font-size: 0.9em;
  }
}

.nav-submenu__link {
  display: block;
}

.expander {
  background: transparent;
  border-left: 1px solid #999999;
  color: #666666;
  display: block;
  width: 20%;
  padding: 0.7em;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .expander {
    display: none;
  }
}

.js-toggle:hover {
  cursor: pointer;
}

.nav-activity {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

@media screen and (min-width: 48em) {
  .nav-utility {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 47.938em) {
  .panel--utility {
    position: absolute;
    top: 52px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 1.5em;
    background: #eaeaea;
  }
}

@media screen and (min-width: 48em) {
  .nav-utility__list {
    background: none;
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    float: right;
  }
}

.nav-utility__item {
  display: block;
  font-size: 0.9em;
  padding: 0.7em 0 0.7em 0;
  border-bottom: 1px solid #DADADA;
}
@media screen and (min-width: 48em) {
  .nav-utility__item {
    border: none;
    display: inline-block;
    padding: 0 0 0 1.25em;
  }
}
.nav-utility__item .btn-sign-up {
  margin-left: 1em;
}
@media screen and (min-width: 48em) {
  .nav-utility__item .btn-sign-up {
    margin-right: 1em;
  }
}
.nav-utility__item .btn-sign-up:hover {
  color: #ffffff;
}

.nav-utility__link {
  padding: 0.99em 0;
}

.more-link {
  font-style: italic;
  position: absolute;
  right: 1.2em;
  bottom: 0.5em;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  position: relative;
}

.pager__item {
  display: inline;
}

.pager__link {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager__link:hover {
  background-color: #eaeaea;
}

.pager__count {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5px;
  color: #666666;
  z-index: -1;
}

.pager__item--previous {
  float: left;
}

.pager__item--next {
  float: right;
}

@media screen and (max-width: 47.938em) {
  .nav-btn {
    border-left: 1px solid #555555;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    width: 52px;
    z-index: 999;
  }

  .nav-btn--menu {
    line-height: 60px;
    top: 0;
    right: 0;
  }

  .nav-btn--menu i {
    line-height: 21px;
    font-size: 2em;
  }

  .nav-btn--menu [class^="icon-"]:before, body [class*=" icon-"]:before {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-btn--search {
    right: 52px;
    top: 0;
  }

  .nav-btn--utility {
    top: 0;
    right: 0;
  }

  a.nav-btn.active {
    background: #eaeaea;
    color: #999999;
  }

  a.nav-btn {
    color: #ffffff;
  }

  a:hover.nav-btn {
    color: #999999;
  }
}
@media screen and (min-width: 48em) {
  .masthead .nav-btn, .masthead .search-link, .masthead .utility-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.steps {
  color: #666666;
  list-style: none;
  overflow: hidden;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background: #eaeaea;
}

.steps li {
  display: none;
  line-height: 21px;
  position: relative;
  float: left;
  width: 22%;
  padding: 0.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .steps li {
    display: block;
    line-height: 40px;
    padding: 0 0 0 2em;
  }
}
@media screen and (min-width: 48em) {
  .steps li.first-steps {
    padding: 0 0 0 1em;
  }
}

.steps li.active {
  display: block;
  font-weight: 700;
  background: #95AFBA;
  color: #ffffff;
}
@media screen and (max-width: 47.938em) {
  .steps li.active {
    width: 100%;
  }
}

.steps li span {
  display: block;
}
@media screen and (min-width: 48em) {
  .steps li span {
    display: none;
  }
}

.tri-one, .tri-two {
  display: block;
}

.tri-one {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #fff;
  position: absolute;
  top: -4px;
  right: -25px;
  z-index: 99;
}

.steps li.active .tri-two {
  border-left-color: #95AFBA;
}

.tri-two {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #eaeaea;
  position: absolute;
  top: -4px;
  right: -23px;
  z-index: 100;
}

.tera {
  font-size: 1.8em;
  line-height: 1.3em;
}
@media screen and (min-width: 48em) {
  .tera {
    font-size: 2em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 60em) {
  .tera {
    font-size: 2.8em;
    line-height: 1.2em;
  }
}

.giga {
  font-size: 2em;
  line-height: 1.2em;
}

.mega {
  font-size: 1.8em;
  line-height: 1.2em;
}

.kilo {
  font-size: 1.5em;
  line-height: 1.3em;
}

.alpha {
  font-size: 1.2em;
  line-height: 1.3em;
}

.beta {
  font-size: 1em;
  line-height: 1.3em;
}

.gamma {
  font-size: 0.875em;
  line-height: 1.6em;
}

.delta {
  font-size: 0.8em;
  line-height: 1.6em;
}

a,
a h1,
a h2,
a h3,
a h4 {
  color: #68ACD4;
  text-decoration: none;
}

a:hover,
a:focus,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4 {
  color: #5983B5;
}

h1, h2, h3, h4 {
  color: #333333;
  font-weight: 700;
}

h2, h3, h4 {
  color: #333333;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

ul, ol {
  margin: 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

figure {
  margin: 0.75em 0;
}

.normal {
  font-weight: normal;
}

.align--centered {
  text-align: center;
}

.align--right {
  text-align: right;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 133%;
  line-height: 1.5em;
}

.xlarge {
  font-size: 200%;
}

.xxlarge {
  font-size: 300%;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .text-right-tablet {
    text-align: right;
  }
}

.line-flush {
  line-height: normal;
}

.muted,
a.muted,
.lister a.muted {
  color: #999;
}

.lister {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}

.lister__item {
  display: block;
  margin-bottom: 0.5em;
}

.lister--border .lister__item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
}

.lister--border__shallow .lister__item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
}

.lister__item--border {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}

.lister__item--border-shallow {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}

.lister__head {
  border-bottom: 2px solid #dddddd;
}

.lister--events strong {
  display: inline-block;
  width: 50px;
}

.lister--shallow .lister__item {
  display: block;
  line-height: 1em;
  margin-bottom: 0.2em;
}

.lister--deep .lister__item {
  display: block;
  margin-bottom: 1.5em;
}

.lister--inline {
  display: block;
  margin: 0.5em 0;
}
.lister--inline .lister__item {
  border-bottom: none;
  display: inline-block;
}
.lister--inline .lister__link {
  border-bottom: none;
  display: block;
  padding: 0 0.5em 0 0;
}

.lister--icons .lister__link {
  padding-left: 2em;
  position: relative;
}
.lister--icons .lister__link:last-child {
  border-bottom: 0;
}
.lister--icons .lister__icon {
  left: 0;
  position: absolute;
  top: 0;
}
.lister--icons .lister__icon--right {
  right: 1.38889%;
  position: absolute;
  top: 0;
}

.lister__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 65em) {
  .date-gutter {
    padding-right: 1em;
  }
}

.date {
  color: #ffffff;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #68ACD4;
  text-align: center;
  position: relative;
}

.date-content {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  width: 100%;
  margin: auto;
  position: absolute;
}

.day {
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 0;
}

.month {
  font-size: 0.9em;
  font-weight: 700;
  display: block;
  padding: 0;
  line-height: 1em;
  text-transform: uppercase;
}

body [class^="icon-"]:before, body [class*=" icon-"]:before {
  min-width: 1em;
  margin-left: 0;
}

.hero-container {
  background-color: #132b2b;
  background-image: url(../images/common/bg-hero.jpg?v=1);
  background-repeat: no-repeat;
  background-position: center 26%;
}

@media screen and (min-width: 1800px) {
  .hero-container {
    background-size: cover;
  }
}
.hero {
  height: 350px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .hero {
    height: 440px;
  }
}

.hero-caption {
  margin-top: 3em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50%;
}
@media screen and (min-width: 48em) {
  .hero-caption {
    left: 1.38%;
    width: 60%;
  }
}
@media screen and (min-width: 60em) {
  .hero-caption {
    width: 45%;
  }
}

.hero-title {
  font-size: 2em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .hero-title {
    font-size: 3.2em;
  }
}

.banner-wrapper {
  background-image: url("../images/common/bg-banner.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 12em;
}
@media screen and (min-width: 48em) {
  .banner-wrapper {
    height: 274px;
    background-position: -100px 50%;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 60em) {
  .banner-wrapper {
    background-position: top left;
    width: 100%;
  }
}

.banner-caption {
  background: #eaeaea;
  padding: 1.8em;
}
@media screen and (min-width: 48em) {
  .banner-caption {
    background: transparent;
    padding: 0;
    position: absolute;
    height: 90%;
    width: 45%;
    top: 0;
    right: 3%;
    margin: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 55em) {
  .banner-caption {
    position: absolute;
    height: 79%;
  }
}

.banner--heading {
  font-size: 2rem;
  line-height: 1.2em;
}
@media screen and (min-width: 48em) {
  .banner--heading {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 48em) {
  .form .indent {
    display: block;
    margin-left: 34.5%;
  }
}
.form legend {
  display: block;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.5em 0.8em;
  width: auto;
}
.form ul {
  margin: 0;
  list-style: none;
}
.form li {
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 0.8em 0;
  overflow: hidden;
}
.form li:last-child {
  border-bottom: none;
}
.form label {
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.form .label-inline {
  display: inline;
  margin-right: 0.5em;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 0.9em;
  padding: 0.8em;
  width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (min-width: 48em) {
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="email"],
  .form input[type="tel"],
  .form select,
  .form textarea {
    display: block;
  }
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form .select-wrapper {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff;
  padding: 0.8em;
  width: 100%;
  overflow: hidden;
}
.form select.select-skin {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/icons/arrow.png") center right no-repeat rgba(255, 255, 255, 0);
  padding: 0;
  width: 100%;
  outline: none;
}
.form input[type=checkbox] {
  width: auto;
}
.form .error {
  color: #8a1f03;
}
.form input.error {
  border-color: #8a1f03;
  color: #444;
  background-color: #f2dede;
}
.form li.border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.form .input-prepend {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.form .input-prepend .add-on:first-child, .form .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.form .input-prepend .add-on {
  color: #666666;
  display: inline-block;
  width: auto;
  height: 37px;
  min-width: 16px;
  padding: 0 0.6em;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-right: -1px;
}
.form .input-prepend input[type="text"] {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  width: auto;
  height: 37px;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.form .input-prepend input[type="text"].slider-input {
  width: 60%;
}
.form .label-icon {
  position: relative;
  padding-left: 3.5em;
  padding-top: 0.5em;
}
.form .label-icon i {
  position: absolute;
  left: 0;
  top: -0.1em;
}
.form .radio, .form .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.form .radio label, .form .checkbox label {
  border: 0;
  display: inline;
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
}
.form .radio input[type=radio],
.form .radio-inline input[type=radio],
.form .checkbox input[type=checkbox],
.form .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
  width: auto;
}
.form input[type=radio], .form input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}
.form .required {
  color: #FF0033;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form select:focus,
  .form textarea:focus,
  .form input:focus {
    font-size: 16px;
    background: #eee;
  }
}

.form-signup li {
  border-bottom: none;
  display: block;
  padding: 0 0 0.8em 0;
}

.panel {
  display: block;
  margin-bottom: 1em;
  padding: 1.2em;
  text-decoration: none;
}

.panel-deep {
  display: block;
  padding: 1.995em;
}

.panel-borders {
  border: 1px solid #dddddd;
}

.panel-feature {
  background: #F0F2F7;
  margin-left: -5.3%;
  margin-right: -5.3%;
  padding: 5%;
}
@media screen and (min-width: 48em) {
  .panel-feature {
    margin-left: -2.4%;
    margin-right: -2.4%;
    padding: 2.5%;
  }
}

.feature__thumb {
  z-index: 1;
}

.feature__content {
  margin-top: 1em;
}
@media screen and (min-width: 48em) {
  .feature__content {
    background: #ffffff;
    margin-top: -10em;
    z-index: 99;
    width: 80%;
    position: relative;
    padding: 1em 1em 0.1em 0;
  }
}

.panel-map {
  padding: 1em;
}

.panel-borders-desktop {
  border: 0px solid #fff;
}
@media screen and (min-width: 60em) {
  .panel-borders-desktop {
    border: 1px solid #dddddd;
  }
}

.panel-centered {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .panel-centered {
    border: 1px solid #c1c1c1;
    background: #f7f7f7;
    padding: 1em;
  }
}

@media screen and (min-width: 48em) {
  .panel-centered__inner {
    border: 1px solid #ededed;
    background: #ffffff;
    padding: 1em;
  }
}

.panel-desktop {
  padding: 0;
}
@media screen and (min-width: 60em) {
  .panel-desktop {
    background-color: transparent;
    display: block;
    margin-bottom: 1em;
    padding: 1.2em;
    text-decoration: none;
  }
}

.panel--full {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  overflow: hidden;
}

.panel--highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.panel--tabs {
  padding-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .panel--tabs {
    padding: 2em;
    background: #ffffff;
    border: 1px solid #ededed;
  }
}

@media screen and (max-width: 47.938em) {
  .panel-flush {
    border: 0;
    padding: 0;
  }
}
.well {
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
}

.well__inset {
  padding: 0.5em;
  margin: 0.5em;
  background: #ffffff;
  border: 1px solid #ededed;
}

.outline {
  border: 1px solid #ddd;
}

.outline-light {
  border: 1px solid #dddddd;
}

.round {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.editor {
  margin-bottom: 3em;
}
.editor p, .editor ul, .editor ol {
  font-size: 1em;
}
.editor p {
  margin-bottom: 1em;
}
.editor ol {
  margin: 0 0 2em 2em;
}
.editor li {
  margin-bottom: 0.5em;
}
.editor h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
@media screen and (min-width: 48em) {
  .editor h1 {
    font-size: 2.6em;
  }
}
.editor h2 {
  font-size: 1.8em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
@media screen and (min-width: 48em) {
  .editor h2 {
    font-size: 2em;
  }
}
.editor h3 {
  font-size: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.editor h4 {
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.editor h5 {
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.editor .fig-main {
  margin: 0 0 1em 0;
}
.editor .fig-right {
  float: right;
  width: 100%;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 40em) {
  .editor .fig-right {
    width: 60%;
    margin: 1em 0 1em 1.5em;
  }
}
@media screen and (min-width: 48em) {
  .editor .fig-right {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  .editor .fig-right {
    width: 44.5%;
  }
}
.editor .caption {
  color: #555555;
  font-size: 0.9em;
  font-style: italic;
  padding: 0 0 0.5em 0;
  margin: 0.5em 0 0.5em 0;
}
.editor p:last-child {
  margin: 0;
}
.editor .pullquote {
  margin: 1em 0 1em 0;
  border-top: 10px solid #dddddd;
  display: block;
  overflow: visible;
  padding: 1em 0 1em 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .editor .pullquote {
    float: left;
    margin: 0.8em 3em 1em 0;
    width: 30%;
  }
}
.editor .pullquote .quotemark {
  font-size: 4.5em;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  color: #999999;
  display: block;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.editor .pullquote p {
  font-size: 1.2em;
  font-family: 'Egyptienne F W01' Times, serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #444444;
}
.editor .pullquote img {
  margin: 2em 0 1em 0;
}
.editor .pullquote cite {
  color: #999999;
  font-family: 'Egyptienne F W01' Times, serif;
  font-weight: 700;
  font-style: normal;
}
.editor blockquote {
  font-size: 1.4em;
  font-style: italic;
  width: 100%;
  margin: 2em 0 2em 0.25em;
  padding: 0 0 0 2.5em;
  line-height: 1.45;
  position: relative;
  color: #666666;
}
.editor blockquote.testimonial {
  margin: 0;
}
.editor blockquote p {
  margin-bottom: 0.4em;
}
.editor blockquote:before {
  content: "\201C";
  font-size: 3.5em;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  position: absolute;
  left: -10px;
  top: -20px;
  width: 30px;
  color: #999999;
  display: block;
}
.editor blockquote cite {
  color: #999999;
  font-size: 0.7em;
  display: block;
  margin-top: 0.2em;
}

.site-footer {
  background-color: #5A6971;
  color: #ffffff;
  margin-top: 3em;
  padding: 1.5em 0 1.5em 0;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #eaeaea;
}
.site-footer .site-logo {
  display: block;
  margin: 0 0 1.5em 0;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  width: 60%;
}
@media screen and (min-width: 48em) {
  .site-footer .site-logo {
    text-align: left;
    margin-top: 0;
    width: auto;
  }
}
.site-footer .lister--push {
  padding-left: 95px;
  position: relative;
}
.site-footer .lister--push__title {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/**
* Add/remove margins
*/
.push-xlarge {
  margin: 3.5em;
}

.push-xlarge--top {
  margin-top: 3.5em;
}

.push-xlarge--right {
  margin-right: 3.5em;
}

.push-xlarge--bottom {
  margin-bottom: 3.5em;
}

.push-xlarge--left {
  margin-left: 3.5em;
}

.push-xlarge--ends {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.push-xlarge--sides {
  margin-right: 3.5em;
  margin-left: 3.5em;
}

.push-large {
  margin: 2em;
}

.push-large--top {
  margin-top: 2em;
}

.push-large--right {
  margin-right: 2em;
}

.push-large--bottom {
  margin-bottom: 2em;
}

.push-large--left {
  margin-left: 2em;
}

.push-large--ends {
  margin-top: 2em;
  margin-bottom: 2em;
}

.push-large--sides {
  margin-right: 2em;
  margin-left: 2em;
}

.push {
  margin: 1em;
}

.push--top {
  margin-top: 1em;
}

.push--right {
  margin-right: 1em;
}

.push--bottom {
  margin-bottom: 1em;
}

.push--left {
  margin-left: 1em;
}

.push--ends {
  margin-top: 1em;
  margin-bottom: 1em;
}

.push--sides {
  margin-right: 1em;
  margin-left: 1em;
}

.push-half {
  margin: 0.5em;
}

.push-half--top {
  margin-top: 0.5em;
}

.push-half--right {
  margin-right: 0.5em;
}

.push-half--bottom {
  margin-bottom: 0.5em;
}

.push-half--left {
  margin-left: 0.5em;
}

.push-half--ends {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.push-half--sides {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

@media screen and (max-width: 48em) {
  .push-half--small {
    margin: 0.5em;
  }

  .push-half--top--small {
    margin-top: 0.5em;
  }

  .push-half--right--small {
    margin-right: 0.5em;
  }

  .push-half--bottom--small {
    margin-bottom: 0.5em;
  }

  .push-half--left--small {
    margin-left: 0.5em;
  }

  .push-half--ends--small {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .push-half--sides--small {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.push-small {
  margin: 0.2em;
}

.push-small--top {
  margin-top: 0.2em;
}

.push-small--right {
  margin-right: 0.2em;
}

.push-small--bottom {
  margin-bottom: 0.2em;
}

.push-small--left {
  margin-left: 0.2em;
}

.push-small--ends {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.push-small--sides {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.flush {
  margin: 0;
}

.flush--top {
  margin-top: 0;
}

.flush--right {
  margin-right: 0;
}

.flush--bottom {
  margin-bottom: 0;
}

.flush--left {
  margin-left: 0;
}

.flush--ends {
  margin-top: 0;
  margin-bottom: 0;
}

.flush--sides {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  .flush--med {
    margin: 0;
  }

  .flush--top--med {
    margin-top: 0;
  }

  .flush--right--med {
    margin-right: 0;
  }

  .flush--bottom--med {
    margin-bottom: 0;
  }

  .flush--left--med {
    margin-left: 0;
  }

  .flush--ends--med {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flush--sides--med {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
* Add/remove paddings
*/
.soft-large {
  padding: 2em;
}

.soft-large--top {
  padding-top: 2em;
}

.soft-large--right {
  padding-right: 2em;
}

.soft-large--bottom {
  padding-bottom: 2em;
}

.soft-large--left {
  padding-left: 2em;
}

.soft-large--ends {
  padding-top: 2em;
  padding-bottom: 2em;
}

.soft-large--sides {
  padding-right: 2em;
  padding-left: 2em;
}

.soft {
  padding: 1em;
}

.soft--top {
  padding-top: 1em;
}

.soft--right {
  padding-right: 1em;
}

.soft--bottom {
  padding-bottom: 1em;
}

.soft--left {
  padding-left: 1em;
}

.soft--ends {
  padding-top: 1em;
  padding-bottom: 1em;
}

.soft--sides {
  padding-right: 1em;
  padding-left: 1em;
}

.soft-half {
  padding: 0.5em;
}

.soft-half--top {
  padding-top: 0.5em;
}

.soft-half--right {
  padding-right: 0.5em;
}

.soft-half--bottom {
  padding-bottom: 0.5em;
}

.soft-half--left {
  padding-left: 0.5em;
}

.soft-half--ends {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.soft-half--sides {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.hard {
  padding: 0;
}

.hard--top {
  padding-top: 0;
}

.hard--right {
  padding-right: 0;
}

.hard--bottom {
  padding-bottom: 0;
}

.hard--left {
  padding-left: 0;
}

.hard--ends {
  padding-top: 0;
  padding-bottom: 0;
}

.hard--sides {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 48em) {
  .hard--med {
    padding: 0;
  }

  .hard--top--med {
    padding-top: 0;
  }

  .hard--right--med {
    padding-right: 0;
  }

  .hard--bottom--med {
    padding-bottom: 0;
  }

  .hard--left--med {
    padding-left: 0;
  }

  .hard--ends--med {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hard--sides--med {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
 * Pikaday
 * Copyright ¸ 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #5A6971;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff !important;
  background: #95AFBA !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.hide,
.toggle {
  display: none;
}

.toggle.show {
  display: block;
}

.show-on-mobile {
  display: block;
}

.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 48em) {
  .hide-on-mobile {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .hide-on-tablet {
    display: none;
  }
}
.show-on-tablet {
  display: none;
}
@media screen and (min-width: 48em) {
  .show-on-tablet {
    display: block;
  }
}

.show-on-desktop {
  display: none;
}
@media screen and (min-width: 60em) {
  .show-on-desktop {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .hide-on-mobile {
    display: block;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-js {
  display: block;
}

.js-panel--search,
.js-panel--menu,
.js-panel--utility {
  display: none;
}
@media screen and (min-width: 48em) {
  .js-panel--search,
  .js-panel--menu,
  .js-panel--utility {
    display: block !important;
  }
}

.js-simple-search .search button, .js-simple-search h1 a {
  display: none;
}

.toggle, .toHide {
  display: none;
}

/*Used in the Artical Template becasue Mura adds p tags to the summary and content*/
.artical-paragraph p {
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.3em;
}
/*Used in the validation*/
.alert-error{
  border: 1px solid #8a1f03;
  border-radius: 6px;
  color: #444;
  background-color: #f2dede;
}
input.form_field_hilite, textarea.form_field_hilite, select.form_field_hilite {
  background-color: #F2DEDE;
}
/* MURA wrapping sevices on home page in spans with inline styles that are brakeing the layout */
.editableObject {
  width: 100% !important;
}
.editableObject .editableObjectContents {
  width: 100% !important;
}
.mura-tag-cloud h2{
  font-size: 1.5em;
  font-weight: normal;
}
.mura-tag-cloud ul{
  list-style: none;
  margin: 10px 0;
}
.credits{
  margin-top: 4em;
  text-align: center;
  font-size: 12px;
  margin-left: 1.38889%;
  color: #9CB3C0;

}
.credits a{ color: #869DAB;}

.transfer-vehicle-container h2 span{
  font-weight: normal;
}
.transfer-vehicle-container ul{
  list-style: none;
  margin: 18px 0 36px;
}
.transfer-vehicle-container .price-vat{
  font-weight: 700;
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}