﻿@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body.wedding-show-body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif !important;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1660px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: 0%;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: 0%;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

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

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type=date] {
  line-height: 34px;
}

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

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

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

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

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  text-indent: -999px;
  cursor: pointer;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*$civil: #ccaa69; //Not needed? 
$tailored:#746d74; ///Not needed? 
$performers:#c51230; ///Not needed? 
$christmas-parties:#ed1846; //Not needed?*/
/*$civil-opacity: rgba($civil, .8);
$tailored-opacity:rgba($tailored, .8);
$performers-opacity:rgba($performers, .8);
$christmas-parties-opacity:rgba($christmas-parties,.8);*/
/* Font Colors */
.white {
  color: #fff;
}

.ei-dark-blue {
  color: #003A63;
}

.ei-light-blue {
  color: #3998c6;
}

.one-off {
  color: #ed1261;
}

.celebrations {
  color: #652C8F;
}

.street, .street-parties {
  color: #f1607c;
}

.wedding {
  color: #1fbbb0;
}

.stallholders {
  color: #0E7B3E;
}

.multiple {
  color: #11B2DC;
}

.conferences {
  color: #002d62;
}

.band {
  color: #f8991d;
}

.exhibitors {
  color: #be6fa0;
}

.christmas, .christmas-lights {
  color: #ed1b2e;
}

.fireworks {
  color: #4d5fab;
}

.sporting {
  color: #e65e25;
}

.festivals {
  color: #7dc242;
}

.shows {
  color: #0060a9;
}

.hole-in-one {
  color: #fecc00;
}

.roll-a-dice {
  color: #fecc00;
}

.hot-food {
  color: #7dc242;
}

/*.civil{color:$civil;}
.tailored{color:$tailored;}
.performers{color:$performers;}
.christmas-parties{color:$christmas-parties;}*/
.black-opacity-4 {
  color: rgba(0, 0, 0, 0.04);
}

.black-opacity-7 {
  color: rgba(0, 0, 0, 0.07);
}

.black-opacity-10 {
  color: rgba(0, 0, 0, 0.1);
}

.black-opacity-15 {
  color: rgba(0, 0, 0, 0.15);
}

.black-opacity-20 {
  color: rgba(0, 0, 0, 0.2);
}

.black-opacity-30 {
  color: rgba(0, 0, 0, 0.3);
}

.black-opacity-40 {
  color: rgba(0, 0, 0, 0.4);
}

.black-opacity-50 {
  color: rgba(0, 0, 0, 0.5);
}

.black-opacity-60 {
  color: rgba(0, 0, 0, 0.6);
}

.black-opacity-70 {
  color: rgba(0, 0, 0, 0.7);
}

.black-opacity-80 {
  color: rgba(0, 0, 0, 0.8);
}

.black-opacity-90 {
  color: rgba(0, 0, 0, 0.9);
}

.black-opacity-95 {
  color: rgba(0, 0, 0, 0.95);
}

.white-opacity-4 {
  color: rgba(255, 255, 255, 0.4);
}

.white-opacity-7 {
  color: rgba(255, 255, 255, 0.07);
}

.white-opacity-10 {
  color: rgba(255, 255, 255, 0.1);
}

.white-opacity-15 {
  color: rgba(255, 255, 255, 0.15);
}

.white-opacity-20 {
  color: rgba(255, 255, 255, 0.2);
}

.white-opacity-30 {
  color: rgba(255, 255, 255, 0.3);
}

.white-opacity-40 {
  color: rgba(255, 255, 255, 0.4);
}

.white-opacity-50 {
  color: rgba(255, 255, 255, 0.5);
}

.white-opacity-60 {
  color: rgba(255, 255, 255, 0.6);
}

.white-opacity-70 {
  color: rgba(255, 255, 255, 0.7);
}

.white-opacity-80 {
  color: rgba(255, 255, 255, 0.8);
}

.white-opacity-90 {
  color: rgba(255, 255, 255, 0.9);
}

.white-opacity-95 {
  color: rgba(255, 255, 255, 0.95);
}

/* Background Colors */
.white-bg {
  background: #fff;
}

.ei-dark-blue-bg {
  background: #003A63;
}

.ei-light-blue-bg {
  background: #3998c6;
}

.one-off-bg {
  background: #ed1261;
}

.celebrations-bg {
  background: #652C8F;
}

.street-bg {
  background: #f1607c;
}

.wedding-bg {
  background: #1fbbb0;
}

.stallholders-bg {
  background: #0E7B3E;
}

.multiple-bg {
  background: #11B2DC;
}

.conferences-bg {
  background: #002d62;
}

.band-bg {
  background: #f8991d;
}

.exhibitors-bg {
  background: #be6fa0;
}

.christmas-bg {
  background: #ed1b2e;
}

.fireworks-bg {
  background: #4d5fab;
}

.sporting-bg {
  background: #e65e25;
}

.festivals-bg {
  background: #7dc242;
}

.shows-bg {
  background: #0060a9;
}

.hole-in-one-bg {
  background: #fecc00;
}

/*.civil-bg{background:$civil;}
.tailored-bg{background:$tailored;}
.performers-bg{background:$performers;}
.christmas-parties-bg{background:$christmas-parties;}*/
/* Dark Background Colors */
.one-off-dark-bg {
  background: #c70f51;
}

.celebrations-dark-bg {
  background: #4f2270;
}

.street-dark-bg {
  background: #ee3b5d;
}

.wedding-dark-bg {
  background: #19988f;
}

.stallholders-dark-bg {
  background: #0a562c;
}

.multiple-dark-bg {
  background: #0e93b6;
}

.conferences-dark-bg {
  background: #001a39;
}

.band-dark-bg {
  background: #e58507;
}

.exhibitors-dark-bg {
  background: #b1538d;
}

.christmas-dark-bg {
  background: #cf1022;
}

.fireworks-dark-bg {
  background: #404f8f;
}

.sporting-dark-bg {
  background: #cb4c17;
}

.festivals-dark-bg {
  background: #69a635;
}

.shows-dark-bg {
  background: #004980;
}

.hole-in-one-dark-bg {
  background: #d5ab00;
}

/*tabs*/
.blue-tabs {
  background: #395875;
}

.active-tabs {
  background: #fff;
}

.clear {
  clear: both;
}

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

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.xs-margin-top.xs-margin-top {
  margin-top: 8px;
}

.sm-margin-top {
  margin-top: 15px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-border {
  border: none;
}

.uppercase {
  text-transform: uppercase;
}

.vpadding-smallest {
  padding: 8px 0;
}

.vpadding-small {
  padding: 15px 0;
}

.vpadding-small--bottom {
  padding: 0 0 15px 0;
}

.vpadding-default {
  padding: 30px 0;
}

.vpadding-large {
  padding: 45px 0;
}

.vpadding-largest {
  padding: 60px 0;
}

.hpadding-smallest {
  padding: 0 8px;
}

.hpadding-small {
  padding: 0 15px;
}

.hpadding-default {
  padding: 0 30px;
}

.hpadding-large {
  padding: 0 45px;
}

.hpadding-largest {
  padding: 0 60px;
}

.padding-smallest {
  padding: 8px 0;
}

.padding-small {
  padding: 15px;
}

.padding-default {
  padding: 30px;
}

.padding-large {
  padding: 45px;
}

.padding-largest {
  padding: 60px;
}

.flush-paragraph p {
  margin: 0;
}

.flush-heading-top h1, .flush-heading-top h2, .flush-heading-top h3, .flush-heading-top h4, .flush-heading-top h5, .flush-heading-top h6 {
  margin-top: 0;
}

.border-heading {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1px;
}
.border-heading.view-policies {
  margin: 10px 0;
}
.border-heading.small {
  font-size: 12px;
}
.border-heading span {
  background-color: #fff;
  padding: 10px;
}

.sm-uppercase {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.md-uppercase {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}

.flush-heading h1, .flush-heading h2, .flush-heading h3, .flush-heading h4, .flush-heading h5, .flush-heading h6 {
  margin: 0;
}

.small-blockquote blockquote {
  font-size: 16px;
  padding: 20px 0 0 80px;
}

blockquote {
  padding: 60px 0 0 0;
  background-size: 60px;
  font-style: italic;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
blockquote:before {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  left: 10px;
  background-size: contain;
}
blockquote p:nth-child(2) {
  font-size: 14px;
  font-style: normal;
}

.circle {
  border-radius: 90px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 23px;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.circle .circle-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle .circle-content span {
  font-size: 30px;
}
.circle .circle-content span.pound {
  font-size: 20px;
  position: relative;
  top: -6px;
}

img.rounded-corner {
  border-radius: 10px;
}

.intro {
  font-size: 20px;
}

p.phoneNumber {
  margin: 0;
}

.error {
  color: #e60303;
  text-align: left;
}

.hotlink {
  cursor: pointer;
}

/*=============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  blockquote {
    padding: 0 95px;
    background-position: 10px 0;
    font-size: 20px;
  }
}
.one-off-section .small-blockquote blockquote {
  color: #ed1261;
}

.wedding-section blockquote:before {
  background-image: url("/Content/Images/SVG-Icons/icon-quote-wedding.svg");
}
.wedding-section .small-blockquote blockquote {
  color: #1fbbb0;
}

.wedding-show-section blockquote:before {
  background-image: url("/Content/Images/SVG-Icons/icon-quote-wedding-show.svg");
}
.wedding-show-section .small-blockquote blockquote {
  color: #f9b4a9;
}

.celebrations-section .small-blockquote blockquote {
  color: #652C8F;
}

.street-parties-section .small-blockquote blockquote {
  color: #f1607c;
}

.stallholders-section .small-blockquote blockquote {
  color: #0E7B3E;
}

.multiple-section .small-blockquote blockquote {
  color: #11B2DC;
}

.conferences-section .small-blockquote blockquote {
  color: #002d62;
}

.band-section .small-blockquote blockquote {
  color: #f8991d;
}

.exhibitors-section .small-blockquote blockquote {
  color: #be6fa0;
}

.christmas-lights-section blockquote:before {
  background-image: url("/Content/Images/SVG-Icons/icon-quote-christmas.svg");
}
.christmas-lights-section .small-blockquote blockquote {
  color: #ed1b2e;
}

.fireworks-section .small-blockquote blockquote {
  color: #4d5fab;
}

.sporting-section .small-blockquote blockquote {
  color: #e65e25;
}

.shows-section .small-blockquote blockquote {
  color: #0060a9;
}

.festivals-section .small-blockquote blockquote {
  color: #7dc242;
}

.hole-in-one-section .small-blockquote blockquote {
  color: #fecc00;
}

.hot-food-section .small-blockquote blockquote {
  color: #7dc242;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Neue Helvetica eText W01";
  color: #616161 !important;
}

body:after {
  content: "mobtab";
  display: none;
}

.main {
  position: relative;
  top: 132px;
}
.main .main-content .main-content-inner {
  padding: 30px 0;
}
.main .main-content .main-content-inner img {
  max-width: 100% !important;
  height: initial !important;
}
.main .main-content .main-content-inner.mobile-no-top-padding {
  padding-top: 0px;
}
.main.main-wedding-show {
  top: unset;
  position: static;
}

.default-section .theme-colour {
  color: #003A63;
}
.default-section .theme-bg {
  background: #003A63;
}
.default-section .textEditor h2, .default-section .textEditor h3, .default-section .textEditor h4, .default-section .textEditor h5, .default-section .textEditor h6 {
  padding-top: 12px;
  padding-bottom: 3px;
}
.default-section .textEditor p {
  margin: 0;
  padding-bottom: 14px;
  padding-top: 4px;
}
.default-section .textEditor .intro {
  font-size: 20px;
}
.default-section .textEditor ul li {
  padding-bottom: 3px;
}
.default-section .textEditor img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.default-section .textEditor a {
  color: #3998c6;
}
.default-section .textEditor a:hover {
  color: #003A63 !important;
}

.one-off-section .theme-colour {
  color: #ed1261;
}
.one-off-section .theme-bg {
  background: #ed1261;
}
.one-off-section .theme-link a {
  color: #ed1261;
}
.one-off-section .theme-link a:hover {
  color: #c70f51;
}

.celebrations-section .theme-colour {
  color: #652C8F;
}
.celebrations-section .theme-bg {
  background: #652C8F;
}
.celebrations-section .theme-link a {
  color: #652C8F;
}
.celebrations-section .theme-link a:hover {
  color: #4f2270;
}

.street-parties-section .theme-colour, .street-section .theme-colour {
  color: #f1607c;
}
.street-parties-section .theme-bg, .street-section .theme-bg {
  background: #f1607c;
}
.street-parties-section .theme-link a, .street-section .theme-link a {
  color: #f1607c;
}
.street-parties-section .theme-link a:hover, .street-section .theme-link a:hover {
  color: #ee3b5d;
}

.wedding-section .theme-colour {
  color: #1fbbb0;
}
.wedding-section .theme-bg {
  background: #1fbbb0;
}
.wedding-section .theme-link a {
  color: #1fbbb0;
}
.wedding-section .theme-link a:hover {
  color: #19988f;
}

.wedding-show-section .theme-colour {
  color: #7d9bc1;
}
.wedding-show-section .theme-bg {
  background: #f9b4a9;
}
.wedding-show-section a {
  color: #f9b4a9;
}
.wedding-show-section a:hover {
  color: #f69383;
}

.stallholders-section .theme-colour {
  color: #0E7B3E;
}
.stallholders-section .theme-bg {
  background: #0E7B3E;
}
.stallholders-section .theme-link a {
  color: #0E7B3E;
}
.stallholders-section .theme-link a:hover {
  color: #0a562c;
}

.multiple-section .theme-colour {
  color: #11B2DC;
}
.multiple-section .theme-bg {
  background: #11B2DC;
}
.multiple-section .theme-link a {
  color: #11B2DC;
}
.multiple-section .theme-link a:hover {
  color: #0e93b6;
}

.conferences-section .theme-colour {
  color: #002d62;
}
.conferences-section .theme-bg {
  background: #002d62;
}
.conferences-section .theme-link a {
  color: #002d62;
}
.conferences-section .theme-link a:hover {
  color: #001a39;
}

.band-section .theme-colour {
  color: #f8991d;
}
.band-section .theme-bg {
  background: #f8991d;
}
.band-section .theme-link a {
  color: #f8991d;
}
.band-section .theme-link a:hover {
  color: #e58507;
}

.exhibitors-section .theme-colour {
  color: #be6fa0;
}
.exhibitors-section .theme-bg {
  background: #be6fa0;
}
.exhibitors-section .theme-link a {
  color: #be6fa0;
}
.exhibitors-section .theme-link a:hover {
  color: #b1538d;
}

.christmas-lights-section .theme-colour, .christmas-section .theme-colour {
  color: #ed1b2e;
}
.christmas-lights-section .theme-bg, .christmas-section .theme-bg {
  background: #ed1b2e;
}
.christmas-lights-section .theme-link a, .christmas-section .theme-link a {
  color: #ed1b2e;
}
.christmas-lights-section .theme-link a:hover, .christmas-section .theme-link a:hover {
  color: #cf1022;
}

.fireworks-section .theme-colour {
  color: #4d5fab;
}
.fireworks-section .theme-bg {
  background: #4d5fab;
}
.fireworks-section .theme-link a {
  color: #4d5fab;
}
.fireworks-section .theme-link a:hover {
  color: #404f8f;
}

.sporting-section .theme-colour {
  color: #e65e25;
}
.sporting-section .theme-bg {
  background: #e65e25;
}
.sporting-section .theme-link a {
  color: #e65e25;
}
.sporting-section .theme-link a:hover {
  color: #cb4c17;
}

.shows-section .theme-colour {
  color: #0060a9;
}
.shows-section .theme-bg {
  background: #0060a9;
}
.shows-section .theme-link a {
  color: #0060a9;
}
.shows-section .theme-link a:hover {
  color: #004980;
}

.festivals-section .theme-colour {
  color: #7dc242;
}
.festivals-section .theme-bg {
  background: #7dc242;
}
.festivals-section .theme-link a {
  color: #7dc242;
}
.festivals-section .theme-link a:hover {
  color: #69a635;
}

.hole-in-one-section .theme-colour {
  color: #fecc00;
}
.hole-in-one-section .theme-bg {
  background: #fecc00;
}
.hole-in-one-section .theme-link a {
  color: #fecc00;
}
.hole-in-one-section .theme-link a:hover {
  color: #d5ab00;
}

.roll-a-dice-section .theme-colour {
  color: #fecc00;
}
.roll-a-dice-section .theme-bg {
  background: #fecc00;
}
.roll-a-dice-section .theme-link a {
  color: #fecc00;
}
.roll-a-dice-section .theme-link a:hover {
  color: #d5ab00;
}

.hot-food-section .theme-colour {
  color: #7dc242;
}
.hot-food-section .theme-bg {
  background: #7dc242;
}
.hot-food-section .theme-link a {
  color: #7dc242;
}
.hot-food-section .theme-link a:hover {
  color: #69a635;
}

.intro-page {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  body.menu-open {
    overflow-y: hidden;
    height: 100%;
  }
}
/*============================

   SM MIN 768

================================*/
@media (min-width: 768px) {
  .main {
    top: 0;
  }
  .main .main-content .main-content-inner {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .main .main-content .main-content-inner.mobile-no-top-padding {
    padding-top: 60px;
  }
}
.btn {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  border: none;
}
.btn:focus {
  outline: 0;
}
.btn.blue-btn {
  border: none;
  background: #3998c6;
  color: #fff;
  box-sizing: border-box;
  padding: 14px 10px 14px 56px;
  border-radius: 0 4px 4px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.btn.blue-btn:hover {
  background: #3080a6;
}
.btn.blue-btn .blue-btn-icon {
  position: absolute;
  background: #3080a6;
  height: 100%;
  top: 0;
  width: 50px;
  left: -4px;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
.btn.blue-btn .blue-btn-icon i {
  position: absolute;
  top: 50%;
  margin: -10px auto 0 auto;
  left: 0;
  right: 0;
  font-size: 24px;
}
.btn.yellow-btn {
  border: none;
  background: #ffd219;
  color: #fff;
  box-sizing: border-box;
  padding: 14px 10px 14px 56px;
  border-radius: 0 4px 4px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  /*.blue-btn-icon{
      position:absolute;
      background:darken($ei-light-blue, 8%);
      height:100%;
      top:0;
      width:50px;
      left:-4px;
      border-radius:4px 0 0 4px;
      text-align:center;
      i{
          position:absolute;
          top:50%;
          margin:-10px auto 0 auto;
          left:0;
          right:0;
          font-size:24px;
      }
  }*/
}
.btn.yellow-btn:hover {
  background: #efc000;
}
.btn.bg-btn {
  color: #fff;
}
.btn.bg-btn:hover {
  color: #fff;
}
.btn.no-bg-btn {
  background: #fff;
}
.btn.no-bg-btn:hover {
  opacity: 0.9;
}
.btn.btn-small {
  padding: 5px 0px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 10px;
  width: 140px;
}
.btn.btn-smallest {
  padding: 5px 0;
  font-size: 12px;
  line-height: 24px;
  border-radius: 4px;
  width: 140px;
}
.btn.btn-default {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  width: 220px;
}
.btn.btn-lg {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  width: 340px;
}
.btn.btn-wide {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  width: 280px;
}
.btn.btn-upload {
  padding: 8px 0px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 10px;
}
.btn.btn-find-address {
  padding: 8px 0px;
  font-size: 12px;
  line-height: 11px;
  border-radius: 6px;
  width: 144px;
  display: inline-block;
  margin: 10px 0 14px 0;
}
.btn.btn-tabs {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 18px;
  border-radius: 0px;
  text-transform: none;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn.btn-tabs:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn.btn-tabs.active {
  background: #fff;
}
.btn.btn-left {
  float: left;
  clear: both;
}
.btn.btn-right {
  float: right;
}
.btn.btn-step {
  width: 40%;
}
.btn.btnNext, .btn.btnPrev {
  width: auto;
  padding: 10px 25px;
}

.btn-divide {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-divide a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  border: none;
  background: #003A63;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 10px;
  z-index: 99;
  line-height: normal;
  margin-top: 10px;
}
.btn-divide a:hover {
  background: #00223a;
}
.btn-divide::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  top: 5px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.three-btn .btn-small {
  margin: 0;
}
.three-btn .btnright {
  float: right;
}
.three-btn .btnright div {
  padding: 5px 0;
}
.three-btn .btnright div input {
  float: none;
}

.btnlink a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px;
  width: 235px;
}

.pod-telephone {
  margin: 16px 0 16px 0;
}

/*=============================

    XS MIN 480

=================================*/
@media (min-width: 480px) {
  .three-btn .btn.btn-small.extend-btn-width {
    width: 200px;
  }
  .three-btn .btnright div {
    float: right;
  }
  .three-btn .btnright div:first-child:before {
    content: "or";
    font-weight: 600;
    padding: 6px 10px;
    font-size: 14px;
    display: inline-block;
  }
  .three-btn .btnright div:only-child:before {
    content: none;
  }
  .three-btn .btnright div input {
    float: right;
  }
  .btn-divide {
    height: 75px;
    overflow: hidden;
  }
  .btn-divide a {
    border: 20px solid white;
    border-radius: 32px;
    margin-top: 0;
  }
}
/*=====================================

    SM MIN 768

==========================================*/
@media (min-width: 768px) {
  .btn.btn-small {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    width: 175px;
  }
  .btn.btn-default {
    padding: 15px 0px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 10px;
    width: 235px;
  }
  .three-btn {
    /*.btn{
        float:right;
        margin:0;
        &:first-child{
            float:left;
        }
        &:last-child{
            position:relative;             
        }
    }*/
  }
  .three-btn .btn-left {
    float: left;
  }
  .three-btn .btnright div:first-child:before {
    padding: 10px;
    font-size: 16px;
  }
}
/*==========================================

    MD MIN 992

============================================*/
@media (min-width: 992px) {
  .btn.btn-small {
    width: 150px;
  }
  .btn.btn-small.extend-btn-width {
    width: 200px;
  }
  .btn.btn-step {
    width: 175px;
  }
  .btn.btn-find-address {
    margin: 0 0 0 5px;
  }
  .three-btn .btnright div:first-child:before {
    padding: 12px 10px;
  }
  .btn-mobile-only {
    display: none !important;
  }
}
.birthday-section .no-bg-btn {
  background-color: #3998c6;
  color: #fff;
}
.birthday-section .bg-btn, .birthday-section .btnlink a {
  background-color: #ffd219;
  color: #003A63;
}
.birthday-section .bg-btn:hover, .birthday-section .btnlink a:hover {
  background-color: #efc000;
}
.birthday-section .btn-tabs {
  background: #ffd219;
  color: #fff;
}
.birthday-section .btn-tabs:hover {
  background-color: #efc000;
}
.birthday-section .btn-tabs.active:hover {
  background-color: #fff;
}

.one-off-section .no-bg-btn {
  color: #fff;
  background-color: #ed1261;
}
.one-off-section .bg-btn, .one-off-section .btnlink a {
  background-color: #ed1261;
}
.one-off-section .bg-btn:hover, .one-off-section .btnlink a:hover {
  background-color: #c70f51;
}
.one-off-section .btn-tabs {
  background: #ed1261;
  color: #fff;
}
.one-off-section .btn-tabs:hover {
  background-color: #c70f51;
}
.one-off-section .btn-tabs.active:hover {
  background-color: #fff;
}

.celebrations-section .no-bg-btn {
  color: #fff;
  background-color: #652C8F;
}
.celebrations-section .bg-btn, .celebrations-section .btnlink a {
  background-color: #652C8F;
}
.celebrations-section .bg-btn:hover, .celebrations-section .btnlink a:hover {
  background-color: #4f2270;
}
.celebrations-section .btn-tabs {
  background: #652C8F;
  color: #fff;
}
.celebrations-section .btn-tabs:hover {
  background-color: #4f2270;
}
.celebrations-section .btn-tabs.active:hover {
  background-color: #fff;
}

.street-parties-section .no-bg-btn {
  color: #fff;
  background-color: #f1607c;
}
.street-parties-section .bg-btn, .street-parties-section .btnlink a {
  background-color: #f1607c;
}
.street-parties-section .bg-btn:hover, .street-parties-section .btnlink a:hover {
  background-color: #ee3b5d;
}
.street-parties-section .btn-tabs {
  background: #f1607c;
  color: #fff;
}
.street-parties-section .btn-tabs:hover {
  background-color: #ee3b5d;
}
.street-parties-section .btn-tabs.active:hover {
  background-color: #fff;
}

.wedding-section .no-bg-btn {
  color: #fff;
  background-color: #1fbbb0;
}
.wedding-section .bg-btn, .wedding-section .btnlink a {
  background-color: #1fbbb0;
}
.wedding-section .bg-btn:hover, .wedding-section .btnlink a:hover {
  background-color: #19988f;
}
.wedding-section .btn-tabs {
  background: #1fbbb0;
  color: #fff;
}
.wedding-section .btn-tabs:hover {
  background-color: #19988f;
}
.wedding-section .btn-tabs.active:hover {
  background-color: #fff;
}

.wedding-show-section .no-bg-btn {
  color: #fff;
  background-color: #f9b4a9;
}
.wedding-show-section .bg-btn, .wedding-show-section .btnlink a {
  background-color: #f9b4a9;
}
.wedding-show-section .bg-btn:hover, .wedding-show-section .btnlink a:hover {
  background-color: #f69383;
}
.wedding-show-section .btn-tabs {
  background: #f9b4a9;
  color: #fff;
}
.wedding-show-section .btn-tabs:hover {
  background-color: #f69383;
}
.wedding-show-section .btn-tabs.active:hover {
  background-color: #fff;
}

.stallholders-section .no-bg-btn {
  color: #fff;
  background-color: #0E7B3E;
}
.stallholders-section .bg-btn, .stallholders-section .btnlink a {
  background-color: #0E7B3E;
}
.stallholders-section .bg-btn:hover, .stallholders-section .btnlink a:hover {
  background-color: #0a562c;
}
.stallholders-section .btn-tabs {
  background: #0E7B3E;
  color: #fff;
}
.stallholders-section .btn-tabs:hover {
  background-color: #0a562c;
}
.stallholders-section .btn-tabs.active:hover {
  background-color: #fff;
}

.multiple-section .no-bg-btn {
  color: #fff;
  background-color: #11B2DC;
}
.multiple-section .bg-btn, .multiple-section .btnlink a {
  background-color: #11B2DC;
}
.multiple-section .bg-btn:hover, .multiple-section .btnlink a:hover {
  background-color: #0e93b6;
}
.multiple-section .btn-tabs {
  background: #11B2DC;
  color: #fff;
}
.multiple-section .btn-tabs:hover {
  background-color: #0e93b6;
}
.multiple-section .btn-tabs.active:hover {
  background-color: #fff;
}

.conferences-section .no-bg-btn {
  color: #fff;
  background-color: #002d62;
}
.conferences-section .bg-btn, .conferences-section .btnlink a {
  background-color: #002d62;
}
.conferences-section .bg-btn:hover, .conferences-section .btnlink a:hover {
  background-color: #001a39;
}
.conferences-section .btn-tabs {
  background: #002d62;
  color: #fff;
}
.conferences-section .btn-tabs:hover {
  background-color: #001a39;
}
.conferences-section .btn-tabs.active:hover {
  background-color: #fff;
}

.band-section .no-bg-btn {
  color: #fff;
  background-color: #f8991d;
}
.band-section .bg-btn, .band-section .btnlink a {
  background-color: #f8991d;
}
.band-section .bg-btn:hover, .band-section .btnlink a:hover {
  background-color: #e58507;
}
.band-section .btn-tabs {
  background: #f8991d;
  color: #fff;
}
.band-section .btn-tabs:hover {
  background-color: #e58507;
}
.band-section .btn-tabs.active:hover {
  background-color: #fff;
}

.exhibitors-section .no-bg-btn {
  color: #fff;
  background-color: #be6fa0;
}
.exhibitors-section .bg-btn, .exhibitors-section .btnlink a {
  background-color: #be6fa0;
}
.exhibitors-section .bg-btn:hover, .exhibitors-section .btnlink a:hover {
  background-color: #b1538d;
}
.exhibitors-section .btn-tabs {
  background: #be6fa0;
  color: #fff;
}
.exhibitors-section .btn-tabs:hover {
  background-color: #b1538d;
}
.exhibitors-section .btn-tabs.active:hover {
  background-color: #fff;
}

.christmas-lights-section .no-bg-btn {
  color: #fff;
  background-color: #ed1b2e;
}
.christmas-lights-section .bg-btn, .christmas-lights-section .btnlink a {
  background-color: #ed1b2e;
}
.christmas-lights-section .bg-btn:hover, .christmas-lights-section .btnlink a:hover {
  background-color: #cf1022;
}
.christmas-lights-section .btn-tabs {
  background: #ed1b2e;
  color: #fff;
}
.christmas-lights-section .btn-tabs:hover {
  background-color: #cf1022;
}
.christmas-lights-section .btn-tabs.active:hover {
  background-color: #fff;
}

.fireworks-section .no-bg-btn {
  color: #fff;
  background-color: #4d5fab;
}
.fireworks-section .bg-btn, .fireworks-section .btnlink a {
  background-color: #4d5fab;
}
.fireworks-section .bg-btn:hover, .fireworks-section .btnlink a:hover {
  background-color: #404f8f;
}
.fireworks-section .btn-tabs {
  background: #4d5fab;
  color: #fff;
}
.fireworks-section .btn-tabs:hover {
  background-color: #404f8f;
}
.fireworks-section .btn-tabs.active:hover {
  background-color: #fff;
}

.festivals-section .no-bg-btn {
  color: #fff;
  background-color: #7dc242;
}
.festivals-section .bg-btn, .festivals-section .btnlink a {
  background-color: #7dc242;
}
.festivals-section .bg-btn:hover, .festivals-section .btnlink a:hover {
  background-color: #69a635;
}
.festivals-section .btn-tabs {
  background: #7dc242;
  color: #fff;
}
.festivals-section .btn-tabs:hover {
  background-color: #69a635;
}
.festivals-section .btn-tabs.active:hover {
  background-color: #fff;
}

.shows-section .no-bg-btn {
  color: #fff;
  background-color: #0060a9;
}
.shows-section .bg-btn {
  background-color: #0060a9;
}
.shows-section .bg-btn:hover {
  background-color: #004980;
}
.shows-section .btn-tabs {
  background: #0060a9;
  color: #fff;
}
.shows-section .btn-tabs:hover {
  background-color: #004980;
}
.shows-section .btn-tabs.active:hover {
  background-color: #fff;
}

.sporting-section .no-bg-btn {
  color: #fff;
  background-color: #e65e25;
}
.sporting-section .bg-btn, .sporting-section .btnlink a {
  background-color: #e65e25;
}
.sporting-section .bg-btn:hover, .sporting-section .btnlink a:hover {
  background-color: #cb4c17;
}
.sporting-section .btn-tabs {
  background: #e65e25;
  color: #fff;
}
.sporting-section .btn-tabs:hover {
  background-color: #cb4c17;
}
.sporting-section .btn-tabs.active:hover {
  background-color: #fff;
}

.hole-in-one-section .no-bg-btn {
  color: #fff;
  background-color: #fecc00;
}
.hole-in-one-section .bg-btn, .hole-in-one-section .btnlink a {
  background-color: #fecc00;
}
.hole-in-one-section .bg-btn:hover, .hole-in-one-section .btnlink a:hover {
  background-color: #d5ab00;
}
.hole-in-one-section .btn-tabs {
  background: #fecc00;
  color: #fff;
}
.hole-in-one-section .btn-tabs:hover {
  background-color: #d5ab00;
}
.hole-in-one-section .btn-tabs.active:hover {
  background-color: #fff;
}

.roll-a-dice-section .no-bg-btn {
  color: #fff;
  background-color: #fecc00;
}
.roll-a-dice-section .bg-btn, .roll-a-dice-section .btnlink a {
  background-color: #fecc00;
}
.roll-a-dice-section .bg-btn:hover, .roll-a-dice-section .btnlink a:hover {
  background-color: #d5ab00;
}
.roll-a-dice-section .btn-tabs {
  background: #fecc00;
  color: #fff;
}
.roll-a-dice-section .btn-tabs:hover {
  background-color: #d5ab00;
}
.roll-a-dice-section .btn-tabs.active:hover {
  background-color: #fff;
}

.hot-food-section .no-bg-btn {
  color: #fff;
  background-color: #7dc242;
}
.hot-food-section .bg-btn, .hot-food-section .btnlink a {
  background-color: #7dc242;
}
.hot-food-section .bg-btn:hover, .hot-food-section .btnlink a:hover {
  background-color: #69a635;
}
.hot-food-section .btn-tabs {
  background: #7dc242;
  color: #fff;
}
.hot-food-section .btn-tabs:hover {
  background-color: #69a635;
}
.hot-food-section .btn-tabs.active:hover {
  background-color: #fff;
}

.default-section .no-bg-btn {
  color: #fff;
  background-color: #003A63;
}
.default-section .bg-btn, .default-section .btnlink a {
  background-color: #003A63;
}
.default-section .bg-btn:hover, .default-section .btnlink a:hover {
  background-color: #00223a;
}

.bg-btn.button-disabled {
  background-color: #b7b7b7;
}

.bg-btn.button-disabled:hover {
  background-color: #b7b7b7;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p.biggest {
  font-size: 22px;
}
p.big {
  font-size: 16px;
}
p.small {
  font-size: 12px;
}
p.smallest {
  font-size: 9px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 900;
}
h1.smallest, h2.smallest, h3.smallest, h4.smallest, h5.smallest, h6.smallest,
.h1.smallest, .h2.smallest, .h3.smallest, .h4.smallest, .h5.smallest, .h6.smallest {
  font-size: 14px;
}

h1,
.h1 {
  font-size: 54px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 32px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 16px;
}

ul.unstyled, ol.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.default-list, ol.default-list {
  padding-left: 2em;
}

.textEditor h1, .textEditor h2, .textEditor h3, .textEditor h4, .textEditor h5, .textEditor h6 {
  margin: 0;
}
.textEditor h1.default, .textEditor h2.default, .textEditor h3.default, .textEditor h4.default, .textEditor h5.default, .textEditor h6.default {
  color: #616161;
}
.textEditor h1 {
  font-size: 40px;
}
.textEditor h2 {
  font-size: 18px;
}
.textEditor h3 {
  font-size: 16px;
}
.textEditor h4 {
  font-size: 14px;
}
.textEditor .note {
  background: rgba(0, 0, 0, 0.1);
  padding: 12px 6px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.textEditor.page404 {
  font-size: 18px;
}

/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=4edbe2d6-6586-4599-b832-ae4f2fcfa878");*/
/*@font-face{
font-family:"Neue Helvetica eText W01_n2";
src:url('/Content/Fonts/site-theme/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot') format("eot");
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot") format("eot");
  src: url("/Content/Fonts/site-theme/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot") format("eot"), url("/Content/Fonts/site-theme/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2") format("woff2"), url("/Content/Fonts/site-theme/d7d2e6c6-fc3a-41a5-9b52-648e12e215b2.woff") format("woff"), url("/Content/Fonts/site-theme/cb64744b-d0f7-4ef8-a790-b60d6e3e4f21.ttf") format("truetype"), url("/Content/Fonts/site-theme/ccde919e-a712-41ef-b90f-9efc47661659.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_i2";
src:url('/Content/Fonts/site-theme/fc780ce0-5b33-4e1d-b89b-66111a4d0ed8.eot') format("eot");
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/fc780ce0-5b33-4e1d-b89b-66111a4d0ed8.eot") format("eot");
  src: url("/Content/Fonts/site-theme/fc780ce0-5b33-4e1d-b89b-66111a4d0ed8.eot") format("eot"), url("/Content/Fonts/site-theme/0381d699-73ef-4558-9e61-38385c9fc5da.woff2") format("woff2"), url("/Content/Fonts/site-theme/2731e338-d92f-4492-8480-8b55ae1139f6.woff") format("woff"), url("/Content/Fonts/site-theme/40e43cb5-d6b2-4ceb-b369-527d1007a2c7.ttf") format("truetype"), url("/Content/Fonts/site-theme/c1993d56-4077-454a-8b19-635fa5a39532.svg") format("svg");
  font-weight: 200;
  font-style: italic;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_n4";
src:url("/Content/Fonts/site-theme/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix");
  src: url("/Content/Fonts/site-theme/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff2") format("woff2"), url("/Content/Fonts/site-theme/ce6f5b38-1cb5-4a27-8182-583aa68b2436.woff") format("woff"), url("/Content/Fonts/site-theme/ff06cde7-e06a-4cf0-af4d-5b2f737bf544.ttf") format("truetype"), url("/Content/Fonts/site-theme/958b12cf-2908-4254-8cb9-9b12c3aa151e.svg#958b12cf-2908-4254-8cb9-9b12c3aa151e") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_i4";
src:url("/Content/Fonts/site-theme/5935d076-bd6d-4ca4-b995-d739ffa09754.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/5935d076-bd6d-4ca4-b995-d739ffa09754.eot?#iefix");
  src: url("/Content/Fonts/site-theme/5935d076-bd6d-4ca4-b995-d739ffa09754.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/56e66f56-3016-44fd-84b2-8e40d9743656.woff2") format("woff2"), url("/Content/Fonts/site-theme/4d65bb6f-e667-4bd0-8e92-34e67bf6ac8b.woff") format("woff"), url("/Content/Fonts/site-theme/86631d82-6e27-4db2-988a-6b79a6c0d8ed.ttf") format("truetype"), url("/Content/Fonts/site-theme/205c950e-e47f-4d97-9738-0a68edc4258d.svg#205c950e-e47f-4d97-9738-0a68edc4258d") format("svg");
  font-weight: 400;
  font-style: italic;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_n5";
src:url("/Content/Fonts/site-theme/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix");
  src: url("/Content/Fonts/site-theme/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff2") format("woff2"), url("/Content/Fonts/site-theme/07173950-fa69-4b65-9c71-0cf2ec00b51d.woff") format("woff"), url("/Content/Fonts/site-theme/aac5a4b8-ffd3-4529-a098-21b91bc86f9a.ttf") format("truetype"), url("/Content/Fonts/site-theme/2379b081-2371-47d9-8be9-4e39d7892ebf.svg#2379b081-2371-47d9-8be9-4e39d7892ebf") format("svg");
  font-weight: 500;
  font-style: normal;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_i5";
src:url("/Content/Fonts/site-theme/4da0f075-0a40-4129-a4df-43aa140d94b0.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/4da0f075-0a40-4129-a4df-43aa140d94b0.eot?#iefix");
  src: url("/Content/Fonts/site-theme/4da0f075-0a40-4129-a4df-43aa140d94b0.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/7d8282ed-f0c0-49f6-99f1-95be8623cbf1.woff2") format("woff2"), url("/Content/Fonts/site-theme/2620c12a-dedb-4d35-8f4c-b951dcc1d4df.woff") format("woff"), url("/Content/Fonts/site-theme/ae4300e1-4ab3-46c8-b619-0d142d97522c.ttf") format("truetype"), url("/Content/Fonts/site-theme/4e787888-465d-4004-b616-6565e88fbe50.svg#4e787888-465d-4004-b616-6565e88fbe50") format("svg");
  font-weight: 500;
  font-style: italic;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_n7";
src:url("/Content/Fonts/site-theme/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix");
  src: url("/Content/Fonts/site-theme/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/6dfa3ef5-ebc5-4d23-a631-b3d746c2ad39.woff2") format("woff2"), url("/Content/Fonts/site-theme/Fonts/site-theme/588c9ba8-1d28-4ad6-bf18-7128152d84c4.woff") format("woff"), url("/Content/Fonts/site-theme/55334dfb-9c72-4147-8de0-21239f17ff25.ttf") format("truetype"), url("/Content/Fonts/site-theme/62455047-c81f-44f1-8938-7739fa0f0e8d.svg#62455047-c81f-44f1-8938-7739fa0f0e8d") format("svg");
  font-weight: 700;
  font-style: normal;
}
/*@font-face{
font-family:"Neue Helvetica eText W01_i7";
src:url("/Content/Fonts/site-theme/a48e33d0-3542-482d-9284-e41d31c4d583.eot?#iefix") format("eot")
}*/
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("/Content/Fonts/site-theme/a48e33d0-3542-482d-9284-e41d31c4d583.eot?#iefix");
  src: url("/Content/Fonts/site-theme/a48e33d0-3542-482d-9284-e41d31c4d583.eot?#iefix") format("eot"), url("/Content/Fonts/site-theme/15ed0ff2-0715-4aca-af0c-00840c3a4dd7.woff2") format("woff2"), url("/Content/Fonts/site-theme/9b77b336-b221-497e-b255-7833856bb4a9.woff") format("woff"), url("/Content/Fonts/site-theme/5c9a7798-4870-4139-ab84-7a300a7dc3e1.ttf") format("truetype"), url("/Content/Fonts/site-theme/3b59e91c-919a-4e7a-9ada-8c73b3378f03.svg#3b59e91c-919a-4e7a-9ada-8c73b3378f03") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("/Content/Fonts/site-theme/icomoon.eot?1xiqke");
  src: url("/Content/Fonts/site-theme/icomoon.eot?1xiqke#iefix") format("embedded-opentype"), url("/Content/Fonts/site-theme/icomoon.ttf?1xiqke") format("truetype"), url("/Content/Fonts/site-theme/icomoon.woff?1xiqke") format("woff"), url("/Content/Fonts/site-theme/icomoon.svg?1xiqke#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-icon-notice-close:before {
  content: "\e902";
}
.icon.icon-help:before {
  content: "\e901";
}
.icon.icon-lock:before {
  content: "\e900";
}
.icon.icon-plus-circle:before {
  content: "\e812";
}
.icon.icon-minus-circle:before {
  content: "\e813";
}
.icon.icon-document:before {
  content: "\e811";
}
.icon.icon-x-close:before {
  content: "\e80e";
}
.icon.icon-right-arrow:before {
  content: "\e80f";
}
.icon.icon-left-arrow:before {
  content: "\e810";
}
.icon.icon-telephone:before {
  content: "\e804";
}
.icon.icon-email:before {
  content: "\e805";
}
.icon.icon-contact:before {
  content: "\e806";
}
.icon.icon-location:before {
  content: "\e807";
}
.icon.icon-hours:before {
  content: "\e808";
}
.icon.icon-fax:before {
  content: "\e809";
}
.icon.icon-facebook:before {
  content: "\e80a";
}
.icon.icon-twitter:before {
  content: "\e80b";
}
.icon.icon-pinterest:before {
  content: "\e80c";
}
.icon.icon-speech-bubble2:before {
  content: "\e80d";
}
.icon.icon-heart:before {
  content: "\e802";
}
.icon.icon-speech-bubble:before {
  content: "\e803";
}
.icon.icon-minus:before {
  content: "\e801";
}
.icon.icon-plus:before {
  content: "\e800";
}
.icon.icon-your-role:before {
  content: "\e60c";
}
.icon.icon-adverse-weather:before {
  content: "\e600";
}
.icon.icon-animals:before {
  content: "\e601";
}
.icon.icon-attractions:before {
  content: "\e602";
}
.icon.icon-displays:before {
  content: "\e603";
}
.icon.icon-employers-liability:before {
  content: "\e604";
}
.icon.icon-gymnastics:before {
  content: "\e605";
}
.icon.icon-marshals:before {
  content: "\e606";
}
.icon.icon-over75:before {
  content: "\e607";
}
.icon.icon-risk-assessment:before {
  content: "\e608";
}
.icon.icon-shooting:before {
  content: "\e609";
}
.icon.icon-structures:before {
  content: "\e60a";
}
.icon.icon-treatment:before {
  content: "\e60b";
}

@font-face {
  font-family: "events-insurance";
  src: url("/Content/Fonts/icons/events-insurance.eot");
  src: url("/Content/Fonts/icons/events-insurance.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/icons/events-insurance.woff") format("woff"), url("/Content/Fonts/icons/events-insurance.ttf") format("truetype"), url("/Content/Fonts/icons/events-insurance.svg#events-insurance") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "events-insurance" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-icon-broker-contact-circle:before {
  content: "\e000";
}

.icon-icon-contact-circle:before {
  content: "\e001";
}

.icon-icon-fax-circle:before {
  content: "\e003";
}

.icon-icon-hours-circle:before {
  content: "\e004";
}

.icon-icon-location-circle:before {
  content: "\e005";
}

.icon-icon-need-help-circle:before {
  content: "\e006";
}

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

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

.icon-icon-linkedin-circle:before {
  content: "\e00b";
}

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

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

.icon-icon-email-circle-1:before {
  content: "\e00d";
}

.icon-icon-why-choose-circle-1:before {
  content: "\e00a";
}

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

.icon-icon-people-circle:before {
  content: "\e00e";
}

.icon-icon-clipboard-circle:before {
  content: "\e00f";
}

.logo-text {
  text-align: center;
}
.logo-text .logo-text-section {
  margin: 0 auto;
  width: 74%;
}
.logo-text .logo-text-section img {
  max-width: 80%;
}
.logo-text .logo-text-section:last-child {
  font-size: 12px;
}
.logo-text .logo-text-section:last-child:before {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  width: 30%;
  height: 20px;
  display: block;
  margin: 20px auto 0 auto;
}

object svg {
  width: 100%;
  height: 100%;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

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

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

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

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

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

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

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

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

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

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

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

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

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

/* icon support */
.ui-menu-icons {
  position: relative;
}

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

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

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

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

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

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

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

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

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

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

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

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

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

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

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

.elements-carousel {
  overflow: hidden;
}
.elements-carousel .outer-wrapper {
  width: 10000%;
  margin-left: -4950%;
  position: relative;
}
.elements-carousel ul {
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  height: 150px;
}

.element-carousel-button {
  display: none;
}

.slide-bg.grey {
  background: rgba(0, 0, 0, 0.07);
}

#homepage-carousel {
  text-align: center;
  overflow: hidden;
}
#homepage-carousel .item {
  height: 420px;
}
#homepage-carousel .item .container {
  position: relative;
  height: 100%;
}
#homepage-carousel .carousel-indicators {
  bottom: 86px;
}
#homepage-carousel .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  border-radius: 50%;
  /* Had to temporarily remove black opacity as we needed dots to work on a black background for fireworks carousel
     opacity: .4;
  @include transition(opacity .5s);
  border: 2px solid $black;*/
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 2px solid #bebebe;
}
#homepage-carousel .carousel-indicators li:hover, #homepage-carousel .carousel-indicators li.active {
  background: #bebebe;
}
#homepage-carousel .carousel-title:before, #homepage-carousel .carousel-title:after {
  content: " ";
  display: table;
}
#homepage-carousel .carousel-title:after {
  clear: both;
}
#homepage-carousel .carousel-title.big .title {
  font-size: 28px;
}
#homepage-carousel .carousel-title.big .sub-title {
  font-size: 22px;
}
#homepage-carousel .carousel-title .title {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -2px;
  margin-bottom: 0;
  margin-top: 36px;
  line-height: 1;
}
#homepage-carousel .carousel-title .sub-title {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: -1px;
  display: block;
  line-height: 1;
  padding-top: 5px;
}
#homepage-carousel .circle {
  display: none;
}
#homepage-carousel .layout-one .img {
  position: absolute;
  bottom: -15px;
  width: 100px;
  max-width: 420px;
  display: none;
}
#homepage-carousel .layout-one .img img {
  max-width: 100%;
}
#homepage-carousel .layout-one .title span {
  position: relative;
}
#homepage-carousel .layout-one ul {
  font-size: 12px;
  margin: 15px 0;
  list-style-type: none;
}
#homepage-carousel .layout-one ul li {
  padding: 2px 0;
  color: rgba(0, 0, 0, 0.6);
}
#homepage-carousel .layout-two .img {
  position: absolute;
  right: -200px;
  z-index: 0;
  display: none;
  height: 100%;
}
#homepage-carousel .layout-two .img img {
  max-width: 100%;
  height: 100%;
}
#homepage-carousel .layout-two .title {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
#homepage-carousel .layout-two .title strong {
  color: #ffd219;
  font-size: 140%;
}
#homepage-carousel .layout-two .title .line-break {
  display: block;
  padding-left: 0;
}
#homepage-carousel .layout-two .title span {
  position: relative;
}
#homepage-carousel .layout-two ul {
  font-size: 12px;
  margin: 15px 0;
  list-style-type: none;
}
#homepage-carousel .layout-two ul li {
  padding: 2px 0;
  color: rgba(0, 0, 0, 0.6);
}
#homepage-carousel .layout-two .carousel-text {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#homepage-carousel .layout-two .content {
  z-index: 100;
  position: absolute;
}
#homepage-carousel .layout-two .btn {
  float: initial;
}
#homepage-carousel .carousel-links .btn {
  margin-left: 0;
  display: inline-block;
}
#homepage-carousel .carousel-links span {
  padding-left: 10px;
}

.carousel-control {
  display: none;
}

.areas-carousel-wrapper {
  margin-top: -80px;
}

.birthday-section {
  background: #3998c6;
  z-index: 0;
}

.firework-night-section {
  /*background: $black;*/
  z-index: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 20%;
  background-size: 60%;
}
.firework-night-section h2 {
  color: #ffa547 !important;
}
.firework-night-section a.theme-colour {
  color: #ffa547 !important;
}
.firework-night-section a.theme-colour:hover {
  color: #ffb867 !important;
}
.firework-night-section .bg-btn {
  background-color: #ffa547 !important;
}
.firework-night-section .bg-btn:hover {
  background-color: #ffb867 !important;
}
.firework-night-section .tick-list li {
  /*color: white!important;*/
}
.firework-night-section span .sr-only {
  border: 1px solid red !important;
}
.firework-night-section .img {
  height: 400px;
}

.christmas-markets-section {
  /*background: $black;*/
  z-index: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -750px;
}
.christmas-markets-section h2 {
  color: #E9212E !important;
}
.christmas-markets-section a.theme-colour {
  color: #E9212E !important;
}
.christmas-markets-section a.theme-colour:hover {
  color: #E9212E !important;
}
.christmas-markets-section .bg-btn {
  background-color: #E9212E !important;
}
.christmas-markets-section .bg-btn:hover {
  background-color: #E9212E !important;
}
.christmas-markets-section .tick-list li {
  /*color: white!important;*/
}
.christmas-markets-section span .sr-only {
  border: 1px solid red !important;
}
.christmas-markets-section .img {
  height: 400px;
}

.christmas-lights-section-carousel {
  background: #000;
  z-index: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -750px;
}
.christmas-lights-section-carousel h2 {
  color: #E9212E !important;
}
.christmas-lights-section-carousel a.theme-colour {
  color: #E9212E !important;
}
.christmas-lights-section-carousel a.theme-colour:hover {
  color: #E9212E !important;
}
.christmas-lights-section-carousel .bg-btn {
  background-color: #E9212E !important;
}
.christmas-lights-section-carousel .bg-btn:hover {
  background-color: #E9212E !important;
}
.christmas-lights-section-carousel .tick-list li {
  color: white !important;
}
.christmas-lights-section-carousel span .sr-only {
  border: 1px solid red !important;
}
.christmas-lights-section-carousel .img {
  height: 400px;
}

@media screen and (min-width: 480px) {
  .elements-carousel ul {
    height: 210px;
  }
  #homepage-carousel .carousel-title.big .title {
    font-size: 40px;
  }
  #homepage-carousel .carousel-title.big .sub-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .element-carousel-button {
    width: 40px;
    position: absolute;
    top: 0;
    height: 220px;
    cursor: pointer;
    display: block;
    text-align: center;
  }
  .element-carousel-button svg, .element-carousel-button img {
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
  }
  .element-carousel-button svg {
    fill: #003A63;
  }
  #element-carousel-previous,
  #element-carousel-next {
    height: 200px;
    width: 35px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px 0 0 6px;
    display: block;
    background: #fff;
    overflow: hidden;
    position: relative;
    top: 10px;
  }
  #element-carousel-previous i,
  #element-carousel-next i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    left: 0;
    right: 0;
    font-weight: 900;
    color: #003A63;
  }
  #element-carousel-previous i:hover,
  #element-carousel-next i:hover {
    color: #3998c6;
  }
  #element-carousel-previous {
    left: 5px;
  }
  #element-carousel-next {
    border-radius: 0 6px 6px 0;
    right: 5px;
  }
  .element-carousel-button.previous {
    left: 15px;
  }
  .element-carousel-button.next {
    right: 10px;
  }
  #homepage-carousel {
    text-align: left;
  }
  #homepage-carousel .layout-one .img {
    width: 45%;
    bottom: 0px;
    display: block;
  }
  #homepage-carousel .layout-one .circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 30px;
    display: block;
    font-weight: 900;
  }
  #homepage-carousel .layout-one .content {
    float: right;
    width: 55%;
  }
  #homepage-carousel .layout-one .title {
    margin-top: 20px;
    font-size: 40px;
  }
  #homepage-carousel .layout-one .title span {
    left: 20px;
  }
  #homepage-carousel .layout-one .sub-title {
    font-size: 28px;
    letter-spacing: -3px;
    padding-left: 90px;
  }
  #homepage-carousel .layout-one ul {
    margin-left: 60px;
    list-style-type: disc;
  }
  #homepage-carousel .layout-two .img {
    display: none;
  }
  #homepage-carousel .layout-two .carousel-links {
    text-align: center;
  }
  #homepage-carousel .carousel-title.big .title {
    font-size: 44px;
  }
  #homepage-carousel .carousel-title.big .sub-title {
    font-size: 33px;
  }
  #areas-carousel {
    margin: auto;
    width: 605px;
  }
  .christmas-markets-section {
    /*background-image:url("/Content/Images/slides/christmas-banner-image.jpg");*/
  }
  .christmas-lights-section-carousel {
    background-image: url("/Content/Images/slides/Christmas-lights-carousel.jpg");
  }
  .firework-night-section {
    /*background-image: url("/Content/Images/slides/firework-night-slide.jpg");*/
  }
  .carousel-links {
    margin-left: 95px;
  }
  .carousel-links span {
    padding-left: 0px;
  }
  .carousel-links .or-find-out-more {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .birthday-section .carousel-links {
    margin-left: 80px !important;
  }
  /*.slide-bg {
   &.grey {
         background-color: $white;
         background:-webkit-radial-gradient(circle, $white, red);
          background: @include filter-gradient($white, $black, horizontal);
          background: @include background-image(radial-gradient(circle, $white 0%, rgba(0,0,0,0.1) 100%));
   }
  }*/
  .slide-bg.grey {
    background: -webkit-radial-gradient(circle, #fff, #efefef);
    background: radial-gradient(circle, #fff, rgba(0, 0, 0, 0.1));
  }
  .areas-carousel-wrapper {
    margin-top: -80px;
  }
  #homepage-carousel .item {
    height: 450px;
  }
  #homepage-carousel .carousel-indicators {
    bottom: 70px;
  }
  #homepage-carousel .carousel-title .title {
    margin-top: 24px;
  }
  #homepage-carousel .layout-one .img {
    bottom: 0px;
    left: 80px;
  }
  #homepage-carousel .layout-one ul {
    position: relative;
    font-size: 15px;
    margin: 24px 0 24px 90px;
  }
  #homepage-carousel .layout-two .title {
    padding-left: 80px;
    text-align: left;
  }
  #homepage-carousel .layout-two .title .line-break {
    padding-left: 150px;
  }
  #homepage-carousel .layout-two .btn {
    float: left;
  }
  #homepage-carousel .layout-two .carousel-text {
    padding-left: 80px;
    width: 40%;
    margin-left: initial;
    margin-right: initial;
  }
  #homepage-carousel .layout-two .carousel-links {
    margin-left: 84px;
  }
  #homepage-carousel .layout-two .img {
    display: block;
  }
  #homepage-carousel .carousel-links {
    margin-left: 112px;
  }
  #homepage-carousel .carousel-links span {
    padding-left: 8px;
  }
  #homepage-carousel .carousel-links .or-find-out-more {
    display: inline;
  }
  .carousel-control {
    display: block;
    background: none !important;
    filter: none !important;
    text-shadow: none;
    opacity: 1;
    top: 50%;
    margin-top: -64px;
  }
  .carousel-control i {
    font-size: 100px;
    /* Had to temporarily remove black opacity as we needed dots to work on a black background for fireworks carousel*/
    color: #bebebe;
  }
  .carousel-control i:hover {
    color: #777777;
  }
  .carousel-control svg, .carousel-control img {
    display: block;
    position: absolute;
  }
  .carousel-control svg, .carousel-control object {
    height: 128px;
    width: 128px;
    fill: rgba(0, 0, 0, 0.5);
  }
  .carousel-control:hover svg, .carousel-control:hover object {
    fill: rgba(0, 0, 0, 0.5);
  }
  .carousel-control img {
    opacity: 0.8;
  }
  .carousel-control:hover img {
    opacity: 1;
  }
  .carousel-control.left {
    left: -20px;
  }
  .carousel-control.left svg, .carousel-control.left img {
    left: 0;
  }
  .carousel-control.right {
    right: -20px;
  }
  .carousel-control.right svg, .carousel-control.right img {
    right: 0;
  }
  #areas-carousel {
    width: 827px;
  }
  .christmas-markets-section {
    background-position: -1650%;
    background-size: 98%;
  }
  .christmas-lights-section-carousel {
    background-position: -1650%;
    background-size: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-control {
    margin-top: -88px;
  }
  .carousel-control svg {
    height: 178px;
    width: 178px;
  }
  .carousel-control.left {
    left: 20px;
  }
  .carousel-control.left svg, .carousel-control.left img {
    right: 10px;
    left: auto;
    left: initial;
  }
  .carousel-control.right {
    right: 20px;
  }
  .carousel-control.right svg, .carousel-control.right img {
    left: 10px;
    right: auto;
    right: initial;
  }
  #homepage-carousel .layout-two .title {
    padding-left: 0px;
  }
  #areas-carousel {
    width: 1050px;
  }
  .christmas-markets-section {
    background-position: -90%;
    background-size: 80%;
  }
  .christmas-lights-section-carousel {
    background-position: -90%;
    background-size: 80%;
  }
}
.policy-box-wrapper {
  text-align: center;
  padding-bottom: 20px;
  float: left;
  width: 50%;
}

.policy-box {
  background-color: #fff;
  background-position: 0 38px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 140px;
  width: 140px;
  margin: 0 6px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
.policy-box a {
  display: block;
}
.policy-box.one-off {
  background-image: url("/Content/Images/policy-thumb-one-off-insurance.jpg");
}
.policy-box.one-off .policy-box-hover {
  background: rgba(237, 18, 97, 0.8);
}
.policy-box.one-off .header {
  color: #ed1261;
}
.policy-box.celebrations {
  background-image: url("/Content/Images/policy-thumb-celebrations-and-parties-insurance.jpg");
}
.policy-box.celebrations .policy-box-hover {
  background: rgba(101, 44, 143, 0.8);
}
.policy-box.celebrations .header {
  color: #652C8F;
}
.policy-box.street {
  background-image: url("/Content/Images/policy-thumb-street-parties-insurance.jpg");
}
.policy-box.street .policy-box-hover {
  background: rgba(241, 96, 124, 0.8);
}
.policy-box.street .header {
  color: #f1607c;
}
.policy-box.wedding {
  background-image: url("/Content/Images/policy-thumb-wedding-insurance.jpg");
}
.policy-box.wedding .policy-box-hover {
  background: rgba(31, 187, 176, 0.8);
}
.policy-box.wedding .header {
  color: #1fbbb0;
}
.policy-box.stallholders {
  background-image: url("/Content/Images/policy-thumb-stallholders-insurance.jpg");
}
.policy-box.stallholders .policy-box-hover {
  background: rgba(14, 123, 62, 0.8);
}
.policy-box.stallholders .header {
  color: #0E7B3E;
}
.policy-box.multiple {
  background-image: url("/Content/Images/policy-thumb-multiple-insurance.jpg");
}
.policy-box.multiple .policy-box-hover {
  background: rgba(17, 178, 220, 0.8);
}
.policy-box.multiple .header {
  color: #11B2DC;
}
.policy-box.conferences {
  background-image: url("/Content/Images/policy-thumb-conferences-insurance.jpg");
}
.policy-box.conferences .policy-box-hover {
  background: rgba(0, 45, 98, 0.8);
}
.policy-box.conferences .header {
  color: #002d62;
}
.policy-box.band {
  background-image: url("/Content/Images/policy-thumb-band-djs-insurance.jpg");
}
.policy-box.band .policy-box-hover {
  background: rgba(248, 153, 29, 0.8);
}
.policy-box.band .header {
  color: #f8991d;
}
.policy-box.exhibitors {
  background-image: url("/Content/Images/policy-thumb-exhibitors-insurance.jpg");
}
.policy-box.exhibitors .policy-box-hover {
  background: rgba(190, 111, 160, 0.8);
}
.policy-box.exhibitors .header {
  color: #be6fa0;
}
.policy-box.christmas {
  background-image: url("/Content/Images/policy-thumb-chrismas-lights-insurance.jpg");
}
.policy-box.christmas .policy-box-hover {
  background: rgba(237, 27, 46, 0.8);
}
.policy-box.christmas .header {
  color: #ed1b2e;
}
.policy-box.fireworks {
  background-image: url("/Content/Images/policy-thumb-fireworks-insurance.jpg");
}
.policy-box.fireworks .policy-box-hover {
  background: rgba(77, 95, 171, 0.8);
}
.policy-box.fireworks .header {
  color: #4d5fab;
}
.policy-box.sporting {
  background-image: url("/Content/Images/policy-thumb-sporting-insurance.jpg");
}
.policy-box.sporting .policy-box-hover {
  background: rgba(230, 94, 37, 0.8);
}
.policy-box.sporting .header {
  color: #e65e25;
}
.policy-box.festivals {
  background-image: url("/Content/Images/policy-thumb-festivals-insurance.jpg");
}
.policy-box.festivals .policy-box-hover {
  background: rgba(125, 194, 66, 0.8);
}
.policy-box.festivals .header {
  color: #7dc242;
}
.policy-box.shows {
  background-image: url("/Content/Images/policy-thumb-shows-insurance.jpg");
}
.policy-box.shows.dog-shows {
  background-image: url("/Content/Images/policy-thumb-dog-show-insurance.jpg");
}
.policy-box.shows .policy-box-hover {
  background: rgba(0, 96, 169, 0.8);
}
.policy-box.shows .header {
  color: #0060a9;
}
.policy-box.hole-in-one {
  background-image: url("/Content/Images/policy-thumb-hole-in-one-insurance.jpg");
}
.policy-box.hole-in-one .policy-box-hover {
  background: rgba(254, 204, 0, 0.8);
}
.policy-box.hole-in-one .header {
  color: #fecc00;
}
.policy-box.roll-a-dice {
  background-image: url("/Content/Images/policy-thumb-roll-a-dice-insurance.jpg");
}
.policy-box.roll-a-dice .policy-box-hover {
  background: rgba(254, 204, 0, 0.8);
}
.policy-box.roll-a-dice .header {
  color: #fecc00;
}
.policy-box.hot-food {
  background-image: url("/Content/Images/policy-thumb-hot-food-insurance.jpg");
}
.policy-box.hot-food .policy-box-hover {
  background: rgba(125, 194, 66, 0.8);
}
.policy-box.hot-food .header {
  color: #7dc242;
}
.policy-box .policy-box-hover {
  position: absolute;
  width: 100%;
  bottom: -102px;
  height: 402px;
  opacity: 0;
  padding: 0 10px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.policy-box .policy-box-hover .policy-box-hover-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.policy-box .policy-box-hover .policy-box-hover-inner p {
  line-height: 1;
  margin: 0;
  padding: 0 0 10px 0;
}
.policy-box .policy-box-hover .policy-box-hover-inner .price {
  font-size: 20px;
  display: block;
}
.policy-box .policy-box-hover .policy-box-hover-inner .btn {
  width: auto;
}
.policy-box .header {
  font-size: 12px;
  line-height: 1;
  padding: 8px 0;
  margin: 0;
  text-transform: uppercase;
}
.policy-box .header .top {
  font-weight: bold;
}
.policy-box .header .bottom {
  font-size: 12px;
}
.policy-box:hover {
  cursor: pointer;
  text-decoration: none;
}

/*===================================

    XS MIN 479

==================================*/
@media (min-width: 480px) {
  .policy-box-wrapper {
    float: left;
    width: 50%;
  }
  .policy-box {
    height: 200px;
    width: 200px;
    background-position: 0 52px;
  }
  .policy-box .header {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
  }
  .policy-box .header .bottom {
    font-size: 14px;
  }
  .policy-box .policy-box-hover {
    height: 148px;
    bottom: -148px;
    display: block;
  }
  .policy-box .policy-box-hover .policy-box-hover-inner {
    font-size: 14px;
    padding: 0 25px;
  }
  .policy-box .policy-box-hover .policy-box-hover-inner p {
    padding: 10px 0;
  }
  .policy-box .policy-box-hover .policy-box-hover-inner .btn {
    width: 140px;
  }
}
/*===================================

    SM MIN 768

==================================*/
@media (min-width: 768px) {
  .policy-box-wrapper {
    width: 33.3%;
  }
}
/*===============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  .policy-box-wrapper {
    width: 25%;
  }
  .policy-box:hover .policy-box-hover {
    opacity: 1;
    bottom: 0;
  }
}
/*===============================

    LG MIN 1200

==============================*/
@media (min-width: 1200px) {
  .policy-box-wrapper {
    width: 20%;
  }
}
.info-box {
  background: rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.info-box.link-left .btnlink {
  padding-bottom: 10px;
}
.info-box.border {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.info-box.image-left {
  font-size: 16px;
}
.info-box.claims h2 {
  font-weight: 100;
  font-size: 30px;
}
.info-box.twohalf {
  text-align: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 250px;
  color: rgba(0, 0, 0, 0.8);
}
.info-box.twohalf .info-box {
  border-radius: 0;
  padding: 0 40px;
  height: 50%;
  display: table;
  width: 100%;
}
.info-box.twohalf .info-box div {
  display: table-cell;
  vertical-align: middle;
}
.info-box.twohalf .info-box.tophalf {
  border-radius: 10px 10px 0 0;
  background: rgba(0, 0, 0, 0.1);
}
.info-box.twohalf .info-box.tophalf p:first-child {
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.info-box.twohalf .info-box.bottomhalf {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.info-box.twohalf .info-box.bottomhalf ul {
  list-style: none;
}
.info-box.twohalf .info-box.bottomhalf ul li:first-child {
  font-size: 20px;
  padding-bottom: 10px;
}
.info-box.twohalf .info-box.bottomhalf ul li i {
  padding-right: 10px;
}
.info-box.white {
  background: #fff;
}
.info-box.info-box-aware {
  text-align: center;
  font-size: 13px;
}

/*=============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  .info-box.image-left {
    padding-left: 280px;
    color: #000;
  }
  .info-box.image-left img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .info-box.link-left {
    display: table;
  }
  .info-box.link-left .btnlink {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
  }
  .info-box.link-left p {
    padding-left: 65px;
    color: rgba(0, 0, 0, 0.8);
  }
  .info-box.link-left p:first-of-type {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.trustedby-images {
  text-align: center;
}

.trustedby-images.trustedby-images.trustedby-images.trustedby-images img {
  height: 80px !important;
  width: auto;
  margin: 8px;
}

.text-guide {
  border-left: 1px solid;
  padding-left: 20px;
}

/*Target according to theme*/
.wedding-section .info-box.info-box-aware {
  background: rgba(31, 187, 176, 0.07);
}
.wedding-section .text-guide {
  border-color: #1fbbb0;
}

.wedding-show-section .info-box.info-box-aware {
  background: rgba(249, 180, 169, 0.07);
}
.wedding-show-section .text-guide {
  border-color: #f9b4a9;
}

.christmas-lights-section .info-box.info-box-aware {
  background: rgba(237, 27, 46, 0.07);
}
.christmas-lights-section .text-guide {
  border-color: #ed1b2e;
}

.shows-section .info-box.info-box-aware {
  background: rgba(0, 96, 169, 0.07);
}
.shows-section .text-guide {
  border-color: #0060a9;
}

.festivals-section .info-box.info-box-aware {
  background: rgba(125, 194, 66, 0.07);
}
.festivals-section .text-guide {
  border-color: #7dc242;
}

.stallholders-section .info-box.info-box-aware {
  background: rgba(14, 123, 62, 0.07);
}
.stallholders-section .text-guide {
  border-color: #0E7B3E;
}

.one-off-section .info-box.info-box-aware {
  background: rgba(237, 18, 97, 0.07);
}
.one-off-section .text-guide {
  border-color: #ed1261;
}

.exhibitors-section .info-box.info-box-aware {
  background: rgba(190, 111, 160, 0.07);
}
.exhibitors-section .text-guide {
  border-color: #be6fa0;
}

.celebrations-section .info-box.info-box-aware {
  background: rgba(101, 44, 143, 0.07);
}
.celebrations-section .text-guide {
  border-color: #652C8F;
}

.band-section .info-box.info-box-aware {
  background: rgba(248, 153, 29, 0.07);
}
.band-section .text-guide {
  border-color: #f8991d;
}

.fireworks-section .info-box.info-box-aware {
  background: rgba(77, 95, 171, 0.07);
}
.fireworks-section .text-guide {
  border-color: #4d5fab;
}

.sporting-section .info-box.info-box-aware {
  background: rgba(230, 94, 37, 0.07);
}
.sporting-section .text-guide {
  border-color: #e65e25;
}

.multiple-section .info-box.info-box-aware {
  background: rgba(17, 178, 220, 0.07);
}
.multiple-section .text-guide {
  border-color: #11B2DC;
}

.street-parties-section .info-box.info-box-aware {
  background: rgba(241, 96, 124, 0.07);
}
.street-parties-section .text-guide {
  border-color: #f1607c;
}

.conferences-section .info-box.info-box-aware {
  background: rgba(0, 45, 98, 0.07);
}
.conferences-section .text-guide {
  border-color: #002d62;
}

.hole-in-one-section .info-box.info-box-aware {
  background: rgba(254, 204, 0, 0.07);
}
.hole-in-one-section .text-guide {
  border-color: #fecc00;
}

.roll-a-dice-section .info-box.info-box-aware {
  background: rgba(254, 204, 0, 0.07);
}
.roll-a-dice-section .text-guide {
  border-color: #fecc00;
}

.hot-food-section .info-box.info-box-aware {
  background: rgba(125, 194, 66, 0.07);
}
.hot-food-section .text-guide {
  border-color: #7dc242;
}

.case-study-container {
  width: 90%;
  margin: 0 auto;
}
.case-study-container:before, .case-study-container:after {
  content: " ";
  display: table;
}
.case-study-container:after {
  clear: both;
}
.case-study-container .case-study-box-wrapper {
  padding-bottom: 20px;
}
.case-study-container .case-study-box-wrapper .case-study-box {
  height: 270px;
  width: 235px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  background-image: url("/Content/Images/chrismas-parties-insurance.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.case-study-container .case-study-box-wrapper .case-study-box.blackburn-harriers {
  background-image: url("/Content/Images/EIS-Case-Study-Blackburn-Harriers.jpg");
}
.case-study-container .case-study-box-wrapper .case-study-box.dan-and-jenna {
  background-image: url("/Content/Images/EIS-Case-Study-dan-and-jenna.jpg");
}
.case-study-container .case-study-box-wrapper .case-study-box.friends-of-byfleet {
  background-image: url("/Content/Images/EIS-Case-Study-Friends-of-Byfleet.jpg");
}
.case-study-container .case-study-box-wrapper .case-study-box.jacqui-and-paul {
  background-image: url("/Content/Images/EIS-Case-Study-Jacqui-and-paul.jpg");
}
.case-study-container .case-study-box-wrapper .case-study-box.louise-and-pete {
  background-image: url("/Content/Images/EIS-Case-Study-Louise-and-Pete.jpg");
}
.case-study-container .case-study-box-wrapper .case-study-box.justine-and-gwynant {
  background-image: url("/Content/Images/EIS-Case-Study-Justine-and-Gwynant.JPG");
}
.case-study-container .case-study-box-wrapper .case-study-box .header {
  height: 100px;
  position: relative;
  padding: 0 10px;
}
.case-study-container .case-study-box-wrapper .case-study-box .header .border-heading {
  position: relative;
  top: 30px;
  color: rgba(0, 0, 0, 0.4);
}
.case-study-container .case-study-box-wrapper .case-study-box .header .case-study-title {
  font-size: 16px;
  position: relative;
  top: 50px;
}
.case-study-container .case-study-box-wrapper .case-study-box .header .case-study-icon {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -27.5px;
}
.case-study-container .case-study-box-wrapper .case-study-box .header .case-study-icon i {
  position: absolute;
  top: 50%;
  margin: -10px auto 0 auto;
  left: 0;
  right: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.case-study-container .case-study-box-wrapper .case-study-box:hover .header h2, .case-study-container .case-study-box-wrapper .case-study-box:hover .header .case-study-icon i {
  color: #3998c6;
}

/*==============================

    SM MIN 768

===================================*/
@media (min-width: 768px) {
  .case-study-box-wrapper {
    float: left;
    width: 50%;
  }
}
/*==============================

    LG MIN 1200

===================================*/
@media (min-width: 1200px) {
  .case-study-box-wrapper {
    width: 25%;
  }
}
.article-box {
  cursor: pointer;
  padding-bottom: 20px;
  width: 100%;
}
.article-box:hover article {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}
.article-box:hover article .content .theme-colour {
  color: #3998c6;
}
.article-box.image-top .image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
.article-box article {
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.article-box article .content {
  padding: 20px;
}
.article-box article .content h2 {
  font-weight: bold;
}

/*================================== 

    SM MIN 768

======================================*/
@media (min-width: 768px) {
  .article-box {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
}
/*==================================

    MD MIN 992

======================================*/
@media (min-width: 992px) {
  .article-box {
    width: 33.3%;
  }
}
/* Homepage View all Policies */
.home-entry-box {
  width: 100%;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-align: left;
  padding: 20px;
  cursor: pointer;
}
.home-entry-box.blog .blog-article p {
  color: #3998c6;
}
.home-entry-box.blog .blog-article span {
  color: rgba(0, 0, 0, 0.5);
}
.home-entry-box.short-boxes {
  height: 200px;
}
.home-entry-box h2, .home-entry-box h3, .home-entry-box h4, .home-entry-box h5, .home-entry-box h6 {
  font-weight: 100;
  color: #003A63;
  font-size: x-large;
  letter-spacing: -1px;
}
.home-entry-box.trustpilot {
  padding-top: 40px;
  overflow: hidden;
}
.home-entry-box.trustpilot iframe {
  max-height: 100%;
  max-width: 100%;
  min-height: 350px;
  min-width: 100% !important;
}

.trustpilot-container {
  overflow: hidden;
}
.trustpilot-container iframe {
  max-height: 100%;
  max-width: 100%;
  min-height: 350px;
  min-width: 100% !important;
}

.about-us {
  padding-left: 20px;
  padding-right: 20px;
}

/*==================================

    MD MIN 992

=================================*/
@media (min-width: 992px) {
  .home-entry-box {
    margin: 0 3px;
  }
  .home-entry-box.trustpilot {
    height: 420px;
  }
  .home-entry-box.insure-your-event:before, .home-entry-box.insure-your-event:after {
    content: " ";
    display: table;
  }
  .home-entry-box.insure-your-event:after {
    clear: both;
  }
  .home-entry-box.insure-your-event .left {
    width: 45%;
    float: left;
  }
  .home-entry-box.insure-your-event .right {
    width: 50%;
    float: right;
    margin-top: 26px;
  }
  .home-entry-box.short-boxes {
    height: 230px;
  }
}
/*==================================

    LG MIN 1200

=================================*/
@media (min-width: 1200px) {
  .home-entry-box.trustpilot {
    height: 400px;
  }
}
.policy-finder-box-wrapper {
  margin-bottom: 10px;
}
.policy-finder-box-wrapper .policy-box-finder {
  display: table;
  width: 100%;
  height: 130px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.policy-finder-box-wrapper .policy-box-finder.one-off .policyImage {
  background-image: url("/Content/Images/policy-thumb-one-off-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.one-off .policy-box-finder-hover {
  background: rgba(237, 18, 97, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.one-off .content {
  color: #ed1261;
}
.policy-finder-box-wrapper .policy-box-finder.celebrations .policyImage {
  background-image: url("/Content/Images/policy-thumb-celebrations-and-parties-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.celebrations .policy-box-finder-hover {
  background: rgba(101, 44, 143, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.celebrations .content {
  color: #652C8F;
}
.policy-finder-box-wrapper .policy-box-finder.street .policyImage {
  background-image: url("/Content/Images/policy-thumb-street-parties-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.street .policy-box-finder-hover {
  background: rgba(241, 96, 124, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.street .content {
  color: #f1607c;
}
.policy-finder-box-wrapper .policy-box-finder.wedding .policyImage {
  background-image: url("/Content/Images/policy-thumb-wedding-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.wedding .policy-box-finder-hover {
  background: rgba(31, 187, 176, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.wedding .content {
  color: #1fbbb0;
}
.policy-finder-box-wrapper .policy-box-finder.stallholders .policyImage {
  background-image: url("/Content/Images/policy-thumb-stallholders-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.stallholders .policy-box-finder-hover {
  background: rgba(14, 123, 62, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.stallholders .content {
  color: #0E7B3E;
}
.policy-finder-box-wrapper .policy-box-finder.multiple .policyImage {
  background-image: url("/Content/Images/policy-thumb-multiple-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.multiple .policy-box-finder-hover {
  background: rgba(17, 178, 220, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.multiple .content {
  color: #11B2DC;
}
.policy-finder-box-wrapper .policy-box-finder.conferences .policyImage {
  background-image: url("/Content/Images/policy-thumb-conferences-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.conferences .policy-box-finder-hover {
  background: rgba(0, 45, 98, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.conferences .content {
  color: #002d62;
}
.policy-finder-box-wrapper .policy-box-finder.band .policyImage {
  background-image: url("/Content/Images/policy-thumb-band-djs-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.band .policy-box-finder-hover {
  background: rgba(248, 153, 29, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.band .content {
  color: #f8991d;
}
.policy-finder-box-wrapper .policy-box-finder.exhibitors .policyImage {
  background-image: url("/Content/Images/policy-thumb-exhibitors-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.exhibitors .policy-box-finder-hover {
  background: rgba(190, 111, 160, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.exhibitors .content {
  color: #be6fa0;
}
.policy-finder-box-wrapper .policy-box-finder.christmas .policyImage {
  background-image: url("/Content/Images/policy-thumb-chrismas-lights-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.christmas .policy-box-finder-hover {
  background: rgba(237, 27, 46, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.christmas .content {
  color: #ed1b2e;
}
.policy-finder-box-wrapper .policy-box-finder.fireworks .policyImage {
  background-image: url("/Content/Images/policy-thumb-fireworks-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.fireworks .policy-box-finder-hover {
  background: rgba(77, 95, 171, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.fireworks .content {
  color: #4d5fab;
}
.policy-finder-box-wrapper .policy-box-finder.sporting .policyImage {
  background-image: url("/Content/Images/policy-thumb-sporting-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.sporting .policy-box-finder-hover {
  background: rgba(230, 94, 37, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.sporting .content {
  color: #e65e25;
}
.policy-finder-box-wrapper .policy-box-finder.festivals .policyImage {
  background-image: url("/Content/Images/policy-thumb-festivals-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.festivals .policy-box-finder-hover {
  background: rgba(125, 194, 66, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.festivals .content {
  color: #7dc242;
}
.policy-finder-box-wrapper .policy-box-finder.shows .policyImage {
  background-image: url("/Content/Images/policy-thumb-shows-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.shows .policy-box-finder-hover {
  background: rgba(0, 96, 169, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.shows .content {
  color: #0060a9;
}
.policy-finder-box-wrapper .policy-box-finder.hole-in-one .policyImage {
  background-image: url("/Content/Images/policy-thumb-hole-in-one-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.hole-in-one .policy-box-finder-hover {
  background: rgba(254, 204, 0, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.hole-in-one .content {
  color: #fecc00;
}
.policy-finder-box-wrapper .policy-box-finder.roll-a-dice .policyImage {
  background-image: url("/Content/Images/policy-thumb-roll-a-dice-insurance.jpg");
}
.policy-finder-box-wrapper .policy-box-finder.roll-a-dice .policy-box-finder-hover {
  background: rgba(254, 204, 0, 0.8);
}
.policy-finder-box-wrapper .policy-box-finder.roll-a-dice .content {
  color: #fecc00;
}
.policy-finder-box-wrapper .policy-box-finder .content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 20px;
  position: relative;
}
.policy-finder-box-wrapper .policy-box-finder .content h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
}
.policy-finder-box-wrapper .policy-box-finder .content span {
  font-weight: normal;
}
.policy-finder-box-wrapper .policy-box-finder .content p {
  color: #616161;
  margin: 0;
  font-size: 11px;
}
.policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  height: 100%;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0 6px 6px 0;
  display: none;
}
.policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover .policy-box-finder-hover-inner {
  padding: 0 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
}
.policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover .policy-box-finder-hover-inner p {
  line-height: 1;
  color: #fff;
  margin: 0;
  padding-bottom: 5px;
}
.policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover .policy-box-finder-hover-inner .price {
  font-size: 20px;
  display: block;
}
.policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover .policy-box-finder-hover-inner .btn {
  width: auto;
}
.policy-finder-box-wrapper .policy-box-finder .policyImage {
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  width: 130px;
  height: 100%;
  border-radius: 6px 0 0 6px;
}
.policy-finder-box-wrapper .policy-box-finder:hover .policy-box-finder-hover {
  opacity: 1;
  bottom: 0;
}

/*===================================

    XS MIN 479

==================================*/
@media (min-width: 480px) {
  .policy-finder-box-wrapper .policy-box-finder {
    height: 100px;
  }
  .policy-finder-box-wrapper .policy-box-finder .content .policy-box-finder-hover {
    display: block;
  }
}
.docs-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-list ul li {
  padding: 5px 0;
}
.docs-list ul li a {
  position: relative;
}
.docs-list ul li a:before {
  content: "";
  display: inline-block;
  background-image: url("/Content/Images/SVG-Icons/document-icon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

/*========================

    MD MIN 992

===========================*/
@media (min-width: 992px) {
  .docs-list ul {
    padding-left: 2em;
  }
}
.list-dropdown.document ul li {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list-dropdown.document ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list-dropdown.document ul li .dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}
.list-dropdown.document ul li .dropdown-content {
  padding-bottom: 35px;
}
.list-dropdown.document ul li .dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-dropdown.document ul li .dropdown-content ul:before, .list-dropdown.document ul li .dropdown-content ul:after {
  content: " ";
  display: table;
}
.list-dropdown.document ul li .dropdown-content ul:after {
  clear: both;
}
.list-dropdown.document ul li .dropdown-content ul li {
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 4px 0;
}
.list-dropdown.document ul li .dropdown-content ul li:first-child {
  border-top: none;
}
.list-dropdown.document ul li .dropdown-content ul li:last-child {
  border-bottom: none;
}
.list-dropdown.document ul li .dropdown-content ul li a {
  color: #3998c6;
}
.list-dropdown.document ul li .dropdown-content ul li a:hover {
  color: #003A63;
}
.list-dropdown.document ul li .dropdown-content ul li a i {
  margin-right: 10px;
  font-size: 16px;
}
.list-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-dropdown ul li {
  padding: 0 0 20px 0;
  font-size: 18px;
}
.list-dropdown ul li.active span {
  font-weight: 900;
}
.list-dropdown ul li .dropdown-link {
  display: block;
  position: relative;
}
.list-dropdown ul li .dropdown-link i {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 20px;
  position: absolute;
  left: 0;
}
.list-dropdown ul li .dropdown-link, .list-dropdown ul li .dropdown-content {
  padding-left: 52px;
}
.list-dropdown ul li .dropdown-content {
  display: none;
}
.list-dropdown ul li .dropdown-content p {
  padding-top: 5px;
}

/*===========================

    MD MIN 992

============================*/
@media (min-width: 992px) {
  .list-dropdown.document li .dropdown-content li {
    float: left;
    width: 48%;
  }
  .list-dropdown.document li .dropdown-content li:nth-child(odd) {
    margin-right: 4%;
  }
  .list-dropdown.document li .dropdown-content li:nth-last-child(2) {
    border-bottom: none;
  }
}
.claims ol {
  counter-reset: li-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}
.claims ol li {
  color: #3998c6;
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
}
.claims ol li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  background: #3998c6;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: 100;
  border: 3px solid #b0d6e8;
  display: block;
}

/*=============================

    MD MIN 992

=================================*/
@media (min-width: 992px) {
  .claims ol li {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    padding-bottom: 0;
  }
  .claims ol li:before {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
  }
  .claims ol li span {
    display: table-cell;
    vertical-align: middle;
  }
}
.list-archives {
  padding-top: 15px;
}
.list-archives:before, .list-archives:after {
  content: " ";
  display: table;
}
.list-archives:after {
  clear: both;
}
.list-archives li {
  float: left;
  padding: 0 8px 8px 0;
}
.list-archives li a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 5px 21px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
.list-archives li a:hover {
  background: #3998c6;
  color: #fff;
}
.list-archives li a.selected {
  background: #3998c6;
  color: #fff;
}

.social-icons li {
  display: inline-block;
}
.social-icons.share {
  display: inline-block;
  padding-left: 25px;
}
.social-icons.share li {
  padding: 0 3px;
}

.cards-list {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eeeeee;
  padding: 15px 0;
  margin-bottom: 40px;
}
.cards-list ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cards-list ul li {
  display: inline-block;
  padding: 15px 25px;
}
.cards-list ul li img {
  min-height: 46px;
}
.cards-list ul li:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.team-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-list ul:before, .team-list ul:after {
  content: " ";
  display: table;
}
.team-list ul:after {
  clear: both;
}
.team-list ul li {
  padding: 15px;
  color: #000;
}
.team-list ul li .team p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.team-list ul li a {
  padding-left: 12px;
}
.team-list ul li a i {
  color: #003A63;
  font-size: 18px;
  padding-right: 8px;
}

/*======================

    MD MIN 768

========================*/
@media (min-width: 992px) {
  .team-list li {
    float: left;
    width: 50%;
  }
}
.sporting-list:before, .sporting-list:after {
  content: " ";
  display: table;
}
.sporting-list:after {
  clear: both;
}
.sporting-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sporting-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.sporting-list ul li a {
  display: block;
  font-size: 16px;
  color: #e65e25;
}
.sporting-list ul li span {
  font-size: 12px;
}

.info-box-list ul {
  list-style: none;
}
.info-box-list ul li {
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 3px;
  position: relative;
}
.info-box-list ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  margin-top: -2px;
  left: -15px;
}
.info-box-list p {
  line-height: 1;
  color: #616161;
}

.wedding-section .info-box-list ul li:before {
  background: #1fbbb0;
}

.wedding-show-section .info-box-list ul li:before {
  background: #f9b4a9;
}

.one-off-section .info-box-list ul li:before {
  background: #ed1261;
}

.celebrations-section .info-box-list ul li:before {
  background: #652C8F;
}

.street-parties-section .info-box-list ul li:before {
  background: #f1607c;
}

.stallholders-section .info-box-list ul li:before {
  background: #0E7B3E;
}

.multiple-section .info-box-list ul li:before {
  background: #11B2DC;
}

.conferences-section .info-box-list ul li:before {
  background: #002d62;
}

.band-section .info-box-list ul li:before {
  background: #f8991d;
}

.exhibitors-section .info-box-list ul li:before {
  background: #be6fa0;
}

.christmas-lights-section .info-box-list ul li:before {
  background: #ed1b2e;
}

.fireworks-section .info-box-list ul li:before {
  background: #4d5fab;
}

.sporting-section .info-box-list ul li:before {
  background: #e65e25;
}

.shows-section .info-box-list ul li:before {
  background: #0060a9;
}

.festivals-section .info-box-list ul li:before {
  background: #7dc242;
}

.hole-in-one-section .info-box-list ul li:before {
  background: #fecc00;
}

.roll-a-dice-section .info-box-list ul li:before {
  background: #fecc00;
}

.hot-food-section .info-box-list ul li:before {
  background: #7dc242;
}

.form input[type=text], .form input[type=password], .form select, .form textarea, .form .single-select, .form .checkbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form textarea:focus, .form .single-select:focus, .form .checkbox:focus {
  outline: 0 !important;
  background: rgba(0, 0, 0, 0.04);
}
.form input[type=file]:focus, .form input[type=radio]:focus, .form input[type=checkbox]:focus, .form input[type=submit] {
  outline: none;
}
.form select, .form input[type=text], .form input[type=password], .form textarea {
  width: 100%;
}
.form select:focus, .form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus {
  border-color: #616161;
}
.form textarea {
  resize: none;
}
.form label, .form .label {
  vertical-align: middle;
  font-weight: normal;
}
.form label.top, .form .label.top {
  width: 100%;
  padding-bottom: 5px;
}
.form input[type=submit] {
  border: none;
}
.form input[type=submit]:focus {
  outline: 0 !important;
}

/*============================

    MD MIN 992

====================*/
@media (min-width: 992px) {
  .form label, .form .label {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 0;
    display: table-cell;
  }
  .form label.top, .form .label.top {
    padding-bottom: 5px;
  }
}
.form-note {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 30px;
}
.form-note.error {
  border-radius: 0;
  width: 100%;
  color: #e60303;
  padding: 10px;
  background: #fff3f3;
  border-color: #ffe9e9;
}
.form-note.complete {
  font-size: 14px;
}
.form-note.complete .quote-ref {
  font-size: 18px;
  color: #000;
}
.form-note.complete .trustPilot {
  width: 200px;
}
.form-note h3 {
  font-weight: 900;
}
.form-note label {
  display: block;
  width: 100%;
}
.form-note .icon {
  font-size: 105px;
  padding: 10px 0;
}

.form-note.complete.referral {
  background: #FDF8E4;
  border: 1px solid #F6F0D8;
  color: #886D40;
}

/*========================

    MD MIN 992

========================*/
@media (min-width: 992px) {
  .form-note {
    width: 70%;
  }
  .form-note label {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.admin-policy-nav a, .admin-policy-nav span {
  padding: 10px;
}
.admin-policy-nav .isReferred {
  background: #f9f1c7;
  border: 1px solid #f5d79b;
}
.admin-policy-nav .isEmpty {
  background: rgba(237, 0, 0, 0.3);
  border: 1px solid rgba(237, 0, 0, 0.4);
}

.quote-complete {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.quote-complete .form-note {
  width: 100%;
}
.quote-complete .trustPilotLogo {
  padding-bottom: 20px;
}

.form-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.form-row {
  border: 3px solid transparent;
  position: relative;
}
.form-row.isEmpty {
  background: rgba(237, 0, 0, 0.3);
  border: 1px solid rgba(237, 0, 0, 0.4);
  display: table;
}
.form-row.eiStaffOnly {
  background: #ebf5f9;
  border: 1px solid #d7eaf4;
  display: table;
}
.form-row.isReferred {
  background: #f9f1c7;
  border: 1px solid #f5d79b;
  display: table;
}
.form-row.paymentStep {
  font-size: 18px;
  color: #333;
  width: 38%;
  margin: 0 auto;
}
.form-row.paymentStep p:first-child {
  font-size: 20px;
}
.form-row.declaration {
  padding-bottom: 15px;
}
.form-row.declarationV2 {
  padding-bottom: 15px;
}
.form-row.declarationV2 .form-input {
  width: auto;
}
.form-row.form-item {
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 10px;
  /*>.form-row-admin{
      a{
          color:$black-opacity-50;
      }
  }*/
}
.form-row.form-item .form-item-total {
  padding: 15px;
}
.form-row.form-item .form-item-total p {
  display: table-cell;
}
.form-row.form-equipment-total .total {
  display: table;
  width: 100%;
}
.form-row.form-equipment-total .total p {
  display: table-cell;
  font-size: 20px;
}
.form-row.form-row-admin-hover {
  border: 3px dashed rgba(0, 0, 0, 0.3);
}
.form-row.single-select-container.admin {
  background: #d7eaf4;
  border: 1px solid #b0d6e8;
  padding: 10px;
}
.form-row.single-select-container.double-answers .form-input {
  display: block;
}
.form-row.single-select-container.double-answers > label {
  vertical-align: top;
  padding-top: 10px;
}
.form-row.textarea label {
  vertical-align: top;
  padding-top: 10px;
}
.form-row.textarea .form-input .open-text-field {
  height: 200px;
}
.form-row.textarea .form-input .open-text-field textarea {
  height: 90%;
}
.form-row.search {
  height: 50px;
}
.form-row.search .form-input ::-webkit-input-placeholder {
  opacity: 0;
}
.form-row.search .form-input :-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.form-row.search .form-input ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.form-row.search .form-input :-ms-input-placeholder {
  opacity: 0;
}
.form-row.search .form-input input {
  padding: 10px 90px 10px 10px;
}
.form-row.search .btn {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 39.5px;
  border-radius: 0 3px 3px 0;
  width: 90px;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-row.search .btn:hover {
  background-color: #3998c6;
}
.form-row.two-dates span {
  padding: 0 15px;
}
.form-row.two-dates span.field-validation-valid {
  padding-left: 0px;
}
.form-row.two-dates span.field-validation-valid span {
  padding-left: 0px;
}
.form-row.form-error label {
  color: #e60303;
}
.form-row.form-error .form-input input, .form-row.form-error .form-input select, .form-row.form-error .form-input .single-select, .form-row.form-error .form-input .date-field, .form-row.form-error .form-input textarea {
  border-color: #e60303;
}
.form-row.form-error .form-input input:hover, .form-row.form-error .form-input select:hover, .form-row.form-error .form-input .single-select:hover, .form-row.form-error .form-input .date-field:hover, .form-row.form-error .form-input textarea:hover {
  border-color: #e60303;
}
.form-row.top-label label {
  vertical-align: top;
  padding-top: 10px;
}
.form-row .form-input .checkbox {
  display: inline-block;
  min-width: 110px;
}
.form-row .form-input .checkbox label {
  display: inline-block;
  padding-right: 0;
  padding-left: 5px;
  margin-bottom: 0;
  width: auto;
  vertical-align: top;
}
.form-row .form-input .checkbox input {
  float: none;
  margin-left: 0;
}
.form-row .form-input .single-select {
  display: inline-block;
  min-width: 160px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  height: 36px;
}
.form-row .form-input .single-select:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.form-row .form-input .single-select label {
  text-align: left;
  margin: 0;
  cursor: pointer;
  line-height: 32px;
  padding-right: 5px;
  display: inline-block;
  width: calc(100% - 25px);
}
.form-row .form-input .single-select input {
  float: left;
  width: 25px;
  cursor: pointer;
  margin: 9px 0;
}
.form-row .form-input .text-field input, .form-row .form-input .text-field textarea, .form-row .form-input .open-text-field input, .form-row .form-input .open-text-field textarea {
  width: 100%;
}
.form-row .form-input .text-field input.error, .form-row .form-input .text-field textarea.error, .form-row .form-input .open-text-field input.error, .form-row .form-input .open-text-field textarea.error {
  border-color: #e60303;
}
.form-row .form-input .text-field label.error, .form-row .form-input .open-text-field label.error {
  text-align: left;
  font-size: 10px;
  padding-top: 0;
}
.form-row .form-input .date-field input {
  background-image: url("/Content/Images/SVG-Icons/calendar159.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 18px;
}
.form-row .form-input .input-file input {
  position: relative;
  color: transparent;
  width: 100%;
}
.form-row .form-input .input-file input:before {
  content: "Select a File...";
  background: #616161;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 40%;
  text-align: center;
  cursor: pointer;
}
.form-row .form-input .input-file input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-row .group-container .group-instance {
  background: rgba(0, 0, 0, 0.04);
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  margin: 20px 0;
}
.form-row .group-container .group-instance .form-row-admin {
  bottom: 0;
  right: 0;
}
.form-row .group-container .group-instance .form-row-admin .delete i {
  padding-right: 10px;
}
.form-row .broker-details {
  padding-top: 5px;
}
.form-row .broker-details div:first-child {
  font-weight: 900;
}

.cover-table { /* Adds extra top and bottom margin to form tables only*/ }
.cover-table.cover-table {
  margin: 20px;
}
.cover-table.isReferred {
  border: 3px solid #f5d79b;
}

.form-event .form-row.textarea .form-input .open-text-field {
  width: 100%;
}

.form-document-centre label {
  width: 20%;
}

.form-contact .single-select {
  width: 110px;
}

.multiple-broker-results {
  margin-left: 50%;
  margin-top: 10px;
}

.thanks-message {
  text-align: center;
  font-size: 20px;
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.form-loading {
  font-size: 20px;
  text-align: center;
  padding: 100px 0;
  color: rgba(0, 0, 0, 0.5);
}
.form-loading img {
  padding-top: 10px;
}

span.field-validation-valid {
  font-size: 11px;
  color: #e60303;
}

.referralMessage {
  font-size: 11px;
  width: 100%;
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 10px;
  margin-top: 10px;
}

#validationSummary {
  padding: 10px;
  border: 1px solid #ffe9e9;
  border-radius: 4px;
  background: #fff3f3;
  text-align: center;
  font-size: 12px;
  color: #e60303;
  margin: 0 auto 10px auto;
  display: none;
}

.qq-upload-button-selector {
  /*margin-left:0;*/
  /*width:224px;*/
  /*background:$black-opacity-20;*/
  color: #3998c6;
}
.qq-upload-button-selector:hover {
  background: none;
}
.qq-upload-button-selector input:focus {
  outline: 0;
  border: 0;
}

/*===============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  .form-row {
    display: table;
    width: 100%;
  }
  .form-row .broker-details {
    margin-left: 50%;
  }
  .form-row.broker label {
    display: inline-block;
  }
  .form-row.short .lookup-button {
    padding: 10px;
  }
  .form-row.textarea .form-input {
    display: table-cell;
  }
  .form-row.textarea .form-input .open-text-field {
    width: 90%;
  }
  .form-row.search .form-input {
    display: block;
  }
  .form-row.search .form-input ::-webkit-input-placeholder {
    font-style: italic;
    font-size: 11px;
    opacity: 1;
  }
  .form-row.search .form-input :-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-size: 11px;
    opacity: 1;
  }
  .form-row.search .form-input ::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    font-size: 11px;
    opacity: 1;
  }
  .form-row.search .form-input :-ms-input-placeholder {
    font-style: italic;
    font-size: 11px;
    opacity: 1;
  }
  .form-row.declaration .form-input {
    display: table-cell;
    width: 40%;
    text-align: right;
    padding-right: 20px;
  }
  .form-row .form-input {
    display: inline-block;
  }
  .form-row .form-input .text-field, .form-row .form-input .input-file {
    width: 350px;
  }
  .form-row .form-input .text-field input, .form-row .form-input .input-file input {
    width: 100%;
  }
  .form-row .form-input .text-field.small-text-field {
    width: 200px;
  }
  #validationSummary {
    width: 70%;
  }
  .form-event label, .form-event .label {
    width: 50%;
  }
  .form-contact .form-row label {
    width: 20%;
  }
  .form-contact .form-row.submit .form-input {
    margin-left: 20%;
  }
}
/*===============================

    LG MIN 1200

==============================*/
@media (min-width: 1200px) {
  .form-row.search .form-input ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-row.search .form-input :-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
  }
  .form-row.search .form-input ::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
  }
  .form-row.search .form-input :-ms-input-placeholder {
    font-size: 14px;
  }
}
.form-help .help-note-link {
  position: relative;
  cursor: pointer;
}
.form-help .help-note-link .form-help-box {
  font-family: "Neue Helvetica eText W01";
  position: absolute;
  background: #fff;
  top: 25px;
  width: 300px;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  z-index: 150;
  text-align: left;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.form-help .help-note-link .form-help-box.open {
  opacity: 1;
  display: block;
}
.form-help .help-note-link .form-help-box h3 {
  background: #3998c6;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
}
.form-help .help-note-link .form-help-box p {
  padding: 20px;
  line-height: normal;
}

/*===============================

    MD MIN 992

=================================*/
@media (min-width: 992px) {
  .form-help .help-note-link .form-help-box {
    width: 340px;
    top: 40px;
    left: -20px;
  }
  .form-help .help-note-link .form-help-box h3:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 13px 6.5px;
    border-color: transparent transparent #3998c6 transparent;
    top: -13px;
    left: 20px;
  }
}
.form-row-admin {
  text-align: right;
  padding-top: 10px;
}
.form-row-admin ul {
  display: inline-block;
}
.form-row-admin ul.form-required {
  padding-right: 10px;
}
.form-row-admin ul.form-required li + li:before {
  content: "";
}
.form-row-admin ul.form-required li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #3998c6;
  font-size: 10px;
  text-align: center;
  position: relative;
}
.form-row-admin ul.form-required li:before {
  position: absolute;
  left: 3px;
  line-height: 14px;
  color: #fff;
}
.form-row-admin ul.form-required li.required:before {
  content: "R";
}
.form-row-admin ul.form-required li.valid:before {
  content: "V";
}
.form-row-admin ul.form-required li.help:before {
  content: "H";
}
.form-row-admin ul li {
  display: inline-block;
}
.form-row-admin ul li a {
  color: #3998c6;
}
.form-row-admin ul li + li:before {
  content: " | ";
  color: #3998c6;
}

/*====================================

    MD MIN 992

======================================*/
@media (min-width: 992px) {
  .form-row-admin {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
}
.manager-warning-box {
  background: rgba(237, 0, 0, 0.3);
  border: 1px solid rgba(237, 0, 0, 0.4);
  display: table;
  text-align: center;
}

.help-note {
  display: none;
}

.help-note.show {
  display: block;
}

.custom-message .message {
  height: 64px;
}

.form-field.short input[type=text] {
  /*width:100px;*/
}

.location-readonly .frontend {
  display: none;
}
.location-readonly .readonly.frontend {
  display: block;
}
.location-readonly .editable {
  display: none;
}

.location-frontend .readonly {
  display: none;
}
.location-frontend .readonly.frontend {
  display: block;
}
.location-frontend .editable {
  display: none;
}

.location-editable .readonly {
  display: none;
}
.location-editable .frontend {
  display: none;
}
.override-table .override-row {
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid red;
}
.override-table .override-row .cell {
  float: left;
  width: 120px;
}
.override-table .override-row .cell input[type=text] {
  display: none;
  width: 90px;
}
.override-table .override-row .cell label {
  padding: 4px;
  border: 1px solid #aaaaaa;
  width: 90px;
  display: block;
}
.override-table .override-row .cell.label {
  width: 200px;
}
.override-table .override-row .cell.check {
  width: 30px;
}
.override-table .override-row .cell-price {
  float: left;
  width: 13px !important;
  padding-top: 5px;
}
.override-table .override-row .cell-price input[type=text] {
  float: left;
}
.override-table .override-row .cell-price label {
  float: left;
}
.override-table .override-row .cell-price span {
  float: left;
  margin: 0 8px 0 0;
}
.override-table .override-row.editable .cell input[type=text] {
  display: block;
}
.override-table .override-row.editable .cell label {
  display: none;
}

.hot-food-select {
  color: #000000;
}
.hot-food-select .italic {
  font-style: italic;
}
.hot-food-select .buttons {
  padding: 10px 0;
  text-align: center;
}
.hot-food-select .buttons .policy-type {
  padding: 10px 0 0 0;
  display: inline-block;
}
.hot-food-select .buttons p span {
  max-width: 300px;
  display: inline-block;
}

@media (min-width: 992px) {
  .hot-food-select .buttons {
    padding: 80px 0;
  }
}
.iframe-quote .form-total-panel {
  position: initial;
}

.form-total-panel {
  background: #fff;
  padding: 0 20px;
  border-top: 7px solid;
  position: fixed;
  width: 1140px;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .form-total-panel {
    padding: 0;
    top: 70px;
    bottom: auto;
  }
}

.wedding-section .form-total-panel {
  border-color: #1fbbb0;
}

.wedding-show-section .form-total-panel {
  border-color: #7d9bc1;
}

.one-off-section .form-total-panel {
  border-color: #ed1261;
}

.street-parties-section .form-total-panel {
  border-color: #f1607c;
}

.stallholders-section .form-total-panel {
  border-color: #0E7B3E;
}

.multiple-section .form-total-panel {
  border-color: #11B2DC;
}

.conferences-section .form-total-panel {
  border-color: #002d62;
}

.band-section .form-total-panel {
  border-color: #f8991d;
}

.exhibitors-section .form-total-panel {
  border-color: #be6fa0;
}

.christmas-lights-section .form-total-panel {
  border-color: #ed1b2e;
}

.fireworks-section .form-total-panel {
  border-color: #4d5fab;
}

.sporting-section .form-total-panel {
  border-color: #e65e25;
}

.celebrations-section .form-total-panel {
  border-color: #652C8F;
}

.shows-section .form-total-panel {
  border-color: #0060a9;
}

.festivals-section .form-total-panel {
  border-color: #7dc242;
}

.hole-in-one-section .form-total-panel {
  border-color: #fecc00;
}

.roll-a-dice-section .form-total-panel {
  border-color: #fecc00;
}

.hot-food-section .form-total-panel {
  border-color: #7dc242;
}

.login-popup {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 320px;
  padding: 20px;
  border-radius: 6px 0 6px 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.login-popup .form-group {
  position: relative;
}
.login-popup .form-group input[type=text], .login-popup .form-group input[type=password] {
  height: 38px;
  color: #003A63;
  padding-left: 50px;
}
.login-popup .form-group input[type=text]:focus, .login-popup .form-group input[type=password]:focus {
  box-shadow: 0 0 3px 2px #003A63;
  border: none;
}
.login-popup .form-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.login-popup .login-input {
  float: right;
  text-align: right;
}
.login-popup .login-input input {
  margin-right: 0;
}
.login-popup .login-input a {
  font-size: 11px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table.cards-logo {
  width: 40%;
  margin: 0 auto;
}

.form-total table {
  background: rgba(0, 0, 0, 0.07);
}
.form-total table tr:not(.total-row) {
  display: none;
}
.form-total table tr.total-row {
  display: table-row;
  background: #fff;
}
.form-total table tr.total-row.desktop {
  display: none;
}
.form-total table tr.total-row.desktop td:nth-child(2) span {
  display: block;
  font-size: 12px;
  color: #616161;
}
.form-total table tr.total-row td {
  font-size: 20px;
  padding: 10px;
}
@media (max-width: 767px) {
  .form-total table tr.total-row td {
    font-size: 16px;
  }
}
.form-total table tr.total-row td:first-child {
  text-align: left;
}
.form-total table tr.total-row td:first-child i {
  padding-right: 10px;
}
.form-total table tr.total-row td:first-child span {
  display: block;
  font-size: 12px;
  color: #616161;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .form-total table tr.total-row td:first-child span {
    padding-left: 0px;
    font-size: 10px;
  }
}
.form-total table tr td {
  text-align: right;
  padding: 10px;
}

.disabled-premium-table input[type=radio] {
  opacity: 0.6;
  cursor: not-allowed;
}

/*==================================

   SM MIN 768

====================================*/
@media (min-width: 768px) {
  .form-total table tr.total-row {
    display: none;
  }
  .form-total table tr.total-row.desktop {
    display: table-row;
  }
}
.table-select {
  position: relative;
  padding-bottom: 15px;
}
.table-select:after {
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 100%;
  content: "";
  background-image: url("/Content/Images/table-drop-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.table-select a.btn-premium {
  display: inline-block;
  color: white;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px;
}
.table-select a.btn-premium:hover {
  color: white;
}
.table-select.package-wedding .table-mobile .wrap-table-responsive table th, .table-select.package-wedding .table-mobile .wrap-table-responsive table td {
  padding: 6px;
}
.table-select.form-field {
  margin-bottom: 20px;
}
.table-select.policy-summary table tbody tr:hover {
  cursor: default;
}
.table-select.package .table-mobile table th {
  height: 54px;
  width: 20%;
}
.table-select.public-liability .table-mobile .wrap-table-responsive table tr td:first-child {
  border-right: 1px solid #dedede;
}
.table-select .table-mobile {
  display: block;
}
.table-select .table-mobile:before, .table-select .table-mobile:after {
  content: " ";
  display: table;
}
.table-select .table-mobile:after {
  clear: both;
}
.table-select .table-mobile table tr td {
  height: 60px;
  cursor: default;
}
.table-select .table-mobile .wrap-table-responsive:before, .table-select .table-mobile .wrap-table-responsive:after {
  content: " ";
  display: table;
}
.table-select .table-mobile .wrap-table-responsive:after {
  clear: both;
}
.table-select .table-mobile .wrap-table-responsive .table-container {
  float: left;
}
.table-select .table-mobile .wrap-table-responsive .table-container.table-fixed {
  width: 20%;
}
.table-select .table-mobile .wrap-table-responsive .table-container.table-fixed table th {
  height: 92px;
}
.table-select .table-mobile .wrap-table-responsive .table-container.table-scroll {
  width: 80%;
  overflow: auto;
  overflow-y: hidden;
}
.table-select .table-mobile .wrap-table-responsive .table-container table td:first-child {
  border-right: none;
}
.table-select .table-mobile .wrap-table-responsive .table-container table th:first-child {
  border-color: #ededed;
}
.table-select .table-mobile .wrap-table-responsive .table-container table th:last-child {
  border-right: none;
}
.table-select table {
  color: rgba(0, 0, 0, 0.5);
}
.table-select table.premiums-table thead tr:last-child th {
  border-right: none;
  color: #fff;
  height: 20px;
}
.table-select table.premiums-table td:first-child {
  width: 30%;
}
.table-select table.premiums-table td.input-table {
  width: auto;
}
.table-select table.twocols th, .table-select table.twocols td {
  width: 50%;
}
.table-select table.twocols tr.theme-bg th {
  border-color: #fff;
}
.table-select table.twocols tr:nth-child(2) th {
  color: #fff;
  width: 16%;
}
.table-select table.threecols th, .table-select table.threecols td {
  width: 33.3%;
}
.table-select table.summary tr.total-policy {
  border-bottom: none;
}
.table-select table.summary tr.total-policy td {
  padding: 20px 10px;
  border-right: none;
}
.table-select table.summary tr.total-policy td:first-child span {
  font-size: 12px;
}
.table-select table.summary tr.total-policy td:last-child {
  font-size: 20px;
}
.table-select table.summary tr td, .table-select table.summary tr th {
  text-align: right;
  border-color: transparent;
  width: 25%;
}
.table-select table.summary tr td:first-child, .table-select table.summary tr th:first-child {
  text-align: left;
  width: 50%;
}
.table-select table thead {
  background: rgba(0, 0, 0, 0.1);
}
.table-select table thead th {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-right: 1px solid #fff;
}
.table-select table thead th.premium {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  border-right: none;
}
.table-select table thead th:first-child {
  border-color: rgba(0, 0, 0, 0.1);
}
.table-select table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.table-select table tbody tr:hover {
  cursor: pointer;
}
.table-select table tbody tr.first-row, .table-select table tbody tr.last-row {
  border-bottom: none;
}
.table-select table tbody td {
  padding: 10px;
  text-align: center;
  font-size: 11px;
}
.table-select table tbody td.input-table {
  color: rgba(0, 0, 0, 0.7);
  width: 35%;
  text-align: center;
}
.table-select table tbody td.input-table label {
  display: inline-block;
  width: auto;
  padding-right: 0;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
}
.table-select table tbody td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*===================================

    MD MIN 992

=====================================*/
@media (min-width: 992px) {
  .table-select table tbody td {
    font-size: 14px;
  }
  .table-select table tbody td.input-table {
    width: 12%;
  }
  .table-select table tbody td.input-table label {
    font-size: 20px;
  }
}
.wedding-section .table-select table.summary tr.total-policy {
  background-color: #dffaf8;
}
.wedding-section .table-select table tbody tr:hover {
  background-color: #dffaf8;
}
.wedding-section .table-select table tbody tr .input-table:hover label {
  color: #1fbbb0;
}

.wedding-show-section .table-select table.summary tr.total-policy {
  background-color: white;
}
.wedding-show-section .table-select table tbody tr:hover {
  background-color: white;
}
.wedding-show-section .table-select table tbody tr .input-table:hover label {
  color: #f9b4a9;
}

.one-off-section .table-select table.summary tr.total-policy {
  background-color: #fde7ef;
}
.one-off-section .table-select table tbody tr:hover {
  background-color: #fde7ef;
}
.one-off-section .table-select table tbody tr .input-table:hover label {
  color: #ed1261;
}

.multiple-section .table-select table.summary tr.total-policy {
  background-color: white;
}
.multiple-section .table-select table tbody tr:hover {
  background-color: white;
}
.multiple-section .table-select table tbody tr .input-table:hover label {
  color: #11B2DC;
}

.street-parties-section .table-select table.summary tr.total-policy {
  background-color: #fdedf0;
}
.street-parties-section .table-select table tbody tr:hover {
  background-color: #fdedf0;
}
.street-parties-section .table-select table tbody tr .input-table:hover label {
  color: #f1607c;
}

.celebrations-section .table-select table.summary tr.total-policy {
  background-color: #bd91dd;
}
.celebrations-section .table-select table tbody tr:hover {
  background-color: #bd91dd;
}
.celebrations-section .table-select table tbody tr .input-table:hover label {
  color: #652C8F;
}

.shows-section .table-select table.summary tr.total-policy {
  background-color: #dcf0ff;
}
.shows-section .table-select table tbody tr:hover {
  background-color: #dcf0ff;
}
.shows-section .table-select table tbody tr .input-table:hover label {
  color: #0060a9;
}

.sporting-section .table-select table.summary tr.total-policy {
  background-color: #fef6f3;
}
.sporting-section .table-select table tbody tr:hover {
  background-color: #fef6f3;
}
.sporting-section .table-select table tbody tr .input-table:hover label {
  color: #e65e25;
}

.exhibitors-section .table-select table.summary tr.total-policy {
  background-color: #f6eaf1;
}
.exhibitors-section .table-select table tbody tr:hover {
  background-color: #f6eaf1;
}
.exhibitors-section .table-select table tbody tr .input-table:hover label {
  color: #be6fa0;
}

.stallholders-section .table-select table.summary tr.total-policy {
  background-color: #dafbe8;
}
.stallholders-section .table-select table tbody tr:hover {
  background-color: #dafbe8;
}
.stallholders-section .table-select table tbody tr .input-table:hover label {
  color: #0E7B3E;
}

.band-section .table-select table.summary tr.total-policy {
  background-color: #fef2e3;
}
.band-section .table-select table tbody tr:hover {
  background-color: #fef2e3;
}
.band-section .table-select table tbody tr .input-table:hover label {
  color: #f8991d;
}

.christmas-lights-section .table-select table.summary tr.total-policy {
  background-color: #fef0f1;
}
.christmas-lights-section .table-select table tbody tr:hover {
  background-color: #fef0f1;
}
.christmas-lights-section .table-select table tbody tr .input-table:hover label {
  color: #ed1b2e;
}

.fireworks-section .table-select table.summary tr.total-policy {
  background-color: #e9ebf5;
}
.fireworks-section .table-select table tbody tr:hover {
  background-color: #e9ebf5;
}
.fireworks-section .table-select table tbody tr .input-table:hover label {
  color: #4d5fab;
}

.festivals-section .table-select table.summary tr.total-policy {
  background-color: #f4faf0;
}
.festivals-section .table-select table tbody tr:hover {
  background-color: #f4faf0;
}
.festivals-section .table-select table tbody tr .input-table:hover label {
  color: #7dc242;
}

.conferences-section .table-select table.summary tr.total-policy {
  background-color: #e2efff;
}
.conferences-section .table-select table tbody tr:hover {
  background-color: #e2efff;
}
.conferences-section .table-select table tbody tr .input-table:hover label {
  color: #002d62;
}

.hole-in-one-section .table-select table.summary tr.total-policy {
  background-color: #fffae5;
}
.hole-in-one-section .table-select table tbody tr:hover {
  background-color: #fffae5;
}
.hole-in-one-section .table-select table tbody tr .input-table:hover label {
  color: #fecc00;
}

.roll-a-dice-section .table-select table.summary tr.total-policy {
  background-color: #fffae5;
}
.roll-a-dice-section .table-select table tbody tr:hover {
  background-color: #fffae5;
}
.roll-a-dice-section .table-select table tbody tr .input-table:hover label {
  color: #fecc00;
}

.hot-food-section .table-select table.summary tr.total-policy {
  background-color: #f4faf0;
}
.hot-food-section .table-select table tbody tr:hover {
  background-color: #f4faf0;
}
.hot-food-section .table-select table tbody tr .input-table:hover label {
  color: #7dc242;
}

nav.steps {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 34px 0 34px 0;
  overflow: hidden;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
}
nav.steps.steps-8 ul li {
  width: 9%;
}
nav.steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 5%;
}
nav.steps ul:before, nav.steps ul:after {
  content: " ";
  display: table;
}
nav.steps ul:after {
  clear: both;
}
nav.steps ul li {
  width: 20%;
  float: left;
  text-align: left;
  border-bottom: solid 3px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 11px;
}
nav.steps ul li.next {
  color: #616161;
}
nav.steps ul li.next i {
  background: #616161;
}
nav.steps ul li.current {
  border-bottom: solid 3px #616161;
}
nav.steps ul li.complete {
  color: #616161;
  z-index: 2;
  position: relative;
}
nav.steps ul li:last-child {
  margin-left: 0;
  text-align: left;
  border-bottom: none;
}
nav.steps ul li div {
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  display: none;
}
nav.steps ul li i {
  height: 14px;
  width: 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  top: 12px;
  z-index: 5;
}

/*==============================

    MD MIN 992

===============================*/
@media (min-width: 992px) {
  nav.steps ul li {
    padding-bottom: 20px;
  }
  nav.steps ul li div {
    display: block;
  }
  nav.steps ul li i {
    top: 32px;
  }
}
.pink-section nav.steps ul li.current {
  color: #1fbbb0;
}
.pink-section nav.steps ul li.current i {
  background: #1fbbb0;
}
.pink-section nav.steps ul li.complete {
  border-bottom-color: #1fbbb0;
}
.pink-section nav.steps ul li.complete i {
  background: #1fbbb0;
}

nav {
  display: none;
  width: 100%;
  z-index: 100;
  position: relative;
  background: #003A63;
  overflow-y: scroll;
  max-height: 500px;
}
nav.nav-desktop {
  display: none;
}
nav.nav-mobile.open {
  overflow-y: scroll;
  max-height: 500px;
}
nav .main-menu {
  float: none;
  max-height: 100%;
}
nav .main-menu > li {
  float: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav .main-menu > li:before, nav .main-menu > li:after {
  content: " ";
  display: table;
}
nav .main-menu > li:after {
  clear: both;
}
nav .main-menu > li .main-link {
  color: #fff;
  float: left;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
nav .main-menu > li .mobile-plus {
  float: right;
  display: block;
  padding: 10px 14px;
}
nav .main-menu > li .mobile-plus i {
  font-size: 15px;
  color: #fff;
}
nav .main-menu > li:last-child {
  display: table;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
nav .main-menu > li:last-child img {
  width: 26px;
  height: 26px;
}
nav .main-menu > li:last-child ul:before, nav .main-menu > li:last-child ul:after {
  content: " ";
  display: table;
}
nav .main-menu > li:last-child ul:after {
  clear: both;
}
nav .main-menu > li:last-child ul li {
  display: inline-block;
  float: none;
  padding: 0 10px;
}
nav .main-menu > li:last-child ul li a:hover i {
  color: #fff;
}
nav .main-menu > li:last-child ul li a i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
nav .main-menu > li .social-icons-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*===================================

    SM MIN 768

===================================*/
@media (min-width: 768px) {
  nav {
    position: relative;
    top: 0;
    overflow-y: visible;
  }
  nav.nav-desktop {
    display: block;
  }
  nav.nav-mobile {
    display: none !important;
  }
  nav .main-menu {
    margin-bottom: 0px;
    float: right;
  }
  nav .main-menu > li:not(.no-hover):hover {
    background: #bac3cf !important;
  }
  nav .main-menu > li:not(.no-hover):hover a {
    color: #003A63 !important;
  }
  nav .main-menu li {
    float: left;
    position: static;
    border-bottom: none;
    margin-bottom: -5px;
    padding: 20px 0;
  }
  nav .main-menu li .main-link {
    font-size: 16px;
    color: #fff;
    padding: 0 14px;
  }
  nav .main-menu li:not(:last-of-type):not(:nth-of-type(6)) .main-link::after {
    content: "|";
    right: -1.5px;
    position: absolute;
    color: #fff;
  }
  nav .main-menu li:hover > a {
    color: #fff;
  }
  nav .main-menu li:hover > a:after {
    color: rgba(255, 255, 255, 0.5);
  }
  nav .main-menu li:hover .main-menu-dropdown {
    display: block;
  }
  nav .main-menu li:last-child {
    display: block;
    width: auto;
  }
  nav .main-menu li:last-child:hover {
    background: transparent;
  }
  nav .main-menu li:last-child > ul {
    padding-left: 14px;
  }
  nav .main-menu li:last-child > ul li {
    padding: 0px 5px 4px;
  }
  nav .main-menu li:last-child > ul li:hover {
    background: transparent;
  }
  nav .main-menu li:last-child > ul li:first-child {
    padding-left: 0;
  }
  nav .main-menu li:last-child > ul li:last-child {
    padding-right: 0;
  }
  nav .main-menu li:last-child > ul li:after {
    content: none;
  }
  nav .main-menu li:last-child > ul li a i {
    color: #fff;
    font-size: 26px;
  }
  nav .main-menu li:last-child > ul li a:after {
    content: none;
  }
  nav .main-menu li:last-child > ul li a:hover i {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  nav .main-menu-dropdown {
    top: 46.5%;
  }
  nav .dropdown-items {
    text-align: center;
  }
  nav .dropdown-items li {
    margin-top: 0;
    padding: 10px 0 !important;
  }
  nav .dropdown-items li:last-of-type {
    margin-top: 0 !important;
  }
  nav .dropdown-items .icon {
    display: block;
    margin-bottom: 10px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  nav .main-menu {
    width: 100%;
    text-align: center;
  }
  nav .main-menu > li:after {
    clear: none;
  }
  nav .main-menu li {
    display: inline-block;
    float: none;
    padding: 15px 0;
  }
  nav .main-menu li .main-link {
    font-size: 13px;
    color: #fff;
    padding: 0 8px;
  }
  nav .main-menu li:last-child {
    display: block;
    margin-top: 5px;
  }
  nav .main-menu li:last-child > ul {
    padding-left: 14px;
    float: left;
    margin-top: -15px;
    float: none;
  }
  nav .main-menu li:last-child > ul li a i {
    color: #fff;
    font-size: 26px;
  }
  nav .main-menu li:last-child > ul li:last-child {
    display: inline;
  }
}
.main-menu-dropdown {
  background: #fff;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  clear: left;
  display: none;
}
.main-menu-dropdown .overview p {
  font-size: small;
}
.main-menu-dropdown ul.policy-items > li {
  position: relative;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.main-menu-dropdown ul.policy-items > li:before, .main-menu-dropdown ul.policy-items > li:after {
  content: " ";
  display: table;
}
.main-menu-dropdown ul.policy-items > li:after {
  clear: both;
}
.main-menu-dropdown ul.policy-items > li img.one-off {
  border-color: #ed1261;
}
.main-menu-dropdown ul.policy-items > li img.celebrations {
  border-color: #652C8F;
}
.main-menu-dropdown ul.policy-items > li img.street {
  border-color: #f1607c;
}
.main-menu-dropdown ul.policy-items > li img.wedding {
  border-color: #1fbbb0;
}
.main-menu-dropdown ul.policy-items > li img.stallholders {
  border-color: #0E7B3E;
}
.main-menu-dropdown ul.policy-items > li img.multiple {
  border-color: #11B2DC;
}
.main-menu-dropdown ul.policy-items > li img.conferences {
  border-color: #002d62;
}
.main-menu-dropdown ul.policy-items > li img.band {
  border-color: #f8991d;
}
.main-menu-dropdown ul.policy-items > li img.exhibitors {
  border-color: #be6fa0;
}
.main-menu-dropdown ul.policy-items > li img.christmas {
  border-color: #ed1b2e;
}
.main-menu-dropdown ul.policy-items > li img.fireworks {
  border-color: #4d5fab;
}
.main-menu-dropdown ul.policy-items > li img.sporting {
  border-color: #e65e25;
}
.main-menu-dropdown ul.policy-items > li img.festivals {
  border-color: #7dc242;
}
.main-menu-dropdown ul.policy-items > li img.shows {
  border-color: #0060a9;
}
.main-menu-dropdown ul.policy-items > li img.hole-in-one {
  border-color: #fecc00;
}
.main-menu-dropdown ul.policy-items > li img.roll-a-dice {
  border-color: #fecc00;
}
.main-menu-dropdown ul.policy-items > li .link-policy {
  display: block;
  padding: 10px 14px;
  float: left;
}
.main-menu-dropdown ul.policy-items > li .link-policy h2 {
  font-size: 12px;
  margin: 0;
  font-weight: 100;
}
.main-menu-dropdown ul.policy-items > li .mobile-plus i {
  color: rgba(0, 0, 0, 0.5);
}
.main-menu-dropdown ul.policy-items > li .quote-dropdown {
  display: none;
  clear: both;
}
.main-menu-dropdown ul.policy-items > li .quote-dropdown ul li a {
  font-size: 12px;
  display: block;
}
.main-menu-dropdown ul.policy-items > li .quote-dropdown ul li:first-child a {
  padding: 8px;
}
.main-menu-dropdown ul.policy-items > li .quote-dropdown ul li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.main-menu-dropdown ul.policy-items > li .quote-dropdown ul li:not(:first-child) a {
  color: #616161;
  background: rgba(0, 0, 0, 0.07);
  padding: 10px 14px;
}
.main-menu-dropdown ul.text-link-list {
  position: absolute;
  bottom: 0;
}
.main-menu-dropdown ul.text-link-list li {
  line-height: 1;
  max-width: 100px;
  min-width: 100px;
}
.main-menu-dropdown ul.text-link-list li:hover {
  background: none;
}
.main-menu-dropdown ul.text-link-list li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
}
.main-menu-dropdown ul.text-link-list li a:hover {
  color: #000;
}
.main-menu-dropdown ul.dropdown-items li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.main-menu-dropdown ul.dropdown-items li:hover {
  background: transparent;
}
.main-menu-dropdown ul.dropdown-items li:last-child ul li {
  float: none;
  width: 100%;
  padding: 5px 0 0 0;
  color: #003A63;
}
.main-menu-dropdown ul.dropdown-items li a {
  display: block;
  text-transform: uppercase;
  padding: 0;
  color: #003A63;
}
.main-menu-dropdown ul.dropdown-items li a:hover {
  color: #3998c6;
  border-color: #3998c6;
}
.main-menu-dropdown ul.dropdown-items li a h2 {
  font-size: 12px;
  padding: 10px 14px;
}
.main-menu-dropdown ul.dropdown-items li a h2 .icon {
  font-size: 38px;
  margin-right: 10px;
}
.main-menu-dropdown ul.dropdown-items li a P {
  color: #616161;
  font-size: 12px;
}
.main-menu-dropdown ul.dropdown-items li a P.phoneNumber {
  color: #003A63;
  font-size: 14px;
}

/*===============================

    SM MIN 768

===============================*/
@media (min-width: 768px) {
  .main-menu-dropdown {
    box-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.8);
    border-top: 10px solid #bac3cf;
    position: absolute;
    top: 98%;
    width: 750px;
    margin: auto;
    padding: 15px 0 5px;
  }
  .main-menu-dropdown ul.policy-items {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .main-menu-dropdown ul.policy-items:before, .main-menu-dropdown ul.policy-items:after {
    content: " ";
    display: table;
  }
  .main-menu-dropdown ul.policy-items:after {
    clear: both;
  }
  .main-menu-dropdown ul.policy-items > li {
    display: flex;
    width: 25%;
    flex-basis: 25%;
    float: left;
    padding: 6px;
    border-bottom: none;
    align-items: center;
  }
  .main-menu-dropdown ul.policy-items > li:hover {
    background: #ededed;
  }
  .main-menu-dropdown ul.policy-items > li .policy-thumb, .main-menu-dropdown ul.policy-items > li .policy-nav {
    float: left;
    height: 100%;
    position: relative;
  }
  .main-menu-dropdown ul.policy-items > li .policy-thumb {
    width: 30%;
  }
  .main-menu-dropdown ul.policy-items > li .policy-thumb img {
    border-radius: 0;
    border-bottom: 5px solid;
    margin-right: 10px;
  }
  .main-menu-dropdown ul.policy-items > li .policy-nav {
    width: 70%;
    padding-left: 5px;
  }
  .main-menu-dropdown ul.policy-items > li .policy-nav h2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
  }
  .main-menu-dropdown ul.dropdown-items {
    width: 100%;
  }
  .main-menu-dropdown ul.dropdown-items:before, .main-menu-dropdown ul.dropdown-items:after {
    content: " ";
    display: table;
  }
  .main-menu-dropdown ul.dropdown-items:after {
    clear: both;
  }
  .main-menu-dropdown ul.dropdown-items li {
    float: none;
    border-bottom: none;
    vertical-align: top;
    padding: 5px 15px 5px 0;
    float: left;
    width: 20%;
  }
  .main-menu-dropdown ul.dropdown-items li a {
    text-transform: none;
  }
  .main-menu-dropdown ul.dropdown-items li a ul li {
    display: block;
    border-left: none;
  }
  .main-menu-dropdown ul.dropdown-items li a ul li i {
    padding-right: 10px;
  }
  .main-menu-dropdown ul.dropdown-items li a h2 {
    font-size: 16px;
    padding: 0 0 10px 0;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .main-menu-dropdown {
    width: 970px;
  }
}
/*==============================

    LG MIN 1200

================================*/
@media (min-width: 1200px) {
  .main-menu-dropdown {
    width: 1170px;
  }
  .main-menu-dropdown ul.dropdown-items.doc li:last-child {
    float: right;
    display: block;
    width: auto;
    height: 115px;
  }
  .main-menu-dropdown ul.dropdown-items.doc li:last-child ul li:last-child {
    float: none;
    height: auto;
  }
  .main-menu-dropdown ul.policy-items > li .policy-nav {
    padding-left: 0;
  }
}
.important-notice {
  background: #3998c6;
}
.important-notice p {
  display: inline-block;
  width: 100%;
  color: white;
  margin: 8px;
  font-size: 12px;
}
.important-notice p .icon {
  float: right;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.important-notice p .icon:hover {
  color: #fff;
}

header {
  height: 71px;
  position: fixed;
  background-color: #fff;
  z-index: 200;
  width: 100%;
}
header .header-inner {
  height: 100%;
}
header .header-inner .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
header .header-inner .header-container:before, header .header-inner .header-container:after {
  content: none;
}
header .header-inner .container {
  height: 100%;
}
header .header-inner .container .header-promotional-logo {
  height: 65px;
  width: auto;
  padding: 0 15px;
  display: none;
  border-radius: 10px;
  -webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), to(rgba(250, 250, 250, 0.25)));
  align-items: center;
  justify-content: center;
}
header .header-inner .container .header-promotional-logo img {
  max-height: 100%;
  max-width: 100%;
}
header .header-inner .container .main-logo {
  float: left;
  padding: 10px 0;
}
header .header-inner .container .main-logo .logo {
  display: block;
}
header .header-inner .container .main-logo .logo object {
  width: 180px;
  height: 46px;
  pointer-events: none;
}
header .header-inner .container .main-logo .logo object svg {
  width: 180px;
  height: 46px;
}
header .header-inner .container .mobile-btn {
  float: right;
  display: block;
  width: 22px;
  height: 17px;
  min-width: 22px;
}
header .header-inner .container .mobile-btn:before {
  content: "";
  border-bottom: 9px double rgba(0, 0, 0, 0.5);
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  display: block;
  height: 15px;
}
header .header-inner .container .header-right {
  align-self: flex-end;
  padding: 55px 0 30px;
  display: none;
}
header .header-inner .container .header-right ul {
  display: table;
  width: 100%;
}
header .header-inner .container .header-right ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
header .header-inner .container .header-right ul li .big {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
header .header-inner .container .header-right ul li .biggest {
  font-size: 31px;
  line-height: 1;
}
header .header-inner .container .header-right ul li:first-child .login-popup-container {
  position: relative;
  padding: 10px;
}
header .header-inner .container .header-right ul li:first-child .login-popup-container:hover {
  background: #fff;
  border-radius: 6px 6px 0 0;
}

.nws-header {
  text-align: center;
  background-color: #fff;
  color: #7d9bc1;
  padding-bottom: 20px;
  padding-top: 20px;
  height: auto;
  position: static;
  border-top: solid;
  border-top-width: 5px;
  border-top-color: #f9b4a9;
}
.nws-header .nws-logo {
  max-width: 275px;
  width: 100%;
}
.nws-header .nws-header-right {
  padding-top: 15px;
  padding-bottom: 5px;
  float: none;
  font-size: 25px;
  font-weight: bold;
}
.nws-header .nws-header-right .nws-number {
  font-size: 30px;
}

/*=================================

    SM MIN 768

====================================*/
@media (min-width: 768px) {
  header {
    padding: 10px 0;
    position: static;
    height: auto;
  }
  header .header-inner .container .main-logo {
    max-width: 100%;
    width: auto;
    padding: 30px 0;
  }
  header .header-inner .container .main-logo .logo object, header .header-inner .container .main-logo .logo svg {
    width: 290px;
    height: 80px;
  }
  header .header-inner .container .header-right {
    display: flex;
    padding: 30px 0;
    height: 140px;
    vertical-align: middle;
    align-items: center;
  }
  header .header-inner .container .mobile-btn {
    display: none;
  }
  .nws-header {
    text-align: left;
  }
  .nws-header .nws-header-right {
    float: right;
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  header .header-inner .container .header-promotional-logo {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .homeh1.homeh1 {
    font-size: 30px;
  }
}
.header-promotion {
  max-width: 300px;
  height: auto;
}

.header-promotion .insurance-choice .mobile-image {
  display: none;
}

.header-promotion .insurance-choice .desktop-image {
  display: block;
  max-height: 105px;
}

@media screen and (max-width: 992px) {
  .header-promotion {
    max-width: 200px;
  }
  .header-promotion .insurance-choice .mobile-image {
    display: none;
  }
  .header-promotion .insurance-choice .desktop-image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-promotion {
    max-width: 150px;
  }
  .header-promotion .insurance-choice .mobile-image {
    display: none;
    max-height: 1247px;
    background-color: black;
  }
}
.header-promotion img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

footer {
  position: relative;
  top: 150px;
}
footer .footer-section.first {
  background-color: #003A63;
  padding: 0;
}
footer .footer-section.first .border-heading {
  background: none;
  color: #fff;
  text-align: left;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s;
}
footer .footer-section.first .border-heading:hover {
  opacity: 0.7;
}
footer .footer-section.first .border-heading span:not(.icon) {
  background: none;
}
footer .footer-section.first .border-heading span {
  padding: 10px 0;
}
footer .footer-section.first .border-heading .icon {
  float: right;
  background: none;
  padding: 0;
  float: right;
  transform: translateY(-5px);
}
footer .footer-section.first .border-heading .icon::before {
  font-size: 34px;
}
footer .footer-section.first ul:before, footer .footer-section.first ul:after {
  content: " ";
  display: table;
}
footer .footer-section.first ul:after {
  clear: both;
}
footer .footer-section.first ul .policy-item {
  float: left;
  width: 100%;
  padding: 15px 0;
}
footer .footer-section.first ul .policy-item .border-intro h1, footer .footer-section.first ul .policy-item .border-intro .h1, footer .footer-section.first ul .policy-item .border-intro h2, footer .footer-section.first ul .policy-item .border-intro .h2, footer .footer-section.first ul .policy-item .border-intro h3, footer .footer-section.first ul .policy-item .border-intro .h3,
footer .footer-section.first ul .policy-item .border-intro h4, footer .footer-section.first ul .policy-item .border-intro .h4, footer .footer-section.first ul .policy-item .border-intro h5, footer .footer-section.first ul .policy-item .border-intro .h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
footer .footer-section.first ul .policy-item .border-intro h1 span, footer .footer-section.first ul .policy-item .border-intro .h1 span, footer .footer-section.first ul .policy-item .border-intro h2 span, footer .footer-section.first ul .policy-item .border-intro .h2 span, footer .footer-section.first ul .policy-item .border-intro h3 span, footer .footer-section.first ul .policy-item .border-intro .h3 span,
footer .footer-section.first ul .policy-item .border-intro h4 span, footer .footer-section.first ul .policy-item .border-intro .h4 span, footer .footer-section.first ul .policy-item .border-intro h5 span, footer .footer-section.first ul .policy-item .border-intro .h5 span {
  display: block;
  line-height: 1;
}
footer .footer-section.first ul .policy-item ul li {
  line-height: 1;
  padding-left: 12px;
  padding-top: 3px;
}
footer .footer-section.first ul .policy-item ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
footer .footer-section.first ul .policy-item ul li a:hover {
  color: #3998c6;
}
footer .footer-section.first .policy-items-footer {
  display: none;
}
footer .footer-section.first .policy-items-footer .theme-colour {
  color: #fff;
}
footer .footer-section.first .policy-items-footer .border-intro {
  border: 0;
  padding: 0;
}
footer .footer-section.first-addon {
  background-color: #bac3cf;
  margin-bottom: 60px;
}
footer .footer-section.first-addon span {
  color: #003A63;
  font-size: 14px;
  padding-right: 30px;
  display: block;
  padding-left: 80px;
}
footer .footer-section.first-addon span.icon {
  display: block;
  float: left;
  font-size: 65px;
  height: 100%;
  line-height: 100%;
  padding-right: 15px;
  padding-left: 0;
}
footer .footer-section.first-addon span.contact-strip-title {
  display: block;
  float: left;
  width: calc(100% - 80px);
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
  padding-left: 0;
}
footer .footer-section.first-addon .col-md-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-section.second {
  padding: 30px 0;
  background-color: #dedede;
}
footer .footer-section.second .container .footer-contact {
  color: #003A63;
  font-size: 12px;
  padding-bottom: 15px;
}
footer .footer-section.second .container .footer-contact ul li a img {
  width: 38px;
  height: 38px;
}
footer .footer-section.second .container .footer-contact h2 {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 16px;
}
footer .footer-section.second .container .footer-contact.hours-of-business h2, footer .footer-section.second .container .footer-contact.footer-address h2 {
  padding-bottom: 0;
}
footer .footer-section.second .container .footer-contact:first-child i, footer .footer-section.second .container .footer-contact:nth-child(2) i, footer .footer-section.second .container .footer-contact:nth-child(3) i {
  color: #003A63;
  font-size: 36px;
  padding-right: 10px;
}
footer .footer-section.second .container .footer-contact:first-child span {
  display: block;
  padding-left: 45px;
  font-size: 14px;
}
footer .footer-section.second .container .footer-contact:nth-child(2) {
  padding-bottom: 5px;
}
footer .footer-section.second .container .footer-contact:nth-child(2) ul li {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
footer .footer-section.second .container .footer-contact:nth-child(2) ul li:last-child {
  padding-bottom: 0;
}
footer .footer-section.second .container .footer-contact:nth-child(2) ul li a {
  color: #003A63;
}
footer .footer-section.second .container .footer-contact:nth-child(2) ul li a:hover {
  color: #003A63;
}
footer .footer-section.second .container .footer-contact:nth-child(3) span {
  display: block;
  padding-left: 45px;
  font-size: 14px;
}
footer .footer-section.second .container .footer-contact:last-child {
  border-right: none;
  padding-right: 0;
}
footer .footer-section.second .container .footer-contact:last-child ul li {
  display: inline-block;
  padding-right: 2.5px;
}
footer .footer-section.second .container .footer-contact:last-child ul li:last-child {
  padding-right: 0;
}
footer .footer-section.second .container .footer-contact:last-child ul li i {
  color: #003A63;
  font-size: 38px;
}
footer .footer-section.second .container .footer-contact:last-child ul li i:hover {
  color: #003A63;
}
footer .footer-section.third {
  background-color: #003A63;
  padding: 15px 0;
}
footer .footer-section.third .footer-left {
  padding: 12px 0;
}
footer .footer-section.third .footer-right {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}
footer .footer-section.third .footer-right ul li {
  display: inline-block;
}
footer .footer-section.third .footer-right ul li:after {
  content: "|";
  padding: 0 5px;
}
footer .footer-section.third .footer-right ul li:last-child:after {
  content: none;
}
footer .footer-section.third .footer-right ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-section.third .footer-right ul li a:hover {
  color: #fff;
}
footer .footer-section.cookie {
  background-color: rgba(0, 0, 0, 0.95);
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 0;
  font-size: 10px;
  position: fixed;
  z-index: 200;
  bottom: 0;
  width: 100%;
  display: none;
}
footer .footer-section.cookie .cookie-txt {
  float: left;
  width: 85%;
  font-size: 10px;
}
footer .footer-section.cookie .cookie-txt h2 {
  color: #fff;
  padding-bottom: 5px;
}
footer .footer-section.cookie .cookie-txt a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
footer .footer-section.cookie .cookie-close {
  float: right;
}
footer .footer-section.cookie .cookie-close a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
}
footer .footer-section.cookie .cookie-close a i {
  font-size: 15px;
  color: #fff;
}

footer.nws-footer {
  top: 0px;
  color: #fff;
  text-align: center;
  background-color: #f9b4a9;
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 13px;
}

/*=============================

    SM MIN 768

=============================*/
@media (min-width: 768px) {
  footer {
    top: 71px;
  }
  footer .footer-section.first ul .policy-item {
    width: 50%;
  }
  footer .footer-section.second .container .footer-contact {
    float: left;
    width: 50%;
  }
}
/*=================================

    MD MIN 992

==================================*/
@media (min-width: 992px) {
  footer {
    top: 0;
  }
  footer .footer-section.first ul .policy-item {
    width: 33.3%;
  }
  footer .footer-section.first ul .policy-item:nth-of-type(3n-2) {
    padding-right: 15px;
  }
  footer .footer-section.first ul .policy-item:nth-of-type(3n-1) {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer-section.first ul .policy-item:nth-of-type(3n) {
    padding-left: 15px;
  }
  footer .footer-section.first-addon span {
    color: #003A63;
    font-size: 14px;
    padding-right: 30px;
    display: block;
    padding-left: 70px;
  }
  footer .footer-section.first-addon span.icon {
    display: block;
    float: left;
    font-size: 65px;
    height: 100%;
    line-height: 100%;
    padding-right: 15px;
    padding-left: 0;
  }
  footer .footer-section.first-addon span.contact-strip-title {
    display: block;
    float: left;
    width: calc(100% - 80px);
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  footer .footer-section.first-addon .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .footer-section.second .container {
    display: table;
  }
  footer .footer-section.second .container .footer-contact {
    display: table-cell;
    float: none;
    width: auto;
    padding: 0 25px;
    padding-bottom: 0;
  }
  footer .footer-section.second .container .footer-contact:first-child {
    padding-left: 0;
  }
  footer .footer-section.second .container .footer-contact:first-child span {
    padding-left: 45px;
  }
  footer .footer-section.second .container .footer-contact:nth-of-type(2) {
    padding-bottom: 0;
  }
  footer .footer-section.third .footer-left {
    float: left;
  }
  footer .footer-section.third .footer-right {
    text-align: right;
    float: right;
  }
  footer .footer-section.cookie .cookie-txt {
    width: 92%;
    padding-bottom: 0;
  }
  footer .footer-section.cookie .cookie-close a {
    padding: 10px;
  }
  footer .footer-section.cookie .cookie-close a i {
    font-size: 30px;
  }
}
.border-intro {
  padding: 0 20px;
}
.border-intro h1, .border-intro h2, .border-intro h3, .border-intro h4, .border-intro h5, .border-intro h6,
.border-intro .h1, .border-intro .h2, .border-intro .h3, .border-intro .h4, .border-intro .h5, .border-intro .h6 {
  line-height: 1;
  margin: 0;
}
.border-intro.small {
  border-left: 2px solid;
  padding: 0 10px;
  line-height: 0.8;
  margin-bottom: 10px;
}
.border-intro.intro-text {
  border-left: 5px solid;
  color: rgba(0, 0, 0, 0.8);
}
.border-intro.intro-text p:first-child {
  font-size: 20px;
  margin: 0;
}
.border-intro.sub {
  border-left: 5px solid transparent;
}
.border-intro.contact {
  border-left: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin-top: 20px;
}
.border-intro.contact p {
  margin: 0;
}
.border-intro.contact p:first-child {
  padding-bottom: 10px;
}

/*==================================

    MD MIN 992

===================================*/
@media (min-width: 992px) {
  .border-intro.contact {
    margin-top: 0;
  }
}
.wedding-section .border-intro.intro-text, .wedding-section .border-intro.small {
  border-color: #1fbbb0;
}

.wedding-show-section .border-intro.intro-text, .wedding-show-section .border-intro.small {
  border-color: #f9b4a9;
}

.one-off-section .border-intro.intro-text, .one-off-section .border-intro.small {
  border-color: #ed1261;
}

.fireworks-section .border-intro.intro-text, .fireworks-section .border-intro.small {
  border-color: #4d5fab;
}

.stallholders-section .border-intro.intro-text, .stallholders-section .border-intro.small {
  border-color: #0E7B3E;
}

.band-section .border-intro.intro-text, .band-section .border-intro.small {
  border-color: #f8991d;
}

.exhibitors-section .border-intro.intro-text, .exhibitors-section .border-intro.small {
  border-color: #be6fa0;
}

.christmas-lights-section .border-intro.intro-text, .christmas-lights-section .border-intro.small, .christmas-section .border-intro.intro-text, .christmas-section .border-intro.small {
  border-color: #ed1b2e;
}

.sporting-section .border-intro.intro-text, .sporting-section .border-intro.small {
  border-color: #e65e25;
}

.conferences-section .border-intro.intro-text, .conferences-section .border-intro.small {
  border-color: #002d62;
}

.multiple-section .border-intro.intro-text, .multiple-section .border-intro.small {
  border-color: #11B2DC;
}

.festivals-section .border-intro.intro-text, .festivals-section .border-intro.small {
  border-color: #7dc242;
}

.shows-section .border-intro.intro-text, .shows-section .border-intro.small {
  border-color: #0060a9;
}

.celebrations-section .border-intro.intro-text, .celebrations-section .border-intro.small {
  border-color: #652C8F;
}

.street-parties-section .border-intro.intro-text, .street-parties-section .border-intro.small, .street-section .border-intro.intro-text, .street-section .border-intro.small {
  border-color: #f1607c;
}

.hole-in-one-section .border-intro.intro-text, .hole-in-one-section .border-intro.small, .hole-in-one-section .border-intro.intro-text, .hole-in-one-section .border-intro.small {
  border-color: #fecc00;
}

.roll-a-dice-section .border-intro.intro-text, .roll-a-dice-section .border-intro.small, .roll-a-dice-section .border-intro.intro-text, .roll-a-dice-section .border-intro.small {
  border-color: #fecc00;
}

.hot-food-section .border-intro.intro-text, .hot-food-section .border-intro.small {
  border-color: #7dc242;
}

.default-section .border-intro.intro-text {
  border-color: #003A63;
}
.default-section .border-intro.small {
  border-color: #3998c6;
}
.default-section .border-intro.small.team {
  border-color: #003A63;
}

.footer-panel {
  background: rgba(0, 0, 0, 0.07);
}
.footer-panel .container .footer-panel-section {
  color: #003A63;
  display: block;
  border-top: 1px solid #fff;
}
.footer-panel .container .footer-panel-section:hover {
  color: #3998c6;
  background: none;
}
.footer-panel .container .footer-panel-section .inner {
  padding: 20px 0;
}
.footer-panel .container .footer-panel-section .inner h1, .footer-panel .container .footer-panel-section .inner .h1, .footer-panel .container .footer-panel-section .inner h2, .footer-panel .container .footer-panel-section .inner .h2, .footer-panel .container .footer-panel-section .inner h3,
.footer-panel .container .footer-panel-section .inner .h3, .footer-panel .container .footer-panel-section .inner h4, .footer-panel .container .footer-panel-section .inner .h4, .footer-panel .container .footer-panel-section .inner h5, .footer-panel .container .footer-panel-section .inner .h5 {
  line-height: 1;
  margin: 0;
  padding-bottom: 20px;
  font-size: 30px;
}
.footer-panel .container .footer-panel-section .inner h1 span, .footer-panel .container .footer-panel-section .inner .h1 span, .footer-panel .container .footer-panel-section .inner h2 span, .footer-panel .container .footer-panel-section .inner .h2 span, .footer-panel .container .footer-panel-section .inner h3 span,
.footer-panel .container .footer-panel-section .inner .h3 span, .footer-panel .container .footer-panel-section .inner h4 span, .footer-panel .container .footer-panel-section .inner .h4 span, .footer-panel .container .footer-panel-section .inner h5 span, .footer-panel .container .footer-panel-section .inner .h5 span {
  font-weight: bold;
  font-size: 30px;
}
.footer-panel .container .footer-panel-section .inner .inner-text:before, .footer-panel .container .footer-panel-section .inner .inner-text:after {
  content: " ";
  display: table;
}
.footer-panel .container .footer-panel-section .inner .inner-text:after {
  clear: both;
}
.footer-panel .container .footer-panel-section .inner .inner-text span {
  font-size: 15px;
  font-weight: 100;
  float: left;
  width: 80%;
  color: rgba(0, 0, 0, 0.6);
}
.footer-panel .container .footer-panel-section .inner .inner-text i {
  float: left;
  font-size: 50px;
  padding-right: 10px;
}

/*=============================

    MD MIN 992

================================*/
@media (min-width: 992px) {
  .footer-panel .container {
    display: table;
    height: 250px;
  }
  .footer-panel .container .footer-panel-section {
    border-top: none;
    border-right: 1px solid #fff;
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    width: 33.3%;
  }
  .footer-panel .container .footer-panel-section:hover {
    color: #3998c6;
    background: rgba(0, 0, 0, 0.04);
  }
  .footer-panel .container .footer-panel-section.first {
    border-left: 1px solid #fff;
  }
  .footer-panel .container .footer-panel-section .inner {
    padding: 0 30px;
  }
  .footer-panel .container .footer-panel-section .inner h1, .footer-panel .container .footer-panel-section .inner .h1, .footer-panel .container .footer-panel-section .inner h2, .footer-panel .container .footer-panel-section .inner .h2, .footer-panel .container .footer-panel-section .inner h3,
  .footer-panel .container .footer-panel-section .inner .h3, .footer-panel .container .footer-panel-section .inner h4, .footer-panel .container .footer-panel-section .inner .h4, .footer-panel .container .footer-panel-section .inner h5, .footer-panel .container .footer-panel-section .inner .h5 {
    font-size: 30px;
  }
  .footer-panel .container .footer-panel-section .inner h1 span, .footer-panel .container .footer-panel-section .inner .h1 span, .footer-panel .container .footer-panel-section .inner h2 span, .footer-panel .container .footer-panel-section .inner .h2 span, .footer-panel .container .footer-panel-section .inner h3 span,
  .footer-panel .container .footer-panel-section .inner .h3 span, .footer-panel .container .footer-panel-section .inner h4 span, .footer-panel .container .footer-panel-section .inner .h4 span, .footer-panel .container .footer-panel-section .inner h5 span, .footer-panel .container .footer-panel-section .inner .h5 span {
    font-size: 40px;
  }
  .footer-panel .container .footer-panel-section .inner .inner-text span {
    font-size: 18px;
    width: 60%;
  }
}
.header-pages {
  height: 80px;
  position: relative;
  color: #fff;
}
.header-pages .container {
  height: 100%;
}
.header-pages .container .header-pages-left .main-title-page {
  font-size: 25px;
  margin: 0;
  letter-spacing: -1px;
  line-height: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-pages .container .header-pages-left span {
  display: none;
  font-size: 24px;
  font-weight: 100;
}
.header-pages .container .header-pages-left ul.header-tabs {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: none;
}
.header-pages .container .header-pages-left ul.header-tabs li {
  float: left;
  padding-right: 2px;
}
.header-pages .container .header-pages-left ul.header-tabs li:first-child a {
  border-top-left-radius: 10px;
}
.header-pages .container .header-pages-left ul.header-tabs li:last-child a {
  border-top-right-radius: 10px;
}
.header-pages .container .header-pages-right {
  float: right;
  position: relative;
  height: 100%;
}
.header-pages .container .header-pages-right div {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-pages .container .header-pages-right div p {
  margin-top: 0;
  text-align: center;
  opacity: 0.8;
}
.header-pages .container .header-pages-right img {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-pages .container .header-pages-right .btn, .header-pages .container .header-pages-right p, .header-pages .container .header-pages-right:before {
  display: none;
}

/*===================================

    XS MIN 479

==================================*/
@media (min-width: 480px) {
  .header-pages {
    height: 100px;
  }
  .header-pages .container .header-pages-left .main-title-page {
    font-size: 30px;
    line-height: normal;
  }
}
/*=========================

    MD MIN 992

=============================*/
@media (min-width: 992px) {
  .header-pages {
    height: 300px;
  }
  .header-pages .container .header-pages-left {
    float: left;
  }
  .header-pages .container .header-pages-left.quote {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: none;
    width: 100%;
    vertical-align: middle;
  }
  .header-pages .container .header-pages-left.tabs .main-title-page {
    line-height: normal;
  }
  .header-pages .container .header-pages-left ul.header-tabs {
    display: block;
  }
  .header-pages .container .header-pages-left .main-title-page {
    font-size: 40px;
    line-height: normal;
    max-width: 650px;
  }
  .header-pages .container .header-pages-right .btn, .header-pages .container .header-pages-right p, .header-pages .container .header-pages-right:before {
    display: block;
  }
}
/*=========================

    MD MIN 992

=============================*/
@media (min-width: 992px) {
  .main-content.quote-steps .header-pages .header-pages-left .main-title-page {
    line-height: normal;
    line-height: normal;
  }
  .main-content.quote-steps .header-pages .header-pages-left span {
    display: block;
  }
  .main-content.quote-steps .header-pages .header-pages-right img {
    display: block;
  }
}
.default-section .header-pages {
  background: -webkit-linear-gradient(45deg, #003A63, #0F233F);
  background: -o-linear-gradient(45deg, #003A63, #0F233F);
  background: -moz-linear-gradient(45deg, #003A63, #0F233F);
  background: linear-gradient(45deg, #003A63, #0F233F);
}
.default-section .header-tabs li a.active {
  color: #003A63;
}

.one-off-section .header-pages {
  background: -webkit-linear-gradient(45deg, #ed1261, #c70f51);
  background: -o-linear-gradient(45deg, #ed1261, #c70f51);
  background: -moz-linear-gradient(45deg, #ed1261, #c70f51);
  background: linear-gradient(45deg, #ed1261, #c70f51);
}
.one-off-section .header-tabs li a.active {
  color: #ed1261;
}

.celebrations-section .header-pages {
  background: -webkit-linear-gradient(45deg, #652C8F, #4f2270);
  background: -o-linear-gradient(45deg, #652C8F, #4f2270);
  background: -moz-linear-gradient(45deg, #652C8F, #4f2270);
  background: linear-gradient(45deg, #652C8F, #4f2270);
}
.celebrations-section .header-tabs li a.active {
  color: #652C8F;
}

.street-parties-section .header-pages {
  background: -webkit-linear-gradient(45deg, #f1607c, #ee3b5d);
  background: -o-linear-gradient(45deg, #f1607c, #ee3b5d);
  background: -moz-linear-gradient(45deg, #f1607c, #ee3b5d);
  background: linear-gradient(45deg, #f1607c, #ee3b5d);
}
.street-parties-section .header-tabs li a.active {
  color: #f1607c;
}

.wedding-section .header-pages {
  background: -webkit-linear-gradient(45deg, #1fbbb0, #19988f);
  background: -o-linear-gradient(45deg, #1fbbb0, #19988f);
  background: -moz-linear-gradient(45deg, #1fbbb0, #19988f);
  background: linear-gradient(45deg, #1fbbb0, #19988f);
}
.wedding-section .header-tabs li a.active {
  color: #1fbbb0;
}

.wedding-show-section .header-pages {
  background: -webkit-linear-gradient(45deg, #f9b4a9, #f69383);
  background: -o-linear-gradient(45deg, #f9b4a9, #f69383);
  background: -moz-linear-gradient(45deg, #f9b4a9, #f69383);
  background: linear-gradient(45deg, #f9b4a9, #f69383);
}
.wedding-show-section .header-tabs li a.active {
  color: #f9b4a9;
}

.stallholders-section .header-pages {
  background: -webkit-linear-gradient(45deg, #0E7B3E, #0a562c);
  background: -o-linear-gradient(45deg, #0E7B3E, #0a562c);
  background: -moz-linear-gradient(45deg, #0E7B3E, #0a562c);
  background: linear-gradient(45deg, #0E7B3E, #0a562c);
}
.stallholders-section .header-tabs li a.active {
  color: #0E7B3E;
}

.multiple-section .header-pages {
  background: -webkit-linear-gradient(45deg, #11B2DC, #0e93b6);
  background: -o-linear-gradient(45deg, #11B2DC, #0e93b6);
  background: -moz-linear-gradient(45deg, #11B2DC, #0e93b6);
  background: linear-gradient(45deg, #11B2DC, #0e93b6);
}
.multiple-section .header-tabs li a.active {
  color: #11B2DC;
}

.conferences-section .header-pages {
  background: -webkit-linear-gradient(45deg, #002d62, #001a39);
  background: -o-linear-gradient(45deg, #002d62, #001a39);
  background: -moz-linear-gradient(45deg, #002d62, #001a39);
  background: linear-gradient(45deg, #002d62, #001a39);
}
.conferences-section .header-tabs li a.active {
  color: #002d62;
}

.band-section .header-pages {
  background: -webkit-linear-gradient(45deg, #f8991d, #e58507);
  background: -o-linear-gradient(45deg, #f8991d, #e58507);
  background: -moz-linear-gradient(45deg, #f8991d, #e58507);
  background: linear-gradient(45deg, #f8991d, #e58507);
}
.band-section .header-tabs li a.active {
  color: #f8991d;
}

.exhibitors-section .header-pages {
  background: -webkit-linear-gradient(45deg, #be6fa0, #b1538d);
  background: -o-linear-gradient(45deg, #be6fa0, #b1538d);
  background: -moz-linear-gradient(45deg, #be6fa0, #b1538d);
  background: linear-gradient(45deg, #be6fa0, #b1538d);
}
.exhibitors-section .header-tabs li a.active {
  color: #be6fa0;
}

.christmas-lights-section .header-pages {
  background: -webkit-linear-gradient(45deg, #ed1b2e, #cf1022);
  background: -o-linear-gradient(45deg, #ed1b2e, #cf1022);
  background: -moz-linear-gradient(45deg, #ed1b2e, #cf1022);
  background: linear-gradient(45deg, #ed1b2e, #cf1022);
}
.christmas-lights-section .header-tabs li a.active {
  color: #ed1b2e;
}

.fireworks-section .header-pages {
  background: -webkit-linear-gradient(45deg, #4d5fab, #404f8f);
  background: -o-linear-gradient(45deg, #4d5fab, #404f8f);
  background: -moz-linear-gradient(45deg, #4d5fab, #404f8f);
  background: linear-gradient(45deg, #4d5fab, #404f8f);
}
.fireworks-section .header-tabs li a.active {
  color: #4d5fab;
}

.sporting-section .header-pages {
  background: -webkit-linear-gradient(45deg, #e65e25, #cb4c17);
  background: -o-linear-gradient(45deg, #e65e25, #cb4c17);
  background: -moz-linear-gradient(45deg, #e65e25, #cb4c17);
  background: linear-gradient(45deg, #e65e25, #cb4c17);
}
.sporting-section .header-pages .header-tabs li a.active {
  color: #e65e25;
}

.shows-section .header-pages {
  background: -webkit-linear-gradient(45deg, #0060a9, #004980);
  background: -o-linear-gradient(45deg, #0060a9, #004980);
  background: -moz-linear-gradient(45deg, #0060a9, #004980);
  background: linear-gradient(45deg, #0060a9, #004980);
}
.shows-section .header-tabs li a.active {
  color: #0060a9;
}

.festivals-section .header-pages {
  background: -webkit-linear-gradient(45deg, #7dc242, #69a635);
  background: -o-linear-gradient(45deg, #7dc242, #69a635);
  background: -moz-linear-gradient(45deg, #7dc242, #69a635);
  background: linear-gradient(45deg, #7dc242, #69a635);
}
.festivals-section .header-tabs li a.active {
  color: #7dc242;
}

.hole-in-one-section .header-pages {
  background: -webkit-linear-gradient(45deg, #fecc00, #d5ab00);
  background: -o-linear-gradient(45deg, #fecc00, #d5ab00);
  background: -moz-linear-gradient(45deg, #fecc00, #d5ab00);
  background: linear-gradient(45deg, #fecc00, #d5ab00);
}
.hole-in-one-section .header-tabs li a.active {
  color: #fecc00;
}

.roll-a-dice-section .header-pages {
  background: -webkit-linear-gradient(45deg, #fecc00, #d5ab00);
  background: -o-linear-gradient(45deg, #fecc00, #d5ab00);
  background: -moz-linear-gradient(45deg, #fecc00, #d5ab00);
  background: linear-gradient(45deg, #fecc00, #d5ab00);
}
.roll-a-dice-section .header-tabs li a.active {
  color: #fecc00;
}

.hot-food-section .header-pages {
  background: -webkit-linear-gradient(45deg, #7dc242, #7dc242);
  background: -o-linear-gradient(45deg, #7dc242, #7dc242);
  background: -moz-linear-gradient(45deg, #7dc242, #7dc242);
  background: linear-gradient(45deg, #7dc242, #7dc242);
}
.hot-food-section .header-tabs li a.active {
  color: #7dc242;
}

.note {
  color: #616161;
  font-size: 10px;
}

.banner-message-container .row {
  margin-bottom: -71px;
  margin-top: 71px;
}

.banner-message {
  padding: 8px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .banner-message-container .row {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.main-intro {
  font-size: 16px;
  text-align: center;
}

/*===================================

    XS MIN 479

==================================*/
@media (min-width: 480px) {
  .main-intro {
    font-size: 17px;
  }
}
/*===================================

    SM MIN 768

==================================*/
@media (min-width: 768px) {
  .main-intro {
    font-size: 20px;
  }
}
/*===============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  .main-intro {
    font-size: 22px;
  }
}
/*===============================

    LG MIN 1200

==============================*/
@media (min-width: 1200px) {
  .main-intro {
    font-size: 25px;
  }
}
.article-section .intro {
  font-size: 20px;
  font-weight: bold;
}
.article-section .blogImage {
  margin-bottom: 20px;
}
.article-section .share-row {
  color: #000;
  padding-bottom: 20px;
}
.article-section .share-row:before, .article-section .share-row:after {
  content: " ";
  display: table;
}
.article-section .share-row:after {
  clear: both;
}
.article-section .share-row .tags a {
  font-size: 12px;
  color: #000;
}
.article-section .share-row .border-intro {
  line-height: 1;
}
.article-section .share-row .border-intro span {
  padding-bottom: 10px;
}

/*=============================

    MD MIN 992

==============================*/
@media (min-width: 992px) {
  .article-section .share-row {
    padding-bottom: 0;
  }
  .article-section .share-row .tags, .article-section .share-row .border-intro {
    float: left;
  }
  .article-section .share-row .share-icons {
    float: right;
  }
}
.competition h2 {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.25em;
}
.competition h2 .second-row {
  display: block;
  padding-left: 25%;
}
.competition h2 strong {
  color: #ffd219;
  font-size: 140%;
}
.competition h2 .line-break {
  display: block;
  padding-left: 150px;
}
.competition h2 span {
  position: relative;
}
.competition h3 {
  font-size: 32px;
  color: #ffd219;
  font-weight: 100;
  padding-bottom: 2.5px;
  margin-bottom: 0;
}
.competition .intro-paragraph {
  font-size: 22px;
  color: #fff;
}
.competition .intro-paragraph small {
  display: block;
  padding-top: 1em;
  font-size: 65%;
}
.competition .form-row {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}
.competition .form-row label {
  text-align: left;
  width: 200px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.competition .form-row .form-input {
  width: 100%;
  display: block;
}
.competition .form-row .form-input input, .competition .form-row .form-input textarea {
  border-color: #fff;
}
.competition .form-row .form-input input.input-validation-error, .competition .form-row .form-input textarea.input-validation-error {
  border: 2px solid red;
}
.competition .form-row .form-input span.field-validation-valid, .competition .form-row .form-input span.field-validation-error {
  margin-top: 4px;
  display: block;
  float: left;
  font-size: 85%;
  background: red;
  color: #fff;
  padding: 0 5px;
  margin-top: -1px;
}
.competition .form-row input:focus, .competition .form-row textarea:focus {
  background: #fff;
  border-color: #ffd219;
}
.competition .terms-and-conditions {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 30px;
  width: 95%;
}
.competition .terms-and-conditions h4 {
  font-size: 16px;
  color: #ffd219;
}
.competition .terms-and-conditions li {
  font-size: 12px;
  padding-bottom: 0.75em;
}
.competition .btn {
  text-align: center;
}
.competition .close-button {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.competition .close-button .close-text {
  text-decoration: underline;
  font-size: 14px;
}
.competition .divider {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
}
.competition .divider:nth-of-type(1) {
  margin-top: 0;
}
.competition .divider:nth-of-type(2) {
  margin-top: 30px;
  margin-bottom: 100px;
}

.birthday-competition {
  background-color: #3998c6;
}
.birthday-competition .birthday-image {
  max-width: 100%;
}
.birthday-competition .how-much input {
  height: 55px;
  font-size: 31px;
  font-weight: bold;
  padding-left: 24px;
}
.birthday-competition .how-much .form-input {
  position: relative;
}
.birthday-competition .how-much .pound-sign {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 31px;
  font-weight: bold;
}
.birthday-competition .t-and-cs span {
  color: rgba(255, 255, 255, 0.7);
}
.birthday-competition .t-and-cs span a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.birthday-competition .t-and-cs label {
  width: 245px;
  padding-right: 10px;
}
.birthday-competition .t-and-cs #TandCs {
  visibility: hidden;
  position: absolute;
}
.birthday-competition .t-and-cs span.field-validation-error span {
  display: block;
  margin-left: 200px;
  font-size: 85%;
  background: red;
  color: #fff;
  padding: 0 5px;
  width: 198px;
}
.birthday-competition .t-and-cs input.input-validation-error ~ label span {
  background: url("/Content/Images/competition-checkbox-red.png") no-repeat !important;
}
.birthday-competition .t-and-cs #TandCs ~ label .t-and-c-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("/Content/Images/competition-checkbox.png") no-repeat;
  cursor: pointer;
  margin-left: 42px;
}
.birthday-competition .t-and-cs #TandCs:checked ~ label .t-and-c-checkbox {
  background: url("/Content/Images/competition-checkbox-checked.png") no-repeat;
}
.birthday-competition .form-row.big {
  width: 100%;
  margin-left: 0;
}
.birthday-competition .form-row.big .form-input {
  width: 100%;
  display: block;
  height: 12em;
}
.birthday-competition .form-row.big .form-input textarea {
  height: calc(100% - 1em);
}
.birthday-competition .form-row.big .form-input span.field-validation-error {
  margin-top: -5px;
}
.birthday-competition .form-row.big label {
  vertical-align: top;
  padding-top: 5px;
  width: 100%;
}
.birthday-competition .solo-row {
  display: block;
}
.birthday-competition .thanks-wrapper {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  color: #fff;
}
.birthday-competition .thanks-wrapper p {
  font-size: 16px;
}
.birthday-competition .thanks-wrapper .good-luck {
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
}
.birthday-competition .thanks-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
  width: 275px;
  color: #003A63;
  margin-top: 3em;
  margin-bottom: 5em;
}
.birthday-competition .birthday-background {
  max-height: 300px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.birthday-competition .event-dates .form-input span {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .birthday-competition .form-row.big .form-input {
    float: right;
    width: calc(100% - 200px);
    padding-right: 55px;
    padding-left: 5px;
    max-height: 15em;
  }
  .birthday-competition .form-row.big label {
    width: 200px;
  }
  .birthday-competition .form-row .form-input {
    width: 350px;
    display: inline-block;
    max-height: 6em;
    height: 3em;
  }
  .birthday-competition .how-much .form-input {
    height: 4.5em;
  }
  .birthday-competition .event-dates input {
    width: 200px;
  }
  .birthday-competition .birthday-background {
    display: inline-block;
    float: right;
    width: 50%;
  }
  .competition .btn {
    margin-left: 205px;
  }
}
@media screen and (min-width: 1200px) {
  .birthday-competition .birthday-background {
    margin-top: 15%;
    display: none;
  }
  .competition .form-row {
    width: 50%;
    padding: 5px 0;
  }
  .competition .form-row:nth-of-type(2n):not(.how-much) {
    width: auto;
  }
  .competition .form-row:nth-of-type(2n):not(.how-much) label {
    width: 150px;
  }
  .competition .terms-and-conditions {
    padding-left: 205px;
  }
  .competition .col-xs-12 h2, .competition .col-xs-12 p {
    width: 40%;
  }
  .birthday-competition {
    background-image: url("/Content/Images/EIS-20th-Birthday-Promo-Landing-image.jpg");
    background-repeat: no-repeat;
    background-position: top right;
  }
  .birthday-competition .birthday-background {
    display: none;
  }
}
.celebration-apply-btn {
  padding: 15px 0px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px;
  width: 235px;
}

.celebration-cancel-btn {
  margin-top: 10px;
  padding: 7px 0px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px;
  width: 170px;
}

@media screen and (min-width: 1500px) {
  .competition .col-xs-12 h2, .competition .col-xs-12 p {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1640px) {
  .competition .col-xs-12 h2, .competition .col-xs-12 p {
    width: 44%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1390px) {
  .competition .col-xs-12 p {
    width: 35%;
  }
}
.new-policy-intro .header-pages {
  height: 200px;
}
.new-policy-intro .intro-button-row {
  overflow: hidden;
}
.new-policy-intro .intro-button-row .left-of-button {
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.new-policy-intro .intro-button-row strong {
  font-size: 200%;
}
.new-policy-intro .intro-button-row .btn {
  display: inline-block;
}
.new-policy-intro .info-box {
  overflow: hidden;
}
.new-policy-intro .cover-options {
  overflow: hidden;
}
.new-policy-intro .cover-options h3 {
  font-size: 16px;
  margin-bottom: 24px;
}
.new-policy-intro .cover-options .tick {
  background: url(/Content/Images/new-policy-intro/check.png) no-repeat 0px center;
  background-size: 22px;
  padding: 0 0 0 32px;
  margin-bottom: 24px;
  display: block;
}
.new-policy-intro .why-choose-us {
  overflow: hidden;
}
.new-policy-intro .why-choose-us h3 {
  font-size: 16px;
  margin-bottom: 24px;
}
.new-policy-intro .why-choose-us .why-choose-us-item {
  text-align: center;
}
.new-policy-intro .why-choose-us .why-choose-us-item img {
  width: 64px;
}
.new-policy-intro .why-choose-us .why-choose-us-item strong {
  display: block;
  margin: 16px 0 16px 0;
}
.new-policy-intro .why-choose-us .why-choose-us-item p {
  text-align: center;
  font-size: 85%;
}

@media (min-width: 768px) {
  .instant-cover-text {
    display: inline-block;
    padding-left: 15px;
  }
}
.header-pages:before {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.header-pages h1.main-title-page {
  position: relative;
}

.new-policy-intro.one-off-section .header-pages {
  background: url(/Content/Images/new-policy-intro/one-off-hero.jpg) no-repeat;
  background-size: cover;
}

.new-policy-intro.multiple-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Multiple-Event-Image.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.fireworks-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Fireworks.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.hot-food-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Hot-Food.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.celebrations-section .header-pages {
  background: url(/Content/Images/new-policy-intro/CelebrationParty.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.festivals-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Festival.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.sporting-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Sporting.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.exhibitors-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Exhibitors.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.stallholders-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Stallholder.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.christmas-lights-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Christmas-Lights.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.band-section .header-pages {
  background: url(/Content/Images/new-policy-intro/BandDJ.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.conferences-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Conference.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.shows-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Street-Party.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.street-parties-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Street-Party.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.hole-in-one-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Hole-In-One.png) no-repeat;
  background-size: cover;
}

.new-policy-intro.roll-a-dice-section .header-pages {
  background: url(/Content/Images/new-policy-intro/Roll-a-Dice.png) no-repeat;
  background-size: cover;
}

.blog-container {
  width: 100%;
}

.article-box.flush-heading.policy-blog {
  margin: 10px;
}

.policy-intro-header h2 {
  line-height: 1.2;
}

.new-policy-template .header-pages {
  height: 300px;
}
.new-policy-template .header-pages .btn.btn-tabs.active {
  background: white;
}
.new-policy-template .intro-button-row {
  overflow: hidden;
}
.new-policy-template .intro-button-row .left-of-button {
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.new-policy-template .intro-button-row strong {
  font-size: 200%;
}
.new-policy-template .intro-button-row .btn {
  display: inline-block;
}
.new-policy-template .info-box {
  overflow: hidden;
  margin-bottom: 15px;
}
.new-policy-template .cover-options {
  overflow: hidden;
}
.new-policy-template .cover-options h3 {
  font-size: 16px;
  margin-bottom: 24px;
}
.new-policy-template .cover-options .tick {
  background: url(/Content/Images/new-policy-intro/check.png) no-repeat 0px center;
  background-size: 22px;
  padding: 0 0 0 32px;
  margin-bottom: 24px;
  display: block;
}
.new-policy-template .why-choose-us {
  overflow: hidden;
}
.new-policy-template .why-choose-us h3 {
  font-size: 16px;
  margin-bottom: 24px;
}
.new-policy-template .why-choose-us .why-choose-us-item {
  text-align: center;
}
.new-policy-template .why-choose-us .why-choose-us-item img {
  width: 64px;
}
.new-policy-template .why-choose-us .why-choose-us-item strong {
  display: block;
  margin: 16px 0 16px 0;
}
.new-policy-template .why-choose-us .why-choose-us-item p {
  text-align: center;
  font-size: 85%;
}
.new-policy-template table td {
  display: table-row;
}
.new-policy-template table img {
  width: 100% !important;
}
.new-policy-template table.location-readonly td {
  display: table-cell;
}
.new-policy-template.wedding-section iframe {
  max-width: 100% !important;
}
.new-policy-template.wedding-section .header-pages {
  background-repeat: no-repeat;
  background-position: 60% 50%;
}
.new-policy-template.wedding-section .header-pages .main-title-page {
  margin: 0;
  letter-spacing: -1px;
  line-height: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-policy-template.wedding-section .no-bg-btn {
  background: #1fbbb0;
  color: #fff;
}
.new-policy-template.wedding-section .no-bg-btn:hover {
  color: #1fbbb0;
  background: #fff;
}
.new-policy-template.wedding-section .docs-list a::before {
  color: #1fbbb0;
  background-image: url("/Content/Images/SVG-Icons/document-icon-wedding.svg");
}

@media (min-width: 768px) {
  .new-policy-template table td {
    display: table-cell;
  }
  .new-policy-template table img {
    min-width: 175px;
    width: 175px !important;
  }
}
.phone-link {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
}
.phone-link .phone-number-link {
  margin-bottom: 10px;
  font-weight: bold;
}

.firework-banner {
  text-align: center;
  background-color: #ffa547;
  color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.christmas-banner {
  text-align: center;
  background-color: #e9212e;
  color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-image: url("/Content/Images/snow-bkg.png");
  background-repeat: repeat-x;
  position: relative;
}
.christmas-banner img.mistletoe-left {
  position: absolute;
  top: -20px;
  left: -15px;
}
.christmas-banner img.mistletoe-right {
  position: absolute;
  top: -20px;
  right: -15px;
}

.wedding-show-block {
  padding-bottom: 50px;
  text-align: center;
}
.wedding-show-block .img-left {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.wedding-show-block .img-left img {
  width: 100%;
  height: 100%;
}
.wedding-show-block .img-right {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.wedding-show-block .img-right span {
  display: block;
}
.wedding-show-block .img-right img {
  width: 100%;
  height: 100%;
}

.form label.form-builder-label {
  width: auto;
  text-align: left;
  padding: 0;
  display: inline;
  margin: 0;
}

input[type=checkbox].form-builder-label-checkbox {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .wedding-show-block .img-left {
    float: left;
  }
  .wedding-show-block .img-right {
    margin-top: 0px;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .christmas-banner {
    margin-top: 20px;
  }
}
.firework-summary-outer {
  margin-top: 20px;
}

.referred-hide-premiums-info {
  margin-top: 20px;
  text-align: center;
  background-color: #FCF8E3;
  color: #8A6D3B;
  border-radius: 3px;
  padding: 25px 10px 25px 10px;
  border: 1px solid #FBEED3;
}

@media screen and (min-width: 768px) {
  .firework-overview-outer {
    margin-top: -40px;
  }
}
.ecologi-small {
  background: transparent;
  position: relative;
  margin-top: 20px;
  height: 180px;
  box-shadow: 0px 0px 12px 5px lightgrey;
  border-radius: 15px;
}
.ecologi-small__top-left {
  background: #0d9470;
  height: 60px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.ecologi-small__content-left {
  left: 20%;
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  padding-right: 12px;
}
@media only screen and (max-width: 400px) {
  .ecologi-small__content-left {
    left: 5%;
  }
}
@media only screen and (max-width: 350px) {
  .ecologi-small__content-left {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .ecologi-small__content-left {
    left: 5%;
  }
}
.ecologi-small__content-right {
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: white;
  top: 0;
  left: 20%;
  width: 150px;
  margin: 0;
  font-weight: 500;
  justify-content: end;
  padding-bottom: 28px;
}
@media only screen and (max-width: 400px) {
  .ecologi-small__content-right {
    left: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .ecologi-small__content-right {
    left: 5%;
  }
}
@media only screen and (max-width: 320px) {
  .ecologi-small__content-right {
    font-size: 12px;
    width: 122px;
  }
}
@media only screen and (max-width: 320px) {
  .ecologi-small__content-right {
    display: none;
  }
}
.ecologi-small__num-trees {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 10px;
}
@media only screen and (max-width: 300px) {
  .ecologi-small__num-trees {
    font-size: 35px;
  }
}
.ecologi-small__tree-icon {
  position: absolute;
  right: -25px;
  bottom: 0;
  z-index: 3;
  height: 100px;
  filter: invert(1);
  opacity: 0.15;
}
.ecologi-small__bottom-right {
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 15px;
  height: 100%;
}
.ecologi-small__bg-right {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  top: 0;
  max-height: 180px;
  min-height: 180px;
}
.ecologi-small__logo {
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.ecologi-small__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), 60%, rgba(13, 148, 112, 0.35));
  border-radius: 15px;
  opacity: 0.75;
  object-fit: contain;
}

.ecologi-small__bottom-right img.ecologi-small__logo {
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
  max-height: 85px;
}

.ecologi-small__top-left img.ecologi-small__tree-icon {
  max-height: 70px;
  margin-top: 0;
}

.ecologi {
  background: transparent;
  position: relative;
  margin: 20px 0;
  height: 200px;
}
.ecologi__top-left {
  background: #0d9470;
  height: 140px;
  border-radius: 15px;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: -6px -8px 10px 0px lightgrey;
  overflow: hidden;
  width: fit-content;
  min-width: 30%;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .ecologi__top-left {
    min-width: unset;
  }
}
@media only screen and (min-width: 990px) {
  .ecologi__top-left {
    min-width: 230px;
  }
}
.ecologi__planted {
  width: 110px;
}
.ecologi__content-left {
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: 500;
  margin: 5px 15px;
}
.ecologi__content-right {
  justify-content: center;
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: white;
  top: 0;
  left: 125px;
  width: 250px;
  margin: 0;
  font-weight: 800;
}
@media only screen and (min-width: 700px) {
  .ecologi__content-right {
    left: 135px;
  }
}
@media only screen and (max-width: 500px) {
  .ecologi__content-right {
    width: 140px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .ecologi__content-right {
    display: none;
  }
}
.ecologi__content-right--center {
  text-align: center;
}
.ecologi__content-right span {
  font-size: 18px;
  display: block;
}
.ecologi__num-trees {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 650px) {
  .ecologi__num-trees {
    font-size: 45px;
  }
}
@media only screen and (max-width: 550px) {
  .ecologi__num-trees {
    font-size: 40px;
  }
}
.ecologi__tree-icon {
  position: absolute;
  right: -25px;
  bottom: 0;
  z-index: 3;
  height: 100px;
  filter: invert(1);
  opacity: 0.15;
}
.ecologi__bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 85%;
  box-shadow: 0px 0px 10px 10px lightgray;
  border-radius: 25px;
  height: 83%;
}
@media only screen and (min-width: 990px) {
  .ecologi__bottom-right {
    width: unset;
    left: 150px;
  }
}
.ecologi__bg-right {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.ecologi__logo {
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .ecologi__logo {
    right: 5px;
    bottom: 5px;
  }
}
.ecologi__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), 60%, rgba(13, 148, 112, 0.35));
  border-radius: 25px;
  opacity: 0.75;
}

.ecologi-small {
  background: transparent;
  position: relative;
  margin-top: 20px;
  height: 180px;
  box-shadow: 0px 0px 12px 5px lightgrey;
  border-radius: 15px;
}
.ecologi-small__top-left {
  background: #0d9470;
  height: 60px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.ecologi-small__content-left {
  left: 20%;
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  padding-right: 12px;
}
@media only screen and (max-width: 400px) {
  .ecologi-small__content-left {
    left: 5%;
  }
}
@media only screen and (max-width: 350px) {
  .ecologi-small__content-left {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .ecologi-small__content-left {
    left: 5%;
  }
}
.ecologi-small__content-right {
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: white;
  top: 0;
  left: 20%;
  width: 150px;
  margin: 0;
  font-weight: 500;
  justify-content: end;
  padding-bottom: 28px;
}
@media only screen and (max-width: 400px) {
  .ecologi-small__content-right {
    left: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .ecologi-small__content-right {
    left: 5%;
  }
}
@media only screen and (max-width: 320px) {
  .ecologi-small__content-right {
    font-size: 12px;
    width: 122px;
  }
}
@media only screen and (max-width: 320px) {
  .ecologi-small__content-right {
    display: none;
  }
}
.ecologi-small__num-trees {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 10px;
}
@media only screen and (max-width: 300px) {
  .ecologi-small__num-trees {
    font-size: 35px;
  }
}
.ecologi-small__tree-icon {
  position: absolute;
  right: -25px;
  bottom: 0;
  z-index: 3;
  height: 100px;
  filter: invert(1);
  opacity: 0.15;
}
.ecologi-small__bottom-right {
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 15px;
  height: 100%;
}
.ecologi-small__bg-right {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  top: 0;
  max-height: 180px;
  min-height: 180px;
}
.ecologi-small__logo {
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.ecologi-small__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), 60%, rgba(13, 148, 112, 0.35));
  border-radius: 15px;
  opacity: 0.75;
  object-fit: contain;
}

.ecologi-small__bottom-right img.ecologi-small__logo {
  height: 85px;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
  max-height: 85px;
}

.ecologi-small__top-left img.ecologi-small__tree-icon {
  max-height: 70px;
  margin-top: 0;
}

.flex {
  display: flex;
}

.content-panel {
  background: transparent;
  margin: 20px 0;
  position: relative;
  padding-top: 44px;
}
.content-panel.flipped .content-panel__top-left {
  left: unset;
  right: 0;
}
.content-panel.flipped .content-panel__content-left {
  right: 20%;
}
@media only screen and (max-width: 400px) {
  .content-panel.flipped .content-panel__content-left {
    right: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .content-panel.flipped .content-panel__content-left {
    right: 5%;
  }
}
.content-panel.flipped .content-panel__bottom-right {
  right: unset;
  left: 0;
}
@media only screen and (min-width: 990px) {
  .content-panel.flipped .content-panel__bottom-right {
    right: 150px;
  }
}
.content-panel__third {
  width: 33%;
}
.content-panel__flex-panel {
  display: flex;
  align-items: center;
  margin: 20px 0;
  flex-flow: row wrap;
}
.content-panel__flex-panel * {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .content-panel__flex-panel * {
    min-width: 0;
  }
}
.content-panel__flex-panel--fitted * {
  max-height: 80px;
  width: auto;
  margin: 5px auto;
  padding: 0 15px;
}
.content-panel__top-left {
  position: absolute;
  height: 140px;
  background: #003A63;
  border-radius: 15px;
  top: 0;
  left: 0;
  z-index: 4;
  box-shadow: -6px -8px 10px 0px lightgrey;
  overflow: hidden;
  width: fit-content;
  min-width: 30%;
}
@media only screen and (max-width: 450px) {
  .content-panel__top-left {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .content-panel__top-left {
    min-width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .content-panel__top-left {
    min-width: 36%;
  }
}
.content-panel__content-right {
  position: absolute;
  justify-content: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: white;
  top: 0;
  left: 125px;
  width: 250px;
  margin: 0;
  font-weight: 800;
}
@media only screen and (min-width: 700px) {
  .content-panel__content-right {
    left: 135px;
  }
}
@media only screen and (max-width: 500px) {
  .content-panel__content-right {
    width: 140px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .content-panel__content-right {
    display: none;
  }
}
.content-panel__content-right--center {
  text-align: center;
}
.content-panel__content-right span {
  font-size: 18px;
  display: block;
}
.content-panel__bottom-right {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 85%;
  box-shadow: 0px 0px 10px 10px lightgray;
  border-radius: 25px;
  padding: 20px;
  min-height: 170px;
}
@media only screen and (max-width: 450px) {
  .content-panel__bottom-right {
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .content-panel__bottom-right {
    width: unset;
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-panel__bottom-right {
    padding-right: 80px;
  }
}
.content-panel__bottom-right h2, .content-panel__bottom-right h3, .content-panel__bottom-right h4 {
  font-weight: 100;
  color: #003A63;
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0;
}
.content-panel__content-left {
  position: absolute;
  right: 0;
  left: 5%;
  height: 100%;
  z-index: 3;
  align-items: center;
  color: white;
  font-weight: 500;
  padding-right: 12px;
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media only screen and (max-width: 400px) {
  .content-panel__content-left {
    left: 5%;
  }
}
@media only screen and (max-width: 350px) {
  .content-panel__content-left {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .content-panel__content-left {
    left: 5%;
  }
}
.content-panel__content-left span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
@media only screen and (min-width: 700px) {
  .content-panel__content-left span {
    left: 35px;
  }
}
.content-panel__content-left span small {
  font-size: 14px;
}
.content-panel__content-left svg {
  position: absolute;
  bottom: 0;
  right: 14px;
  height: auto;
  width: 42%;
  color: #fff;
  opacity: 0.25;
}

@media only screen and (max-width: 1200px) {
  .proud-to-insure-panel {
    display: block;
  }
}

.content-panel-hack {
  max-width: 70%;
}
@media only screen and (min-width: 1200px) {
  .content-panel-hack {
    max-width: 28%;
  }
}
